Uses of Class
org.camunda.bpm.engine.impl.pvm.runtime.PvmExecutionImpl

Packages that use PvmExecutionImpl
org.camunda.bpm.engine.impl.bpmn.behavior   
org.camunda.bpm.engine.impl.cmd   
org.camunda.bpm.engine.impl.cmmn.entity.runtime   
org.camunda.bpm.engine.impl.cmmn.execution   
org.camunda.bpm.engine.impl.form   
org.camunda.bpm.engine.impl.persistence.entity   
org.camunda.bpm.engine.impl.persistence.entity.util   
org.camunda.bpm.engine.impl.pvm.delegate   
org.camunda.bpm.engine.impl.pvm.process   
org.camunda.bpm.engine.impl.pvm.runtime   
org.camunda.bpm.engine.impl.pvm.runtime.operation   
org.camunda.bpm.engine.impl.tree   
org.camunda.bpm.engine.impl.util   
 

Uses of PvmExecutionImpl in org.camunda.bpm.engine.impl.bpmn.behavior
 

Fields in org.camunda.bpm.engine.impl.bpmn.behavior declared as PvmExecutionImpl
protected  PvmExecutionImpl AbstractBpmnActivityBehavior.ErrorDeclarationFinder.lastLeafExecution
           
 

Fields in org.camunda.bpm.engine.impl.bpmn.behavior with type parameters of type PvmExecutionImpl
protected  List<PvmExecutionImpl> AbstractBpmnActivityBehavior.ProcessInstanceCollector.processInstanceHierarchy
           
 

Methods in org.camunda.bpm.engine.impl.bpmn.behavior that return PvmExecutionImpl
 PvmExecutionImpl AbstractBpmnActivityBehavior.ErrorDeclarationFinder.getLastLeafExecution()
           
protected  PvmExecutionImpl AbstractBpmnActivityBehavior.ExecutionScopeHierarchyWalker.nextElement()
           
 

Methods in org.camunda.bpm.engine.impl.bpmn.behavior that return types with arguments of type PvmExecutionImpl
 List<PvmExecutionImpl> AbstractBpmnActivityBehavior.ProcessInstanceCollector.getProcessInstanceHierarchy()
           
 

Methods in org.camunda.bpm.engine.impl.bpmn.behavior with parameters of type PvmExecutionImpl
 void AbstractBpmnActivityBehavior.ErrorDeclarationFinder.collect(PvmExecutionImpl obj)
           
 void AbstractBpmnActivityBehavior.ProcessInstanceCollector.collect(PvmExecutionImpl obj)
           
 boolean AbstractBpmnActivityBehavior.ErrorDeclarationFinder.isFulfilled(PvmExecutionImpl element)
           
 

Constructors in org.camunda.bpm.engine.impl.bpmn.behavior with parameters of type PvmExecutionImpl
AbstractBpmnActivityBehavior.ErrorDeclarationFinder(ScopeImpl currentScope, String errorCode, Exception exception, PvmExecutionImpl lastLeafExecution)
           
AbstractBpmnActivityBehavior.ExecutionScopeHierarchyWalker(PvmExecutionImpl initialElement, boolean considerSuperProcessInstances)
           
 

Uses of PvmExecutionImpl in org.camunda.bpm.engine.impl.cmd
 

Methods in org.camunda.bpm.engine.impl.cmd that return types with arguments of type PvmExecutionImpl
 List<PvmExecutionImpl> FoxDeleteProcessInstanceCmd.collectExecutionToDelete(PvmExecutionImpl execution)
           
 

Methods in org.camunda.bpm.engine.impl.cmd with parameters of type PvmExecutionImpl
 List<PvmExecutionImpl> FoxDeleteProcessInstanceCmd.collectExecutionToDelete(PvmExecutionImpl execution)
           
protected  ActivityInstanceImpl GetActivityInstanceCmd.createActivityInstance(PvmExecutionImpl scopeExecution, ScopeImpl scope, String activityInstanceId, String parentActivityInstanceId)
           
protected  TransitionInstanceImpl GetActivityInstanceCmd.createTransitionInstance(PvmExecutionImpl execution)
           
 

