Uses of Class
de.xima.fc.workflow.model.nodes.SingleCondition
Packages that use SingleCondition
Package
Description
-
Uses of SingleCondition in de.xima.fc.workflow.model.nodes
Methods in de.xima.fc.workflow.model.nodes that return types with arguments of type SingleConditionModifier and TypeMethodDescriptionBaseMultipleConditionProps.getConditions()BaseMultipleDoUntilLoopTestProps.getConditions()BaseMultipleWhileLoopTestProps.getConditions()Method parameters in de.xima.fc.workflow.model.nodes with type arguments of type SingleConditionModifier and TypeMethodDescriptionvoidBaseMultipleConditionProps.setConditions(List<SingleCondition> conditions) voidBaseMultipleDoUntilLoopTestProps.setConditions(List<SingleCondition> conditions) voidBaseMultipleWhileLoopTestProps.setConditions(List<SingleCondition> conditions) -
Uses of SingleCondition in de.xima.fc.workflow.processor.factory
Subinterfaces with type arguments of type SingleCondition 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 SingleConditionModifier and TypeMethodDescriptionISingleConditionBuilder.build()Creates a new single condition with the current configuration.default SingleConditionSets up the condition so that the given left hand side must contain the given right hand side.default SingleConditionISingleConditionBuilder.doesNotEndWith(String lhs, String rhs) Sets up the condition so that the given left hand side must not end with the given right hand side.default SingleConditionISingleConditionBuilder.doesNotMatchRegExp(String lhs, String rhs) Sets up the condition so that the given left hand side must not match the given right hand side as a regular expression.default SingleConditionISingleConditionBuilder.doesNotStartWith(String lhs, String rhs) Sets up the condition so that the given left hand side must not start with the given right hand side.default SingleConditionSets up the condition so that the given left hand side must end with the given right hand side.default SingleConditionSets up the condition so that the given left hand side must equal the given right hand side.default SingleConditionISingleConditionBuilder.greaterThan(String lhs, String rhs) Sets up the condition so that the given left hand side must be greater than the given right hand side.default SingleConditionISingleConditionBuilder.greaterThanOrEqual(String lhs, String rhs) Sets up the condition so that the given left hand side must be greater than or equal to the given right hand side.default SingleConditionSets up the condition so that the given value must be empty.default SingleConditionISingleConditionBuilder.isNotEmpty(String value) Sets up the condition so that the given value must not be empty.default SingleConditionSets up the condition so that the given left hand side must be less than the given right hand side.default SingleConditionISingleConditionBuilder.lessThanOrEqual(String lhs, String rhs) Sets up the condition so that the given left hand side must be less than or equal to the given right hand side.default SingleConditionISingleConditionBuilder.matchesRegExp(String lhs, String rhs) Sets up the condition so that the given left hand side must match the given right hand side as a regular expression.default SingleConditionISingleConditionBuilder.notEqualTo(String lhs, String rhs) Sets up the condition so that the given left hand side must not equal the given right hand side.default SingleConditionISingleConditionBuilder.startsWith(String lhs, String rhs) Sets up the condition so that the given left hand side must start with the given right hand side.Method parameters in de.xima.fc.workflow.processor.factory with type arguments of type SingleConditionModifier and TypeMethodDescriptionIMultiConditionBuilder.conditions(Iterable<SingleCondition> conditions) Sets the individual conditions to the list of conditions. -
Uses of SingleCondition in de.xima.fc.workflow.processor.iface
Methods in de.xima.fc.workflow.processor.iface that return types with arguments of type SingleCondition -
Uses of SingleCondition in de.xima.fc.workflow.processor.processing
Methods in de.xima.fc.workflow.processor.processing with parameters of type SingleConditionModifier and TypeMethodDescriptionbooleanSingleConditionCheck.test(SingleCondition props) Deprecated. -
Uses of SingleCondition in de.xima.fc.workflow.validation.constraintvalidators
Subclasses with type arguments of type SingleCondition in de.xima.fc.workflow.validation.constraintvalidatorsModifier and TypeClassDescriptionfinal classConstraint annotation validator forFcMultipleConditionsUniquelyNamed.Classes in de.xima.fc.workflow.validation.constraintvalidators that implement interfaces with type arguments of type SingleConditionModifier and TypeClassDescriptionfinal classConstraint annotation validator forFcMultipleConditionsUniquelyNamed.Methods in de.xima.fc.workflow.validation.constraintvalidators with parameters of type SingleConditionModifier and TypeMethodDescriptionprotected StringFcMultipleConditionsUniquelyNamedValidator.getVariableName(SingleCondition value) Method parameters in de.xima.fc.workflow.validation.constraintvalidators with type arguments of type SingleConditionModifier and TypeMethodDescriptionbooleanFcMultipleConditionsUniquelyNamedValidator.isValid(List<SingleCondition> value, javax.validation.ConstraintValidatorContext context)
SingleConditionCheck.test(String, EMatchCondition, String)orSingleConditionCheck.test(FormValueConditionData).