A B C D E F G H I J L M N O P Q R S T U W

A

accept(ItemVisitor) - Method in class org.exoplatform.services.jcr.rmi.api.client.ClientItem
Accepts the visitor to visit this item.
accept(ItemVisitor) - Method in class org.exoplatform.services.jcr.rmi.api.client.ClientNode
Calls the ItemVisitor.visit(Node) method of the given visitor.
accept(ItemVisitor) - Method in class org.exoplatform.services.jcr.rmi.api.client.ClientProperty
Calls the ItemVisitor.visit(Property method of the given visitor.
addEventListener(EventListener, int, String, boolean, String[], String[], boolean) - Method in class org.exoplatform.services.jcr.rmi.api.client.ClientObservationManager
addEventListener(long, int, String, boolean, String[], String[], boolean) - Method in interface org.exoplatform.services.jcr.rmi.api.remote.RemoteObservationManager
Remote version of the ObservationManager.addEventListener() method.
addEventListener(long, int, String, boolean, String[], String[], boolean) - Method in class org.exoplatform.services.jcr.rmi.impl.server.ServerObservationManager
Remote version of the ObservationManager.addEventListener() method.
addListener(EventListener) - Method in class org.exoplatform.services.jcr.rmi.api.observation.ClientEventPoll
Registers the given local listener with this instance and returns the unique identifier assigned to it.
addLockToken(String) - Method in class org.exoplatform.services.jcr.rmi.api.client.ClientSession
addLockToken(String) - Method in interface org.exoplatform.services.jcr.rmi.api.remote.RemoteSession
Remote version of the Session.addLockToken(String) method.
addLockToken(String) - Method in class org.exoplatform.services.jcr.rmi.impl.server.ServerSession
Remote version of the Session.addLockToken(String) method.
addMixin(String) - Method in class org.exoplatform.services.jcr.rmi.api.client.ClientNode
addMixin(String) - Method in interface org.exoplatform.services.jcr.rmi.api.remote.RemoteNode
Remote version of the Node.addMixin(String) method.
addMixin(String) - Method in class org.exoplatform.services.jcr.rmi.impl.server.ServerNode
Remote version of the Node.addMixin(String) method.
addNode(String) - Method in class org.exoplatform.services.jcr.rmi.api.client.ClientNode
addNode(String, String) - Method in class org.exoplatform.services.jcr.rmi.api.client.ClientNode
addNode(String) - Method in interface org.exoplatform.services.jcr.rmi.api.remote.RemoteNode
Remote version of the Node.addNode(Sring) method.
addNode(String, String) - Method in interface org.exoplatform.services.jcr.rmi.api.remote.RemoteNode
Remote version of the Node.addNode(String,String) method.
addNode(String) - Method in class org.exoplatform.services.jcr.rmi.impl.server.ServerNode
Remote version of the Node.addNode(Sring) method.
addNode(String, String) - Method in class org.exoplatform.services.jcr.rmi.impl.server.ServerNode
Remote version of the Node.addNode(String,String) method.
addVersionLabel(String, String, boolean) - Method in class org.exoplatform.services.jcr.rmi.api.client.ClientVersionHistory
addVersionLabel(String, String, boolean) - Method in interface org.exoplatform.services.jcr.rmi.api.remote.RemoteVersionHistory
Remote version of the VersionHistory.addVersionLabel(String, String, boolean) method.
addVersionLabel(String, String, boolean) - Method in class org.exoplatform.services.jcr.rmi.impl.server.ServerVersionHistory
Remote version of the VersionHistory.addVersionLabel(String, String, boolean) method.
allowsSameNameSiblings() - Method in class org.exoplatform.services.jcr.rmi.api.client.ClientNodeDefinition
allowsSameNameSiblings() - Method in interface org.exoplatform.services.jcr.rmi.api.remote.nodetype.RemoteNodeDefinition
Remote version of the NodeDef.allowSameNameSibs() method.
allowsSameNameSiblings() - Method in class org.exoplatform.services.jcr.rmi.impl.server.ServerNodeDefinition
Remote version of the NodeDef.allowSameNameSibs() method.
ArrayEventIterator - Class in org.exoplatform.services.jcr.rmi.api.iterator
Array implementation of the JCR EventIterator interface.
ArrayEventIterator(Event[]) - Constructor for class org.exoplatform.services.jcr.rmi.api.iterator.ArrayEventIterator
Creates an iterator for the given array of events.
ArrayEventListenerIterator - Class in org.exoplatform.services.jcr.rmi.api.iterator
Array implementation of the JCR EventListenerIterator interface.
ArrayEventListenerIterator(EventListener[]) - Constructor for class org.exoplatform.services.jcr.rmi.api.iterator.ArrayEventListenerIterator
Creates an iterator for the given array of listeners.
ArrayIterator - Class in org.exoplatform.services.jcr.rmi.api.iterator
Array implementation of the JCR RangeIterator interface.
ArrayIterator(Object[]) - Constructor for class org.exoplatform.services.jcr.rmi.api.iterator.ArrayIterator
Creates an iterator for the given array of objects.
ArrayIterator - Class in org.exoplatform.services.jcr.rmi.api.remote.iterator
A simple array-based remote iterator.
ArrayIterator(Object[]) - Constructor for class org.exoplatform.services.jcr.rmi.api.remote.iterator.ArrayIterator
Creates an array-based remote iterator from the given array of remote references or serializable objects.
asString(String, String) - Static method in class org.exoplatform.services.jcr.rmi.api.value.PermissionValue
 

B

BaseNonStreamValue - Class in org.exoplatform.services.jcr.rmi.api.value
The BaseNonStreamValue class implements the basic committed value state for non-stream values as a part of the State design pattern (Gof) used by this package.
BaseNonStreamValue() - Constructor for class org.exoplatform.services.jcr.rmi.api.value.BaseNonStreamValue
Default constructor with no special tasks.
BinaryValue - Class in org.exoplatform.services.jcr.rmi.api.value
The BinaryValue class implements the committed value state for Binary values as a part of the State design pattern (Gof) used by this package.
BinaryValue(InputStream) - Constructor for class org.exoplatform.services.jcr.rmi.api.value.BinaryValue
Creates an instance on the given InputStream.
BinaryValue(String) - Constructor for class org.exoplatform.services.jcr.rmi.api.value.BinaryValue
Creates an instance providing the UTF-8 representation of the given string value.
bind() - Method in interface org.exoplatform.services.jcr.rmi.impl.server.JCRServer
 
bind() - Method in class org.exoplatform.services.jcr.rmi.impl.server.JCRServerImpl
 
BooleanValue - Class in org.exoplatform.services.jcr.rmi.api.value
The BooleanValue class implements the committed value state for Boolean values as a part of the State design pattern (Gof) used by this package.
BooleanValue(boolean) - Constructor for class org.exoplatform.services.jcr.rmi.api.value.BooleanValue
Creates an instance for the given boolean value.
BooleanValue(String) - Constructor for class org.exoplatform.services.jcr.rmi.api.value.BooleanValue
Creates an instance for the given string representation of a boolean.
BufferIterator - Class in org.exoplatform.services.jcr.rmi.api.remote.iterator
A buffered remote iterator.
BufferIterator(Object[], long, RemoteIterator) - Constructor for class org.exoplatform.services.jcr.rmi.api.remote.iterator.BufferIterator
Creates a new buffered remote iterator.

C

canAddChildNode(String) - Method in class org.exoplatform.services.jcr.rmi.api.client.ClientNodeType
canAddChildNode(String, String) - Method in class org.exoplatform.services.jcr.rmi.api.client.ClientNodeType
canAddChildNode(String) - Method in interface org.exoplatform.services.jcr.rmi.api.remote.nodetype.RemoteNodeType
Remote version of the NodeType.canAddChildNode(String) method.
canAddChildNode(String, String) - Method in interface org.exoplatform.services.jcr.rmi.api.remote.nodetype.RemoteNodeType
Remote version of the NodeType.canAddChildNode(String,String) method.
canAddChildNode(String) - Method in class org.exoplatform.services.jcr.rmi.impl.server.ServerNodeType
Remote version of the NodeType.canAddChildNode(String) method.
canAddChildNode(String, String) - Method in class org.exoplatform.services.jcr.rmi.impl.server.ServerNodeType
Remote version of the NodeType.canAddChildNode(String,String) method.
canAddMixin(String) - Method in class org.exoplatform.services.jcr.rmi.api.client.ClientNode
canAddMixin(String) - Method in interface org.exoplatform.services.jcr.rmi.api.remote.RemoteNode
Remote version of the Node.canAddMixin(String) method.
canAddMixin(String) - Method in class org.exoplatform.services.jcr.rmi.impl.server.ServerNode
Remote version of the Node.canAddMixin(String) method.
cancelMerge(Version) - Method in class org.exoplatform.services.jcr.rmi.api.client.ClientNode
cancelMerge(String) - Method in interface org.exoplatform.services.jcr.rmi.api.remote.RemoteNode
Remote version of the Node.cancelMerge(Version) method.
cancelMerge(String) - Method in class org.exoplatform.services.jcr.rmi.impl.server.ServerNode
Remote version of the Node.cancelMerge(Version) method.
canRemoveItem(String) - Method in class org.exoplatform.services.jcr.rmi.api.client.ClientNodeType
canRemoveItem(String) - Method in interface org.exoplatform.services.jcr.rmi.api.remote.nodetype.RemoteNodeType
Remote version of the NodeType.canRemoveItem(String) method.
canRemoveItem(String) - Method in class org.exoplatform.services.jcr.rmi.impl.server.ServerNodeType
Remote version of the NodeType.canRemoveItem(String) method.
canSetProperty(String, Value) - Method in class org.exoplatform.services.jcr.rmi.api.client.ClientNodeType
canSetProperty(String, Value[]) - Method in class org.exoplatform.services.jcr.rmi.api.client.ClientNodeType
canSetProperty(String, Value) - Method in interface org.exoplatform.services.jcr.rmi.api.remote.nodetype.RemoteNodeType
Remote version of the NodeType.canSetProperty(String,Value) method.
canSetProperty(String, Value[]) - Method in interface org.exoplatform.services.jcr.rmi.api.remote.nodetype.RemoteNodeType
Remote version of the NodeType.canSetProperty(String,Value[]) method.
canSetProperty(String, Value) - Method in class org.exoplatform.services.jcr.rmi.impl.server.ServerNodeType
Remote version of the NodeType.canSetProperty(String,Value) method.
canSetProperty(String, Value[]) - Method in class org.exoplatform.services.jcr.rmi.impl.server.ServerNodeType
Remote version of the NodeType.canSetProperty(String,Value[]) method.
characters(char[], int, int) - Method in class org.exoplatform.services.jcr.rmi.api.xml.ImportContentHandler
checkChildrenPermission(String) - Method in interface org.exoplatform.services.jcr.rmi.api.remote.core.RemoteExtendedNode
Checks if there are permission to perform some actions
checkin() - Method in class org.exoplatform.services.jcr.rmi.api.client.ClientNode
checkin() - Method in interface org.exoplatform.services.jcr.rmi.api.remote.RemoteNode
Remote version of the Node.checkin() method.
checkin() - Method in class org.exoplatform.services.jcr.rmi.impl.server.ServerNode
Remote version of the Node.checkin() method.
checkout() - Method in class org.exoplatform.services.jcr.rmi.api.client.ClientNode
checkout() - Method in interface org.exoplatform.services.jcr.rmi.api.remote.RemoteNode
Remote version of the Node.checkout() method.
checkout() - Method in class org.exoplatform.services.jcr.rmi.impl.server.ServerNode
Remote version of the Node.checkout() method.
checkPermission(String, String) - Method in class org.exoplatform.services.jcr.rmi.api.client.ClientSession
checkPermission(String, String) - Method in interface org.exoplatform.services.jcr.rmi.api.remote.RemoteSession
Remote version of the Session.checkPermission(String,String) method.
checkPermission(String, String) - Method in class org.exoplatform.services.jcr.rmi.impl.server.ServerSession
Remote version of the Session.checkPermission(String,String) method.
clearChildrenACL() - Method in interface org.exoplatform.services.jcr.rmi.api.remote.core.RemoteExtendedNode
Clears children's Access Control List
ClientEventPoll - Class in org.exoplatform.services.jcr.rmi.api.observation
The ClientEventPoll class is the registry for client-side event listeners on behalf of the ClientObservationManager class.
ClientEventPoll(RemoteObservationManager, Session) - Constructor for class org.exoplatform.services.jcr.rmi.api.observation.ClientEventPoll
Creates an instance of this class talking to the given RemoteObservationManager.
ClientItem - Class in org.exoplatform.services.jcr.rmi.api.client
Local adapter for the JCR-RMI RemoteItem inteface.
ClientItem(Session, RemoteItem, LocalAdapterFactory) - Constructor for class org.exoplatform.services.jcr.rmi.api.client.ClientItem
Creates a local adapter for the given remote item.
ClientItemDefinition - Class in org.exoplatform.services.jcr.rmi.api.client
Local adapter for the JCR-RMI RemoteItemDefinition inteface.
ClientItemDefinition(RemoteItemDefinition, LocalAdapterFactory) - Constructor for class org.exoplatform.services.jcr.rmi.api.client.ClientItemDefinition
Creates a local adapter for the given remote item definition.
ClientIterator - Class in org.exoplatform.services.jcr.rmi.api.client.iterator
A buffering local adapter for the JCR-RMI RemoteIterator interface.
ClientIterator(RemoteIterator, LocalAdapterFactory) - Constructor for class org.exoplatform.services.jcr.rmi.api.client.iterator.ClientIterator
Creates a local adapter for the given remote iterator.
ClientLock - Class in org.exoplatform.services.jcr.rmi.api.client
Local adapter for the JCR-RMI RemoteLock inteface.
ClientLock(Node, RemoteLock, LocalAdapterFactory) - Constructor for class org.exoplatform.services.jcr.rmi.api.client.ClientLock
Creates a local adapter for the given remote lock.
ClientNamespaceRegistry - Class in org.exoplatform.services.jcr.rmi.api.client
Local adapter for the JCR-RMI RemoteNamespaceRegistry inteface.
ClientNamespaceRegistry(RemoteNamespaceRegistry, LocalAdapterFactoryImpl) - Constructor for class org.exoplatform.services.jcr.rmi.api.client.ClientNamespaceRegistry
Creates a local adapter for the given remote namespace registry.
ClientNode - Class in org.exoplatform.services.jcr.rmi.api.client
Local adapter for the JCR-RMI RemoteNode inteface.
ClientNode(Session, RemoteNode, LocalAdapterFactory) - Constructor for class org.exoplatform.services.jcr.rmi.api.client.ClientNode
Creates a local adapter for the given remote node.
ClientNodeDefinition - Class in org.exoplatform.services.jcr.rmi.api.client
Local adapter for the JCR-RMI RemoteNodeDefinition inteface.
ClientNodeDefinition(RemoteNodeDefinition, LocalAdapterFactory) - Constructor for class org.exoplatform.services.jcr.rmi.api.client.ClientNodeDefinition
Creates a local adapter for the given remote node definition.
ClientNodeIterator - Class in org.exoplatform.services.jcr.rmi.api.client.iterator
A ClientIterator for iterating remote nodes.
ClientNodeIterator(RemoteIterator, Session, LocalAdapterFactory) - Constructor for class org.exoplatform.services.jcr.rmi.api.client.iterator.ClientNodeIterator
Creates a ClientNodeIterator instance.
ClientNodeType - Class in org.exoplatform.services.jcr.rmi.api.client
Local adapter for the JCR-RMI RemoteNodeType inteface.
ClientNodeType(RemoteNodeType, LocalAdapterFactory) - Constructor for class org.exoplatform.services.jcr.rmi.api.client.ClientNodeType
Creates a local adapter for the given remote node type.
ClientNodeTypeIterator - Class in org.exoplatform.services.jcr.rmi.api.client.iterator
A ClientIterator for iterating remote node types.
ClientNodeTypeIterator(RemoteIterator, LocalAdapterFactory) - Constructor for class org.exoplatform.services.jcr.rmi.api.client.iterator.ClientNodeTypeIterator
Creates a ClientNodeTypeIterator instance.
ClientNodeTypeManager - Class in org.exoplatform.services.jcr.rmi.api.client
Local adapter for the JCR-RMI RemoteNodeTypeManager inteface.
ClientNodeTypeManager(RemoteNodeTypeManager, LocalAdapterFactory) - Constructor for class org.exoplatform.services.jcr.rmi.api.client.ClientNodeTypeManager
Creates a local adapter for the given remote node type manager.
ClientObject - Class in org.exoplatform.services.jcr.rmi.api.client
Base class for client adapter objects.
ClientObject(LocalAdapterFactory) - Constructor for class org.exoplatform.services.jcr.rmi.api.client.ClientObject
Creates a basic client adapter that uses the given factory to create new adapters.
ClientObservationManager - Class in org.exoplatform.services.jcr.rmi.api.client
The ClientObservationManager class
ClientObservationManager(Workspace, RemoteObservationManager) - Constructor for class org.exoplatform.services.jcr.rmi.api.client.ClientObservationManager
Creates an instance of this class talking to the given remote observation manager.
ClientProperty - Class in org.exoplatform.services.jcr.rmi.api.client
Local adapter for the JCR-RMI RemoteProperty inteface.
ClientProperty(Session, RemoteProperty, LocalAdapterFactory) - Constructor for class org.exoplatform.services.jcr.rmi.api.client.ClientProperty
Creates a local adapter for the given remote property.
ClientPropertyDefinition - Class in org.exoplatform.services.jcr.rmi.api.client
Local adapter for the JCR-RMI RemotePropertyDefinition inteface.
ClientPropertyDefinition(RemotePropertyDefinition, LocalAdapterFactory) - Constructor for class org.exoplatform.services.jcr.rmi.api.client.ClientPropertyDefinition
Creates a local adapter for the given remote property definition.
ClientPropertyIterator - Class in org.exoplatform.services.jcr.rmi.api.client.iterator
A ClientIterator for iterating remote properties.
ClientPropertyIterator(RemoteIterator, Session, LocalAdapterFactory) - Constructor for class org.exoplatform.services.jcr.rmi.api.client.iterator.ClientPropertyIterator
Creates a ClientPropertyIterator instance.
ClientQuery - Class in org.exoplatform.services.jcr.rmi.api.client
Local adapter for the JCR-RMI RemoteQuery inteface.
ClientQuery(Session, RemoteQuery, LocalAdapterFactory) - Constructor for class org.exoplatform.services.jcr.rmi.api.client.ClientQuery
Creates a client adapter for the given query.
ClientQueryManager - Class in org.exoplatform.services.jcr.rmi.api.client
Local adapter for the JCR-RMI RemoteQueryManager inteface.
ClientQueryManager(Session, RemoteQueryManager, LocalAdapterFactory) - Constructor for class org.exoplatform.services.jcr.rmi.api.client.ClientQueryManager
Creates a client adapter for the given remote query manager.
ClientQueryResult - Class in org.exoplatform.services.jcr.rmi.api.client
Local adapter for the JCR-RMI RemoteQueryResult inteface.
ClientQueryResult(Session, RemoteQueryResult, LocalAdapterFactory) - Constructor for class org.exoplatform.services.jcr.rmi.api.client.ClientQueryResult
Creates a client adapter for the given remote query result.
ClientRepository - Class in org.exoplatform.services.jcr.rmi.api.client
Local adapter for the JCR-RMI RemoteRepository inteface.
ClientRepository(RemoteRepository, LocalAdapterFactory) - Constructor for class org.exoplatform.services.jcr.rmi.api.client.ClientRepository
Creates a client adapter for the given remote repository.
ClientRepositoryFactory - Class in org.exoplatform.services.jcr.rmi.api.client
Object factory for JCR-RMI clients.
ClientRepositoryFactory() - Constructor for class org.exoplatform.services.jcr.rmi.api.client.ClientRepositoryFactory
Creates a JCR-RMI client factory with the default adapter factory.
ClientRepositoryFactory(LocalAdapterFactory) - Constructor for class org.exoplatform.services.jcr.rmi.api.client.ClientRepositoryFactory
Creates a JCR-RMI client factory with the given adapter factory.
ClientRow - Class in org.exoplatform.services.jcr.rmi.api.client
Local adapter for the JCR-RMI RemoteRow inteface.
ClientRow(RemoteRow) - Constructor for class org.exoplatform.services.jcr.rmi.api.client.ClientRow
Creates a client adapter for the given remote query row.
ClientRowIterator - Class in org.exoplatform.services.jcr.rmi.api.client.iterator
A ClientIterator for iterating remote rows.
ClientRowIterator(RemoteIterator, LocalAdapterFactory) - Constructor for class org.exoplatform.services.jcr.rmi.api.client.iterator.ClientRowIterator
Creates a ClientRowIterator instance.
ClientSession - Class in org.exoplatform.services.jcr.rmi.api.client
Local adapter for the JCR-RMI RemoteSession inteface.
ClientSession(Repository, RemoteSession, LocalAdapterFactory) - Constructor for class org.exoplatform.services.jcr.rmi.api.client.ClientSession
Creates a client adapter for the given remote session.
ClientVersion - Class in org.exoplatform.services.jcr.rmi.api.client
Local adapter for the JCR-RMI RemoteVersion interface.
ClientVersion(Session, RemoteVersion, LocalAdapterFactory) - Constructor for class org.exoplatform.services.jcr.rmi.api.client.ClientVersion
Creates a local adapter for the given remote version.
ClientVersionHistory - Class in org.exoplatform.services.jcr.rmi.api.client
Local adapter for the JCR-RMI RemoteVersionHistory interface.
ClientVersionHistory(Session, RemoteVersionHistory, LocalAdapterFactory) - Constructor for class org.exoplatform.services.jcr.rmi.api.client.ClientVersionHistory
Creates a local adapter for the given remote version history.
ClientVersionIterator - Class in org.exoplatform.services.jcr.rmi.api.client.iterator
A ClientIterator for iterating remote versions.
ClientVersionIterator(RemoteIterator, Session, LocalAdapterFactory) - Constructor for class org.exoplatform.services.jcr.rmi.api.client.iterator.ClientVersionIterator
Creates a ClientVersionIterator instance.
ClientWorkspace - Class in org.exoplatform.services.jcr.rmi.api.client
Local adapter for the JCR-RMI RemoteWorkspace interface.
ClientWorkspace(Session, RemoteWorkspace, LocalAdapterFactory) - Constructor for class org.exoplatform.services.jcr.rmi.api.client.ClientWorkspace
Creates a client adapter for the given remote workspace.
clone(String, String, String, boolean) - Method in class org.exoplatform.services.jcr.rmi.api.client.ClientWorkspace
clone(String, String, String, boolean) - Method in interface org.exoplatform.services.jcr.rmi.api.remote.RemoteWorkspace
Remote version of the Workspace.clone(String,String,String,boolean) method.
clone(String, String, String, boolean) - Method in class org.exoplatform.services.jcr.rmi.impl.server.ServerWorkspace
Remote version of the Workspace.clone(String,String,String,boolean) method.
copy(String, String) - Method in class org.exoplatform.services.jcr.rmi.api.client.ClientWorkspace
copy(String, String, String) - Method in class org.exoplatform.services.jcr.rmi.api.client.ClientWorkspace
copy(String, String) - Method in interface org.exoplatform.services.jcr.rmi.api.remote.RemoteWorkspace
Remote version of the Workspace.copy(String,String) method.
copy(String, String, String) - Method in interface org.exoplatform.services.jcr.rmi.api.remote.RemoteWorkspace
Remote version of the Workspace.copy(String,String,String) method.
copy(String, String) - Method in class org.exoplatform.services.jcr.rmi.impl.server.ServerWorkspace
Remote version of the Workspace.copy(String,String) method.
copy(String, String, String) - Method in class org.exoplatform.services.jcr.rmi.impl.server.ServerWorkspace
Remote version of the Workspace.copy(String,String,String) method.
createBinaryValue(InputStream) - Method in class org.exoplatform.services.jcr.rmi.api.value.SerialValueFactory
Creates an instance of the BinaryValue class or an extension thereof.
createBinaryValue(String) - Method in class org.exoplatform.services.jcr.rmi.api.value.SerialValueFactory
Creates an instance of the BinaryValue class or an extension thereof from the string whose UTF-8 representation is used as the binary data.
createBooleanValue(boolean) - Method in class org.exoplatform.services.jcr.rmi.api.value.SerialValueFactory
Creates an instance of the BooleanValue class or an extension thereof.
createBooleanValue(String) - Method in class org.exoplatform.services.jcr.rmi.api.value.SerialValueFactory
Creates an instance of the BooleanValue class or an extension thereof from the string representation of the boolean.
createDateValue(Calendar) - Method in class org.exoplatform.services.jcr.rmi.api.value.SerialValueFactory
Creates an instance of the DateValue class or an extension thereof.
createDateValue(String) - Method in class org.exoplatform.services.jcr.rmi.api.value.SerialValueFactory
Creates an instance of the DateValue class or an extension thereof from the string representation of Calendar instance formatted as specified in the JCR specification.
createDoubleValue(double) - Method in class org.exoplatform.services.jcr.rmi.api.value.SerialValueFactory
Creates an instance of the DoubleValue class or an extension thereof.
createDoubleValue(String) - Method in class org.exoplatform.services.jcr.rmi.api.value.SerialValueFactory
Creates an instance of the DoubleValue class or an extension thereof from the string representation of the double number.
createLongValue(long) - Method in class org.exoplatform.services.jcr.rmi.api.value.SerialValueFactory
Creates an instance of the LongValue class or an extension thereof.
createLongValue(String) - Method in class org.exoplatform.services.jcr.rmi.api.value.SerialValueFactory
Creates an instance of the LongValue class or an extension thereof from the string representation of the long number.
createNameValue(String) - Method in class org.exoplatform.services.jcr.rmi.api.value.SerialValueFactory
Creates an instance of the NameValue class or an extension thereof.
createPathValue(String) - Method in class org.exoplatform.services.jcr.rmi.api.value.SerialValueFactory
Creates an instance of the PathValue class or an extension thereof.
createPermissionValue(String) - Method in class org.exoplatform.services.jcr.rmi.api.value.SerialValueFactory
 
createQuery(String, String) - Method in class org.exoplatform.services.jcr.rmi.api.client.ClientQueryManager
createQuery(String, String) - Method in interface org.exoplatform.services.jcr.rmi.api.remote.RemoteQueryManager
 
createQuery(String, String) - Method in class org.exoplatform.services.jcr.rmi.impl.server.ServerQueryManager
createReferenceValue(String) - Method in class org.exoplatform.services.jcr.rmi.api.value.SerialValueFactory
Creates an instance of the ReferenceValue class or an extension thereof.
createStringValue(String) - Method in class org.exoplatform.services.jcr.rmi.api.value.SerialValueFactory
Creates an instance of the StringValue class or an extension thereof.
createValue(String) - Method in class org.exoplatform.services.jcr.rmi.api.value.SerialValueFactory
createValue(String, int) - Method in class org.exoplatform.services.jcr.rmi.api.value.SerialValueFactory
createValue(long) - Method in class org.exoplatform.services.jcr.rmi.api.value.SerialValueFactory
createValue(double) - Method in class org.exoplatform.services.jcr.rmi.api.value.SerialValueFactory
createValue(boolean) - Method in class org.exoplatform.services.jcr.rmi.api.value.SerialValueFactory
createValue(Calendar) - Method in class org.exoplatform.services.jcr.rmi.api.value.SerialValueFactory
createValue(InputStream) - Method in class org.exoplatform.services.jcr.rmi.api.value.SerialValueFactory
createValue(Node) - Method in class org.exoplatform.services.jcr.rmi.api.value.SerialValueFactory

D

DateValue - Class in org.exoplatform.services.jcr.rmi.api.value
The DateValue class implements the committed value state for Date values as a part of the State design pattern (Gof) used by this package.
DateValue(Calendar) - Constructor for class org.exoplatform.services.jcr.rmi.api.value.DateValue
Creates an instance for the given Calendar value.
DateValue(String) - Constructor for class org.exoplatform.services.jcr.rmi.api.value.DateValue
Creates an instance for the given string representation of a Calendar.
delistResource() - Method in interface org.exoplatform.services.jcr.rmi.api.remote.core.RemoteXASession
Delists XAResource in TM
doneMerge(Version) - Method in class org.exoplatform.services.jcr.rmi.api.client.ClientNode
doneMerge(String) - Method in interface org.exoplatform.services.jcr.rmi.api.remote.RemoteNode
Remote version of the Node.doneMerge(Version) method.
doneMerge(String) - Method in class org.exoplatform.services.jcr.rmi.impl.server.ServerNode
Remote version of the Node.doneMerge(Version) method.
DoubleValue - Class in org.exoplatform.services.jcr.rmi.api.value
The DoubleValue class implements the committed value state for Double values as a part of the State design pattern (Gof) used by this package.
DoubleValue(double) - Constructor for class org.exoplatform.services.jcr.rmi.api.value.DoubleValue
Creates an instance for the given double value.
DoubleValue(String) - Constructor for class org.exoplatform.services.jcr.rmi.api.value.DoubleValue
Creates an instance for the given string representation of a double.

E

endDocument() - Method in class org.exoplatform.services.jcr.rmi.api.xml.ImportContentHandler
endElement(String, String, String) - Method in class org.exoplatform.services.jcr.rmi.api.xml.ImportContentHandler
endPrefixMapping(String) - Method in class org.exoplatform.services.jcr.rmi.api.xml.ImportContentHandler
enlistResource() - Method in interface org.exoplatform.services.jcr.rmi.api.remote.core.RemoteXASession
Enlists XAResource in TM
equals(Object) - Method in class org.exoplatform.services.jcr.rmi.api.client.ClientItem
 
equals(Object) - Method in class org.exoplatform.services.jcr.rmi.api.client.ClientNodeDefinition
 
equals(Object) - Method in class org.exoplatform.services.jcr.rmi.api.client.ClientNodeType
 
equals(Object) - Method in class org.exoplatform.services.jcr.rmi.api.observation.ServerEventListenerProxy
Returns true if obj is either the same as this or a proxy for the same client-side listener, which is identicated by the same listener identifier.
equalsNodeTypeArray(NodeType[], NodeType[]) - Static method in class org.exoplatform.services.jcr.rmi.api.client.ClientNodeDefinition
 
error(SAXParseException) - Method in class org.exoplatform.services.jcr.rmi.api.xml.ImportContentHandler
 
execute() - Method in class org.exoplatform.services.jcr.rmi.api.client.ClientQuery
execute() - Method in interface org.exoplatform.services.jcr.rmi.api.remote.RemoteQuery
 
execute() - Method in class org.exoplatform.services.jcr.rmi.impl.server.ServerQuery
exportDocumentView(String, ContentHandler, boolean, boolean) - Method in class org.exoplatform.services.jcr.rmi.api.client.ClientSession
Exports the XML document view of the specified repository location to the given XML content handler.
exportDocumentView(String, OutputStream, boolean, boolean) - Method in class org.exoplatform.services.jcr.rmi.api.client.ClientSession
Exports the XML document view of the specified repository location to the given output stream.
exportDocumentView(String, boolean, boolean) - Method in interface org.exoplatform.services.jcr.rmi.api.remote.RemoteSession
Exports the identified repository subtree as a document view XML stream.
exportDocumentView(String, boolean, boolean) - Method in class org.exoplatform.services.jcr.rmi.impl.server.ServerSession
Exports the identified repository subtree as a document view XML stream.
exportSystemView(String, ContentHandler, boolean, boolean) - Method in class org.exoplatform.services.jcr.rmi.api.client.ClientSession
Exports the XML system view of the specified repository location to the given XML content handler.
exportSystemView(String, OutputStream, boolean, boolean) - Method in class org.exoplatform.services.jcr.rmi.api.client.ClientSession
Exports the XML system view of the specified repository location to the given output stream.
exportSystemView(String, boolean, boolean) - Method in interface org.exoplatform.services.jcr.rmi.api.remote.RemoteSession
Exports the identified repository subtree as a system view XML stream.
exportSystemView(String, boolean, boolean) - Method in class org.exoplatform.services.jcr.rmi.impl.server.ServerSession
Exports the identified repository subtree as a system view XML stream.

F

fatalError(SAXParseException) - Method in class org.exoplatform.services.jcr.rmi.api.xml.ImportContentHandler
 

G

get(long) - Method in class org.exoplatform.services.jcr.rmi.api.observation.Queue
Returns the first element from the queue.
getAccessibleWorkspaceNames() - Method in class org.exoplatform.services.jcr.rmi.api.client.ClientWorkspace
getAccessibleWorkspaceNames() - Method in interface org.exoplatform.services.jcr.rmi.api.remote.RemoteWorkspace
Remote version of the Workspace.getAccessibleWorkspaceNames() method.
getAccessibleWorkspaceNames() - Method in class org.exoplatform.services.jcr.rmi.impl.server.ServerWorkspace
Remote version of the Workspace.getAccessibleWorkspaceNames() method.
getAllNamespacePrefixes() - Method in class org.exoplatform.services.jcr.rmi.api.client.ClientSession
getAllNamespacePrefixes() - Method in interface org.exoplatform.services.jcr.rmi.api.remote.RemoteSession
 
getAllNamespacePrefixes() - Method in class org.exoplatform.services.jcr.rmi.impl.server.ServerSession
 
getAllNodeTypes() - Method in class org.exoplatform.services.jcr.rmi.api.client.ClientNodeTypeManager
getAllNodeTypes() - Method in interface org.exoplatform.services.jcr.rmi.api.remote.nodetype.RemoteNodeTypeManager
Remote version of the NodeTypeManager.getAllNodeTypes() method.
getAllNodeTypes() - Method in class org.exoplatform.services.jcr.rmi.impl.server.ServerNodeTypeManager
Remote version of the NodeTypeManager.getAllNodeTypes() method.
getAllVersions() - Method in class org.exoplatform.services.jcr.rmi.api.client.ClientVersionHistory
getAllVersions() - Method in interface org.exoplatform.services.jcr.rmi.api.remote.RemoteVersionHistory
Remote version of the VersionHistory.getAllVersions() method.
getAllVersions() - Method in class org.exoplatform.services.jcr.rmi.impl.server.ServerVersionHistory
Remote version of the VersionHistory.getAllVersions() method.
getAncestor(int) - Method in class org.exoplatform.services.jcr.rmi.api.client.ClientItem
getAncestor(int) - Method in interface org.exoplatform.services.jcr.rmi.api.remote.RemoteItem
Remote version of the Item.getAncestor(int) method.
getAncestor(int) - Method in class org.exoplatform.services.jcr.rmi.impl.server.ServerItem
Remote version of the Item.getAncestor(int) method.
getAttribute(String) - Method in class org.exoplatform.services.jcr.rmi.api.client.ClientSession
getAttribute(String) - Method in interface org.exoplatform.services.jcr.rmi.api.remote.RemoteSession
Returns the named attribute.
getAttribute(String) - Method in class org.exoplatform.services.jcr.rmi.impl.server.ServerSession
Returns the named attribute.
getAttributeNames() - Method in class org.exoplatform.services.jcr.rmi.api.client.ClientSession
getAttributeNames() - Method in interface org.exoplatform.services.jcr.rmi.api.remote.RemoteSession
Remote version of the Session.getAttributeNames() method.
getAttributeNames() - Method in class org.exoplatform.services.jcr.rmi.impl.server.ServerSession
Remote version of the Session.getAttributeNames() method.
getBaseVersion() - Method in class org.exoplatform.services.jcr.rmi.api.client.ClientNode
getBaseVersion() - Method in interface org.exoplatform.services.jcr.rmi.api.remote.RemoteNode
Remote version of the Node.getBaseVersion() method.
getBaseVersion() - Method in class org.exoplatform.services.jcr.rmi.impl.server.ServerNode
Remote version of the Node.getBaseVersion() method.
getBoolean() - Method in class org.exoplatform.services.jcr.rmi.api.client.ClientProperty
Returns the boolean value of this property.
getBoolean() - Method in class org.exoplatform.services.jcr.rmi.api.value.BaseNonStreamValue
Always throws a ValueFormatException.
getBoolean() - Method in class org.exoplatform.services.jcr.rmi.api.value.BinaryValue
Always throws IllegalStateException because only an InputStream is available from this implementation.
getBoolean() - Method in class org.exoplatform.services.jcr.rmi.api.value.BooleanValue
Returns the boolean value.
getBoolean() - Method in class org.exoplatform.services.jcr.rmi.api.value.StringValue
Returns the string value parsed to a boolean calling the Boolean.valueOf(String) method.
getBufferSize() - Method in class org.exoplatform.services.jcr.rmi.impl.server.RemoteAdapterFactoryImpl
Returns the iterator buffer size.
getChildNodeDefinitions() - Method in class org.exoplatform.services.jcr.rmi.api.client.ClientNodeType
getChildNodeDefs() - Method in interface org.exoplatform.services.jcr.rmi.api.remote.nodetype.RemoteNodeType
Remote version of the NodeType.getChildNodeDefs() method.
getChildNodeDefs() - Method in class org.exoplatform.services.jcr.rmi.impl.server.ServerNodeType
Remote version of the NodeType.getChildNodeDefs() method.
getChildrenACL() - Method in interface org.exoplatform.services.jcr.rmi.api.remote.core.RemoteExtendedNode
 
getColumnNames() - Method in class org.exoplatform.services.jcr.rmi.api.client.ClientQueryResult
getColumnNames() - Method in interface org.exoplatform.services.jcr.rmi.api.remote.RemoteQueryResult
 
getColumnNames() - Method in class org.exoplatform.services.jcr.rmi.impl.server.ServerQueryResult
getConfiguration() - Method in interface org.exoplatform.services.jcr.rmi.api.remote.core.RemoteManageableRepository
 
getContainingHistory() - Method in class org.exoplatform.services.jcr.rmi.api.client.ClientVersion
getContainingHistory() - Method in interface org.exoplatform.services.jcr.rmi.api.remote.RemoteVersion
Remote version of the Version.getContainingHistory() Version.getContainingHistory()} method.
getContainingHistory() - Method in class org.exoplatform.services.jcr.rmi.impl.server.ServerVersion
Remote version of the Version.getContainingHistory() Version.getContainingHistory()} method.
getCorrespondingNodePath(String) - Method in class org.exoplatform.services.jcr.rmi.api.client.ClientNode
getCorrespondingNodePath(String) - Method in interface org.exoplatform.services.jcr.rmi.api.remote.RemoteNode
Remote version of the Node.getCorrespondingNodePath(String) method.
getCorrespondingNodePath(String) - Method in class org.exoplatform.services.jcr.rmi.impl.server.ServerNode
Remote version of the Node.getCorrespondingNodePath(String) method.
getCreated() - Method in class org.exoplatform.services.jcr.rmi.api.client.ClientVersion
getCreated() - Method in interface org.exoplatform.services.jcr.rmi.api.remote.RemoteVersion
Remote version of the Version.getCreated() method.
getCreated() - Method in class org.exoplatform.services.jcr.rmi.impl.server.ServerVersion
Remote version of the Version.getCreated() method.
getDate() - Method in class org.exoplatform.services.jcr.rmi.api.client.ClientProperty
Returns the date value of this property.
getDate() - Method in class org.exoplatform.services.jcr.rmi.api.value.BaseNonStreamValue
Always throws a ValueFormatException.
getDate() - Method in class org.exoplatform.services.jcr.rmi.api.value.BinaryValue
Always throws IllegalStateException because only an InputStream is available from this implementation.
getDate() - Method in class org.exoplatform.services.jcr.rmi.api.value.DateValue
Returns (a copy) of this Calendar value.
getDate() - Method in class org.exoplatform.services.jcr.rmi.api.value.DoubleValue
Returns a Calendar instance interpreting the double as the time in milliseconds since the epoch (1.1.1970, 0:00, UTC).
getDate() - Method in class org.exoplatform.services.jcr.rmi.api.value.LongValue
Returns a Calendar instance interpreting the long as the time in milliseconds since the epoch (1.1.1970, 0:00, UTC).
getDate() - Method in class org.exoplatform.services.jcr.rmi.api.value.StringValue
Returns the string value parsed to a Calendar using the same formatter as the DateValue class.
getDeclaredChildNodeDefinitions() - Method in class org.exoplatform.services.jcr.rmi.api.client.ClientNodeType
getDeclaredChildNodeDefs() - Method in interface org.exoplatform.services.jcr.rmi.api.remote.nodetype.RemoteNodeType
Remote version of the NodeType.getDeclaredChildNodeDefs() method.
getDeclaredChildNodeDefs() - Method in class org.exoplatform.services.jcr.rmi.impl.server.ServerNodeType
Remote version of the NodeType.getDeclaredChildNodeDefs() method.
getDeclaredPropertyDefinitions() - Method in class org.exoplatform.services.jcr.rmi.api.client.ClientNodeType
getDeclaredPropertyDefs() - Method in interface org.exoplatform.services.jcr.rmi.api.remote.nodetype.RemoteNodeType
Remote version of the NodeType.getDeclaredPropertyDefs() method.
getDeclaredPropertyDefs() - Method in class org.exoplatform.services.jcr.rmi.impl.server.ServerNodeType
Remote version of the NodeType.getDeclaredPropertyDefs() method.
getDeclaredSupertypes() - Method in class org.exoplatform.services.jcr.rmi.api.client.ClientNodeType
getDeclaredSupertypes() - Method in interface org.exoplatform.services.jcr.rmi.api.remote.nodetype.RemoteNodeType
Remote version of the NodeType.getDeclaredSupertypes() method.
getDeclaredSupertypes() - Method in class org.exoplatform.services.jcr.rmi.impl.server.ServerNodeType
Remote version of the NodeType.getDeclaredSupertypes() method.
getDeclaringNodeType() - Method in class org.exoplatform.services.jcr.rmi.api.client.ClientItemDefinition
getDeclaringNodeType() - Method in interface org.exoplatform.services.jcr.rmi.api.remote.nodetype.RemoteItemDefinition
Remote version of the ItemDef.getDeclaringNodeType() method.
getDeclaringNodeType() - Method in class org.exoplatform.services.jcr.rmi.impl.server.ServerItemDefinition
Remote version of the ItemDef.getDeclaringNodeType() method.
getDefaultPrimaryType() - Method in class org.exoplatform.services.jcr.rmi.api.client.ClientNodeDefinition
getDefaultPrimaryType() - Method in interface org.exoplatform.services.jcr.rmi.api.remote.nodetype.RemoteNodeDefinition
Remote version of the NodeDef.getDefaultPrimaryType() method.
getDefaultPrimaryType() - Method in class org.exoplatform.services.jcr.rmi.impl.server.ServerNodeDefinition
Remote version of the NodeDef.getDefaultPrimaryType() method.
getDefaultValues() - Method in class org.exoplatform.services.jcr.rmi.api.client.ClientPropertyDefinition
getDefaultValues() - Method in interface org.exoplatform.services.jcr.rmi.api.remote.nodetype.RemotePropertyDefinition
Remote version of the PropertyDefinition.getDefaultValues() method.
getDefaultValues() - Method in class org.exoplatform.services.jcr.rmi.impl.server.ServerPropertyDefinition
Remote version of the PropertyDefinition.getDefaultValues() method.
getDefinition() - Method in class org.exoplatform.services.jcr.rmi.api.client.ClientNode
getDefinition() - Method in class org.exoplatform.services.jcr.rmi.api.client.ClientProperty
getDefinition() - Method in interface org.exoplatform.services.jcr.rmi.api.remote.RemoteNode
Remote version of the Node.getDefinition() method.
getDefinition() - Method in interface org.exoplatform.services.jcr.rmi.api.remote.RemoteProperty
Remote version of the Property.getDefinition() method.
getDefinition() - Method in class org.exoplatform.services.jcr.rmi.impl.server.ServerNode
Remote version of the Node.getDefinition() method.
getDefinition() - Method in class org.exoplatform.services.jcr.rmi.impl.server.ServerProperty
Remote version of the Property.getDefinition() method.
getDepth() - Method in class org.exoplatform.services.jcr.rmi.api.client.ClientItem
getDepth() - Method in interface org.exoplatform.services.jcr.rmi.api.remote.RemoteItem
Remote version of the Item.getDepth() method.
getDepth() - Method in class org.exoplatform.services.jcr.rmi.impl.server.ServerItem
Remote version of the Item.getDepth() method.
getDescriptor(String) - Method in class org.exoplatform.services.jcr.rmi.api.client.ClientRepository
getDescriptor(String) - Method in interface org.exoplatform.services.jcr.rmi.api.remote.RemoteRepository
Remote version of the Repository.getDescriptor(String) method.
getDescriptor(String) - Method in class org.exoplatform.services.jcr.rmi.impl.server.ServerRepository
Remote version of the Repository.getDescriptor(String) method.
getDescriptorKeys() - Method in class org.exoplatform.services.jcr.rmi.api.client.ClientRepository
getDescriptorKeys() - Method in interface org.exoplatform.services.jcr.rmi.api.remote.RemoteRepository
Remote version of the Repository.getDescriptorKeys() method.
getDescriptorKeys() - Method in class org.exoplatform.services.jcr.rmi.impl.server.ServerRepository
Remote version of the Repository.getDescriptorKeys() method.
getDouble() - Method in class org.exoplatform.services.jcr.rmi.api.client.ClientProperty
Returns the double value of this property.
getDouble() - Method in class org.exoplatform.services.jcr.rmi.api.value.BaseNonStreamValue
Always throws a ValueFormatException.
getDouble() - Method in class org.exoplatform.services.jcr.rmi.api.value.BinaryValue
Always throws IllegalStateException because only an InputStream is available from this implementation.
getDouble() - Method in class org.exoplatform.services.jcr.rmi.api.value.DateValue
Returns the time represented by this instance as the number of milliseconds since the epoch (1.1.1970, 0:00, UTC).
getDouble() - Method in class org.exoplatform.services.jcr.rmi.api.value.DoubleValue
Returns the double value.
getDouble() - Method in class org.exoplatform.services.jcr.rmi.api.value.LongValue
Returns the value converted to a double.
getDouble() - Method in class org.exoplatform.services.jcr.rmi.api.value.StringValue
Returns the string value parsed to a double calling the Double.valueOf(String) method.
getEvents() - Method in interface org.exoplatform.services.jcr.rmi.api.remote.RemoteEventCollection
Returns the list of events to be sent to the client-side listener identified by RemoteEventCollection.getListenerId().
getEvents() - Method in class org.exoplatform.services.jcr.rmi.impl.server.ServerEventCollection
Returns the list of events to be sent to the client-side listener identified by RemoteEventCollection.getListenerId().
getFactory() - Method in class org.exoplatform.services.jcr.rmi.api.client.ClientObject
Returns the local adapter factory used to create new adapters.
getFactory() - Method in class org.exoplatform.services.jcr.rmi.impl.server.ServerObject
Returns the remote adapter factory used to create new adapters.
getImportContentHandler(String, int) - Method in class org.exoplatform.services.jcr.rmi.api.client.ClientSession
getImportContentHandler(String, int) - Method in class org.exoplatform.services.jcr.rmi.api.client.ClientWorkspace
getIndex() - Method in class org.exoplatform.services.jcr.rmi.api.client.ClientNode
getIndex() - Method in interface org.exoplatform.services.jcr.rmi.api.remote.RemoteNode
Remote version of the Node.getIndex() method.
getIndex() - Method in class org.exoplatform.services.jcr.rmi.impl.server.ServerNode
Remote version of the Node.getIndex() method.
getInstance() - Static method in class org.exoplatform.services.jcr.rmi.api.value.SerialValueFactory
Returns the ValueFactory instance, which currently is a singleton instance of this class.
getItem(Session, RemoteItem) - Method in class org.exoplatform.services.jcr.rmi.api.client.ClientObject
Utility method to create a local adapter for a remote item.
getItem(String) - Method in class org.exoplatform.services.jcr.rmi.api.client.ClientSession
getItem(Session, RemoteItem) - Method in interface org.exoplatform.services.jcr.rmi.api.client.LocalAdapterFactory
Factory method for creating a local adapter for a remote item.
getItem(Session, RemoteItem) - Method in class org.exoplatform.services.jcr.rmi.api.client.LocalAdapterFactoryImpl
Creates and returns a ClientItem instance.
getItem(String) - Method in interface org.exoplatform.services.jcr.rmi.api.remote.RemoteSession
Remote version of the Session.getItem(String) method.
getItem(String) - Method in class org.exoplatform.services.jcr.rmi.impl.server.ServerSession
Remote version of the Session.getItem(String) method.
getItemDef(RemoteItemDefinition) - Method in interface org.exoplatform.services.jcr.rmi.api.client.LocalAdapterFactory
Factory method for creating a local adapter for a remote item definition.
getItemDef(RemoteItemDefinition) - Method in class org.exoplatform.services.jcr.rmi.api.client.LocalAdapterFactoryImpl
Creates and returns a ClientItemDefinition instance.
getLanguage() - Method in class org.exoplatform.services.jcr.rmi.api.client.ClientQuery
getLanguage() - Method in interface org.exoplatform.services.jcr.rmi.api.remote.RemoteQuery
 