Uses of PvmExecutionImpl in org.camunda.bpm.engine.impl.cmmn.entity.runtime
 

Methods in org.camunda.bpm.engine.impl.cmmn.entity.runtime with parameters of type PvmExecutionImpl
 void CaseExecutionEntity.setSubProcessInstance(PvmExecutionImpl subProcessInstance)
           
 void CaseExecutionEntity.setSuperExecution(PvmExecutionImpl superExecution)
           
 

Uses of PvmExecutionImpl in org.camunda.bpm.engine.impl.cmmn.execution
 

Methods in org.camunda.bpm.engine.impl.cmmn.execution that return PvmExecutionImpl
abstract  PvmExecutionImpl CmmnExecution.createSubProcessInstance(PvmProcessDefinition processDefinition)
           
 PvmExecutionImpl CaseExecutionImpl.createSubProcessInstance(PvmProcessDefinition processDefinition)
           
abstract  PvmExecutionImpl CmmnExecution.createSubProcessInstance(PvmProcessDefinition processDefinition, String businessKey)
           
 PvmExecutionImpl CaseExecutionImpl.createSubProcessInstance(PvmProcessDefinition processDefinition, String businessKey)
           
abstract  PvmExecutionImpl CmmnExecution.createSubProcessInstance(PvmProcessDefinition processDefinition, String businessKey, String caseInstanceId)
           
 PvmExecutionImpl CaseExecutionImpl.createSubProcessInstance(PvmProcessDefinition processDefinition, String businessKey, String caseInstanceId)
           
abstract  PvmExecutionImpl CmmnExecution.getSubProcessInstance()
           
abstract  PvmExecutionImpl CmmnExecution.getSuperExecution()
           
 

Methods in org.camunda.bpm.engine.impl.cmmn.execution with parameters of type PvmExecutionImpl
abstract  void CmmnExecution.setSubProcessInstance(PvmExecutionImpl subProcessInstance)
           
 void CaseExecutionImpl.setSubProcessInstance(PvmExecutionImpl subProcessInstance)
           
abstract  void CmmnExecution.setSuperExecution(PvmExecutionImpl superExecution)
           
 void CaseExecutionImpl.setSuperExecution(PvmExecutionImpl superExecution)
           
 

Uses of PvmExecutionImpl in org.camunda.bpm.engine.impl.form
 

Methods in org.camunda.bpm.engine.impl.form with parameters of type PvmExecutionImpl
static void FormPropertyHelper.initFormPropertiesOnScope(VariableMap variables, PvmExecutionImpl execution)
           
 

Uses of PvmExecutionImpl in org.camunda.bpm.engine.impl.persistence.entity
 

Subclasses of PvmExecutionImpl in org.camunda.bpm.engine.impl.persistence.entity
 class ExecutionEntity
           
 

Methods in org.camunda.bpm.engine.impl.persistence.entity that return PvmExecutionImpl
protected  PvmExecutionImpl ProcessDefinitionEntity.createProcessInstance(ActivityImpl activityImpl)
           
 

Methods in org.camunda.bpm.engine.impl.persistence.entity with parameters of type PvmExecutionImpl
 void HistoryAwareStartContext.initialStarted(PvmExecutionImpl execution)
           
protected  void ProcessDefinitionEntity.insertProcessInstance(PvmExecutionImpl processInstance)
           
 void ExecutionEntity.replace(PvmExecutionImpl execution)
           
 void ExecutionEntity.setParent(PvmExecutionImpl parent)
           
 void ExecutionEntity.setProcessInstance(PvmExecutionImpl processInstance)
           
 void ExecutionEntity.setReplacedBy(PvmExecutionImpl replacedBy)
           
 void ExecutionEntity.setSubProcessInstance(PvmExecutionImpl subProcessInstance)
           
 void ExecutionEntity.setSuperExecution(PvmExecutionImpl superExecution)
           
 

Uses of PvmExecutionImpl in org.camunda.bpm.engine.impl.persistence.entity.util
 

