Class BaseMultipleDoUntilLoopTestProps

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

@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=BaseMultipleDoUntilLoopTestProps.class) public abstract class BaseMultipleDoUntilLoopTestProps extends BaseDoUntilLoopProps implements IMultipleConditionProviding, IMultipleCheckProps
The properties model for workflow nodes for which a complex do-until loop test need to be configured.
Since:
8.2.0
Author:
XIMA MEDIA GmbH
See Also: