Uses of Class
org.camunda.bpm.engine.impl.cmmn.execution.CmmnExecution

Packages that use CmmnExecution
org.camunda.bpm.engine.impl.cmmn.entity.repository   
org.camunda.bpm.engine.impl.cmmn.entity.runtime   
org.camunda.bpm.engine.impl.cmmn.execution   
org.camunda.bpm.engine.impl.cmmn.model   
org.camunda.bpm.engine.impl.cmmn.operation   
 

Uses of CmmnExecution in org.camunda.bpm.engine.impl.cmmn.entity.repository
 

Methods in org.camunda.bpm.engine.impl.cmmn.entity.repository that return CmmnExecution
protected  CmmnExecution CaseDefinitionEntity.newCaseInstance()
           
 

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

Subclasses of CmmnExecution in org.camunda.bpm.engine.impl.cmmn.entity.runtime
 class CaseExecutionEntity
           
 

Methods in org.camunda.bpm.engine.impl.cmmn.entity.runtime with parameters of type CmmnExecution
 void CaseExecutionEntity.setCaseInstance(CmmnExecution caseInstance)
           
 void CaseExecutionEntity.setParent(CmmnExecution parent)
           
 

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

Subclasses of CmmnExecution in org.camunda.bpm.engine.impl.cmmn.execution
 class CaseExecutionImpl
           
 

Methods in org.camunda.bpm.engine.impl.cmmn.execution that return CmmnExecution
protected abstract  CmmnExecution CmmnExecution.createCaseExecution(CmmnActivity activity)
           
 CmmnExecution CmmnExecution.findCaseExecution(String activityId)
           
abstract  CmmnExecution CmmnExecution.getCaseInstance()
          ensures initialization and returns the process instance.
abstract  CmmnExecution CmmnExecution.getParent()
          ensures initialization and returns the parent
protected abstract  CmmnExecution CmmnExecution.newCaseExecution()
           
 

Methods in org.camunda.bpm.engine.impl.cmmn.execution that return types with arguments of type CmmnExecution
abstract  List<? extends CmmnExecution> CmmnExecution.getCaseExecutions()
           
 

Methods in org.camunda.bpm.engine.impl.cmmn.execution with parameters of type CmmnExecution
abstract  void CmmnExecution.setCaseInstance(CmmnExecution caseInstance)
           
 void CaseExecutionImpl.setCaseInstance(CmmnExecution caseInstance)
           
abstract  void CmmnExecution.setParent(CmmnExecution parent)
           
 void CaseExecutionImpl.setParent(CmmnExecution parent)
           
 

Uses of CmmnExecution in org.camunda.bpm.engine.impl.cmmn.model
 

Methods in org.camunda.bpm.engine.impl.cmmn.model that return CmmnExecution
protected  CmmnExecution CmmnCaseDefinition.newCaseInstance()
           
 

Uses of CmmnExecution in org.camunda.bpm.engine.impl.cmmn.operation
 

Methods in org.camunda.bpm.engine.impl.cmmn.operation that return CmmnExecution
protected  CmmnExecution AtomicOperationCaseExecutionDeleteCascade.findFirstLeaf(CmmnExecution execution)
           
 

Methods in org.camunda.bpm.engine.impl.cmmn.operation with parameters of type CmmnExecution
protected  void AtomicOperationCaseExecutionNotifyListenerCreate.eventNotificationsCompleted(CmmnExecution execution)
           
protected  void AtomicOperationCaseExecutionNotifyListenerStart.eventNotificationsCompleted(CmmnExecution execution)
           
protected  void AtomicOperationCaseExecutionNotifyListenerManualStart.eventNotificationsCompleted(CmmnExecution execution)
           
protected  void AtomicOperationCaseExecutionNotifyListenerReActivate.eventNotificationsCompleted(CmmnExecution execution)
           
protected  void AtomicOperationCaseInstanceNotifyListenerCreate.eventNotificationsCompleted(CmmnExecution execution)
           
protected  void AbstractAtomicOperationNotifyListener.eventNotificationsCompleted(CmmnExecution execution)
           
 void AtomicOperationCaseExecutionDeleteCascade.execute(CmmnExecution execution)
           
 void CmmnAtomicOperation.execute(CmmnExecution execution)
           
 void AtomicOperationActivityExecute.execute(CmmnExecution execution)
           
protected  CmmnExecution AtomicOperationCaseExecutionDeleteCascade.findFirstLeaf(CmmnExecution execution)
           
protected abstract  CmmnActivity AbstractCmmnEventAtomicOperation.getScope(CmmnExecution instance)
           
protected  CmmnActivity AbstractAtomicOperationNotifyListener.getScope(CmmnExecution execution)
           
 boolean AtomicOperationCaseExecutionDeleteCascade.isAsync(CmmnExecution execution)
           
 boolean CmmnAtomicOperation.isAsync(CmmnExecution execution)
           
 boolean AtomicOperationActivityExecute.isAsync(CmmnExecution execution)
           
 boolean AbstractAtomicOperationNotifyListener.isAsync(CmmnExecution execution)
           
 



Copyright © 2014 camunda services GmbH. All Rights Reserved.