Interface NodeTypeConstants

All Known Implementing Classes:
NodeTypeUtil

public interface NodeTypeConstants
NodeTypeConstants used to represent nodetype definitions in Xml.
See Also:
  • Field Details

    • XML_NODETYPENAME

      static final String XML_NODETYPENAME
      See Also:
    • XML_REPORT_ALLNODETYPES

      static final String XML_REPORT_ALLNODETYPES
      See Also:
    • XML_REPORT_MIXINNODETYPES

      static final String XML_REPORT_MIXINNODETYPES
      See Also:
    • XML_REPORT_PRIMARYNODETYPES

      static final String XML_REPORT_PRIMARYNODETYPES
      See Also:
    • XML_NODETYPES

      static final String XML_NODETYPES
      See Also:
    • XML_NODETYPE

      static final String XML_NODETYPE
      See Also:
    • NODETYPES_ELEMENT

      static final String NODETYPES_ELEMENT
      Name of the node type definition root element.
      See Also:
    • NODETYPE_ELEMENT

      static final String NODETYPE_ELEMENT
      Name of the node type definition element.
      See Also:
    • CHILDNODEDEFINITION_ELEMENT

      static final String CHILDNODEDEFINITION_ELEMENT
      Name of the child node definition element.
      See Also:
    • PROPERTYDEFINITION_ELEMENT

      static final String PROPERTYDEFINITION_ELEMENT
      Name of the property definition element.
      See Also:
    • ISMIXIN_ATTRIBUTE

      static final String ISMIXIN_ATTRIBUTE
      Name of the isMixin attribute.
      See Also:
    • HASORDERABLECHILDNODES_ATTRIBUTE

      static final String HASORDERABLECHILDNODES_ATTRIBUTE
      Name of the hasOrderableChildNodes attribute.
      See Also:
    • ISABSTRACT_ATTRIBUTE

      static final String ISABSTRACT_ATTRIBUTE
      Name of the isAbstract attribute.
      Since:
      JCR 2.0
      See Also:
    • ISQUERYABLE_ATTRIBUTE

      static final String ISQUERYABLE_ATTRIBUTE
      Name of the isQueryable attribute.
      Since:
      JCR 2.0
      See Also:
    • PRIMARYITEMNAME_ATTRIBUTE

      static final String PRIMARYITEMNAME_ATTRIBUTE
      Name of the primary item name attribute.
      See Also:
    • SUPERTYPES_ELEMENT

      static final String SUPERTYPES_ELEMENT
      Name of the supertypes element.
      See Also:
    • SUPERTYPE_ELEMENT

      static final String SUPERTYPE_ELEMENT
      Name of the supertype element.
      See Also:
    • NAME_ATTRIBUTE

      static final String NAME_ATTRIBUTE
      Name of the name attribute.
      See Also:
    • AUTOCREATED_ATTRIBUTE

      static final String AUTOCREATED_ATTRIBUTE
      Name of the autoCreated attribute.
      See Also:
    • MANDATORY_ATTRIBUTE

      static final String MANDATORY_ATTRIBUTE
      Name of the mandatory attribute.
      See Also:
    • ONPARENTVERSION_ATTRIBUTE

      static final String ONPARENTVERSION_ATTRIBUTE
      Name of the onParentVersion attribute.
      See Also:
    • PROTECTED_ATTRIBUTE

      static final String PROTECTED_ATTRIBUTE
      Name of the protected attribute.
      See Also:
    • REQUIREDTYPE_ATTRIBUTE

      static final String REQUIREDTYPE_ATTRIBUTE
      Name of the required type attribute.
      See Also:
    • VALUECONSTRAINTS_ELEMENT

      static final String VALUECONSTRAINTS_ELEMENT
      Name of the value constraints element.
      See Also:
    • VALUECONSTRAINT_ELEMENT

      static final String VALUECONSTRAINT_ELEMENT
      Name of the value constraint element.
      See Also:
    • DEFAULTVALUES_ELEMENT

      static final String DEFAULTVALUES_ELEMENT
      Name of the default values element.
      See Also:
    • DEFAULTVALUE_ELEMENT

      static final String DEFAULTVALUE_ELEMENT
      Name of the default value element.
      See Also:
    • MULTIPLE_ATTRIBUTE

      static final String MULTIPLE_ATTRIBUTE
      Name of the multiple attribute.
      See Also:
    • REQUIREDPRIMARYTYPES_ELEMENT

      static final String REQUIREDPRIMARYTYPES_ELEMENT
      Name of the required primary types element.
      See Also:
    • REQUIREDPRIMARYTYPE_ELEMENT

      static final String REQUIREDPRIMARYTYPE_ELEMENT
      Name of the required primary type element.
      See Also:
    • DEFAULTPRIMARYTYPE_ATTRIBUTE

      static final String DEFAULTPRIMARYTYPE_ATTRIBUTE
      Name of the default primary type attribute.
      See Also:
    • SAMENAMESIBLINGS_ATTRIBUTE

      static final String SAMENAMESIBLINGS_ATTRIBUTE
      Name of the sameNameSiblings attribute.
      See Also:
    • AVAILABLE_QUERY_OPERATORS_ELEMENT

      static final String AVAILABLE_QUERY_OPERATORS_ELEMENT
      Name of the availableQueryOperators element.
      Since:
      JCR 2.0
      See Also:
    • AVAILABLE_QUERY_OPERATOR_ELEMENT

      static final String AVAILABLE_QUERY_OPERATOR_ELEMENT
      Name of the availableQueryOperator element.
      Since:
      JCR 2.0
      See Also:
    • FULL_TEXT_SEARCHABLE_ATTRIBUTE

      static final String FULL_TEXT_SEARCHABLE_ATTRIBUTE
      Name of the fullTextSearchable attribute.
      Since:
      JCR 2.0
      See Also:
    • QUERY_ORDERABLE_ATTRIBUTE

      static final String QUERY_ORDERABLE_ATTRIBUTE
      Name of the queryOrderable attribute.
      Since:
      JCR 2.0
      See Also:
    • DECLARINGNODETYPE_ATTRIBUTE

      static final String DECLARINGNODETYPE_ATTRIBUTE
      Name of the declaring nodetype. This value is not needed during discovery of nodetype definitions. However if the definition of an item is retrieved (instead of being calculated on the client), this information is needed
      See Also: