Local adapter for the JCR-RMI
RemoteNodeDefinition
interface. This class makes a remote node definition locally available using
the JCR NodeDef interface.
@Deprecated public class ClientNodeDefinition extends ClientItemDefinition implements NodeDefinition
NodeDefinition,
RemoteNodeDefinition| Constructor and Description |
|---|
ClientNodeDefinition(RemoteNodeDefinition remote,
LocalAdapterFactory factory)
Deprecated.
Creates a local adapter for the given remote node definition.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
allowsSameNameSiblings()
Deprecated.
|
NodeType |
getDefaultPrimaryType()
Deprecated.
|
String |
getDefaultPrimaryTypeName()
Deprecated.
|
String[] |
getRequiredPrimaryTypeNames()
Deprecated.
|
NodeType[] |
getRequiredPrimaryTypes()
Deprecated.
|
getDeclaringNodeType, getName, getOnParentVersion, isAutoCreated, isMandatory, isProtectedgetFactory, getItem, getNode, getNodeTypeArrayclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetDeclaringNodeType, getName, getOnParentVersion, isAutoCreated, isMandatory, isProtectedpublic ClientNodeDefinition(RemoteNodeDefinition remote, LocalAdapterFactory factory)
remote - remote node definitionfactory - local adapter factorypublic NodeType[] getRequiredPrimaryTypes()
getRequiredPrimaryTypes in interface NodeDefinitionpublic NodeType getDefaultPrimaryType()
getDefaultPrimaryType in interface NodeDefinitionpublic boolean allowsSameNameSiblings()
allowsSameNameSiblings in interface NodeDefinitionpublic String getDefaultPrimaryTypeName()
getDefaultPrimaryTypeName in interface NodeDefinitionpublic String[] getRequiredPrimaryTypeNames()
getRequiredPrimaryTypeNames in interface NodeDefinitionCopyright © 2004–2024 The Apache Software Foundation. All rights reserved.