Interface PropertyStatus

    • Field Detail

      • ALLOWED

        static final PropertyStatus ALLOWED
        The 'allowed' status (for properties that are neither disallowed or deprecated).
      • DEPRECATED

        static final PropertyStatus DEPRECATED
        The 'deprecated' status (for properties that are allowed but deprecated).
      • DISALLOWED_ON_CONTENT_DOCS

        static final PropertyStatus DISALLOWED_ON_CONTENT_DOCS
        The status of properties that are disallowed on Content Documents (documents of type 'application/xhtml+xml')
    • Method Detail

      • isDeprecated

        boolean isDeprecated()