Uses of Class
org.camunda.bpm.engine.impl.core.model.CoreModelElement
Packages that use CoreModelElement
Package
Description
-
Uses of CoreModelElement in org.camunda.bpm.engine.impl.cmd
Methods in org.camunda.bpm.engine.impl.cmd that return CoreModelElementModifier and TypeMethodDescriptionprotected 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 CoreModelElementModifier and TypeMethodDescriptionprotected 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 -
Uses of CoreModelElement in org.camunda.bpm.engine.impl.cmmn.model
Subclasses of CoreModelElement in org.camunda.bpm.engine.impl.cmmn.modelFields in org.camunda.bpm.engine.impl.cmmn.model declared as CoreModelElement -
Uses of CoreModelElement in org.camunda.bpm.engine.impl.core.instance
Fields in org.camunda.bpm.engine.impl.core.instance declared as CoreModelElementMethods in org.camunda.bpm.engine.impl.core.instance that return CoreModelElementMethods in org.camunda.bpm.engine.impl.core.instance with parameters of type CoreModelElementModifier and TypeMethodDescriptionvoidCoreExecution.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 -
Uses of CoreModelElement in org.camunda.bpm.engine.impl.core.operation
Methods in org.camunda.bpm.engine.impl.core.operation that return CoreModelElementMethods in org.camunda.bpm.engine.impl.core.operation with parameters of type CoreModelElementModifier 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
Subclasses of CoreModelElement in org.camunda.bpm.engine.impl.persistence.entityModifier and TypeClassDescriptionclassclass -
Uses of CoreModelElement in org.camunda.bpm.engine.impl.pvm
Fields in org.camunda.bpm.engine.impl.pvm declared as CoreModelElementModifier and TypeFieldDescriptionprotected CoreModelElementProcessDefinitionBuilder.processElement -
Uses of CoreModelElement in org.camunda.bpm.engine.impl.pvm.process
Subclasses of CoreModelElement in org.camunda.bpm.engine.impl.pvm.processModifier and TypeClassDescriptionclassclassclassA Bpmn scope.class -
Uses of CoreModelElement in org.camunda.bpm.engine.impl.pvm.runtime.operation
Methods in org.camunda.bpm.engine.impl.pvm.runtime.operation that return CoreModelElementModifier and TypeMethodDescriptionprotected CoreModelElementAbstractPvmAtomicOperationTransitionNotifyListenerTake.getScope(PvmExecutionImpl execution) protected abstract CoreModelElementAbstractPvmEventAtomicOperation.getScope(PvmExecutionImpl execution) Methods in org.camunda.bpm.engine.impl.pvm.runtime.operation with parameters of type CoreModelElementModifier and TypeMethodDescriptionprotected voidPvmAtomicOperationCancelActivity.setDelayedPayloadToNewScope(PvmExecutionImpl execution, CoreModelElement scope) protected voidPvmAtomicOperationCreateConcurrentExecution.setDelayedPayloadToNewScope(PvmExecutionImpl execution, CoreModelElement scope)