Uses of Interface
de.xima.fc.workflow.processor.iface.IMultipleCheckProps
Packages that use IMultipleCheckProps
Package
Description
-
Uses of IMultipleCheckProps in de.xima.fc.workflow.designer.bean.nodes
Classes in de.xima.fc.workflow.designer.bean.nodes with type parameters of type IMultipleCheckPropsModifier and TypeClassDescriptionclassBaseMultipleCheckBean<TData extends IMultipleCheckProps>Bean for editing workflow nodes for which a complex condition need to be configured, such as an if-else condition or a while loop. -
Uses of IMultipleCheckProps in de.xima.fc.workflow.mixin
Classes in de.xima.fc.workflow.mixin with type parameters of type IMultipleCheckPropsModifier and TypeInterfaceDescriptioninterfaceIMultipleCheckPropertiesNode<TData extends IMultipleCheckProps>Mixin for workflow nodes with props of typeBaseMultipleConditionProps. -
Uses of IMultipleCheckProps in de.xima.fc.workflow.model.nodes
Classes in de.xima.fc.workflow.model.nodes that implement IMultipleCheckPropsModifier and TypeClassDescriptionclassThe properties model for workflow nodes for which a complex condition need to be configured.classThe properties model for workflow nodes for which a complex do-until loop test need to be configured.classThe properties model for workflow nodes for which a complex while loop test need to be configured.final classThe properties model for workflow nodes of typeEWorkflowNodeType.FC_DO_UNTIL_LOOP.final classThe properties model for workflow nodes of typeEWorkflowNodeType.FC_MULTIPLE_CONDITION.final classThe properties model for workflow nodes of typeEWorkflowNodeType.FC_WHILE_LOOP. -
Uses of IMultipleCheckProps in de.xima.fc.workflow.validation.constraintvalidators
Subclasses with type arguments of type IMultipleCheckProps in de.xima.fc.workflow.validation.constraintvalidatorsModifier and TypeClassDescriptionfinal classConstraint annotation validator forFcMultipleConditionsCustomExpression.Classes in de.xima.fc.workflow.validation.constraintvalidators that implement interfaces with type arguments of type IMultipleCheckPropsModifier and TypeClassDescriptionfinal classConstraint annotation validator forFcMultipleConditionsCustomExpression.Methods in de.xima.fc.workflow.validation.constraintvalidators with parameters of type IMultipleCheckPropsModifier and TypeMethodDescriptionprotected EMultipleConditionCombinationTypeFcMultipleConditionsCustomExpressionValidator.getCombinationType(IMultipleCheckProps value) protected StringFcMultipleConditionsCustomExpressionValidator.getCustomExpression(IMultipleCheckProps value) FcMultipleConditionsCustomExpressionValidator.getVariableNames(IMultipleCheckProps value) booleanFcMultipleConditionsCustomExpressionValidator.isValid(IMultipleCheckProps value, javax.validation.ConstraintValidatorContext context)