Methods in org.camunda.bpm.engine.impl.persistence.entity.util with parameters of type PvmExecutionImpl
 void FormPropertyStartContext.initialStarted(PvmExecutionImpl execution)
           
 

Uses of PvmExecutionImpl in org.camunda.bpm.engine.impl.pvm.delegate
 

Methods in org.camunda.bpm.engine.impl.pvm.delegate that return types with arguments of type PvmExecutionImpl
 Map<ScopeImpl,PvmExecutionImpl> ActivityExecution.createActivityExecutionMapping()
           
 

Uses of PvmExecutionImpl in org.camunda.bpm.engine.impl.pvm.process
 

Methods in org.camunda.bpm.engine.impl.pvm.process that return PvmExecutionImpl
protected  PvmExecutionImpl ProcessDefinitionImpl.createProcessInstance(ActivityImpl startActivity)
           
 

Methods in org.camunda.bpm.engine.impl.pvm.process with parameters of type PvmExecutionImpl
protected  void ProcessDefinitionImpl.insertProcessInstance(PvmExecutionImpl processInstance)
           
 

Uses of PvmExecutionImpl in org.camunda.bpm.engine.impl.pvm.runtime
 

Subclasses of PvmExecutionImpl in org.camunda.bpm.engine.impl.pvm.runtime
 class ExecutionImpl
           
 

Fields in org.camunda.bpm.engine.impl.pvm.runtime declared as PvmExecutionImpl
protected  PvmExecutionImpl OutgoingExecution.outgoingExecution
           
 

Methods in org.camunda.bpm.engine.impl.pvm.runtime that return PvmExecutionImpl
 PvmExecutionImpl PvmExecutionImpl.createConcurrentExecution()
           
 PvmExecutionImpl PvmExecutionImpl.createExecution()
          creates a new execution.
abstract  PvmExecutionImpl PvmExecutionImpl.createExecution(boolean initStartContext)
           
 PvmExecutionImpl PvmExecutionImpl.createSubProcessInstance(PvmProcessDefinition processDefinition)
           
abstract  PvmExecutionImpl PvmExecutionImpl.createSubProcessInstance(PvmProcessDefinition processDefinition, String businessKey)
           
 PvmExecutionImpl ExecutionImpl.createSubProcessInstance(PvmProcessDefinition processDefinition, String businessKey)
           
abstract  PvmExecutionImpl PvmExecutionImpl.createSubProcessInstance(PvmProcessDefinition processDefinition, String businessKey, String caseInstanceId)
           
 PvmExecutionImpl ExecutionImpl.createSubProcessInstance(PvmProcessDefinition processDefinition, String businessKey, String caseInstanceId)
           
 PvmExecutionImpl PvmExecutionImpl.findExecution(String activityId)
           
 PvmExecutionImpl PvmExecutionImpl.findExecutionForFlowScope(PvmScope targetFlowScope)
          For a given target flow scope, this method returns the corresponding scope execution.
 PvmExecutionImpl PvmExecutionImpl.findExecutionForScope(ScopeImpl currentScope, ScopeImpl targetScope)
           
protected  PvmExecutionImpl PvmExecutionImpl.getFlowScopeExecution()
           
abstract  PvmExecutionImpl PvmExecutionImpl.getParent()
          ensures initialization and returns the parent
 PvmExecutionImpl PvmExecutionImpl.getParentScopeExecution(boolean considerSuperExecution)
           
abstract  PvmExecutionImpl PvmExecutionImpl.getProcessInstance()
          ensures initialization and returns the process instance.
abstract  PvmExecutionImpl PvmExecutionImpl.getReplacedBy()
           
 PvmExecutionImpl ExecutionImpl.getReplacedBy()
           
 PvmExecutionImpl LegacyBehavior.getScopeExecution(ScopeImpl scope, Map<ScopeImpl,PvmExecutionImpl> activityExecutionMapping)
          In case the process instance was migrated from a previous version, activities which are now parsed as scopes do not have scope executions.
abstract  PvmExecutionImpl PvmExecutionImpl.getSubProcessInstance()
           
