Class FcMoveFormRecordToInboxProps.ValidationGroup
java.lang.Object
de.xima.fc.validation.groups.BaseGroupSequenceProvider<FcMoveFormRecordToInboxProps>
de.xima.fc.workflow.model.nodes.FcMoveFormRecordToInboxProps.ValidationGroup
- All Implemented Interfaces:
org.hibernate.validator.spi.group.DefaultGroupSequenceProvider<FcMoveFormRecordToInboxProps>
- Enclosing class:
FcMoveFormRecordToInboxProps
public static final class FcMoveFormRecordToInboxProps.ValidationGroup
extends BaseGroupSequenceProvider<FcMoveFormRecordToInboxProps>
- Since:
- 7.0.0
- Author:
- XIMA MEDIA GmbH
-
Nested Class Summary
Nested classes/interfaces inherited from class BaseGroupSequenceProvider
BaseGroupSequenceProvider.IGroupBuilder<T> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidLets you add additional validation groups based on the properties of the bean.Methods inherited from class BaseGroupSequenceProvider
getValidationGroups
-
Constructor Details
-
ValidationGroup
public ValidationGroup()
-
-
Method Details
-
addGroups
public void addGroups(BaseGroupSequenceProvider.IGroupBuilder<FcMoveFormRecordToInboxProps> builder) Description copied from class:BaseGroupSequenceProviderLets you add additional validation groups based on the properties of the bean.- Specified by:
addGroupsin classBaseGroupSequenceProvider<FcMoveFormRecordToInboxProps>- Parameters:
builder- Builder for adding groups.
-