Uses of Interface
org.flowable.engine.impl.delegate.ActivityBehavior
-
Packages that use ActivityBehavior Package Description org.flowable.engine.delegate Interfaces used to include Java code in a process as the behavior of an activity or as a listener to process events withJavaDelegates.org.flowable.engine.impl.agenda 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.impl.delegate org.flowable.engine.impl.util org.flowable.engine.test Helper classes for testing processes. -
-
Uses of ActivityBehavior in org.flowable.engine.delegate
Subinterfaces of ActivityBehavior in org.flowable.engine.delegate Modifier and Type Interface Description interfaceBusinessRuleTaskDelegate -
Uses of ActivityBehavior in org.flowable.engine.impl.agenda
Methods in org.flowable.engine.impl.agenda that return ActivityBehavior Modifier and Type Method Description protected ActivityBehaviorContinueMultiInstanceOperation. setLoopCounterVariable(org.flowable.bpmn.model.FlowNode flowNode)Methods in org.flowable.engine.impl.agenda with parameters of type ActivityBehavior Modifier and Type Method Description protected voidContinueProcessOperation. executeActivityBehavior(ActivityBehavior activityBehavior, org.flowable.bpmn.model.FlowNode flowNode) -
Uses of ActivityBehavior in org.flowable.engine.impl.bpmn.behavior
Classes in org.flowable.engine.impl.bpmn.behavior that implement ActivityBehavior Modifier and Type Class Description classAbstractBpmnActivityBehaviorDenotes an 'activity' in the sense of BPMN 2.0: a parent class for all tasks, subprocess and callActivity.classAdhocSubProcessActivityBehaviorImplementation of the BPMN 2.0 ad-hoc subprocess.classBoundaryCancelEventActivityBehaviorclassBoundaryCompensateEventActivityBehaviorclassBoundaryConditionalEventActivityBehaviorclassBoundaryEscalationEventActivityBehaviorclassBoundaryEventActivityBehaviorclassBoundaryEventRegistryEventActivityBehaviorclassBoundaryMessageEventActivityBehaviorclassBoundarySignalEventActivityBehaviorclassBoundaryTimerEventActivityBehaviorclassBoundaryVariableListenerEventActivityBehaviorclassBusinessRuleTaskActivityBehaviorActivity 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).classCancelEndEventActivityBehaviorclassCaseTaskActivityBehaviorStart a CMMN case with the case service taskclassDmnActivityBehaviorclassErrorEndEventActivityBehaviorclassEscalationEndEventActivityBehaviorclassEventBasedGatewayActivityBehaviorclassEventSubProcessActivityBehaviorclassEventSubProcessConditionalStartEventActivityBehaviorImplementation of the BPMN 2.0 event subprocess start event.classEventSubProcessErrorStartEventActivityBehaviorImplementation of the BPMN 2.0 event subprocess start event.classEventSubProcessEscalationStartEventActivityBehaviorImplementation of the BPMN 2.0 event subprocess start event.classEventSubProcessEventRegistryStartEventActivityBehaviorImplementation 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.classExclusiveGatewayActivityBehaviorImplementation of the Exclusive Gateway/XOR gateway/exclusive data-based gateway as defined in the BPMN specification.classExternalWorkerTaskActivityBehaviorclassFlowNodeActivityBehaviorSuperclass for all 'connectable' BPMN 2.0 process elements: tasks, gateways and events.classGatewayActivityBehaviorSuper class for all gateway activity implementations.classInclusiveGatewayActivityBehaviorImplementation of the Inclusive Gateway/OR gateway/inclusive data-based gateway as defined in the BPMN specification.classIntermediateCatchConditionalEventActivityBehaviorclassIntermediateCatchEventActivityBehaviorclassIntermediateCatchEventRegistryEventActivityBehaviorclassIntermediateCatchMessageEventActivityBehaviorclassIntermediateCatchSignalEventActivityBehaviorclassIntermediateCatchTimerEventActivityBehaviorclassIntermediateCatchVariableListenerEventActivityBehaviorclassIntermediateThrowCompensationEventActivityBehaviorclassIntermediateThrowEscalationEventActivityBehaviorclassIntermediateThrowNoneEventActivityBehaviorclassIntermediateThrowSignalEventActivityBehaviorclassMailActivityBehaviorclassManualTaskActivityBehaviorImplementation 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.classMultiInstanceActivityBehaviorImplementation of the multi-instance functionality as described in the BPMN 2.0 spec.classNoneEndEventActivityBehaviorclassNoneStartEventActivityBehaviorImplementation of the 'none start event': a start event that has no specific trigger but the programmatic one (processService.startProcessInstanceXXX()).classParallelGatewayActivityBehaviorImplementation of the Parallel Gateway/AND gateway as defined in the BPMN 2.0 specification.classParallelMultiInstanceBehaviorclassReceiveEventTaskActivityBehaviorclassReceiveTaskActivityBehaviorA 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 registryclassSequentialMultiInstanceBehaviorclassServiceTaskDelegateExpressionActivityBehaviorActivityBehaviorused 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.classTerminateEndEventActivityBehaviorclassTransactionActivityBehaviorclassUserTaskActivityBehaviorclassWebServiceActivityBehaviorAn activity behavior that allows calling Web services -
Uses of ActivityBehavior in org.flowable.engine.impl.bpmn.helper
Classes in org.flowable.engine.impl.bpmn.helper that implement ActivityBehavior 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.Fields in org.flowable.engine.impl.bpmn.helper declared as ActivityBehavior Modifier and Type Field Description protected ActivityBehaviorClassDelegate. activityBehaviorInstanceMethods in org.flowable.engine.impl.bpmn.helper that return ActivityBehavior Modifier and Type Method Description protected ActivityBehaviorClassDelegate. determineBehaviour(ActivityBehavior delegateInstance)protected ActivityBehaviorClassDelegate. getActivityBehaviorInstance()Methods in org.flowable.engine.impl.bpmn.helper with parameters of type ActivityBehavior Modifier and Type Method Description protected ActivityBehaviorClassDelegate. determineBehaviour(ActivityBehavior delegateInstance) -
Uses of ActivityBehavior in org.flowable.engine.impl.bpmn.http.handler
Classes in org.flowable.engine.impl.bpmn.http.handler that implement ActivityBehavior Modifier and Type Class Description classClassDelegateHttpHandlerHelper class for HTTP handlers to allow class delegation. -
Uses of ActivityBehavior in org.flowable.engine.impl.bpmn.parser.factory
Methods in org.flowable.engine.impl.bpmn.parser.factory that return ActivityBehavior Modifier and Type Method Description ActivityBehaviorActivityBehaviorFactory. createBusinessRuleTaskActivityBehavior(org.flowable.bpmn.model.BusinessRuleTask businessRuleTask)ActivityBehaviorDefaultActivityBehaviorFactory. createBusinessRuleTaskActivityBehavior(org.flowable.bpmn.model.BusinessRuleTask businessRuleTask)ActivityBehaviorActivityBehaviorFactory. createCamelActivityBehavior(org.flowable.bpmn.model.SendTask sendTask)ActivityBehaviorActivityBehaviorFactory. createCamelActivityBehavior(org.flowable.bpmn.model.ServiceTask serviceTask)ActivityBehaviorDefaultActivityBehaviorFactory. createCamelActivityBehavior(org.flowable.bpmn.model.SendTask sendTask)ActivityBehaviorDefaultActivityBehaviorFactory. createCamelActivityBehavior(org.flowable.bpmn.model.ServiceTask serviceTask)protected ActivityBehaviorDefaultActivityBehaviorFactory. createCamelActivityBehavior(org.flowable.bpmn.model.TaskWithFieldExtensions task, List<org.flowable.bpmn.model.FieldExtension> fieldExtensions)protected ActivityBehaviorDefaultActivityBehaviorFactory. createDefaultActivityBehaviour(org.flowable.bpmn.model.ServiceTask serviceTask)ActivityBehaviorActivityBehaviorFactory. createDmnActivityBehavior(org.flowable.bpmn.model.SendTask sendTask)ActivityBehaviorActivityBehaviorFactory. createDmnActivityBehavior(org.flowable.bpmn.model.ServiceTask serviceTask)ActivityBehaviorActivityBehaviorFactory. createHttpActivityBehavior(org.flowable.bpmn.model.ServiceTask serviceTask)ActivityBehaviorDefaultActivityBehaviorFactory. createHttpActivityBehavior(org.flowable.bpmn.model.ServiceTask serviceTask)ActivityBehaviorActivityBehaviorFactory. createMuleActivityBehavior(org.flowable.bpmn.model.SendTask sendTask)ActivityBehaviorActivityBehaviorFactory. createMuleActivityBehavior(org.flowable.bpmn.model.ServiceTask serviceTask)ActivityBehaviorDefaultActivityBehaviorFactory. createMuleActivityBehavior(org.flowable.bpmn.model.SendTask sendTask)ActivityBehaviorDefaultActivityBehaviorFactory. createMuleActivityBehavior(org.flowable.bpmn.model.ServiceTask serviceTask)protected ActivityBehaviorDefaultActivityBehaviorFactory. createMuleActivityBehavior(org.flowable.bpmn.model.TaskWithFieldExtensions task, List<org.flowable.bpmn.model.FieldExtension> fieldExtensions) -
Uses of ActivityBehavior in org.flowable.engine.impl.delegate
Subinterfaces of ActivityBehavior in org.flowable.engine.impl.delegate Modifier and Type Interface Description interfaceSubProcessActivityBehaviorbehavior for activities that delegate to a complete separate execution of a process definition.interfaceTriggerableActivityBehaviorFields in org.flowable.engine.impl.delegate declared as ActivityBehavior Modifier and Type Field Description protected ActivityBehaviorActivityBehaviorInvocation. behaviorInstanceConstructors in org.flowable.engine.impl.delegate with parameters of type ActivityBehavior Constructor Description ActivityBehaviorInvocation(ActivityBehavior behaviorInstance, DelegateExecution execution) -
Uses of ActivityBehavior in org.flowable.engine.impl.util
Methods in org.flowable.engine.impl.util with parameters of type ActivityBehavior Modifier and Type Method Description static voidBpmnLoggingSessionUtil. addExecuteActivityBehaviorLoggingData(String type, ActivityBehavior activityBehavior, org.flowable.bpmn.model.FlowNode flowNode, ExecutionEntity execution) -
Uses of ActivityBehavior in org.flowable.engine.test
Methods in org.flowable.engine.test that return ActivityBehavior Modifier and Type Method Description ActivityBehaviorTestActivityBehaviorFactory. createBusinessRuleTaskActivityBehavior(org.flowable.bpmn.model.BusinessRuleTask businessRuleTask)ActivityBehaviorTestActivityBehaviorFactory. createCamelActivityBehavior(org.flowable.bpmn.model.SendTask sendTask)ActivityBehaviorTestActivityBehaviorFactory. createCamelActivityBehavior(org.flowable.bpmn.model.ServiceTask serviceTask)ActivityBehaviorTestActivityBehaviorFactory. createDmnActivityBehavior(org.flowable.bpmn.model.SendTask sendTask)ActivityBehaviorTestActivityBehaviorFactory. createDmnActivityBehavior(org.flowable.bpmn.model.ServiceTask serviceTask)ActivityBehaviorTestActivityBehaviorFactory. createHttpActivityBehavior(org.flowable.bpmn.model.ServiceTask serviceTask)ActivityBehaviorTestActivityBehaviorFactory. createMuleActivityBehavior(org.flowable.bpmn.model.SendTask sendTask)ActivityBehaviorTestActivityBehaviorFactory. createMuleActivityBehavior(org.flowable.bpmn.model.ServiceTask serviceTask)
-