Uses of Enum
de.xima.fc.common.workflow.bpmn.EWorkflowBpmnConnectionStyle
Packages that use EWorkflowBpmnConnectionStyle
-
Uses of EWorkflowBpmnConnectionStyle in de.xima.fc.common.workflow.bpmn
Subclasses with type arguments of type EWorkflowBpmnConnectionStyle in de.xima.fc.common.workflow.bpmnModifier and TypeClassDescriptionenumEnumeration representing the style of connections in a BPMN diagram created by the workflow engine.Methods in de.xima.fc.common.workflow.bpmn that return EWorkflowBpmnConnectionStyleModifier and TypeMethodDescriptionstatic EWorkflowBpmnConnectionStyleReturns the enum constant of this type with the specified name.static EWorkflowBpmnConnectionStyle[]EWorkflowBpmnConnectionStyle.values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of EWorkflowBpmnConnectionStyle in de.xima.fc.interfaces.workflow.bpmn
Methods in de.xima.fc.interfaces.workflow.bpmn with parameters of type EWorkflowBpmnConnectionStyleModifier and TypeMethodDescriptionIWorkflowBpmnConnectionEdgeBuilder.connectionStyle(EWorkflowBpmnConnectionStyle connectionStyle) Sets the style of the connections, whether to draw them as axis-aligned lines or as a potentially diagonal lines.