getLanguage() - Method in class org.exoplatform.services.jcr.rmi.impl.server.ServerQuery
getLength() - Method in class org.exoplatform.services.jcr.rmi.api.client.ClientProperty
getLength() - Method in interface org.exoplatform.services.jcr.rmi.api.remote.RemoteProperty
Remote version of the Property.getLength() method.
getLength() - Method in class org.exoplatform.services.jcr.rmi.api.value.BinaryValue
 
getLength() - Method in class org.exoplatform.services.jcr.rmi.api.value.BooleanValue
 
getLength() - Method in class org.exoplatform.services.jcr.rmi.api.value.DateValue
 
getLength() - Method in class org.exoplatform.services.jcr.rmi.api.value.DoubleValue
 
getLength() - Method in class org.exoplatform.services.jcr.rmi.api.value.LongValue
 
getLength() - Method in class org.exoplatform.services.jcr.rmi.api.value.NameValue
 
getLength() - Method in class org.exoplatform.services.jcr.rmi.api.value.PathValue
 
getLength() - Method in class org.exoplatform.services.jcr.rmi.api.value.PermissionValue
 
getLength() - Method in class org.exoplatform.services.jcr.rmi.api.value.ReferenceValue
 
getLength() - Method in class org.exoplatform.services.jcr.rmi.api.value.StringValue
 
