Package org.nuxeo.ecm.automation
-
Interface Summary Interface Description AutomationAdmin AutomationFilter AutomationService Service providing an operation registry and operation execution methods.ChainException CompiledChain A compiled operation chain.OperationCallback OperationType Describe an operation class.OutputCollector<T,R> This interface is used to implement result collectors when an operation method is invoked over an iterable input.ProgressMonitor No yet used A progress monitor is notified by a running process about the execution progressTypeAdapter An object that can adapt a given object instance to an object of another type A type adapter accepts only one type of objects and can produce only one type of object. -
Class Summary Class Description LoginStack LoginStack.Entry OperationChain Describes an operation chain execution.OperationCompoundExceptionBuilder Deprecated. since 9.10.OperationContext An operation context.OperationDocumentation OperationDocumentation.Param OperationParameters An object holding the runtime parameters that should be used by an operation when run. -
Exception Summary Exception Description ExitException Throw it from an operation to interrupt a chain execution.InvalidChainException The chain could not be validated.InvalidOperationException Dedicated to bad requests: operation unsupported, invalid, not implemented...OperationCompoundException OperationException The base exception of the operation service.OperationNotFoundException TypeAdaptException