|
||||||||||
| 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 | |
|---|---|
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 factory| Method Detail |
|---|
public NodeType getDeclaringNodeType()
getDeclaringNodeType in interface ItemDefinitionpublic String getName()
getName in interface ItemDefinitionpublic boolean isAutoCreated()
isAutoCreated in interface ItemDefinitionpublic boolean isMandatory()
isMandatory in interface ItemDefinitionpublic int getOnParentVersion()
getOnParentVersion in interface ItemDefinitionpublic boolean isProtected()
isProtected in interface ItemDefinition
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||