Package | Description |
---|---|
org.camunda.bpm.engine.delegate |
Interfaces used to include Java code in a process as the behavior of an activity
or as a listener to process events with
JavaDelegate s. |
org.camunda.bpm.engine.impl.persistence.entity | |
org.camunda.bpm.engine.impl.pvm.runtime | |
org.camunda.bpm.model.bpmn.builder | |
org.camunda.bpm.model.bpmn.impl.instance | |
org.camunda.bpm.model.bpmn.instance |
Modifier and Type | Method and Description |
---|---|
FlowElement |
BpmnModelExecutionContext.getBpmnModelElementInstance()
Returns the currently executed Element in the BPMN Model.
|
Modifier and Type | Method and Description |
---|---|
FlowElement |
ExecutionEntity.getBpmnModelElementInstance() |
Modifier and Type | Method and Description |
---|---|
FlowElement |
ExecutionImpl.getBpmnModelElementInstance() |
Modifier and Type | Class and Description |
---|---|
class |
AbstractFlowElementBuilder<B extends AbstractFlowElementBuilder<B,E>,E extends FlowElement> |
Modifier and Type | Class and Description |
---|---|
class |
ActivityImpl
The BPMN activity element
|
class |
BoundaryEventImpl
The BPMN boundaryEvent element
|
class |
BusinessRuleTaskImpl
The BPMN businessRuleTask element
|
class |
CallActivityImpl
The BPMN callActivity element
|
class |
CatchEventImpl
The BPMN catchEvent element
|
class |
ComplexGatewayImpl
The BPMN complexGateway element
|
class |
EndEventImpl
The BPMN endEvent element
|
class |
EventBasedGatewayImpl
The BPMN eventBasedGateway element
|
class |
EventImpl
The BPMN event element
|
class |
ExclusiveGatewayImpl
The BPMN exclusiveGateway element
|
class |
FlowElementImpl
The BPMN flowElement element
|
class |
FlowNodeImpl
The BPMN flowNode element
|
class |
GatewayImpl
The BPMN gateway element
|
class |
InclusiveGatewayImpl
The BPMN inclusiveGateway element
|
class |
IntermediateCatchEventImpl
The BPMN intermediateCatchEvent element
|
class |
IntermediateThrowEventImpl
The BPMN intermediateThrowEvent element
|
class |
ManualTaskImpl
The BPMN manualTask element
|
class |
ParallelGatewayImpl
The BPMN parallelGateway element
|
class |
ReceiveTaskImpl
The BPMN receiveTask element
|
class |
ScriptTaskImpl
The BPMN scriptTask element
|
class |
SendTaskImpl
The BPMN sendTask element
|
class |
SequenceFlowImpl
The BPMN sequenceFlow element
|
class |
ServiceTaskImpl
The BPMN serviceTask element
|
class |
StartEventImpl
The BPMN startEvent element
|
class |
SubProcessImpl
The BPMN subProcess element
|
class |
TaskImpl
The BPMN task element
|
class |
ThrowEventImpl
The BPMN throwEvent element
|
class |
UserTaskImpl
The BPMN userTask element
|
Modifier and Type | Field and Description |
---|---|
protected static ChildElementCollection<FlowElement> |
SubProcessImpl.flowElementCollection |
protected static ChildElementCollection<FlowElement> |
ProcessImpl.flowElementCollection |
Modifier and Type | Method and Description |
---|---|
Collection<FlowElement> |
SubProcessImpl.getFlowElements() |
Collection<FlowElement> |
ProcessImpl.getFlowElements() |
Modifier and Type | Interface and Description |
---|---|
interface |
Activity
The BPMN activity element
|
interface |
BoundaryEvent
The BPMN boundaryEvent element
|
interface |
BusinessRuleTask
The BPMN businessRuleTask element
|
interface |
CallActivity
The BPMN callActivity element
|
interface |
CatchEvent
The BPMN catchEvent element
|
interface |
ComplexGateway
The BPMN complexGateway element
|
interface |
EndEvent
The BPMN endEvent element
|
interface |
Event
The BPMN event element
|
interface |
EventBasedGateway
The BPMN eventBasedGateway element
|
interface |
ExclusiveGateway
The BPMN exclusiveGateway element
|
interface |
FlowNode
The BPMN flowNode element
|
interface |
Gateway
The BPMN gateway element
|
interface |
InclusiveGateway
The BPMN inclusiveGateway element
|
interface |
IntermediateCatchEvent
The BPMN intermediateCatchEvent element
|
interface |
IntermediateThrowEvent
The BPMN intermediateThrowEvent element
|
interface |
ManualTask
The BPMN manualTask element
|
interface |
ParallelGateway
The BPMN parallelGateway element
|
interface |
ReceiveTask
The BPMN receiveTask element
|
interface |
ScriptTask
The BPMN scriptTask element
|
interface |
SendTask
The BPMN sendTask element
|
interface |
SequenceFlow
The BPMN sequenceFlow element
|
interface |
ServiceTask
The BPMN serviceTask element
|
interface |
StartEvent
The BPMN startEvent element
|
interface |
SubProcess
The BPMN subProcess element
|
interface |
Task
The BPMN task element
|
interface |
ThrowEvent
The BPMN throwEvent element
|
interface |
UserTask
The BPMN userTask element
|
Modifier and Type | Method and Description |
---|---|
Collection<FlowElement> |
SubProcess.getFlowElements() |
Collection<FlowElement> |
Process.getFlowElements() |
Copyright © 2015. All rights reserved.