Interface NodeTypeConstants
- All Known Implementing Classes:
NodeTypeUtil
public interface NodeTypeConstants
NodeTypeConstants used to represent nodetype definitions in
Xml.- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringName of theautoCreatedattribute.static final StringName of the availableQueryOperator element.static final StringName of the availableQueryOperators element.static final StringName of the child node definition element.static final StringName of the declaring nodetype.static final StringName of the default primary type attribute.static final StringName of the default value element.static final StringName of the default values element.static final StringName of the fullTextSearchable attribute.static final StringName of thehasOrderableChildNodesattribute.static final StringName of theisAbstractattribute.static final StringName of theisMixinattribute.static final StringName of theisQueryableattribute.static final StringName of themandatoryattribute.static final StringName of themultipleattribute.static final StringName of thenameattribute.static final StringName of the node type definition element.static final StringName of the node type definition root element.static final StringName of theonParentVersionattribute.static final StringName of the primary item name attribute.static final StringName of the property definition element.static final StringName of theprotectedattribute.static final StringName of the queryOrderable attribute.static final StringName of the required primary type element.static final StringName of the required primary types element.static final StringName of the required type attribute.static final StringName of thesameNameSiblingsattribute.static final StringName of the supertype element.static final StringName of the supertypes element.static final StringName of the value constraint element.static final StringName of the value constraints element.static final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final String
-
Field Details
-
XML_NODETYPENAME
- See Also:
-
XML_REPORT_ALLNODETYPES
- See Also:
-
XML_REPORT_MIXINNODETYPES
- See Also:
-
XML_REPORT_PRIMARYNODETYPES
- See Also:
-
XML_NODETYPES
- See Also:
-
XML_NODETYPE
- See Also:
-
NODETYPES_ELEMENT
Name of the node type definition root element.- See Also:
-
NODETYPE_ELEMENT
Name of the node type definition element.- See Also:
-
CHILDNODEDEFINITION_ELEMENT
Name of the child node definition element.- See Also:
-
PROPERTYDEFINITION_ELEMENT
Name of the property definition element.- See Also:
-
ISMIXIN_ATTRIBUTE
Name of theisMixinattribute.- See Also:
-
HASORDERABLECHILDNODES_ATTRIBUTE
Name of thehasOrderableChildNodesattribute.- See Also:
-
ISABSTRACT_ATTRIBUTE
Name of theisAbstractattribute.- Since:
- JCR 2.0
- See Also:
-
ISQUERYABLE_ATTRIBUTE
Name of theisQueryableattribute.- Since:
- JCR 2.0
- See Also:
-
PRIMARYITEMNAME_ATTRIBUTE
Name of the primary item name attribute.- See Also:
-
SUPERTYPES_ELEMENT
Name of the supertypes element.- See Also:
-
SUPERTYPE_ELEMENT
Name of the supertype element.- See Also:
-
NAME_ATTRIBUTE
Name of thenameattribute.- See Also:
-
AUTOCREATED_ATTRIBUTE
Name of theautoCreatedattribute.- See Also:
-
MANDATORY_ATTRIBUTE
Name of themandatoryattribute.- See Also:
-
ONPARENTVERSION_ATTRIBUTE
Name of theonParentVersionattribute.- See Also:
-
PROTECTED_ATTRIBUTE
Name of theprotectedattribute.- See Also:
-
REQUIREDTYPE_ATTRIBUTE
Name of the required type attribute.- See Also:
-
VALUECONSTRAINTS_ELEMENT
Name of the value constraints element.- See Also:
-
VALUECONSTRAINT_ELEMENT
Name of the value constraint element.- See Also:
-
DEFAULTVALUES_ELEMENT
Name of the default values element.- See Also:
-
DEFAULTVALUE_ELEMENT
Name of the default value element.- See Also:
-
MULTIPLE_ATTRIBUTE
Name of themultipleattribute.- See Also:
-
REQUIREDPRIMARYTYPES_ELEMENT
Name of the required primary types element.- See Also:
-
REQUIREDPRIMARYTYPE_ELEMENT
Name of the required primary type element.- See Also:
-
DEFAULTPRIMARYTYPE_ATTRIBUTE
Name of the default primary type attribute.- See Also:
-
SAMENAMESIBLINGS_ATTRIBUTE
Name of thesameNameSiblingsattribute.- See Also:
-
AVAILABLE_QUERY_OPERATORS_ELEMENT
Name of the availableQueryOperators element.- Since:
- JCR 2.0
- See Also:
-
AVAILABLE_QUERY_OPERATOR_ELEMENT
Name of the availableQueryOperator element.- Since:
- JCR 2.0
- See Also:
-
FULL_TEXT_SEARCHABLE_ATTRIBUTE
Name of the fullTextSearchable attribute.- Since:
- JCR 2.0
- See Also:
-
QUERY_ORDERABLE_ATTRIBUTE
Name of the queryOrderable attribute.- Since:
- JCR 2.0
- See Also:
-
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:
-