Uses of Class
org.camunda.bpm.engine.impl.core.model.CoreModelElement
-
-
Uses of CoreModelElement in org.camunda.bpm.engine.impl.cmd
Methods in org.camunda.bpm.engine.impl.cmd that return CoreModelElement Modifier and Type Method Description protected abstract CoreModelElementAbstractInstantiationCmd. getTargetElement(ProcessDefinitionImpl processDefinition)protected CoreModelElementActivityAfterInstantiationCmd. getTargetElement(ProcessDefinitionImpl processDefinition)protected CoreModelElementActivityBeforeInstantiationCmd. getTargetElement(ProcessDefinitionImpl processDefinition)protected CoreModelElementTransitionInstantiationCmd. getTargetElement(ProcessDefinitionImpl processDefinition)Methods in org.camunda.bpm.engine.impl.cmd with parameters of type CoreModelElement Modifier and Type Method Description protected voidAbstractInstantiationCmd. instantiate(ExecutionEntity ancestorScopeExecution, List<PvmActivity> parentFlowScopes, CoreModelElement targetElement)protected voidAbstractInstantiationCmd. 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 Modifier and Type Class Description classCaseDefinitionEntity -
Uses of CoreModelElement in org.camunda.bpm.engine.impl.cmmn.model
Subclasses of CoreModelElement in org.camunda.bpm.engine.impl.cmmn.model Modifier and Type Class Description classCmmnActivityclassCmmnCaseDefinitionFields in org.camunda.bpm.engine.impl.cmmn.model declared as CoreModelElement Modifier and Type Field Description protected CoreModelElementCaseDefinitionBuilder. processElement -
Uses of CoreModelElement in org.camunda.bpm.engine.impl.core.instance
Fields in org.camunda.bpm.engine.impl.core.instance declared as CoreModelElement Modifier and Type Field Description protected CoreModelElementCoreExecution. eventSourceMethods in org.camunda.bpm.engine.impl.core.instance that return CoreModelElement Modifier and Type Method Description CoreModelElementCoreExecution. getEventSource()Methods in org.camunda.bpm.engine.impl.core.instance with parameters of type CoreModelElement Modifier and Type Method Description voidCoreExecution. 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 Modifier and Type Class Description classCoreActivity -
Uses of CoreModelElement in org.camunda.bpm.engine.impl.core.operation
Methods in org.camunda.bpm.engine.impl.core.operation that return CoreModelElement Modifier and Type Method Description protected abstract CoreModelElementAbstractEventAtomicOperation. getScope(T execution)Methods in org.camunda.bpm.engine.impl.core.operation with parameters of type CoreModelElement Modifier and Type Method Description 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 Modifier and Type Class Description classProcessDefinitionEntityclassProcessDefinitionStatisticsEntity -
Uses of CoreModelElement in org.camunda.bpm.engine.impl.pvm
Fields in org.camunda.bpm.engine.impl.pvm declared as CoreModelElement Modifier and Type Field Description protected CoreModelElementProcessDefinitionBuilder. processElement -
Uses of CoreModelElement in org.camunda.bpm.engine.impl.pvm.process
Subclasses of CoreModelElement in org.camunda.bpm.engine.impl.pvm.process Modifier and Type Class Description classActivityImplclassProcessDefinitionImplclassScopeImplA Bpmn scope.classTransitionImpl -
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 Modifier and Type Method Description protected CoreModelElementAbstractPvmAtomicOperationTransitionNotifyListenerTake. getScope(PvmExecutionImpl execution)protected abstract CoreModelElementAbstractPvmEventAtomicOperation. getScope(PvmExecutionImpl execution)
-