Annotation Type ProfileAttributeConditionsUniquelyNamed


Constraint validation that may be applied to ProfileAttributeConditionProperties.getConditions(). Checks that no two conditions have got the same name (case insensitive).
  • Element Details

    • message

      String message
      Returns:
      The default key for creating error messages in case the constraint is violated.
      Default:
      "{de.xima.fc.workflow.validation.constraints.FcMultipleConditionsUniquelyNamed.message}"
    • groups

      Class<?>[] groups
      Returns:
      Allows the specification of validation groups, to which this constraint belongs. When not specified, the constraint is placed in the Default group.
      Default:
      {}
    • payload

      Class<? extends javax.validation.Payload>[] payload
      Returns:
      The payload that can be used by clients of the Jakarta Bean Validation API to assign custom payload objects to a constraint.
      Default:
      {}