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 interfaceISubProcessBpmnElementLayout<Element extends de.xima.bpmn_model.api.element.bpmn.activities.SubProcess<?>>/** Represents a laid outSubProcessthat may have a visibletext annotation, a visiblename, and astartandend 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 aStartEventandEndEventto the given body alignment item.Methods in de.xima.fc.interfaces.workflow.bpmn with parameters of type IBoundedBpmnElementLayout Modifier and Type Method Description IWorkflowBpmnSubProcessBodyShapeIFlattenedAlignmentItemMap. createSubProcessBodyEventShapes(IBoundedBpmnElementLayout<?> bounded)Creates a BPMN shapefor the start and end events of the given sub process body (if any) and colorizes them with the default colors, if needed.IWorkflowBpmnFlowEdgeBuilderIWorkflowBpmnFlowEdgeBuilder. fromStartToEndEvent(IBoundedBpmnElementLayout<?> subProcessBody)Creates aSequenceFlowandBPMN edgebetween the start and end event of the given layout.
-