public class ClientItemDefinition extends ClientObject
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.javax.jcr.nodetype.ItemDefinition,
RemoteItemDefinition| Constructor and Description |
|---|
ClientItemDefinition(RemoteItemDefinition remote,
LocalAdapterFactory factory)
Creates a local adapter for the given remote item definition.
|
| Modifier and Type | Method and Description |
|---|---|
NodeType |
getDeclaringNodeType() |
java.lang.String |
getName() |
int |
getOnParentVersion() |
boolean |
isAutoCreated() |
boolean |
isMandatory() |
boolean |
isProtected() |
public ClientItemDefinition(RemoteItemDefinition remote, LocalAdapterFactory factory)
remote - remote item definitionfactory - local adapter factory"Copyright © 2010 - 2018 Adobe Systems Incorporated. All Rights Reserved"