|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
NodeTypeManager instead.
public interface JackrabbitNodeTypeManager
The Jackrabbit node type manager interface. This interface contains the
Jackrabbit-specific extensions to the JCR NodeTypeManager interface.
Currently Jackrabbit provides a mechanism to register new node types, but it is not possible to modify or remove existing node types.
| Field Summary | |
|---|---|
static java.lang.String |
TEXT_X_JCR_CND
Deprecated. The experimental content type for the compact node type definition files. |
static java.lang.String |
TEXT_XML
Deprecated. The standard XML content type to be used with XML-formatted node type streams. |
| Method Summary | |
|---|---|
boolean |
hasNodeType(java.lang.String name)
Deprecated. Checks if a node type with the given name is registered. |
NodeType[] |
registerNodeTypes(org.xml.sax.InputSource in)
Deprecated. Registers node types from the given node type XML stream. |
NodeType[] |
registerNodeTypes(java.io.InputStream in,
java.lang.String contentType)
Deprecated. Registers node types from the given input stream of the given type. |
| Methods inherited from interface javax.jcr.nodetype.NodeTypeManager |
|---|
createNodeDefinitionTemplate, createNodeTypeTemplate, createNodeTypeTemplate, createPropertyDefinitionTemplate, getAllNodeTypes, getMixinNodeTypes, getNodeType, getPrimaryNodeTypes, registerNodeType, registerNodeTypes, unregisterNodeType, unregisterNodeTypes |
| Field Detail |
|---|
static final java.lang.String TEXT_XML
static final java.lang.String TEXT_X_JCR_CND
| Method Detail |
|---|
NodeType[] registerNodeTypes(org.xml.sax.InputSource in)
throws org.xml.sax.SAXException,
RepositoryException
in - node type XML stream
org.xml.sax.SAXException - if the XML stream could not be read or parsed
RepositoryException - if the node types are invalid or another
repository error occurs
NodeType[] registerNodeTypes(java.io.InputStream in,
java.lang.String contentType)
throws java.io.IOException,
RepositoryException
in - node type streamcontentType - type of the input stream
java.io.IOException - if the input stream could not be read or parsed
RepositoryException - if the node types are invalid or another
repository error occurs
boolean hasNodeType(java.lang.String name)
throws RepositoryException
hasNodeType in interface NodeTypeManagername - node type name
true if the named node type is registered
false otherwise
RepositoryException - if an error occurs
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||