Uses of Interface
de.xima.fc.interfaces.workflow.bpmn.IBoundedBpmnElementLayout
-
Packages that use IBoundedBpmnElementLayout Package Description de.xima.fc.interfaces.workflow.bpmn -
-
Uses of IBoundedBpmnElementLayout in de.xima.fc.interfaces.workflow.bpmn
Subinterfaces of IBoundedBpmnElementLayout in de.xima.fc.interfaces.workflow.bpmn Modifier and Type Interface Description interface
ISubProcessBpmnElementLayout<Element extends de.xima.bpmn_model.api.element.bpmn.activities.SubProcess<?>>
/** Represents a laid outSubProcess
that may have a visibletext annotation
, a visiblename
, and astart
andend event
.Methods in de.xima.fc.interfaces.workflow.bpmn that return IBoundedBpmnElementLayout Modifier and Type Method Description IBoundedBpmnElementLayout<?>
IWorkflowBpmnLayouter. layoutSubProcessBody(IWorkflowBpmnAlignmentItem<?,?> body, de.xima.bpmn_model.api.element.bpmn.common.FlowElementsContainer<?> container, String startEventName, String endEventName)
Adds aStartEvent
andEndEvent
to the given body alignment item.Methods in de.xima.fc.interfaces.workflow.bpmn with parameters of type IBoundedBpmnElementLayout Modifier and Type Method Description IWorkflowBpmnSubProcessBodyShape
IFlattenedAlignmentItemMap. createSubProcessBodyEventShapes(IBoundedBpmnElementLayout<?> bounded)
Creates a BPMN shape
for the start and end events of the given sub process body (if any) and colorizes them with the default colors, if needed.IWorkflowBpmnFlowEdgeBuilder
IWorkflowBpmnFlowEdgeBuilder. fromStartToEndEvent(IBoundedBpmnElementLayout<?> subProcessBody)
Creates aSequenceFlow
andBPMN edge
between the start and end event of the given layout.
-