abstract  PvmExecutionImpl PvmExecutionImpl.getSuperExecution()
           
 

Methods in org.camunda.bpm.engine.impl.pvm.runtime that return types with arguments of type PvmExecutionImpl
 Map<ScopeImpl,PvmExecutionImpl> PvmExecutionImpl.createActivityExecutionMapping()
           
 Map<ScopeImpl,PvmExecutionImpl> LegacyBehavior.createActivityExecutionMapping(List<PvmExecutionImpl> scopeExecutions, List<ScopeImpl> scopes)
          Creates an activity execution mapping, when the scope hierarchy and the execution hierarchy are out of sync.
 Map<ScopeImpl,PvmExecutionImpl> PvmExecutionImpl.createActivityExecutionMapping(ScopeImpl currentScope)
           
protected  List<PvmExecutionImpl> PvmExecutionImpl.getAllChildExecutions()
           
abstract  List<? extends PvmExecutionImpl> PvmExecutionImpl.getExecutions()
           
 List<? extends PvmExecutionImpl> PvmExecutionImpl.getNonEventScopeExecutions()
           
 

Methods in org.camunda.bpm.engine.impl.pvm.runtime with parameters of type PvmExecutionImpl
 void LegacyBehavior.cancelConcurrentScope(PvmExecutionImpl execution, PvmActivity cancellingActivity)
          Cancels an execution which is both concurrent and scope.
 void LegacyBehavior.createConcurrentScope(PvmExecutionImpl execution)
          Creates a concurrent scope.
 void LegacyBehavior.destroyConcurrentScope(PvmExecutionImpl execution)
          Destroys a concurrent scope Execution.
protected  void LegacyBehavior.ensureConcurrentScope(PvmExecutionImpl execution)
           
 void ExecutionStartContext.executionStarted(PvmExecutionImpl execution)
           
protected  boolean PvmExecutionImpl.hasConcurrentSiblings(PvmExecutionImpl concurrentRoot)
           
 void ProcessInstanceStartContext.initialStarted(PvmExecutionImpl execution)
           
 void LegacyBehavior.pruneConcurrentScope(PvmExecutionImpl execution)
          Prunes a concurrent scope.
 void PvmExecutionImpl.replace(PvmExecutionImpl execution)
           
abstract  void PvmExecutionImpl.setParent(PvmExecutionImpl parent)
           
 void ExecutionImpl.setParent(PvmExecutionImpl parent)
          all updates need to go through this setter as subclasses can override this method
abstract  void PvmExecutionImpl.setProcessInstance(PvmExecutionImpl pvmExecutionImpl)
           
 void ExecutionImpl.setProcessInstance(PvmExecutionImpl processInstance)
          for setting the process instance, this setter must be used as subclasses can override
 void PvmExecutionImpl.setReplacedBy(PvmExecutionImpl replacedBy)
           
 void ExecutionImpl.setReplacedBy(PvmExecutionImpl replacedBy)
           
abstract  void PvmExecutionImpl.setSubProcessInstance(PvmExecutionImpl subProcessInstance)
           
 void ExecutionImpl.setSubProcessInstance(PvmExecutionImpl subProcessInstance)
           
abstract  void PvmExecutionImpl.setSuperExecution(PvmExecutionImpl superExecution)
           
 void ExecutionImpl.setSuperExecution(PvmExecutionImpl superExecution)
           
 

Method parameters in org.camunda.bpm.engine.impl.pvm.runtime with type arguments of type PvmExecutionImpl
protected  boolean PvmExecutionImpl.allExecutionsInSameActivity(List<PvmExecutionImpl> executions)
           
 Map<ScopeImpl,PvmExecutionImpl> LegacyBehavior.createActivityExecutionMapping(List<PvmExecutionImpl> scopeExecutions, List<ScopeImpl> scopes)
          Creates an activity execution mapping, when the scope hierarchy and the execution hierarchy are out of sync.
 PvmExecutionImpl LegacyBehavior.getScopeExecution(ScopeImpl scope, Map<ScopeImpl,PvmExecutionImpl> activityExecutionMapping)
          In case the process instance was migrated from a previous version, activities which are now parsed as scopes do not have scope executions.
 

