Uses of Class
org.flowable.engine.impl.bpmn.behavior.AbstractBpmnActivityBehavior
-
Packages that use AbstractBpmnActivityBehavior Package Description org.flowable.engine.impl.bpmn.behavior org.flowable.engine.impl.bpmn.helper org.flowable.engine.impl.bpmn.http.handler org.flowable.engine.impl.bpmn.parser.factory org.flowable.engine.test Helper classes for testing processes. -
-
Uses of AbstractBpmnActivityBehavior in org.flowable.engine.impl.bpmn.behavior
Subclasses of AbstractBpmnActivityBehavior in org.flowable.engine.impl.bpmn.behavior Modifier and Type Class Description classAdhocSubProcessActivityBehaviorImplementation of the BPMN 2.0 ad-hoc subprocess.classBusinessRuleTaskActivityBehaviorActivity implementation of the BPMN 2.0 business rule task.classCallActivityBehaviorImplementation of the BPMN 2.0 call activity (limited currently to calling a subprocess and not (yet) a global task).classCaseTaskActivityBehaviorStart a CMMN case with the case service taskclassDmnActivityBehaviorclassEventSubProcessActivityBehaviorclassEventSubProcessEventRegistryStartEventActivityBehaviorImplementation of the BPMN 2.0 event subprocess event registry start event.classEventSubProcessMessageStartEventActivityBehaviorImplementation of the BPMN 2.0 event subprocess message start event.classEventSubProcessSignalStartEventActivityBehaviorImplementation of the BPMN 2.0 event subprocess signal start event.classEventSubProcessTimerStartEventActivityBehaviorImplementation of the BPMN 2.0 event subprocess timer start event.classEventSubProcessVariableListenerlStartEventActivityBehaviorImplementation of the event subprocess variable listener start event.classExternalWorkerTaskActivityBehaviorclassIntermediateCatchConditionalEventActivityBehaviorclassIntermediateCatchEventActivityBehaviorclassIntermediateCatchEventRegistryEventActivityBehaviorclassIntermediateCatchMessageEventActivityBehaviorclassIntermediateCatchSignalEventActivityBehaviorclassIntermediateCatchTimerEventActivityBehaviorclassIntermediateCatchVariableListenerEventActivityBehaviorclassIntermediateThrowEscalationEventActivityBehaviorclassIntermediateThrowSignalEventActivityBehaviorclassMailActivityBehaviorclassManualTaskActivityBehaviorImplementation of the BPMN 2.0 'manual task': a task that is external to the BPMS and to which there is no reference to IT systems whatsoever.classReceiveEventTaskActivityBehaviorclassReceiveTaskActivityBehaviorA receive task is a wait state that waits to receive some message.classScriptTaskActivityBehaviorImplementation of the BPMN 2.0 script task.classSendEventTaskActivityBehaviorSends an event to the event registryclassServiceTaskDelegateExpressionActivityBehaviorActivityBehaviorused when 'delegateExpression' is used for a serviceTask.classServiceTaskExpressionActivityBehaviorActivityBehavior that evaluates an expression when executed.classServiceTaskFutureJavaDelegateActivityBehaviorclassServiceTaskJavaDelegateActivityBehaviorclassShellActivityBehaviorclassSubProcessActivityBehaviorImplementation of the BPMN 2.0 subprocess (formally known as 'embedded' subprocess): a subprocess defined within another process definition.classTaskActivityBehaviorParent class for all BPMN 2.0 task types such as ServiceTask, ScriptTask, UserTask, etc.classTransactionActivityBehaviorclassUserTaskActivityBehaviorclassWebServiceActivityBehaviorAn activity behavior that allows calling Web servicesFields in org.flowable.engine.impl.bpmn.behavior declared as AbstractBpmnActivityBehavior Modifier and Type Field Description protected AbstractBpmnActivityBehaviorMultiInstanceActivityBehavior. innerActivityBehaviorMethods in org.flowable.engine.impl.bpmn.behavior that return AbstractBpmnActivityBehavior Modifier and Type Method Description AbstractBpmnActivityBehaviorMultiInstanceActivityBehavior. getInnerActivityBehavior()Methods in org.flowable.engine.impl.bpmn.behavior with parameters of type AbstractBpmnActivityBehavior Modifier and Type Method Description voidMultiInstanceActivityBehavior. setInnerActivityBehavior(AbstractBpmnActivityBehavior innerActivityBehavior)Constructors in org.flowable.engine.impl.bpmn.behavior with parameters of type AbstractBpmnActivityBehavior Constructor Description MultiInstanceActivityBehavior(org.flowable.bpmn.model.Activity activity, AbstractBpmnActivityBehavior innerActivityBehavior)ParallelMultiInstanceBehavior(org.flowable.bpmn.model.Activity activity, AbstractBpmnActivityBehavior originalActivityBehavior)SequentialMultiInstanceBehavior(org.flowable.bpmn.model.Activity activity, AbstractBpmnActivityBehavior innerActivityBehavior) -
Uses of AbstractBpmnActivityBehavior in org.flowable.engine.impl.bpmn.helper
Subclasses of AbstractBpmnActivityBehavior in org.flowable.engine.impl.bpmn.helper Modifier and Type Class Description classAbstractClassDelegateHelper class for bpmn constructs that allow class delegation.classClassDelegateHelper class for bpmn constructs that allow class delegation.classClassDelegateCollectionHandlerHelper class for Collection handlers to allow class delegation. -
Uses of AbstractBpmnActivityBehavior in org.flowable.engine.impl.bpmn.http.handler
Subclasses of AbstractBpmnActivityBehavior in org.flowable.engine.impl.bpmn.http.handler Modifier and Type Class Description classClassDelegateHttpHandlerHelper class for HTTP handlers to allow class delegation. -
Uses of AbstractBpmnActivityBehavior in org.flowable.engine.impl.bpmn.parser.factory
Methods in org.flowable.engine.impl.bpmn.parser.factory with parameters of type AbstractBpmnActivityBehavior Modifier and Type Method Description ParallelMultiInstanceBehaviorActivityBehaviorFactory. createParallelMultiInstanceBehavior(org.flowable.bpmn.model.Activity activity, AbstractBpmnActivityBehavior innerActivityBehavior)ParallelMultiInstanceBehaviorDefaultActivityBehaviorFactory. createParallelMultiInstanceBehavior(org.flowable.bpmn.model.Activity activity, AbstractBpmnActivityBehavior innerActivityBehavior)SequentialMultiInstanceBehaviorActivityBehaviorFactory. createSequentialMultiInstanceBehavior(org.flowable.bpmn.model.Activity activity, AbstractBpmnActivityBehavior innerActivityBehavior)SequentialMultiInstanceBehaviorDefaultActivityBehaviorFactory. createSequentialMultiInstanceBehavior(org.flowable.bpmn.model.Activity activity, AbstractBpmnActivityBehavior innerActivityBehavior) -
Uses of AbstractBpmnActivityBehavior in org.flowable.engine.test
Methods in org.flowable.engine.test with parameters of type AbstractBpmnActivityBehavior Modifier and Type Method Description ParallelMultiInstanceBehaviorTestActivityBehaviorFactory. createParallelMultiInstanceBehavior(org.flowable.bpmn.model.Activity activity, AbstractBpmnActivityBehavior innerActivityBehavior)SequentialMultiInstanceBehaviorTestActivityBehaviorFactory. createSequentialMultiInstanceBehavior(org.flowable.bpmn.model.Activity activity, AbstractBpmnActivityBehavior innerActivityBehavior)
-