getLength() - Method in class org.exoplatform.services.jcr.rmi.impl.server.ServerProperty
Remote version of the Property.getLength() method.
getLengths() - Method in class org.exoplatform.services.jcr.rmi.api.client.ClientProperty
getLengths() - Method in interface org.exoplatform.services.jcr.rmi.api.remote.RemoteProperty
Remote version of the Property.getLengths() method.
getLengths() - Method in class org.exoplatform.services.jcr.rmi.impl.server.ServerProperty
Remote version of the Property.getLengths() method.
getListenerId() - Method in interface org.exoplatform.services.jcr.rmi.api.remote.RemoteEventCollection
Returns unique identifier of the client-side listener to which the enclosed events should be sent.
getListenerId() - Method in class org.exoplatform.services.jcr.rmi.impl.server.ServerEventCollection
Returns unique identifier of the client-side listener to which the enclosed events should be sent.
getListeners() - Method in class org.exoplatform.services.jcr.rmi.api.observation.ClientEventPoll
Returns an array of the registered event listeners.
getLock() - Method in class org.exoplatform.services.jcr.rmi.api.client.ClientNode
getLock(Node, RemoteLock) - Method in interface org.exoplatform.services.jcr.rmi.api.client.LocalAdapterFactory
Factory method for creating a local adapter for a remote lock.
getLock(Node, RemoteLock) - Method in class org.exoplatform.services.jcr.rmi.api.client.LocalAdapterFactoryImpl
Creates and returns a ClientLock instance.
getLock() - Method in interface org.exoplatform.services.jcr.rmi.api.remote.RemoteNode
Remote version of the Node.getLock() method.
getLock() - Method in class org.exoplatform.services.jcr.rmi.impl.server.ServerNode
Remote version of the Node.getLock() method.
getLockOwner() - Method in class org.exoplatform.services.jcr.rmi.api.client.ClientLock
getLockOwner() - Method in interface org.exoplatform.services.jcr.rmi.api.remote.RemoteLock
Remote version of the Lock.getLockOwner() method.
getLockOwner() - Method in class org.exoplatform.services.jcr.rmi.impl.server.ServerLock
Remote version of the Lock.getLockOwner() method.
getLockToken() - Method in class org.exoplatform.services.jcr.rmi.api.client.ClientLock
getLockToken() - Method in interface org.exoplatform.services.jcr.rmi.api.remote.RemoteLock
Remote version of the Lock.getLockToken() method.
getLockToken() - Method in class org.exoplatform.services.jcr.rmi.impl.server.ServerLock
Remote version of the Lock.getLockToken() method.
getLockTokens() - Method in class org.exoplatform.services.jcr.rmi.api.client.ClientSession
getLockTokens() - Method in interface org.exoplatform.services.jcr.rmi.api.remote.RemoteSession
Remote version of the Session.getLockTokens() method.
getLockTokens() - Method in class org.exoplatform.services.jcr.rmi.impl.server.ServerSession
Remote version of the Session.getLockTokens() method.
getLong() - Method in class org.exoplatform.services.jcr.rmi.api.client.ClientProperty
Returns the long value of this property.
getLong() - Method in class org.exoplatform.services.jcr.rmi.api.value.BaseNonStreamValue
Always throws a ValueFormatException.
getLong() - Method in class org.exoplatform.services.jcr.rmi.api.value.BinaryValue
Always throws IllegalStateException because only an InputStream is available from this implementation.
getLong() - Method in class org.exoplatform.services.jcr.rmi.api.value.DateValue
Returns the time represented by this instance as the number of milliseconds since the epoch (1.1.1970, 0:00, UTC).
getLong() - Method in class org.exoplatform.services.jcr.rmi.api.value.DoubleValue
Returns the value converted to a long.
getLong() - Method in class org.exoplatform.services.jcr.rmi.api.value.LongValue
Returns the double value.
getLong() - Method in class org.exoplatform.services.jcr.rmi.api.value.StringValue
Returns the string value parsed to a long calling the Long.valueOf(String) method.
getMixinNodeTypes() - Method in class org.exoplatform.services.jcr.rmi.api.client.ClientNode
getMixinNodeTypes() - Method in class org.exoplatform.services.jcr.rmi.api.client.ClientNodeTypeManager
getMixinNodeTypes() - Method in interface org.exoplatform.services.jcr.rmi.api.remote.nodetype.RemoteNodeTypeManager
Remote version of the NodeTypeManager.getMixinNodeTypes() method.
getMixinNodeTypes() - Method in interface org.exoplatform.services.jcr.rmi.api.remote.RemoteNode
Remote version of the Node.getMixinNodeTypes() method.
getMixinNodeTypes() - Method in class org.exoplatform.services.jcr.rmi.impl.server.ServerNode
Remote version of the Node.getMixinNodeTypes() method.
getMixinNodeTypes() - Method in class org.exoplatform.services.jcr.rmi.impl.server.ServerNodeTypeManager
Remote version of the NodeTypeManager.getMixinNodeTypes() method.
getName() - Method in class org.exoplatform.services.jcr.rmi.api.client.ClientItem
getName() - Method in class org.exoplatform.services.jcr.rmi.api.client.ClientItemDefinition
getName() - Method in class org.exoplatform.services.jcr.rmi.api.client.ClientNodeType
getName() - Method in class org.exoplatform.services.jcr.rmi.api.client.ClientWorkspace
getName() - Method in interface org.exoplatform.services.jcr.rmi.api.remote.nodetype.RemoteItemDefinition
Remote version of the ItemDef.getName() method.
getName() - Method in interface org.exoplatform.services.jcr.rmi.api.remote.nodetype.RemoteNodeType
Remote version of the NodeType.getName() method.
getName() - Method in interface org.exoplatform.services.jcr.rmi.api.remote.RemoteItem
Remote version of the Item.getName() method.
getName() - Method in interface org.exoplatform.services.jcr.rmi.api.remote.RemoteWorkspace
Remote version of the Workspace.getName() method.
getName() - Method in class org.exoplatform.services.jcr.rmi.impl.server.ServerItem
Remote version of the Item.getName() method.
getName() - Method in class org.exoplatform.services.jcr.rmi.impl.server.ServerItemDefinition
Remote version of the ItemDef.getName() method.
getName() - Method in class org.exoplatform.services.jcr.rmi.impl.server.ServerNodeType
Remote version of the NodeType.getName() method.
getName() - Method in class org.exoplatform.services.jcr.rmi.impl.server.ServerWorkspace
Remote version of the Workspace.getName() method.
getNamespacePrefix(String) - Method in class org.exoplatform.services.jcr.rmi.api.client.ClientSession
getNamespacePrefix(String) - Method in interface org.exoplatform.services.jcr.rmi.api.remote.RemoteSession
Remote version of the Session.getNamespacePrefix(String) method.
getNamespacePrefix(String) - Method in class org.exoplatform.services.jcr.rmi.impl.server.ServerSession
Remote version of the Session.getNamespacePrefix(String) method.
getNamespacePrefixByURI(String) - Method in class org.exoplatform.services.jcr.rmi.api.client.ClientSession
 
getNamespacePrefixByURI(String) - Method in interface org.exoplatform.services.jcr.rmi.api.remote.RemoteSession
 
getNamespacePrefixByURI(String) - Method in class org.exoplatform.services.jcr.rmi.impl.server.ServerSession
 
getNamespacePrefixes() - Method in class org.exoplatform.services.jcr.rmi.api.client.ClientSession
getNamespacePrefixes() - Method in interface org.exoplatform.services.jcr.rmi.api.remote.RemoteSession
Remote version of the Session.getNamespacePrefixes() method.
getNamespacePrefixes() - Method in class org.exoplatform.services.jcr.rmi.impl.server.ServerSession
Remote version of the Session.getNamespacePrefixes() method.
getNamespaceRegistry() - Method in class org.exoplatform.services.jcr.rmi.api.client.ClientWorkspace
getNamespaceRegistry(RemoteNamespaceRegistry) - Method in interface org.exoplatform.services.jcr.rmi.api.client.LocalAdapterFactory
Factory method for creating a local adapter for a remote namespace registry.
getNamespaceRegistry(RemoteNamespaceRegistry) - Method in class org.exoplatform.services.jcr.rmi.api.client.LocalAdapterFactoryImpl
Creates and returns a ClientClientNamespaceRegistry instance.
getNamespaceRegistry() - Method in interface org.exoplatform.services.jcr.rmi.api.remote.core.RemoteManageableRepository
 
getNamespaceRegistry() - Method in interface org.exoplatform.services.jcr.rmi.api.remote.RemoteWorkspace
Remote version of the Workspace.getNamespaceRegistry() method.
getNamespaceRegistry() - Method in class org.exoplatform.services.jcr.rmi.impl.server.ServerWorkspace
Remote version of the Workspace.getNamespaceRegistry() method.
getNamespaceURI(String) - Method in class org.exoplatform.services.jcr.rmi.api.client.ClientSession
getNamespaceURI(String) - Method in interface org.exoplatform.services.jcr.rmi.api.remote.RemoteSession
Remote version of the Session.getNamespaceURI(String) method.
getNamespaceURI(String) - Method in class org.exoplatform.services.jcr.rmi.impl.server.ServerSession
Remote version of the Session.getNamespaceURI(String) method.
getNamespaceURIByPrefix(String) - Method in class org.exoplatform.services.jcr.rmi.api.client.ClientSession
 
getNamespaceURIByPrefix(String) - Method in interface org.exoplatform.services.jcr.rmi.api.remote.RemoteSession
 
getNamespaceURIByPrefix(String) - Method in class org.exoplatform.services.jcr.rmi.impl.server.ServerSession
 
getNextEvent(long) - Method in interface org.exoplatform.services.jcr.rmi.api.remote.RemoteObservationManager
Returns the next event to be dispatched to registered event listeners.
getNextEvent(long) - Method in class org.exoplatform.services.jcr.rmi.impl.server.ServerObservationManager
Returns the next event to be dispatched to registered event listeners.
getNode() - Method in class org.exoplatform.services.jcr.rmi.api.client.ClientLock
getNode(String) - Method in class org.exoplatform.services.jcr.rmi.api.client.ClientNode
getNode(Session, RemoteNode) - Method in class org.exoplatform.services.jcr.rmi.api.client.ClientObject
Utility method to create a local adapter for a remote node.
getNode() - Method in class org.exoplatform.services.jcr.rmi.api.client.ClientProperty
Returns the reference value of this property.
getNode(Session, RemoteNode) - Method in interface org.exoplatform.services.jcr.rmi.api.client.LocalAdapterFactory
Factory method for creating a local adapter for a remote node.
getNode(Session, RemoteNode) - Method in class org.exoplatform.services.jcr.rmi.api.client.LocalAdapterFactoryImpl
Creates and returns a ClientNode instance.
getNode() - Method in interface org.exoplatform.services.jcr.rmi.api.remote.RemoteLock
Remote version of the Lock.getNode() method.
getNode(String) - Method in interface org.exoplatform.services.jcr.rmi.api.remote.RemoteNode
Remote version of the Node.getNode(String) method.
getNode() - Method in class org.exoplatform.services.jcr.rmi.impl.server.ServerLock
Remote version of the Lock.getNode() method.
getNode(String) - Method in class org.exoplatform.services.jcr.rmi.impl.server.ServerNode
Remote version of the Node.getNode(String) method.
getNodeByUUID(String) - Method in class org.exoplatform.services.jcr.rmi.api.client.ClientSession
getNodeByUUID(String) - Method in interface org.exoplatform.services.jcr.rmi.api.remote.RemoteSession
Remote version of the Session.getNodeByUUID(String) method.
getNodeByUUID(String) - Method in class org.exoplatform.services.jcr.rmi.impl.server.ServerSession
Remote version of the Session.getNodeByUUID(String) method.
getNodeDef(RemoteNodeDefinition) - Method in interface org.exoplatform.services.jcr.rmi.api.client.LocalAdapterFactory
Factory method for creating a local adapter for a remote node definition.
getNodeDef(RemoteNodeDefinition) - Method in class org.exoplatform.services.jcr.rmi.api.client.LocalAdapterFactoryImpl
Creates and returns a ClientNodeDefinition instance.
getNodeIterator(Session, RemoteIterator) - Method in interface org.exoplatform.services.jcr.rmi.api.client.LocalAdapterFactory
Factory method for creating a local adapter for a remote node iterator.
getNodeIterator(Session, RemoteIterator) - Method in class org.exoplatform.services.jcr.rmi.api.client.LocalAdapterFactoryImpl
Creates and returns a ClientNodeIterator instance.
getNodes() - Method in class org.exoplatform.services.jcr.rmi.api.client.ClientNode
getNodes(String) - Method in class org.exoplatform.services.jcr.rmi.api.client.ClientNode
getNodes() - Method in class org.exoplatform.services.jcr.rmi.api.client.ClientQueryResult
getNodes() - Method in interface org.exoplatform.services.jcr.rmi.api.remote.RemoteNode
Remote version of the Node.getNodes() method.
getNodes(String) - Method in interface org.exoplatform.services.jcr.rmi.api.remote.RemoteNode
Remote version of the Node.getNodes(String) method.
getNodes() - Method in interface org.exoplatform.services.jcr.rmi.api.remote.RemoteQueryResult
 
