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

Packages that use PvmExecutionImpl
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.process   
org.camunda.bpm.engine.impl.pvm.runtime   
org.camunda.bpm.engine.impl.pvm.runtime.operation   
org.camunda.bpm.engine.impl.util   
 

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)
           
 

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)
           
 

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()
           
 

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)
           
 

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.newProcessInstance(ActivityImpl activityImpl)
           
 

Methods in org.camunda.bpm.engine.impl.persistence.entity with parameters of type PvmExecutionImpl
 void HistoryAwareStartContext.initialStarted(PvmExecutionImpl execution)
           
 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.process
 

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

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.createExecution()
          creates a new execution.
abstract  PvmExecutionImpl PvmExecutionImpl.createExecution(boolean initStartContext)
           
 PvmExecutionImpl PvmExecutionImpl.createSubProcessInstance(PvmProcessDefinition processDefinition)
           
 PvmExecutionImpl ExecutionImpl.createSubProcessInstance(PvmProcessDefinition processDefinition, String businessKey)
           
abstract  PvmExecutionImpl PvmExecutionImpl.createSubProcessInstance(PvmProcessDefinition processDefinition, String businessKey)
           
 PvmExecutionImpl ExecutionImpl.createSubProcessInstance(PvmProcessDefinition processDefinition, String businessKey, String caseInstanceId)
           
abstract  PvmExecutionImpl PvmExecutionImpl.createSubProcessInstance(PvmProcessDefinition processDefinition, String businessKey, String caseInstanceId)
           
 PvmExecutionImpl PvmExecutionImpl.findExecution(String activityId)
           
abstract  PvmExecutionImpl PvmExecutionImpl.getParent()
          ensures initialization and returns the parent
abstract  PvmExecutionImpl PvmExecutionImpl.getProcessInstance()
          ensures initialization and returns the process instance.
 PvmExecutionImpl ExecutionImpl.getReplacedBy()
           
abstract  PvmExecutionImpl PvmExecutionImpl.getReplacedBy()
           
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
protected  List<PvmExecutionImpl> PvmExecutionImpl.getAllChildExecutions()
           
abstract  List<? extends PvmExecutionImpl> PvmExecutionImpl.getExecutions()
           
 

Methods in org.camunda.bpm.engine.impl.pvm.runtime with parameters of type PvmExecutionImpl
protected  boolean PvmExecutionImpl.hasConcurrentSiblings(PvmExecutionImpl concurrentRoot)
           
 void ProcessInstanceStartContext.initialStarted(PvmExecutionImpl execution)
           
 void PvmExecutionImpl.replace(PvmExecutionImpl execution)
           
 void ExecutionImpl.setParent(PvmExecutionImpl parent)
          all updates need to go through this setter as subclasses can override this method
abstract  void PvmExecutionImpl.setParent(PvmExecutionImpl parent)
           
 void ExecutionImpl.setProcessInstance(PvmExecutionImpl processInstance)
          for setting the process instance, this setter must be used as subclasses can override
abstract  void PvmExecutionImpl.setProcessInstance(PvmExecutionImpl pvmExecutionImpl)
           
 void ExecutionImpl.setReplacedBy(PvmExecutionImpl replacedBy)
           
 void PvmExecutionImpl.setReplacedBy(PvmExecutionImpl replacedBy)
           
 void ExecutionImpl.setSubProcessInstance(PvmExecutionImpl subProcessInstance)
           
abstract  void PvmExecutionImpl.setSubProcessInstance(PvmExecutionImpl subProcessInstance)
           
 void ExecutionImpl.setSuperExecution(PvmExecutionImpl superExecution)
           
abstract  void PvmExecutionImpl.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)
           
 

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

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 PvmAtomicOperationCreateConcurrentExecution.createConcurrentExecution(PvmExecutionImpl execution, ActivityImpl concurrentActivity)
           
protected  PvmExecutionImpl PvmAtomicOperationActivityInstanceEnd.eventNotificationsStarted(PvmExecutionImpl execution)
           
protected  PvmExecutionImpl PvmAtomicOperationProcessStart.eventNotificationsStarted(PvmExecutionImpl execution)
           
protected  PvmExecutionImpl PvmAtomicOperationDeleteCascadeFireActivityEnd.eventNotificationsStarted(PvmExecutionImpl execution)
           
