Uses of Interface
de.xima.fc.workflow.processor.factory.ISingleConditionBuilder
-
Packages that use ISingleConditionBuilder Package Description de.xima.fc.workflow.processor.factory -
-
Uses of ISingleConditionBuilder in de.xima.fc.workflow.processor.factory
Methods in de.xima.fc.workflow.processor.factory that return ISingleConditionBuilder Modifier and Type Method Description ISingleConditionBuilder
ISingleConditionBuilder. lhs(String lhs)
Sets the left-hand side of the condition.ISingleConditionBuilder
ISingleConditionBuilder. matchCondition(EMatchCondition matchCondition)
Sets the match condition to use for the comparison, that compares the left-hand side and right-hand side.ISingleConditionBuilder
ISingleConditionBuilder. rhs(String rhs)
Sets the right-hand side of the condition.ISingleConditionBuilder
ISingleConditionBuilder. variableName(String variableName)
Sets the variable name used when conditions are combined with a custom boolean expression.
-