getNodes() - Method in class org.exoplatform.services.jcr.rmi.impl.server.ServerNode
Remote version of the Node.getNodes() method.
getNodes(String) - Method in class org.exoplatform.services.jcr.rmi.impl.server.ServerNode
Remote version of the Node.getNodes(String) method.
getNodes() - Method in class org.exoplatform.services.jcr.rmi.impl.server.ServerQueryResult
getNodeType(String) - Method in class org.exoplatform.services.jcr.rmi.api.client.ClientNodeTypeManager
getNodeType(RemoteNodeType) - Method in interface org.exoplatform.services.jcr.rmi.api.client.LocalAdapterFactory
Factory method for creating a local adapter for a remote node type.
getNodeType(RemoteNodeType) - Method in class org.exoplatform.services.jcr.rmi.api.client.LocalAdapterFactoryImpl
Creates and returns a ClientNodeType instance.
getNodeType(String) - Method in interface org.exoplatform.services.jcr.rmi.api.remote.nodetype.RemoteNodeTypeManager
Remote version of the NodeTypeManager.getNodeType(String) method.
getNodeType(String) - Method in class org.exoplatform.services.jcr.rmi.impl.server.ServerNodeTypeManager
Remote version of the NodeTypeManager.getNodeType(String) method.
getNodeTypeArray(RemoteNodeType[]) - Method in class org.exoplatform.services.jcr.rmi.api.client.ClientObject
Utility method for creating an array of local node type adapters for an array of remote node types.
getNodeTypeIterator(RemoteIterator) - Method in interface org.exoplatform.services.jcr.rmi.api.client.LocalAdapterFactory
Factory method for creating a local adapter for a remote node type iterator.
getNodeTypeIterator(RemoteIterator) - Method in class org.exoplatform.services.jcr.rmi.api.client.LocalAdapterFactoryImpl
Creates and returns a ClientNodeTypeIterator instance.
getNodeTypeManager() - Method in class org.exoplatform.services.jcr.rmi.api.client.ClientWorkspace
getNodeTypeManager(RemoteNodeTypeManager) - Method in interface org.exoplatform.services.jcr.rmi.api.client.LocalAdapterFactory
Factory method for creating a local adapter for a remote node type manager.
getNodeTypeManager(RemoteNodeTypeManager) - Method in class org.exoplatform.services.jcr.rmi.api.client.LocalAdapterFactoryImpl
Creates and returns a ClienNodeTypeManager instance.
getNodeTypeManager() - Method in interface org.exoplatform.services.jcr.rmi.api.remote.core.RemoteManageableRepository
 
getNodeTypeManager() - Method in interface org.exoplatform.services.jcr.rmi.api.remote.RemoteWorkspace
Remote version of the Workspace.getNodeTypeManager() method.
getNodeTypeManager() - Method in class org.exoplatform.services.jcr.rmi.impl.server.ServerWorkspace
Remote version of the Workspace.getNodeTypeManager() method.
getObject(Object) - Method in class org.exoplatform.services.jcr.rmi.api.client.iterator.ClientIterator
Returns a local adapter for the given remote object.
getObject(Object) - Method in class org.exoplatform.services.jcr.rmi.api.client.iterator.ClientNodeIterator
Creates and returns a local adapter for the given remote node.
getObject(Object) - Method in class org.exoplatform.services.jcr.rmi.api.client.iterator.ClientNodeTypeIterator
Creates and returns a local adapter for the given remote node.
getObject(Object) - Method in class org.exoplatform.services.jcr.rmi.api.client.iterator.ClientPropertyIterator
Creates and returns a local adapter for the given remote property.
getObject(Object) - Method in class org.exoplatform.services.jcr.rmi.api.client.iterator.ClientRowIterator
Creates and returns a local adapter for the given remote row.
getObject(Object) - Method in class org.exoplatform.services.jcr.rmi.api.client.iterator.ClientVersionIterator
Creates and returns a local adapter for the given remote version.
getObjectInstance(Object, Name, Context, Hashtable) - Method in class org.exoplatform.services.jcr.rmi.api.client.ClientRepositoryFactory
JNDI factory method for creating JCR-RMI clients.
getObservationManager() - Method in class org.exoplatform.services.jcr.rmi.api.client.ClientWorkspace
getObservationManager(Workspace, RemoteObservationManager) - Method in interface org.exoplatform.services.jcr.rmi.api.client.LocalAdapterFactory
Factory method for creating a local adapter for a remote observation manager.
getObservationManager(Workspace, RemoteObservationManager) - Method in class org.exoplatform.services.jcr.rmi.api.client.LocalAdapterFactoryImpl
Creates and returns a ClientObservationManager instance.
getObservationManager() - Method in interface org.exoplatform.services.jcr.rmi.api.remote.RemoteWorkspace
Remote version of the Workspace.getObservationManager() method.
getObservationManager() - Method in class org.exoplatform.services.jcr.rmi.impl.server.ServerWorkspace
Remote version of the Workspace.getObservationManager() method.
getOnParentVersion() - Method in class org.exoplatform.services.jcr.rmi.api.client.ClientItemDefinition
getOnParentVersion() - Method in interface org.exoplatform.services.jcr.rmi.api.remote.nodetype.RemoteItemDefinition
Remote version of the ItemDef.getOnParentVersion() method.
getOnParentVersion() - Method in class org.exoplatform.services.jcr.rmi.impl.server.ServerItemDefinition
Remote version of the ItemDef.getOnParentVersion() method.
getOrderNumber() - Method in class org.exoplatform.services.jcr.rmi.api.value.BaseNonStreamValue
 
getOrderNumber() - Method in class org.exoplatform.services.jcr.rmi.api.value.BinaryValue
 
getOrderNumber() - Method in class org.exoplatform.services.jcr.rmi.api.value.BooleanValue
 
getOrderNumber() - Method in class org.exoplatform.services.jcr.rmi.api.value.DateValue
 
getOrderNumber() - Method in class org.exoplatform.services.jcr.rmi.api.value.DoubleValue
 
getOrderNumber() - Method in class org.exoplatform.services.jcr.rmi.api.value.LongValue
 
getOrderNumber() - Method in class org.exoplatform.services.jcr.rmi.api.value.NameValue
 
getOrderNumber() - Method in class org.exoplatform.services.jcr.rmi.api.value.PathValue
 
getOrderNumber() - Method in class org.exoplatform.services.jcr.rmi.api.value.ReferenceValue
 
getOrderNumber() - Method in class org.exoplatform.services.jcr.rmi.api.value.StringValue
 
getParent() - Method in class org.exoplatform.services.jcr.rmi.api.client.ClientItem
getParent() - Method in interface org.exoplatform.services.jcr.rmi.api.remote.RemoteItem
Remote version of the Item.getParent() method.
getParent() - Method in class org.exoplatform.services.jcr.rmi.impl.server.ServerItem
Remote version of the Item.getParent() method.
getPath() - Method in class org.exoplatform.services.jcr.rmi.api.client.ClientItem
getPath() - Method in interface org.exoplatform.services.jcr.rmi.api.remote.RemoteEventCollection.RemoteEvent
Returns the absolute path of the underlying item.
getPath() - Method in interface org.exoplatform.services.jcr.rmi.api.remote.RemoteItem
Remote version of the Item.getPath() method.
getPath() - Method in class org.exoplatform.services.jcr.rmi.impl.server.ServerEventCollection.ServerEvent
Returns the absolute path of the underlying item.
getPath() - Method in class org.exoplatform.services.jcr.rmi.impl.server.ServerItem
Remote version of the Item.getPath() method.
getPosition() - Method in class org.exoplatform.services.jcr.rmi.api.client.iterator.ClientIterator
Returns the current position within the iterator.
getPosition() - Method in class org.exoplatform.services.jcr.rmi.api.iterator.ArrayIterator
getPredecessors() - Method in class org.exoplatform.services.jcr.rmi.api.client.ClientVersion
getPredecessors() - Method in interface org.exoplatform.services.jcr.rmi.api.remote.RemoteVersion
Remote version of the Version.getPredecessors() method.
getPredecessors() - Method in class org.exoplatform.services.jcr.rmi.impl.server.ServerVersion
Remote version of the Version.getPredecessors() method.
getPrefix(String) - Method in class org.exoplatform.services.jcr.rmi.api.client.ClientNamespaceRegistry
getPrefix(String) - Method in interface org.exoplatform.services.jcr.rmi.api.remote.RemoteNamespaceRegistry
Remote version of the NamespaceRegistry.getPrefix(String) method.
getPrefix(String) - Method in class org.exoplatform.services.jcr.rmi.impl.server.ServerNamespaceRegistry
Remote version of the NamespaceRegistry.getPrefix(String) method.
getPrefixes() - Method in class org.exoplatform.services.jcr.rmi.api.client.ClientNamespaceRegistry
getPrefixes() - Method in interface org.exoplatform.services.jcr.rmi.api.remote.RemoteNamespaceRegistry
Remote version of the NamespaceRegistry.getPrefixes() method.
getPrefixes() - Method in class org.exoplatform.services.jcr.rmi.impl.server.ServerNamespaceRegistry
Remote version of the NamespaceRegistry.getPrefixes() method.
getPrimaryItem() - Method in class org.exoplatform.services.jcr.rmi.api.client.ClientNode
getPrimaryItem() - Method in interface org.exoplatform.services.jcr.rmi.api.remote.RemoteNode
Remote version of the Node.getPrimaryItem() method.
getPrimaryItem() - Method in class org.exoplatform.services.jcr.rmi.impl.server.ServerNode
Remote version of the Node.getPrimaryItem() method.
getPrimaryItemName() - Method in class org.exoplatform.services.jcr.rmi.api.client.ClientNodeType
getPrimaryItemName() - Method in interface org.exoplatform.services.jcr.rmi.api.remote.nodetype.RemoteNodeType
Remote version of the NodeType.getPrimaryItemName() method.
getPrimaryItemName() - Method in class org.exoplatform.services.jcr.rmi.impl.server.ServerNodeType
Remote version of the NodeType.getPrimaryItemName() method.
getPrimaryNodeType() - Method in class org.exoplatform.services.jcr.rmi.api.client.ClientNode
getPrimaryNodeType() - Method in interface org.exoplatform.services.jcr.rmi.api.remote.RemoteNode
Remote version of the Node.getPrimaryNodeType() method.
getPrimaryNodeType() - Method in class org.exoplatform.services.jcr.rmi.impl.server.ServerNode
Remote version of the Node.getPrimaryNodeType() method.
getPrimaryNodeTypes() - Method in class org.exoplatform.services.jcr.rmi.api.client.ClientNodeTypeManager
getPrimaryNodeTypes() - Method in interface org.exoplatform.services.jcr.rmi.api.remote.nodetype.RemoteNodeTypeManager
Remote version of the NodeTypeManager.getPrimaryNodeTypes() method.
getPrimaryNodeTypes() - Method in class org.exoplatform.services.jcr.rmi.impl.server.ServerNodeTypeManager
Remote version of the NodeTypeManager.getPrimaryNodeTypes() method.
getProperties() - Method in class org.exoplatform.services.jcr.rmi.api.client.ClientNode
getProperties(String) - Method in class org.exoplatform.services.jcr.rmi.api.client.ClientNode
getProperties() - Method in interface org.exoplatform.services.jcr.rmi.api.remote.RemoteNode
Remote version of the Node.getProperties() method.
getProperties(String) - Method in interface org.exoplatform.services.jcr.rmi.api.remote.RemoteNode
Remote version of the Node.getProperties(String) method.
getProperties() - Method in class org.exoplatform.services.jcr.rmi.impl.server.ServerNode
Remote version of the Node.getProperties() method.
getProperties(String) - Method in class org.exoplatform.services.jcr.rmi.impl.server.ServerNode
Remote version of the Node.getProperties(String) method.
getProperty(String) - Method in class org.exoplatform.services.jcr.rmi.api.client.ClientNode
getProperty(Session, RemoteProperty) - Method in interface org.exoplatform.services.jcr.rmi.api.client.LocalAdapterFactory
Factory method for creating a local adapter for a remote property.
getProperty(Session, RemoteProperty) - Method in class org.exoplatform.services.jcr.rmi.api.client.LocalAdapterFactoryImpl
Creates and returns a ClientProperty instance.
getProperty(String) - Method in interface org.exoplatform.services.jcr.rmi.api.remote.RemoteNode
Remote version of the Node.getProperty(String) method.
getProperty(String) - Method in class org.exoplatform.services.jcr.rmi.impl.server.ServerNode
Remote version of the Node.getProperty(String) method.
getPropertyDef(RemotePropertyDefinition) - Method in interface org.exoplatform.services.jcr.rmi.api.client.LocalAdapterFactory
Factory method for creating a local adapter for a remote property definition.
getPropertyDef(RemotePropertyDefinition) - Method in class org.exoplatform.services.jcr.rmi.api.client.LocalAdapterFactoryImpl
Creates and returns a ClientPropertyDefinition instance.
getPropertyDefArray(RemotePropertyDefinition[]) - Method in class org.exoplatform.services.jcr.rmi.api.client.ClientNodeType
Utility method for creating an array of local property definition adapters for an array of remote property definitions.
getPropertyDefinitions() - Method in class org.exoplatform.services.jcr.rmi.api.client.ClientNodeType
getPropertyDefs() - Method in interface org.exoplatform.services.jcr.rmi.api.remote.nodetype.RemoteNodeType
Remote version of the NodeType.getPropertyDefs() method.
getPropertyDefs() - Method in class org.exoplatform.services.jcr.rmi.impl.server.ServerNodeType
Remote version of the NodeType.getPropertyDefs() method.
getPropertyIterator(Session, RemoteIterator) - Method in interface org.exoplatform.services.jcr.rmi.api.client.LocalAdapterFactory
Factory method for creating a local adapter for a remote property iterator.
getPropertyIterator(Session, RemoteIterator) - Method in class org.exoplatform.services.jcr.rmi.api.client.LocalAdapterFactoryImpl
Creates and returns a ClientPropertyIterator instance.
getQuery(Node) - Method in class org.exoplatform.services.jcr.rmi.api.client.ClientQueryManager
getQuery(Session, RemoteQuery) - Method in interface org.exoplatform.services.jcr.rmi.api.client.LocalAdapterFactory
Factory method for creating a local adapter for a remote query.
getQuery(Session, RemoteQuery) - Method in class org.exoplatform.services.jcr.rmi.api.client.LocalAdapterFactoryImpl
Creates and returns a ClientQuery instance.
getQuery(String) - Method in interface org.exoplatform.services.jcr.rmi.api.remote.RemoteQueryManager
 
getQuery(String) - Method in class org.exoplatform.services.jcr.rmi.impl.server.ServerQueryManager
getQueryManager() - Method in class org.exoplatform.services.jcr.rmi.api.client.ClientWorkspace
getQueryManager(Session, RemoteQueryManager) - Method in interface org.exoplatform.services.jcr.rmi.api.client.LocalAdapterFactory
Factory method for creating a local adapter for a remote query manager.
getQueryManager(Session, RemoteQueryManager) - Method in class org.exoplatform.services.jcr.rmi.api.client.LocalAdapterFactoryImpl
Creates and returns a ClientQueryManager instance.
getQueryManager() - Method in interface org.exoplatform.services.jcr.rmi.api.remote.RemoteWorkspace
Remote version of the Workspace.getQueryManager() method.
getQueryManager() - Method in class org.exoplatform.services.jcr.rmi.impl.server.ServerWorkspace
Remote version of the Workspace.getQueryManager() method.
getQueryResult(Session, RemoteQueryResult) - Method in interface org.exoplatform.services.jcr.rmi.api.client.LocalAdapterFactory
Factory method for creating a local adapter for a remote query result.
getQueryResult(Session, RemoteQueryResult) - Method in class org.exoplatform.services.jcr.rmi.api.client.LocalAdapterFactoryImpl
Creates and returns a ClientQueryResult instance.
getReference() - Method in class org.exoplatform.services.jcr.rmi.api.value.BaseNonStreamValue
 
getReference() - Method in class org.exoplatform.services.jcr.rmi.api.value.BinaryValue
 
getReference() - Method in class org.exoplatform.services.jcr.rmi.api.value.ReferenceValue
 
