Uses of Interface
de.xima.fc.workflow.processor.iface.IMultipleCheckProps
-
Packages that use IMultipleCheckProps Package Description de.xima.fc.workflow.designer.bean.nodes de.xima.fc.workflow.mixin de.xima.fc.workflow.model.nodes de.xima.fc.workflow.validation.constraintvalidators -
-
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 IMultipleCheckProps Modifier and Type Class Description classBaseMultipleCheckBean<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 IMultipleCheckProps Modifier and Type Interface Description interfaceIMultipleCheckPropertiesNode<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 IMultipleCheckProps Modifier and Type Class Description classBaseMultipleConditionPropsThe properties model for workflow nodes for which a complex condition need to be configured.classBaseMultipleDoUntilLoopTestPropsThe properties model for workflow nodes for which a complex do-until loop test need to be configured.classBaseMultipleWhileLoopTestPropsThe properties model for workflow nodes for which a complex while loop test need to be configured.classFcDoUntilLoopPropsThe properties model for workflow nodes of typeEWorkflowNodeType.FC_DO_UNTIL_LOOP.classFcMultipleConditionPropsThe properties model for workflow nodes of typeEWorkflowNodeType.FC_MULTIPLE_CONDITION.classFcWhileLoopPropsThe properties model for workflow nodes of typeEWorkflowNodeType.FC_WHILE_LOOP. -
Uses of IMultipleCheckProps in de.xima.fc.workflow.validation.constraintvalidators
Methods in de.xima.fc.workflow.validation.constraintvalidators with parameters of type IMultipleCheckProps Modifier and Type Method Description protected EMultipleConditionCombinationTypeFcMultipleConditionsCustomExpressionValidator. getCombinationType(IMultipleCheckProps value)protected StringFcMultipleConditionsCustomExpressionValidator. getCustomExpression(IMultipleCheckProps value)protected Set<String>FcMultipleConditionsCustomExpressionValidator. getVariableNames(IMultipleCheckProps value)booleanFcMultipleConditionsCustomExpressionValidator. isValid(IMultipleCheckProps value, javax.validation.ConstraintValidatorContext context)
-