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

Packages that use CmmnExecution
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.execution
 

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

Methods in org.camunda.bpm.engine.impl.cmmn.execution that return CmmnExecution
protected abstract  CmmnExecution CmmnExecution.createPlanItem(CmmnActivity activity)
           
 CmmnExecution CmmnExecution.findPlanItem(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.newPlanItem()
           
 

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

Methods in org.camunda.bpm.engine.impl.cmmn.execution with parameters of type CmmnExecution
 void PlanItemImpl.setCaseInstance(CmmnExecution caseInstance)
           
abstract  void CmmnExecution.setCaseInstance(CmmnExecution caseInstance)
           
 void PlanItemImpl.setParent(CmmnExecution parent)
           
abstract  void CmmnExecution.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 with parameters of type CmmnExecution
protected  void AtomicOperationPlanItemNotifyListenerManualStart.eventNotificationsCompleted(CmmnExecution execution)
           
protected  void AtomicOperationPlanItemNotifyListenerReActivate.eventNotificationsCompleted(CmmnExecution execution)
           
protected  void AtomicOperationPlanItemNotifyListenerCreate.eventNotificationsCompleted(CmmnExecution execution)
           
protected  void AtomicOperationPlanItemNotifyListenerStart.eventNotificationsCompleted(CmmnExecution execution)
           
protected  void AtomicOperationCaseNotifyListenerCreate.eventNotificationsCompleted(CmmnExecution execution)
           
protected  void AbstractAtomicOperationNotifyListener.eventNotificationsCompleted(CmmnExecution execution)
           
 void CmmnAtomicOperation.execute(CmmnExecution execution)
           
 void AtomicOperationActivityExecute.execute(CmmnExecution execution)
           
protected abstract  CmmnActivity AbstractCmmnEventAtomicOperation.getScope(CmmnExecution instance)
           
protected  CmmnActivity AbstractAtomicOperationNotifyListener.getScope(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.