Constructors in org.camunda.bpm.engine.impl.pvm.runtime with parameters of type PvmExecutionImpl
OutgoingExecution(PvmExecutionImpl outgoingExecution, PvmTransition outgoingTransition)
           
 

Uses of PvmExecutionImpl in org.camunda.bpm.engine.impl.pvm.runtime.operation
 

Methods in org.camunda.bpm.engine.impl.pvm.runtime.operation that return PvmExecutionImpl
protected  PvmExecutionImpl PvmAtomicOperationProcessStart.eventNotificationsStarted(PvmExecutionImpl execution)
           
protected  PvmExecutionImpl PvmAtomicOperationActivityInstanceEnd.eventNotificationsStarted(PvmExecutionImpl execution)
           
protected  PvmExecutionImpl PvmAtomicOperationActivityInstanceStart.eventNotificationsStarted(PvmExecutionImpl execution)
           
protected  PvmExecutionImpl PvmAtomicOperationDeleteCascadeFireActivityEnd.eventNotificationsStarted(PvmExecutionImpl execution)
           
protected  PvmExecutionImpl PvmAtomicOperationDeleteCascade.findFirstLeaf(PvmExecutionImpl execution)
           
protected  PvmExecutionImpl PvmAtomicOperationDeleteCascade.getDeleteRoot(PvmExecutionImpl execution)
           
 PvmExecutionImpl PvmAtomicOperationActivityInitStack.getStartContextExecution(PvmExecutionImpl execution)
           
 

Methods in org.camunda.bpm.engine.impl.pvm.runtime.operation with parameters of type PvmExecutionImpl
protected abstract  void PvmAtomicOperationCancelActivity.activityCancelled(PvmExecutionImpl execution)
           
protected  void PvmAtomicOperationActivityStartCancelScope.activityCancelled(PvmExecutionImpl execution)
           
protected  void PvmAtomicOperationActivityStartConcurrent.concurrentExecutionCreated(PvmExecutionImpl propagatingExecution)
           
protected abstract  void PvmAtomicOperationCreateConcurrentExecution.concurrentExecutionCreated(PvmExecutionImpl propagatingExecution)
           
protected  void PvmAtomicOperationFireActivityEnd.eventNotificationsCompleted(PvmExecutionImpl execution)
           
protected  void AbstractPvmAtomicOperationTransitionNotifyListenerTake.eventNotificationsCompleted(PvmExecutionImpl execution)
           
protected  void PvmAtomicOperationActivityNotifyListenerEnd.eventNotificationsCompleted(PvmExecutionImpl execution)
           
protected  void PvmAtomicOperationProcessStart.eventNotificationsCompleted(PvmExecutionImpl execution)
           
protected  void PvmAtomicOperationProcessEnd.eventNotificationsCompleted(PvmExecutionImpl execution)
           
protected  void FoxAtomicOperationDeleteCascadeFireActivityEnd.eventNotificationsCompleted(PvmExecutionImpl execution)
           
protected  void PvmAtomicOperationActivityInstanceEnd.eventNotificationsCompleted(PvmExecutionImpl execution)
           
protected  void PvmAtomicOperationTransitionNotifyListenerStart.eventNotificationsCompleted(PvmExecutionImpl execution)
           
protected  void PvmAtomicOperationActivityInstanceStart.eventNotificationsCompleted(PvmExecutionImpl execution)
           
protected  void PvmAtomicOperationDeleteCascadeFireActivityEnd.eventNotificationsCompleted(PvmExecutionImpl execution)
           
protected  void PvmAtomicOperationTransitionNotifyListenerEnd.eventNotificationsCompleted(PvmExecutionImpl execution)
           
protected  void PvmAtomicOperationActivityStart.eventNotificationsCompleted(PvmExecutionImpl execution)
           
protected  void PvmAtomicOperationActivityInitStackNotifyListenerStart.eventNotificationsCompleted(PvmExecutionImpl execution)
           
