Uses of Class
org.camunda.bpm.engine.impl.core.model.CoreModelElement
Package
Description
-
Uses of CoreModelElement in org.camunda.bpm.engine.impl.cmd
Modifier and TypeMethodDescriptionprotected abstract CoreModelElement
AbstractInstantiationCmd.getTargetElement
(ProcessDefinitionImpl processDefinition) protected CoreModelElement
ActivityAfterInstantiationCmd.getTargetElement
(ProcessDefinitionImpl processDefinition) protected CoreModelElement
ActivityBeforeInstantiationCmd.getTargetElement
(ProcessDefinitionImpl processDefinition) protected CoreModelElement
TransitionInstantiationCmd.getTargetElement
(ProcessDefinitionImpl processDefinition) Modifier and TypeMethodDescriptionprotected 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
-
Uses of CoreModelElement in org.camunda.bpm.engine.impl.cmmn.model
-
Uses of CoreModelElement in org.camunda.bpm.engine.impl.core.instance
Modifier and TypeMethodDescriptionvoid
CoreExecution.setEventSource
(CoreModelElement eventSource) -
Uses of CoreModelElement in org.camunda.bpm.engine.impl.core.model
-
Uses of CoreModelElement in org.camunda.bpm.engine.impl.core.operation
Modifier and TypeMethodDescriptionprotected List<DelegateListener<? extends BaseDelegateExecution>>
AbstractEventAtomicOperation.getBuiltinListeners
(CoreModelElement scope) protected List<DelegateListener<? extends BaseDelegateExecution>>
AbstractEventAtomicOperation.getListeners
(CoreModelElement scope, T execution) -
Uses of CoreModelElement in org.camunda.bpm.engine.impl.persistence.entity
Modifier and TypeClassDescriptionclass
class
-
Uses of CoreModelElement in org.camunda.bpm.engine.impl.pvm
Modifier and TypeFieldDescriptionprotected CoreModelElement
ProcessDefinitionBuilder.processElement
-
Uses of CoreModelElement in org.camunda.bpm.engine.impl.pvm.process
Modifier and TypeClassDescriptionclass
class
class
A Bpmn scope.class
-
Uses of CoreModelElement in org.camunda.bpm.engine.impl.pvm.runtime.operation
Modifier and TypeMethodDescriptionprotected CoreModelElement
AbstractPvmAtomicOperationTransitionNotifyListenerTake.getScope
(PvmExecutionImpl execution) protected abstract CoreModelElement
AbstractPvmEventAtomicOperation.getScope
(PvmExecutionImpl execution) Modifier and TypeMethodDescriptionprotected void
PvmAtomicOperationCancelActivity.setDelayedPayloadToNewScope
(PvmExecutionImpl execution, CoreModelElement scope) protected void
PvmAtomicOperationCreateConcurrentExecution.setDelayedPayloadToNewScope
(PvmExecutionImpl execution, CoreModelElement scope)