Modifier and Type | Field and Description |
---|---|
protected ActivityImpl |
MultiInstanceActivityBehavior.activity |
Modifier and Type | Method and Description |
---|---|
protected void |
TerminateEndEventActivityBehavior.dispatchActivityCancelled(ActivityExecution execution,
ActivityImpl activity,
ActivityImpl causeActivity) |
protected void |
TerminateEndEventActivityBehavior.sendCancelledEvent(ActivityExecution execution,
ActivityImpl terminateEndEventActivity,
ActivityExecution scopeExecution) |
protected void |
TerminateEndEventActivityBehavior.terminateExecution(ActivityExecution execution,
ActivityImpl terminateEndEventActivity,
ActivityExecution scopeExecution) |
protected void |
TerminateEndEventActivityBehavior.terminateProcessInstanceExecution(ActivityExecution execution,
ActivityImpl terminateEndEventActivity,
ActivityExecution processInstanceExecution) |
Constructor and Description |
---|
MultiInstanceActivityBehavior(ActivityImpl activity,
AbstractBpmnActivityBehavior innerActivityBehavior) |
ParallelMultiInstanceBehavior(ActivityImpl activity,
AbstractBpmnActivityBehavior originalActivityBehavior) |
SequentialMultiInstanceBehavior(ActivityImpl activity,
AbstractBpmnActivityBehavior innerActivityBehavior) |
Modifier and Type | Method and Description |
---|---|
static ActivityImpl |
ScopeUtil.findInParentScopesByBehaviorType(ActivityImpl activity,
Class<? extends ActivityBehavior> behaviorType) |
Modifier and Type | Method and Description |
---|---|
static ActivityImpl |
ScopeUtil.findInParentScopesByBehaviorType(ActivityImpl activity,
Class<? extends ActivityBehavior> behaviorType) |
Modifier and Type | Field and Description |
---|---|
protected ActivityImpl |
BpmnParse.currentActivity |
Modifier and Type | Method and Description |
---|---|
ActivityImpl |
BpmnParse.getCurrentActivity() |
Modifier and Type | Method and Description |
---|---|
void |
BpmnParse.setCurrentActivity(ActivityImpl currentActivity) |
Modifier and Type | Method and Description |
---|---|
ActivityImpl |
AbstractBpmnParseHandler.createActivityOnCurrentScope(BpmnParse bpmnParse,
org.activiti.bpmn.model.FlowElement flowElement,
String xmlLocalName) |
ActivityImpl |
AbstractBpmnParseHandler.createActivityOnScope(BpmnParse bpmnParse,
org.activiti.bpmn.model.FlowElement flowElement,
String xmlLocalName,
ScopeImpl scopeElement) |
protected ActivityImpl |
AbstractBpmnParseHandler.findActivity(BpmnParse bpmnParse,
String id) |
Modifier and Type | Method and Description |
---|---|
void |
ErrorEventDefinitionParseHandler.createBoundaryErrorEventDefinition(org.activiti.bpmn.model.ErrorEventDefinition errorEventDefinition,
boolean interrupting,
ActivityImpl activity,
ActivityImpl nestedErrorEventActivity) |
protected void |
ErrorEventDefinitionParseHandler.createErrorStartEventDefinition(org.activiti.bpmn.model.ErrorEventDefinition errorEventDefinition,
ActivityImpl startEventActivity,
ScopeImpl scope) |
protected void |
StartEventParseHandler.createProcessDefinitionStartEvent(BpmnParse bpmnParse,
ActivityImpl startEventActivity,
org.activiti.bpmn.model.StartEvent startEvent,
ProcessDefinitionEntity processDefinition) |
protected void |
StartEventParseHandler.createScopeStartEvent(BpmnParse bpmnParse,
ActivityImpl startEventActivity,
org.activiti.bpmn.model.StartEvent startEvent) |
protected void |
StartEventParseHandler.selectInitial(BpmnParse bpmnParse,
ActivityImpl startEventActivity,
org.activiti.bpmn.model.StartEvent startEvent,
ProcessDefinitionEntity processDefinition) |
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractEventHandler.dispatchActivitiesCanceledIfNeeded(EventSubscriptionEntity eventSubscription,
ExecutionEntity execution,
ActivityImpl boundaryEventActivity,
CommandContext commandContext) |
protected void |
AbstractEventHandler.dispatchActivityCancelled(EventSubscriptionEntity eventSubscription,
ExecutionEntity execution,
ActivityImpl activity,
CommandContext commandContext) |
Modifier and Type | Method and Description |
---|---|
protected void |
TimerExecuteNestedActivityJobHandler.dispatchActivityTimeOut(JobEntity timerEntity,
ActivityImpl activity,
ExecutionEntity execution,
CommandContext commandContext) |
Modifier and Type | Field and Description |
---|---|
protected ActivityImpl |
ExecutionEntity.activity
current activity
|
protected ActivityImpl |
EventSubscriptionEntity.activity |
Modifier and Type | Method and Description |
---|---|
ActivityImpl |
ExecutionEntity.getActivity()
ensures initialization and returns the activity
|
ActivityImpl |
EventSubscriptionEntity.getActivity() |
Modifier and Type | Method and Description |
---|---|
ExecutionEntity |
ProcessDefinitionEntity.createProcessInstance(String businessKey,
ActivityImpl initial) |
protected InterpretableExecution |
ProcessDefinitionEntity.newProcessInstance(ActivityImpl activityImpl) |
void |
ExecutionEntity.setActivity(ActivityImpl activity) |
void |
EventSubscriptionEntity.setActivity(ActivityImpl activity) |
Constructor and Description |
---|
ExecutionEntity(ActivityImpl activityImpl) |
Modifier and Type | Method and Description |
---|---|
protected ActivityImpl |
ProcessDefinitionBuilder.getActivity() |
Modifier and Type | Field and Description |
---|---|
protected ActivityImpl |
TransitionImpl.destination |
protected ActivityImpl |
ProcessDefinitionImpl.initial |
protected ActivityImpl |
TransitionImpl.source |
Modifier and Type | Field and Description |
---|---|
protected List<ActivityImpl> |
ScopeImpl.activities |
protected Map<ActivityImpl,List<ActivityImpl>> |
ProcessDefinitionImpl.initialActivityStacks |
protected Map<ActivityImpl,List<ActivityImpl>> |
ProcessDefinitionImpl.initialActivityStacks |
protected Map<String,ActivityImpl> |
ScopeImpl.namedActivities |
Modifier and Type | Method and Description |
---|---|
ActivityImpl |
ScopeImpl.createActivity() |
ActivityImpl |
ScopeImpl.createActivity(String activityId) |
ActivityImpl |
ScopeImpl.findActivity(String activityId) |
ActivityImpl |
TransitionImpl.getDestination() |
ActivityImpl |
ProcessDefinitionImpl.getInitial() |
ActivityImpl |
ActivityImpl.getParentActivity() |
ActivityImpl |
TransitionImpl.getSource() |
Modifier and Type | Method and Description |
---|---|
List<ActivityImpl> |
ScopeImpl.getActivities() |
List<ActivityImpl> |
ProcessDefinitionImpl.getInitialActivityStack() |
List<ActivityImpl> |
ProcessDefinitionImpl.getInitialActivityStack(ActivityImpl startActivity) |
Modifier and Type | Method and Description |
---|---|
boolean |
ScopeImpl.contains(ActivityImpl activity) |
PvmProcessInstance |
ProcessDefinitionImpl.createProcessInstanceForInitial(ActivityImpl initial)
creates a process instance using the provided activity as initial
|
List<ActivityImpl> |
ProcessDefinitionImpl.getInitialActivityStack(ActivityImpl startActivity) |
protected InterpretableExecution |
ProcessDefinitionImpl.newProcessInstance(ActivityImpl startActivity) |
void |
TransitionImpl.setDestination(ActivityImpl destination) |
void |
ProcessDefinitionImpl.setInitial(ActivityImpl initial) |
protected void |
TransitionImpl.setSource(ActivityImpl source) |
Modifier and Type | Field and Description |
---|---|
protected ActivityImpl |
ExecutionImpl.activity
current activity
|
protected ActivityImpl |
StartingExecution.selectedInitial |
Modifier and Type | Method and Description |
---|---|
static ActivityImpl |
AtomicOperationTransitionNotifyListenerTake.findNextScope(ScopeImpl outerScopeElement,
ActivityImpl destination)
finds the next scope to enter.
|
ActivityImpl |
ExecutionImpl.getActivity()
ensures initialization and returns the activity
|
ActivityImpl |
StartingExecution.getInitial() |
Modifier and Type | Method and Description |
---|---|
static ActivityImpl |
AtomicOperationTransitionNotifyListenerTake.findNextScope(ScopeImpl outerScopeElement,
ActivityImpl destination)
finds the next scope to enter.
|
void |
InterpretableExecution.setActivity(ActivityImpl activity) |
void |
ExecutionImpl.setActivity(ActivityImpl activity)
sets the current activity.
|
boolean |
AtomicOperationTransitionDestroyScope.transitionLeavesNextOuterScope(ScopeImpl nextScopeElement,
ActivityImpl destination) |
Constructor and Description |
---|
ExecutionImpl(ActivityImpl initial) |
StartingExecution(ActivityImpl selectedInitial) |
Modifier and Type | Method and Description |
---|---|
BoundaryEventActivityBehavior |
TestActivityBehaviorFactory.createBoundaryEventActivityBehavior(org.activiti.bpmn.model.BoundaryEvent boundaryEvent,
boolean interrupting,
ActivityImpl activity) |
ParallelMultiInstanceBehavior |
TestActivityBehaviorFactory.createParallelMultiInstanceBehavior(ActivityImpl activity,
AbstractBpmnActivityBehavior innerActivityBehavior) |
SequentialMultiInstanceBehavior |
TestActivityBehaviorFactory.createSequentialMultiInstanceBehavior(ActivityImpl activity,
AbstractBpmnActivityBehavior innerActivityBehavior) |
Copyright © 2016 Alfresco. All rights reserved.