Uses of Class
org.flowable.bpmn.model.CallActivity
Packages that use CallActivity
Package
Description
Helper classes for testing processes.
-
Uses of CallActivity in org.flowable.bpmn.model
Methods in org.flowable.bpmn.model that return CallActivityMethods in org.flowable.bpmn.model with parameters of type CallActivity -
Uses of CallActivity in org.flowable.engine.impl.bpmn.behavior
Fields in org.flowable.engine.impl.bpmn.behavior declared as CallActivityMethods in org.flowable.engine.impl.bpmn.behavior with parameters of type CallActivityModifier and TypeMethodDescriptionprotected ProcessDefinition
CallActivityBehavior.getProcessDefinition
(DelegateExecution execution, CallActivity callActivity, ProcessEngineConfigurationImpl processEngineConfiguration) Constructors in org.flowable.engine.impl.bpmn.behavior with parameters of type CallActivity -
Uses of CallActivity in org.flowable.engine.impl.bpmn.parser.factory
Methods in org.flowable.engine.impl.bpmn.parser.factory with parameters of type CallActivityModifier and TypeMethodDescriptionActivityBehaviorFactory.createCallActivityBehavior
(CallActivity callActivity) DefaultActivityBehaviorFactory.createCallActivityBehavior
(CallActivity callActivity) -
Uses of CallActivity in org.flowable.engine.impl.bpmn.parser.handler
Methods in org.flowable.engine.impl.bpmn.parser.handler with parameters of type CallActivityModifier and TypeMethodDescriptionprotected void
CallActivityParseHandler.executeParse
(BpmnParse bpmnParse, CallActivity callActivity) -
Uses of CallActivity in org.flowable.engine.impl.dynamic
Fields in org.flowable.engine.impl.dynamic declared as CallActivityModifier and TypeFieldDescriptionprotected CallActivity
MoveExecutionEntityContainer.callActivity
Methods in org.flowable.engine.impl.dynamic that return CallActivityMethods in org.flowable.engine.impl.dynamic with parameters of type CallActivityModifier and TypeMethodDescriptionprotected ExecutionEntity
AbstractDynamicStateManager.createCallActivityInstance
(CallActivity callActivity, ProcessDefinition subProcessDefinition, ExecutionEntity parentExecution, String initialActivityId, CommandContext commandContext) void
MoveExecutionEntityContainer.setCallActivity
(CallActivity callActivity) -
Uses of CallActivity in org.flowable.engine.impl.migration
Methods in org.flowable.engine.impl.migration with parameters of type CallActivityModifier and TypeMethodDescriptionprotected boolean
ProcessInstanceMigrationManagerImpl.referToSameCalledElement
(CallActivity callActivity1, CallActivity callActivity2) -
Uses of CallActivity in org.flowable.engine.test
Methods in org.flowable.engine.test with parameters of type CallActivityModifier and TypeMethodDescriptionTestActivityBehaviorFactory.createCallActivityBehavior
(CallActivity callActivity)