Uses of Class
org.camunda.bpm.engine.impl.core.model.CoreModelElement

Packages that use CoreModelElement
org.camunda.bpm.engine.impl.cmd   
org.camunda.bpm.engine.impl.cmmn.entity.repository   
org.camunda.bpm.engine.impl.cmmn.model   
org.camunda.bpm.engine.impl.core.instance   
org.camunda.bpm.engine.impl.core.model   
org.camunda.bpm.engine.impl.core.operation   
org.camunda.bpm.engine.impl.persistence.entity   
org.camunda.bpm.engine.impl.pvm   
org.camunda.bpm.engine.impl.pvm.process   
org.camunda.bpm.engine.impl.pvm.runtime.operation   
 

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

Methods in org.camunda.bpm.engine.impl.cmd that return CoreModelElement
protected  CoreModelElement ActivityAfterInstantiationCmd.getTargetElement(ProcessDefinitionImpl processDefinition)
           
protected  CoreModelElement ActivityBeforeInstantiationCmd.getTargetElement(ProcessDefinitionImpl processDefinition)
           
protected abstract  CoreModelElement AbstractInstantiationCmd.getTargetElement(ProcessDefinitionImpl processDefinition)
           
protected  CoreModelElement TransitionInstantiationCmd.getTargetElement(ProcessDefinitionImpl processDefinition)
           
 

Methods in org.camunda.bpm.engine.impl.cmd with parameters of type CoreModelElement
protected  void AbstractInstantiationCmd.instantiate(ExecutionEntity ancestorScopeExecution, List<PvmActivity> parentFlowScopes, CoreModelElement targetElement)
           
protected  void AbstractInstantiationCmd.instantiateConcurrent(ExecutionEntity ancestorScopeExecution, List<PvmActivity> parentFlowScopes, CoreModelElement targetElement)
           
 

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

Subclasses of CoreModelElement in org.camunda.bpm.engine.impl.cmmn.entity.repository
 class CaseDefinitionEntity
           
 

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

Subclasses of CoreModelElement in org.camunda.bpm.engine.impl.cmmn.model
 class CmmnActivity
           
 class CmmnCaseDefinition
           
 

Fields in org.camunda.bpm.engine.impl.cmmn.model declared as CoreModelElement
protected  CoreModelElement CaseDefinitionBuilder.processElement
           
 

Uses of CoreModelElement in org.camunda.bpm.engine.impl.core.instance
 

Fields in org.camunda.bpm.engine.impl.core.instance declared as CoreModelElement
protected  CoreModelElement CoreExecution.eventSource
           
 

Methods in org.camunda.bpm.engine.impl.core.instance that return CoreModelElement
 CoreModelElement CoreExecution.getEventSource()
           
 

Methods in org.camunda.bpm.engine.impl.core.instance with parameters of type CoreModelElement
 void CoreExecution.setEventSource(CoreModelElement eventSource)
           
 

Uses of CoreModelElement in org.camunda.bpm.engine.impl.core.model
 

Subclasses of CoreModelElement in org.camunda.bpm.engine.impl.core.model
 class CoreActivity
           
 

Uses of CoreModelElement in org.camunda.bpm.engine.impl.core.operation
 

Methods in org.camunda.bpm.engine.impl.core.operation that return CoreModelElement
protected abstract  CoreModelElement AbstractEventAtomicOperation.getScope(T execution)
           
 

Methods in org.camunda.bpm.engine.impl.core.operation with parameters of type CoreModelElement
protected  List<DelegateListener<? extends BaseDelegateExecution>> AbstractEventAtomicOperation.getListeners(CoreModelElement scope, T execution)
           
 

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

Subclasses of CoreModelElement in org.camunda.bpm.engine.impl.persistence.entity
 class ProcessDefinitionEntity
           
 class ProcessDefinitionStatisticsEntity
           
 

Uses of CoreModelElement in org.camunda.bpm.engine.impl.pvm
 

Fields in org.camunda.bpm.engine.impl.pvm declared as CoreModelElement
protected  CoreModelElement ProcessDefinitionBuilder.processElement
           
 

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

Subclasses of CoreModelElement in org.camunda.bpm.engine.impl.pvm.process
 class ActivityImpl
           
 class ProcessDefinitionImpl
           
 class ScopeImpl
          A Bpmn scope.
 class TransitionImpl
           
 

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

Methods in org.camunda.bpm.engine.impl.pvm.runtime.operation that return CoreModelElement
protected abstract  CoreModelElement AbstractPvmEventAtomicOperation.getScope(PvmExecutionImpl execution)
           
protected  CoreModelElement AbstractPvmAtomicOperationTransitionNotifyListenerTake.getScope(PvmExecutionImpl execution)
           
 



Copyright © 2015 camunda services GmbH. All rights reserved.