Class BaseMultipleWhileLoopTestProps

java.lang.Object
de.xima.fc.workflow.taglib.model.BaseWhileLoopProps
de.xima.fc.workflow.model.nodes.BaseMultipleWhileLoopTestProps
All Implemented Interfaces:
IDescriptionProviding, INameProviding, IMultipleConditionProviding, IMultipleCheckProps, Serializable
Direct Known Subclasses:
FcWhileLoopProps

@FcMultipleConditionsCustomExpression(payload=de.xima.fc.workflow.model.nodes.BaseMultipleConditionProps.customExpression.class) @NotEmptyIf(field="customExpression", dependants="combinationType", payload=de.xima.fc.workflow.model.nodes.BaseMultipleConditionProps.customExpression.class, target=BaseMultipleWhileLoopTestProps.class) public abstract class BaseMultipleWhileLoopTestProps extends BaseWhileLoopProps implements IMultipleConditionProviding, IMultipleCheckProps
The properties model for workflow nodes for which a complex while loop test need to be configured.
Since:
8.2.0
Author:
XIMA MEDIA GmbH
See Also: