Uses of Interface
de.xima.fc.interfaces.workflow.bpmn.IBoundedBpmnElementLayout
Packages that use IBoundedBpmnElementLayout
-
Uses of IBoundedBpmnElementLayout in de.xima.fc.interfaces.workflow.bpmn
Subinterfaces of IBoundedBpmnElementLayout in de.xima.fc.interfaces.workflow.bpmnModifier and TypeInterfaceDescriptioninterfaceISubProcessBpmnElementLayout<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 IBoundedBpmnElementLayoutModifier and TypeMethodDescriptionIWorkflowBpmnLayouter.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 IBoundedBpmnElementLayoutModifier and TypeMethodDescriptionIFlattenedAlignmentItemMap.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.IWorkflowBpmnFlowEdgeBuilder.fromStartToEndEvent(IBoundedBpmnElementLayout<?> subProcessBody) Creates aSequenceFlowandBPMN edgebetween the start and end event of the given layout.