protected  PvmExecutionImpl PvmAtomicOperationActivityInstanceStart.eventNotificationsStarted(PvmExecutionImpl execution)
           
protected  PvmExecutionImpl PvmAtomicOperationDeleteCascade.findFirstLeaf(PvmExecutionImpl execution)
           
protected  PvmExecutionImpl PvmAtomicOperationDeleteCascade.getDeleteRoot(PvmExecutionImpl execution)
           
 

Methods in org.camunda.bpm.engine.impl.pvm.runtime.operation with parameters of type PvmExecutionImpl
protected  void PvmAtomicOperationActivityStartConcurrent.concurrentExecutionCreated(PvmExecutionImpl propagatingExecution)
           
protected abstract  void PvmAtomicOperationCreateConcurrentExecution.concurrentExecutionCreated(PvmExecutionImpl propagatingExecution)
           
protected  PvmExecutionImpl PvmAtomicOperationCreateConcurrentExecution.createConcurrentExecution(PvmExecutionImpl execution, ActivityImpl concurrentActivity)
           
protected  void PvmAtomicOperationProcessEnd.eventNotificationsCompleted(PvmExecutionImpl execution)
           
protected  void PvmAtomicOperationActivityInstanceEnd.eventNotificationsCompleted(PvmExecutionImpl execution)
           
protected  void PvmAtomicOperationTransitionNotifyListenerEnd.eventNotificationsCompleted(PvmExecutionImpl execution)
           
protected  void PvmAtomicOperationActivityNotifyListenerEnd.eventNotificationsCompleted(PvmExecutionImpl execution)
           
protected  void PvmAtomicOperationProcessStartInitial.eventNotificationsCompleted(PvmExecutionImpl execution)
           
protected  void FoxAtomicOperationDeleteCascadeFireActivityEnd.eventNotificationsCompleted(PvmExecutionImpl execution)
           
protected  void PvmAtomicOperationProcessStart.eventNotificationsCompleted(PvmExecutionImpl execution)
           
protected  void PvmAtomicOperationFireActivityEnd.eventNotificationsCompleted(PvmExecutionImpl execution)
           
protected  void PvmAtomicOperationTransitionNotifyListenerStart.eventNotificationsCompleted(PvmExecutionImpl execution)
           
protected  void PvmAtomicOperationDeleteCascadeFireActivityEnd.eventNotificationsCompleted(PvmExecutionImpl execution)
           
protected  void PvmAtomicOperationActivityStart.eventNotificationsCompleted(PvmExecutionImpl execution)
           
protected  void PvmAtomicOperationActivityInstanceStart.eventNotificationsCompleted(PvmExecutionImpl execution)
           
protected  PvmExecutionImpl PvmAtomicOperationActivityInstanceEnd.eventNotificationsStarted(PvmExecutionImpl execution)
           
protected  PvmExecutionImpl PvmAtomicOperationProcessStart.eventNotificationsStarted(PvmExecutionImpl execution)
           
protected  PvmExecutionImpl PvmAtomicOperationDeleteCascadeFireActivityEnd.eventNotificationsStarted(PvmExecutionImpl execution)
           
protected  PvmExecutionImpl PvmAtomicOperationActivityInstanceStart.eventNotificationsStarted(PvmExecutionImpl execution)
           
 void PvmAtomicOperationDeleteCascade.execute(PvmExecutionImpl execution)
           
 void PvmAtomicOperationCreateConcurrentExecution.execute(PvmExecutionImpl execution)
           
 void PvmAtomicOperationCancelScope.execute(PvmExecutionImpl execution)
           
 void FoxAtomicOperationDeleteCascadeFireActivityEnd.execute(PvmExecutionImpl execution)
           
 void PvmAtomicOperationActivityEnd.execute(PvmExecutionImpl execution)
           
 void PvmAtomicOperationTransitionCreateScope.execute(PvmExecutionImpl execution)
           
 void PvmAtomicOperationActivityExecute.execute(PvmExecutionImpl execution)
           
 void PvmAtomicOperationTransitionNotifyListenerTake.execute(PvmExecutionImpl execution)
           
 void PvmAtomicOperationTransitionDestroyScope.execute(PvmExecutionImpl execution)
           
