|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of RemoteItemDefinition in org.exoplatform.services.jcr.rmi.api.client |
|---|
| Methods in org.exoplatform.services.jcr.rmi.api.client with parameters of type RemoteItemDefinition | |
|---|---|
javax.jcr.nodetype.ItemDefinition |
LocalAdapterFactoryImpl.getItemDef(RemoteItemDefinition remote)
Creates and returns a ClientItemDefinition instance. |
javax.jcr.nodetype.ItemDefinition |
LocalAdapterFactory.getItemDef(RemoteItemDefinition remote)
Factory method for creating a local adapter for a remote item definition. |
| Constructors in org.exoplatform.services.jcr.rmi.api.client with parameters of type RemoteItemDefinition | |
|---|---|
ClientItemDefinition(RemoteItemDefinition remote,
LocalAdapterFactory factory)
Creates a local adapter for the given remote item definition. |
|
| Uses of RemoteItemDefinition in org.exoplatform.services.jcr.rmi.api.remote |
|---|
| Methods in org.exoplatform.services.jcr.rmi.api.remote that return RemoteItemDefinition | |
|---|---|
RemoteItemDefinition |
RemoteAdapterFactory.getRemoteItemDefinition(javax.jcr.nodetype.ItemDefinition def)
Returns a remote adapter for the given local item definition. |
| Uses of RemoteItemDefinition in org.exoplatform.services.jcr.rmi.api.remote.nodetype |
|---|
| Subinterfaces of RemoteItemDefinition in org.exoplatform.services.jcr.rmi.api.remote.nodetype | |
|---|---|
interface |
RemoteNodeDefinition
Remote version of the JCR NodeDefinition interface. |
interface |
RemotePropertyDefinition
Remote version of the JCR PropertyDefinition
interface. |
| Uses of RemoteItemDefinition in org.exoplatform.services.jcr.rmi.impl.server |
|---|
| Classes in org.exoplatform.services.jcr.rmi.impl.server that implement RemoteItemDefinition | |
|---|---|
class |
ServerItemDefinition
Remote adapter for the JCR ItemDefinition interface. |
class |
ServerNodeDefinition
Remote adapter for the JCR NodeDefinition interface. |
class |
ServerPropertyDefinition
Remote adapter for the JCR PropertyDefinition
interface. |
| Methods in org.exoplatform.services.jcr.rmi.impl.server that return RemoteItemDefinition | |
|---|---|
RemoteItemDefinition |
RemoteAdapterFactoryImpl.getRemoteItemDefinition(javax.jcr.nodetype.ItemDefinition def)
Creates a ServerItemDefinition instance. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||