Interface NodeTypeConstants
-
- All Known Implementing Classes:
NodeTypeUtil
public interface NodeTypeConstantsNodeTypeConstantsused to represent nodetype definitions in Xml.- See Also:
NodeType
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringAUTOCREATED_ATTRIBUTEName of theautoCreatedattribute.static java.lang.StringAVAILABLE_QUERY_OPERATOR_ELEMENTName of the availableQueryOperator element.static java.lang.StringAVAILABLE_QUERY_OPERATORS_ELEMENTName of the availableQueryOperators element.static java.lang.StringCHILDNODEDEFINITION_ELEMENTName of the child node definition element.static java.lang.StringDECLARINGNODETYPE_ATTRIBUTEName of the declaring nodetype.static java.lang.StringDEFAULTPRIMARYTYPE_ATTRIBUTEName of the default primary type attribute.static java.lang.StringDEFAULTVALUE_ELEMENTName of the default value element.static java.lang.StringDEFAULTVALUES_ELEMENTName of the default values element.static java.lang.StringFULL_TEXT_SEARCHABLE_ATTRIBUTEName of the fullTextSearchable attribute.static java.lang.StringHASORDERABLECHILDNODES_ATTRIBUTEName of thehasOrderableChildNodesattribute.static java.lang.StringISABSTRACT_ATTRIBUTEName of theisAbstractattribute.static java.lang.StringISMIXIN_ATTRIBUTEName of theisMixinattribute.static java.lang.StringISQUERYABLE_ATTRIBUTEName of theisQueryableattribute.static java.lang.StringMANDATORY_ATTRIBUTEName of themandatoryattribute.static java.lang.StringMULTIPLE_ATTRIBUTEName of themultipleattribute.static java.lang.StringNAME_ATTRIBUTEName of thenameattribute.static java.lang.StringNODETYPE_ELEMENTName of the node type definition element.static java.lang.StringNODETYPES_ELEMENTName of the node type definition root element.static java.lang.StringONPARENTVERSION_ATTRIBUTEName of theonParentVersionattribute.static java.lang.StringPRIMARYITEMNAME_ATTRIBUTEName of the primary item name attribute.static java.lang.StringPROPERTYDEFINITION_ELEMENTName of the property definition element.static java.lang.StringPROTECTED_ATTRIBUTEName of theprotectedattribute.static java.lang.StringQUERY_ORDERABLE_ATTRIBUTEName of the queryOrderable attribute.static java.lang.StringREQUIREDPRIMARYTYPE_ELEMENTName of the required primary type element.static java.lang.StringREQUIREDPRIMARYTYPES_ELEMENTName of the required primary types element.static java.lang.StringREQUIREDTYPE_ATTRIBUTEName of the required type attribute.static java.lang.StringSAMENAMESIBLINGS_ATTRIBUTEName of thesameNameSiblingsattribute.static java.lang.StringSUPERTYPE_ELEMENTName of the supertype element.static java.lang.StringSUPERTYPES_ELEMENTName of the supertypes element.static java.lang.StringVALUECONSTRAINT_ELEMENTName of the value constraint element.static java.lang.StringVALUECONSTRAINTS_ELEMENTName of the value constraints element.static java.lang.StringXML_NODETYPEstatic java.lang.StringXML_NODETYPENAMEstatic java.lang.StringXML_NODETYPESstatic java.lang.StringXML_REPORT_ALLNODETYPESstatic java.lang.StringXML_REPORT_MIXINNODETYPESstatic java.lang.StringXML_REPORT_PRIMARYNODETYPES
-
-
-
Field Detail
-
XML_NODETYPENAME
static final java.lang.String XML_NODETYPENAME
- See Also:
- Constant Field Values
-
XML_REPORT_ALLNODETYPES
static final java.lang.String XML_REPORT_ALLNODETYPES
- See Also:
- Constant Field Values
-
XML_REPORT_MIXINNODETYPES
static final java.lang.String XML_REPORT_MIXINNODETYPES
- See Also:
- Constant Field Values
-
XML_REPORT_PRIMARYNODETYPES
static final java.lang.String XML_REPORT_PRIMARYNODETYPES
- See Also:
- Constant Field Values
-
XML_NODETYPES
static final java.lang.String XML_NODETYPES
- See Also:
- Constant Field Values
-
XML_NODETYPE
static final java.lang.String XML_NODETYPE
- See Also:
- Constant Field Values
-
NODETYPES_ELEMENT
static final java.lang.String NODETYPES_ELEMENT
Name of the node type definition root element.- See Also:
- Constant Field Values
-
NODETYPE_ELEMENT
static final java.lang.String NODETYPE_ELEMENT
Name of the node type definition element.- See Also:
- Constant Field Values
-
CHILDNODEDEFINITION_ELEMENT
static final java.lang.String CHILDNODEDEFINITION_ELEMENT
Name of the child node definition element.- See Also:
- Constant Field Values
-
PROPERTYDEFINITION_ELEMENT
static final java.lang.String PROPERTYDEFINITION_ELEMENT
Name of the property definition element.- See Also:
- Constant Field Values
-
ISMIXIN_ATTRIBUTE
static final java.lang.String ISMIXIN_ATTRIBUTE
Name of theisMixinattribute.- See Also:
- Constant Field Values
-
HASORDERABLECHILDNODES_ATTRIBUTE
static final java.lang.String HASORDERABLECHILDNODES_ATTRIBUTE
Name of thehasOrderableChildNodesattribute.- See Also:
- Constant Field Values
-
ISABSTRACT_ATTRIBUTE
static final java.lang.String ISABSTRACT_ATTRIBUTE
Name of theisAbstractattribute.- Since:
- JCR 2.0
- See Also:
- Constant Field Values
-
ISQUERYABLE_ATTRIBUTE
static final java.lang.String ISQUERYABLE_ATTRIBUTE
Name of theisQueryableattribute.- Since:
- JCR 2.0
- See Also:
- Constant Field Values
-
PRIMARYITEMNAME_ATTRIBUTE
static final java.lang.String PRIMARYITEMNAME_ATTRIBUTE
Name of the primary item name attribute.- See Also:
- Constant Field Values
-
SUPERTYPES_ELEMENT
static final java.lang.String SUPERTYPES_ELEMENT
Name of the supertypes element.- See Also:
- Constant Field Values
-
SUPERTYPE_ELEMENT
static final java.lang.String SUPERTYPE_ELEMENT
Name of the supertype element.- See Also:
- Constant Field Values
-
NAME_ATTRIBUTE
static final java.lang.String NAME_ATTRIBUTE
Name of thenameattribute.- See Also:
- Constant Field Values
-
AUTOCREATED_ATTRIBUTE
static final java.lang.String AUTOCREATED_ATTRIBUTE
Name of theautoCreatedattribute.- See Also:
- Constant Field Values
-
MANDATORY_ATTRIBUTE
static final java.lang.String MANDATORY_ATTRIBUTE
Name of themandatoryattribute.- See Also:
- Constant Field Values
-
ONPARENTVERSION_ATTRIBUTE
static final java.lang.String ONPARENTVERSION_ATTRIBUTE
Name of theonParentVersionattribute.- See Also:
- Constant Field Values
-
PROTECTED_ATTRIBUTE
static final java.lang.String PROTECTED_ATTRIBUTE
Name of theprotectedattribute.- See Also:
- Constant Field Values
-
REQUIREDTYPE_ATTRIBUTE
static final java.lang.String REQUIREDTYPE_ATTRIBUTE
Name of the required type attribute.- See Also:
- Constant Field Values
-
VALUECONSTRAINTS_ELEMENT
static final java.lang.String VALUECONSTRAINTS_ELEMENT
Name of the value constraints element.- See Also:
- Constant Field Values
-
VALUECONSTRAINT_ELEMENT
static final java.lang.String VALUECONSTRAINT_ELEMENT
Name of the value constraint element.- See Also:
- Constant Field Values
-
DEFAULTVALUES_ELEMENT
static final java.lang.String DEFAULTVALUES_ELEMENT
Name of the default values element.- See Also:
- Constant Field Values
-
DEFAULTVALUE_ELEMENT
static final java.lang.String DEFAULTVALUE_ELEMENT
Name of the default value element.- See Also:
- Constant Field Values
-
MULTIPLE_ATTRIBUTE
static final java.lang.String MULTIPLE_ATTRIBUTE
Name of themultipleattribute.- See Also:
- Constant Field Values
-
REQUIREDPRIMARYTYPES_ELEMENT
static final java.lang.String REQUIREDPRIMARYTYPES_ELEMENT
Name of the required primary types element.- See Also:
- Constant Field Values
-
REQUIREDPRIMARYTYPE_ELEMENT
static final java.lang.String REQUIREDPRIMARYTYPE_ELEMENT
Name of the required primary type element.- See Also:
- Constant Field Values
-
DEFAULTPRIMARYTYPE_ATTRIBUTE
static final java.lang.String DEFAULTPRIMARYTYPE_ATTRIBUTE
Name of the default primary type attribute.- See Also:
- Constant Field Values
-
SAMENAMESIBLINGS_ATTRIBUTE
static final java.lang.String SAMENAMESIBLINGS_ATTRIBUTE
Name of thesameNameSiblingsattribute.- See Also:
- Constant Field Values
-
AVAILABLE_QUERY_OPERATORS_ELEMENT
static final java.lang.String AVAILABLE_QUERY_OPERATORS_ELEMENT
Name of the availableQueryOperators element.- Since:
- JCR 2.0
- See Also:
- Constant Field Values
-
AVAILABLE_QUERY_OPERATOR_ELEMENT
static final java.lang.String AVAILABLE_QUERY_OPERATOR_ELEMENT
Name of the availableQueryOperator element.- Since:
- JCR 2.0
- See Also:
- Constant Field Values
-
FULL_TEXT_SEARCHABLE_ATTRIBUTE
static final java.lang.String FULL_TEXT_SEARCHABLE_ATTRIBUTE
Name of the fullTextSearchable attribute.- Since:
- JCR 2.0
- See Also:
- Constant Field Values
-
QUERY_ORDERABLE_ATTRIBUTE
static final java.lang.String QUERY_ORDERABLE_ATTRIBUTE
Name of the queryOrderable attribute.- Since:
- JCR 2.0
- See Also:
- Constant Field Values
-
DECLARINGNODETYPE_ATTRIBUTE
static final java.lang.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:
- Constant Field Values
-
-