|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface RemoteJackrabbitNodeTypeManager
Remote version of the JackrabbitNodeTypeManager extension interface.
| Method Summary | |
|---|---|
boolean |
hasNodeType(java.lang.String name)
Checks if the named node type exists. |
RemoteNodeType[] |
registerNodeTypes(byte[] content,
java.lang.String contentType)
Registers node types defined in the given node type definitions. |
| Methods inherited from interface org.apache.jackrabbit.rmi.remote.RemoteNodeTypeManager |
|---|
getAllNodeTypes, getMixinNodeTypes, getNodeType, getPrimaryNodeTypes |
| Method Detail |
|---|
boolean hasNodeType(java.lang.String name)
throws javax.jcr.RepositoryException,
java.rmi.RemoteException
name - node type name
true if the named node type exists,
false otherwise
javax.jcr.RepositoryException - if a repository error occurs
java.rmi.RemoteException - if a remote error occurs.
RemoteNodeType[] registerNodeTypes(byte[] content,
java.lang.String contentType)
throws javax.jcr.RepositoryException,
java.rmi.RemoteException
content - node type definitionscontentType - type of the node type definitions
javax.jcr.RepositoryException - if a repository error occurs
java.rmi.RemoteException - if a remote error occurs.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||