- getAccessibleWorkspaceNames() - Method in interface javax.jcr.Workspace
-
Returns an string array containing the names of all workspaces
in this repository that are accessible to this user, given the
Credentials
that were used to get the Session
tied to this Workspace
.
- getAllNodeTypes() - Method in interface javax.jcr.nodetype.NodeTypeManager
-
Returns an iterator over all available node types (primary and mixin).
- getAllVersions() - Method in interface javax.jcr.version.VersionHistory
-
Returns an iterator over all the versions within this version history
The order of the returned objects will not necessarily correspond to the
order of versions in terms of the successor relation.
- getAncestor(int) - Method in interface javax.jcr.Item
-
Returns the ancestor of the specified depth.
- getAttribute(String) - Method in interface javax.jcr.Session
-
Returns the value of the named attribute as an Object
, or null
if no attribute of the
given name exists.
- getAttribute(String) - Method in class javax.jcr.SimpleCredentials
-
Returns the value of the named attribute as an Object
,
or null
if no attribute of the given name exists.
- getAttributeNames() - Method in interface javax.jcr.Session
-
Returns the names of the attributes set in this session as a result of the Credentials
that were
used to acquire it.
- getAttributeNames() - Method in class javax.jcr.SimpleCredentials
-
Returns the names of the attributes available to this
credentials instance.
- getBaseVersion() - Method in interface javax.jcr.Node
-
Returns the current base version of this versionable node.
- getBoolean() - Method in interface javax.jcr.Property
-
Returns a boolean
representation of the value of this
property.
- getBoolean() - Method in interface javax.jcr.Value
-
Returns a Boolean
representation of this value.
- getCause() - Method in exception javax.jcr.RepositoryException
-
Returns the cause of this exception or null
if the
cause is nonexistent or unknown.
- getChildNodeDefinitions() - Method in interface javax.jcr.nodetype.NodeType
-
Returns an array containing the child node definitions of this node type,
including the child node definitions inherited from supertypes of this
node type.
- getColumnNames() - Method in interface javax.jcr.query.QueryResult
-
Returns an array of all the property names (column names) in this result set.
- getContainingHistory() - Method in interface javax.jcr.version.Version
-
Returns the VersionHistory
that contains this Version
.
- getCorrespondingNodePath(String) - Method in interface javax.jcr.Node
-
Returns the absolute path of the node in the specified workspace that
corresponds to this
node.
- getCreated() - Method in interface javax.jcr.version.Version
-
Returns the date this version was created.
- getDate() - Method in interface javax.jcr.Property
-
Returns a Calendar
representation of the value of this
property.
- getDate() - Method in interface javax.jcr.Value
-
Returns a Calendar
representation of this value.
- getDeclaredChildNodeDefinitions() - Method in interface javax.jcr.nodetype.NodeType
-
Returns an array containing the child node definitions explicitly
specified in the declaration of this node type.
- getDeclaredPropertyDefinitions() - Method in interface javax.jcr.nodetype.NodeType
-
Returns an array containing the property definitions explicitly specified
in the declaration of this node type.
- getDeclaredSupertypes() - Method in interface javax.jcr.nodetype.NodeType
-
Returns the direct supertypes of this node type in the node type inheritance hierarchy,
that is, those actually declared in this node type.
- getDeclaringNodeType() - Method in interface javax.jcr.nodetype.ItemDefinition
-
Gets the node type that contains the declaration of this
ItemDefinition
.
- getDefaultPrimaryType() - Method in interface javax.jcr.nodetype.NodeDefinition
-
Gets the default primary node type that will be assigned to the child
node if it is created without an explicitly specified primary node type.
- getDefaultValues() - Method in interface javax.jcr.nodetype.PropertyDefinition
-
Gets the default value(s) of the property.
- getDefinition() - Method in interface javax.jcr.Node
-
Returns the node definition that applies to this node.
- getDefinition() - Method in interface javax.jcr.Property
-
Returns the property definition that applies to this property.
- getDepth() - Method in interface javax.jcr.Item
-
Returns the depth of this Item
in the workspace tree.
- getDescriptor(String) - Method in interface javax.jcr.Repository
-
Returns the descriptor for the specified key.
- getDescriptorKeys() - Method in interface javax.jcr.Repository
-
Returns a string array holding all descriptor keys available for this implementation.
- getDouble() - Method in interface javax.jcr.Property
-
Returns a double
representation of the value of this
property.
- getDouble() - Method in interface javax.jcr.Value
-
Returns a double
representation of this value.
- getImportContentHandler(String, int) - Method in interface javax.jcr.Session
-
Returns an org.xml.sax.ContentHandler
which can be used to
push SAX events into the repository.
- getImportContentHandler(String, int) - Method in interface javax.jcr.Workspace
-
Returns an org.xml.sax.ContentHandler
which can be used to push SAX events into the repository.
- getIndex() - Method in interface javax.jcr.Node
-
This method returns the index of this node within the ordered set of its same-name
sibling nodes.
- getItem(String) - Method in interface javax.jcr.Session
-
Returns the item at the specified absolute path in the workspace.
- getLanguage() - Method in interface javax.jcr.query.Query
-
Returns the language set for this query.
- getLength() - Method in interface javax.jcr.Property
-
Returns the length of the value of this property.
- getLengths() - Method in interface javax.jcr.Property
-
Returns an array holding the lengths of the values of this (multi-value) property in bytes
if the values are PropertyType.BINARY
, otherwise it returns the number of
characters needed to display the value in its string form.
- getLocalizedMessage() - Method in exception javax.jcr.RepositoryException
-
Returns the localized message, including the localized message from the
nested exception if there is one.
- getLock() - Method in interface javax.jcr.Node
-
Returns the Lock
object that applies to this node.
- getLockOwner() - Method in interface javax.jcr.lock.Lock
-
Returns the user ID of the user who owns this lock.
- getLockToken() - Method in interface javax.jcr.lock.Lock
-
May return the lock token for this lock.
- getLockTokens() - Method in interface javax.jcr.Session
-
Returns an array containing all lock tokens currently held by this session.
- getLong() - Method in interface javax.jcr.Property
-
Returns a long
representation of the value of this
property.
- getLong() - Method in interface javax.jcr.Value
-
Returns a long
representation of this value.
- getMessage() - Method in exception javax.jcr.RepositoryException
-
Returns the detail message, including the message from the nested
exception if there is one.
- getMixinNodeTypes() - Method in interface javax.jcr.Node
-
Returns an array of NodeType objects representing the mixin node types
assigned to this node.
- getMixinNodeTypes() - Method in interface javax.jcr.nodetype.NodeTypeManager
-
Returns an iterator over all available mixin node types.
- getName() - Method in interface javax.jcr.Item
-
Returns the name of this Item
.
- getName() - Method in interface javax.jcr.nodetype.ItemDefinition
-
Gets the name of the child item.
- getName() - Method in interface javax.jcr.nodetype.NodeType
-
Returns the name of the node type.
- getName() - Method in interface javax.jcr.Workspace
-
Returns the name of the actual persistent workspace represented by this
Workspace
object.
- getNamespacePrefix(String) - Method in interface javax.jcr.Session
-
Returns the prefix to which the given URI is mapped
- getNamespacePrefixes() - Method in interface javax.jcr.Session
-
Returns all prefixes currently set for this session.
- getNamespaceRegistry() - Method in interface javax.jcr.Workspace
-
Returns the NamespaceRegistry
object, which is used to access information
and (in level 2) set the mapping between namespace prefixes and URIs.
- getNamespaceURI(String) - Method in interface javax.jcr.Session
-
For a given prefix, returns the URI to which it is mapped as currently
set in this Session
.
- getNode() - Method in interface javax.jcr.lock.Lock
-
Returns the lock holding node.
- getNode(String) - Method in interface javax.jcr.Node
-
Returns the node at relPath
relative to this node.
- getNode() - Method in interface javax.jcr.Property
-
If this property is of type REFERENCE
this method returns the node to which this property refers.
- getNodeByUUID(String) - Method in interface javax.jcr.Session
-
Returns the node specifed by the given UUID.
- getNodes() - Method in interface javax.jcr.Node
-
Returns a NodeIterator
over all child Node
s of
this Node
.
- getNodes(String) - Method in interface javax.jcr.Node
-
Gets all child nodes of this node that match namePattern
.
- getNodes() - Method in interface javax.jcr.query.QueryResult
-
Returns an iterator over all nodes that match the query.
- getNodeType(String) - Method in interface javax.jcr.nodetype.NodeTypeManager
-
Returns the named node type.
- getNodeTypeManager() - Method in interface javax.jcr.Workspace
-
Returns the NodeTypeManager
through which node type
information can be queried.
- getObservationManager() - Method in interface javax.jcr.Workspace
-
If the the implementation supports observation
this method returns the ObservationManager
object;
otherwise it throws an UnsupportedRepositoryOperationException
.
- getOnParentVersion() - Method in interface javax.jcr.nodetype.ItemDefinition
-
Gets the on-parent-version status of the child item.
- getParent() - Method in interface javax.jcr.Item
-
Returns the parent of this Item
.
- getPassword() - Method in class javax.jcr.SimpleCredentials
-
Returns the user password.
- getPath() - Method in interface javax.jcr.Item
-
Returns the absolute path to this item.
- getPath() - Method in interface javax.jcr.observation.Event
-
Returns the absolute path of the parent node connected with this event.
- getPosition() - Method in interface javax.jcr.RangeIterator
-
Returns the current position within the iterator.
- getPredecessors() - Method in interface javax.jcr.version.Version
-
Returns the predecessor versions of this version.
- getPrefix(String) - Method in interface javax.jcr.NamespaceRegistry
-
Returns the prefix to which the given URI is mapped
- getPrefixes() - Method in interface javax.jcr.NamespaceRegistry
-
Returns an array holding all currently registered prefixes.
- getPrimaryItem() - Method in interface javax.jcr.Node
-
Returns the primary child item of this node.
- getPrimaryItemName() - Method in interface javax.jcr.nodetype.NodeType
-
Returns the name of the primary item (one of the child items of the nodes of this node type).
- getPrimaryNodeType() - Method in interface javax.jcr.Node
-
Returns the primary node type of this node.
- getPrimaryNodeTypes() - Method in interface javax.jcr.nodetype.NodeTypeManager
-
Returns an iterator over all available primary node types.
- getProperties() - Method in interface javax.jcr.Node
-
Returns all properties of this node.
- getProperties(String) - Method in interface javax.jcr.Node
-
Gets all properties of this node that match namePattern
.
- getProperty(String) - Method in interface javax.jcr.Node
-
Returns the property at relPath
relative to this
node.
- getPropertyDefinitions() - Method in interface javax.jcr.nodetype.NodeType
-
Returns an array containing the property definitions of this node type,
including the property definitions inherited from supertypes of this node
type.
- getQuery(Node) - Method in interface javax.jcr.query.QueryManager
-
Retrieves an existing persistent query.
- getQueryManager() - Method in interface javax.jcr.Workspace
-
Gets the QueryManager
.
- getReferences() - Method in interface javax.jcr.Node
-
Returns all REFERENCE
properties that refer to this node.
- getRegisteredEventListeners() - Method in interface javax.jcr.observation.ObservationManager
-
Returns all event listeners that have been registered through this session.
- getRepository() - Method in interface javax.jcr.Session
-
Returns the Repository
object through which this session was
acquired.
- getRequiredPrimaryTypes() - Method in interface javax.jcr.nodetype.NodeDefinition
-
Gets the minimum set of primary node types that the child node must have.
- getRequiredType() - Method in interface javax.jcr.nodetype.PropertyDefinition
-
Gets the required type of the property.
- getRootNode() - Method in interface javax.jcr.Session
-
Returns the root node of the workspace.
- getRootVersion() - Method in interface javax.jcr.version.VersionHistory
-
Returns the root version of this version history.
- getRows() - Method in interface javax.jcr.query.QueryResult
-
Returns an iterator over the Row
s of the query result table.
- getSession() - Method in interface javax.jcr.Item
-
Returns the Session
through which this Item
was acquired.
- getSession() - Method in interface javax.jcr.Workspace
-
Returns the Session
object through which this Workspace
object was acquired.
- getSize() - Method in interface javax.jcr.RangeIterator
-
Returns the number of elements in the iterator.
- getStatement() - Method in interface javax.jcr.query.Query
-
Returns the statement set for this query.
- getStoredQueryPath() - Method in interface javax.jcr.query.Query
-
- getStream() - Method in interface javax.jcr.Property
-
Returns an InputStream
representation of the value of this
property.
- getStream() - Method in interface javax.jcr.Value
-
Returns an InputStream
representation of this value.
- getString() - Method in interface javax.jcr.Property
-
Returns a String
representation of the value of this
property.
- getString() - Method in interface javax.jcr.Value
-
Returns a String
representation of this value.
- getSuccessors() - Method in interface javax.jcr.version.Version
-
Returns the successor versions of this version.
- getSupertypes() - Method in interface javax.jcr.nodetype.NodeType
-
Returns all supertypes of this node type in the node type inheritance hierarchy.
- getSupportedQueryLanguages() - Method in interface javax.jcr.query.QueryManager
-
Returns an array of strings representing all query languages supported by this repository.
- getType() - Method in interface javax.jcr.observation.Event
-
Returns the type of this event: a constant defined by this interface.
- getType() - Method in interface javax.jcr.Property
-
Returns the type of this Property
.
- getType() - Method in interface javax.jcr.Value
-
Returns the type
of this Value
.
- getURI(String) - Method in interface javax.jcr.NamespaceRegistry
-
Returns the URI to which the given prefix is mapped.
- getURIs() - Method in interface javax.jcr.NamespaceRegistry
-
Returns an array holding all currently registered URIs.
- getUserID() - Method in interface javax.jcr.observation.Event
-
Returns the user ID connected with this event.
- getUserID() - Method in interface javax.jcr.Session
-
Gets the user ID that was used to acquire this session.
- getUserID() - Method in class javax.jcr.SimpleCredentials
-
Returns the user ID.
- getUUID() - Method in interface javax.jcr.Node
-
Returns the UUID of this node as recorded in this node's jcr:uuid
property.
- getValue() - Method in interface javax.jcr.Property
-
Returns the value of this property as a generic
Value
object.
- getValue(String) - Method in interface javax.jcr.query.Row
-
Returns the value of the indicated property in this Row
.
- getValueConstraints() - Method in interface javax.jcr.nodetype.PropertyDefinition
-
Gets the array of constraint strings.
- getValueFactory() - Method in interface javax.jcr.Session
-
This method returns a ValueFactory
that is used to create Value
objects
for use when setting repository properties.
- getValues() - Method in interface javax.jcr.Property
-
Returns an array of all the values of this property.
- getValues() - Method in interface javax.jcr.query.Row
-
- getVersion(String) - Method in interface javax.jcr.version.VersionHistory
-
Retrieves a particular version from this version history by version name.
- getVersionableUUID() - Method in interface javax.jcr.version.VersionHistory
-
Returns the UUID of the versionable node for which this is the version history.
- getVersionByLabel(String) - Method in interface javax.jcr.version.VersionHistory
-
Retrieves a particular version from this version history by version label.
- getVersionHistory() - Method in interface javax.jcr.Node
-
Returns the VersionHistory
object of this node.
- getVersionLabels() - Method in interface javax.jcr.version.VersionHistory
-
Returns all version labels of the history or an empty array if there are none.
- getVersionLabels(Version) - Method in interface javax.jcr.version.VersionHistory
-
Returns all version labels of the given version
- empty array if none.
- getWorkspace() - Method in interface javax.jcr.Session
-
Returns the Workspace
attached to this Session
.
- IGNORE - Static variable in class javax.jcr.version.OnParentVersionAction
-
- impersonate(Credentials) - Method in interface javax.jcr.Session
-
Returns a new session in accordance with the specified (new) Credentials.
- IMPORT_UUID_COLLISION_REMOVE_EXISTING - Static variable in interface javax.jcr.ImportUUIDBehavior
-
- IMPORT_UUID_COLLISION_REPLACE_EXISTING - Static variable in interface javax.jcr.ImportUUIDBehavior
-
- IMPORT_UUID_COLLISION_THROW - Static variable in interface javax.jcr.ImportUUIDBehavior
-
- IMPORT_UUID_CREATE_NEW - Static variable in interface javax.jcr.ImportUUIDBehavior
-
- ImportUUIDBehavior - Interface in javax.jcr
-
- importXML(String, InputStream, int) - Method in interface javax.jcr.Session
-
Deserializes an XML document and adds the resulting item subtree as a
child of the node at parentAbsPath.
- importXML(String, InputStream, int) - Method in interface javax.jcr.Workspace
-
Deserializes an XML document and adds the resulting item subtree as a child of the node at
parentAbsPath
.
- INITIALIZE - Static variable in class javax.jcr.version.OnParentVersionAction
-
- InvalidItemStateException - Exception in javax.jcr
-
Exception thrown by the write methods of Node
and Property
and by save and refresh if an attempted change would conflict with a
change to the persistent workspace made through another
Session
.
- InvalidItemStateException() - Constructor for exception javax.jcr.InvalidItemStateException
-
Constructs a new instance of this class with null
as its
detail message.
- InvalidItemStateException(String) - Constructor for exception javax.jcr.InvalidItemStateException
-
Constructs a new instance of this class with the specified detail
message.
- InvalidItemStateException(String, Throwable) - Constructor for exception javax.jcr.InvalidItemStateException
-
Constructs a new instance of this class with the specified detail
message and root cause.
- InvalidItemStateException(Throwable) - Constructor for exception javax.jcr.InvalidItemStateException
-
Constructs a new instance of this class with the specified root cause.
- InvalidQueryException - Exception in javax.jcr.query
-
Thrown by methods of Query
.
- InvalidQueryException() - Constructor for exception javax.jcr.query.InvalidQueryException
-
Constructs a new instance of this class with null
as its
detail message.
- InvalidQueryException(String) - Constructor for exception javax.jcr.query.InvalidQueryException
-
Constructs a new instance of this class with the specified detail
message.
- InvalidQueryException(String, Throwable) - Constructor for exception javax.jcr.query.InvalidQueryException
-
Constructs a new instance of this class with the specified detail
message and root cause.
- InvalidQueryException(Throwable) - Constructor for exception javax.jcr.query.InvalidQueryException
-
Constructs a new instance of this class with the specified root cause.
- InvalidSerializedDataException - Exception in javax.jcr
-
Exception thrown by the deserialization methods of Session
if the serialized data being input has an invalid format.
- InvalidSerializedDataException() - Constructor for exception javax.jcr.InvalidSerializedDataException
-
Constructs a new instance of this class with null
as its
detail message.
- InvalidSerializedDataException(String) - Constructor for exception javax.jcr.InvalidSerializedDataException
-
Constructs a new instance of this class with the specified detail
message.
- InvalidSerializedDataException(String, Throwable) - Constructor for exception javax.jcr.InvalidSerializedDataException
-
Constructs a new instance of this class with the specified detail
message and root cause.
- InvalidSerializedDataException(Throwable) - Constructor for exception javax.jcr.InvalidSerializedDataException
-
Constructs a new instance of this class with the specified root cause.
- isAutoCreated() - Method in interface javax.jcr.nodetype.ItemDefinition
-
Reports whether the item is to be automatically created when its parent node is created.
- isCheckedOut() - Method in interface javax.jcr.Node
-
Returns true if this node is either
versionable and currently checked-out,
non-versionable and its nearest versionable ancestor is checked-out or
non-versionable and it has no versionable ancestor.
- isDeep() - Method in interface javax.jcr.lock.Lock
-
Returns true
if this is a deep lock; false
otherwise.
- isLive() - Method in interface javax.jcr.lock.Lock
-
Returns true if this Lock
object represents a lock that is currently in effect.
- isLive() - Method in interface javax.jcr.Session
-
Returns true
if this Session
object is usable
by the client.
- isLocked() - Method in interface javax.jcr.Node
-
Returns true
if this node is locked either as a result of a lock held by this node or by a deep
lock on a node above this node; otherwise returns false
.
- isMandatory() - Method in interface javax.jcr.nodetype.ItemDefinition
-
Reports whether the item is mandatory.
- isMixin() - Method in interface javax.jcr.nodetype.NodeType
-
Returns true
if this node type is a mixin node type.
- isModified() - Method in interface javax.jcr.Item
-
Returns true
if this Item
has been saved but has subsequently
been modified through the current session and therefore the state of this item as recorded
in the session differs from the state of this item as saved.
- isMultiple() - Method in interface javax.jcr.nodetype.PropertyDefinition
-
Reports whether this property can have multiple values.
- isNew() - Method in interface javax.jcr.Item
-
Returns true
if this is a new item, meaning that it exists only in transient
storage on the Session
and has not yet been saved.
- isNode() - Method in interface javax.jcr.Item
-
Indicates whether this Item
is a Node
or a
Property
.
- isNodeType(String) - Method in interface javax.jcr.Node
-
Indicates whether this node is of the specified node type.
- isNodeType(String) - Method in interface javax.jcr.nodetype.NodeType
-
Returns true if this node type is nodeTypeName
or a subtype of nodeTypeName
, otherwise returns
false
.
- isProtected() - Method in interface javax.jcr.nodetype.ItemDefinition
-
Reports whether the child item is protected.
- isSame(Item) - Method in interface javax.jcr.Item
-
Returns true
if this Item
object
(the Java object instance) represents the same actual repository item as the
object otherItem
.
- isSessionScoped() - Method in interface javax.jcr.lock.Lock
-
Returns true
if this is a session-scoped lock.
- Item - Interface in javax.jcr
-
- ItemDefinition - Interface in javax.jcr.nodetype
-
- itemExists(String) - Method in interface javax.jcr.Session
-
Returns true
if an item exists at absPath
; otherwise returns false
.
- ItemExistsException - Exception in javax.jcr
-
An exception thrown when an attempt is made to place an item in a position
where another item already exists.
- ItemExistsException() - Constructor for exception javax.jcr.ItemExistsException
-
Constructs a new instance of this class with null
as its
detail message.
- ItemExistsException(String) - Constructor for exception javax.jcr.ItemExistsException
-
Constructs a new instance of this class with the specified detail
message.
- ItemExistsException(String, Throwable) - Constructor for exception javax.jcr.ItemExistsException
-
Constructs a new instance of this class with the specified detail
message and root cause.
- ItemExistsException(Throwable) - Constructor for exception javax.jcr.ItemExistsException
-
Constructs a new instance of this class with the specified root cause.
- ItemNotFoundException - Exception in javax.jcr
-
- ItemNotFoundException() - Constructor for exception javax.jcr.ItemNotFoundException
-
Constructs a new instance of this class with null
as its
detail message.
- ItemNotFoundException(String) - Constructor for exception javax.jcr.ItemNotFoundException
-
Constructs a new instance of this class with the specified detail
message.
- ItemNotFoundException(String, Throwable) - Constructor for exception javax.jcr.ItemNotFoundException
-
Constructs a new instance of this class with the specified detail
message and root cause.
- ItemNotFoundException(Throwable) - Constructor for exception javax.jcr.ItemNotFoundException
-
Constructs a new instance of this class with the specified root cause.
- ItemVisitor - Interface in javax.jcr
-
This interface defines two signatures of the
visit
method; one taking a Node
, the other a
Property
.
- RangeIterator - Interface in javax.jcr
-
Extends Iterator
with the skip
, getSize
and getPosition
methods.
- REFERENCE - Static variable in class javax.jcr.PropertyType
-
- 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 subtree 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.
- remove() - Method in interface javax.jcr.Item
-
Removes this
item (and its subtree).
- 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.
- removeLockToken(String) - Method in interface javax.jcr.Session
-
Removes the specified lock token from this session.
- removeMixin(String) - Method in interface javax.jcr.Node
-
Removes the specified mixin node type from 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.
- restore(String, boolean) - Method in interface javax.jcr.Node
-
Restores this
node to the state defined by the
version with the specified versionName
.
- restore(Version, boolean) - Method in interface javax.jcr.Node
-
Restores this
node to the state defined by the specified
version
.
- restore(Version, String, boolean) - Method in interface javax.jcr.Node
-
Restores the specified version to relPath
, relative to this node.
- restore(Version[], boolean) - Method in interface javax.jcr.Workspace
-
Restores a set of versions at once.
- restoreByLabel(String, boolean) - Method in interface javax.jcr.Node
-
Restores the version of this node with the specified version label.
- rootCause - Variable in exception javax.jcr.RepositoryException
-
Root failure cause
- Row - Interface in javax.jcr.query
-
A row in the query result table.
- RowIterator - Interface in javax.jcr.query
-
- save() - Method in interface javax.jcr.Item
-
Validates all pending changes currently recorded in this Session
that apply to this Item
or any of its descendants (that is, the subtree rooted at this Item).
- save() - Method in interface javax.jcr.Session
-
Validates all pending changes currently recorded in this Session
.
- Session - Interface in javax.jcr
-
The Session
object provides read and (in level 2) write access to the content of a
particular workspace in the repository.
- setAttribute(String, Object) - Method in class javax.jcr.SimpleCredentials
-
Stores an attribute in this credentials instance.
- setNamespacePrefix(String, String) - Method in interface javax.jcr.Session
-
Within the scope of this session, rename a persistently registered
namespace URI to the new prefix.
- setProperty(String, Value) - Method in interface javax.jcr.Node
-
Sets the specified (single-value) property of this node to the specified
value
.
- setProperty(String, Value, int) - Method in interface javax.jcr.Node
-
Sets the specified (single-value) property to the specified value.
- setProperty(String, Value[]) - Method in interface javax.jcr.Node
-
Sets the specified (multi-value) property to the specified array of values.
- setProperty(String, Value[], int) - Method in interface javax.jcr.Node
-
Sets the specified (multi-value) property to the specified array of values.
- setProperty(String, String[]) - Method in interface javax.jcr.Node
-
Sets the specified property to the specified array of values.
- setProperty(String, String[], int) - Method in interface javax.jcr.Node
-
Sets the specified property to the specified array of values and to the specified type.
- setProperty(String, String) - Method in interface javax.jcr.Node
-
Sets the specified property to the specified value.
- setProperty(String, String, int) - Method in interface javax.jcr.Node
-
Sets the specified (single-value) property to the specified value.
- setProperty(String, InputStream) - Method in interface javax.jcr.Node
-
Sets the specified property to the specified value.
- setProperty(String, boolean) - Method in interface javax.jcr.Node
-
Sets the specified property to the specified value.
- setProperty(String, double) - Method in interface javax.jcr.Node
-
Sets the specified property to the specified value.
- setProperty(String, long) - Method in interface javax.jcr.Node
-
Sets the specified property to the specified value.
- setProperty(String, Calendar) - Method in interface javax.jcr.Node
-
Sets the specified property to the specified value.
- setProperty(String, Node) - Method in interface javax.jcr.Node
-
Sets the specified (REFERENCE
)property
to refer to the specified Node
.
- setValue(Value) - Method in interface javax.jcr.Property
-
Sets the value of this property to value
.
- setValue(Value[]) - Method in interface javax.jcr.Property
-
Sets the value of this property to the values
array.
- setValue(String) - Method in interface javax.jcr.Property
-
Sets the value of this property to value
.
- setValue(String[]) - Method in interface javax.jcr.Property
-
Sets the value of this property to the values
array.
- setValue(InputStream) - Method in interface javax.jcr.Property
-
Sets the value of this property to value
.
- setValue(long) - Method in interface javax.jcr.Property
-
Sets the value of this property to value
.
- setValue(double) - Method in interface javax.jcr.Property
-
Sets the value of this property to value
.
- setValue(Calendar) - Method in interface javax.jcr.Property
-
Sets the value of this property to value
.
- setValue(boolean) - Method in interface javax.jcr.Property
-
Sets the value of this property to value
.
- setValue(Node) - Method in interface javax.jcr.Property
-
Sets this REFERENCE property to refer to the specified node.
- SimpleCredentials - Class in javax.jcr
-
SimpleCredentials
implements the Credentials
interface and represents simple user ID/password credentials.
- SimpleCredentials(String, char[]) - Constructor for class javax.jcr.SimpleCredentials
-
Create a new SimpleCredentials
object, given a user ID
and password.
- skip(long) - Method in interface javax.jcr.RangeIterator
-
Skip a number of elements in the iterator.
- SPEC_NAME_DESC - Static variable in interface javax.jcr.Repository
-
The descriptor key for the name of the specification
that this repository implements.
- SPEC_VERSION_DESC - Static variable in interface javax.jcr.Repository
-
The descriptor key for the version of the specification
that this repository implements.
- SQL - Static variable in interface javax.jcr.query.Query
-
A String constant representing the SQL query language applied to the database view
of the workspace.
- storeAsNode(String) - Method in interface javax.jcr.query.Query
-
Creates a node representing this Query
in content.
- STRING - Static variable in class javax.jcr.PropertyType
-