Uses of Class
org.activiti.engine.impl.agenda.AbstractOperation
-
Packages that use AbstractOperation Package Description org.activiti.engine.impl.agenda org.activiti.engine.test.impl.logger -
-
Uses of AbstractOperation in org.activiti.engine.impl.agenda
Subclasses of AbstractOperation in org.activiti.engine.impl.agenda Modifier and Type Class Description classContinueMultiInstanceOperationSpecial operation when executing an instance of a multi-instance.classContinueProcessOperationOperation that takes the currentFlowElementset on theExecutionEntityand executes the associatedActivityBehavior.classDestroyScopeOperationDestroys a scope (for example a subprocess): this means that all child executions, tasks, jobs, variables, etc within that scope are deleted.classEndExecutionOperationThis operations ends an execution and follows the typical BPMN rules to continue the process (if possible).classExecuteInactiveBehaviorsOperationOperation that usually gets scheduled as last operation of handling aCommand.classTakeOutgoingSequenceFlowsOperationOperation that leaves theFlowElementwhere theExecutionEntityis currently at and leaves it following the sequence flow.classTriggerExecutionOperationOperation that triggers a wait state and continues the process, leaving that activity. -
Uses of AbstractOperation in org.activiti.engine.test.impl.logger
Fields in org.activiti.engine.test.impl.logger declared as AbstractOperation Modifier and Type Field Description protected AbstractOperationDebugInfoOperationExecuted. operationMethods in org.activiti.engine.test.impl.logger that return AbstractOperation Modifier and Type Method Description AbstractOperationDebugInfoOperationExecuted. getOperation()Methods in org.activiti.engine.test.impl.logger with parameters of type AbstractOperation Modifier and Type Method Description voidDebugInfoOperationExecuted. setOperation(AbstractOperation operation)Constructors in org.activiti.engine.test.impl.logger with parameters of type AbstractOperation Constructor Description DebugInfoOperationExecuted(AbstractOperation operation)
-