Interface UserGroupPropertyValidator

    • Method Detail

      • validate

        @Nullable
        String validate​(@NotNull
                        String propertyValue,
                        @Nullable
                        SUserGroup editee,
                        @NotNull
                        UserGroupForm currentUserGroupData)
        Returns error text if property value is not valid, null otherwise
        Parameters:
        propertyValue - property value
        editee - group that is being edited (null if group is being created)
        currentUserGroupData - current user group data
        Returns:
        see above