|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface RemoteNodeDefinition
Remote version of the JCR NodeDefinition interface.
Used by the ServerNodeDefinition and
ClientNodeDefinition
adapters to provide transparent RMI access to remote node definitions.
The methods in this interface are documented only with a reference to a corresponding NodeDef
method. The remote object will simply forward the method call to the underlying NodeDef instance.
Return values and possible exceptions are copied over the network. Complex
NodeType return values are returned as remote references to
the RemoteNodeType interface.
RMI errors are signalled with RemoteExceptions.
| Method Summary | |
|---|---|
boolean |
allowsSameNameSiblings()
Remote version of the NodeDef.allowSameNameSibs() method. |
RemoteNodeType |
getDefaultPrimaryType()
Remote version of the NodeDef.getDefaultPrimaryType() method. |
RemoteNodeType[] |
getRequiredPrimaryTypes()
Remote version of the NodeDef.getRequiredPrimaryTypes() method. |
| Methods inherited from interface org.exoplatform.services.jcr.rmi.api.remote.nodetype.RemoteItemDefinition |
|---|
getDeclaringNodeType, getName, getOnParentVersion, isAutoCreated, isMandatory, isProtected |
| Method Detail |
|---|
RemoteNodeType[] getRequiredPrimaryTypes()
throws java.rmi.RemoteException
NodeDef.getRequiredPrimaryTypes() method.
java.rmi.RemoteException - on RMI errors
RemoteNodeType getDefaultPrimaryType()
throws java.rmi.RemoteException
NodeDef.getDefaultPrimaryType() method.
java.rmi.RemoteException - on RMI errors
boolean allowsSameNameSiblings()
throws java.rmi.RemoteException
NodeDef.allowSameNameSibs() method.
true if same name siblings are allowed, false otherwise
java.rmi.RemoteException - on RMI errors
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||