|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of PvmActivity in org.camunda.bpm.engine.impl.bpmn.behavior |
|---|
| Fields in org.camunda.bpm.engine.impl.bpmn.behavior declared as PvmActivity | |
|---|---|
protected PvmActivity |
CancelEndEventActivityBehavior.cancelBoundaryEvent
|
protected PvmActivity |
AbstractBpmnActivityBehavior.ErrorDeclarationForProcessInstanceFinder.errorHandlerActivity
|
protected PvmActivity |
ThrowEscalationEventActivityBehavior.EscalationEventDefinitionFinder.throwEscalationActivity
|
| Methods in org.camunda.bpm.engine.impl.bpmn.behavior that return PvmActivity | |
|---|---|
PvmActivity |
CancelEndEventActivityBehavior.getCancelBoundaryEvent()
|
PvmActivity |
AbstractBpmnActivityBehavior.ErrorDeclarationForProcessInstanceFinder.getErrorHandlerActivity()
|
| Methods in org.camunda.bpm.engine.impl.bpmn.behavior with parameters of type PvmActivity | |
|---|---|
void |
BpmnBehaviorLogger.activeConcurrentExecutionFound(PvmActivity activity)
|
protected ActivityExecution |
ThrowEscalationEventActivityBehavior.getChildExecutionForActivity(ActivityExecution execution,
PvmActivity activity)
|
protected boolean |
ThrowEscalationEventActivityBehavior.isEscalationEventSubprocessOnTheSameScope(PvmActivity escalationHandler,
PvmActivity activity)
|
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 PvmActivity | |
|---|---|
protected boolean |
InclusiveGatewayActivityBehavior.isReachable(PvmActivity srcActivity,
PvmActivity targetActivity,
Set<PvmActivity> visitedActivities)
|
| Constructors in org.camunda.bpm.engine.impl.bpmn.behavior with parameters of type PvmActivity | |
|---|---|
ThrowEscalationEventActivityBehavior.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 PvmActivity | |
|---|---|
protected PvmActivity |
EscalationEventDefinition.escalationHandler
|
| Methods in org.camunda.bpm.engine.impl.bpmn.parser that return PvmActivity | |
|---|---|
PvmActivity |
EscalationEventDefinition.getEscalationHandler()
|
| Constructors in org.camunda.bpm.engine.impl.bpmn.parser with parameters of type PvmActivity | |
|---|---|
EscalationEventDefinition(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 PvmActivity | |
|---|---|
protected 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 PvmActivity | |
|---|---|
static 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 | |
|---|---|
void |
ExecutionEntity.setActivity(PvmActivity activity)
|
| Uses of PvmActivity in org.camunda.bpm.engine.impl.pvm |
|---|
| Methods in org.camunda.bpm.engine.impl.pvm that return PvmActivity | |
|---|---|
PvmActivity |
PvmScope.findActivity(String activityId)
Recursively finds a flow activity. |
PvmActivity |
PvmScope.findActivityAtLevelOfSubprocess(String activityId)
Finds an activity at the same level of subprocess. |
PvmActivity |
PvmExecution.getActivity()
|
PvmActivity |
PvmTransition.getDestination()
|
PvmActivity |
ReadOnlyProcessDefinition.getInitial()
|
PvmActivity |
PvmTransition.getSource()
|
| Methods in org.camunda.bpm.engine.impl.pvm that return types with arguments of type PvmActivity | |
|---|---|
List<? 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 PvmActivity | |
|---|---|
PvmActivity |
ActivityExecution.getActivity()
returns the current PvmActivity of the execution. |
PvmActivity |
ActivityExecution.getNextActivity()
An activity which is to be started next. |
| Methods in org.camunda.bpm.engine.impl.pvm.delegate with parameters of type PvmActivity | |
|---|---|
void |
ActivityExecution.executeActivity(PvmActivity activity)
Executes the ActivityBehavior associated with the given activity. |
List<ActivityExecution> |
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 PvmActivity | |
|---|---|
class |
ActivityImpl
|
| Methods in org.camunda.bpm.engine.impl.pvm.process that return PvmActivity | |
|---|---|
PvmActivity |
TransitionImpl.getDestination()
|
| Uses of PvmActivity in org.camunda.bpm.engine.impl.pvm.runtime |
|---|
| Fields in org.camunda.bpm.engine.impl.pvm.runtime declared as PvmActivity | |
|---|---|
protected PvmActivity |
PvmExecutionImpl.nextActivity
the activity which is to be started next |
protected PvmActivity |
InstantiationStack.targetActivity
|
| Fields in org.camunda.bpm.engine.impl.pvm.runtime with type parameters of type PvmActivity | |
|---|---|
protected List<PvmActivity> |
InstantiationStack.activities
|
| Methods in org.camunda.bpm.engine.impl.pvm.runtime that return PvmActivity | |
|---|---|
PvmActivity |
PvmExecutionImpl.getNextActivity()
|
PvmActivity |
InstantiationStack.getTargetActivity()
|
| Methods in org.camunda.bpm.engine.impl.pvm.runtime that return types with arguments of type PvmActivity | |
|---|---|
List<PvmActivity> |
InstantiationStack.getActivities()
|
| Methods in org.camunda.bpm.engine.impl.pvm.runtime with parameters of type PvmActivity | |
|---|---|
static 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). |
List<ActivityExecution> |
PvmExecutionImpl.findInactiveConcurrentExecutions(PvmActivity activity)
|
void |
PvmExecutionImpl.setActivity(PvmActivity activity)
|
void |
PvmExecutionImpl.setNextActivity(PvmActivity nextActivity)
|
| Method parameters in org.camunda.bpm.engine.impl.pvm.runtime with type arguments of type PvmActivity | |
|---|---|
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. |
| Constructors in org.camunda.bpm.engine.impl.pvm.runtime with parameters of type PvmActivity | |
|---|---|
InstantiationStack(List<PvmActivity> activities,
PvmActivity targetActivity,
PvmTransition targetTransition)
|
|
| Constructor parameters in org.camunda.bpm.engine.impl.pvm.runtime with type arguments of type PvmActivity | |
|---|---|
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 PvmActivity | |
|---|---|
protected PvmActivity |
PvmAtomicOperationActivityStartCancelScope.getCancellingActivity(PvmExecutionImpl execution)
|
protected PvmActivity |
PvmAtomicOperationsTransitionInterruptFlowScope.getInterruptingActivity(PvmExecutionImpl execution)
|
protected abstract PvmActivity |
PvmAtomicOperationInterruptScope.getInterruptingActivity(PvmExecutionImpl execution)
|
protected PvmActivity |
PvmAtomicOperationActivityStartInterruptEventScope.getInterruptingActivity(PvmExecutionImpl execution)
|
| Methods in org.camunda.bpm.engine.impl.pvm.runtime.operation with parameters of type PvmActivity | |
|---|---|
protected 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 PvmActivity | |
|---|---|
protected List<PvmActivity> |
ActivityStackCollector.activityStack
|
| Methods in org.camunda.bpm.engine.impl.tree that return types with arguments of type PvmActivity | |
|---|---|
List<PvmActivity> |
ActivityStackCollector.getActivityStack()
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||