Modifier and Type | Field and Description |
---|---|
protected LinkedList<ScopeImpl> |
BpmnParse.currentScopeStack |
Modifier and Type | Method and Description |
---|---|
ScopeImpl |
BpmnParse.getCurrentScope() |
Modifier and Type | Method and Description |
---|---|
void |
BpmnParse.setCurrentScope(ScopeImpl scope) |
Modifier and Type | Method and Description |
---|---|
protected void |
ErrorEventDefinitionParseHandler.addErrorEventDefinition(ErrorEventDefinition errorEventDefinition,
ScopeImpl catchingScope) |
protected void |
AbstractBpmnParseHandler.addEventSubscriptionDeclaration(BpmnParse bpmnParse,
EventSubscriptionDeclaration subscription,
org.activiti.bpmn.model.EventDefinition parsedEventDefinition,
ScopeImpl scope) |
protected void |
TimerEventDefinitionParseHandler.addTimerDeclaration(ScopeImpl scope,
TimerDeclarationImpl timerDeclaration) |
ActivityImpl |
AbstractBpmnParseHandler.createActivityOnScope(BpmnParse bpmnParse,
org.activiti.bpmn.model.FlowElement flowElement,
String xmlLocalName,
ScopeImpl scopeElement) |
protected void |
AbstractBpmnParseHandler.createAssociation(BpmnParse bpmnParse,
org.activiti.bpmn.model.Association association,
ScopeImpl parentScope) |
protected void |
ErrorEventDefinitionParseHandler.createErrorStartEventDefinition(org.activiti.bpmn.model.ErrorEventDefinition errorEventDefinition,
ActivityImpl startEventActivity,
ScopeImpl scope) |
protected void |
AbstractBpmnParseHandler.createExecutionListenersOnScope(BpmnParse bpmnParse,
List<org.activiti.bpmn.model.ActivitiListener> activitiListenerList,
ScopeImpl scope) |
protected TimerDeclarationImpl |
TimerEventDefinitionParseHandler.createTimer(BpmnParse bpmnParse,
org.activiti.bpmn.model.TimerEventDefinition timerEventDefinition,
ScopeImpl timerActivity,
String jobHandlerType) |
protected void |
AbstractBpmnParseHandler.processArtifacts(BpmnParse bpmnParse,
Collection<org.activiti.bpmn.model.Artifact> artifacts,
ScopeImpl scope) |
protected Map<String,Object> |
AbstractBpmnParseHandler.processDataObjects(BpmnParse bpmnParse,
Collection<org.activiti.bpmn.model.ValuedDataObject> dataObjects,
ScopeImpl scope) |
Modifier and Type | Class and Description |
---|---|
class |
ProcessDefinitionEntity |
Modifier and Type | Method and Description |
---|---|
protected ScopeImpl |
ExecutionEntity.getScopeObject() |
Modifier and Type | Field and Description |
---|---|
protected Stack<ScopeImpl> |
ProcessDefinitionBuilder.scopeStack |
Modifier and Type | Class and Description |
---|---|
class |
ActivityImpl |
class |
ProcessDefinitionImpl |
Modifier and Type | Field and Description |
---|---|
protected ScopeImpl |
ActivityImpl.parent |
Modifier and Type | Method and Description |
---|---|
ScopeImpl |
ActivityImpl.getParent() |
Modifier and Type | Method and Description |
---|---|
protected void |
ActivityImpl.setParent(ScopeImpl parent) |
Modifier and Type | Method and Description |
---|---|
protected ScopeImpl |
AtomicOperationTransitionNotifyListenerStart.getScope(InterpretableExecution execution) |
protected ScopeImpl |
AtomicOperationTransitionNotifyListenerEnd.getScope(InterpretableExecution execution) |
protected ScopeImpl |
AtomicOperationProcessStartInitial.getScope(InterpretableExecution execution) |
protected ScopeImpl |
AtomicOperationProcessStart.getScope(InterpretableExecution execution) |
protected ScopeImpl |
AtomicOperationProcessEnd.getScope(InterpretableExecution execution) |
protected ScopeImpl |
AtomicOperationDeleteCascadeFireActivityEnd.getScope(InterpretableExecution execution) |
protected ScopeImpl |
AtomicOperationActivityStart.getScope(InterpretableExecution execution) |
protected ScopeImpl |
AtomicOperationActivityEnd.getScope(InterpretableExecution execution) |
protected abstract ScopeImpl |
AbstractEventAtomicOperation.getScope(InterpretableExecution execution) |
Modifier and Type | Method and Description |
---|---|
static ActivityImpl |
AtomicOperationTransitionNotifyListenerTake.findNextScope(ScopeImpl outerScopeElement,
ActivityImpl destination)
finds the next scope to enter.
|
boolean |
AtomicOperationTransitionDestroyScope.transitionLeavesNextOuterScope(ScopeImpl nextScopeElement,
ActivityImpl destination) |
Copyright © 2016 Alfresco. All rights reserved.