Interface ConstraintDefinition


  • @AlfrescoPublicApi
    public interface ConstraintDefinition
    Property constraint definition
    Author:
    Derek Hulley
    • Method Detail

      • getName

        QName getName()
        Returns:
        Returns the qualified name of the constraint
      • getTitle

        java.lang.String getTitle​(MessageLookup messageLookup)
        Returns:
        the human-readable class title
      • getDescription

        java.lang.String getDescription​(MessageLookup messageLookup)
        Returns:
        the human-readable class description
      • getConstraint

        Constraint getConstraint()
        Returns:
        Returns the constraint implementation
      • getRef

        QName getRef()
        Returns:
        Returns the referenced constraint definition, if any (null for explicit or inline constraint def)
        Since:
        3.2R