| Modifier and Type | Method and Description |
|---|---|
static <T extends BpmnNode> |
BPMNElementDecorators.bpmnNodeDecorator() |
| Modifier and Type | Class and Description |
|---|---|
static class |
BpmnNode.Docked |
static class |
BpmnNode.Simple |
| Modifier and Type | Method and Description |
|---|---|
BpmnNode |
BpmnNode.docked() |
BpmnNode |
BpmnNode.getParent() |
BpmnNode |
BpmnEdge.getSource() |
BpmnNode |
BpmnEdge.Simple.getSource() |
BpmnNode |
BpmnEdge.Docked.getSource() |
BpmnNode |
BpmnEdge.getTarget() |
BpmnNode |
BpmnEdge.Simple.getTarget() |
BpmnNode |
BpmnEdge.Docked.getTarget() |
static BpmnNode |
BpmnNode.of(Node<? extends View<? extends BPMNViewDefinition>,?> value,
BasePropertyReader propertyReader) |
| Modifier and Type | Method and Description |
|---|---|
Result<BpmnNode> |
NodeConverter.convert(T element) |
Result<BpmnNode> |
FlowElementConverter.convertNode(FlowElement flowElement) |
List<BpmnNode> |
BpmnNode.getChildren() |
Result<BpmnNode> |
ProcessPostConverter.postConvert(BpmnNode rootNode,
DefinitionResolver definitionResolver) |
| Modifier and Type | Method and Description |
|---|---|
void |
BpmnNode.addChild(BpmnNode child) |
void |
GraphBuilder.buildGraph(BpmnNode rootNode)
Starting from the given root node,
it walks the graph breadth-first and issues
all the required commands to draw it on the canvas
|
static BpmnEdge.Docked |
BpmnEdge.docked(BpmnNode source,
BpmnNode target) |
static BpmnEdge.Simple |
BpmnEdge.of(Edge<? extends View<?>,Node> edge,
BpmnNode source,
Connection sourceConnection,
List<Point2D> controlPoints,
BpmnNode target,
Connection targetConnection,
PropertyReader propertyReader) |
Result<BpmnNode> |
ProcessPostConverter.postConvert(BpmnNode rootNode,
DefinitionResolver definitionResolver) |
void |
BpmnNode.removeChild(BpmnNode child) |
void |
GraphBuilder.render(BpmnNode root)
Clears the context and then walks the graph root
to draw it on the canvas
|
void |
BpmnNode.setParent(BpmnNode parent) |
| Modifier and Type | Method and Description |
|---|---|
Result<BpmnEdge> |
EdgeConverterManager.convertEdge(BaseElement baseElement,
Map<String,BpmnNode> nodes) |
Result<BpmnEdge> |
EdgeConverter.convertEdge(T element,
Map<String,BpmnNode> nodes) |
default Result<BpmnEdge> |
EdgeConverter.result(Map<String,BpmnNode> nodes,
Edge<? extends View<?>,Node> edge,
EdgePropertyReader p,
String errorMessage,
String messageKey) |
default boolean |
EdgeConverter.valid(Map<String,BpmnNode> nodes,
String parentId,
String childId) |
| Modifier and Type | Method and Description |
|---|---|
Result<BpmnNode> |
BaseCallActivityConverter.convert(CallActivity activity) |
| Modifier and Type | Method and Description |
|---|---|
Result<BpmnNode> |
DataObjectConverter.convert(DataObjectReference element) |
Result<BpmnNode> |
TextAnnotationConverter.convert(TextAnnotation element) |
| Modifier and Type | Method and Description |
|---|---|
Result<BpmnEdge> |
AssociationConverter.convertEdge(Association association,
Map<String,BpmnNode> nodes) |
| Modifier and Type | Method and Description |
|---|---|
protected BpmnNode |
IntermediateThrowEventConverter.compensationEvent(IntermediateThrowEvent event,
CompensateEventDefinition eventDefinition) |
protected BpmnNode |
IntermediateThrowEventConverter.escalationEvent(IntermediateThrowEvent event,
EscalationEventDefinition eventDefinition) |
protected BpmnNode |
IntermediateThrowEventConverter.linkEvent(IntermediateThrowEvent event) |
protected BpmnNode |
IntermediateThrowEventConverter.messageEvent(IntermediateThrowEvent event,
MessageEventDefinition eventDefinition) |
protected BpmnNode |
IntermediateThrowEventConverter.signalEvent(IntermediateThrowEvent event) |
| Modifier and Type | Method and Description |
|---|---|
protected Result<BpmnNode> |
IntermediateCatchEventConverter.compensationEvent(CatchEvent event) |
protected Result<BpmnNode> |
IntermediateCatchEventConverter.conditionalEvent(CatchEvent event,
ConditionalEventDefinition e) |
Result<BpmnNode> |
EndEventConverter.convert(EndEvent event) |
Result<BpmnNode> |
IntermediateCatchEventConverter.convert(IntermediateCatchEvent event) |
Result<BpmnNode> |
IntermediateThrowEventConverter.convert(IntermediateThrowEvent event) |
Result<BpmnNode> |
StartEventConverter.convert(StartEvent event) |
Result<BpmnNode> |
IntermediateCatchEventConverter.convertBoundaryEvent(BoundaryEvent event) |
protected Result<BpmnNode> |
IntermediateCatchEventConverter.errorEvent(CatchEvent event,
ErrorEventDefinition e) |
protected Result<BpmnNode> |
IntermediateCatchEventConverter.escalationEvent(CatchEvent event,
EscalationEventDefinition e) |
protected Result<BpmnNode> |
IntermediateCatchEventConverter.linkEvent(CatchEvent event) |
protected Result<BpmnNode> |
IntermediateCatchEventConverter.messageEvent(CatchEvent event,
MessageEventDefinition e) |
protected Result<BpmnNode> |
IntermediateCatchEventConverter.signalEvent(CatchEvent event) |
protected Result<BpmnNode> |
IntermediateCatchEventConverter.timerEvent(CatchEvent event,
TimerEventDefinition e) |
| Modifier and Type | Method and Description |
|---|---|
Result<BpmnEdge> |
BoundaryEventConverter.convertEdge(BoundaryEvent event,
Map<String,BpmnNode> nodes) |
| Modifier and Type | Method and Description |
|---|---|
Result<BpmnNode> |
GatewayConverter.convert(Gateway gateway) |
| Modifier and Type | Method and Description |
|---|---|
Result<BpmnNode> |
LaneConverter.convert(Lane lane) |
Result<BpmnNode> |
LaneConverter.convert(Lane lane,
Lane parent) |
| Modifier and Type | Method and Description |
|---|---|
Result<BpmnNode> |
BaseRootProcessConverter.convertProcess() |
Result<BpmnNode> |
BaseSubProcessConverter.convertSubProcess(SubProcess subProcess) |
| Modifier and Type | Method and Description |
|---|---|
Result<BpmnEdge> |
SequenceFlowConverter.convertEdge(SequenceFlow seq,
Map<String,BpmnNode> nodes) |
| Modifier and Type | Method and Description |
|---|---|
Result<BpmnNode> |
BaseTaskConverter.convert(Task task) |
Copyright © 2001–2021 JBoss by Red Hat. All rights reserved.