Uses of Interface
de.xima.fc.interfaces.workflow.bpmn.IWorkflowBpmnLayoutNamedOutsideBuilder
-
Packages that use IWorkflowBpmnLayoutNamedOutsideBuilder Package Description de.xima.fc.interfaces.workflow.bpmn -
-
Uses of IWorkflowBpmnLayoutNamedOutsideBuilder in de.xima.fc.interfaces.workflow.bpmn
Classes in de.xima.fc.interfaces.workflow.bpmn with type parameters of type IWorkflowBpmnLayoutNamedOutsideBuilder Modifier and Type Interface Description interface
IWorkflowBpmnLayoutNamedOutsideBuilder<Self extends IWorkflowBpmnLayoutNamedOutsideBuilder<Self>>
Interface for layout builders of BPMN elements that can have an external name that gets placed outside the element, such asEvent
orGateway
.Subinterfaces of IWorkflowBpmnLayoutNamedOutsideBuilder in de.xima.fc.interfaces.workflow.bpmn Modifier and Type Interface Description interface
IWorkflowBpmnLayoutDataObjectBuilder
Builder for the layout of a BPMNDataObjectReference
.interface
IWorkflowBpmnLayoutDataStoreBuilder
Builder for the layout of a BPMNDataStoreReference
.interface
IWorkflowBpmnLayoutEventBuilder
Builder for the layout of a BPMNEvent
.interface
IWorkflowBpmnLayoutGatewayBuilder
Builder for the layout of a BPMNGateway
.
-