protected  PvmExecutionImpl PvmAtomicOperationDeleteCascade.findFirstLeaf(PvmExecutionImpl execution)
           
protected  ActivityImpl PvmAtomicOperationTransitionCancelScope.getCancellingActivity(PvmExecutionImpl execution)
           
protected abstract  ActivityImpl PvmAtomicOperationCancelScope.getCancellingActivity(PvmExecutionImpl execution)
           
protected  ActivityImpl PvmAtomicOperationActivityStartCancelScope.getCancellingActivity(PvmExecutionImpl execution)
           
protected  ScopeImpl PvmAtomicOperationCreateConcurrentExecution.getCurrentScope(PvmExecutionImpl execution)
           
protected  PvmExecutionImpl PvmAtomicOperationDeleteCascade.getDeleteRoot(PvmExecutionImpl execution)
           
protected  ScopeImpl PvmAtomicOperationProcessEnd.getScope(PvmExecutionImpl execution)
           
protected  ScopeImpl PvmAtomicOperationTransitionNotifyListenerEnd.getScope(PvmExecutionImpl execution)
           
protected  ScopeImpl PvmAtomicOperationActivityNotifyListenerEnd.getScope(PvmExecutionImpl execution)
           
protected  ScopeImpl PvmAtomicOperationProcessStartInitial.getScope(PvmExecutionImpl execution)
           
protected  ScopeImpl PvmAtomicOperationProcessStart.getScope(PvmExecutionImpl execution)
           
protected  ScopeImpl PvmAtomicOperationFireActivityEnd.getScope(PvmExecutionImpl execution)
           
protected  ScopeImpl PvmAtomicOperationActivityEnd.getScope(PvmExecutionImpl execution)
           
protected  ScopeImpl PvmAtomicOperationTransitionNotifyListenerStart.getScope(PvmExecutionImpl execution)
           
protected  ScopeImpl PvmAtomicOperationDeleteCascadeFireActivityEnd.getScope(PvmExecutionImpl execution)
           
protected abstract  ScopeImpl AbstractPvmEventAtomicOperation.getScope(PvmExecutionImpl execution)
           
protected  ScopeImpl PvmAtomicOperationActivityStart.getScope(PvmExecutionImpl execution)
           
 boolean PvmAtomicOperationDeleteCascade.isAsync(PvmExecutionImpl execution)
           
 boolean PvmAtomicOperationCreateConcurrentExecution.isAsync(PvmExecutionImpl execution)
           
 boolean PvmAtomicOperationCancelScope.isAsync(PvmExecutionImpl execution)
           
 boolean PvmAtomicOperationProcessStart.isAsync(PvmExecutionImpl execution)
           
 boolean PvmAtomicOperationActivityEnd.isAsync(PvmExecutionImpl execution)
           
 boolean PvmAtomicOperationTransitionCreateScope.isAsync(PvmExecutionImpl execution)
           
 boolean PvmAtomicOperationActivityExecute.isAsync(PvmExecutionImpl execution)
           
 boolean PvmAtomicOperationTransitionNotifyListenerTake.isAsync(PvmExecutionImpl execution)
           
 boolean PvmAtomicOperationTransitionDestroyScope.isAsync(PvmExecutionImpl instance)
           
protected  boolean PvmAtomicOperationCreateConcurrentExecution.isConcurrentRoot(PvmExecutionImpl execution)
           
protected  boolean PvmAtomicOperationActivityEnd.isExecutionAloneInParent(PvmExecutionImpl execution)
           
protected  boolean PvmAtomicOperationCreateConcurrentExecution.isLeaf(PvmExecutionImpl execution)
           
protected  boolean PvmAtomicOperationActivityInstanceEnd.isSkipNotifyListeners(PvmExecutionImpl execution)
           
protected  boolean PvmAtomicOperationDeleteCascadeFireActivityEnd.isSkipNotifyListeners(PvmExecutionImpl execution)
           
protected  void PvmAtomicOperationTransitionCancelScope.scopeCancelled(PvmExecutionImpl execution)
           
protected abstract  void PvmAtomicOperationCancelScope.scopeCancelled(PvmExecutionImpl execution)
           
protected  void PvmAtomicOperationActivityStartCancelScope.scopeCancelled(PvmExecutionImpl execution)
           
 

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 © 2014 camunda services GmbH. All rights reserved.