Package org.flowable.engine.test
Class TestActivityBehaviorFactory
java.lang.Object
org.flowable.engine.impl.bpmn.parser.factory.AbstractBehaviorFactory
org.flowable.engine.test.TestActivityBehaviorFactory
- All Implemented Interfaces:
org.flowable.engine.impl.bpmn.parser.factory.ActivityBehaviorFactory
public class TestActivityBehaviorFactory
extends org.flowable.engine.impl.bpmn.parser.factory.AbstractBehaviorFactory
implements org.flowable.engine.impl.bpmn.parser.factory.ActivityBehaviorFactory
- Author:
- Joram Barrez
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected booleanprotected org.flowable.engine.impl.bpmn.parser.factory.ActivityBehaviorFactoryThe ActivityBehaviorFactory that is constructed when the process engine was created This class delegates to this instance, unless some mocking has been defined.Fields inherited from class org.flowable.engine.impl.bpmn.parser.factory.AbstractBehaviorFactory
expressionManager -
Constructor Summary
ConstructorsConstructorDescriptionTestActivityBehaviorFactory(org.flowable.engine.impl.bpmn.parser.factory.ActivityBehaviorFactory wrappedActivityBehaviorFactory) -
Method Summary
Modifier and TypeMethodDescriptionvoidaddClassDelegateMock(String originalClassFqn, Class<?> mockClass) voidaddClassDelegateMock(String originalClassFqn, String mockedClassFqn) voidaddClassDelegateMockByTaskId(String serviceTaskId, Class<?> mockedClass) voidaddClassDelegateMockByTaskId(String serviceTaskId, String mockedClassFqn) voidaddNoOpServiceTaskByClassName(String className) voidorg.flowable.engine.impl.bpmn.behavior.AdhocSubProcessActivityBehaviorcreateAdhocSubprocessActivityBehavior(SubProcess subProcess) org.flowable.engine.impl.bpmn.behavior.BoundaryCancelEventActivityBehaviorcreateBoundaryCancelEventActivityBehavior(CancelEventDefinition cancelEventDefinition) org.flowable.engine.impl.bpmn.behavior.BoundaryCompensateEventActivityBehaviorcreateBoundaryCompensateEventActivityBehavior(BoundaryEvent boundaryEvent, CompensateEventDefinition compensateEventDefinition, boolean interrupting) org.flowable.engine.impl.bpmn.behavior.BoundaryConditionalEventActivityBehaviorcreateBoundaryConditionalEventActivityBehavior(BoundaryEvent boundaryEvent, ConditionalEventDefinition conditionalEventDefinition, String conditionExpression, String conditionLanguage, boolean interrupting) org.flowable.engine.impl.bpmn.behavior.BoundaryEscalationEventActivityBehaviorcreateBoundaryEscalationEventActivityBehavior(BoundaryEvent boundaryEvent, EscalationEventDefinition escalationEventDefinition, Escalation escalation, boolean interrupting) org.flowable.engine.impl.bpmn.behavior.BoundaryEventActivityBehaviorcreateBoundaryEventActivityBehavior(BoundaryEvent boundaryEvent, boolean interrupting) org.flowable.engine.impl.bpmn.behavior.BoundaryEventRegistryEventActivityBehaviorcreateBoundaryEventRegistryEventActivityBehavior(BoundaryEvent boundaryEvent, String eventDefinitionKey, boolean interrupting) org.flowable.engine.impl.bpmn.behavior.BoundaryMessageEventActivityBehaviorcreateBoundaryMessageEventActivityBehavior(BoundaryEvent boundaryEvent, MessageEventDefinition messageEventDefinition, boolean interrupting) org.flowable.engine.impl.bpmn.behavior.BoundarySignalEventActivityBehaviorcreateBoundarySignalEventActivityBehavior(BoundaryEvent boundaryEvent, SignalEventDefinition signalEventDefinition, Signal signal, boolean interrupting) org.flowable.engine.impl.bpmn.behavior.BoundaryTimerEventActivityBehaviorcreateBoundaryTimerEventActivityBehavior(BoundaryEvent boundaryEvent, TimerEventDefinition timerEventDefinition, boolean interrupting) org.flowable.engine.impl.bpmn.behavior.BoundaryVariableListenerEventActivityBehaviorcreateBoundaryVariableListenerEventActivityBehavior(BoundaryEvent boundaryEvent, VariableListenerEventDefinition variableListenerEventDefinition, boolean interrupting) org.flowable.engine.impl.delegate.ActivityBehaviorcreateBusinessRuleTaskActivityBehavior(BusinessRuleTask businessRuleTask) org.flowable.engine.impl.bpmn.behavior.CallActivityBehaviorcreateCallActivityBehavior(CallActivity callActivity) org.flowable.engine.impl.delegate.ActivityBehaviorcreateCamelActivityBehavior(SendTask sendTask) org.flowable.engine.impl.delegate.ActivityBehaviorcreateCamelActivityBehavior(ServiceTask serviceTask) org.flowable.engine.impl.bpmn.behavior.CancelEndEventActivityBehaviorcreateCancelEndEventActivityBehavior(EndEvent endEvent) org.flowable.engine.impl.bpmn.behavior.CaseTaskActivityBehaviorcreateCaseTaskBehavior(CaseServiceTask caseServiceTask) org.flowable.engine.impl.bpmn.helper.ClassDelegatecreateClassDelegateServiceTask(ServiceTask serviceTask) org.flowable.engine.impl.delegate.ActivityBehaviorcreateDmnActivityBehavior(SendTask sendTask) org.flowable.engine.impl.delegate.ActivityBehaviorcreateDmnActivityBehavior(ServiceTask serviceTask) org.flowable.engine.impl.bpmn.behavior.ErrorEndEventActivityBehaviorcreateErrorEndEventActivityBehavior(EndEvent endEvent, ErrorEventDefinition errorEventDefinition) org.flowable.engine.impl.bpmn.behavior.EscalationEndEventActivityBehaviorcreateEscalationEndEventActivityBehavior(EndEvent endEvent, EscalationEventDefinition escalationEventDefinition, Escalation escalation) org.flowable.engine.impl.bpmn.behavior.EventBasedGatewayActivityBehaviorcreateEventBasedGatewayActivityBehavior(EventGateway eventGateway) org.flowable.engine.impl.bpmn.behavior.EventSubProcessActivityBehaviorcreateEventSubprocessActivityBehavior(EventSubProcess eventSubProcess) org.flowable.engine.impl.bpmn.behavior.EventSubProcessConditionalStartEventActivityBehaviorcreateEventSubProcessConditionalStartEventActivityBehavior(StartEvent startEvent, ConditionalEventDefinition conditionalEventDefinition, String conditionExpression) org.flowable.engine.impl.bpmn.behavior.EventSubProcessErrorStartEventActivityBehaviororg.flowable.engine.impl.bpmn.behavior.EventSubProcessEscalationStartEventActivityBehaviororg.flowable.engine.impl.bpmn.behavior.EventSubProcessEventRegistryStartEventActivityBehaviorcreateEventSubProcessEventRegistryStartEventActivityBehavior(StartEvent startEvent, String eventDefinitionKey) org.flowable.engine.impl.bpmn.behavior.EventSubProcessMessageStartEventActivityBehaviorcreateEventSubProcessMessageStartEventActivityBehavior(StartEvent startEvent, MessageEventDefinition messageEventDefinition) org.flowable.engine.impl.bpmn.behavior.EventSubProcessSignalStartEventActivityBehaviorcreateEventSubProcessSignalStartEventActivityBehavior(StartEvent startEvent, SignalEventDefinition signalEventDefinition, Signal signal) org.flowable.engine.impl.bpmn.behavior.EventSubProcessTimerStartEventActivityBehaviorcreateEventSubProcessTimerStartEventActivityBehavior(StartEvent startEvent, TimerEventDefinition timerEventDefinition) org.flowable.engine.impl.bpmn.behavior.EventSubProcessVariableListenerlStartEventActivityBehaviorcreateEventSubProcessVariableListenerlStartEventActivityBehavior(StartEvent startEvent, VariableListenerEventDefinition variableListenerEventDefinition) org.flowable.engine.impl.bpmn.behavior.ExclusiveGatewayActivityBehaviorcreateExclusiveGatewayActivityBehavior(ExclusiveGateway exclusiveGateway) org.flowable.engine.impl.bpmn.behavior.ExternalWorkerTaskActivityBehaviorcreateExternalWorkerTaskBehavior(ExternalWorkerServiceTask externalWorkerServiceTask) org.flowable.engine.impl.delegate.ActivityBehaviorcreateHttpActivityBehavior(ServiceTask serviceTask) org.flowable.engine.impl.bpmn.behavior.InclusiveGatewayActivityBehaviorcreateInclusiveGatewayActivityBehavior(InclusiveGateway inclusiveGateway) org.flowable.engine.impl.bpmn.behavior.IntermediateCatchConditionalEventActivityBehaviorcreateIntermediateCatchConditionalEventActivityBehavior(IntermediateCatchEvent intermediateCatchEvent, ConditionalEventDefinition conditionalEventDefinition, String conditionExpression, String conditionLanguage) org.flowable.engine.impl.bpmn.behavior.IntermediateCatchEventActivityBehaviorcreateIntermediateCatchEventActivityBehavior(IntermediateCatchEvent intermediateCatchEvent) org.flowable.engine.impl.bpmn.behavior.IntermediateCatchEventRegistryEventActivityBehaviorcreateIntermediateCatchEventRegistryEventActivityBehavior(IntermediateCatchEvent intermediateCatchEvent, String eventDefinitionKey) org.flowable.engine.impl.bpmn.behavior.IntermediateCatchMessageEventActivityBehaviorcreateIntermediateCatchMessageEventActivityBehavior(IntermediateCatchEvent intermediateCatchEvent, MessageEventDefinition messageEventDefinition) org.flowable.engine.impl.bpmn.behavior.IntermediateCatchSignalEventActivityBehaviorcreateIntermediateCatchSignalEventActivityBehavior(IntermediateCatchEvent intermediateCatchEvent, SignalEventDefinition signalEventDefinition, Signal signal) org.flowable.engine.impl.bpmn.behavior.IntermediateCatchTimerEventActivityBehaviorcreateIntermediateCatchTimerEventActivityBehavior(IntermediateCatchEvent intermediateCatchEvent, TimerEventDefinition timerEventDefinition) org.flowable.engine.impl.bpmn.behavior.IntermediateCatchVariableListenerEventActivityBehaviorcreateIntermediateCatchVariableListenerEventActivityBehavior(IntermediateCatchEvent intermediateCatchEvent, VariableListenerEventDefinition variableListenerEventDefinition) org.flowable.engine.impl.bpmn.behavior.IntermediateThrowCompensationEventActivityBehaviorcreateIntermediateThrowCompensationEventActivityBehavior(ThrowEvent throwEvent, CompensateEventDefinition compensateEventDefinition) org.flowable.engine.impl.bpmn.behavior.IntermediateThrowEscalationEventActivityBehaviorcreateIntermediateThrowEscalationEventActivityBehavior(ThrowEvent throwEvent, EscalationEventDefinition escalationEventDefinition, Escalation escalation) org.flowable.engine.impl.bpmn.behavior.IntermediateThrowNoneEventActivityBehaviororg.flowable.engine.impl.bpmn.behavior.IntermediateThrowSignalEventActivityBehaviorcreateIntermediateThrowSignalEventActivityBehavior(ThrowEvent throwEvent, SignalEventDefinition signalEventDefinition, Signal signal) org.flowable.engine.impl.delegate.ActivityBehaviorcreateMailActivityBehavior(SendTask sendTask) org.flowable.engine.impl.delegate.ActivityBehaviorcreateMailActivityBehavior(ServiceTask serviceTask) org.flowable.engine.impl.bpmn.behavior.ManualTaskActivityBehaviorcreateManualTaskActivityBehavior(ManualTask manualTask) org.flowable.engine.impl.bpmn.behavior.NoneEndEventActivityBehaviorcreateNoneEndEventActivityBehavior(EndEvent endEvent) org.flowable.engine.impl.bpmn.behavior.NoneStartEventActivityBehaviorcreateNoneStartEventActivityBehavior(StartEvent startEvent) org.flowable.engine.impl.bpmn.behavior.ParallelGatewayActivityBehaviorcreateParallelGatewayActivityBehavior(ParallelGateway parallelGateway) org.flowable.engine.impl.bpmn.behavior.ParallelMultiInstanceBehaviorcreateParallelMultiInstanceBehavior(Activity activity, org.flowable.engine.impl.bpmn.behavior.AbstractBpmnActivityBehavior innerActivityBehavior) org.flowable.engine.impl.bpmn.behavior.ReceiveEventTaskActivityBehaviorcreateReceiveEventTaskActivityBehavior(ReceiveTask receiveTask, String eventDefinitionKey) org.flowable.engine.impl.bpmn.behavior.ReceiveTaskActivityBehaviorcreateReceiveTaskActivityBehavior(ReceiveTask receiveTask) org.flowable.engine.impl.bpmn.behavior.ScriptTaskActivityBehaviorcreateScriptTaskActivityBehavior(ScriptTask scriptTask) org.flowable.engine.impl.bpmn.behavior.SendEventTaskActivityBehaviorcreateSendEventTaskBehavior(SendEventServiceTask sendEventServiceTask) org.flowable.engine.impl.bpmn.behavior.SequentialMultiInstanceBehaviorcreateSequentialMultiInstanceBehavior(Activity activity, org.flowable.engine.impl.bpmn.behavior.AbstractBpmnActivityBehavior innerActivityBehavior) org.flowable.engine.impl.bpmn.behavior.ServiceTaskDelegateExpressionActivityBehaviororg.flowable.engine.impl.bpmn.behavior.ServiceTaskExpressionActivityBehaviorcreateServiceTaskExpressionActivityBehavior(ServiceTask serviceTask) org.flowable.engine.impl.bpmn.behavior.ShellActivityBehaviorcreateShellActivityBehavior(ServiceTask serviceTask) org.flowable.engine.impl.bpmn.behavior.SubProcessActivityBehaviorcreateSubprocessActivityBehavior(SubProcess subProcess) org.flowable.engine.impl.bpmn.behavior.TaskActivityBehaviororg.flowable.engine.impl.bpmn.behavior.TerminateEndEventActivityBehaviororg.flowable.engine.impl.bpmn.behavior.TransactionActivityBehaviorcreateTransactionActivityBehavior(Transaction transaction) org.flowable.engine.impl.bpmn.behavior.UserTaskActivityBehaviorcreateUserTaskActivityBehavior(UserTask userTask) org.flowable.engine.impl.bpmn.behavior.WebServiceActivityBehaviorcreateWebServiceActivityBehavior(SendTask sendTask, BpmnModel bpmnModel) org.flowable.engine.impl.bpmn.behavior.WebServiceActivityBehaviorcreateWebServiceActivityBehavior(ServiceTask serviceTask, BpmnModel bpmnModel) org.flowable.engine.impl.bpmn.parser.factory.ActivityBehaviorFactoryvoidreset()voidvoidsetWrappedActivityBehaviorFactory(org.flowable.engine.impl.bpmn.parser.factory.ActivityBehaviorFactory wrappedActivityBehaviorFactory) Methods inherited from class org.flowable.engine.impl.bpmn.parser.factory.AbstractBehaviorFactory
createFieldDeclarations, getExpressionManager, setExpressionManager
-
Field Details
-
wrappedActivityBehaviorFactory
protected org.flowable.engine.impl.bpmn.parser.factory.ActivityBehaviorFactory wrappedActivityBehaviorFactoryThe ActivityBehaviorFactory that is constructed when the process engine was created This class delegates to this instance, unless some mocking has been defined. -
allServiceTasksNoOp
protected boolean allServiceTasksNoOp -
mockedClassDelegatesMapping
-
mockedClassTaskIdDelegatesMapping
-
noOpServiceTaskIds
-
noOpServiceTaskClassNames
-
-
Constructor Details
-
TestActivityBehaviorFactory
public TestActivityBehaviorFactory() -
TestActivityBehaviorFactory
public TestActivityBehaviorFactory(org.flowable.engine.impl.bpmn.parser.factory.ActivityBehaviorFactory wrappedActivityBehaviorFactory)
-
-
Method Details
-
getWrappedActivityBehaviorFactory
public org.flowable.engine.impl.bpmn.parser.factory.ActivityBehaviorFactory getWrappedActivityBehaviorFactory() -
setWrappedActivityBehaviorFactory
public void setWrappedActivityBehaviorFactory(org.flowable.engine.impl.bpmn.parser.factory.ActivityBehaviorFactory wrappedActivityBehaviorFactory) -
createNoneStartEventActivityBehavior
public org.flowable.engine.impl.bpmn.behavior.NoneStartEventActivityBehavior createNoneStartEventActivityBehavior(StartEvent startEvent) - Specified by:
createNoneStartEventActivityBehaviorin interfaceorg.flowable.engine.impl.bpmn.parser.factory.ActivityBehaviorFactory
-
createTaskActivityBehavior
public org.flowable.engine.impl.bpmn.behavior.TaskActivityBehavior createTaskActivityBehavior(Task task) - Specified by:
createTaskActivityBehaviorin interfaceorg.flowable.engine.impl.bpmn.parser.factory.ActivityBehaviorFactory
-
createManualTaskActivityBehavior
public org.flowable.engine.impl.bpmn.behavior.ManualTaskActivityBehavior createManualTaskActivityBehavior(ManualTask manualTask) - Specified by:
createManualTaskActivityBehaviorin interfaceorg.flowable.engine.impl.bpmn.parser.factory.ActivityBehaviorFactory
-
createReceiveTaskActivityBehavior
public org.flowable.engine.impl.bpmn.behavior.ReceiveTaskActivityBehavior createReceiveTaskActivityBehavior(ReceiveTask receiveTask) - Specified by:
createReceiveTaskActivityBehaviorin interfaceorg.flowable.engine.impl.bpmn.parser.factory.ActivityBehaviorFactory
-
createReceiveEventTaskActivityBehavior
public org.flowable.engine.impl.bpmn.behavior.ReceiveEventTaskActivityBehavior createReceiveEventTaskActivityBehavior(ReceiveTask receiveTask, String eventDefinitionKey) - Specified by:
createReceiveEventTaskActivityBehaviorin interfaceorg.flowable.engine.impl.bpmn.parser.factory.ActivityBehaviorFactory
-
createUserTaskActivityBehavior
public org.flowable.engine.impl.bpmn.behavior.UserTaskActivityBehavior createUserTaskActivityBehavior(UserTask userTask) - Specified by:
createUserTaskActivityBehaviorin interfaceorg.flowable.engine.impl.bpmn.parser.factory.ActivityBehaviorFactory
-
createClassDelegateServiceTask
public org.flowable.engine.impl.bpmn.helper.ClassDelegate createClassDelegateServiceTask(ServiceTask serviceTask) - Specified by:
createClassDelegateServiceTaskin interfaceorg.flowable.engine.impl.bpmn.parser.factory.ActivityBehaviorFactory
-
createServiceTaskDelegateExpressionActivityBehavior
public org.flowable.engine.impl.bpmn.behavior.ServiceTaskDelegateExpressionActivityBehavior createServiceTaskDelegateExpressionActivityBehavior(ServiceTask serviceTask) - Specified by:
createServiceTaskDelegateExpressionActivityBehaviorin interfaceorg.flowable.engine.impl.bpmn.parser.factory.ActivityBehaviorFactory
-
createServiceTaskExpressionActivityBehavior
public org.flowable.engine.impl.bpmn.behavior.ServiceTaskExpressionActivityBehavior createServiceTaskExpressionActivityBehavior(ServiceTask serviceTask) - Specified by:
createServiceTaskExpressionActivityBehaviorin interfaceorg.flowable.engine.impl.bpmn.parser.factory.ActivityBehaviorFactory
-
createWebServiceActivityBehavior
public org.flowable.engine.impl.bpmn.behavior.WebServiceActivityBehavior createWebServiceActivityBehavior(ServiceTask serviceTask, BpmnModel bpmnModel) - Specified by:
createWebServiceActivityBehaviorin interfaceorg.flowable.engine.impl.bpmn.parser.factory.ActivityBehaviorFactory
-
createWebServiceActivityBehavior
public org.flowable.engine.impl.bpmn.behavior.WebServiceActivityBehavior createWebServiceActivityBehavior(SendTask sendTask, BpmnModel bpmnModel) - Specified by:
createWebServiceActivityBehaviorin interfaceorg.flowable.engine.impl.bpmn.parser.factory.ActivityBehaviorFactory
-
createMailActivityBehavior
public org.flowable.engine.impl.delegate.ActivityBehavior createMailActivityBehavior(ServiceTask serviceTask) - Specified by:
createMailActivityBehaviorin interfaceorg.flowable.engine.impl.bpmn.parser.factory.ActivityBehaviorFactory
-
createMailActivityBehavior
public org.flowable.engine.impl.delegate.ActivityBehavior createMailActivityBehavior(SendTask sendTask) - Specified by:
createMailActivityBehaviorin interfaceorg.flowable.engine.impl.bpmn.parser.factory.ActivityBehaviorFactory
-
createDmnActivityBehavior
public org.flowable.engine.impl.delegate.ActivityBehavior createDmnActivityBehavior(ServiceTask serviceTask) - Specified by:
createDmnActivityBehaviorin interfaceorg.flowable.engine.impl.bpmn.parser.factory.ActivityBehaviorFactory
-
createDmnActivityBehavior
public org.flowable.engine.impl.delegate.ActivityBehavior createDmnActivityBehavior(SendTask sendTask) - Specified by:
createDmnActivityBehaviorin interfaceorg.flowable.engine.impl.bpmn.parser.factory.ActivityBehaviorFactory
-
createCamelActivityBehavior
public org.flowable.engine.impl.delegate.ActivityBehavior createCamelActivityBehavior(ServiceTask serviceTask) - Specified by:
createCamelActivityBehaviorin interfaceorg.flowable.engine.impl.bpmn.parser.factory.ActivityBehaviorFactory
-
createCamelActivityBehavior
public org.flowable.engine.impl.delegate.ActivityBehavior createCamelActivityBehavior(SendTask sendTask) - Specified by:
createCamelActivityBehaviorin interfaceorg.flowable.engine.impl.bpmn.parser.factory.ActivityBehaviorFactory
-
createShellActivityBehavior
public org.flowable.engine.impl.bpmn.behavior.ShellActivityBehavior createShellActivityBehavior(ServiceTask serviceTask) - Specified by:
createShellActivityBehaviorin interfaceorg.flowable.engine.impl.bpmn.parser.factory.ActivityBehaviorFactory
-
createHttpActivityBehavior
public org.flowable.engine.impl.delegate.ActivityBehavior createHttpActivityBehavior(ServiceTask serviceTask) - Specified by:
createHttpActivityBehaviorin interfaceorg.flowable.engine.impl.bpmn.parser.factory.ActivityBehaviorFactory
-
createBusinessRuleTaskActivityBehavior
public org.flowable.engine.impl.delegate.ActivityBehavior createBusinessRuleTaskActivityBehavior(BusinessRuleTask businessRuleTask) - Specified by:
createBusinessRuleTaskActivityBehaviorin interfaceorg.flowable.engine.impl.bpmn.parser.factory.ActivityBehaviorFactory
-
createScriptTaskActivityBehavior
public org.flowable.engine.impl.bpmn.behavior.ScriptTaskActivityBehavior createScriptTaskActivityBehavior(ScriptTask scriptTask) - Specified by:
createScriptTaskActivityBehaviorin interfaceorg.flowable.engine.impl.bpmn.parser.factory.ActivityBehaviorFactory
-
createSendEventTaskBehavior
public org.flowable.engine.impl.bpmn.behavior.SendEventTaskActivityBehavior createSendEventTaskBehavior(SendEventServiceTask sendEventServiceTask) - Specified by:
createSendEventTaskBehaviorin interfaceorg.flowable.engine.impl.bpmn.parser.factory.ActivityBehaviorFactory
-
createExternalWorkerTaskBehavior
public org.flowable.engine.impl.bpmn.behavior.ExternalWorkerTaskActivityBehavior createExternalWorkerTaskBehavior(ExternalWorkerServiceTask externalWorkerServiceTask) - Specified by:
createExternalWorkerTaskBehaviorin interfaceorg.flowable.engine.impl.bpmn.parser.factory.ActivityBehaviorFactory
-
createExclusiveGatewayActivityBehavior
public org.flowable.engine.impl.bpmn.behavior.ExclusiveGatewayActivityBehavior createExclusiveGatewayActivityBehavior(ExclusiveGateway exclusiveGateway) - Specified by:
createExclusiveGatewayActivityBehaviorin interfaceorg.flowable.engine.impl.bpmn.parser.factory.ActivityBehaviorFactory
-
createParallelGatewayActivityBehavior
public org.flowable.engine.impl.bpmn.behavior.ParallelGatewayActivityBehavior createParallelGatewayActivityBehavior(ParallelGateway parallelGateway) - Specified by:
createParallelGatewayActivityBehaviorin interfaceorg.flowable.engine.impl.bpmn.parser.factory.ActivityBehaviorFactory
-
createInclusiveGatewayActivityBehavior
public org.flowable.engine.impl.bpmn.behavior.InclusiveGatewayActivityBehavior createInclusiveGatewayActivityBehavior(InclusiveGateway inclusiveGateway) - Specified by:
createInclusiveGatewayActivityBehaviorin interfaceorg.flowable.engine.impl.bpmn.parser.factory.ActivityBehaviorFactory
-
createEventBasedGatewayActivityBehavior
public org.flowable.engine.impl.bpmn.behavior.EventBasedGatewayActivityBehavior createEventBasedGatewayActivityBehavior(EventGateway eventGateway) - Specified by:
createEventBasedGatewayActivityBehaviorin interfaceorg.flowable.engine.impl.bpmn.parser.factory.ActivityBehaviorFactory
-
createSequentialMultiInstanceBehavior
public org.flowable.engine.impl.bpmn.behavior.SequentialMultiInstanceBehavior createSequentialMultiInstanceBehavior(Activity activity, org.flowable.engine.impl.bpmn.behavior.AbstractBpmnActivityBehavior innerActivityBehavior) - Specified by:
createSequentialMultiInstanceBehaviorin interfaceorg.flowable.engine.impl.bpmn.parser.factory.ActivityBehaviorFactory
-
createParallelMultiInstanceBehavior
public org.flowable.engine.impl.bpmn.behavior.ParallelMultiInstanceBehavior createParallelMultiInstanceBehavior(Activity activity, org.flowable.engine.impl.bpmn.behavior.AbstractBpmnActivityBehavior innerActivityBehavior) - Specified by:
createParallelMultiInstanceBehaviorin interfaceorg.flowable.engine.impl.bpmn.parser.factory.ActivityBehaviorFactory
-
createSubprocessActivityBehavior
public org.flowable.engine.impl.bpmn.behavior.SubProcessActivityBehavior createSubprocessActivityBehavior(SubProcess subProcess) - Specified by:
createSubprocessActivityBehaviorin interfaceorg.flowable.engine.impl.bpmn.parser.factory.ActivityBehaviorFactory
-
createEventSubprocessActivityBehavior
public org.flowable.engine.impl.bpmn.behavior.EventSubProcessActivityBehavior createEventSubprocessActivityBehavior(EventSubProcess eventSubProcess) - Specified by:
createEventSubprocessActivityBehaviorin interfaceorg.flowable.engine.impl.bpmn.parser.factory.ActivityBehaviorFactory
-
createEventSubProcessConditionalStartEventActivityBehavior
public org.flowable.engine.impl.bpmn.behavior.EventSubProcessConditionalStartEventActivityBehavior createEventSubProcessConditionalStartEventActivityBehavior(StartEvent startEvent, ConditionalEventDefinition conditionalEventDefinition, String conditionExpression) - Specified by:
createEventSubProcessConditionalStartEventActivityBehaviorin interfaceorg.flowable.engine.impl.bpmn.parser.factory.ActivityBehaviorFactory
-
createEventSubProcessErrorStartEventActivityBehavior
public org.flowable.engine.impl.bpmn.behavior.EventSubProcessErrorStartEventActivityBehavior createEventSubProcessErrorStartEventActivityBehavior(StartEvent startEvent) - Specified by:
createEventSubProcessErrorStartEventActivityBehaviorin interfaceorg.flowable.engine.impl.bpmn.parser.factory.ActivityBehaviorFactory
-
createEventSubProcessEscalationStartEventActivityBehavior
public org.flowable.engine.impl.bpmn.behavior.EventSubProcessEscalationStartEventActivityBehavior createEventSubProcessEscalationStartEventActivityBehavior(StartEvent startEvent) - Specified by:
createEventSubProcessEscalationStartEventActivityBehaviorin interfaceorg.flowable.engine.impl.bpmn.parser.factory.ActivityBehaviorFactory
-
createEventSubProcessMessageStartEventActivityBehavior
public org.flowable.engine.impl.bpmn.behavior.EventSubProcessMessageStartEventActivityBehavior createEventSubProcessMessageStartEventActivityBehavior(StartEvent startEvent, MessageEventDefinition messageEventDefinition) - Specified by:
createEventSubProcessMessageStartEventActivityBehaviorin interfaceorg.flowable.engine.impl.bpmn.parser.factory.ActivityBehaviorFactory
-
createEventSubProcessSignalStartEventActivityBehavior
public org.flowable.engine.impl.bpmn.behavior.EventSubProcessSignalStartEventActivityBehavior createEventSubProcessSignalStartEventActivityBehavior(StartEvent startEvent, SignalEventDefinition signalEventDefinition, Signal signal) - Specified by:
createEventSubProcessSignalStartEventActivityBehaviorin interfaceorg.flowable.engine.impl.bpmn.parser.factory.ActivityBehaviorFactory
-
createEventSubProcessTimerStartEventActivityBehavior
public org.flowable.engine.impl.bpmn.behavior.EventSubProcessTimerStartEventActivityBehavior createEventSubProcessTimerStartEventActivityBehavior(StartEvent startEvent, TimerEventDefinition timerEventDefinition) - Specified by:
createEventSubProcessTimerStartEventActivityBehaviorin interfaceorg.flowable.engine.impl.bpmn.parser.factory.ActivityBehaviorFactory
-
createEventSubProcessEventRegistryStartEventActivityBehavior
public org.flowable.engine.impl.bpmn.behavior.EventSubProcessEventRegistryStartEventActivityBehavior createEventSubProcessEventRegistryStartEventActivityBehavior(StartEvent startEvent, String eventDefinitionKey) - Specified by:
createEventSubProcessEventRegistryStartEventActivityBehaviorin interfaceorg.flowable.engine.impl.bpmn.parser.factory.ActivityBehaviorFactory
-
createEventSubProcessVariableListenerlStartEventActivityBehavior
public org.flowable.engine.impl.bpmn.behavior.EventSubProcessVariableListenerlStartEventActivityBehavior createEventSubProcessVariableListenerlStartEventActivityBehavior(StartEvent startEvent, VariableListenerEventDefinition variableListenerEventDefinition) - Specified by:
createEventSubProcessVariableListenerlStartEventActivityBehaviorin interfaceorg.flowable.engine.impl.bpmn.parser.factory.ActivityBehaviorFactory
-
createAdhocSubprocessActivityBehavior
public org.flowable.engine.impl.bpmn.behavior.AdhocSubProcessActivityBehavior createAdhocSubprocessActivityBehavior(SubProcess subProcess) - Specified by:
createAdhocSubprocessActivityBehaviorin interfaceorg.flowable.engine.impl.bpmn.parser.factory.ActivityBehaviorFactory
-
createCallActivityBehavior
public org.flowable.engine.impl.bpmn.behavior.CallActivityBehavior createCallActivityBehavior(CallActivity callActivity) - Specified by:
createCallActivityBehaviorin interfaceorg.flowable.engine.impl.bpmn.parser.factory.ActivityBehaviorFactory
-
createCaseTaskBehavior
public org.flowable.engine.impl.bpmn.behavior.CaseTaskActivityBehavior createCaseTaskBehavior(CaseServiceTask caseServiceTask) - Specified by:
createCaseTaskBehaviorin interfaceorg.flowable.engine.impl.bpmn.parser.factory.ActivityBehaviorFactory
-
createTransactionActivityBehavior
public org.flowable.engine.impl.bpmn.behavior.TransactionActivityBehavior createTransactionActivityBehavior(Transaction transaction) - Specified by:
createTransactionActivityBehaviorin interfaceorg.flowable.engine.impl.bpmn.parser.factory.ActivityBehaviorFactory
-
createIntermediateCatchEventActivityBehavior
public org.flowable.engine.impl.bpmn.behavior.IntermediateCatchEventActivityBehavior createIntermediateCatchEventActivityBehavior(IntermediateCatchEvent intermediateCatchEvent) - Specified by:
createIntermediateCatchEventActivityBehaviorin interfaceorg.flowable.engine.impl.bpmn.parser.factory.ActivityBehaviorFactory
-
createIntermediateCatchConditionalEventActivityBehavior
public org.flowable.engine.impl.bpmn.behavior.IntermediateCatchConditionalEventActivityBehavior createIntermediateCatchConditionalEventActivityBehavior(IntermediateCatchEvent intermediateCatchEvent, ConditionalEventDefinition conditionalEventDefinition, String conditionExpression, String conditionLanguage) - Specified by:
createIntermediateCatchConditionalEventActivityBehaviorin interfaceorg.flowable.engine.impl.bpmn.parser.factory.ActivityBehaviorFactory
-
createIntermediateCatchMessageEventActivityBehavior
public org.flowable.engine.impl.bpmn.behavior.IntermediateCatchMessageEventActivityBehavior createIntermediateCatchMessageEventActivityBehavior(IntermediateCatchEvent intermediateCatchEvent, MessageEventDefinition messageEventDefinition) - Specified by:
createIntermediateCatchMessageEventActivityBehaviorin interfaceorg.flowable.engine.impl.bpmn.parser.factory.ActivityBehaviorFactory
-
createIntermediateCatchTimerEventActivityBehavior
public org.flowable.engine.impl.bpmn.behavior.IntermediateCatchTimerEventActivityBehavior createIntermediateCatchTimerEventActivityBehavior(IntermediateCatchEvent intermediateCatchEvent, TimerEventDefinition timerEventDefinition) - Specified by:
createIntermediateCatchTimerEventActivityBehaviorin interfaceorg.flowable.engine.impl.bpmn.parser.factory.ActivityBehaviorFactory
-
createIntermediateCatchEventRegistryEventActivityBehavior
public org.flowable.engine.impl.bpmn.behavior.IntermediateCatchEventRegistryEventActivityBehavior createIntermediateCatchEventRegistryEventActivityBehavior(IntermediateCatchEvent intermediateCatchEvent, String eventDefinitionKey) - Specified by:
createIntermediateCatchEventRegistryEventActivityBehaviorin interfaceorg.flowable.engine.impl.bpmn.parser.factory.ActivityBehaviorFactory
-
createIntermediateCatchSignalEventActivityBehavior
public org.flowable.engine.impl.bpmn.behavior.IntermediateCatchSignalEventActivityBehavior createIntermediateCatchSignalEventActivityBehavior(IntermediateCatchEvent intermediateCatchEvent, SignalEventDefinition signalEventDefinition, Signal signal) - Specified by:
createIntermediateCatchSignalEventActivityBehaviorin interfaceorg.flowable.engine.impl.bpmn.parser.factory.ActivityBehaviorFactory
-
createIntermediateCatchVariableListenerEventActivityBehavior
public org.flowable.engine.impl.bpmn.behavior.IntermediateCatchVariableListenerEventActivityBehavior createIntermediateCatchVariableListenerEventActivityBehavior(IntermediateCatchEvent intermediateCatchEvent, VariableListenerEventDefinition variableListenerEventDefinition) - Specified by:
createIntermediateCatchVariableListenerEventActivityBehaviorin interfaceorg.flowable.engine.impl.bpmn.parser.factory.ActivityBehaviorFactory
-
createIntermediateThrowNoneEventActivityBehavior
public org.flowable.engine.impl.bpmn.behavior.IntermediateThrowNoneEventActivityBehavior createIntermediateThrowNoneEventActivityBehavior(ThrowEvent throwEvent) - Specified by:
createIntermediateThrowNoneEventActivityBehaviorin interfaceorg.flowable.engine.impl.bpmn.parser.factory.ActivityBehaviorFactory
-
createIntermediateThrowSignalEventActivityBehavior
public org.flowable.engine.impl.bpmn.behavior.IntermediateThrowSignalEventActivityBehavior createIntermediateThrowSignalEventActivityBehavior(ThrowEvent throwEvent, SignalEventDefinition signalEventDefinition, Signal signal) - Specified by:
createIntermediateThrowSignalEventActivityBehaviorin interfaceorg.flowable.engine.impl.bpmn.parser.factory.ActivityBehaviorFactory
-
createIntermediateThrowEscalationEventActivityBehavior
public org.flowable.engine.impl.bpmn.behavior.IntermediateThrowEscalationEventActivityBehavior createIntermediateThrowEscalationEventActivityBehavior(ThrowEvent throwEvent, EscalationEventDefinition escalationEventDefinition, Escalation escalation) - Specified by:
createIntermediateThrowEscalationEventActivityBehaviorin interfaceorg.flowable.engine.impl.bpmn.parser.factory.ActivityBehaviorFactory
-
createIntermediateThrowCompensationEventActivityBehavior
public org.flowable.engine.impl.bpmn.behavior.IntermediateThrowCompensationEventActivityBehavior createIntermediateThrowCompensationEventActivityBehavior(ThrowEvent throwEvent, CompensateEventDefinition compensateEventDefinition) - Specified by:
createIntermediateThrowCompensationEventActivityBehaviorin interfaceorg.flowable.engine.impl.bpmn.parser.factory.ActivityBehaviorFactory
-
createNoneEndEventActivityBehavior
public org.flowable.engine.impl.bpmn.behavior.NoneEndEventActivityBehavior createNoneEndEventActivityBehavior(EndEvent endEvent) - Specified by:
createNoneEndEventActivityBehaviorin interfaceorg.flowable.engine.impl.bpmn.parser.factory.ActivityBehaviorFactory
-
createErrorEndEventActivityBehavior
public org.flowable.engine.impl.bpmn.behavior.ErrorEndEventActivityBehavior createErrorEndEventActivityBehavior(EndEvent endEvent, ErrorEventDefinition errorEventDefinition) - Specified by:
createErrorEndEventActivityBehaviorin interfaceorg.flowable.engine.impl.bpmn.parser.factory.ActivityBehaviorFactory
-
createEscalationEndEventActivityBehavior
public org.flowable.engine.impl.bpmn.behavior.EscalationEndEventActivityBehavior createEscalationEndEventActivityBehavior(EndEvent endEvent, EscalationEventDefinition escalationEventDefinition, Escalation escalation) - Specified by:
createEscalationEndEventActivityBehaviorin interfaceorg.flowable.engine.impl.bpmn.parser.factory.ActivityBehaviorFactory
-
createCancelEndEventActivityBehavior
public org.flowable.engine.impl.bpmn.behavior.CancelEndEventActivityBehavior createCancelEndEventActivityBehavior(EndEvent endEvent) - Specified by:
createCancelEndEventActivityBehaviorin interfaceorg.flowable.engine.impl.bpmn.parser.factory.ActivityBehaviorFactory
-
createTerminateEndEventActivityBehavior
public org.flowable.engine.impl.bpmn.behavior.TerminateEndEventActivityBehavior createTerminateEndEventActivityBehavior(EndEvent endEvent) - Specified by:
createTerminateEndEventActivityBehaviorin interfaceorg.flowable.engine.impl.bpmn.parser.factory.ActivityBehaviorFactory
-
createBoundaryEventActivityBehavior
public org.flowable.engine.impl.bpmn.behavior.BoundaryEventActivityBehavior createBoundaryEventActivityBehavior(BoundaryEvent boundaryEvent, boolean interrupting) - Specified by:
createBoundaryEventActivityBehaviorin interfaceorg.flowable.engine.impl.bpmn.parser.factory.ActivityBehaviorFactory
-
createBoundaryCancelEventActivityBehavior
public org.flowable.engine.impl.bpmn.behavior.BoundaryCancelEventActivityBehavior createBoundaryCancelEventActivityBehavior(CancelEventDefinition cancelEventDefinition) - Specified by:
createBoundaryCancelEventActivityBehaviorin interfaceorg.flowable.engine.impl.bpmn.parser.factory.ActivityBehaviorFactory
-
createBoundaryConditionalEventActivityBehavior
public org.flowable.engine.impl.bpmn.behavior.BoundaryConditionalEventActivityBehavior createBoundaryConditionalEventActivityBehavior(BoundaryEvent boundaryEvent, ConditionalEventDefinition conditionalEventDefinition, String conditionExpression, String conditionLanguage, boolean interrupting) - Specified by:
createBoundaryConditionalEventActivityBehaviorin interfaceorg.flowable.engine.impl.bpmn.parser.factory.ActivityBehaviorFactory
-
createBoundaryTimerEventActivityBehavior
public org.flowable.engine.impl.bpmn.behavior.BoundaryTimerEventActivityBehavior createBoundaryTimerEventActivityBehavior(BoundaryEvent boundaryEvent, TimerEventDefinition timerEventDefinition, boolean interrupting) - Specified by:
createBoundaryTimerEventActivityBehaviorin interfaceorg.flowable.engine.impl.bpmn.parser.factory.ActivityBehaviorFactory
-
createBoundarySignalEventActivityBehavior
public org.flowable.engine.impl.bpmn.behavior.BoundarySignalEventActivityBehavior createBoundarySignalEventActivityBehavior(BoundaryEvent boundaryEvent, SignalEventDefinition signalEventDefinition, Signal signal, boolean interrupting) - Specified by:
createBoundarySignalEventActivityBehaviorin interfaceorg.flowable.engine.impl.bpmn.parser.factory.ActivityBehaviorFactory
-
createBoundaryMessageEventActivityBehavior
public org.flowable.engine.impl.bpmn.behavior.BoundaryMessageEventActivityBehavior createBoundaryMessageEventActivityBehavior(BoundaryEvent boundaryEvent, MessageEventDefinition messageEventDefinition, boolean interrupting) - Specified by:
createBoundaryMessageEventActivityBehaviorin interfaceorg.flowable.engine.impl.bpmn.parser.factory.ActivityBehaviorFactory
-
createBoundaryEscalationEventActivityBehavior
public org.flowable.engine.impl.bpmn.behavior.BoundaryEscalationEventActivityBehavior createBoundaryEscalationEventActivityBehavior(BoundaryEvent boundaryEvent, EscalationEventDefinition escalationEventDefinition, Escalation escalation, boolean interrupting) - Specified by:
createBoundaryEscalationEventActivityBehaviorin interfaceorg.flowable.engine.impl.bpmn.parser.factory.ActivityBehaviorFactory
-
createBoundaryCompensateEventActivityBehavior
public org.flowable.engine.impl.bpmn.behavior.BoundaryCompensateEventActivityBehavior createBoundaryCompensateEventActivityBehavior(BoundaryEvent boundaryEvent, CompensateEventDefinition compensateEventDefinition, boolean interrupting) - Specified by:
createBoundaryCompensateEventActivityBehaviorin interfaceorg.flowable.engine.impl.bpmn.parser.factory.ActivityBehaviorFactory
-
createBoundaryEventRegistryEventActivityBehavior
public org.flowable.engine.impl.bpmn.behavior.BoundaryEventRegistryEventActivityBehavior createBoundaryEventRegistryEventActivityBehavior(BoundaryEvent boundaryEvent, String eventDefinitionKey, boolean interrupting) - Specified by:
createBoundaryEventRegistryEventActivityBehaviorin interfaceorg.flowable.engine.impl.bpmn.parser.factory.ActivityBehaviorFactory
-
createBoundaryVariableListenerEventActivityBehavior
public org.flowable.engine.impl.bpmn.behavior.BoundaryVariableListenerEventActivityBehavior createBoundaryVariableListenerEventActivityBehavior(BoundaryEvent boundaryEvent, VariableListenerEventDefinition variableListenerEventDefinition, boolean interrupting) - Specified by:
createBoundaryVariableListenerEventActivityBehaviorin interfaceorg.flowable.engine.impl.bpmn.parser.factory.ActivityBehaviorFactory
-
addClassDelegateMock
-
addClassDelegateMock
-
addClassDelegateMockByTaskId
-
addClassDelegateMockByTaskId
-
addNoOpServiceTaskById
-
addNoOpServiceTaskByClassName
-
setAllServiceTasksNoOp
public void setAllServiceTasksNoOp() -
reset
public void reset()
-