Uses of Class
org.flowable.engine.impl.agenda.AbstractOperation
-
Packages that use AbstractOperation Package Description org.flowable.engine.impl.agenda org.flowable.engine.test.impl.logger -
-
Uses of AbstractOperation in org.flowable.engine.impl.agenda
Subclasses of AbstractOperation in org.flowable.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.classDebugContinueProcessOperationThis class extendsContinueProcessOperationwith the possibility to check whether execution is trying to execute a breakpointclassDestroyScopeOperationDestroys 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).classEvaluateConditionalEventsOperationOperation that triggers conditional events for which the condition evaluate to true and continues the process, leaving that activity.classEvaluateVariableListenerEventDefinitionsOperationOperation that triggers conditional events for which the condition evaluate to true and continues the process, leaving that activity.classExecuteInactiveBehaviorsOperationOperation that usually gets scheduled as last operation of handling aCommand.classTakeOutgoingSequenceFlowsOperationOperation which purpose is to leave aFlowNode.classTriggerExecutionOperationOperation that triggers a wait state and continues the process, leaving that activity. -
Uses of AbstractOperation in org.flowable.engine.test.impl.logger
Fields in org.flowable.engine.test.impl.logger declared as AbstractOperation Modifier and Type Field Description protected AbstractOperationDebugInfoOperationExecuted. operationMethods in org.flowable.engine.test.impl.logger that return AbstractOperation Modifier and Type Method Description AbstractOperationDebugInfoOperationExecuted. getOperation()Methods in org.flowable.engine.test.impl.logger with parameters of type AbstractOperation Modifier and Type Method Description voidDebugInfoOperationExecuted. setOperation(AbstractOperation operation)Constructors in org.flowable.engine.test.impl.logger with parameters of type AbstractOperation Constructor Description DebugInfoOperationExecuted(AbstractOperation operation)
-