getReferences() - Method in class org.exoplatform.services.jcr.rmi.api.client.ClientNode
getReferences() - Method in interface org.exoplatform.services.jcr.rmi.api.remote.RemoteNode
Remote version of the Node.getReferences() method.
getReferences() - Method in class org.exoplatform.services.jcr.rmi.impl.server.ServerNode
Remote version of the Node.getReferences() method.
getRegisteredEventListeners() - Method in class org.exoplatform.services.jcr.rmi.api.client.ClientObservationManager
getRemoteEvent(long, EventIterator) - Method in interface org.exoplatform.services.jcr.rmi.api.remote.RemoteAdapterFactory
Returns a remote adapter for the given local events.
getRemoteEvent(long, EventIterator) - Method in class org.exoplatform.services.jcr.rmi.impl.server.RemoteAdapterFactoryImpl
Creates a ServerEventCollection instances.
getRemoteItem(Item) - Method in interface org.exoplatform.services.jcr.rmi.api.remote.RemoteAdapterFactory
Returns a remote adapter for the given local item.
getRemoteItem(Item) - Method in class org.exoplatform.services.jcr.rmi.impl.server.RemoteAdapterFactoryImpl
Creates a ServerItem instance.
getRemoteItem(Item) - Method in class org.exoplatform.services.jcr.rmi.impl.server.ServerObject
Utility method for creating a remote reference for a local item.
getRemoteItemDefinition(ItemDefinition) - Method in interface org.exoplatform.services.jcr.rmi.api.remote.RemoteAdapterFactory
Returns a remote adapter for the given local item definition.
getRemoteItemDefinition(ItemDefinition) - Method in class org.exoplatform.services.jcr.rmi.impl.server.RemoteAdapterFactoryImpl
Creates a ServerItemDefinition instance.
getRemoteLock(Lock) - Method in interface org.exoplatform.services.jcr.rmi.api.remote.RemoteAdapterFactory
Returns a remote adapter for the given local lock.
getRemoteLock(Lock) - Method in class org.exoplatform.services.jcr.rmi.impl.server.RemoteAdapterFactoryImpl
Creates a ServerLock instance.
getRemoteNamespaceRegistry(NamespaceRegistry) - Method in interface org.exoplatform.services.jcr.rmi.api.remote.RemoteAdapterFactory
Returns a remote adapter for the given local namespace registry.
getRemoteNamespaceRegistry(NamespaceRegistry) - Method in class org.exoplatform.services.jcr.rmi.impl.server.RemoteAdapterFactoryImpl
Creates a ServerNamespaceRegistry instance.
getRemoteNode(Node) - Method in interface org.exoplatform.services.jcr.rmi.api.remote.RemoteAdapterFactory
Returns a remote adapter for the given local node.
getRemoteNode(Node) - Method in class org.exoplatform.services.jcr.rmi.impl.server.RemoteAdapterFactoryImpl
Creates a ServerNode instance.
getRemoteNode(Node) - Method in class org.exoplatform.services.jcr.rmi.impl.server.ServerObject
Utility method for creating a remote reference for a local node.
getRemoteNodeDefinition(NodeDefinition) - Method in interface org.exoplatform.services.jcr.rmi.api.remote.RemoteAdapterFactory
Returns a remote adapter for the given local node definition.
getRemoteNodeDefinition(NodeDefinition) - Method in class org.exoplatform.services.jcr.rmi.impl.server.RemoteAdapterFactoryImpl
Creates a ServerNodeDefinition instance.
getRemoteNodeIterator(NodeIterator) - Method in interface org.exoplatform.services.jcr.rmi.api.remote.RemoteAdapterFactory
Returns a remote adapter for the given local node iterator.
getRemoteNodeIterator(NodeIterator) - Method in class org.exoplatform.services.jcr.rmi.impl.server.RemoteAdapterFactoryImpl
Creates a ServerNodeIterator instance.
getRemoteNodeType(NodeType) - Method in interface org.exoplatform.services.jcr.rmi.api.remote.RemoteAdapterFactory
Returns a remote adapter for the given local node type.
getRemoteNodeType(NodeType) - Method in class org.exoplatform.services.jcr.rmi.impl.server.RemoteAdapterFactoryImpl
Creates a ServerNodeType instance.
getRemoteNodeTypeArray(NodeType[]) - Method in class org.exoplatform.services.jcr.rmi.impl.server.ServerObject
Utility method for creating an array of remote references for local node types.
getRemoteNodeTypeIterator(NodeTypeIterator) - Method in interface org.exoplatform.services.jcr.rmi.api.remote.RemoteAdapterFactory
Returns a remote adapter for the given local node type iterator.
getRemoteNodeTypeIterator(NodeTypeIterator) - Method in class org.exoplatform.services.jcr.rmi.impl.server.RemoteAdapterFactoryImpl
Creates a ServerNodeTypeIterator instance.
getRemoteNodeTypeManager(NodeTypeManager) - Method in interface org.exoplatform.services.jcr.rmi.api.remote.RemoteAdapterFactory
Returns a remote adapter for the given local node type manager.
getRemoteNodeTypeManager(NodeTypeManager) - Method in class org.exoplatform.services.jcr.rmi.impl.server.RemoteAdapterFactoryImpl
Creates a ServerNodeTypeManager instance.
getRemoteObject(Object) - Method in class org.exoplatform.services.jcr.rmi.impl.server.iterator.ServerIterator
Returns a remote adapter for the given local object.
getRemoteObject(Object) - Method in class org.exoplatform.services.jcr.rmi.impl.server.iterator.ServerNodeIterator
Creates and returns a remote adapter for the given node.
getRemoteObject(Object) - Method in class org.exoplatform.services.jcr.rmi.impl.server.iterator.ServerNodeTypeIterator
Creates and returns a remote adapter for the given node type.
getRemoteObject(Object) - Method in class org.exoplatform.services.jcr.rmi.impl.server.iterator.ServerPropertyIterator
Creates and returns a remote adapter for the given property.
getRemoteObject(Object) - Method in class org.exoplatform.services.jcr.rmi.impl.server.iterator.ServerRowIterator
Creates and returns a remote adapter for the given row.
getRemoteObject(Object) - Method in class org.exoplatform.services.jcr.rmi.impl.server.iterator.ServerVersionIterator
Creates and returns a remote adapter for the given version..
getRemoteObservationManager(ObservationManager) - Method in interface org.exoplatform.services.jcr.rmi.api.remote.RemoteAdapterFactory
Returns a remote adapter for the given local observation manager.
getRemoteObservationManager(ObservationManager) - Method in class org.exoplatform.services.jcr.rmi.impl.server.RemoteAdapterFactoryImpl
Creates a ServerObservationManager instance.
getRemoteProperty(Property) - Method in interface org.exoplatform.services.jcr.rmi.api.remote.RemoteAdapterFactory
Returns a remote adapter for the given local property.
getRemoteProperty(Property) - Method in class org.exoplatform.services.jcr.rmi.impl.server.RemoteAdapterFactoryImpl
Creates a ServerProperty instance.
getRemotePropertyDefinition(PropertyDefinition) - Method in interface org.exoplatform.services.jcr.rmi.api.remote.RemoteAdapterFactory
Returns a remote adapter for the given local property definition.
getRemotePropertyDefinition(PropertyDefinition) - Method in class org.exoplatform.services.jcr.rmi.impl.server.RemoteAdapterFactoryImpl
Creates a ServerPropertyDefinition instance.
getRemotePropertyIterator(PropertyIterator) - Method in interface org.exoplatform.services.jcr.rmi.api.remote.RemoteAdapterFactory
Returns a remote adapter for the given local property iterator.
getRemotePropertyIterator(PropertyIterator) - Method in class org.exoplatform.services.jcr.rmi.impl.server.RemoteAdapterFactoryImpl
Creates a ServerPropertyIterator instance.
getRemoteQuery(Query) - Method in interface org.exoplatform.services.jcr.rmi.api.remote.RemoteAdapterFactory
Returns a remote adapter for the given local query.
getRemoteQuery(Query) - Method in class org.exoplatform.services.jcr.rmi.impl.server.RemoteAdapterFactoryImpl
Creates a ServerQuery instance.
getRemoteQueryManager(QueryManager, Session) - Method in interface org.exoplatform.services.jcr.rmi.api.remote.RemoteAdapterFactory
Returns a remote adapter for the given local query manager.
getRemoteQueryManager(QueryManager, Session) - Method in class org.exoplatform.services.jcr.rmi.impl.server.RemoteAdapterFactoryImpl
Creates a ServerQueryManager instance.
getRemoteQueryResult(QueryResult) - Method in interface org.exoplatform.services.jcr.rmi.api.remote.RemoteAdapterFactory
Returns a remote adapter for the given local query result.
getRemoteQueryResult(QueryResult) - Method in class org.exoplatform.services.jcr.rmi.impl.server.RemoteAdapterFactoryImpl
Creates a ServerQueryResult instance.
getRemoteRepository(Repository) - Method in interface org.exoplatform.services.jcr.rmi.api.remote.RemoteAdapterFactory
Returns a remote adapter for the given local repository.
getRemoteRepository(Repository) - Method in class org.exoplatform.services.jcr.rmi.impl.server.RemoteAdapterFactoryImpl
Creates a ServerRepository instance.
getRemoteRow(Row) - Method in interface org.exoplatform.services.jcr.rmi.api.remote.RemoteAdapterFactory
Returns a remote adapter for the given local query row.
getRemoteRow(Row) - Method in class org.exoplatform.services.jcr.rmi.impl.server.RemoteAdapterFactoryImpl
Creates a ServerQueryResult instance.
getRemoteRowIterator(RowIterator) - Method in interface org.exoplatform.services.jcr.rmi.api.remote.RemoteAdapterFactory
Returns a remote adapter for the given local row iterator.
getRemoteRowIterator(RowIterator) - Method in class org.exoplatform.services.jcr.rmi.impl.server.RemoteAdapterFactoryImpl
Creates a ServerRowIterator instance.
getRemoteSession(Session) - Method in interface org.exoplatform.services.jcr.rmi.api.remote.RemoteAdapterFactory
Returns a remote adapter for the given local session.
getRemoteSession(Session) - Method in class org.exoplatform.services.jcr.rmi.impl.server.RemoteAdapterFactoryImpl
Creates a ServerSession instance.
getRemoteVersion(Version) - Method in interface org.exoplatform.services.jcr.rmi.api.remote.RemoteAdapterFactory
Returns a remote adapter for the given local version.
getRemoteVersion(Version) - Method in class org.exoplatform.services.jcr.rmi.impl.server.RemoteAdapterFactoryImpl
Creates a ServerVersion instance.
getRemoteVersionHistory(VersionHistory) - Method in interface org.exoplatform.services.jcr.rmi.api.remote.RemoteAdapterFactory
Returns a remote adapter for the given local version history.
getRemoteVersionHistory(VersionHistory) - Method in class org.exoplatform.services.jcr.rmi.impl.server.RemoteAdapterFactoryImpl
Creates a ServerVersionHistory instance.
getRemoteVersionIterator(VersionIterator) - Method in interface org.exoplatform.services.jcr.rmi.api.remote.RemoteAdapterFactory
Returns a remote adapter for the given local version iterator.
getRemoteVersionIterator(VersionIterator) - Method in class org.exoplatform.services.jcr.rmi.impl.server.RemoteAdapterFactoryImpl
Creates a ServerVersionIterator instance.
getRemoteWorkspace(Workspace) - Method in interface org.exoplatform.services.jcr.rmi.api.remote.RemoteAdapterFactory
Returns a remote adapter for the given local workspace.
getRemoteWorkspace(Workspace) - Method in class org.exoplatform.services.jcr.rmi.impl.server.RemoteAdapterFactoryImpl
Creates a ServerWorkspace instance.
getRepository(String) - Method in class org.exoplatform.services.jcr.rmi.api.client.ClientRepositoryFactory
Returns a client wrapper for a remote content repository.
getRepository() - Method in class org.exoplatform.services.jcr.rmi.api.client.ClientSession
Returns the current repository without contacting the remote session.
getRepository(RemoteRepository) - Method in interface org.exoplatform.services.jcr.rmi.api.client.LocalAdapterFactory
Factory method for creating a local adapter for a remote repository.
getRepository(RemoteRepository) - Method in class org.exoplatform.services.jcr.rmi.api.client.LocalAdapterFactoryImpl
Creates and returns a ClientRepository instance.
getRepositoryException(RepositoryException) - Method in class org.exoplatform.services.jcr.rmi.impl.server.ServerObject
Returns a cleaned version of the given exception.
getRequiredPrimaryTypes() - Method in class org.exoplatform.services.jcr.rmi.api.client.ClientNodeDefinition
getRequiredPrimaryTypes() - Method in interface org.exoplatform.services.jcr.rmi.api.remote.nodetype.RemoteNodeDefinition
Remote version of the NodeDef.getRequiredPrimaryTypes() method.
getRequiredPrimaryTypes() - Method in class org.exoplatform.services.jcr.rmi.impl.server.ServerNodeDefinition
Remote version of the NodeDef.getRequiredPrimaryTypes() method.
getRequiredType() - Method in class org.exoplatform.services.jcr.rmi.api.client.ClientPropertyDefinition
getRequiredType() - Method in interface org.exoplatform.services.jcr.rmi.api.remote.nodetype.RemotePropertyDefinition
Remote version of the PropertyDefinition.getRequiredType() method.
getRequiredType() - Method in class org.exoplatform.services.jcr.rmi.impl.server.ServerPropertyDefinition
Remote version of the PropertyDefinition.getRequiredType() method.
getRootNode() - Method in class org.exoplatform.services.jcr.rmi.api.client.ClientSession
getRootNode() - Method in interface org.exoplatform.services.jcr.rmi.api.remote.RemoteSession
Remote version of the Session.getRootNode() method.
getRootNode() - Method in class org.exoplatform.services.jcr.rmi.impl.server.ServerSession
Remote version of the Session.getRootNode() method.
getRootVersion() - Method in class org.exoplatform.services.jcr.rmi.api.client.ClientVersionHistory
getRootVersion() - Method in interface org.exoplatform.services.jcr.rmi.api.remote.RemoteVersionHistory
Remote version of the VersionHistory.getRootVersion() method.
getRootVersion() - Method in class org.exoplatform.services.jcr.rmi.impl.server.ServerVersionHistory
Remote version of the VersionHistory.getRootVersion() method.
getRow(RemoteRow) - Method in interface org.exoplatform.services.jcr.rmi.api.client.LocalAdapterFactory
Factory method for creating a local adapter for a remote query row.
getRow(RemoteRow) - Method in class org.exoplatform.services.jcr.rmi.api.client.LocalAdapterFactoryImpl
Creates and returns a ClientRow instance.
getRowIterator(RemoteIterator) - Method in interface org.exoplatform.services.jcr.rmi.api.client.LocalAdapterFactory
Factory method for creating a local adapter for a remote row iterator.
getRowIterator(RemoteIterator) - Method in class org.exoplatform.services.jcr.rmi.api.client.LocalAdapterFactoryImpl
Creates and returns a ClientRowIterator instance.
getRows() - Method in class org.exoplatform.services.jcr.rmi.api.client.ClientQueryResult
getRows() - Method in interface org.exoplatform.services.jcr.rmi.api.remote.RemoteQueryResult
 
getRows() - Method in class org.exoplatform.services.jcr.rmi.impl.server.ServerQueryResult
getSession() - Method in class org.exoplatform.services.jcr.rmi.api.client.ClientItem
Returns the current session without contacting the remote item.
getSession() - Method in class org.exoplatform.services.jcr.rmi.api.client.ClientWorkspace
Returns the current session without contacting the remote workspace.
getSession(Repository, RemoteSession) - Method in interface org.exoplatform.services.jcr.rmi.api.client.LocalAdapterFactory
Factory method for creating a local adapter for a remote session.
getSession(Repository, RemoteSession) - Method in class org.exoplatform.services.jcr.rmi.api.client.LocalAdapterFactoryImpl
Creates and returns a ClientSession instance.
getSize() - Method in class org.exoplatform.services.jcr.rmi.api.client.iterator.ClientIterator
Returns the size (the total number of elements) of this iteration.
getSize() - Method in class org.exoplatform.services.jcr.rmi.api.iterator.ArrayIterator
getSize() - Method in class org.exoplatform.services.jcr.rmi.api.remote.iterator.ArrayIterator
Returns the size of the iterator.
getSize() - Method in class org.exoplatform.services.jcr.rmi.api.remote.iterator.BufferIterator
Returns the cached size of the iterator.
getSize() - Method in interface org.exoplatform.services.jcr.rmi.api.remote.RemoteIterator
Returns the size of the iteration, or -1 if the size is unknown.
getSize() - Method in interface org.exoplatform.services.jcr.rmi.api.remote.RemoteRangeIterator
Returns the size of the iteration, or -1 if the size is unknown.
getSize() - Method in class org.exoplatform.services.jcr.rmi.impl.server.iterator.ServerIterator
Returns the size of the iterator.
getStatement() - Method in class org.exoplatform.services.jcr.rmi.api.client.ClientQuery
getStatement() - Method in interface org.exoplatform.services.jcr.rmi.api.remote.RemoteQuery
 
getStatement() - Method in class org.exoplatform.services.jcr.rmi.impl.server.ServerQuery
getStoredQueryPath() - Method in class org.exoplatform.services.jcr.rmi.api.client.ClientQuery
getStoredQueryPath() - Method in interface org.exoplatform.services.jcr.rmi.api.remote.RemoteQuery
 
getStoredQueryPath() - Method in class org.exoplatform.services.jcr.rmi.impl.server.ServerQuery
getStream() - Method in class org.exoplatform.services.jcr.rmi.api.client.ClientProperty
Returns the binary value of this property.
getStream() - Method in class org.exoplatform.services.jcr.rmi.api.value.BaseNonStreamValue
Always throws IllegalStateException because only non-stream getters are available from this implementation.
getStream() - Method in class org.exoplatform.services.jcr.rmi.api.value.BinaryValue
Returns the InputStream from which this instance has been created.
getString() - Method in class org.exoplatform.services.jcr.rmi.api.client.ClientProperty
Returns the string value of this property.
getString() - Method in class org.exoplatform.services.jcr.rmi.api.value.BinaryValue
Always throws IllegalStateException because only an InputStream is available from this implementation.
getString() - Method in class org.exoplatform.services.jcr.rmi.api.value.BooleanValue
Returns the boolean as a string converted by the Boolean.toString(boolean).
getString() - Method in class org.exoplatform.services.jcr.rmi.api.value.DateValue
Returns the string represented of this Calendar value formatted using a ISO8601.format with the pattern YYYY-MM-DDThh:mm:ss.sssTZD.
getString() - Method in class org.exoplatform.services.jcr.rmi.api.value.DoubleValue
Returns the double as a string converted by the Double.toString(double).
getString() - Method in class org.exoplatform.services.jcr.rmi.api.value.LongValue
Returns the long as a string converted by the Long.toString(long).
getString() - Method in class org.exoplatform.services.jcr.rmi.api.value.NameValue
Returns the string representation of the Name value.
getString() - Method in class org.exoplatform.services.jcr.rmi.api.value.PathValue
Returns the string representation of the path value.
getString() - Method in class org.exoplatform.services.jcr.rmi.api.value.PermissionValue
 
getString() - Method in class org.exoplatform.services.jcr.rmi.api.value.ReferenceValue
Returns the string representation of the reference value.
getString() - Method in class org.exoplatform.services.jcr.rmi.api.value.StringValue
Returns the string value.
getSuccessors() - Method in class org.exoplatform.services.jcr.rmi.api.client.ClientVersion
getSuccessors() - Method in interface org.exoplatform.services.jcr.rmi.api.remote.RemoteVersion
Remote version of the Version.getSuccessors() method.
getSuccessors() - Method in class org.exoplatform.services.jcr.rmi.impl.server.ServerVersion
Remote version of the Version.getSuccessors() method.
getSupertypes() - Method in class org.exoplatform.services.jcr.rmi.api.client.ClientNodeType
getSupertypes() - Method in interface org.exoplatform.services.jcr.rmi.api.remote.nodetype.RemoteNodeType
Remote version of the NodeType.getSupertypes() method.
getSupertypes() - Method in class org.exoplatform.services.jcr.rmi.impl.server.ServerNodeType
Remote version of the NodeType.getSupertypes() method.
getSupportedQueryLanguages() - Method in class org.exoplatform.services.jcr.rmi.api.client.ClientQueryManager
getSupportedQueryLanguages() - Method in interface org.exoplatform.services.jcr.rmi.api.remote.RemoteQueryManager
 
getSupportedQueryLanguages() - Method in class org.exoplatform.services.jcr.rmi.impl.server.ServerQueryManager
getSystemSession(String) - Method in interface org.exoplatform.services.jcr.rmi.api.remote.core.RemoteManageableRepository
 
getType() - Method in class org.exoplatform.services.jcr.rmi.api.client.ClientProperty
getType() - Method in interface org.exoplatform.services.jcr.rmi.api.remote.RemoteEventCollection.RemoteEvent
Returns the event type.
getType() - Method in interface org.exoplatform.services.jcr.rmi.api.remote.RemoteProperty
Remote version of the Property.getType() method.
getType() - Method in class org.exoplatform.services.jcr.rmi.api.value.BinaryValue
Returns PropertyType.BINARY.
getType() - Method in class org.exoplatform.services.jcr.rmi.api.value.BooleanValue
Returns PropertyType.BOOLEAN.
getType() - Method in class org.exoplatform.services.jcr.rmi.api.value.DateValue
Returns PropertyType.DATE.
getType() - Method in class org.exoplatform.services.jcr.rmi.api.value.DoubleValue
Returns PropertyType.DOUBLE.
getType() - Method in class org.exoplatform.services.jcr.rmi.api.value.LongValue
Returns PropertyType.LONG.
getType() - Method in class org.exoplatform.services.jcr.rmi.api.value.NameValue
Returns PropertyType.NAME.
getType() - Method in class org.exoplatform.services.jcr.rmi.api.value.PathValue
Returns PropertyType.PATH.
getType() - Method in class org.exoplatform.services.jcr.rmi.api.value.PermissionValue
 
getType() - Method in class org.exoplatform.services.jcr.rmi.api.value.ReferenceValue
Returns PropertyType.REFERENCE.
getType() - Method in class org.exoplatform.services.jcr.rmi.api.value.StringValue
Returns PropertyType.STRING.
getType() - Method in class org.exoplatform.services.jcr.rmi.impl.server.ServerEventCollection.ServerEvent
Returns the event type.
getType() - Method in class org.exoplatform.services.jcr.rmi.impl.server.ServerProperty
Remote version of the Property.getType() method.
getURI(String) - Method in class org.exoplatform.services.jcr.rmi.api.client.ClientNamespaceRegistry
getURI(String) - Method in interface org.exoplatform.services.jcr.rmi.api.remote.RemoteNamespaceRegistry
Remote version of the NamespaceRegistry.getURI(String) method.
getURI(String) - Method in class org.exoplatform.services.jcr.rmi.impl.server.ServerNamespaceRegistry
Remote version of the NamespaceRegistry.getURI(String) method.
getURIs() - Method in class org.exoplatform.services.jcr.rmi.api.client.ClientNamespaceRegistry
getURIs() - Method in interface org.exoplatform.services.jcr.rmi.api.remote.RemoteNamespaceRegistry
Remote version of the NamespaceRegistry,getURIs() method.
getURIs() - Method in class org.exoplatform.services.jcr.rmi.impl.server.ServerNamespaceRegistry
Remote version of the NamespaceRegistry,getURIs() method.
getUserID() - Method in class org.exoplatform.services.jcr.rmi.api.client.ClientSession
getUserID() - Method in interface org.exoplatform.services.jcr.rmi.api.remote.RemoteEventCollection.RemoteEvent
Returns the userID of the session causing this event.
getUserID() - Method in interface org.exoplatform.services.jcr.rmi.api.remote.RemoteSession
Remote version of the Session.getUserID() method.
getUserID() - Method in class org.exoplatform.services.jcr.rmi.impl.server.ServerEventCollection.ServerEvent
Returns the userID of the session causing this event.
getUserID() - Method in class org.exoplatform.services.jcr.rmi.impl.server.ServerSession
Remote version of the Session.getUserID() method.
getUUID() - Method in class org.exoplatform.services.jcr.rmi.api.client.ClientNode
getUUID() - Method in interface org.exoplatform.services.jcr.rmi.api.remote.RemoteNode
Remote version of the Node.getUUID() method.
getUUID() - Method in class org.exoplatform.services.jcr.rmi.impl.server.ServerNode
Remote version of the Node.getUUID() method.
getValue() - Method in class org.exoplatform.services.jcr.rmi.api.client.ClientProperty
getValue(String) - Method in class org.exoplatform.services.jcr.rmi.api.client.ClientRow
getValue() - Method in interface org.exoplatform.services.jcr.rmi.api.remote.RemoteProperty
Remote version of the Property.getValue() method.
getValue(String) - Method in interface org.exoplatform.services.jcr.rmi.api.remote.RemoteRow
 
getValue() - Method in class org.exoplatform.services.jcr.rmi.impl.server.ServerProperty
Remote version of the Property.getValue() method.
getValue(String) - Method in class org.exoplatform.services.jcr.rmi.impl.server.ServerRow
getValueConstraints() - Method in class org.exoplatform.services.jcr.rmi.api.client.ClientPropertyDefinition
getValueConstraints() - Method in interface org.exoplatform.services.jcr.rmi.api.remote.nodetype.RemotePropertyDefinition
Remote version of the PropertyDefinition.getValueConstraints() method.
getValueConstraints() - Method in class org.exoplatform.services.jcr.rmi.impl.server.ServerPropertyDefinition
Remote version of the PropertyDefinition.getValueConstraints() method.
getValueFactory() - Method in class org.exoplatform.services.jcr.rmi.api.client.ClientSession
Returns the SerialValueFactory.getInstance().
getValueFormatException(String) - Method in class org.exoplatform.services.jcr.rmi.api.value.BaseNonStreamValue
Returns a ValueFormatException with a message indicating what kind of type conversion is not supported.
getValues() - Method in class org.exoplatform.services.jcr.rmi.api.client.ClientProperty
getValues() - Method in class org.exoplatform.services.jcr.rmi.api.client.ClientRow
getValues() - Method in interface org.exoplatform.services.jcr.rmi.api.remote.RemoteProperty
Remote version of the Property.getValues() method.
getValues() - Method in interface org.exoplatform.services.jcr.rmi.api.remote.RemoteRow
 
