|
||||||||||
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(String name)
Checks if the named node type exists. |
RemoteNodeType[] |
registerNodeTypes(byte[] content,
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(String name) throws javax.jcr.RepositoryException, RemoteException
name
- node type name
true
if the named node type exists,
false
otherwise
javax.jcr.RepositoryException
- if a repository error occurs
RemoteException
- if a remote error occurs.RemoteNodeType[] registerNodeTypes(byte[] content, String contentType) throws javax.jcr.RepositoryException, RemoteException
content
- node type definitionscontentType
- type of the node type definitions
javax.jcr.RepositoryException
- if a repository error occurs
RemoteException
- if a remote error occurs.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |