| Package | Description | 
|---|---|
| org.camunda.bpm.model.bpmn.builder | |
| org.camunda.bpm.model.bpmn.impl.instance | |
| org.camunda.bpm.model.bpmn.instance | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
AbstractFlowNodeBuilder<B extends AbstractFlowNodeBuilder<B,E>,E extends FlowNode>  | 
| Modifier and Type | Method and Description | 
|---|---|
protected <T extends FlowNode>  | 
AbstractFlowNodeBuilder.createTarget(Class<T> typeClass,
            String identifier)  | 
| Modifier and Type | Method and Description | 
|---|---|
protected void | 
AbstractFlowNodeBuilder.connectTarget(FlowNode target)  | 
BpmnShape | 
AbstractBaseElementBuilder.createBpmnShape(FlowNode node)  | 
B | 
AbstractSequenceFlowBuilder.from(FlowNode source)
Sets the source flow node of this sequence flow. 
 | 
B | 
AbstractSequenceFlowBuilder.to(FlowNode target)
Sets the target flow node of this sequence flow. 
 | 
| 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  | 
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  | 
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  | 
TransactionImpl  | 
class  | 
UserTaskImpl
The BPMN userTask element 
 | 
| Modifier and Type | Field and Description | 
|---|---|
protected static ElementReferenceCollection<FlowNode,FlowNodeRef> | 
LaneImpl.flowNodeRefCollection  | 
protected static AttributeReference<FlowNode> | 
SequenceFlowImpl.sourceRefAttribute  | 
protected static AttributeReference<FlowNode> | 
SequenceFlowImpl.targetRefAttribute  | 
| Modifier and Type | Method and Description | 
|---|---|
FlowNode | 
SequenceFlowImpl.getSource()  | 
FlowNode | 
SequenceFlowImpl.getTarget()  | 
| Modifier and Type | Method and Description | 
|---|---|
Collection<FlowNode> | 
LaneImpl.getFlowNodeRefs()  | 
Query<FlowNode> | 
FlowNodeImpl.getPreviousNodes()  | 
Query<FlowNode> | 
FlowNodeImpl.getSucceedingNodes()  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
SequenceFlowImpl.setSource(FlowNode source)  | 
void | 
SequenceFlowImpl.setTarget(FlowNode target)  | 
| 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  | 
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  | 
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  | 
Transaction  | 
interface  | 
UserTask
The BPMN userTask element 
 | 
| Modifier and Type | Method and Description | 
|---|---|
FlowNode | 
SequenceFlow.getSource()  | 
FlowNode | 
SequenceFlow.getTarget()  | 
| Modifier and Type | Method and Description | 
|---|---|
Collection<FlowNode> | 
Lane.getFlowNodeRefs()  | 
Query<FlowNode> | 
FlowNode.getPreviousNodes()  | 
Query<FlowNode> | 
FlowNode.getSucceedingNodes()  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
SequenceFlow.setSource(FlowNode source)  | 
void | 
SequenceFlow.setTarget(FlowNode target)  | 
Copyright © 2017. All rights reserved.