Uses of Interface
org.exoplatform.services.jcr.rmi.api.client.LocalAdapterFactory

Packages that use LocalAdapterFactory
org.exoplatform.services.jcr.rmi.api.client   
org.exoplatform.services.jcr.rmi.api.client.iterator   
 

Uses of LocalAdapterFactory in org.exoplatform.services.jcr.rmi.api.client
 

Classes in org.exoplatform.services.jcr.rmi.api.client that implement LocalAdapterFactory
 class LocalAdapterFactoryImpl
          Default implementation of the LocalAdapterFactory interface.
 

Methods in org.exoplatform.services.jcr.rmi.api.client that return LocalAdapterFactory
protected  LocalAdapterFactory ClientObject.getFactory()
          Returns the local adapter factory used to create new adapters.
 

Constructors in org.exoplatform.services.jcr.rmi.api.client with parameters of type LocalAdapterFactory
ClientItem(javax.jcr.Session session, RemoteItem remote, LocalAdapterFactory factory)
          Creates a local adapter for the given remote item.
ClientItemDefinition(RemoteItemDefinition remote, LocalAdapterFactory factory)
          Creates a local adapter for the given remote item definition.
ClientLock(javax.jcr.Node node, RemoteLock remote, LocalAdapterFactory factory)
          Creates a local adapter for the given remote lock.
ClientNode(javax.jcr.Session session, RemoteNode remote, LocalAdapterFactory factory)
          Creates a local adapter for the given remote node.
ClientNodeDefinition(RemoteNodeDefinition remote, LocalAdapterFactory factory)
          Creates a local adapter for the given remote node definition.
ClientNodeType(RemoteNodeType remote, LocalAdapterFactory factory)
          Creates a local adapter for the given remote node type.
ClientNodeTypeManager(RemoteNodeTypeManager remote, LocalAdapterFactory factory)
          Creates a local adapter for the given remote node type manager.
ClientObject(LocalAdapterFactory factory)
          Creates a basic client adapter that uses the given factory to create new adapters.
ClientProperty(javax.jcr.Session session, RemoteProperty remote, LocalAdapterFactory factory)
          Creates a local adapter for the given remote property.
ClientPropertyDefinition(RemotePropertyDefinition remote, LocalAdapterFactory factory)
          Creates a local adapter for the given remote property definition.
ClientQuery(javax.jcr.Session session, RemoteQuery remote, LocalAdapterFactory factory)
          Creates a client adapter for the given query.
ClientQueryManager(javax.jcr.Session session, RemoteQueryManager remote, LocalAdapterFactory factory)
          Creates a client adapter for the given remote query manager.
ClientQueryResult(javax.jcr.Session session, RemoteQueryResult remote, LocalAdapterFactory factory)
          Creates a client adapter for the given remote query result.
ClientRepository(RemoteRepository remote, LocalAdapterFactory factory)
          Creates a client adapter for the given remote repository.
ClientRepositoryFactory(LocalAdapterFactory factory)
          Creates a JCR-RMI client factory with the given adapter factory.
ClientSession(javax.jcr.Repository repository, RemoteSession remote, LocalAdapterFactory factory)
          Creates a client adapter for the given remote session.
ClientVersion(javax.jcr.Session session, RemoteVersion remote, LocalAdapterFactory factory)
          Creates a local adapter for the given remote version.
ClientVersionHistory(javax.jcr.Session session, RemoteVersionHistory remote, LocalAdapterFactory factory)
          Creates a local adapter for the given remote version history.
ClientWorkspace(javax.jcr.Session session, RemoteWorkspace remote, LocalAdapterFactory factory)
          Creates a client adapter for the given remote workspace.
 

Uses of LocalAdapterFactory in org.exoplatform.services.jcr.rmi.api.client.iterator
 

Constructors in org.exoplatform.services.jcr.rmi.api.client.iterator with parameters of type LocalAdapterFactory
ClientIterator(RemoteIterator remote, LocalAdapterFactory factory)
          Creates a local adapter for the given remote iterator.
ClientNodeIterator(RemoteIterator iterator, javax.jcr.Session session, LocalAdapterFactory factory)
          Creates a ClientNodeIterator instance.
ClientNodeTypeIterator(RemoteIterator iterator, LocalAdapterFactory factory)
          Creates a ClientNodeTypeIterator instance.
ClientPropertyIterator(RemoteIterator iterator, javax.jcr.Session session, LocalAdapterFactory factory)
          Creates a ClientPropertyIterator instance.
ClientRowIterator(RemoteIterator iterator, LocalAdapterFactory factory)
          Creates a ClientRowIterator instance.
ClientVersionIterator(RemoteIterator iterator, javax.jcr.Session session, LocalAdapterFactory factory)
          Creates a ClientVersionIterator instance.
 



Copyright © 2012 eXo Platform SAS. All Rights Reserved.