Uses of Interface
org.camunda.bpm.engine.impl.pvm.PvmActivity
Package
Description
-
Uses of PvmActivity in org.camunda.bpm.engine.impl.bpmn.behavior
Modifier and TypeFieldDescriptionprotected PvmActivity
CancelEndEventActivityBehavior.cancelBoundaryEvent
Modifier and TypeMethodDescriptionprotected boolean
InclusiveGatewayActivityBehavior.activatesGateway
(ActivityExecution execution, PvmActivity gatewayActivity) protected boolean
InclusiveGatewayActivityBehavior.canReachActivity
(ActivityExecution execution, PvmActivity activity) MultiInstanceActivityBehavior.getInnerActivity
(PvmActivity miBodyActivity) Get the inner activity of the multi instance execution.protected boolean
InclusiveGatewayActivityBehavior.isReachable
(PvmActivity srcActivity, PvmActivity targetActivity, Set<PvmActivity> visitedActivities) protected void
ThrowEscalationEventActivityBehavior.leaveExecution
(ActivityExecution execution, PvmActivity currentActivity, EscalationEventDefinition escalationEventDefinition) protected void
MultiInstanceActivityBehavior.performInstance
(ActivityExecution execution, PvmActivity activity, int loopCounter) void
CancelEndEventActivityBehavior.setCancelBoundaryEvent
(PvmActivity cancelBoundaryEvent) Modifier and TypeMethodDescriptionprotected boolean
InclusiveGatewayActivityBehavior.isReachable
(PvmActivity srcActivity, PvmActivity targetActivity, Set<PvmActivity> visitedActivities) -
Uses of PvmActivity in org.camunda.bpm.engine.impl.bpmn.helper
Modifier and TypeFieldDescriptionprotected PvmActivity
ErrorDeclarationForProcessInstanceFinder.currentActivity
protected PvmActivity
ErrorDeclarationForProcessInstanceFinder.errorHandlerActivity
protected final PvmActivity
EscalationEventDefinitionFinder.throwEscalationActivity
Modifier and TypeMethodDescriptionErrorDeclarationForProcessInstanceFinder.getErrorHandlerActivity()
Modifier and TypeMethodDescriptionprotected boolean
ErrorDeclarationForProcessInstanceFinder.isReThrowingErrorEventSubprocess
(PvmActivity activityHandler) ModifierConstructorDescriptionErrorDeclarationForProcessInstanceFinder
(Exception exception, String errorCode, PvmActivity currentActivity) EscalationEventDefinitionFinder
(String escalationCode, PvmActivity throwEscalationActivity) -
Uses of PvmActivity in org.camunda.bpm.engine.impl.bpmn.parser
Modifier and TypeFieldDescriptionprotected final PvmActivity
EscalationEventDefinition.escalationHandler
ModifierConstructorDescriptionEscalationEventDefinition
(PvmActivity escalationHandler, boolean cancelActivity) -
Uses of PvmActivity in org.camunda.bpm.engine.impl.cmd
Modifier and TypeMethodDescriptionprotected void
AbstractInstantiationCmd.instantiate
(ExecutionEntity ancestorScopeExecution, List<PvmActivity> parentFlowScopes, CoreModelElement targetElement) protected void
AbstractInstantiationCmd.instantiateConcurrent
(ExecutionEntity ancestorScopeExecution, List<PvmActivity> parentFlowScopes, CoreModelElement targetElement) -
Uses of PvmActivity in org.camunda.bpm.engine.impl.jobexecutor
Modifier and TypeMethodDescriptionstatic List<EventSubscriptionJobDeclaration>
EventSubscriptionJobDeclaration.getDeclarationsForActivity
(PvmActivity activity) -
Uses of PvmActivity in org.camunda.bpm.engine.impl.persistence.entity
-
Uses of PvmActivity in org.camunda.bpm.engine.impl.pvm
Modifier and TypeMethodDescriptionPvmScope.findActivity
(String activityId) Recursively finds a flow activity.PvmScope.findActivityAtLevelOfSubprocess
(String activityId) Finds an activity at the same level of subprocess.PvmExecution.getActivity()
PvmTransition.getDestination()
ReadOnlyProcessDefinition.getInitial()
PvmTransition.getSource()
Modifier and TypeMethodDescriptionList<? extends PvmActivity>
PvmScope.getActivities()
Returns the flow activities of this scope. -
Uses of PvmActivity in org.camunda.bpm.engine.impl.pvm.delegate
Modifier and TypeMethodDescriptionActivityExecution.getActivity()
returns the currentPvmActivity
of the execution.ActivityExecution.getNextActivity()
An activity which is to be started next.Modifier and TypeMethodDescriptionvoid
ActivityExecution.executeActivity
(PvmActivity activity) Executes theActivityBehavior
associated with the given activity.ActivityExecution.findInactiveChildExecutions
(PvmActivity activity) ActivityExecution.findInactiveConcurrentExecutions
(PvmActivity activity) Retrieves all executions which are concurrent and inactive at the given activity.void
ActivityExecution.setActivity
(PvmActivity activity) -
Uses of PvmActivity in org.camunda.bpm.engine.impl.pvm.process
-
Uses of PvmActivity in org.camunda.bpm.engine.impl.pvm.runtime
Modifier and TypeFieldDescriptionprotected PvmActivity
PvmExecutionImpl.nextActivity
the activity which is to be started nextprotected PvmActivity
InstantiationStack.targetActivity
Modifier and TypeMethodDescriptionPvmExecutionImpl.getNextActivity()
InstantiationStack.getTargetActivity()
Modifier and TypeMethodDescriptionInstantiationStack.getActivities()
PvmExecutionImpl.instantiateScopes
(List<PvmActivity> activityStack, boolean skipCustomListeners, boolean skipIoMappings) Instantiates the given set of activities and returns the execution for the bottom-most activityModifier and TypeMethodDescriptionstatic void
LegacyBehavior.cancelConcurrentScope
(PvmExecutionImpl execution, PvmActivity cancelledScopeActivity) Cancels an execution which is both concurrent and scope.void
PvmExecutionImpl.executeActivities
(List<PvmActivity> activityStack, PvmActivity targetActivity, PvmTransition targetTransition, Map<String, Object> variables, Map<String, Object> localVariables, boolean skipCustomListeners, boolean skipIoMappings) Instantiates the given activity stack.void
PvmExecutionImpl.executeActivitiesConcurrent
(List<PvmActivity> activityStack, PvmActivity targetActivity, PvmTransition targetTransition, Map<String, Object> variables, Map<String, Object> localVariables, boolean skipCustomListeners, boolean skipIoMappings) Instantiates the given activity stack under this execution.void
PvmExecutionImpl.executeActivity
(PvmActivity activity) Execute an activity which is not contained in normal flow (having no incoming sequence flows).PvmExecutionImpl.findInactiveChildExecutions
(PvmActivity activity) PvmExecutionImpl.findInactiveConcurrentExecutions
(PvmActivity activity) void
PvmExecutionImpl.setActivity
(PvmActivity activity) protected void
PvmExecutionImpl.setDelayedPayloadToNewScope
(PvmActivity activity) void
PvmExecutionImpl.setNextActivity
(PvmActivity nextActivity) Modifier and TypeMethodDescriptionvoid
PvmExecutionImpl.executeActivities
(List<PvmActivity> activityStack, PvmActivity targetActivity, PvmTransition targetTransition, Map<String, Object> variables, Map<String, Object> localVariables, boolean skipCustomListeners, boolean skipIoMappings) Instantiates the given activity stack.void
PvmExecutionImpl.executeActivitiesConcurrent
(List<PvmActivity> activityStack, PvmActivity targetActivity, PvmTransition targetTransition, Map<String, Object> variables, Map<String, Object> localVariables, boolean skipCustomListeners, boolean skipIoMappings) Instantiates the given activity stack under this execution.PvmExecutionImpl.instantiateScopes
(List<PvmActivity> activityStack, boolean skipCustomListeners, boolean skipIoMappings) Instantiates the given set of activities and returns the execution for the bottom-most activityModifierConstructorDescriptionInstantiationStack
(List<PvmActivity> activities, PvmActivity targetActivity, PvmTransition targetTransition) ModifierConstructorDescriptionInstantiationStack
(List<PvmActivity> activities) InstantiationStack
(List<PvmActivity> activities, PvmActivity targetActivity, PvmTransition targetTransition) -
Uses of PvmActivity in org.camunda.bpm.engine.impl.pvm.runtime.operation
Modifier and TypeMethodDescriptionprotected PvmActivity
PvmAtomicOperationActivityStartCancelScope.getCancellingActivity
(PvmExecutionImpl execution) protected PvmActivity
PvmAtomicOperationActivityStartInterruptEventScope.getInterruptingActivity
(PvmExecutionImpl execution) protected abstract PvmActivity
PvmAtomicOperationInterruptScope.getInterruptingActivity
(PvmExecutionImpl execution) protected PvmActivity
PvmAtomicOperationsTransitionInterruptFlowScope.getInterruptingActivity
(PvmExecutionImpl execution) Modifier and TypeMethodDescriptionprotected ActivityImpl
PvmAtomicOperationDeleteCascadeFireActivityEnd.getFlowScopeActivity
(PvmActivity activity) -
Uses of PvmActivity in org.camunda.bpm.engine.impl.tree
Modifier and TypeFieldDescriptionprotected List<PvmActivity>
ActivityStackCollector.activityStack