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 ISingleConditionBuilderISingleConditionBuilder. lhs(String lhs)Sets the left-hand side of the condition.ISingleConditionBuilderISingleConditionBuilder. matchCondition(EMatchCondition matchCondition)Sets the match condition to use for the comparison, that compares the left-hand side and right-hand side.ISingleConditionBuilderISingleConditionBuilder. rhs(String rhs)Sets the right-hand side of the condition.ISingleConditionBuilderISingleConditionBuilder. variableName(String variableName)Sets the variable name used when conditions are combined with a custom boolean expression.
-