org.apache.jackrabbit.commons.webdav
Interface NodeTypeConstants

All Known Implementing Classes:
ItemDefinitionImpl, NodeDefinitionImpl, NodeTypeProperty, NodeTypesReport, NodeTypeUtil, PropertyDefinitionImpl

public interface NodeTypeConstants

NodeTypeConstants used to represent nodetype definitions in Xml.

See Also:
NodeType

Field Summary
static String AUTOCREATED_ATTRIBUTE
          Name of the autoCreated attribute.
static String AVAILABLE_QUERY_OPERATOR_ELEMENT
          Name of the availableQueryOperator element.
static String AVAILABLE_QUERY_OPERATORS_ELEMENT
          Name of the availableQueryOperators element.
static String CHILDNODEDEFINITION_ELEMENT
          Name of the child node definition element.
static String DECLARINGNODETYPE_ATTRIBUTE
          Name of the declaring nodetype.
static String DEFAULTPRIMARYTYPE_ATTRIBUTE
          Name of the default primary type attribute.
static String DEFAULTVALUE_ELEMENT
          Name of the default value element.
static String DEFAULTVALUES_ELEMENT
          Name of the default values element.
static String FULL_TEXT_SEARCHABLE_ATTRIBUTE
          Name of the fullTextSearchable attribute.
static String HASORDERABLECHILDNODES_ATTRIBUTE
          Name of the hasOrderableChildNodes attribute.
static String ISABSTRACT_ATTRIBUTE
          Name of the isAbstract attribute.
static String ISMIXIN_ATTRIBUTE
          Name of the isMixin attribute.
static String ISQUERYABLE_ATTRIBUTE
          Name of the isQueryable attribute.
static String MANDATORY_ATTRIBUTE
          Name of the mandatory attribute.
static String MULTIPLE_ATTRIBUTE
          Name of the multiple attribute.
static String NAME_ATTRIBUTE
          Name of the name attribute.
static String NODETYPE_ELEMENT
          Name of the node type definition element.
static String NODETYPES_ELEMENT
          Name of the node type definition root element.
static String ONPARENTVERSION_ATTRIBUTE
          Name of the onParentVersion attribute.
static String PRIMARYITEMNAME_ATTRIBUTE
          Name of the primary item name attribute.
static String PROPERTYDEFINITION_ELEMENT
          Name of the property definition element.
static String PROTECTED_ATTRIBUTE
          Name of the protected attribute.
static String QUERY_ORDERABLE_ATTRIBUTE
          Name of the queryOrderable attribute.
static String REQUIREDPRIMARYTYPE_ELEMENT
          Name of the required primary type element.
static String REQUIREDPRIMARYTYPES_ELEMENT
          Name of the required primary types element.
static String REQUIREDTYPE_ATTRIBUTE
          Name of the required type attribute.
static String SAMENAMESIBLINGS_ATTRIBUTE
          Name of the sameNameSiblings attribute.
static String SUPERTYPE_ELEMENT
          Name of the supertype element.
static String SUPERTYPES_ELEMENT
          Name of the supertypes element.
static String VALUECONSTRAINT_ELEMENT
          Name of the value constraint element.
static String VALUECONSTRAINTS_ELEMENT
          Name of the value constraints element.
static String XML_NODETYPE
           
static String XML_NODETYPENAME
           
static String XML_NODETYPES
           
static String XML_REPORT_ALLNODETYPES
           
static String XML_REPORT_MIXINNODETYPES
           
static String XML_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 the isMixin attribute.

See Also:
Constant Field Values

HASORDERABLECHILDNODES_ATTRIBUTE

static final String HASORDERABLECHILDNODES_ATTRIBUTE
Name of the hasOrderableChildNodes attribute.

See Also:
Constant Field Values

ISABSTRACT_ATTRIBUTE

static final String ISABSTRACT_ATTRIBUTE
Name of the isAbstract attribute.

Since:
JCR 2.0
See Also:
Constant Field Values

ISQUERYABLE_ATTRIBUTE

static final String ISQUERYABLE_ATTRIBUTE
Name of the isQueryable attribute.

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 the name attribute.

See Also:
Constant Field Values

AUTOCREATED_ATTRIBUTE

static final String AUTOCREATED_ATTRIBUTE
Name of the autoCreated attribute.

See Also:
Constant Field Values

MANDATORY_ATTRIBUTE

static final String MANDATORY_ATTRIBUTE
Name of the mandatory attribute.

See Also:
Constant Field Values

ONPARENTVERSION_ATTRIBUTE

static final String ONPARENTVERSION_ATTRIBUTE
Name of the onParentVersion attribute.

See Also:
Constant Field Values

PROTECTED_ATTRIBUTE

static final String PROTECTED_ATTRIBUTE
Name of the protected attribute.

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 the multiple attribute.

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 the sameNameSiblings attribute.

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


Copyright © 2004-2010 The Apache Software Foundation. All Rights Reserved.