public interface RemoteItemDefinition
extends java.rmi.Remote
ItemDef
interface. Used by the
ServerItemDefinition and
ClientItemDefinition
adapter base classes to provide transparent RMI access to remote item
definitions.
The methods in this interface are documented only with a reference
to a corresponding ItemDef method. The remote object will simply forward
the method call to the underlying ItemDef instance. Argument and return
values, as well as possible exceptions, are copied over the network.
Complex NodeType return values
are returned as remote references to the
RemoteNodeType
interface. RMI errors are signaled with RemoteExceptions.
javax.jcr.nodetype.ItemDefinition,
ClientItemDefinition,
ServerItemDefinition| Modifier and Type | Method and Description |
|---|---|
RemoteNodeType |
getDeclaringNodeType()
Remote version of the
ItemDef.getDeclaringNodeType()
method. |
java.lang.String |
getName()
Remote version of the
ItemDef.getName() method. |
int |
getOnParentVersion()
Remote version of the
ItemDef.getOnParentVersion()
method. |
boolean |
isAutoCreated()
Remote version of the
ItemDef.isAutoCreate()
method. |
boolean |
isMandatory()
Remote version of the
ItemDef.isMandatory()
method. |
boolean |
isProtected()
Remote version of the
ItemDef.isProtected()
method. |
RemoteNodeType getDeclaringNodeType() throws java.rmi.RemoteException
ItemDef.getDeclaringNodeType()
method.java.rmi.RemoteException - on RMI errorsjava.lang.String getName()
throws java.rmi.RemoteException
ItemDef.getName() method.java.rmi.RemoteException - on RMI errorsboolean isAutoCreated()
throws java.rmi.RemoteException
ItemDef.isAutoCreate()
method.true if the item is automatically created,
false otherwisejava.rmi.RemoteException - on RMI errorsboolean isMandatory()
throws java.rmi.RemoteException
ItemDef.isMandatory()
method.true if the item is mandatory,
false otherwisejava.rmi.RemoteException - on RMI errorsint getOnParentVersion()
throws java.rmi.RemoteException
ItemDef.getOnParentVersion()
method.java.rmi.RemoteException - on RMI errorsboolean isProtected()
throws java.rmi.RemoteException
ItemDef.isProtected()
method.true if the item is protected,
false otherwisejava.rmi.RemoteException - on RMI errors"Copyright © 2010 - 2018 Adobe Systems Incorporated. All Rights Reserved"