protected  void PvmAtomicOperationProcessStartInitial.eventNotificationsCompleted(PvmExecutionImpl execution)
           
protected  PvmExecutionImpl PvmAtomicOperationProcessStart.eventNotificationsStarted(PvmExecutionImpl execution)
           
protected  PvmExecutionImpl PvmAtomicOperationActivityInstanceEnd.eventNotificationsStarted(PvmExecutionImpl execution)
           
protected  PvmExecutionImpl PvmAtomicOperationActivityInstanceStart.eventNotificationsStarted(PvmExecutionImpl execution)
           
protected  PvmExecutionImpl PvmAtomicOperationDeleteCascadeFireActivityEnd.eventNotificationsStarted(PvmExecutionImpl execution)
           
 void PvmAtomicOperationInterruptScope.execute(PvmExecutionImpl execution)
           
 void PvmAtomicOperationCancelActivity.execute(PvmExecutionImpl execution)
           
 void FoxAtomicOperationDeleteCascadeFireActivityEnd.execute(PvmExecutionImpl execution)
           
 void PvmAtomicOperationCreateScope.execute(PvmExecutionImpl execution)
           
 void PvmAtomicOperationTransitionDestroyScope.execute(PvmExecutionImpl execution)
           
 void PvmAtomicOperationDeleteCascade.execute(PvmExecutionImpl execution)
           
 void PvmAtomicOperationActivityInitStack.execute(PvmExecutionImpl execution)
           
 void PvmAtomicOperationActivityExecute.execute(PvmExecutionImpl execution)
           
 void PvmAtomicOperationCreateConcurrentExecution.execute(PvmExecutionImpl execution)
           
 void PvmAtomicOperationActivityEnd.execute(PvmExecutionImpl execution)
           
protected  PvmExecutionImpl PvmAtomicOperationDeleteCascade.findFirstLeaf(PvmExecutionImpl execution)
           
protected  PvmActivity PvmAtomicOperationActivityStartCancelScope.getCancellingActivity(PvmExecutionImpl execution)
           
protected  PvmExecutionImpl PvmAtomicOperationDeleteCascade.getDeleteRoot(PvmExecutionImpl execution)
           
protected abstract  PvmActivity PvmAtomicOperationInterruptScope.getInterruptingActivity(PvmExecutionImpl execution)
           
protected  PvmActivity PvmAtomicOperationActivityStartInterruptEventScope.getInterruptingActivity(PvmExecutionImpl execution)
           
protected  PvmActivity PvmAtomicOperationsTransitionInterruptFlowScope.getInterruptingActivity(PvmExecutionImpl execution)
           
protected  ScopeImpl PvmAtomicOperationFireActivityEnd.getScope(PvmExecutionImpl execution)
           
protected  CoreModelElement AbstractPvmAtomicOperationTransitionNotifyListenerTake.getScope(PvmExecutionImpl execution)
           
protected  ScopeImpl PvmAtomicOperationActivityNotifyListenerEnd.getScope(PvmExecutionImpl execution)
           
protected  ScopeImpl PvmAtomicOperationProcessStart.getScope(PvmExecutionImpl execution)
           
protected  ScopeImpl PvmAtomicOperationProcessEnd.getScope(PvmExecutionImpl execution)
           
protected  ScopeImpl PvmAtomicOperationTransitionNotifyListenerStart.getScope(PvmExecutionImpl execution)
           
protected abstract  CoreModelElement AbstractPvmEventAtomicOperation.getScope(PvmExecutionImpl execution)
           
protected  ScopeImpl PvmAtomicOperationDeleteCascadeFireActivityEnd.getScope(PvmExecutionImpl execution)
           
protected  ScopeImpl PvmAtomicOperationTransitionNotifyListenerEnd.getScope(PvmExecutionImpl execution)
           
protected  ScopeImpl PvmAtomicOperationActivityStart.getScope(PvmExecutionImpl execution)
           
protected  PvmScope PvmAtomicOperationActivityEnd.getScope(PvmExecutionImpl execution)
           
protected  ScopeImpl PvmAtomicOperationActivityInitStackNotifyListenerStart.getScope(PvmExecutionImpl execution)
           