getValues() - Method in class org.exoplatform.services.jcr.rmi.impl.server.ServerProperty
Remote version of the Property.getValues() method.
getValues() - Method in class org.exoplatform.services.jcr.rmi.impl.server.ServerRow
getVersion(String) - Method in class org.exoplatform.services.jcr.rmi.api.client.ClientVersionHistory
getVersion(Session, RemoteVersion) - Method in interface org.exoplatform.services.jcr.rmi.api.client.LocalAdapterFactory
Factory method for creating a local adapter for a remote version.
getVersion(Session, RemoteVersion) - Method in class org.exoplatform.services.jcr.rmi.api.client.LocalAdapterFactoryImpl
Creates and returns a ClientVersion instance.
getVersion(String) - Method in interface org.exoplatform.services.jcr.rmi.api.remote.RemoteVersionHistory
Remote version of the VersionHistory.getVersion(String) method.
getVersion(String) - Method in class org.exoplatform.services.jcr.rmi.impl.server.ServerVersionHistory
Remote version of the VersionHistory.getVersion(String) method.
getVersionableUUID() - Method in class org.exoplatform.services.jcr.rmi.api.client.ClientVersionHistory
getVersionableUUID() - Method in interface org.exoplatform.services.jcr.rmi.api.remote.RemoteVersionHistory
Remote version of the VersionHistory.getVersionableUUID() VersionHistory.getVersionableUUID()} method.
getVersionableUUID() - Method in class org.exoplatform.services.jcr.rmi.impl.server.ServerVersionHistory
Remote version of the VersionHistory.getVersionableUUID() VersionHistory.getVersionableUUID()} method.
getVersionByLabel(String) - Method in class org.exoplatform.services.jcr.rmi.api.client.ClientVersionHistory
getVersionByLabel(String) - Method in interface org.exoplatform.services.jcr.rmi.api.remote.RemoteVersionHistory
Remote version of the VersionHistory.getVersionByLabel(String) method.
getVersionByLabel(String) - Method in class org.exoplatform.services.jcr.rmi.impl.server.ServerVersionHistory
Remote version of the VersionHistory.getVersionByLabel(String) method.
getVersionByUUID(String) - Method in class org.exoplatform.services.jcr.rmi.impl.server.ServerNode
Returns the Version instance for the given UUID.
getVersionHistory() - Method in class org.exoplatform.services.jcr.rmi.api.client.ClientNode
getVersionHistory(Session, RemoteVersionHistory) - Method in interface org.exoplatform.services.jcr.rmi.api.client.LocalAdapterFactory
Factory method for creating a local adapter for a remote version history.
getVersionHistory(Session, RemoteVersionHistory) - Method in class org.exoplatform.services.jcr.rmi.api.client.LocalAdapterFactoryImpl
Creates and returns a ClientVersionHistory instance.
getVersionHistory() - Method in interface org.exoplatform.services.jcr.rmi.api.remote.RemoteNode
Remote version of the Node.getVersionHistory() method.
getVersionHistory() - Method in class org.exoplatform.services.jcr.rmi.impl.server.ServerNode
Remote version of the Node.getVersionHistory() method.
getVersionIterator(Session, RemoteIterator) - Method in interface org.exoplatform.services.jcr.rmi.api.client.LocalAdapterFactory
Factory method for creating a local adapter for a remote version iterator.
getVersionIterator(Session, RemoteIterator) - Method in class org.exoplatform.services.jcr.rmi.api.client.LocalAdapterFactoryImpl
Creates and returns a ClientVersionIterator instance.
getVersionLabels() - Method in class org.exoplatform.services.jcr.rmi.api.client.ClientVersionHistory
getVersionLabels(Version) - Method in class org.exoplatform.services.jcr.rmi.api.client.ClientVersionHistory
getVersionLabels() - Method in interface org.exoplatform.services.jcr.rmi.api.remote.RemoteVersionHistory
Remote version of the VersionHistory.getVersionLabels() method.
getVersionLabels(String) - Method in interface org.exoplatform.services.jcr.rmi.api.remote.RemoteVersionHistory
Remote version of the VersionHistory.getVersionLabels(Version) method.
getVersionLabels() - Method in class org.exoplatform.services.jcr.rmi.impl.server.ServerVersionHistory
Remote version of the VersionHistory.getVersionLabels() method.
getVersionLabels(String) - Method in class org.exoplatform.services.jcr.rmi.impl.server.ServerVersionHistory
Remote version of the VersionHistory.getVersionLabels(Version) method.
getWorkspace() - Method in class org.exoplatform.services.jcr.rmi.api.client.ClientSession
getWorkspace(Session, RemoteWorkspace) - Method in interface org.exoplatform.services.jcr.rmi.api.client.LocalAdapterFactory
Factory method for creating a local adapter for a remote workspace.
getWorkspace(Session, RemoteWorkspace) - Method in class org.exoplatform.services.jcr.rmi.api.client.LocalAdapterFactoryImpl
Creates and returns a ClientWorkspace instance.
getWorkspace() - Method in interface org.exoplatform.services.jcr.rmi.api.remote.RemoteSession
Remote version of the Session.getWorkspace() method.
getWorkspace() - Method in class org.exoplatform.services.jcr.rmi.impl.server.ServerSession
Remote version of the Session.getWorkspace() method.
getWorkspaceNames() - Method in interface org.exoplatform.services.jcr.rmi.api.remote.core.RemoteManageableRepository
 
getXAResource() - Method in interface org.exoplatform.services.jcr.rmi.api.remote.core.RemoteXASession
 

H

hashCode() - Method in class org.exoplatform.services.jcr.rmi.api.client.ClientNode
 
hashCode() - Method in class org.exoplatform.services.jcr.rmi.api.observation.ServerEventListenerProxy
Returns the client-side listener identifier as its hash code.
hasNext() - Method in class org.exoplatform.services.jcr.rmi.api.client.iterator.ClientIterator
Checks if there are more elements in this iteration.
hasNext() - Method in class org.exoplatform.services.jcr.rmi.api.iterator.ArrayIterator
hasNode(String) - Method in class org.exoplatform.services.jcr.rmi.api.client.ClientNode
hasNode(String) - Method in interface org.exoplatform.services.jcr.rmi.api.remote.RemoteNode
Remote version of the Node.hasNode(String) method.
hasNode(String) - Method in class org.exoplatform.services.jcr.rmi.impl.server.ServerNode
Remote version of the Node.hasNode(String) method.
hasNodes() - Method in class org.exoplatform.services.jcr.rmi.api.client.ClientNode
hasNodes() - Method in interface org.exoplatform.services.jcr.rmi.api.remote.RemoteNode
Remote version of the Node.hasNodes() method.
hasNodes() - Method in class org.exoplatform.services.jcr.rmi.impl.server.ServerNode
Remote version of the Node.hasNodes() method.
hasOrderableChildNodes() - Method in class org.exoplatform.services.jcr.rmi.api.client.ClientNodeType
hasOrderableChildNodes() - Method in interface org.exoplatform.services.jcr.rmi.api.remote.nodetype.RemoteNodeType
Remote version of the NodeType.hasOrderableChildNodes() method.
hasOrderableChildNodes() - Method in class org.exoplatform.services.jcr.rmi.impl.server.ServerNodeType
Remote version of the NodeType.hasOrderableChildNodes() method.
hasPendingChanges() - Method in class org.exoplatform.services.jcr.rmi.api.client.ClientSession
hasPendingChanges() - Method in interface org.exoplatform.services.jcr.rmi.api.remote.RemoteSession
Remote version of the Session.hasPendingChanges() method.
hasPendingChanges() - Method in class org.exoplatform.services.jcr.rmi.impl.server.ServerSession
Remote version of the Session.hasPendingChanges() method.
hasProperties() - Method in class org.exoplatform.services.jcr.rmi.api.client.ClientNode
hasProperties() - Method in interface org.exoplatform.services.jcr.rmi.api.remote.RemoteNode
Remote version of the Node.hasProperties() method.
hasProperties() - Method in class org.exoplatform.services.jcr.rmi.impl.server.ServerNode
Remote version of the Node.hasProperties() method.
hasProperty(String) - Method in class org.exoplatform.services.jcr.rmi.api.client.ClientNode
hasProperty(String) - Method in interface org.exoplatform.services.jcr.rmi.api.remote.RemoteNode
Remote version of the Node.hasProperty() method.
hasProperty(String) - Method in class org.exoplatform.services.jcr.rmi.impl.server.ServerNode
Remote version of the Node.hasProperty() method.
hasVersionLabel(String) - Method in class org.exoplatform.services.jcr.rmi.api.client.ClientVersionHistory
hasVersionLabel(Version, String) - Method in class org.exoplatform.services.jcr.rmi.api.client.ClientVersionHistory
hasVersionLabel(String) - Method in interface org.exoplatform.services.jcr.rmi.api.remote.RemoteVersionHistory
Remote version of the VersionHistory.hasVersionLabel(String) method.
hasVersionLabel(String, String) - Method in interface org.exoplatform.services.jcr.rmi.api.remote.RemoteVersionHistory
Remote version of the hasVersionLabel(Version, String) method.
hasVersionLabel(String) - Method in class org.exoplatform.services.jcr.rmi.impl.server.ServerVersionHistory
Remote version of the VersionHistory.hasVersionLabel(String) method.
hasVersionLabel(String, String) - Method in class org.exoplatform.services.jcr.rmi.impl.server.ServerVersionHistory
Remote version of the hasVersionLabel(Version, String) method.
holdsLock() - Method in class org.exoplatform.services.jcr.rmi.api.client.ClientNode
holdsLock() - Method in interface org.exoplatform.services.jcr.rmi.api.remote.RemoteNode
Remote version of the Node.holdsLock() method.
holdsLock() - Method in class org.exoplatform.services.jcr.rmi.impl.server.ServerNode
Remote version of the Node.holdsLock() method.

I

ignorableWhitespace(char[], int, int) - Method in class org.exoplatform.services.jcr.rmi.api.xml.ImportContentHandler
impersonate(Credentials) - Method in class org.exoplatform.services.jcr.rmi.api.client.ClientSession
impersonate(Credentials) - Method in interface org.exoplatform.services.jcr.rmi.api.remote.RemoteSession
Remote version of the Session.impersonate(Credentials) method.
impersonate(Credentials) - Method in class org.exoplatform.services.jcr.rmi.impl.server.ServerSession
Remote version of the Session.impersonate(Credentials) method.
ImportContentHandler - Class in org.exoplatform.services.jcr.rmi.api.xml
Base class for a SAX content handler for importing XML data.
ImportContentHandler(Session, String) - Constructor for class org.exoplatform.services.jcr.rmi.api.xml.ImportContentHandler
Creates a SAX content handler for importing XML data.
importXML(String, InputStream, int) - Method in class org.exoplatform.services.jcr.rmi.api.client.ClientSession
importXML(String, InputStream, int) - Method in class org.exoplatform.services.jcr.rmi.api.client.ClientWorkspace
importXML(String, byte[], int) - Method in interface org.exoplatform.services.jcr.rmi.api.remote.RemoteSession
Imports the system or document view XML data into a subtree of the identified node.
importXML(String, byte[], int) - Method in interface org.exoplatform.services.jcr.rmi.api.remote.RemoteWorkspace
Remote version of the Workspace.importXML(String,InputStream,int) method.
importXML(byte[]) - Method in class org.exoplatform.services.jcr.rmi.api.xml.ImportContentHandler
Imports the given XML data.
importXML(byte[]) - Method in class org.exoplatform.services.jcr.rmi.api.xml.SessionImportContentHandler
Imports the serialized XML stream using the standard Session.importXML(String, InputStream, int) method.
importXML(byte[]) - Method in class org.exoplatform.services.jcr.rmi.api.xml.WorkspaceImportContentHandler
Imports the serialized XML stream using the standard Workspace.importXML(String, InputStream, int) method.
importXML(String, byte[], int) - Method in class org.exoplatform.services.jcr.rmi.impl.server.ServerSession
Imports the system or document view XML data into a subtree of the identified node.
importXML(String, byte[], int) - Method in class org.exoplatform.services.jcr.rmi.impl.server.ServerWorkspace
Remote version of the Workspace.importXML(String,InputStream,int) method.
initWorkspace(String, String) - Method in interface org.exoplatform.services.jcr.rmi.api.remote.core.RemoteManageableRepository
Initializes workspace
isAutoCreated() - Method in class org.exoplatform.services.jcr.rmi.api.client.ClientItemDefinition
isAutoCreated() - Method in interface org.exoplatform.services.jcr.rmi.api.remote.nodetype.RemoteItemDefinition
Remote version of the ItemDef.isAutoCreate() method.
isAutoCreated() - Method in class org.exoplatform.services.jcr.rmi.impl.server.ServerItemDefinition
Remote version of the ItemDef.isAutoCreate() method.
isCheckedOut() - Method in class org.exoplatform.services.jcr.rmi.api.client.ClientNode
isCheckedOut() - Method in interface org.exoplatform.services.jcr.rmi.api.remote.RemoteNode
Remote version of the Node.isCheckedOut() method.
isCheckedOut() - Method in class org.exoplatform.services.jcr.rmi.impl.server.ServerNode
Remote version of the Node.isCheckedOut() method.
isDeep() - Method in class org.exoplatform.services.jcr.rmi.api.client.ClientLock
isDeep() - Method in interface org.exoplatform.services.jcr.rmi.api.remote.RemoteLock
Remote version of the Lock.isDeep() method.
isDeep() - Method in class org.exoplatform.services.jcr.rmi.impl.server.ServerLock
Remote version of the Lock.isDeep() method.
isLive() - Method in class org.exoplatform.services.jcr.rmi.api.client.ClientLock
isLive() - Method in class org.exoplatform.services.jcr.rmi.api.client.ClientSession
isLive() - Method in interface org.exoplatform.services.jcr.rmi.api.remote.RemoteLock
Remote version of the Lock.isLive() method.
isLive() - Method in interface org.exoplatform.services.jcr.rmi.api.remote.RemoteSession
Remote version of the Session.isLive() method.
isLive() - Method in class org.exoplatform.services.jcr.rmi.impl.server.ServerLock
Remote version of the Lock.isLive() method.
isLive() - Method in class org.exoplatform.services.jcr.rmi.impl.server.ServerSession
Remote version of the Session.isLive() method.
isLocked() - Method in class org.exoplatform.services.jcr.rmi.api.client.ClientNode
isLocked() - Method in interface org.exoplatform.services.jcr.rmi.api.remote.RemoteNode
Remote version of the Node.isLocked() method.
isLocked() - Method in class org.exoplatform.services.jcr.rmi.impl.server.ServerNode
Remote version of the Node.isLocked() method.
isMandatory() - Method in class org.exoplatform.services.jcr.rmi.api.client.ClientItemDefinition
isMandatory() - Method in interface org.exoplatform.services.jcr.rmi.api.remote.nodetype.RemoteItemDefinition
Remote version of the ItemDef.isMandatory() method.
isMandatory() - Method in class org.exoplatform.services.jcr.rmi.impl.server.ServerItemDefinition
Remote version of the ItemDef.isMandatory() method.
isMixin() - Method in class org.exoplatform.services.jcr.rmi.api.client.ClientNodeType
isMixin() - Method in interface org.exoplatform.services.jcr.rmi.api.remote.nodetype.RemoteNodeType
Remote version of the NodeType.isMixin() method.
isMixin() - Method in class org.exoplatform.services.jcr.rmi.impl.server.ServerNodeType
Remote version of the NodeType.isMixin() method.
isModified() - Method in class org.exoplatform.services.jcr.rmi.api.client.ClientItem
isModified() - Method in interface org.exoplatform.services.jcr.rmi.api.remote.RemoteItem
Remote version of the Item.isModified() method.
isModified() - Method in class org.exoplatform.services.jcr.rmi.impl.server.ServerItem
Remote version of the Item.isModified() method.
isMultiple() - Method in class org.exoplatform.services.jcr.rmi.api.client.ClientPropertyDefinition
isMultiple() - Method in interface org.exoplatform.services.jcr.rmi.api.remote.nodetype.RemotePropertyDefinition
Remote version of the PropertyDefinition.isMultiple() method.
isMultiple() - Method in class org.exoplatform.services.jcr.rmi.impl.server.ServerPropertyDefinition
Remote version of the PropertyDefinition.isMultiple() method.
isNew() - Method in class org.exoplatform.services.jcr.rmi.api.client.ClientItem
isNew() - Method in interface org.exoplatform.services.jcr.rmi.api.remote.RemoteItem
Remote version of the Item.isNew() method.
isNew() - Method in class org.exoplatform.services.jcr.rmi.impl.server.ServerItem
Remote version of the Item.isNew() method.
isNode() - Method in class org.exoplatform.services.jcr.rmi.api.client.ClientItem
Returns false by default without contacting the remote item.
isNode() - Method in class org.exoplatform.services.jcr.rmi.api.client.ClientNode
Returns true without contacting the remote node.
isNodeType(String) - Method in class org.exoplatform.services.jcr.rmi.api.client.ClientNode
isNodeType(String) - Method in class org.exoplatform.services.jcr.rmi.api.client.ClientNodeType
isNodeType(String) - Method in interface org.exoplatform.services.jcr.rmi.api.remote.nodetype.RemoteNodeType
Remote version of the NodeType.isNodeType(String) method.
isNodeType(String) - Method in interface org.exoplatform.services.jcr.rmi.api.remote.RemoteNode
Remote version of the Node.isNodeType(String) method.
isNodeType(String) - Method in class org.exoplatform.services.jcr.rmi.impl.server.ServerNode
Remote version of the Node.isNodeType(String) method.
isNodeType(String) - Method in class org.exoplatform.services.jcr.rmi.impl.server.ServerNodeType
Remote version of the NodeType.isNodeType(String) method.
isProtected() - Method in class org.exoplatform.services.jcr.rmi.api.client.ClientItemDefinition
isProtected() - Method in interface org.exoplatform.services.jcr.rmi.api.remote.nodetype.RemoteItemDefinition
Remote version of the ItemDef.isProtected() method.
isProtected() - Method in class org.exoplatform.services.jcr.rmi.impl.server.ServerItemDefinition
Remote version of the ItemDef.isProtected() method.
isSame(Item) - Method in class org.exoplatform.services.jcr.rmi.api.client.ClientItem
Checks whether this instance represents the same repository item as the given other instance.
isSessionScoped() - Method in class org.exoplatform.services.jcr.rmi.api.client.ClientLock
isSessionScoped() - Method in interface org.exoplatform.services.jcr.rmi.api.remote.RemoteLock
Remote version of the Lock.isSessionScoped() () Lock.isSessionScoped()} method.
isSessionScoped() - Method in class org.exoplatform.services.jcr.rmi.impl.server.ServerLock
Remote version of the Lock.isSessionScoped() () Lock.isSessionScoped()} method.
isWorkspaceInitialized(String) - Method in interface org.exoplatform.services.jcr.rmi.api.remote.core.RemoteManageableRepository
 
itemExists(String) - Method in class org.exoplatform.services.jcr.rmi.api.client.ClientSession
itemExists(String) - Method in interface org.exoplatform.services.jcr.rmi.api.remote.RemoteSession
Remote version of the Session.itemExists(String) method.
itemExists(String) - Method in class org.exoplatform.services.jcr.rmi.impl.server.ServerSession
Remote version of the Session.itemExists(String) method.

J

JCRServer - Interface in org.exoplatform.services.jcr.rmi.impl.server
 
JCRServerImpl - Class in org.exoplatform.services.jcr.rmi.impl.server
Default implementation of the RemoteAdapterFactory interface.
JCRServerImpl(InitParams, RepositoryService) - Constructor for class org.exoplatform.services.jcr.rmi.impl.server.JCRServerImpl
 

L

LocalAdapterFactory - Interface in org.exoplatform.services.jcr.rmi.api.client
Factory interface for creating local adapters for remote references.
LocalAdapterFactoryImpl - Class in org.exoplatform.services.jcr.rmi.api.client
Default implementation of the LocalAdapterFactory interface.
LocalAdapterFactoryImpl() - Constructor for class org.exoplatform.services.jcr.rmi.api.client.LocalAdapterFactoryImpl
 
