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

R

RangeIterator - Interface in javax.jcr
Extends Iterator with the skip, getSize and getPosition methods.
read(byte[], long) - Method in interface javax.jcr.Binary
Reads successive bytes from the specified position in this Binary into the passed byte array until either the byte array is full or the end of the Binary is encountered.
REFERENCE - Static variable in class javax.jcr.PropertyType
A REFERENCE property stores the identifier of a referenceable node (one having type mix:referenceable), which must exist within the same workspace or session as the REFERENCE property.
ReferentialIntegrityException - Exception in javax.jcr
Exception thrown on referential integrity violation.
ReferentialIntegrityException() - Constructor for exception javax.jcr.ReferentialIntegrityException
Constructs a new instance of this class with null as its detail message.
ReferentialIntegrityException(String) - Constructor for exception javax.jcr.ReferentialIntegrityException
Constructs a new instance of this class with the specified detail message.
ReferentialIntegrityException(String, Throwable) - Constructor for exception javax.jcr.ReferentialIntegrityException
Constructs a new instance of this class with the specified detail message and root cause.
ReferentialIntegrityException(Throwable) - Constructor for exception javax.jcr.ReferentialIntegrityException
Constructs a new instance of this class with the specified root cause.
refresh(boolean) - Method in interface javax.jcr.Item
If keepChanges is false, this method discards all pending changes currently recorded in this Session that apply to this Item or any of its descendants (that is, the subgraph rooted at this Item)and returns all items to reflect the current saved state.
refresh() - Method in interface javax.jcr.lock.Lock
If this lock's time-to-live is governed by a timer, this method resets that timer so that the lock does not timeout and expire.
refresh(boolean) - Method in interface javax.jcr.Session
If keepChanges is false, this method discards all pending changes currently recorded in this Session and returns all items to reflect the current saved state.
registerNamespace(String, String) - Method in interface javax.jcr.NamespaceRegistry
Sets a one-to-one mapping between prefix and uri in the global namespace registry of this repository.
registerNodeType(NodeTypeDefinition, boolean) - Method in interface javax.jcr.nodetype.NodeTypeManager
Registers a new node type or updates an existing node type using the specified definition and returns the resulting NodeType object.
registerNodeTypes(NodeTypeDefinition[], boolean) - Method in interface javax.jcr.nodetype.NodeTypeManager
Registers or updates the specified array of NodeTypeDefinition objects.
RELPATH_JCR_XMLCHARACTERS - Static variable in interface javax.jcr.Workspace
A constant for the relative path from the node representing the imported XML element of the jcr:xmlcharacters property produced on Workspace.importXML(java.lang.String, java.io.InputStream, int).
remove() - Method in interface javax.jcr.Item
Removes this item (and its subgraph).
removeAccessControlEntry(AccessControlEntry) - Method in interface javax.jcr.security.AccessControlList
Removes the specified AccessControlEntry from this policy.
removeActivity(Node) - Method in interface javax.jcr.version.VersionManager
This method removes the given activityNode and all REFERENCE properties within all workspaces that refer to the activityNode.
removeAttribute(String) - Method in class javax.jcr.SimpleCredentials
Removes an attribute from this credentials instance.
removeEventListener(EventListener) - Method in interface javax.jcr.observation.ObservationManager
Deregisters an event listener.
removeHold(String, Hold) - Method in interface javax.jcr.retention.RetentionManager
Removes the specified hold from the node at absPath.
removeItem(String) - Method in interface javax.jcr.Session
Removes the specified item and its subgraph.
removeLockToken(String) - Method in interface javax.jcr.lock.LockManager
Removes the specified lock token from this Session.
removeLockToken(String) - Method in interface javax.jcr.Session
Deprecated. As of JCR 2.0, LockManager.removeLockToken(String) should be used instead.
removeMixin(String) - Method in interface javax.jcr.Node
Removes the specified mixin node type from this node and removes mixinName from this node's jcr:mixinTypes property.
removePolicy(String, AccessControlPolicy) - Method in interface javax.jcr.security.AccessControlManager
Removes the specified AccessControlPolicy from the node at absPath.
removeRetentionPolicy(String) - Method in interface javax.jcr.retention.RetentionManager
Causes the current retention policy on the node at absPath to no longer apply.
removeShare() - Method in interface javax.jcr.Node
Removes this node, but does not remove any other node in the shared set of this node.
removeSharedSet() - Method in interface javax.jcr.Node
Removes this node and every other node in the shared set of this node.
removeVersion(String) - Method in interface javax.jcr.version.VersionHistory
Removes the named version from this version history and automatically repairs the version graph.
removeVersionLabel(String) - Method in interface javax.jcr.version.VersionHistory
Removes the specified label from among the labels of this version history.
REP_NAME_DESC - Static variable in interface javax.jcr.Repository
The descriptor key for the name of this repository implementation.
REP_VENDOR_DESC - Static variable in interface javax.jcr.Repository
The descriptor key for the name of the repository vendor.
REP_VENDOR_URL_DESC - Static variable in interface javax.jcr.Repository
The descriptor key for the URL of the repository vendor.
REP_VERSION_DESC - Static variable in interface javax.jcr.Repository
The descriptor key for the version of this repository implementation.
Repository - Interface in javax.jcr
The entry point into the content repository.
RepositoryException - Exception in javax.jcr
Main exception thrown by classes in this package.
RepositoryException() - Constructor for exception javax.jcr.RepositoryException
Constructs a new instance of this class with null as its detail message.
RepositoryException(String) - Constructor for exception javax.jcr.RepositoryException
Constructs a new instance of this class with the specified detail message.
RepositoryException(String, Throwable) - Constructor for exception javax.jcr.RepositoryException
Constructs a new instance of this class with the specified detail message and root cause.
RepositoryException(Throwable) - Constructor for exception javax.jcr.RepositoryException
Constructs a new instance of this class with the specified root cause.
RepositoryFactory - Interface in javax.jcr
RepositoryFactory is a factory for Repository objects.
restore(String, boolean) - Method in interface javax.jcr.Node
Deprecated. As of JCR 2.0, VersionManager.restore(javax.jcr.version.Version[], boolean) should be used instead.
restore(Version, boolean) - Method in interface javax.jcr.Node
Deprecated. As of JCR 2.0, VersionManager.restore(javax.jcr.version.Version[], boolean) should be used instead.
restore(Version, String, boolean) - Method in interface javax.jcr.Node
Deprecated. As of JCR 2.0, VersionManager.restore(javax.jcr.version.Version[], boolean) should be used instead.
restore(Version[], boolean) - Method in interface javax.jcr.version.VersionManager
Restores a set of versions at once.
restore(String, String, boolean) - Method in interface javax.jcr.version.VersionManager
Restores the node at absPath to the state defined by the version with the specified versionName.
restore(Version, boolean) - Method in interface javax.jcr.version.VersionManager
Restores the node in the current workspace that is the versionable node of the specified version to the state reflected in that version.
restore(String, Version, boolean) - Method in interface javax.jcr.version.VersionManager
Restores the specified version to absPath.
restore(Version[], boolean) - Method in interface javax.jcr.Workspace
Deprecated. As of JCR 2.0, VersionManager.restore(javax.jcr.version.Version[], boolean) should be used instead.
restoreByLabel(String, boolean) - Method in interface javax.jcr.Node
Deprecated. As of JCR 2.0, VersionManager.restoreByLabel(java.lang.String, java.lang.String, boolean) should be used instead.
restoreByLabel(String, String, boolean) - Method in interface javax.jcr.version.VersionManager
Restores the version of the node at absPath with the specified version label.
RetentionManager - Interface in javax.jcr.retention
The RetentionManager object is accessed via Session.getRetentionManager().
RetentionPolicy - Interface in javax.jcr.retention
An RetentionPolicy is an object with a name and an optional description.
Row - Interface in javax.jcr.query
A row in the query result table.
RowIterator - Interface in javax.jcr.query
Allows easy iteration through a list of Rows with nextRow as well as a skip method inherited from RangeIterator.

A B C D E F G H I J L M N O P Q R S T U V W X
Copyright © 2009 Day Software. All Rights Reserved.