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 boolean
protected org.flowable.engine.impl.bpmn.parser.factory.ActivityBehaviorFactory
The 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 TypeMethodDescriptionvoid
addClassDelegateMock
(String originalClassFqn, Class<?> mockClass) void
addClassDelegateMock
(String originalClassFqn, String mockedClassFqn) void
addClassDelegateMockByTaskId
(String serviceTaskId, Class<?> mockedClass) void
addClassDelegateMockByTaskId
(String serviceTaskId, String mockedClassFqn) void
addNoOpServiceTaskByClassName
(String className) void
org.flowable.engine.impl.bpmn.behavior.AdhocSubProcessActivityBehavior
createAdhocSubprocessActivityBehavior
(SubProcess subProcess) org.flowable.engine.impl.bpmn.behavior.BoundaryCancelEventActivityBehavior
createBoundaryCancelEventActivityBehavior
(CancelEventDefinition cancelEventDefinition) org.flowable.engine.impl.bpmn.behavior.BoundaryCompensateEventActivityBehavior
createBoundaryCompensateEventActivityBehavior
(BoundaryEvent boundaryEvent, CompensateEventDefinition compensateEventDefinition, boolean interrupting) org.flowable.engine.impl.bpmn.behavior.BoundaryConditionalEventActivityBehavior
createBoundaryConditionalEventActivityBehavior
(BoundaryEvent boundaryEvent, ConditionalEventDefinition conditionalEventDefinition, String conditionExpression, String conditionLanguage, boolean interrupting) org.flowable.engine.impl.bpmn.behavior.BoundaryEscalationEventActivityBehavior
createBoundaryEscalationEventActivityBehavior
(BoundaryEvent boundaryEvent, EscalationEventDefinition escalationEventDefinition, Escalation escalation, boolean interrupting) org.flowable.engine.impl.bpmn.behavior.BoundaryEventActivityBehavior
createBoundaryEventActivityBehavior
(BoundaryEvent boundaryEvent, boolean interrupting) org.flowable.engine.impl.bpmn.behavior.BoundaryEventRegistryEventActivityBehavior
createBoundaryEventRegistryEventActivityBehavior
(BoundaryEvent boundaryEvent, String eventDefinitionKey, boolean interrupting) org.flowable.engine.impl.bpmn.behavior.BoundaryMessageEventActivityBehavior
createBoundaryMessageEventActivityBehavior
(BoundaryEvent boundaryEvent, MessageEventDefinition messageEventDefinition, boolean interrupting) org.flowable.engine.impl.bpmn.behavior.BoundarySignalEventActivityBehavior
createBoundarySignalEventActivityBehavior
(BoundaryEvent boundaryEvent, SignalEventDefinition signalEventDefinition, Signal signal, boolean interrupting) org.flowable.engine.impl.bpmn.behavior.BoundaryTimerEventActivityBehavior
createBoundaryTimerEventActivityBehavior
(BoundaryEvent boundaryEvent, TimerEventDefinition timerEventDefinition, boolean interrupting) org.flowable.engine.impl.bpmn.behavior.BoundaryVariableListenerEventActivityBehavior
createBoundaryVariableListenerEventActivityBehavior
(BoundaryEvent boundaryEvent, VariableListenerEventDefinition variableListenerEventDefinition, boolean interrupting) org.flowable.engine.impl.delegate.ActivityBehavior
createBusinessRuleTaskActivityBehavior
(BusinessRuleTask businessRuleTask) org.flowable.engine.impl.bpmn.behavior.CallActivityBehavior
createCallActivityBehavior
(CallActivity callActivity) org.flowable.engine.impl.delegate.ActivityBehavior
createCamelActivityBehavior
(SendTask sendTask) org.flowable.engine.impl.delegate.ActivityBehavior
createCamelActivityBehavior
(ServiceTask serviceTask) org.flowable.engine.impl.bpmn.behavior.CancelEndEventActivityBehavior
createCancelEndEventActivityBehavior
(EndEvent endEvent) org.flowable.engine.impl.bpmn.behavior.CaseTaskActivityBehavior
createCaseTaskBehavior
(CaseServiceTask caseServiceTask) org.flowable.engine.impl.bpmn.helper.ClassDelegate
createClassDelegateServiceTask
(ServiceTask serviceTask) org.flowable.engine.impl.delegate.ActivityBehavior
createDmnActivityBehavior
(SendTask sendTask) org.flowable.engine.impl.delegate.ActivityBehavior
createDmnActivityBehavior
(ServiceTask serviceTask) org.flowable.engine.impl.bpmn.behavior.ErrorEndEventActivityBehavior
createErrorEndEventActivityBehavior
(EndEvent endEvent, ErrorEventDefinition errorEventDefinition) org.flowable.engine.impl.bpmn.behavior.EscalationEndEventActivityBehavior
createEscalationEndEventActivityBehavior
(EndEvent endEvent, EscalationEventDefinition escalationEventDefinition, Escalation escalation) org.flowable.engine.impl.bpmn.behavior.EventBasedGatewayActivityBehavior
createEventBasedGatewayActivityBehavior
(EventGateway eventGateway) org.flowable.engine.impl.bpmn.behavior.EventSubProcessActivityBehavior
createEventSubprocessActivityBehavior
(EventSubProcess eventSubProcess) org.flowable.engine.impl.bpmn.behavior.EventSubProcessConditionalStartEventActivityBehavior
createEventSubProcessConditionalStartEventActivityBehavior
(StartEvent startEvent, ConditionalEventDefinition conditionalEventDefinition, String conditionExpression) org.flowable.engine.impl.bpmn.behavior.EventSubProcessErrorStartEventActivityBehavior
org.flowable.engine.impl.bpmn.behavior.EventSubProcessEscalationStartEventActivityBehavior
org.flowable.engine.impl.bpmn.behavior.EventSubProcessEventRegistryStartEventActivityBehavior
createEventSubProcessEventRegistryStartEventActivityBehavior
(StartEvent startEvent, String eventDefinitionKey) org.flowable.engine.impl.bpmn.behavior.EventSubProcessMessageStartEventActivityBehavior
createEventSubProcessMessageStartEventActivityBehavior
(StartEvent startEvent, MessageEventDefinition messageEventDefinition) org.flowable.engine.impl.bpmn.behavior.EventSubProcessSignalStartEventActivityBehavior
createEventSubProcessSignalStartEventActivityBehavior
(StartEvent startEvent, SignalEventDefinition signalEventDefinition, Signal signal) org.flowable.engine.impl.bpmn.behavior.EventSubProcessTimerStartEventActivityBehavior
createEventSubProcessTimerStartEventActivityBehavior
(StartEvent startEvent, TimerEventDefinition timerEventDefinition) org.flowable.engine.impl.bpmn.behavior.EventSubProcessVariableListenerlStartEventActivityBehavior
createEventSubProcessVariableListenerlStartEventActivityBehavior
(StartEvent startEvent, VariableListenerEventDefinition variableListenerEventDefinition) org.flowable.engine.impl.bpmn.behavior.ExclusiveGatewayActivityBehavior
createExclusiveGatewayActivityBehavior
(ExclusiveGateway exclusiveGateway) org.flowable.engine.impl.bpmn.behavior.ExternalWorkerTaskActivityBehavior
createExternalWorkerTaskBehavior
(ExternalWorkerServiceTask externalWorkerServiceTask) org.flowable.engine.impl.delegate.ActivityBehavior
createHttpActivityBehavior
(ServiceTask serviceTask) org.flowable.engine.impl.bpmn.behavior.InclusiveGatewayActivityBehavior
createInclusiveGatewayActivityBehavior
(InclusiveGateway inclusiveGateway) org.flowable.engine.impl.bpmn.behavior.IntermediateCatchConditionalEventActivityBehavior
createIntermediateCatchConditionalEventActivityBehavior
(IntermediateCatchEvent intermediateCatchEvent, ConditionalEventDefinition conditionalEventDefinition, String conditionExpression, String conditionLanguage) org.flowable.engine.impl.bpmn.behavior.IntermediateCatchEventActivityBehavior
createIntermediateCatchEventActivityBehavior
(IntermediateCatchEvent intermediateCatchEvent) org.flowable.engine.impl.bpmn.behavior.IntermediateCatchEventRegistryEventActivityBehavior
createIntermediateCatchEventRegistryEventActivityBehavior
(IntermediateCatchEvent intermediateCatchEvent, String eventDefinitionKey) org.flowable.engine.impl.bpmn.behavior.IntermediateCatchMessageEventActivityBehavior
createIntermediateCatchMessageEventActivityBehavior
(IntermediateCatchEvent intermediateCatchEvent, MessageEventDefinition messageEventDefinition) org.flowable.engine.impl.bpmn.behavior.IntermediateCatchSignalEventActivityBehavior
createIntermediateCatchSignalEventActivityBehavior
(IntermediateCatchEvent intermediateCatchEvent, SignalEventDefinition signalEventDefinition, Signal signal) org.flowable.engine.impl.bpmn.behavior.IntermediateCatchTimerEventActivityBehavior
createIntermediateCatchTimerEventActivityBehavior
(IntermediateCatchEvent intermediateCatchEvent, TimerEventDefinition timerEventDefinition) org.flowable.engine.impl.bpmn.behavior.IntermediateCatchVariableListenerEventActivityBehavior
createIntermediateCatchVariableListenerEventActivityBehavior
(IntermediateCatchEvent intermediateCatchEvent, VariableListenerEventDefinition variableListenerEventDefinition) org.flowable.engine.impl.bpmn.behavior.IntermediateThrowCompensationEventActivityBehavior
createIntermediateThrowCompensationEventActivityBehavior
(ThrowEvent throwEvent, CompensateEventDefinition compensateEventDefinition) org.flowable.engine.impl.bpmn.behavior.IntermediateThrowEscalationEventActivityBehavior
createIntermediateThrowEscalationEventActivityBehavior
(ThrowEvent throwEvent, EscalationEventDefinition escalationEventDefinition, Escalation escalation) org.flowable.engine.impl.bpmn.behavior.IntermediateThrowNoneEventActivityBehavior
org.flowable.engine.impl.bpmn.behavior.IntermediateThrowSignalEventActivityBehavior
createIntermediateThrowSignalEventActivityBehavior
(ThrowEvent throwEvent, SignalEventDefinition signalEventDefinition, Signal signal) org.flowable.engine.impl.delegate.ActivityBehavior
createMailActivityBehavior
(SendTask sendTask) org.flowable.engine.impl.delegate.ActivityBehavior
createMailActivityBehavior
(ServiceTask serviceTask) org.flowable.engine.impl.bpmn.behavior.ManualTaskActivityBehavior
createManualTaskActivityBehavior
(ManualTask manualTask) org.flowable.engine.impl.bpmn.behavior.NoneEndEventActivityBehavior
createNoneEndEventActivityBehavior
(EndEvent endEvent) org.flowable.engine.impl.bpmn.behavior.NoneStartEventActivityBehavior
createNoneStartEventActivityBehavior
(StartEvent startEvent) org.flowable.engine.impl.bpmn.behavior.ParallelGatewayActivityBehavior
createParallelGatewayActivityBehavior
(ParallelGateway parallelGateway) org.flowable.engine.impl.bpmn.behavior.ParallelMultiInstanceBehavior
createParallelMultiInstanceBehavior
(Activity activity, org.flowable.engine.impl.bpmn.behavior.AbstractBpmnActivityBehavior innerActivityBehavior) org.flowable.engine.impl.bpmn.behavior.ReceiveEventTaskActivityBehavior
createReceiveEventTaskActivityBehavior
(ReceiveTask receiveTask, String eventDefinitionKey) org.flowable.engine.impl.bpmn.behavior.ReceiveTaskActivityBehavior
createReceiveTaskActivityBehavior
(ReceiveTask receiveTask) org.flowable.engine.impl.bpmn.behavior.ScriptTaskActivityBehavior
createScriptTaskActivityBehavior
(ScriptTask scriptTask) org.flowable.engine.impl.bpmn.behavior.SendEventTaskActivityBehavior
createSendEventTaskBehavior
(SendEventServiceTask sendEventServiceTask) org.flowable.engine.impl.bpmn.behavior.SequentialMultiInstanceBehavior
createSequentialMultiInstanceBehavior
(Activity activity, org.flowable.engine.impl.bpmn.behavior.AbstractBpmnActivityBehavior innerActivityBehavior) org.flowable.engine.impl.bpmn.behavior.ServiceTaskDelegateExpressionActivityBehavior
org.flowable.engine.impl.bpmn.behavior.ServiceTaskExpressionActivityBehavior
createServiceTaskExpressionActivityBehavior
(ServiceTask serviceTask) org.flowable.engine.impl.bpmn.behavior.ShellActivityBehavior
createShellActivityBehavior
(ServiceTask serviceTask) org.flowable.engine.impl.bpmn.behavior.SubProcessActivityBehavior
createSubprocessActivityBehavior
(SubProcess subProcess) org.flowable.engine.impl.bpmn.behavior.TaskActivityBehavior
org.flowable.engine.impl.bpmn.behavior.TerminateEndEventActivityBehavior
org.flowable.engine.impl.bpmn.behavior.TransactionActivityBehavior
createTransactionActivityBehavior
(Transaction transaction) org.flowable.engine.impl.bpmn.behavior.UserTaskActivityBehavior
createUserTaskActivityBehavior
(UserTask userTask) org.flowable.engine.impl.bpmn.behavior.WebServiceActivityBehavior
createWebServiceActivityBehavior
(SendTask sendTask, BpmnModel bpmnModel) org.flowable.engine.impl.bpmn.behavior.WebServiceActivityBehavior
createWebServiceActivityBehavior
(ServiceTask serviceTask, BpmnModel bpmnModel) org.flowable.engine.impl.bpmn.parser.factory.ActivityBehaviorFactory
void
reset()
void
void
setWrappedActivityBehaviorFactory
(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:
createNoneStartEventActivityBehavior
in interfaceorg.flowable.engine.impl.bpmn.parser.factory.ActivityBehaviorFactory
-
createTaskActivityBehavior
public org.flowable.engine.impl.bpmn.behavior.TaskActivityBehavior createTaskActivityBehavior(Task task) - Specified by:
createTaskActivityBehavior
in interfaceorg.flowable.engine.impl.bpmn.parser.factory.ActivityBehaviorFactory
-
createManualTaskActivityBehavior
public org.flowable.engine.impl.bpmn.behavior.ManualTaskActivityBehavior createManualTaskActivityBehavior(ManualTask manualTask) - Specified by:
createManualTaskActivityBehavior
in interfaceorg.flowable.engine.impl.bpmn.parser.factory.ActivityBehaviorFactory
-
createReceiveTaskActivityBehavior
public org.flowable.engine.impl.bpmn.behavior.ReceiveTaskActivityBehavior createReceiveTaskActivityBehavior(ReceiveTask receiveTask) - Specified by:
createReceiveTaskActivityBehavior
in interfaceorg.flowable.engine.impl.bpmn.parser.factory.ActivityBehaviorFactory
-
createReceiveEventTaskActivityBehavior
public org.flowable.engine.impl.bpmn.behavior.ReceiveEventTaskActivityBehavior createReceiveEventTaskActivityBehavior(ReceiveTask receiveTask, String eventDefinitionKey) - Specified by:
createReceiveEventTaskActivityBehavior
in interfaceorg.flowable.engine.impl.bpmn.parser.factory.ActivityBehaviorFactory
-
createUserTaskActivityBehavior
public org.flowable.engine.impl.bpmn.behavior.UserTaskActivityBehavior createUserTaskActivityBehavior(UserTask userTask) - Specified by:
createUserTaskActivityBehavior
in interfaceorg.flowable.engine.impl.bpmn.parser.factory.ActivityBehaviorFactory
-
createClassDelegateServiceTask
public org.flowable.engine.impl.bpmn.helper.ClassDelegate createClassDelegateServiceTask(ServiceTask serviceTask) - Specified by:
createClassDelegateServiceTask
in interfaceorg.flowable.engine.impl.bpmn.parser.factory.ActivityBehaviorFactory
-
createServiceTaskDelegateExpressionActivityBehavior
public org.flowable.engine.impl.bpmn.behavior.ServiceTaskDelegateExpressionActivityBehavior createServiceTaskDelegateExpressionActivityBehavior(ServiceTask serviceTask) - Specified by:
createServiceTaskDelegateExpressionActivityBehavior
in interfaceorg.flowable.engine.impl.bpmn.parser.factory.ActivityBehaviorFactory
-
createServiceTaskExpressionActivityBehavior
public org.flowable.engine.impl.bpmn.behavior.ServiceTaskExpressionActivityBehavior createServiceTaskExpressionActivityBehavior(ServiceTask serviceTask) - Specified by:
createServiceTaskExpressionActivityBehavior
in interfaceorg.flowable.engine.impl.bpmn.parser.factory.ActivityBehaviorFactory
-
createWebServiceActivityBehavior
public org.flowable.engine.impl.bpmn.behavior.WebServiceActivityBehavior createWebServiceActivityBehavior(ServiceTask serviceTask, BpmnModel bpmnModel) - Specified by:
createWebServiceActivityBehavior
in interfaceorg.flowable.engine.impl.bpmn.parser.factory.ActivityBehaviorFactory
-
createWebServiceActivityBehavior
public org.flowable.engine.impl.bpmn.behavior.WebServiceActivityBehavior createWebServiceActivityBehavior(SendTask sendTask, BpmnModel bpmnModel) - Specified by:
createWebServiceActivityBehavior
in interfaceorg.flowable.engine.impl.bpmn.parser.factory.ActivityBehaviorFactory
-
createMailActivityBehavior
public org.flowable.engine.impl.delegate.ActivityBehavior createMailActivityBehavior(ServiceTask serviceTask) - Specified by:
createMailActivityBehavior
in interfaceorg.flowable.engine.impl.bpmn.parser.factory.ActivityBehaviorFactory
-
createMailActivityBehavior
public org.flowable.engine.impl.delegate.ActivityBehavior createMailActivityBehavior(SendTask sendTask) - Specified by:
createMailActivityBehavior
in interfaceorg.flowable.engine.impl.bpmn.parser.factory.ActivityBehaviorFactory
-
createDmnActivityBehavior
public org.flowable.engine.impl.delegate.ActivityBehavior createDmnActivityBehavior(ServiceTask serviceTask) - Specified by:
createDmnActivityBehavior
in interfaceorg.flowable.engine.impl.bpmn.parser.factory.ActivityBehaviorFactory
-
createDmnActivityBehavior
public org.flowable.engine.impl.delegate.ActivityBehavior createDmnActivityBehavior(SendTask sendTask) - Specified by:
createDmnActivityBehavior
in interfaceorg.flowable.engine.impl.bpmn.parser.factory.ActivityBehaviorFactory
-
createCamelActivityBehavior
public org.flowable.engine.impl.delegate.ActivityBehavior createCamelActivityBehavior(ServiceTask serviceTask) - Specified by:
createCamelActivityBehavior
in interfaceorg.flowable.engine.impl.bpmn.parser.factory.ActivityBehaviorFactory
-
createCamelActivityBehavior
public org.flowable.engine.impl.delegate.ActivityBehavior createCamelActivityBehavior(SendTask sendTask) - Specified by:
createCamelActivityBehavior
in interfaceorg.flowable.engine.impl.bpmn.parser.factory.ActivityBehaviorFactory
-
createShellActivityBehavior
public org.flowable.engine.impl.bpmn.behavior.ShellActivityBehavior createShellActivityBehavior(ServiceTask serviceTask) - Specified by:
createShellActivityBehavior
in interfaceorg.flowable.engine.impl.bpmn.parser.factory.ActivityBehaviorFactory
-
createHttpActivityBehavior
public org.flowable.engine.impl.delegate.ActivityBehavior createHttpActivityBehavior(ServiceTask serviceTask) - Specified by:
createHttpActivityBehavior
in interfaceorg.flowable.engine.impl.bpmn.parser.factory.ActivityBehaviorFactory
-
createBusinessRuleTaskActivityBehavior
public org.flowable.engine.impl.delegate.ActivityBehavior createBusinessRuleTaskActivityBehavior(BusinessRuleTask businessRuleTask) - Specified by:
createBusinessRuleTaskActivityBehavior
in interfaceorg.flowable.engine.impl.bpmn.parser.factory.ActivityBehaviorFactory
-
createScriptTaskActivityBehavior
public org.flowable.engine.impl.bpmn.behavior.ScriptTaskActivityBehavior createScriptTaskActivityBehavior(ScriptTask scriptTask) - Specified by:
createScriptTaskActivityBehavior
in interfaceorg.flowable.engine.impl.bpmn.parser.factory.ActivityBehaviorFactory
-
createSendEventTaskBehavior
public org.flowable.engine.impl.bpmn.behavior.SendEventTaskActivityBehavior createSendEventTaskBehavior(SendEventServiceTask sendEventServiceTask) - Specified by:
createSendEventTaskBehavior
in interfaceorg.flowable.engine.impl.bpmn.parser.factory.ActivityBehaviorFactory
-
createExternalWorkerTaskBehavior
public org.flowable.engine.impl.bpmn.behavior.ExternalWorkerTaskActivityBehavior createExternalWorkerTaskBehavior(ExternalWorkerServiceTask externalWorkerServiceTask) - Specified by:
createExternalWorkerTaskBehavior
in interfaceorg.flowable.engine.impl.bpmn.parser.factory.ActivityBehaviorFactory
-
createExclusiveGatewayActivityBehavior
public org.flowable.engine.impl.bpmn.behavior.ExclusiveGatewayActivityBehavior createExclusiveGatewayActivityBehavior(ExclusiveGateway exclusiveGateway) - Specified by:
createExclusiveGatewayActivityBehavior
in interfaceorg.flowable.engine.impl.bpmn.parser.factory.ActivityBehaviorFactory
-
createParallelGatewayActivityBehavior
public org.flowable.engine.impl.bpmn.behavior.ParallelGatewayActivityBehavior createParallelGatewayActivityBehavior(ParallelGateway parallelGateway) - Specified by:
createParallelGatewayActivityBehavior
in interfaceorg.flowable.engine.impl.bpmn.parser.factory.ActivityBehaviorFactory
-
createInclusiveGatewayActivityBehavior
public org.flowable.engine.impl.bpmn.behavior.InclusiveGatewayActivityBehavior createInclusiveGatewayActivityBehavior(InclusiveGateway inclusiveGateway) - Specified by:
createInclusiveGatewayActivityBehavior
in interfaceorg.flowable.engine.impl.bpmn.parser.factory.ActivityBehaviorFactory
-
createEventBasedGatewayActivityBehavior
public org.flowable.engine.impl.bpmn.behavior.EventBasedGatewayActivityBehavior createEventBasedGatewayActivityBehavior(EventGateway eventGateway) - Specified by:
createEventBasedGatewayActivityBehavior
in 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:
createSequentialMultiInstanceBehavior
in 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:
createParallelMultiInstanceBehavior
in interfaceorg.flowable.engine.impl.bpmn.parser.factory.ActivityBehaviorFactory
-
createSubprocessActivityBehavior
public org.flowable.engine.impl.bpmn.behavior.SubProcessActivityBehavior createSubprocessActivityBehavior(SubProcess subProcess) - Specified by:
createSubprocessActivityBehavior
in interfaceorg.flowable.engine.impl.bpmn.parser.factory.ActivityBehaviorFactory
-
createEventSubprocessActivityBehavior
public org.flowable.engine.impl.bpmn.behavior.EventSubProcessActivityBehavior createEventSubprocessActivityBehavior(EventSubProcess eventSubProcess) - Specified by:
createEventSubprocessActivityBehavior
in 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:
createEventSubProcessConditionalStartEventActivityBehavior
in interfaceorg.flowable.engine.impl.bpmn.parser.factory.ActivityBehaviorFactory
-
createEventSubProcessErrorStartEventActivityBehavior
public org.flowable.engine.impl.bpmn.behavior.EventSubProcessErrorStartEventActivityBehavior createEventSubProcessErrorStartEventActivityBehavior(StartEvent startEvent) - Specified by:
createEventSubProcessErrorStartEventActivityBehavior
in interfaceorg.flowable.engine.impl.bpmn.parser.factory.ActivityBehaviorFactory
-
createEventSubProcessEscalationStartEventActivityBehavior
public org.flowable.engine.impl.bpmn.behavior.EventSubProcessEscalationStartEventActivityBehavior createEventSubProcessEscalationStartEventActivityBehavior(StartEvent startEvent) - Specified by:
createEventSubProcessEscalationStartEventActivityBehavior
in interfaceorg.flowable.engine.impl.bpmn.parser.factory.ActivityBehaviorFactory
-
createEventSubProcessMessageStartEventActivityBehavior
public org.flowable.engine.impl.bpmn.behavior.EventSubProcessMessageStartEventActivityBehavior createEventSubProcessMessageStartEventActivityBehavior(StartEvent startEvent, MessageEventDefinition messageEventDefinition) - Specified by:
createEventSubProcessMessageStartEventActivityBehavior
in 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:
createEventSubProcessSignalStartEventActivityBehavior
in interfaceorg.flowable.engine.impl.bpmn.parser.factory.ActivityBehaviorFactory
-
createEventSubProcessTimerStartEventActivityBehavior
public org.flowable.engine.impl.bpmn.behavior.EventSubProcessTimerStartEventActivityBehavior createEventSubProcessTimerStartEventActivityBehavior(StartEvent startEvent, TimerEventDefinition timerEventDefinition) - Specified by:
createEventSubProcessTimerStartEventActivityBehavior
in interfaceorg.flowable.engine.impl.bpmn.parser.factory.ActivityBehaviorFactory
-
createEventSubProcessEventRegistryStartEventActivityBehavior
public org.flowable.engine.impl.bpmn.behavior.EventSubProcessEventRegistryStartEventActivityBehavior createEventSubProcessEventRegistryStartEventActivityBehavior(StartEvent startEvent, String eventDefinitionKey) - Specified by:
createEventSubProcessEventRegistryStartEventActivityBehavior
in interfaceorg.flowable.engine.impl.bpmn.parser.factory.ActivityBehaviorFactory
-
createEventSubProcessVariableListenerlStartEventActivityBehavior
public org.flowable.engine.impl.bpmn.behavior.EventSubProcessVariableListenerlStartEventActivityBehavior createEventSubProcessVariableListenerlStartEventActivityBehavior(StartEvent startEvent, VariableListenerEventDefinition variableListenerEventDefinition) - Specified by:
createEventSubProcessVariableListenerlStartEventActivityBehavior
in interfaceorg.flowable.engine.impl.bpmn.parser.factory.ActivityBehaviorFactory
-
createAdhocSubprocessActivityBehavior
public org.flowable.engine.impl.bpmn.behavior.AdhocSubProcessActivityBehavior createAdhocSubprocessActivityBehavior(SubProcess subProcess) - Specified by:
createAdhocSubprocessActivityBehavior
in interfaceorg.flowable.engine.impl.bpmn.parser.factory.ActivityBehaviorFactory
-
createCallActivityBehavior
public org.flowable.engine.impl.bpmn.behavior.CallActivityBehavior createCallActivityBehavior(CallActivity callActivity) - Specified by:
createCallActivityBehavior
in interfaceorg.flowable.engine.impl.bpmn.parser.factory.ActivityBehaviorFactory
-
createCaseTaskBehavior
public org.flowable.engine.impl.bpmn.behavior.CaseTaskActivityBehavior createCaseTaskBehavior(CaseServiceTask caseServiceTask) - Specified by:
createCaseTaskBehavior
in interfaceorg.flowable.engine.impl.bpmn.parser.factory.ActivityBehaviorFactory
-
createTransactionActivityBehavior
public org.flowable.engine.impl.bpmn.behavior.TransactionActivityBehavior createTransactionActivityBehavior(Transaction transaction) - Specified by:
createTransactionActivityBehavior
in interfaceorg.flowable.engine.impl.bpmn.parser.factory.ActivityBehaviorFactory
-
createIntermediateCatchEventActivityBehavior
public org.flowable.engine.impl.bpmn.behavior.IntermediateCatchEventActivityBehavior createIntermediateCatchEventActivityBehavior(IntermediateCatchEvent intermediateCatchEvent) - Specified by:
createIntermediateCatchEventActivityBehavior
in 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:
createIntermediateCatchConditionalEventActivityBehavior
in interfaceorg.flowable.engine.impl.bpmn.parser.factory.ActivityBehaviorFactory
-
createIntermediateCatchMessageEventActivityBehavior
public org.flowable.engine.impl.bpmn.behavior.IntermediateCatchMessageEventActivityBehavior createIntermediateCatchMessageEventActivityBehavior(IntermediateCatchEvent intermediateCatchEvent, MessageEventDefinition messageEventDefinition) - Specified by:
createIntermediateCatchMessageEventActivityBehavior
in interfaceorg.flowable.engine.impl.bpmn.parser.factory.ActivityBehaviorFactory
-
createIntermediateCatchTimerEventActivityBehavior
public org.flowable.engine.impl.bpmn.behavior.IntermediateCatchTimerEventActivityBehavior createIntermediateCatchTimerEventActivityBehavior(IntermediateCatchEvent intermediateCatchEvent, TimerEventDefinition timerEventDefinition) - Specified by:
createIntermediateCatchTimerEventActivityBehavior
in interfaceorg.flowable.engine.impl.bpmn.parser.factory.ActivityBehaviorFactory
-
createIntermediateCatchEventRegistryEventActivityBehavior
public org.flowable.engine.impl.bpmn.behavior.IntermediateCatchEventRegistryEventActivityBehavior createIntermediateCatchEventRegistryEventActivityBehavior(IntermediateCatchEvent intermediateCatchEvent, String eventDefinitionKey) - Specified by:
createIntermediateCatchEventRegistryEventActivityBehavior
in 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:
createIntermediateCatchSignalEventActivityBehavior
in interfaceorg.flowable.engine.impl.bpmn.parser.factory.ActivityBehaviorFactory
-
createIntermediateCatchVariableListenerEventActivityBehavior
public org.flowable.engine.impl.bpmn.behavior.IntermediateCatchVariableListenerEventActivityBehavior createIntermediateCatchVariableListenerEventActivityBehavior(IntermediateCatchEvent intermediateCatchEvent, VariableListenerEventDefinition variableListenerEventDefinition) - Specified by:
createIntermediateCatchVariableListenerEventActivityBehavior
in interfaceorg.flowable.engine.impl.bpmn.parser.factory.ActivityBehaviorFactory
-
createIntermediateThrowNoneEventActivityBehavior
public org.flowable.engine.impl.bpmn.behavior.IntermediateThrowNoneEventActivityBehavior createIntermediateThrowNoneEventActivityBehavior(ThrowEvent throwEvent) - Specified by:
createIntermediateThrowNoneEventActivityBehavior
in 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:
createIntermediateThrowSignalEventActivityBehavior
in 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:
createIntermediateThrowEscalationEventActivityBehavior
in interfaceorg.flowable.engine.impl.bpmn.parser.factory.ActivityBehaviorFactory
-
createIntermediateThrowCompensationEventActivityBehavior
public org.flowable.engine.impl.bpmn.behavior.IntermediateThrowCompensationEventActivityBehavior createIntermediateThrowCompensationEventActivityBehavior(ThrowEvent throwEvent, CompensateEventDefinition compensateEventDefinition) - Specified by:
createIntermediateThrowCompensationEventActivityBehavior
in interfaceorg.flowable.engine.impl.bpmn.parser.factory.ActivityBehaviorFactory
-
createNoneEndEventActivityBehavior
public org.flowable.engine.impl.bpmn.behavior.NoneEndEventActivityBehavior createNoneEndEventActivityBehavior(EndEvent endEvent) - Specified by:
createNoneEndEventActivityBehavior
in interfaceorg.flowable.engine.impl.bpmn.parser.factory.ActivityBehaviorFactory
-
createErrorEndEventActivityBehavior
public org.flowable.engine.impl.bpmn.behavior.ErrorEndEventActivityBehavior createErrorEndEventActivityBehavior(EndEvent endEvent, ErrorEventDefinition errorEventDefinition) - Specified by:
createErrorEndEventActivityBehavior
in 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:
createEscalationEndEventActivityBehavior
in interfaceorg.flowable.engine.impl.bpmn.parser.factory.ActivityBehaviorFactory
-
createCancelEndEventActivityBehavior
public org.flowable.engine.impl.bpmn.behavior.CancelEndEventActivityBehavior createCancelEndEventActivityBehavior(EndEvent endEvent) - Specified by:
createCancelEndEventActivityBehavior
in interfaceorg.flowable.engine.impl.bpmn.parser.factory.ActivityBehaviorFactory
-
createTerminateEndEventActivityBehavior
public org.flowable.engine.impl.bpmn.behavior.TerminateEndEventActivityBehavior createTerminateEndEventActivityBehavior(EndEvent endEvent) - Specified by:
createTerminateEndEventActivityBehavior
in interfaceorg.flowable.engine.impl.bpmn.parser.factory.ActivityBehaviorFactory
-
createBoundaryEventActivityBehavior
public org.flowable.engine.impl.bpmn.behavior.BoundaryEventActivityBehavior createBoundaryEventActivityBehavior(BoundaryEvent boundaryEvent, boolean interrupting) - Specified by:
createBoundaryEventActivityBehavior
in interfaceorg.flowable.engine.impl.bpmn.parser.factory.ActivityBehaviorFactory
-
createBoundaryCancelEventActivityBehavior
public org.flowable.engine.impl.bpmn.behavior.BoundaryCancelEventActivityBehavior createBoundaryCancelEventActivityBehavior(CancelEventDefinition cancelEventDefinition) - Specified by:
createBoundaryCancelEventActivityBehavior
in 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:
createBoundaryConditionalEventActivityBehavior
in 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:
createBoundaryTimerEventActivityBehavior
in 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:
createBoundarySignalEventActivityBehavior
in 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:
createBoundaryMessageEventActivityBehavior
in 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:
createBoundaryEscalationEventActivityBehavior
in 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:
createBoundaryCompensateEventActivityBehavior
in 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:
createBoundaryEventRegistryEventActivityBehavior
in 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:
createBoundaryVariableListenerEventActivityBehavior
in interfaceorg.flowable.engine.impl.bpmn.parser.factory.ActivityBehaviorFactory
-
addClassDelegateMock
-
addClassDelegateMock
-
addClassDelegateMockByTaskId
-
addClassDelegateMockByTaskId
-
addNoOpServiceTaskById
-
addNoOpServiceTaskByClassName
-
setAllServiceTasksNoOp
public void setAllServiceTasksNoOp() -
reset
public void reset()
-