lock(boolean, boolean) - Method in class org.exoplatform.services.jcr.rmi.api.client.ClientNode
lock(boolean, boolean) - Method in interface org.exoplatform.services.jcr.rmi.api.remote.RemoteNode
Remote version of the Node.lock(boolean,boolean) method.
lock(boolean, boolean) - Method in class org.exoplatform.services.jcr.rmi.impl.server.ServerNode
Remote version of the Node.lock(boolean,boolean) method.
login() - Method in class org.exoplatform.services.jcr.rmi.api.client.ClientRepository
login(String) - Method in class org.exoplatform.services.jcr.rmi.api.client.ClientRepository
login(Credentials) - Method in class org.exoplatform.services.jcr.rmi.api.client.ClientRepository
login(Credentials, String) - Method in class org.exoplatform.services.jcr.rmi.api.client.ClientRepository
login() - Method in interface org.exoplatform.services.jcr.rmi.api.remote.RemoteRepository
Remote version of the Repository.login( method.
login(String) - Method in interface org.exoplatform.services.jcr.rmi.api.remote.RemoteRepository
Remote version of the Repository.login(String method.
login(Credentials) - Method in interface org.exoplatform.services.jcr.rmi.api.remote.RemoteRepository
Remote version of the Repository.login(Credentials method.
login(Credentials, String) - Method in interface org.exoplatform.services.jcr.rmi.api.remote.RemoteRepository
Remote version of the Repository.login(Credentials,String method.
login() - Method in class org.exoplatform.services.jcr.rmi.impl.server.ServerRepository
Remote version of the Repository.login( method.
login(String) - Method in class org.exoplatform.services.jcr.rmi.impl.server.ServerRepository
Remote version of the Repository.login(String method.
login(Credentials) - Method in class org.exoplatform.services.jcr.rmi.impl.server.ServerRepository
Remote version of the Repository.login(Credentials method.
login(Credentials, String) - Method in class org.exoplatform.services.jcr.rmi.impl.server.ServerRepository
Remote version of the Repository.login(Credentials,String method.
logout() - Method in class org.exoplatform.services.jcr.rmi.api.client.ClientSession
logout() - Method in interface org.exoplatform.services.jcr.rmi.api.remote.RemoteSession
Remote version of the Session.logout() method.
logout() - Method in class org.exoplatform.services.jcr.rmi.impl.server.ServerSession
Remote version of the Session.logout() method.
LongValue - Class in org.exoplatform.services.jcr.rmi.api.value
The LongValue class implements the committed value state for Long values as a part of the State design pattern (Gof) used by this package.
LongValue(long) - Constructor for class org.exoplatform.services.jcr.rmi.api.value.LongValue
Creates an instance for the given long value.
LongValue(String) - Constructor for class org.exoplatform.services.jcr.rmi.api.value.LongValue
Creates an instance for the given string representation of a long.

M

makeSerialValue(Value) - Static method in class org.exoplatform.services.jcr.rmi.api.value.SerialValueFactory
Utility method for decorating a value.
makeSerialValueArray(Value[]) - Static method in class org.exoplatform.services.jcr.rmi.api.value.SerialValueFactory
Utility method for decorating an array of values.
merge(String, boolean) - Method in class org.exoplatform.services.jcr.rmi.api.client.ClientNode
merge(String, boolean) - Method in interface org.exoplatform.services.jcr.rmi.api.remote.RemoteNode
Remote version of the Node.merge(String,boolean) method.
merge(String, boolean) - Method in class org.exoplatform.services.jcr.rmi.impl.server.ServerNode
Remote version of the Node.merge(String,boolean) method.
move(String, String) - Method in class org.exoplatform.services.jcr.rmi.api.client.ClientSession
move(String, String) - Method in class org.exoplatform.services.jcr.rmi.api.client.ClientWorkspace
move(String, String) - Method in interface org.exoplatform.services.jcr.rmi.api.remote.RemoteSession
Remote version of the Session.move(String,String) method.
move(String, String) - Method in interface org.exoplatform.services.jcr.rmi.api.remote.RemoteWorkspace
Remote version of the Workspace.move(String,String) method.
move(String, String) - Method in class org.exoplatform.services.jcr.rmi.impl.server.ServerSession
Remote version of the Session.move(String,String) method.
move(String, String) - Method in class org.exoplatform.services.jcr.rmi.impl.server.ServerWorkspace
Remote version of the Workspace.move(String,String) method.

N

NameValue - Class in org.exoplatform.services.jcr.rmi.api.value
The NameValue class implements the committed value state for Name values as a part of the State design pattern (Gof) used by this package.
NameValue(String) - Constructor for class org.exoplatform.services.jcr.rmi.api.value.NameValue
Creates an instance for the given name value.
next() - Method in class org.exoplatform.services.jcr.rmi.api.client.iterator.ClientIterator
Returns the next element in this iteration.
next() - Method in class org.exoplatform.services.jcr.rmi.api.iterator.ArrayIterator
nextEvent() - Method in class org.exoplatform.services.jcr.rmi.api.iterator.ArrayEventIterator
nextEventListener() - Method in class org.exoplatform.services.jcr.rmi.api.iterator.ArrayEventListenerIterator
nextNode() - Method in class org.exoplatform.services.jcr.rmi.api.client.iterator.ClientNodeIterator
Returns the next node in this iteration.
nextNodeType() - Method in class org.exoplatform.services.jcr.rmi.api.client.iterator.ClientNodeTypeIterator
Returns the next node type in this iteration.
nextObjects() - Method in class org.exoplatform.services.jcr.rmi.api.remote.iterator.ArrayIterator
Returns the underlying array.
nextObjects() - Method in class org.exoplatform.services.jcr.rmi.api.remote.iterator.BufferIterator
Returns the currently buffered elements and fills in the buffer with next elements.
nextObjects() - Method in interface org.exoplatform.services.jcr.rmi.api.remote.RemoteIterator
Returns an array of remote references to the next elements in this iterator.
nextObjects() - Method in interface org.exoplatform.services.jcr.rmi.api.remote.RemoteRangeIterator
Returns an array of remote references to the next elements in this iterator.
nextObjects() - Method in class org.exoplatform.services.jcr.rmi.impl.server.iterator.ServerIterator
Returns an array of remote references to the next elements in this iteration.
nextProperty() - Method in class org.exoplatform.services.jcr.rmi.api.client.iterator.ClientPropertyIterator
Returns the next property in this iteration.
nextRow() - Method in class org.exoplatform.services.jcr.rmi.api.client.iterator.ClientRowIterator
Returns the next row in this iteration.
nextVersion() - Method in class org.exoplatform.services.jcr.rmi.api.client.iterator.ClientVersionIterator
Returns the next version in this iteration.

O

onEvent(EventIterator) - Method in class org.exoplatform.services.jcr.rmi.api.observation.ServerEventListenerProxy
Converts the Event instances in the given iterator to an instance of RemoteEventCollection for them to be dispatched to the client-side event listener.
optimizeIterator(RemoteIterator) - Method in class org.exoplatform.services.jcr.rmi.impl.server.RemoteAdapterFactoryImpl
Optimizes the given remote iterator for transmission across the network.
orderBefore(String, String) - Method in class org.exoplatform.services.jcr.rmi.api.client.ClientNode
orderBefore(String, String) - Method in interface org.exoplatform.services.jcr.rmi.api.remote.RemoteNode
Remote version of the Node.orderBefore(String,String) method.
orderBefore(String, String) - Method in class org.exoplatform.services.jcr.rmi.impl.server.ServerNode
Remote version of the Node.orderBefore(String,String) method.
orderNumber - Variable in class org.exoplatform.services.jcr.rmi.api.value.BaseNonStreamValue
 
org.exoplatform.services.jcr.rmi.api.client - package org.exoplatform.services.jcr.rmi.api.client
 
org.exoplatform.services.jcr.rmi.api.client.iterator - package org.exoplatform.services.jcr.rmi.api.client.iterator
 
org.exoplatform.services.jcr.rmi.api.exceptions - package org.exoplatform.services.jcr.rmi.api.exceptions
 
org.exoplatform.services.jcr.rmi.api.iterator - package org.exoplatform.services.jcr.rmi.api.iterator
 
org.exoplatform.services.jcr.rmi.api.observation - package org.exoplatform.services.jcr.rmi.api.observation
 
org.exoplatform.services.jcr.rmi.api.remote - package org.exoplatform.services.jcr.rmi.api.remote
 
org.exoplatform.services.jcr.rmi.api.remote.core - package org.exoplatform.services.jcr.rmi.api.remote.core
 
org.exoplatform.services.jcr.rmi.api.remote.iterator - package org.exoplatform.services.jcr.rmi.api.remote.iterator
 
org.exoplatform.services.jcr.rmi.api.remote.nodetype - package org.exoplatform.services.jcr.rmi.api.remote.nodetype
 
org.exoplatform.services.jcr.rmi.api.value - package org.exoplatform.services.jcr.rmi.api.value
 
org.exoplatform.services.jcr.rmi.api.xml - package org.exoplatform.services.jcr.rmi.api.xml
 
org.exoplatform.services.jcr.rmi.impl.server - package org.exoplatform.services.jcr.rmi.impl.server
 
org.exoplatform.services.jcr.rmi.impl.server.iterator - package org.exoplatform.services.jcr.rmi.impl.server.iterator
 

P

parse(String) - Static method in class org.exoplatform.services.jcr.rmi.api.value.PermissionValue
 
parseValue(String) - Static method in class org.exoplatform.services.jcr.rmi.api.value.PermissionValue
 
PathValue - Class in org.exoplatform.services.jcr.rmi.api.value
The PathValue class implements the committed value state for Path values as a part of the State design pattern (Gof) used by this package.
PathValue(String) - Constructor for class org.exoplatform.services.jcr.rmi.api.value.PathValue
Creates an instance for the given path value.
PermissionValue - Class in org.exoplatform.services.jcr.rmi.api.value
 
PermissionValue(String, String) - Constructor for class org.exoplatform.services.jcr.rmi.api.value.PermissionValue
 
processingInstruction(String, String) - Method in class org.exoplatform.services.jcr.rmi.api.xml.ImportContentHandler
put(Object) - Method in class org.exoplatform.services.jcr.rmi.api.observation.Queue
Appends the given object to the end of the queue.

Q

Queue - Class in org.exoplatform.services.jcr.rmi.api.observation
The Queue class is a very simple queue assuming that there is at least one consumer and potentially multiple producers.
Queue() - Constructor for class org.exoplatform.services.jcr.rmi.api.observation.Queue
Creates an instance of this queue.

R

ReferenceValue - Class in org.exoplatform.services.jcr.rmi.api.value
The ReferenceValue class implements the committed value state for Reference values as a part of the State design pattern (Gof) used by this package.
ReferenceValue(String) - Constructor for class org.exoplatform.services.jcr.rmi.api.value.ReferenceValue
Creates an instance for the given reference value.
refresh(boolean) - Method in class org.exoplatform.services.jcr.rmi.api.client.ClientItem
refresh() - Method in class org.exoplatform.services.jcr.rmi.api.client.ClientLock
refresh(boolean) - Method in class org.exoplatform.services.jcr.rmi.api.client.ClientSession
refresh(boolean) - Method in interface org.exoplatform.services.jcr.rmi.api.remote.RemoteItem
Remote version of the Item.refresh(boolean) method.
refresh() - Method in interface org.exoplatform.services.jcr.rmi.api.remote.RemoteLock
Remote version of the Lock.refresh() method.
refresh(boolean) - Method in interface org.exoplatform.services.jcr.rmi.api.remote.RemoteSession
Remote version of the Session.refresh(boolean) method.
refresh(boolean) - Method in class org.exoplatform.services.jcr.rmi.impl.server.ServerItem
Remote version of the Item.refresh(boolean) method.
refresh() - Method in class org.exoplatform.services.jcr.rmi.impl.server.ServerLock
Remote version of the Lock.refresh() method.
refresh(boolean) - Method in class org.exoplatform.services.jcr.rmi.impl.server.ServerSession
Remote version of the Session.refresh(boolean) method.
registerNamespace(String, String) - Method in class org.exoplatform.services.jcr.rmi.api.client.ClientNamespaceRegistry
registerNamespace(String, String) - Method in interface org.exoplatform.services.jcr.rmi.api.remote.RemoteNamespaceRegistry
Remote version of the NamespaceRegistry.registerNamespace(String,String) method.
registerNamespace(String, String) - Method in class org.exoplatform.services.jcr.rmi.impl.server.ServerNamespaceRegistry
Remote version of the NamespaceRegistry.registerNamespace(String,String) method.
RemoteAdapterFactory - Interface in org.exoplatform.services.jcr.rmi.api.remote
Factory interface for creating remote adapters for local resources.
RemoteAdapterFactoryImpl - Class in org.exoplatform.services.jcr.rmi.impl.server
Default implementation of the RemoteAdapterFactory interface.
RemoteAdapterFactoryImpl() - Constructor for class org.exoplatform.services.jcr.rmi.impl.server.RemoteAdapterFactoryImpl
Creates a server adapter factory with the default iterator buffer size.
RemoteEventCollection - Interface in org.exoplatform.services.jcr.rmi.api.remote
The RemoteEventCollection class serves as a container for notifications sent to registered event listeners.
RemoteEventCollection.RemoteEvent - Interface in org.exoplatform.services.jcr.rmi.api.remote
The RemoteEvent class provides an encapsulation of single events in an event list sent to a registered listener.
RemoteExtendedNode - Interface in org.exoplatform.services.jcr.rmi.api.remote.core
 
RemoteItem - Interface in org.exoplatform.services.jcr.rmi.api.remote
Remote version of the JCR Item interface.
RemoteItemDefinition - Interface in org.exoplatform.services.jcr.rmi.api.remote.nodetype
Remote version of the JCR ItemDef interface.
RemoteIterator - Interface in org.exoplatform.services.jcr.rmi.api.remote
Remote version of the JCR RangeIterator interface.
RemoteLock - Interface in org.exoplatform.services.jcr.rmi.api.remote
Remote version of the JCR Lock interface.
RemoteManageableRepository - Interface in org.exoplatform.services.jcr.rmi.api.remote.core
Remote version of the JCR interface.
RemoteNamespaceRegistry - Interface in org.exoplatform.services.jcr.rmi.api.remote
Remote version of the JCR NamespaceRegistry interface.
RemoteNode - Interface in org.exoplatform.services.jcr.rmi.api.remote
Remote version of the JCR Node interface.
RemoteNodeDefinition - Interface in org.exoplatform.services.jcr.rmi.api.remote.nodetype
Remote version of the JCR NodeDefinition interface.
RemoteNodeType - Interface in org.exoplatform.services.jcr.rmi.api.remote.nodetype
Remote version of the JCR NodeType interface.
RemoteNodeTypeManager - Interface in org.exoplatform.services.jcr.rmi.api.remote.nodetype
Remote version of the JCR NodeTypeManager interface.
RemoteObservationManager - Interface in org.exoplatform.services.jcr.rmi.api.remote
Remote version of the JCR ObservationManager interface.
RemoteProperty - Interface in org.exoplatform.services.jcr.rmi.api.remote
Remote version of the JCR Property interface.
RemotePropertyDefinition - Interface in org.exoplatform.services.jcr.rmi.api.remote.nodetype
Remote version of the JCR PropertyDefinition interface.
RemoteQuery - Interface in org.exoplatform.services.jcr.rmi.api.remote
Remote version of the JCR Query interface.
RemoteQueryManager - Interface in org.exoplatform.services.jcr.rmi.api.remote
Remote version of the JCR QueryManager interface.
RemoteQueryResult - Interface in org.exoplatform.services.jcr.rmi.api.remote
Remote version of the JCR QueryResult interface.
RemoteRangeIterator - Interface in org.exoplatform.services.jcr.rmi.api.remote
Remote version of the JCR RangeIterator interface.
RemoteRepository - Interface in org.exoplatform.services.jcr.rmi.api.remote
Remote version of the JCR Repository interface.
RemoteRepositoryException - Exception in org.exoplatform.services.jcr.rmi.api.exceptions
JCR-RMI remote exception.
RemoteRepositoryException(RemoteException) - Constructor for exception org.exoplatform.services.jcr.rmi.api.exceptions.RemoteRepositoryException
Creates a RemoteRepositoryException based on the given RemoteException.
RemoteRow - Interface in org.exoplatform.services.jcr.rmi.api.remote
Remote version of the JCR Row interface.
RemoteRuntimeException - Exception in org.exoplatform.services.jcr.rmi.api.exceptions
JCR-RMI remote runtime exception.
RemoteRuntimeException(RemoteException) - Constructor for exception org.exoplatform.services.jcr.rmi.api.exceptions.RemoteRuntimeException
Creates a RemoteRuntimeException based on the given RemoteException.
RemoteSession - Interface in org.exoplatform.services.jcr.rmi.api.remote
Remote version of the JCR Session interface.
RemoteVersion - Interface in org.exoplatform.services.jcr.rmi.api.remote
Remote version of the JCR Version interface.
RemoteVersionHistory - Interface in org.exoplatform.services.jcr.rmi.api.remote
Remote version of the JC VersionHistory interface.
RemoteWorkspace - Interface in org.exoplatform.services.jcr.rmi.api.remote
Remote version of the JCR Workspace interface.
RemoteXASession - Interface in org.exoplatform.services.jcr.rmi.api.remote.core
 
remove() - Method in class org.exoplatform.services.jcr.rmi.api.client.ClientItem
remove() - Method in class org.exoplatform.services.jcr.rmi.api.client.iterator.ClientIterator
Not supported.
remove() - Method in class org.exoplatform.services.jcr.rmi.api.iterator.ArrayIterator
remove() - Method in interface org.exoplatform.services.jcr.rmi.api.remote.RemoteItem
Remote version of the Item.remove() method.
remove() - Method in class org.exoplatform.services.jcr.rmi.impl.server.ServerItem
Remote version of the Item.remove() method.
removeChildrenPermission(String) - Method in interface org.exoplatform.services.jcr.rmi.api.remote.core.RemoteExtendedNode
Removes permissions for perticular identity
removeEventListener(EventListener) - Method in class org.exoplatform.services.jcr.rmi.api.client.ClientObservationManager
removeEventListener(long) - Method in interface org.exoplatform.services.jcr.rmi.api.remote.RemoteObservationManager
Remote version of the ObservationManager.removeEventListener() method.
removeEventListener(long) - Method in class org.exoplatform.services.jcr.rmi.impl.server.ServerObservationManager
Remote version of the ObservationManager.removeEventListener() method.
removeListener(EventListener) - Method in class org.exoplatform.services.jcr.rmi.api.observation.ClientEventPoll
Unregisters the given local listener from this instance and returns the unique identifier assigned to it.
removeLockToken(String) - Method in class org.exoplatform.services.jcr.rmi.api.client.ClientSession
removeLockToken(String) - Method in interface org.exoplatform.services.jcr.rmi.api.remote.RemoteSession
Remote version of the Session.removeLockToken(String) method.
removeLockToken(String) - Method in class org.exoplatform.services.jcr.rmi.impl.server.ServerSession
Remote version of the Session.removeLockToken(String) method.
removeMixin(String) - Method in class org.exoplatform.services.jcr.rmi.api.client.ClientNode
removeMixin(String) - Method in interface org.exoplatform.services.jcr.rmi.api.remote.RemoteNode
Remote version of the Node.removeMixin(String) method.
removeMixin(String) - Method in class org.exoplatform.services.jcr.rmi.impl.server.ServerNode
Remote version of the Node.removeMixin(String) method.
removeVersion(String) - Method in class org.exoplatform.services.jcr.rmi.api.client.ClientVersionHistory
removeVersion(String) - Method in interface org.exoplatform.services.jcr.rmi.api.remote.RemoteVersionHistory
Remote version of the VersionHistory.removeVersion(String) method.
removeVersion(String) - Method in class org.exoplatform.services.jcr.rmi.impl.server.ServerVersionHistory
Remote version of the VersionHistory.removeVersion(String) method.
removeVersionLabel(String) - Method in class org.exoplatform.services.jcr.rmi.api.client.ClientVersionHistory
removeVersionLabel(String) - Method in interface org.exoplatform.services.jcr.rmi.api.remote.RemoteVersionHistory
Remote version of the VersionHistory.removeVersionLabel(String) method.
removeVersionLabel(String) - Method in class org.exoplatform.services.jcr.rmi.impl.server.ServerVersionHistory
Remote version of the VersionHistory.removeVersionLabel(String) method.
restore(String, boolean) - Method in class org.exoplatform.services.jcr.rmi.api.client.ClientNode
restore(Version, boolean) - Method in class org.exoplatform.services.jcr.rmi.api.client.ClientNode
restore(Version, String, boolean) - Method in class org.exoplatform.services.jcr.rmi.api.client.ClientNode
restore(Version[], boolean) - Method in class org.exoplatform.services.jcr.rmi.api.client.ClientWorkspace
restore(String, boolean) - Method in interface org.exoplatform.services.jcr.rmi.api.remote.RemoteNode
Remote version of the Node.restore(String,boolean) method.
restore(String, String, boolean) - Method in interface org.exoplatform.services.jcr.rmi.api.remote.RemoteNode
Remote version of the Node.restore(Version,String,boolean) method.
restore(String[], boolean) - Method in interface org.exoplatform.services.jcr.rmi.api.remote.RemoteWorkspace
* Remote version of the Workspace.restore(String[] versionuuids, boolean removeExisting) method.
restore(String, boolean) - Method in class org.exoplatform.services.jcr.rmi.impl.server.ServerNode
Remote version of the Node.restore(String,boolean) method.
restore(String, String, boolean) - Method in class org.exoplatform.services.jcr.rmi.impl.server.ServerNode
Remote version of the Node.restore(Version,String,boolean) method.
restore(String[], boolean) - Method in class org.exoplatform.services.jcr.rmi.impl.server.ServerWorkspace
* Remote version of the Workspace.restore(String[] versionuuids, boolean removeExisting) method.
restoreByLabel(String, boolean) - Method in class org.exoplatform.services.jcr.rmi.api.client.ClientNode
restoreByLabel(String, boolean) - Method in interface org.exoplatform.services.jcr.rmi.api.remote.RemoteNode
Remote version of the Node.restoreByLabel(String,boolean) method.
restoreByLabel(String, boolean) - Method in class org.exoplatform.services.jcr.rmi.impl.server.ServerNode
Remote version of the Node.restoreByLabel(String,boolean) method.
restoreByUUID(String, boolean) - Method in interface org.exoplatform.services.jcr.rmi.api.remote.RemoteNode
Remote version of the Node.restore(Version,boolean) method.
restoreByUUID(String, boolean) - Method in class org.exoplatform.services.jcr.rmi.impl.server.ServerNode
Remote version of the Node.restore(Version,boolean) method.
run() - Method in class org.exoplatform.services.jcr.rmi.api.observation.ClientEventPoll
Checks for remote events and dispatches them to the locally registered event listeners.

S

save() - Method in class org.exoplatform.services.jcr.rmi.api.client.ClientItem
save() - Method in class org.exoplatform.services.jcr.rmi.api.client.ClientSession
save() - Method in interface org.exoplatform.services.jcr.rmi.api.remote.RemoteItem
Remote version of the Item.save() method.
save() - Method in interface org.exoplatform.services.jcr.rmi.api.remote.RemoteSession
Remote version of the Session.save() method.
save() - Method in class org.exoplatform.services.jcr.rmi.impl.server.ServerItem
Remote version of the Item.save() method.
save() - Method in class org.exoplatform.services.jcr.rmi.impl.server.ServerSession
Remote version of the Session.save() method.
SerialValueFactory - Class in org.exoplatform.services.jcr.rmi.api.value
The SerialValueFactory class is used in the RMI infrastructure to create serializable Value instances on the client side.
SerialValueFactory() - Constructor for class org.exoplatform.services.jcr.rmi.api.value.SerialValueFactory
Default constructor only visible to extensions of this class.
ServerEventCollection - Class in org.exoplatform.services.jcr.rmi.impl.server
The ServerEventCollection class implemnts the RemoteEventCollectionevent to actually sent the server-side event to the client.
ServerEventCollection.ServerEvent - Class in org.exoplatform.services.jcr.rmi.impl.server
Server side implementation of the RemoteEvent interface.
ServerEventListenerProxy - Class in org.exoplatform.services.jcr.rmi.api.observation
The ServerEventListenerProxy class is the server-side event listener proxy registered on behalf of a client-side event listener identified with the unique identifier.
ServerEventListenerProxy(RemoteAdapterFactory, long, Queue) - Constructor for class org.exoplatform.services.jcr.rmi.api.observation.ServerEventListenerProxy
Creates a new instance of this listener proxy.
ServerItem - Class in org.exoplatform.services.jcr.rmi.impl.server
Remote adapter for the JCR Item interface.
ServerItem(Item, RemoteAdapterFactory) - Constructor for class org.exoplatform.services.jcr.rmi.impl.server.ServerItem
Creates a remote adapter for the given local item.
ServerItemDefinition - Class in org.exoplatform.services.jcr.rmi.impl.server
Remote adapter for the JCR ItemDefinition interface.
ServerItemDefinition(ItemDefinition, RemoteAdapterFactory) - Constructor for class org.exoplatform.services.jcr.rmi.impl.server.ServerItemDefinition
Creates a remote adapter for the given local item definition.
ServerIterator - Class in org.exoplatform.services.jcr.rmi.impl.server.iterator
Remote adapter for the JCR RangeIterator interface.
ServerIterator(RangeIterator, RemoteAdapterFactory, int) - Constructor for class org.exoplatform.services.jcr.rmi.impl.server.iterator.ServerIterator
Creates a remote adapter for the given local item.
ServerLock - Class in org.exoplatform.services.jcr.rmi.impl.server
Remote adapter for the JCR Lock interface.
ServerLock(Lock, RemoteAdapterFactory) - Constructor for class org.exoplatform.services.jcr.rmi.impl.server.ServerLock
Creates a remote adapter for the given local lock.
ServerNamespaceRegistry - Class in org.exoplatform.services.jcr.rmi.impl.server
Remote adapter for the JCR NamespaceRegistry interface.
ServerNamespaceRegistry(NamespaceRegistry, RemoteAdapterFactory) - Constructor for class org.exoplatform.services.jcr.rmi.impl.server.ServerNamespaceRegistry
Creates a remote adapter for the given local namespace registry.
ServerNode - Class in org.exoplatform.services.jcr.rmi.impl.server
Remote adapter for the JCR Node interface.
ServerNode(Node, RemoteAdapterFactory) - Constructor for class org.exoplatform.services.jcr.rmi.impl.server.ServerNode
Creates a remote adapter for the given local node.
ServerNodeDefinition - Class in org.exoplatform.services.jcr.rmi.impl.server
Remote adapter for the JCR NodeDefinition interface.
ServerNodeDefinition(NodeDefinition, RemoteAdapterFactory) - Constructor for class org.exoplatform.services.jcr.rmi.impl.server.ServerNodeDefinition
Creates a remote adapter for the given local node definition.
ServerNodeIterator - Class in org.exoplatform.services.jcr.rmi.impl.server.iterator
A ServerIterator for iterating nodes.
ServerNodeIterator(NodeIterator, RemoteAdapterFactory, int) - Constructor for class org.exoplatform.services.jcr.rmi.impl.server.iterator.ServerNodeIterator
Creates a ServerNodeIterator instance.
ServerNodeType - Class in org.exoplatform.services.jcr.rmi.impl.server
Remote adapter for the JCR NodeType interface.
ServerNodeType(NodeType, RemoteAdapterFactory) - Constructor for class org.exoplatform.services.jcr.rmi.impl.server.ServerNodeType
Creates a remote adapter for the given local node type.
ServerNodeTypeIterator - Class in org.exoplatform.services.jcr.rmi.impl.server.iterator
A ServerIterator for iterating node types.
ServerNodeTypeIterator(NodeTypeIterator, RemoteAdapterFactory, int) - Constructor for class org.exoplatform.services.jcr.rmi.impl.server.iterator.ServerNodeTypeIterator
Creates a ServerNodeTypeIterator instance.
ServerNodeTypeManager - Class in org.exoplatform.services.jcr.rmi.impl.server
Remote adapter for the JCR NodeTypeManager interface.
ServerNodeTypeManager(NodeTypeManager, RemoteAdapterFactory) - Constructor for class org.exoplatform.services.jcr.rmi.impl.server.ServerNodeTypeManager
Creates a remote adapter for the given local node type manager.
ServerObject - Class in org.exoplatform.services.jcr.rmi.impl.server
Base class for remote adapters.
ServerObject(RemoteAdapterFactory) - Constructor for class org.exoplatform.services.jcr.rmi.impl.server.ServerObject
Creates a basic server adapter that uses the given factory to create new adapters.
ServerObservationManager - Class in org.exoplatform.services.jcr.rmi.impl.server
Remote adapter for the JCR ObservationManager interface.
ServerObservationManager(ObservationManager, RemoteAdapterFactory) - Constructor for class org.exoplatform.services.jcr.rmi.impl.server.ServerObservationManager
Creates a remote adapter for the given local workspace.
ServerProperty - Class in org.exoplatform.services.jcr.rmi.impl.server
Remote adapter for the JCR Property interface.
ServerProperty(Property, RemoteAdapterFactory) - Constructor for class org.exoplatform.services.jcr.rmi.impl.server.ServerProperty
Creates a remote adapter for the given local property.
ServerPropertyDefinition - Class in org.exoplatform.services.jcr.rmi.impl.server
Remote adapter for the JCR PropertyDefinition interface.
ServerPropertyDefinition(PropertyDefinition, RemoteAdapterFactory) - Constructor for class org.exoplatform.services.jcr.rmi.impl.server.ServerPropertyDefinition
Creates a remote adapter for the given local property definition.
ServerPropertyIterator - Class in org.exoplatform.services.jcr.rmi.impl.server.iterator
A ServerIterator for iterating properties.
ServerPropertyIterator(PropertyIterator, RemoteAdapterFactory, int) - Constructor for class org.exoplatform.services.jcr.rmi.impl.server.iterator.ServerPropertyIterator
Creates a ServerPropertyIterator instance.
ServerQuery - Class in org.exoplatform.services.jcr.rmi.impl.server
Remote adapter for the JCR Query interface.
ServerQuery(Query, RemoteAdapterFactory) - Constructor for class org.exoplatform.services.jcr.rmi.impl.server.ServerQuery
Creates a remote adapter for the given local Query.
ServerQueryManager - Class in org.exoplatform.services.jcr.rmi.impl.server
Remote adapter for the JCR QueryManager interface.
ServerQueryManager(QueryManager, RemoteAdapterFactoryImpl, Session) - Constructor for class org.exoplatform.services.jcr.rmi.impl.server.ServerQueryManager
Creates a remote adapter for the given local query manager.
ServerQueryResult - Class in org.exoplatform.services.jcr.rmi.impl.server
Remote adapter for the JCR QueryResult interface.
ServerQueryResult(QueryResult, RemoteAdapterFactory) - Constructor for class org.exoplatform.services.jcr.rmi.impl.server.ServerQueryResult
Creates a remote adapter for the given local QueryResult.
ServerRepository - Class in org.exoplatform.services.jcr.rmi.impl.server
Remote adapter for the JCR Repository interface.
ServerRepository(Repository, RemoteAdapterFactory) - Constructor for class org.exoplatform.services.jcr.rmi.impl.server.ServerRepository
Creates a remote adapter for the given local repository.
ServerRow - Class in org.exoplatform.services.jcr.rmi.impl.server
Remote adapter for the JCR Row interface.
ServerRow(Row, RemoteAdapterFactory) - Constructor for class org.exoplatform.services.jcr.rmi.impl.server.ServerRow
Creates a remote adapter for the given local query row.
ServerRowIterator - Class in org.exoplatform.services.jcr.rmi.impl.server.iterator
A ServerIterator for iterating rows.
ServerRowIterator(RowIterator, RemoteAdapterFactory, int) - Constructor for class org.exoplatform.services.jcr.rmi.impl.server.iterator.ServerRowIterator
Creates a ServerRowIterator instance.
ServerSession - Class in org.exoplatform.services.jcr.rmi.impl.server
Remote adapter for the JCR Session interface.
ServerSession(Session, RemoteAdapterFactory) - Constructor for class org.exoplatform.services.jcr.rmi.impl.server.ServerSession
 
ServerVersion - Class in org.exoplatform.services.jcr.rmi.impl.server
Remote adapter for the JCR Version interface.
ServerVersion(Version, RemoteAdapterFactory) - Constructor for class org.exoplatform.services.jcr.rmi.impl.server.ServerVersion
Creates a remote adapter for the given local version.
ServerVersionHistory - Class in org.exoplatform.services.jcr.rmi.impl.server
Remote adapter for the JCR VersionHistory interface.
ServerVersionHistory(VersionHistory, RemoteAdapterFactory) - Constructor for class org.exoplatform.services.jcr.rmi.impl.server.ServerVersionHistory
Creates a remote adapter for the given local version history.
ServerVersionIterator - Class in org.exoplatform.services.jcr.rmi.impl.server.iterator
A ServerIterator for iterating versions.
ServerVersionIterator(VersionIterator, RemoteAdapterFactory, int) - Constructor for class org.exoplatform.services.jcr.rmi.impl.server.iterator.ServerVersionIterator
Creates a ServerVersionIterator instance.
ServerWorkspace - Class in org.exoplatform.services.jcr.rmi.impl.server
Remote adapter for the JCR Workspace interface.
ServerWorkspace(Workspace, RemoteAdapterFactory) - Constructor for class org.exoplatform.services.jcr.rmi.impl.server.ServerWorkspace
Creates a remote adapter for the given local workspace.
SessionImportContentHandler - Class in org.exoplatform.services.jcr.rmi.api.xml
SAX content handler for importing XML data to a JCR Session.
SessionImportContentHandler(Session, String, int) - Constructor for class org.exoplatform.services.jcr.rmi.api.xml.SessionImportContentHandler
Creates a SAX content handler for importing XML data to the given session and path.
setBufferSize(int) - Method in class org.exoplatform.services.jcr.rmi.impl.server.RemoteAdapterFactoryImpl
Sets the iterator buffer size.
setChildrenPermission(String, String[]) - Method in interface org.exoplatform.services.jcr.rmi.api.remote.core.RemoteExtendedNode
Sets permissions for particular identity
setChildrenPermissions(Map) - Method in interface org.exoplatform.services.jcr.rmi.api.remote.core.RemoteExtendedNode
Sets permission for children
setDocumentLocator(Locator) - Method in class org.exoplatform.services.jcr.rmi.api.xml.ImportContentHandler
setNamespacePrefix(String, String) - Method in class org.exoplatform.services.jcr.rmi.api.client.ClientSession
setNamespacePrefix(String, String) - Method in interface org.exoplatform.services.jcr.rmi.api.remote.RemoteSession
Remote version of the Session.setNamespacePrefix(String,String) method.
setNamespacePrefix(String, String) - Method in class org.exoplatform.services.jcr.rmi.impl.server.ServerSession
Remote version of the Session.setNamespacePrefix(String,String) method.
setOrderNumber(int) - Method in class org.exoplatform.services.jcr.rmi.api.value.BaseNonStreamValue
 
setOrderNumber(int) - Method in class org.exoplatform.services.jcr.rmi.api.value.BinaryValue
 
setProperty(String, Value) - Method in class org.exoplatform.services.jcr.rmi.api.client.ClientNode
setProperty(String, Value[]) - Method in class org.exoplatform.services.jcr.rmi.api.client.ClientNode
setProperty(String, String[]) - Method in class org.exoplatform.services.jcr.rmi.api.client.ClientNode
setProperty(String, String) - Method in class org.exoplatform.services.jcr.rmi.api.client.ClientNode
setProperty(String, InputStream) - Method in class org.exoplatform.services.jcr.rmi.api.client.ClientNode
setProperty(String, boolean) - Method in class org.exoplatform.services.jcr.rmi.api.client.ClientNode
setProperty(String, double) - Method in class org.exoplatform.services.jcr.rmi.api.client.ClientNode
setProperty(String, long) - Method in class org.exoplatform.services.jcr.rmi.api.client.ClientNode
setProperty(String, Calendar) - Method in class org.exoplatform.services.jcr.rmi.api.client.ClientNode
setProperty(String, Node) - Method in class org.exoplatform.services.jcr.rmi.api.client.ClientNode
setProperty(String, String[], int) - Method in class org.exoplatform.services.jcr.rmi.api.client.ClientNode
setProperty(String, Value[], int) - Method in class org.exoplatform.services.jcr.rmi.api.client.ClientNode
setProperty(String, Value, int) - Method in class org.exoplatform.services.jcr.rmi.api.client.ClientNode
setProperty(String, String, int) - Method in class org.exoplatform.services.jcr.rmi.api.client.ClientNode
setProperty(String, Value) - Method in interface org.exoplatform.services.jcr.rmi.api.remote.RemoteNode
Remote version of the Node.setProperty(String,Value) method.
setProperty(String, Value, int) - Method in interface org.exoplatform.services.jcr.rmi.api.remote.RemoteNode
Remote version of the Node.setProperty(String,Value) method.
setProperty(String, Value[]) - Method in interface org.exoplatform.services.jcr.rmi.api.remote.RemoteNode
Remote version of the Node.setProperty(String,Value[]) method.
setProperty(String, Value[], int) - Method in interface org.exoplatform.services.jcr.rmi.api.remote.RemoteNode
Remote version of the Node.setProperty(String,Value[],int) method.
setProperty(String, Value) - Method in class org.exoplatform.services.jcr.rmi.impl.server.ServerNode
Remote version of the Node.setProperty(String,Value) method.
setProperty(String, Value, int) - Method in class org.exoplatform.services.jcr.rmi.impl.server.ServerNode
Remote version of the Node.setProperty(String,Value) method.
setProperty(String, Value[]) - Method in class org.exoplatform.services.jcr.rmi.impl.server.ServerNode
Remote version of the Node.setProperty(String,Value[]) method.
setProperty(String, Value[], int) - Method in class org.exoplatform.services.jcr.rmi.impl.server.ServerNode
Remote version of the Node.setProperty(String,Value[],int) method.
setValue(boolean) - Method in class org.exoplatform.services.jcr.rmi.api.client.ClientProperty
Sets the boolean value of this property.
setValue(Calendar) - Method in class org.exoplatform.services.jcr.rmi.api.client.ClientProperty
Sets the date value of this property.
setValue(double) - Method in class org.exoplatform.services.jcr.rmi.api.client.ClientProperty
Sets the double value of this property.
setValue(InputStream) - Method in class org.exoplatform.services.jcr.rmi.api.client.ClientProperty
Sets the binary value of this property.
setValue(long) - Method in class org.exoplatform.services.jcr.rmi.api.client.ClientProperty
Sets the long value of this property.
setValue(Node) - Method in class org.exoplatform.services.jcr.rmi.api.client.ClientProperty
Sets the reference value of this property.
setValue(String) - Method in class org.exoplatform.services.jcr.rmi.api.client.ClientProperty
Sets the string value of this property.
setValue(String[]) - Method in class org.exoplatform.services.jcr.rmi.api.client.ClientProperty
Sets the string values of this property.
setValue(Value) - Method in class org.exoplatform.services.jcr.rmi.api.client.ClientProperty
setValue(Value[]) - Method in class org.exoplatform.services.jcr.rmi.api.client.ClientProperty
setValue(Value) - Method in interface org.exoplatform.services.jcr.rmi.api.remote.RemoteProperty
Remote version of the Property.setValue(Value) method.
setValue(Value[]) - Method in interface org.exoplatform.services.jcr.rmi.api.remote.RemoteProperty
Remote version of the Property.setValue(Value[]) method.
setValue(Value) - Method in class org.exoplatform.services.jcr.rmi.impl.server.ServerProperty
Remote version of the Property.setValue(Value) method.
setValue(Value[]) - Method in class org.exoplatform.services.jcr.rmi.impl.server.ServerProperty
Remote version of the Property.setValue(Value[]) method.
skip(long) - Method in class org.exoplatform.services.jcr.rmi.api.client.iterator.ClientIterator
Skips the given number of elements in this iteration.
skip(long) - Method in class org.exoplatform.services.jcr.rmi.api.iterator.ArrayIterator
skip(long) - Method in class org.exoplatform.services.jcr.rmi.api.remote.iterator.ArrayIterator
Skips the first items elements in the array.
skip(long) - Method in class org.exoplatform.services.jcr.rmi.api.remote.iterator.BufferIterator
Skips the given number of elements.
skip(long) - Method in interface org.exoplatform.services.jcr.rmi.api.remote.RemoteIterator
Skips the given number of elements in this iteration.
skip(long) - Method in interface org.exoplatform.services.jcr.rmi.api.remote.RemoteRangeIterator
Skips the given number of elements in this iteration.
skip(long) - Method in class org.exoplatform.services.jcr.rmi.impl.server.iterator.ServerIterator
Skips the given number of elements.
skippedEntity(String) - Method in class org.exoplatform.services.jcr.rmi.api.xml.ImportContentHandler
start() - Method in class org.exoplatform.services.jcr.rmi.impl.server.JCRServerImpl
 
startDocument() - Method in class org.exoplatform.services.jcr.rmi.api.xml.ImportContentHandler
startElement(String, String, String, Attributes) - Method in class org.exoplatform.services.jcr.rmi.api.xml.ImportContentHandler
startPrefixMapping(String, String) - Method in class org.exoplatform.services.jcr.rmi.api.xml.ImportContentHandler
StatefulValue - Interface in org.exoplatform.services.jcr.rmi.api.value
The StatefullValue interface defines the API used for the state classes used by the SerialValue class.
stop() - Method in class org.exoplatform.services.jcr.rmi.impl.server.JCRServerImpl
 
storeAsNode(String) - Method in class org.exoplatform.services.jcr.rmi.api.client.ClientQuery
storeAsNode(String) - Method in interface org.exoplatform.services.jcr.rmi.api.remote.RemoteQuery
 
storeAsNode(String) - Method in class org.exoplatform.services.jcr.rmi.impl.server.ServerQuery
StringValue - Class in org.exoplatform.services.jcr.rmi.api.value
The StringValue class implements the committed value state for String values as a part of the State design pattern (Gof) used by this package.
StringValue(String) - Constructor for class org.exoplatform.services.jcr.rmi.api.value.StringValue
Creates an instance for the given string value.

T

terminate() - Method in class org.exoplatform.services.jcr.rmi.api.observation.ClientEventPoll
Indicates to the ClientEventPoll.run() method, that asking for events should be terminated.
toBoolean(String) - Static method in class org.exoplatform.services.jcr.rmi.api.value.BooleanValue
Returns the boolean value represented by the string value.
toCalendar(String) - Static method in class org.exoplatform.services.jcr.rmi.api.value.DateValue
Returns the string value parsed into a Calendar instance.
toDouble(String) - Static method in class org.exoplatform.services.jcr.rmi.api.value.DoubleValue
Returns the double value represented by the string value.
toLong(String) - Static method in class org.exoplatform.services.jcr.rmi.api.value.LongValue
Returns the long value represented by the string value.
toName(String) - Static method in class org.exoplatform.services.jcr.rmi.api.value.NameValue
Checks whether the string value adheres to the name syntax.
toPath(String) - Static method in class org.exoplatform.services.jcr.rmi.api.value.PathValue
Checks whether the string value adheres to the path syntax.
toReference(String) - Static method in class org.exoplatform.services.jcr.rmi.api.value.ReferenceValue
Checks whether the string value adheres to the reference syntax.
toStream(String) - Static method in class org.exoplatform.services.jcr.rmi.api.value.BinaryValue
Helper method to convert a string value into an InputStream from which the UTF-8 representation can be read.
toString() - Method in class org.exoplatform.services.jcr.rmi.api.observation.ServerEventListenerProxy
Returns the a string representation of this instance, which is an indication of this class's name and the unique identifier of the real event listener.

U

unbind() - Method in interface org.exoplatform.services.jcr.rmi.impl.server.JCRServer
 
unbind() - Method in class org.exoplatform.services.jcr.rmi.impl.server.JCRServerImpl
 
unlock() - Method in class org.exoplatform.services.jcr.rmi.api.client.ClientNode
unlock() - Method in interface org.exoplatform.services.jcr.rmi.api.remote.RemoteNode
Remote version of the Node.unlock() method.
unlock() - Method in class org.exoplatform.services.jcr.rmi.impl.server.ServerNode
Remote version of the Node.unlock() method.
unregisterNamespace(String) - Method in class org.exoplatform.services.jcr.rmi.api.client.ClientNamespaceRegistry
unregisterNamespace(String) - Method in interface org.exoplatform.services.jcr.rmi.api.remote.RemoteNamespaceRegistry
Remote version of the NamespaceRegistry.unregisterNamespace(String) method.
unregisterNamespace(String) - Method in class org.exoplatform.services.jcr.rmi.impl.server.ServerNamespaceRegistry
Remote version of the NamespaceRegistry.unregisterNamespace(String) method.
update(String) - Method in class org.exoplatform.services.jcr.rmi.api.client.ClientNode
update(String) - Method in interface org.exoplatform.services.jcr.rmi.api.remote.RemoteNode
Remote version of the Node.update(String) method.
update(String) - Method in class org.exoplatform.services.jcr.rmi.impl.server.ServerNode
Remote version of the Node.update(String) method.
URL_PARAMETER - Static variable in class org.exoplatform.services.jcr.rmi.api.client.ClientRepositoryFactory
The JNDI parameter name for configuring the RMI URL of a remote repository.

W

warning(SAXParseException) - Method in class org.exoplatform.services.jcr.rmi.api.xml.ImportContentHandler
 
WorkspaceImportContentHandler - Class in org.exoplatform.services.jcr.rmi.api.xml
SAX content handler for importing XML data to a JCR Workspace.
WorkspaceImportContentHandler(Workspace, String, int) - Constructor for class org.exoplatform.services.jcr.rmi.api.xml.WorkspaceImportContentHandler
Creates a SAX content handler for importing XML data to the given workspace and path using the given UUID behaviour.

A B C D E F G H I J L M N O P Q R S T U W

Copyright © 2010 eXo Platform SAS. All Rights Reserved.