Uses of Interface
de.xima.fc.workflow.processor.factory.ISingleConditionBuilder
Packages that use ISingleConditionBuilder
-
Uses of ISingleConditionBuilder in de.xima.fc.workflow.processor.factory
Subinterfaces with type arguments of type ISingleConditionBuilder in de.xima.fc.workflow.processor.factoryModifier and TypeInterfaceDescriptioninterfaceA function that produces is given asingle condition builderand must use that builder to create asingle condition.Methods in de.xima.fc.workflow.processor.factory that return ISingleConditionBuilderModifier and TypeMethodDescriptionSets the left-hand side of the condition.ISingleConditionBuilder.matchCondition(EMatchCondition matchCondition) Sets the match condition to use for the comparison, that compares the left-hand side and right-hand side.Sets the right-hand side of the condition.ISingleConditionBuilder.variableName(String variableName) Sets the variable name used when conditions are combined with a custom boolean expression.