Modifier and Type | Method and Description |
---|---|
void |
UnresolvedReference.resolve(ProcessDefinitionImpl processDefinition) |
Modifier and Type | Method and Description |
---|---|
protected Set<String> |
ActivityCancellationCmd.collectParentScopeIdsForActivity(ProcessDefinitionImpl processDefinition,
String activityId) |
protected ActivityImpl |
StartProcessInstanceAtActivitiesCmd.determineFirstActivity(ProcessDefinitionImpl processDefinition,
ProcessInstanceModificationBuilderImpl modificationBuilder)
get the activity that is started by the first instruction, if exists;
return null if the first instruction is a start-transition instruction
|
protected TransitionImpl |
ActivityAfterInstantiationCmd.findTransition(ProcessDefinitionImpl processDefinition) |
protected ScopeImpl |
AbstractProcessInstanceModificationCommand.getScopeForActivityInstance(ProcessDefinitionImpl processDefinition,
ActivityInstance activityInstance) |
protected CoreModelElement |
ActivityAfterInstantiationCmd.getTargetElement(ProcessDefinitionImpl processDefinition) |
protected CoreModelElement |
TransitionInstantiationCmd.getTargetElement(ProcessDefinitionImpl processDefinition) |
protected CoreModelElement |
ActivityBeforeInstantiationCmd.getTargetElement(ProcessDefinitionImpl processDefinition) |
protected abstract CoreModelElement |
AbstractInstantiationCmd.getTargetElement(ProcessDefinitionImpl processDefinition) |
protected ScopeImpl |
ActivityAfterInstantiationCmd.getTargetFlowScope(ProcessDefinitionImpl processDefinition) |
protected ScopeImpl |
TransitionInstantiationCmd.getTargetFlowScope(ProcessDefinitionImpl processDefinition) |
protected ScopeImpl |
ActivityBeforeInstantiationCmd.getTargetFlowScope(ProcessDefinitionImpl processDefinition) |
protected abstract ScopeImpl |
AbstractInstantiationCmd.getTargetFlowScope(ProcessDefinitionImpl processDefinition) |
Modifier and Type | Class and Description |
---|---|
class |
ProcessDefinitionEntity |
class |
ProcessDefinitionStatisticsEntity |
Modifier and Type | Method and Description |
---|---|
ProcessDefinitionImpl |
ExecutionEntity.getProcessDefinition()
ensures initialization and returns the process definition.
|
Modifier and Type | Method and Description |
---|---|
void |
ExecutionEntity.setProcessDefinition(ProcessDefinitionImpl processDefinition) |
Modifier and Type | Field and Description |
---|---|
protected ProcessDefinitionImpl |
ProcessDefinitionBuilder.processDefinition |
Modifier and Type | Field and Description |
---|---|
protected ProcessDefinitionImpl |
ScopeImpl.processDefinition |
protected ProcessDefinitionImpl |
TransitionImpl.processDefinition |
Modifier and Type | Method and Description |
---|---|
ProcessDefinitionImpl |
ScopeImpl.getProcessDefinition() |
Constructor and Description |
---|
ActivityImpl(String id,
ProcessDefinitionImpl processDefinition) |
ScopeImpl(String id,
ProcessDefinitionImpl processDefinition) |
TransitionImpl(String id,
ProcessDefinitionImpl processDefinition) |
Modifier and Type | Field and Description |
---|---|
protected ProcessDefinitionImpl |
PvmExecutionImpl.processDefinition |
Modifier and Type | Method and Description |
---|---|
ProcessDefinitionImpl |
PvmExecutionImpl.getProcessDefinition() |
Modifier and Type | Method and Description |
---|---|
void |
PvmExecutionImpl.setProcessDefinition(ProcessDefinitionImpl processDefinition) |
Modifier and Type | Method and Description |
---|---|
static ProcessDefinitionImpl |
CallableElementUtil.getProcessDefinitionToCall(VariableScope execution,
CallableElement callableElement) |
Copyright © 2018. All rights reserved.