org.apache.jackrabbit.commons.webdav
Interface NodeTypeConstants

All Known Implementing Classes:
NodeTypeUtil

public interface NodeTypeConstants

NodeTypeConstants used to represent nodetype definitions in Xml.

See Also:
NodeType

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

See Also:
Constant Field Values

HASORDERABLECHILDNODES_ATTRIBUTE

static final java.lang.String HASORDERABLECHILDNODES_ATTRIBUTE
Name of the hasOrderableChildNodes attribute.

See Also:
Constant Field Values

ISABSTRACT_ATTRIBUTE

static final java.lang.String ISABSTRACT_ATTRIBUTE
Name of the isAbstract attribute.

Since:
JCR 2.0
See Also:
Constant Field Values

ISQUERYABLE_ATTRIBUTE

static final java.lang.String ISQUERYABLE_ATTRIBUTE
Name of the isQueryable attribute.

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

See Also:
Constant Field Values

AUTOCREATED_ATTRIBUTE

static final java.lang.String AUTOCREATED_ATTRIBUTE
Name of the autoCreated attribute.

See Also:
Constant Field Values

MANDATORY_ATTRIBUTE

static final java.lang.String MANDATORY_ATTRIBUTE
Name of the mandatory attribute.

See Also:
Constant Field Values

ONPARENTVERSION_ATTRIBUTE

static final java.lang.String ONPARENTVERSION_ATTRIBUTE
Name of the onParentVersion attribute.

See Also:
Constant Field Values

PROTECTED_ATTRIBUTE

static final java.lang.String PROTECTED_ATTRIBUTE
Name of the protected attribute.

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

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

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


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