protected  ScopeImpl PvmAtomicOperationProcessStartInitial.getScope(PvmExecutionImpl execution)
           
 PvmExecutionImpl PvmAtomicOperationActivityInitStack.getStartContextExecution(PvmExecutionImpl execution)
           
 boolean PvmAtomicOperationInterruptScope.isAsync(PvmExecutionImpl execution)
           
 boolean PvmAtomicOperationCancelActivity.isAsync(PvmExecutionImpl execution)
           
 boolean PvmAtomicOperationProcessStart.isAsync(PvmExecutionImpl execution)
           
 boolean PvmAtomicOperationTransitionDestroyScope.isAsync(PvmExecutionImpl instance)
           
 boolean PvmAtomicOperationTransitionCreateScope.isAsync(PvmExecutionImpl execution)
           
 boolean PvmAtomicOperationDeleteCascade.isAsync(PvmExecutionImpl execution)
           
 boolean PvmAtomicOperationActivityInitStack.isAsync(PvmExecutionImpl instance)
           
 boolean PvmAtomicOperationTransitionNotifyListenerTake.isAsync(PvmExecutionImpl execution)
           
 boolean PvmAtomicOperationActivityExecute.isAsync(PvmExecutionImpl execution)
           
 boolean PvmAtomicOperationCreateConcurrentExecution.isAsync(PvmExecutionImpl execution)
           
 boolean PvmAtomicOperationActivityEnd.isAsync(PvmExecutionImpl execution)
           
 boolean PvmAtomicOperationActivityStartCreateScope.isAsync(PvmExecutionImpl execution)
           
protected  boolean PvmAtomicOperationActivityInstanceEnd.isSkipNotifyListeners(PvmExecutionImpl execution)
           
protected  boolean PvmAtomicOperationDeleteCascadeFireActivityEnd.isSkipNotifyListeners(PvmExecutionImpl execution)
           
protected abstract  void PvmAtomicOperationCreateScope.scopeCreated(PvmExecutionImpl execution)
          Called with the propagating execution
protected  void PvmAtomicOperationTransitionCreateScope.scopeCreated(PvmExecutionImpl execution)
           
protected  void PvmAtomicOperationActivityStartCreateScope.scopeCreated(PvmExecutionImpl execution)
           
protected abstract  void PvmAtomicOperationInterruptScope.scopeInterrupted(PvmExecutionImpl execution)
           
protected  void PvmAtomicOperationActivityStartInterruptEventScope.scopeInterrupted(PvmExecutionImpl execution)
           
protected  void PvmAtomicOperationsTransitionInterruptFlowScope.scopeInterrupted(PvmExecutionImpl execution)
           
 

Uses of PvmExecutionImpl in org.camunda.bpm.engine.impl.tree
 

Fields in org.camunda.bpm.engine.impl.tree with type parameters of type PvmExecutionImpl
protected  List<PvmExecutionImpl> ScopeExecutionCollector.executions
           
 

Methods in org.camunda.bpm.engine.impl.tree that return PvmExecutionImpl
protected  PvmExecutionImpl ExecutionWalker.nextElement()
           
 

Methods in org.camunda.bpm.engine.impl.tree that return types with arguments of type PvmExecutionImpl
 List<PvmExecutionImpl> ScopeExecutionCollector.getExecutions()
           
 

Methods in org.camunda.bpm.engine.impl.tree with parameters of type PvmExecutionImpl
 void ScopeExecutionCollector.collect(PvmExecutionImpl obj)
           
 

Constructors in org.camunda.bpm.engine.impl.tree with parameters of type PvmExecutionImpl
ExecutionWalker(PvmExecutionImpl initialElement)
           
 

Uses of PvmExecutionImpl in org.camunda.bpm.engine.impl.util
 

Methods in org.camunda.bpm.engine.impl.util with parameters of type PvmExecutionImpl
static ActivityBehavior ActivityBehaviorUtil.getActivityBehavior(PvmExecutionImpl execution)
           
 



Copyright © 2015 camunda services GmbH. All rights reserved.