Uses of Interface
de.xima.fc.workflow.processor.factory.ISingleConditionProducer
-
Packages that use ISingleConditionProducer Package Description de.xima.fc.workflow.processor.factory -
-
Uses of ISingleConditionProducer in de.xima.fc.workflow.processor.factory
Methods in de.xima.fc.workflow.processor.factory with parameters of type ISingleConditionProducer Modifier and Type Method Description default SelfIMultiConditionBuilder. conditionAnd(ISingleConditionProducer... conditions)Combines all individual conditions with a logical OR.default SelfIMultiConditionBuilder. conditionCustom(String expression, ISingleConditionProducer... conditions)Combines all individual conditions with a custom boolean expression.default SelfIMultiConditionBuilder. conditionOr(ISingleConditionProducer... conditions)Combines all individual conditions with a logical AND.SelfIMultiConditionBuilder. conditions(ISingleConditionProducer... conditions)Sets the individual conditions to the list of conditions.
-