Uses of Interface
org.camunda.bpm.engine.impl.pvm.PvmActivity
Packages that use PvmActivity
Package
Description
-
Uses of PvmActivity in org.camunda.bpm.engine.impl.bpmn.behavior
Fields in org.camunda.bpm.engine.impl.bpmn.behavior declared as PvmActivityModifier and TypeFieldDescriptionprotected PvmActivity
CancelEndEventActivityBehavior.cancelBoundaryEvent
Methods in org.camunda.bpm.engine.impl.bpmn.behavior that return PvmActivityMethods in org.camunda.bpm.engine.impl.bpmn.behavior with parameters of type PvmActivityModifier 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) Method parameters in org.camunda.bpm.engine.impl.bpmn.behavior with type arguments of type PvmActivityModifier and TypeMethodDescriptionprotected boolean
InclusiveGatewayActivityBehavior.isReachable
(PvmActivity srcActivity, PvmActivity targetActivity, Set<PvmActivity> visitedActivities) -
Uses of PvmActivity in org.camunda.bpm.engine.impl.bpmn.helper
Fields in org.camunda.bpm.engine.impl.bpmn.helper declared as PvmActivityModifier and TypeFieldDescriptionprotected PvmActivity
ErrorDeclarationForProcessInstanceFinder.currentActivity
protected PvmActivity
ErrorDeclarationForProcessInstanceFinder.errorHandlerActivity
protected final PvmActivity
EscalationEventDefinitionFinder.throwEscalationActivity
Methods in org.camunda.bpm.engine.impl.bpmn.helper that return PvmActivityModifier and TypeMethodDescriptionErrorDeclarationForProcessInstanceFinder.getErrorHandlerActivity()
Methods in org.camunda.bpm.engine.impl.bpmn.helper with parameters of type PvmActivityModifier and TypeMethodDescriptionprotected boolean
ErrorDeclarationForProcessInstanceFinder.isReThrowingErrorEventSubprocess
(PvmActivity activityHandler) Constructors in org.camunda.bpm.engine.impl.bpmn.helper with parameters of type PvmActivityModifierConstructorDescriptionErrorDeclarationForProcessInstanceFinder
(Exception exception, String errorCode, PvmActivity currentActivity) EscalationEventDefinitionFinder
(String escalationCode, PvmActivity throwEscalationActivity) -
Uses of PvmActivity in org.camunda.bpm.engine.impl.bpmn.parser
Fields in org.camunda.bpm.engine.impl.bpmn.parser declared as PvmActivityModifier and TypeFieldDescriptionprotected final PvmActivity
EscalationEventDefinition.escalationHandler
Methods in org.camunda.bpm.engine.impl.bpmn.parser that return PvmActivityConstructors in org.camunda.bpm.engine.impl.bpmn.parser with parameters of type PvmActivityModifierConstructorDescriptionEscalationEventDefinition
(PvmActivity escalationHandler, boolean cancelActivity) -
Uses of PvmActivity in org.camunda.bpm.engine.impl.cmd
Method parameters in org.camunda.bpm.engine.impl.cmd with type arguments of type PvmActivityModifier 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
Methods in org.camunda.bpm.engine.impl.jobexecutor with parameters of type PvmActivityModifier and TypeMethodDescriptionstatic List<EventSubscriptionJobDeclaration>
EventSubscriptionJobDeclaration.getDeclarationsForActivity
(PvmActivity activity) -
Uses of PvmActivity in org.camunda.bpm.engine.impl.persistence.entity
Methods in org.camunda.bpm.engine.impl.persistence.entity with parameters of type PvmActivity -
Uses of PvmActivity in org.camunda.bpm.engine.impl.pvm
Methods in org.camunda.bpm.engine.impl.pvm that return PvmActivityModifier 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()
Methods in org.camunda.bpm.engine.impl.pvm that return types with arguments of type PvmActivityModifier and TypeMethodDescriptionList<? extends PvmActivity>
PvmScope.getActivities()
Returns the flow activities of this scope. -
Uses of PvmActivity in org.camunda.bpm.engine.impl.pvm.delegate
Methods in org.camunda.bpm.engine.impl.pvm.delegate that return PvmActivityModifier and TypeMethodDescriptionActivityExecution.getActivity()
returns the currentPvmActivity
of the execution.ActivityExecution.getNextActivity()
An activity which is to be started next.Methods in org.camunda.bpm.engine.impl.pvm.delegate with parameters of type PvmActivityModifier 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
Classes in org.camunda.bpm.engine.impl.pvm.process that implement PvmActivityMethods in org.camunda.bpm.engine.impl.pvm.process that return PvmActivity -
Uses of PvmActivity in org.camunda.bpm.engine.impl.pvm.runtime
Fields in org.camunda.bpm.engine.impl.pvm.runtime declared as PvmActivityModifier and TypeFieldDescriptionprotected PvmActivity
PvmExecutionImpl.nextActivity
the activity which is to be started nextprotected PvmActivity
InstantiationStack.targetActivity
Fields in org.camunda.bpm.engine.impl.pvm.runtime with type parameters of type PvmActivityMethods in org.camunda.bpm.engine.impl.pvm.runtime that return PvmActivityModifier and TypeMethodDescriptionPvmExecutionImpl.getNextActivity()
InstantiationStack.getTargetActivity()
Methods in org.camunda.bpm.engine.impl.pvm.runtime that return types with arguments of type PvmActivityModifier 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 activityMethods in org.camunda.bpm.engine.impl.pvm.runtime with parameters of type PvmActivityModifier 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) Method parameters in org.camunda.bpm.engine.impl.pvm.runtime with type arguments of type PvmActivityModifier 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 activityConstructors in org.camunda.bpm.engine.impl.pvm.runtime with parameters of type PvmActivityModifierConstructorDescriptionInstantiationStack
(List<PvmActivity> activities, PvmActivity targetActivity, PvmTransition targetTransition) Constructor parameters in org.camunda.bpm.engine.impl.pvm.runtime with type arguments of type PvmActivityModifierConstructorDescriptionInstantiationStack
(List<PvmActivity> activities) InstantiationStack
(List<PvmActivity> activities, PvmActivity targetActivity, PvmTransition targetTransition) -
Uses of PvmActivity in org.camunda.bpm.engine.impl.pvm.runtime.operation
Methods in org.camunda.bpm.engine.impl.pvm.runtime.operation that return PvmActivityModifier 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) Methods in org.camunda.bpm.engine.impl.pvm.runtime.operation with parameters of type PvmActivityModifier and TypeMethodDescriptionprotected ActivityImpl
PvmAtomicOperationDeleteCascadeFireActivityEnd.getFlowScopeActivity
(PvmActivity activity) -
Uses of PvmActivity in org.camunda.bpm.engine.impl.tree
Fields in org.camunda.bpm.engine.impl.tree with type parameters of type PvmActivityModifier and TypeFieldDescriptionprotected List<PvmActivity>
ActivityStackCollector.activityStack
Methods in org.camunda.bpm.engine.impl.tree that return types with arguments of type PvmActivity