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