|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of ActivityImpl in org.camunda.bpm.application.impl.event |
|---|
| Methods in org.camunda.bpm.application.impl.event with parameters of type ActivityImpl | |
|---|---|
protected void |
ProcessApplicationEventParseListener.addEndEventListener(ActivityImpl activity)
|
protected void |
ProcessApplicationEventParseListener.addStartEventListener(ActivityImpl activity)
|
void |
ProcessApplicationEventParseListener.parseBoundaryErrorEventDefinition(Element errorEventDefinition,
boolean interrupting,
ActivityImpl activity,
ActivityImpl nestedErrorEventActivity)
|
void |
ProcessApplicationEventParseListener.parseBoundaryEvent(Element boundaryEventElement,
ScopeImpl scopeElement,
ActivityImpl activity)
|
void |
ProcessApplicationEventParseListener.parseBoundaryMessageEventDefinition(Element element,
boolean interrupting,
ActivityImpl messageActivity)
|
void |
ProcessApplicationEventParseListener.parseBoundarySignalEventDefinition(Element signalEventDefinition,
boolean interrupting,
ActivityImpl signalActivity)
|
void |
ProcessApplicationEventParseListener.parseBoundaryTimerEventDefinition(Element timerEventDefinition,
boolean interrupting,
ActivityImpl timerActivity)
|
void |
ProcessApplicationEventParseListener.parseBusinessRuleTask(Element businessRuleTaskElement,
ScopeImpl scope,
ActivityImpl activity)
|
void |
ProcessApplicationEventParseListener.parseCallActivity(Element callActivityElement,
ScopeImpl scope,
ActivityImpl activity)
|
void |
ProcessApplicationEventParseListener.parseCompensateEventDefinition(Element compensateEventDefinition,
ActivityImpl compensationActivity)
|
void |
ProcessApplicationEventParseListener.parseEndEvent(Element endEventElement,
ScopeImpl scope,
ActivityImpl activity)
|
void |
ProcessApplicationEventParseListener.parseEventBasedGateway(Element eventBasedGwElement,
ScopeImpl scope,
ActivityImpl activity)
|
void |
ProcessApplicationEventParseListener.parseExclusiveGateway(Element exclusiveGwElement,
ScopeImpl scope,
ActivityImpl activity)
|
void |
ProcessApplicationEventParseListener.parseInclusiveGateway(Element inclusiveGwElement,
ScopeImpl scope,
ActivityImpl activity)
|
void |
ProcessApplicationEventParseListener.parseIntermediateCatchEvent(Element intermediateEventElement,
ScopeImpl scope,
ActivityImpl activity)
|
void |
ProcessApplicationEventParseListener.parseIntermediateMessageCatchEventDefinition(Element messageEventDefinition,
ActivityImpl nestedActivity)
|
void |
ProcessApplicationEventParseListener.parseIntermediateSignalCatchEventDefinition(Element signalEventDefinition,
ActivityImpl signalActivity)
|
void |
ProcessApplicationEventParseListener.parseIntermediateThrowEvent(Element intermediateEventElement,
ScopeImpl scope,
ActivityImpl activity)
|
void |
ProcessApplicationEventParseListener.parseIntermediateTimerEventDefinition(Element timerEventDefinition,
ActivityImpl timerActivity)
|
void |
ProcessApplicationEventParseListener.parseManualTask(Element manualTaskElement,
ScopeImpl scope,
ActivityImpl activity)
|
void |
ProcessApplicationEventParseListener.parseMultiInstanceLoopCharacteristics(Element activityElement,
Element multiInstanceLoopCharacteristicsElement,
ActivityImpl activity)
|
void |
ProcessApplicationEventParseListener.parseParallelGateway(Element parallelGwElement,
ScopeImpl scope,
ActivityImpl activity)
|
void |
ProcessApplicationEventParseListener.parseProperty(Element propertyElement,
VariableDeclaration variableDeclaration,
ActivityImpl activity)
|
void |
ProcessApplicationEventParseListener.parseReceiveTask(Element receiveTaskElement,
ScopeImpl scope,
ActivityImpl activity)
|
void |
ProcessApplicationEventParseListener.parseScriptTask(Element scriptTaskElement,
ScopeImpl scope,
ActivityImpl activity)
|
void |
ProcessApplicationEventParseListener.parseSendTask(Element sendTaskElement,
ScopeImpl scope,
ActivityImpl activity)
|
void |
ProcessApplicationEventParseListener.parseServiceTask(Element serviceTaskElement,
ScopeImpl scope,
ActivityImpl activity)
|
void |
ProcessApplicationEventParseListener.parseStartEvent(Element startEventElement,
ScopeImpl scope,
ActivityImpl startEventActivity)
|
void |
ProcessApplicationEventParseListener.parseSubProcess(Element subProcessElement,
ScopeImpl scope,
ActivityImpl activity)
|
void |
ProcessApplicationEventParseListener.parseTask(Element taskElement,
ScopeImpl scope,
ActivityImpl activity)
|
void |
ProcessApplicationEventParseListener.parseTransaction(Element transactionElement,
ScopeImpl scope,
ActivityImpl activity)
|
void |
ProcessApplicationEventParseListener.parseUserTask(Element userTaskElement,
ScopeImpl scope,
ActivityImpl activity)
|
| Uses of ActivityImpl in org.camunda.bpm.engine.impl.bpmn.behavior |
|---|
| Fields in org.camunda.bpm.engine.impl.bpmn.behavior declared as ActivityImpl | |
|---|---|
protected ActivityImpl |
MultiInstanceActivityBehavior.activity
|
| Constructors in org.camunda.bpm.engine.impl.bpmn.behavior with parameters of type ActivityImpl | |
|---|---|
MultiInstanceActivityBehavior(ActivityImpl activity,
AbstractBpmnActivityBehavior innerActivityBehavior)
|
|
ParallelMultiInstanceBehavior(ActivityImpl activity,
AbstractBpmnActivityBehavior originalActivityBehavior)
|
|
SequentialMultiInstanceBehavior(ActivityImpl activity,
AbstractBpmnActivityBehavior innerActivityBehavior)
|
|
| Uses of ActivityImpl in org.camunda.bpm.engine.impl.bpmn.diagram |
|---|
| Methods in org.camunda.bpm.engine.impl.bpmn.diagram with parameters of type ActivityImpl | |
|---|---|
void |
ProcessDiagramGenerator.ActivityDrawInstruction.draw(ProcessDiagramCanvas processDiagramCreator,
ActivityImpl activityImpl)
|
protected static void |
ProcessDiagramGenerator.drawActivity(ProcessDiagramCanvas processDiagramCanvas,
ActivityImpl activity,
List<String> highLightedActivities)
|
| Uses of ActivityImpl in org.camunda.bpm.engine.impl.bpmn.helper |
|---|
| Methods in org.camunda.bpm.engine.impl.bpmn.helper that return ActivityImpl | |
|---|---|
static ActivityImpl |
ScopeUtil.findInParentScopesByBehaviorType(ActivityImpl activity,
Class<? extends ActivityBehavior> behaviorType)
|
| Methods in org.camunda.bpm.engine.impl.bpmn.helper with parameters of type ActivityImpl | |
|---|---|
static ActivityImpl |
ScopeUtil.findInParentScopesByBehaviorType(ActivityImpl activity,
Class<? extends ActivityBehavior> behaviorType)
|
| Uses of ActivityImpl in org.camunda.bpm.engine.impl.bpmn.parser |
|---|
| Methods in org.camunda.bpm.engine.impl.bpmn.parser that return ActivityImpl | |
|---|---|
ActivityImpl |
BpmnParse.createActivityOnScope(Element activityElement,
ScopeImpl scopeElement)
Parses the generic information of an activity element (id, name, documentation, etc.), and creates a new ActivityImpl on the given
scope element. |
ActivityImpl |
BpmnParse.parseBusinessRuleTask(Element businessRuleTaskElement,
ScopeImpl scope)
Parses a businessRuleTask declaration. |
ActivityImpl |
BpmnParse.parseCallActivity(Element callActivityElement,
ScopeImpl scope)
Parses a call activity (currently only supporting calling subprocesses). |
ActivityImpl |
BpmnParse.parseEventBasedGateway(Element eventBasedGwElement,
Element parentElement,
ScopeImpl scope)
|
ActivityImpl |
BpmnParse.parseExclusiveGateway(Element exclusiveGwElement,
ScopeImpl scope)
Parses an exclusive gateway declaration. |
ActivityImpl |
BpmnParse.parseInclusiveGateway(Element inclusiveGwElement,
ScopeImpl scope)
Parses an inclusive gateway declaration. |
ActivityImpl |
BpmnParse.parseIntermediateCatchEvent(Element intermediateEventElement,
ScopeImpl scopeElement,
boolean isAfterEventBasedGateway)
|
ActivityImpl |
BpmnParse.parseIntermediateThrowEvent(Element intermediateEventElement,
ScopeImpl scopeElement)
|
ActivityImpl |
BpmnParse.parseManualTask(Element manualTaskElement,
ScopeImpl scope)
Parses a manual task. |
ActivityImpl |
BpmnParse.parseParallelGateway(Element parallelGwElement,
ScopeImpl scope)
Parses a parallel gateway declaration. |
ActivityImpl |
BpmnParse.parseReceiveTask(Element receiveTaskElement,
ScopeImpl scope)
Parses a receive task. |
ActivityImpl |
BpmnParse.parseScriptTask(Element scriptTaskElement,
ScopeImpl scope)
Parses a scriptTask declaration. |
ActivityImpl |
BpmnParse.parseSendTask(Element sendTaskElement,
ScopeImpl scope)
Parses a sendTask declaration. |
ActivityImpl |
BpmnParse.parseServiceTask(Element serviceTaskElement,
ScopeImpl scope)
Parses a serviceTask declaration. |
ActivityImpl |
BpmnParse.parseServiceTaskLike(String elementName,
Element serviceTaskElement,
ScopeImpl scope)
|
ActivityImpl |
BpmnParse.parseSubProcess(Element subProcessElement,
ScopeImpl scope)
Parses a subprocess (formally known as an embedded subprocess): a subprocess defined within another process definition. |
ActivityImpl |
BpmnParse.parseTask(Element taskElement,
ScopeImpl scope)
Parses a task with no specific type (behaves as passthrough). |
protected ActivityImpl |
BpmnParse.parseTransaction(Element transactionElement,
ScopeImpl scope)
|
ActivityImpl |
BpmnParse.parseUserTask(Element userTaskElement,
ScopeImpl scope)
Parses a userTask declaration. |
| Methods in org.camunda.bpm.engine.impl.bpmn.parser that return types with arguments of type ActivityImpl | |
|---|---|
protected List<ActivityImpl> |
BpmnParse.getAllChildActivitiesOfType(String type,
ScopeImpl scope)
|
| Methods in org.camunda.bpm.engine.impl.bpmn.parser with parameters of type ActivityImpl | |
|---|---|
protected void |
BpmnParse.addMessageJobDeclarationToActivity(MessageJobDeclaration messageJobDeclaration,
ActivityImpl activity)
|
protected boolean |
BpmnParse.checkActivityInputOutputSupported(Element activityElement,
ActivityImpl activity,
IoMapping inputOutput)
|
protected boolean |
BpmnParse.checkActivityOutputParameterSupported(Element activityElement,
ActivityImpl activity)
|
protected boolean |
FoxFailedJobParseListener.isAsync(ActivityImpl activity)
|
protected boolean |
BpmnParse.isChildActivity(ActivityImpl activityToCheck,
ActivityImpl possibleParentActivity)
Checks if the given activity is a child activity of the possibleParentActivity. |
protected void |
BpmnParse.parseActivityInputOutput(Element activityElement,
ActivityImpl activity)
|
protected void |
BpmnParse.parseAsynchronousContinuation(Element element,
ActivityImpl activity)
|
protected ActivityBehavior |
BpmnParse.parseBoundaryCancelEventDefinition(Element cancelEventDefinition,
ActivityImpl activity)
|
void |
BpmnParseListener.parseBoundaryErrorEventDefinition(Element errorEventDefinition,
boolean interrupting,
ActivityImpl activity,
ActivityImpl nestedErrorEventActivity)
|
void |
BpmnParse.parseBoundaryErrorEventDefinition(Element errorEventDefinition,
boolean interrupting,
ActivityImpl activity,
ActivityImpl nestedErrorEventActivity)
|
void |
AbstractBpmnParseListener.parseBoundaryErrorEventDefinition(Element errorEventDefinition,
boolean interrupting,
ActivityImpl activity,
ActivityImpl nestedErrorEventActivity)
|
void |
BpmnParseListener.parseBoundaryEvent(Element boundaryEventElement,
ScopeImpl scopeElement,
ActivityImpl nestedActivity)
|
void |
FoxFailedJobParseListener.parseBoundaryEvent(Element boundaryEventElement,
ScopeImpl scopeElement,
ActivityImpl nestedActivity)
|
void |
AbstractBpmnParseListener.parseBoundaryEvent(Element boundaryEventElement,
ScopeImpl scopeElement,
ActivityImpl nestedActivity)
|
void |
BpmnParseListener.parseBoundaryMessageEventDefinition(Element element,
boolean interrupting,
ActivityImpl messageActivity)
|
void |
BpmnParse.parseBoundaryMessageEventDefinition(Element element,
boolean interrupting,
ActivityImpl messageActivity)
|
void |
AbstractBpmnParseListener.parseBoundaryMessageEventDefinition(Element element,
boolean interrupting,
ActivityImpl messageActivity)
|
void |
BpmnParseListener.parseBoundarySignalEventDefinition(Element signalEventDefinition,
boolean interrupting,
ActivityImpl signalActivity)
|
void |
BpmnParse.parseBoundarySignalEventDefinition(Element element,
boolean interrupting,
ActivityImpl signalActivity)
|
void |
AbstractBpmnParseListener.parseBoundarySignalEventDefinition(Element signalEventDefinition,
boolean interrupting,
ActivityImpl signalActivity)
|
void |
BpmnParseListener.parseBoundaryTimerEventDefinition(Element timerEventDefinition,
boolean interrupting,
ActivityImpl timerActivity)
|
void |
BpmnParse.parseBoundaryTimerEventDefinition(Element timerEventDefinition,
boolean interrupting,
ActivityImpl timerActivity)
Parses a boundary timer event. |
void |
AbstractBpmnParseListener.parseBoundaryTimerEventDefinition(Element timerEventDefinition,
boolean interrupting,
ActivityImpl timerActivity)
|
void |
BpmnParseListener.parseBusinessRuleTask(Element businessRuleTaskElement,
ScopeImpl scope,
ActivityImpl activity)
|
void |
FoxFailedJobParseListener.parseBusinessRuleTask(Element businessRuleTaskElement,
ScopeImpl scope,
ActivityImpl activity)
|
void |
AbstractBpmnParseListener.parseBusinessRuleTask(Element businessRuleTaskElement,
ScopeImpl scope,
ActivityImpl activity)
|
void |
BpmnParseListener.parseCallActivity(Element callActivityElement,
ScopeImpl scope,
ActivityImpl activity)
|
void |
FoxFailedJobParseListener.parseCallActivity(Element callActivityElement,
ScopeImpl scope,
ActivityImpl activity)
|
void |
AbstractBpmnParseListener.parseCallActivity(Element callActivityElement,
ScopeImpl scope,
ActivityImpl activity)
|
protected void |
BpmnParse.parseCatchCompensateEventDefinition(Element compensateEventDefinition,
ActivityImpl activity)
|
void |
BpmnParseListener.parseCompensateEventDefinition(Element compensateEventDefinition,
ActivityImpl compensationActivity)
|
void |
AbstractBpmnParseListener.parseCompensateEventDefinition(Element compensateEventDefinition,
ActivityImpl compensationActivity)
|
protected void |
BpmnParse.parseEmailServiceTask(ActivityImpl activity,
Element serviceTaskElement,
List<FieldDeclaration> fieldDeclarations)
|
void |
BpmnParseListener.parseEndEvent(Element endEventElement,
ScopeImpl scope,
ActivityImpl activity)
|
void |
AbstractBpmnParseListener.parseEndEvent(Element endEventElement,
ScopeImpl scope,
ActivityImpl activity)
|
protected void |
BpmnParse.parseErrorStartEventDefinition(Element errorEventDefinition,
ActivityImpl startEventActivity,
ScopeImpl scope)
|
void |
BpmnParseListener.parseEventBasedGateway(Element eventBasedGwElement,
ScopeImpl scope,
ActivityImpl activity)
|
void |
AbstractBpmnParseListener.parseEventBasedGateway(Element eventBasedGwElement,
ScopeImpl scope,
ActivityImpl activity)
|
protected void |
BpmnParse.parseEventDefinitionForSubprocess(EventSubscriptionDeclaration subscriptionDeclaration,
ActivityImpl activity,
ScopeImpl catchingScope,
Element element)
|
void |
BpmnParseListener.parseExclusiveGateway(Element exclusiveGwElement,
ScopeImpl scope,
ActivityImpl activity)
|
void |
AbstractBpmnParseListener.parseExclusiveGateway(Element exclusiveGwElement,
ScopeImpl scope,
ActivityImpl activity)
|
void |
BpmnParseListener.parseInclusiveGateway(Element inclusiveGwElement,
ScopeImpl scope,
ActivityImpl activity)
|
void |
AbstractBpmnParseListener.parseInclusiveGateway(Element inclusiveGwElement,
ScopeImpl scope,
ActivityImpl activity)
|
protected void |
BpmnParse.parseIntemediateSignalEventDefinition(Element element,
ActivityImpl signalActivity,
boolean isAfterEventBasedGateway)
Deprecated. use parseIntermediateSignalEventDefinition instead. |
protected void |
BpmnParse.parseIntemediateTimerEventDefinition(Element timerEventDefinition,
ActivityImpl timerActivity,
boolean isAfterEventBasedGateway)
Deprecated. use parseIntermediateTimerEventDefinition instead. |
void |
BpmnParseListener.parseIntermediateCatchEvent(Element intermediateEventElement,
ScopeImpl scope,
ActivityImpl activity)
|
void |
FoxFailedJobParseListener.parseIntermediateCatchEvent(Element intermediateEventElement,
ScopeImpl scope,
ActivityImpl activity)
|
void |
AbstractBpmnParseListener.parseIntermediateCatchEvent(Element intermediateEventElement,
ScopeImpl scope,
ActivityImpl activity)
|
protected void |
BpmnParse.parseIntermediateLinkEventCatchBehavior(Element intermediateEventElement,
ActivityImpl activity,
Element linkEventDefinitionElement)
|
void |
BpmnParseListener.parseIntermediateMessageCatchEventDefinition(Element messageEventDefinition,
ActivityImpl nestedActivity)
|
void |
AbstractBpmnParseListener.parseIntermediateMessageCatchEventDefinition(Element messageEventDefinition,
ActivityImpl nestedActivity)
|
protected void |
BpmnParse.parseIntermediateMessageEventDefinition(Element messageEventDefinition,
ActivityImpl nestedActivity,
boolean isAfterEventBasedGateway)
|
void |
BpmnParseListener.parseIntermediateSignalCatchEventDefinition(Element signalEventDefinition,
ActivityImpl signalActivity)
|
void |
AbstractBpmnParseListener.parseIntermediateSignalCatchEventDefinition(Element signalEventDefinition,
ActivityImpl signalActivity)
|
protected void |
BpmnParse.parseIntermediateSignalEventDefinition(Element element,
ActivityImpl signalActivity,
boolean isAfterEventBasedGateway)
|
void |
BpmnParseListener.parseIntermediateThrowEvent(Element intermediateEventElement,
ScopeImpl scope,
ActivityImpl activity)
|
void |
FoxFailedJobParseListener.parseIntermediateThrowEvent(Element intermediateEventElement,
ScopeImpl scope,
ActivityImpl activity)
|
void |
AbstractBpmnParseListener.parseIntermediateThrowEvent(Element intermediateEventElement,
ScopeImpl scope,
ActivityImpl activity)
|
void |
BpmnParseListener.parseIntermediateTimerEventDefinition(Element timerEventDefinition,
ActivityImpl timerActivity)
|
void |
AbstractBpmnParseListener.parseIntermediateTimerEventDefinition(Element timerEventDefinition,
ActivityImpl timerActivity)
|
protected void |
BpmnParse.parseIntermediateTimerEventDefinition(Element timerEventDefinition,
ActivityImpl timerActivity,
boolean isAfterEventBasedGateway)
|
void |
BpmnParseListener.parseManualTask(Element manualTaskElement,
ScopeImpl scope,
ActivityImpl activity)
|
void |
AbstractBpmnParseListener.parseManualTask(Element manualTaskElement,
ScopeImpl scope,
ActivityImpl activity)
|
void |
BpmnParse.parseMultiInstanceLoopCharacteristics(Element activityElement,
ActivityImpl activity)
Parses loopCharacteristics (standardLoop/Multi-instance) of an activity, if any is defined. |
void |
BpmnParseListener.parseMultiInstanceLoopCharacteristics(Element activityElement,
Element multiInstanceLoopCharacteristicsElement,
ActivityImpl activity)
|
void |
AbstractBpmnParseListener.parseMultiInstanceLoopCharacteristics(Element activityElement,
Element multiInstanceLoopCharacteristicsElement,
ActivityImpl activity)
|
void |
BpmnParseListener.parseParallelGateway(Element parallelGwElement,
ScopeImpl scope,
ActivityImpl activity)
|
void |
AbstractBpmnParseListener.parseParallelGateway(Element parallelGwElement,
ScopeImpl scope,
ActivityImpl activity)
|
protected void |
BpmnParse.parseProcessDefinitionStartEvent(ActivityImpl startEventActivity,
Element startEventElement,
Element parentElement,
ScopeImpl scope)
|
void |
BpmnParse.parseProperties(Element element,
ActivityImpl activity)
Parses the properties of an element (if any) that can contain properties (processes, activities, etc.) Returns true if property subelemens are found. |
void |
BpmnParse.parseProperty(Element propertyElement,
ActivityImpl activity)
Parses one property definition. |
void |
BpmnParseListener.parseProperty(Element propertyElement,
VariableDeclaration variableDeclaration,
ActivityImpl activity)
|
void |
AbstractBpmnParseListener.parseProperty(Element propertyElement,
VariableDeclaration variableDeclaration,
ActivityImpl activity)
|
void |
BpmnParse.parsePropertyCustomExtensions(ActivityImpl activity,
Element propertyElement,
String propertyName,
String propertyType)
Parses the custom extensions for properties. |
void |
BpmnParseListener.parseReceiveTask(Element receiveTaskElement,
ScopeImpl scope,
ActivityImpl activity)
|
void |
FoxFailedJobParseListener.parseReceiveTask(Element receiveTaskElement,
ScopeImpl scope,
ActivityImpl activity)
|
void |
AbstractBpmnParseListener.parseReceiveTask(Element receiveTaskElement,
ScopeImpl scope,
ActivityImpl activity)
|
protected void |
BpmnParse.parseScopeStartEvent(ActivityImpl startEventActivity,
Element startEventElement,
Element parentElement,
ScopeImpl scope)
|
void |
BpmnParseListener.parseScriptTask(Element scriptTaskElement,
ScopeImpl scope,
ActivityImpl activity)
|
void |
FoxFailedJobParseListener.parseScriptTask(Element scriptTaskElement,
ScopeImpl scope,
ActivityImpl activity)
|
void |
AbstractBpmnParseListener.parseScriptTask(Element scriptTaskElement,
ScopeImpl scope,
ActivityImpl activity)
|
void |
BpmnParseListener.parseSendTask(Element sendTaskElement,
ScopeImpl scope,
ActivityImpl activity)
|
void |
FoxFailedJobParseListener.parseSendTask(Element sendTaskElement,
ScopeImpl scope,
ActivityImpl activity)
|
void |
AbstractBpmnParseListener.parseSendTask(Element sendTaskElement,
ScopeImpl scope,
ActivityImpl activity)
|
void |
BpmnParseListener.parseServiceTask(Element serviceTaskElement,
ScopeImpl scope,
ActivityImpl activity)
|
void |
FoxFailedJobParseListener.parseServiceTask(Element serviceTaskElement,
ScopeImpl scope,
ActivityImpl activity)
|
void |
AbstractBpmnParseListener.parseServiceTask(Element serviceTaskElement,
ScopeImpl scope,
ActivityImpl activity)
|
protected void |
BpmnParse.parseShellServiceTask(ActivityImpl activity,
Element serviceTaskElement,
List<FieldDeclaration> fieldDeclarations)
|
void |
BpmnParseListener.parseStartEvent(Element startEventElement,
ScopeImpl scope,
ActivityImpl startEventActivity)
|
void |
FoxFailedJobParseListener.parseStartEvent(Element startEventElement,
ScopeImpl scope,
ActivityImpl startEventActivity)
|
void |
AbstractBpmnParseListener.parseStartEvent(Element startEventElement,
ScopeImpl scope,
ActivityImpl startEventActivity)
|
void |
BpmnParseListener.parseSubProcess(Element subProcessElement,
ScopeImpl scope,
ActivityImpl activity)
|
void |
FoxFailedJobParseListener.parseSubProcess(Element subProcessElement,
ScopeImpl scope,
ActivityImpl activity)
|
void |
AbstractBpmnParseListener.parseSubProcess(Element subProcessElement,
ScopeImpl scope,
ActivityImpl activity)
|
void |
BpmnParseListener.parseTask(Element taskElement,
ScopeImpl scope,
ActivityImpl activity)
|
void |
FoxFailedJobParseListener.parseTask(Element taskElement,
ScopeImpl scope,
ActivityImpl activity)
|
void |
AbstractBpmnParseListener.parseTask(Element taskElement,
ScopeImpl scope,
ActivityImpl activity)
|
protected void |
BpmnParse.parseTimerStartEventDefinition(Element timerEventDefinition,
ActivityImpl timerActivity,
ProcessDefinitionEntity processDefinition)
|
protected void |
BpmnParse.parseTimerStartEventDefinitionforEventSubprocess(Element timerEventDefinition,
ActivityImpl timerActivity,
ScopeImpl catchingScope)
Deprecated. use parseTimerStartEventDefinitionForEventSubprocess instead. |
protected void |
BpmnParse.parseTimerStartEventDefinitionForEventSubprocess(Element timerEventDefinition,
ActivityImpl timerActivity,
ScopeImpl catchingScope)
|
void |
BpmnParseListener.parseTransaction(Element transactionElement,
ScopeImpl scope,
ActivityImpl activity)
|
void |
FoxFailedJobParseListener.parseTransaction(Element transactionElement,
ScopeImpl scope,
ActivityImpl activity)
|
void |
AbstractBpmnParseListener.parseTransaction(Element transactionElement,
ScopeImpl scope,
ActivityImpl activity)
|
void |
BpmnParseListener.parseUserTask(Element userTaskElement,
ScopeImpl scope,
ActivityImpl activity)
|
void |
FoxFailedJobParseListener.parseUserTask(Element userTaskElement,
ScopeImpl scope,
ActivityImpl activity)
|
void |
AbstractBpmnParseListener.parseUserTask(Element userTaskElement,
ScopeImpl scope,
ActivityImpl activity)
|
protected void |
BpmnParse.validateActivity(ActivityImpl activity)
|
void |
BpmnParse.validateExclusiveGateway(ActivityImpl activity)
|
protected void |
BpmnParse.validateOutgoingFlows(ActivityImpl activity)
|
| Method parameters in org.camunda.bpm.engine.impl.bpmn.parser with type arguments of type ActivityImpl | |
|---|---|
protected void |
BpmnParse.selectInitial(List<ActivityImpl> startEventActivities,
ProcessDefinitionEntity processDefinition,
Element parentElement)
|
void |
BpmnParse.validateActivities(List<ActivityImpl> activities)
|
| Uses of ActivityImpl in org.camunda.bpm.engine.impl.history.parser |
|---|
| Methods in org.camunda.bpm.engine.impl.history.parser with parameters of type ActivityImpl | |
|---|---|
protected void |
HistoryParseListener.addActivityHandlers(ActivityImpl activity)
|
void |
HistoryParseListener.parseBoundaryErrorEventDefinition(Element errorEventDefinition,
boolean interrupting,
ActivityImpl activity,
ActivityImpl nestedErrorEventActivity)
|
void |
HistoryParseListener.parseBoundaryEvent(Element boundaryEventElement,
ScopeImpl scopeElement,
ActivityImpl activity)
|
void |
HistoryParseListener.parseBoundaryMessageEventDefinition(Element element,
boolean interrupting,
ActivityImpl messageActivity)
|
void |
HistoryParseListener.parseBoundarySignalEventDefinition(Element signalEventDefinition,
boolean interrupting,
ActivityImpl signalActivity)
|
void |
HistoryParseListener.parseBoundaryTimerEventDefinition(Element timerEventDefinition,
boolean interrupting,
ActivityImpl timerActivity)
|
void |
HistoryParseListener.parseBusinessRuleTask(Element businessRuleTaskElement,
ScopeImpl scope,
ActivityImpl activity)
|
void |
HistoryParseListener.parseCallActivity(Element callActivityElement,
ScopeImpl scope,
ActivityImpl activity)
|
void |
HistoryParseListener.parseCompensateEventDefinition(Element compensateEventDefinition,
ActivityImpl compensationActivity)
|
void |
HistoryParseListener.parseEndEvent(Element endEventElement,
ScopeImpl scope,
ActivityImpl activity)
|
void |
HistoryParseListener.parseEventBasedGateway(Element eventBasedGwElement,
ScopeImpl scope,
ActivityImpl activity)
|
void |
HistoryParseListener.parseExclusiveGateway(Element exclusiveGwElement,
ScopeImpl scope,
ActivityImpl activity)
|
void |
HistoryParseListener.parseInclusiveGateway(Element inclusiveGwElement,
ScopeImpl scope,
ActivityImpl activity)
|
void |
HistoryParseListener.parseIntermediateCatchEvent(Element intermediateEventElement,
ScopeImpl scope,
ActivityImpl activity)
|
void |
HistoryParseListener.parseIntermediateMessageCatchEventDefinition(Element messageEventDefinition,
ActivityImpl nestedActivity)
|
void |
HistoryParseListener.parseIntermediateSignalCatchEventDefinition(Element signalEventDefinition,
ActivityImpl signalActivity)
|
void |
HistoryParseListener.parseIntermediateThrowEvent(Element intermediateEventElement,
ScopeImpl scope,
ActivityImpl activity)
|
void |
HistoryParseListener.parseIntermediateTimerEventDefinition(Element timerEventDefinition,
ActivityImpl timerActivity)
|
void |
HistoryParseListener.parseManualTask(Element manualTaskElement,
ScopeImpl scope,
ActivityImpl activity)
|
void |
HistoryParseListener.parseMultiInstanceLoopCharacteristics(Element activityElement,
Element multiInstanceLoopCharacteristicsElement,
ActivityImpl activity)
|
void |
HistoryParseListener.parseParallelGateway(Element parallelGwElement,
ScopeImpl scope,
ActivityImpl activity)
|
void |
HistoryParseListener.parseProperty(Element propertyElement,
VariableDeclaration variableDeclaration,
ActivityImpl activity)
|
void |
HistoryParseListener.parseReceiveTask(Element receiveTaskElement,
ScopeImpl scope,
ActivityImpl activity)
|
void |
HistoryParseListener.parseScriptTask(Element scriptTaskElement,
ScopeImpl scope,
ActivityImpl activity)
|
void |
HistoryParseListener.parseSendTask(Element sendTaskElement,
ScopeImpl scope,
ActivityImpl activity)
|
void |
HistoryParseListener.parseServiceTask(Element serviceTaskElement,
ScopeImpl scope,
ActivityImpl activity)
|
void |
HistoryParseListener.parseStartEvent(Element startEventElement,
ScopeImpl scope,
ActivityImpl activity)
|
void |
HistoryParseListener.parseSubProcess(Element subProcessElement,
ScopeImpl scope,
ActivityImpl activity)
|
void |
HistoryParseListener.parseTask(Element taskElement,
ScopeImpl scope,
ActivityImpl activity)
|
void |
HistoryParseListener.parseTransaction(Element transactionElement,
ScopeImpl scope,
ActivityImpl activity)
|
void |
HistoryParseListener.parseUserTask(Element userTaskElement,
ScopeImpl scope,
ActivityImpl activity)
|
| Uses of ActivityImpl in org.camunda.bpm.engine.impl.persistence.entity |
|---|
| Fields in org.camunda.bpm.engine.impl.persistence.entity declared as ActivityImpl | |
|---|---|
protected ActivityImpl |
EventSubscriptionEntity.activity
|
| Methods in org.camunda.bpm.engine.impl.persistence.entity that return ActivityImpl | |
|---|---|
ActivityImpl |
ExecutionEntity.getActivity()
ensures initialization and returns the activity |
ActivityImpl |
EventSubscriptionEntity.getActivity()
|
| Methods in org.camunda.bpm.engine.impl.persistence.entity with parameters of type ActivityImpl | |
|---|---|
ExecutionEntity |
ProcessDefinitionEntity.createProcessInstance(String businessKey,
ActivityImpl initial)
|
ExecutionEntity |
ProcessDefinitionEntity.createProcessInstance(String businessKey,
String caseInstanceId,
ActivityImpl initial)
|
protected ExecutionEntity |
ExecutionEntity.newExecution(ActivityImpl activity)
|
protected PvmExecutionImpl |
ProcessDefinitionEntity.newProcessInstance(ActivityImpl activityImpl)
|
void |
EventSubscriptionEntity.setActivity(ActivityImpl activity)
|
| Constructors in org.camunda.bpm.engine.impl.persistence.entity with parameters of type ActivityImpl | |
|---|---|
ExecutionEntity(ActivityImpl activityImpl)
|
|
HistoryAwareStartContext(ActivityImpl initial)
|
|
| Uses of ActivityImpl in org.camunda.bpm.engine.impl.persistence.entity.util |
|---|
| Constructors in org.camunda.bpm.engine.impl.persistence.entity.util with parameters of type ActivityImpl | |
|---|---|
FormPropertyStartContext(ActivityImpl selectedInitial)
|
|
| Uses of ActivityImpl in org.camunda.bpm.engine.impl.pvm |
|---|
| Methods in org.camunda.bpm.engine.impl.pvm that return ActivityImpl | |
|---|---|
protected ActivityImpl |
ProcessDefinitionBuilder.getActivity()
|
| Uses of ActivityImpl in org.camunda.bpm.engine.impl.pvm.process |
|---|
| Fields in org.camunda.bpm.engine.impl.pvm.process declared as ActivityImpl | |
|---|---|
protected ActivityImpl |
TransitionImpl.destination
|
protected ActivityImpl |
ProcessDefinitionImpl.initial
|
protected ActivityImpl |
TransitionImpl.source
|
| Fields in org.camunda.bpm.engine.impl.pvm.process with type parameters of type ActivityImpl | |
|---|---|
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
|
| Methods in org.camunda.bpm.engine.impl.pvm.process that return ActivityImpl | |
|---|---|
ActivityImpl |
ScopeImpl.createActivity(String activityId)
|
ActivityImpl |
ScopeImpl.findActivity(String activityId)
|
ActivityImpl |
ScopeImpl.getChildActivity(String activityId)
searches for the activity locally |
ActivityImpl |
TransitionImpl.getDestination()
|
ActivityImpl |
ProcessDefinitionImpl.getInitial()
|
ActivityImpl |
ActivityImpl.getParentActivity()
|
ActivityImpl |
ActivityImpl.getParentScopeActivity()
|
ActivityImpl |
TransitionImpl.getSource()
|
| Methods in org.camunda.bpm.engine.impl.pvm.process that return types with arguments of type ActivityImpl | |
|---|---|
List<ActivityImpl> |
ScopeImpl.getActivities()
|
List<ActivityImpl> |
ProcessDefinitionImpl.getInitialActivityStack()
|
List<ActivityImpl> |
ProcessDefinitionImpl.getInitialActivityStack(ActivityImpl startActivity)
|
| Methods in org.camunda.bpm.engine.impl.pvm.process with parameters of type ActivityImpl | |
|---|---|
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 PvmExecutionImpl |
ProcessDefinitionImpl.newProcessInstance(ActivityImpl startActivity)
|
void |
TransitionImpl.setDestination(ActivityImpl destination)
|
void |
ProcessDefinitionImpl.setInitial(ActivityImpl initial)
|
protected void |
TransitionImpl.setSource(ActivityImpl source)
|
| Uses of ActivityImpl in org.camunda.bpm.engine.impl.pvm.runtime |
|---|
| Fields in org.camunda.bpm.engine.impl.pvm.runtime declared as ActivityImpl | |
|---|---|
protected ActivityImpl |
PvmExecutionImpl.activity
current activity |
protected ActivityImpl |
ProcessInstanceStartContext.initial
|
protected ActivityImpl |
PvmExecutionImpl.nextActivity
the activity which is to be started next |
| Methods in org.camunda.bpm.engine.impl.pvm.runtime that return ActivityImpl | |
|---|---|
ActivityImpl |
PvmExecutionImpl.getActivity()
ensures initialization and returns the activity |
ActivityImpl |
ProcessInstanceStartContext.getInitial()
|
ActivityImpl |
PvmExecutionImpl.getNextActivity()
|
| Methods in org.camunda.bpm.engine.impl.pvm.runtime with parameters of type ActivityImpl | |
|---|---|
void |
ProcessInstanceStartContext.setInitial(ActivityImpl initial)
|
| Constructors in org.camunda.bpm.engine.impl.pvm.runtime with parameters of type ActivityImpl | |
|---|---|
ExecutionImpl(ActivityImpl startActivity)
|
|
ProcessInstanceStartContext(ActivityImpl initial)
|
|
PvmExecutionImpl(ActivityImpl initialActivity)
|
|
| Uses of ActivityImpl in org.camunda.bpm.engine.impl.pvm.runtime.operation |
|---|
| Methods in org.camunda.bpm.engine.impl.pvm.runtime.operation that return ActivityImpl | |
|---|---|
static ActivityImpl |
PvmAtomicOperationTransitionNotifyListenerTake.findNextScope(ScopeImpl outerScopeElement,
ActivityImpl destination)
finds the next scope to enter. |
protected ActivityImpl |
PvmAtomicOperationTransitionCancelScope.getCancellingActivity(PvmExecutionImpl execution)
|
protected abstract ActivityImpl |
PvmAtomicOperationCancelScope.getCancellingActivity(PvmExecutionImpl execution)
|
protected ActivityImpl |
PvmAtomicOperationActivityStartCancelScope.getCancellingActivity(PvmExecutionImpl execution)
|
| Methods in org.camunda.bpm.engine.impl.pvm.runtime.operation with parameters of type ActivityImpl | |
|---|---|
protected PvmExecutionImpl |
PvmAtomicOperationCreateConcurrentExecution.createConcurrentExecution(PvmExecutionImpl execution,
ActivityImpl concurrentActivity)
|
static ActivityImpl |
PvmAtomicOperationTransitionNotifyListenerTake.findNextScope(ScopeImpl outerScopeElement,
ActivityImpl destination)
finds the next scope to enter. |
boolean |
PvmAtomicOperationTransitionDestroyScope.transitionLeavesNextOuterScope(ScopeImpl nextScopeElement,
ActivityImpl current,
ActivityImpl destination)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||