All Methods Instance Methods Concrete Methods Deprecated Methods
Modifier and Type |
Method and Description |
B |
addExtensionElement(BpmnModelElementInstance extensionElement)
Add an extension element to the element.
|
BpmnEdge |
createBpmnEdge(SequenceFlow sequenceFlow)
|
BpmnShape |
createBpmnShape(FlowNode node) |
protected <T extends BpmnModelElementInstance> T |
createChild(BpmnModelElementInstance parent,
Class<T> typeClass) |
protected <T extends BaseElement> T |
createChild(BpmnModelElementInstance parent,
Class<T> typeClass,
String identifier) |
protected <T extends BpmnModelElementInstance> T |
createChild(Class<T> typeClass) |
protected <T extends BaseElement> T |
createChild(Class<T> typeClass,
String identifier) |
protected CompensateEventDefinition |
createCompensateEventDefinition() |
BpmnEdge |
createEdge(BaseElement baseElement) |
protected ErrorEventDefinition |
createEmptyErrorEventDefinition() |
protected MessageEventDefinition |
createEmptyMessageEventDefinition() |
protected ErrorEventDefinition |
createErrorEventDefinition(String errorCode) |
protected ErrorEventDefinition |
createErrorEventDefinition(String errorCode,
String errorMessage) |
protected EscalationEventDefinition |
createEscalationEventDefinition(String escalationCode) |
protected <T extends BpmnModelElementInstance> T |
createInstance(Class<T> typeClass) |
protected <T extends BaseElement> T |
createInstance(Class<T> typeClass,
String identifier) |
protected MessageEventDefinition |
createMessageEventDefinition(String messageName) |
protected <T extends BpmnModelElementInstance> T |
createSibling(Class<T> typeClass) |
protected <T extends BaseElement> T |
createSibling(Class<T> typeClass,
String identifier) |
protected SignalEventDefinition |
createSignalEventDefinition(String signalName) |
protected TimerEventDefinition |
createTimeCycle(String timerCycle) |
protected TimerEventDefinition |
createTimeDate(String timerDate) |
protected TimerEventDefinition |
createTimeDuration(String timerDuration) |
protected BpmnEdge |
findBpmnEdge(BaseElement sequenceFlow) |
protected BpmnPlane |
findBpmnPlane() |
protected BpmnShape |
findBpmnShape(BaseElement node) |
protected ErrorEventDefinition |
findErrorDefinitionForCode(String errorCode) |
protected Error |
findErrorForNameAndCode(String errorCode) |
protected Error |
findErrorForNameAndCode(String errorCode,
String errorMessage) |
protected Escalation |
findEscalationForCode(String escalationCode) |
protected Message |
findMessageForName(String messageName) |
protected Signal |
findSignalForName(String signalName) |
protected <T extends BpmnModelElementInstance> T |
getCreateSingleChild(BpmnModelElementInstance parent,
Class<T> typeClass) |
protected <T extends BpmnModelElementInstance> T |
getCreateSingleChild(Class<T> typeClass) |
protected <T extends BpmnModelElementInstance> T |
getCreateSingleExtensionElement(Class<T> typeClass) |
B |
id(String identifier)
Sets the identifier of the element.
|
protected void |
resizeSubProcess(BpmnShape innerShape) |
protected void |
setCoordinates(BpmnShape shape) |
protected void |
setWaypoints(BpmnEdge edge) |
protected void |
setWaypointsWithSourceAndTarget(BpmnEdge edge,
FlowNode edgeSource,
FlowNode edgeTarget) |