Package | Description |
---|---|
org.apache.jackrabbit.rmi.client |
Client implementation of the transparent JCR-RMI layer.
|
org.apache.jackrabbit.rmi.remote |
Remote interfaces of the transparent JCR-RMI layer.
|
org.apache.jackrabbit.rmi.server |
Server implementation of the transparent JCR-RMI layer.
|
Modifier and Type | Method and Description |
---|---|
javax.jcr.version.VersionHistory |
LocalAdapterFactory.getVersionHistory(javax.jcr.Session session,
RemoteVersionHistory remote)
Factory method for creating a local adapter for a remote version history.
|
javax.jcr.version.VersionHistory |
ClientAdapterFactory.getVersionHistory(javax.jcr.Session session,
RemoteVersionHistory remote)
Creates and returns a
ClientVersionHistory
instance. |
Constructor and Description |
---|
ClientVersionHistory(javax.jcr.Session session,
RemoteVersionHistory remote,
LocalAdapterFactory factory)
Creates a local adapter for the given remote version history.
|
Modifier and Type | Method and Description |
---|---|
RemoteVersionHistory |
RemoteVersion.getContainingHistory()
Remote version of the
Version.getContainingHistory() method. |
RemoteVersionHistory |
RemoteNode.getVersionHistory()
Remote version of the
Node.getVersionHistory() method. |
RemoteVersionHistory |
RemoteVersionManager.getVersionHistory(String absPath) |
Modifier and Type | Class and Description |
---|---|
class |
ServerVersionHistory
Remote adapter for the JCR
VersionHistory
interface. |
Modifier and Type | Method and Description |
---|---|
RemoteVersionHistory |
ServerVersion.getContainingHistory()
Remote version of the
Version.getContainingHistory() method. |
RemoteVersionHistory |
ServerAdapterFactory.getRemoteVersionHistory(javax.jcr.version.VersionHistory versionHistory)
Creates a
ServerVersionHistory instance. |
RemoteVersionHistory |
RemoteAdapterFactory.getRemoteVersionHistory(javax.jcr.version.VersionHistory versionHistory)
Returns a remote adapter for the given local version history.
|
RemoteVersionHistory |
ServerNode.getVersionHistory()
Remote version of the
Node.getVersionHistory() method. |
RemoteVersionHistory |
ServerVersionManager.getVersionHistory(String absPath) |
Copyright © 2004-2020 The Apache Software Foundation. All Rights Reserved.