|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.jackrabbit.rmi.client.ClientObject
org.apache.jackrabbit.rmi.client.ClientItemDefinition
public class ClientItemDefinition
Local adapter for the JCR-RMI
RemoteItemDefinition
interface. This class makes a remote item definition locally available using
the JCR ItemDef
interface. Used mainly
as the base class for the
ClientPropertyDefinition
and
ClientNodeDefinition
adapters.
ItemDefinition
,
RemoteItemDefinition
Constructor Summary | |
---|---|
ClientItemDefinition(RemoteItemDefinition remote,
LocalAdapterFactory factory)
Creates a local adapter for the given remote item definition. |
Method Summary | |
---|---|
javax.jcr.nodetype.NodeType |
getDeclaringNodeType()
|
String |
getName()
|
int |
getOnParentVersion()
|
boolean |
isAutoCreated()
|
boolean |
isMandatory()
|
boolean |
isProtected()
|
Methods inherited from class org.apache.jackrabbit.rmi.client.ClientObject |
---|
getFactory, getItem, getNode, getNodeTypeArray |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ClientItemDefinition(RemoteItemDefinition remote, LocalAdapterFactory factory)
remote
- remote item definitionfactory
- local adapter factoryMethod Detail |
---|
public javax.jcr.nodetype.NodeType getDeclaringNodeType()
getDeclaringNodeType
in interface javax.jcr.nodetype.ItemDefinition
public String getName()
getName
in interface javax.jcr.nodetype.ItemDefinition
public boolean isAutoCreated()
isAutoCreated
in interface javax.jcr.nodetype.ItemDefinition
public boolean isMandatory()
isMandatory
in interface javax.jcr.nodetype.ItemDefinition
public int getOnParentVersion()
getOnParentVersion
in interface javax.jcr.nodetype.ItemDefinition
public boolean isProtected()
isProtected
in interface javax.jcr.nodetype.ItemDefinition
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |