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 class
BaseMultipleCheckBean<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 interface
IMultipleCheckPropertiesNode<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 class
BaseMultipleConditionProps
The properties model for workflow nodes for which a complex condition need to be configured.class
BaseMultipleDoUntilLoopTestProps
The properties model for workflow nodes for which a complex do-until loop test need to be configured.class
BaseMultipleWhileLoopTestProps
The properties model for workflow nodes for which a complex while loop test need to be configured.class
FcDoUntilLoopProps
The properties model for workflow nodes of typeEWorkflowNodeType.FC_DO_UNTIL_LOOP
.class
FcMultipleConditionProps
The properties model for workflow nodes of typeEWorkflowNodeType.FC_MULTIPLE_CONDITION
.class
FcWhileLoopProps
The 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 EMultipleConditionCombinationType
FcMultipleConditionsCustomExpressionValidator. getCombinationType(IMultipleCheckProps value)
protected String
FcMultipleConditionsCustomExpressionValidator. getCustomExpression(IMultipleCheckProps value)
protected Set<String>
FcMultipleConditionsCustomExpressionValidator. getVariableNames(IMultipleCheckProps value)
boolean
FcMultipleConditionsCustomExpressionValidator. isValid(IMultipleCheckProps value, javax.validation.ConstraintValidatorContext context)
-