Uses of Interface
de.xima.fc.workflow.processor.factory.IMultiConditionBuilder
-
Packages that use IMultiConditionBuilder Package Description de.xima.fc.workflow.processor.factory -
-
Uses of IMultiConditionBuilder in de.xima.fc.workflow.processor.factory
Classes in de.xima.fc.workflow.processor.factory with type parameters of type IMultiConditionBuilder Modifier and Type Interface Description interface
IMultiConditionBuilder<Self extends IMultiConditionBuilder<Self,Props,WorkflowElement>,Props,WorkflowElement extends AWorkflowElement<?,?>>
Contract for builders that allow configuring multiple conditions.Subinterfaces of IMultiConditionBuilder in de.xima.fc.workflow.processor.factory Modifier and Type Interface Description interface
IMultipleConditionBuilder
Builder for configuring a multiple condition node.
-