A B C D E F G H I J L M N O P Q R S T U V W X
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- ABORT - Static variable in class javax.jcr.version.OnParentVersionAction
- accept(ItemVisitor) - Method in interface javax.jcr.Item
-
Accepts an
ItemVisitor. - AccessControlEntry - Interface in javax.jcr.security
-
An
AccessControlEntryrepresents the association of one or morePrivilegeobjects with a specificPrincipal. - AccessControlException - Exception in javax.jcr.security
-
Exception thrown by access control related methods of
AccessControlManager. - AccessControlException() - Constructor for exception javax.jcr.security.AccessControlException
-
Constructs a new instance of this class with
nullas its detail message. - AccessControlException(String) - Constructor for exception javax.jcr.security.AccessControlException
-
Constructs a new instance of this class with the specified detail message.
- AccessControlException(String, Throwable) - Constructor for exception javax.jcr.security.AccessControlException
-
Constructs a new instance of this class with the specified detail message and root cause.
- AccessControlException(Throwable) - Constructor for exception javax.jcr.security.AccessControlException
-
Constructs a new instance of this class with the specified root cause.
- AccessControlList - Interface in javax.jcr.security
- AccessControlManager - Interface in javax.jcr.security
-
The
AccessControlManagerobject is accessed viaSession.getAccessControlManager(). - AccessControlPolicy - Interface in javax.jcr.security
-
The
AccessControlPolicyis a marker interface for all kind of access control policies. - AccessControlPolicyIterator - Interface in javax.jcr.security
-
Allows easy iteration through a list of
AccessControlPolicys withnextAccessControlPolicyas well as askipmethod inherited fromRangeIterator. - AccessDeniedException - Exception in javax.jcr
-
Exception thrown by access-related methods.
- AccessDeniedException() - Constructor for exception javax.jcr.AccessDeniedException
-
Constructs a new instance of this class with
nullas its detail message. - AccessDeniedException(String) - Constructor for exception javax.jcr.AccessDeniedException
-
Constructs a new instance of this class with the specified detail message.
- AccessDeniedException(String, Throwable) - Constructor for exception javax.jcr.AccessDeniedException
-
Constructs a new instance of this class with the specified detail message and root cause.
- AccessDeniedException(Throwable) - Constructor for exception javax.jcr.AccessDeniedException
-
Constructs a new instance of this class with the specified root cause.
- ACTION_ADD_NODE - Static variable in interface javax.jcr.Session
-
A constant representing the
add_nodeaction string, used to determine if thisSessionhas permission to add a new node. - ACTION_READ - Static variable in interface javax.jcr.Session
-
A constant representing the
readaction string, used to determine if thisSessionhas permission to retrieve an item (and read the value, in the case of a property). - ACTION_REMOVE - Static variable in interface javax.jcr.Session
-
A constant representing the
removeaction string, used to determine if thisSessionhas permission to remove an item. - ACTION_SET_PROPERTY - Static variable in interface javax.jcr.Session
-
A constant representing the
set_propertyaction string, used to determine if thisSessionhas permission to set (add or modify) a property. - ACTIONNAME_ABORT - Static variable in class javax.jcr.version.OnParentVersionAction
- ACTIONNAME_COMPUTE - Static variable in class javax.jcr.version.OnParentVersionAction
- ACTIONNAME_COPY - Static variable in class javax.jcr.version.OnParentVersionAction
-
The names of the defined on-version actions, as used in serialization.
- ACTIONNAME_IGNORE - Static variable in class javax.jcr.version.OnParentVersionAction
- ACTIONNAME_INITIALIZE - Static variable in class javax.jcr.version.OnParentVersionAction
- ACTIONNAME_VERSION - Static variable in class javax.jcr.version.OnParentVersionAction
- ActivityViolationException - Exception in javax.jcr.version
-
Exception will be thrown by
Node.checkoutandNode.checkpointif an activity A is present on the current session and any of the following conditions is met: There already is a node in another workspace that has a checked-out node for the version history of N whose jcr:activity references A. There is a version in the version history of N that is not a predecessor of N but whose jcr:activity references A. - ActivityViolationException() - Constructor for exception javax.jcr.version.ActivityViolationException
-
Constructs a new instance of this class with
nullas its detail message. - ActivityViolationException(String) - Constructor for exception javax.jcr.version.ActivityViolationException
-
Constructs a new instance of this class with the specified detail message.
- ActivityViolationException(String, Throwable) - Constructor for exception javax.jcr.version.ActivityViolationException
-
Constructs a new instance of this class with the specified detail message and root cause.
- ActivityViolationException(Throwable) - Constructor for exception javax.jcr.version.ActivityViolationException
-
Constructs a new instance of this class with the specified root cause.
- addAccessControlEntry(Principal, Privilege[]) - Method in interface javax.jcr.security.AccessControlList
-
Adds an access control entry to this policy consisting of the specified
principaland the specifiedprivileges. - addEventListener(EventListener, int, String, boolean, String[], String[], boolean) - Method in interface javax.jcr.observation.ObservationManager
-
Adds an event listener that listens for the specified
eventTypes(a combination of one or more event types encoded as a bit mask value). - addHold(String, String, boolean) - Method in interface javax.jcr.retention.RetentionManager
-
Places a hold on the existing node at
absPath. - addLockToken(String) - Method in interface javax.jcr.lock.LockManager
-
Adds the specified lock token to the current
Session. - addLockToken(String) - Method in interface javax.jcr.Session
-
Deprecated.As of JCR 2.0,
LockManager.addLockToken(String)should be used instead. - addMixin(String) - Method in interface javax.jcr.Node
-
Adds the mixin node type named
mixinNameto this node. - addNode(String) - Method in interface javax.jcr.Node
-
Creates a new node at
relPath. - addNode(String, String) - Method in interface javax.jcr.Node
-
Creates a new node at
relPathof the specified node type. - addVersionLabel(String, String, boolean) - Method in interface javax.jcr.version.VersionHistory
-
Adds the specified label to the specified version.
- allowsSameNameSiblings() - Method in interface javax.jcr.nodetype.NodeDefinition
-
Reports whether this child node can have same-name siblings.
- and(Constraint, Constraint) - Method in interface javax.jcr.query.qom.QueryObjectModelFactory
-
Performs a logical conjunction of two other constraints.
- And - Interface in javax.jcr.query.qom
-
Performs a logical conjunction of two other constraints.
- ascending(DynamicOperand) - Method in interface javax.jcr.query.qom.QueryObjectModelFactory
-
Orders by the value of the specified operand, in ascending order.
B
- Binary - Interface in javax.jcr
-
A
Binaryobject holds a JCR property value of typeBINARY. - BINARY - Static variable in class javax.jcr.PropertyType
-
BINARYproperties are used to store binary data. - bindValue(String, Value) - Method in interface javax.jcr.query.Query
-
Binds the given
valueto the variable namedvarName. - bindVariable(String) - Method in interface javax.jcr.query.qom.QueryObjectModelFactory
-
Evaluates to the value of a bind variable.
- BindVariableValue - Interface in javax.jcr.query.qom
-
Evaluates to the value of a bind variable.
- BOOLEAN - Static variable in class javax.jcr.PropertyType
-
The
BOOLEANproperty type is used to store boolean values. - breadthFirst - Variable in class javax.jcr.util.TraversingItemVisitor
-
Indicates if traversal should be done in a breadth-first manner rather than depth-first (which is the default).
C
- canAddChildNode(String) - Method in interface javax.jcr.nodetype.NodeType
-
Returns
trueif this node type allows the addition of a child node calledchildNodeNamewithout specific node type information (that is, given the definition of this parent node type, the child node name is sufficient to determine the intended child node type). - canAddChildNode(String, String) - Method in interface javax.jcr.nodetype.NodeType
-
Returns
trueif this node type allows the addition of a child node calledchildNodeNameof node typenodeTypeName. - canAddMixin(String) - Method in interface javax.jcr.Node
-
Returns
trueif callingNode.addMixin(java.lang.String)on this node with the mixn node typemixinNamewill not fail. - cancelMerge(String, Version) - Method in interface javax.jcr.version.VersionManager
-
Cancels the merge process with respect to the node at
absPathand the specifiedversion. - cancelMerge(Version) - Method in interface javax.jcr.Node
-
Deprecated.As of JCR 2.0,
cancelMerge(java.lang.String, javax.jcr.version.Version)should be used instead. - canRemoveItem(String) - Method in interface javax.jcr.nodetype.NodeType
-
Deprecated.As of JCR 2.0, clients should use
NodeType.canRemoveNode(String)andNodeType.canRemoveProperty(String)instead. - canRemoveNode(String) - Method in interface javax.jcr.nodetype.NodeType
-
Returns
trueif removing the child node callednodeNameis allowed by this node type. - canRemoveProperty(String) - Method in interface javax.jcr.nodetype.NodeType
-
Returns
trueif removing the property calledpropertyNameis allowed by this node type. - canSetProperty(String, Value) - Method in interface javax.jcr.nodetype.NodeType
-
Returns
trueif settingpropertyNametovalueis allowed by this node type. - canSetProperty(String, Value[]) - Method in interface javax.jcr.nodetype.NodeType
-
Returns
trueif settingpropertyNametovaluesis allowed by this node type. - checkin() - Method in interface javax.jcr.Node
-
Deprecated.As of JCR 2.0,
checkin(java.lang.String)should be used instead. - checkin(String) - Method in interface javax.jcr.version.VersionManager
-
Creates for the versionable node at
absPatha new version with a system generated version name and returns that version (which will be the new base version of this node). - checkout() - Method in interface javax.jcr.Node
-
Deprecated.As of JCR 2.0,
checkout(java.lang.String)should be used instead. - checkout(String) - Method in interface javax.jcr.version.VersionManager
-
Sets the versionable node at
absPathto checked-out status by setting itsjcr:isCheckedOutproperty totrue. - checkPermission(String, String) - Method in interface javax.jcr.Session
-
Determines whether this
Sessionhas permission to perform the specified actions at the specifiedabsPath. - checkpoint(String) - Method in interface javax.jcr.version.VersionManager
-
Performs a
checkin()followed by acheckout()on the versionable node atabsPath. - childNode(String, String) - Method in interface javax.jcr.query.qom.QueryObjectModelFactory
-
Tests whether a node in the specified selector is a child of a node reachable by a specified absolute path.
- ChildNode - Interface in javax.jcr.query.qom
- childNodeJoinCondition(String, String) - Method in interface javax.jcr.query.qom.QueryObjectModelFactory
-
Tests whether a first selector's node is a child of a second selector's node.
- ChildNodeJoinCondition - Interface in javax.jcr.query.qom
-
Tests whether the
childSelectornode is a child of theparentSelectornode. - clone(String, String, String, boolean) - Method in interface javax.jcr.Workspace
-
Clones the subgraph at the node
srcAbsPathinsrcWorkspaceto the new location atdestAbsPathinthisworkspace. - column(String, String, String) - Method in interface javax.jcr.query.qom.QueryObjectModelFactory
-
Identifies a property in the specified selector to include in the tabular view of query results.
- Column - Interface in javax.jcr.query.qom
-
Defines a column to include in the tabular view of query results.
- comparison(DynamicOperand, String, StaticOperand) - Method in interface javax.jcr.query.qom.QueryObjectModelFactory
-
Filters node-tuples based on the outcome of a binary operation.
- Comparison - Interface in javax.jcr.query.qom
-
Filters node-tuples based on the outcome of a binary operation.
- COMPUTE - Static variable in class javax.jcr.version.OnParentVersionAction
- Constraint - Interface in javax.jcr.query.qom
-
Filters the set of node-tuples formed by evaluating the query's selectors and the joins between them.
- ConstraintViolationException - Exception in javax.jcr.nodetype
-
Exception thrown when an action would violate a constraint on repository structure.
- ConstraintViolationException() - Constructor for exception javax.jcr.nodetype.ConstraintViolationException
-
Constructs a new instance of this class with
nullas its detail message. - ConstraintViolationException(String) - Constructor for exception javax.jcr.nodetype.ConstraintViolationException
-
Constructs a new instance of this class with the specified detail message.
- ConstraintViolationException(String, Throwable) - Constructor for exception javax.jcr.nodetype.ConstraintViolationException
-
Constructs a new instance of this class with the specified detail message and root cause.
- ConstraintViolationException(Throwable) - Constructor for exception javax.jcr.nodetype.ConstraintViolationException
-
Constructs a new instance of this class with the specified root cause.
- copy(String, String) - Method in interface javax.jcr.Workspace
-
This method copies the subgraph rooted at, and including, the node at
srcAbsPathto the new location atdestAbsPath. - copy(String, String, String) - Method in interface javax.jcr.Workspace
-
This method copies the subgraph at
srcAbsPathinsrcWorkspacetodestAbsPathinthisworkspace. - COPY - Static variable in class javax.jcr.version.OnParentVersionAction
-
The action constants.
- createActivity(String) - Method in interface javax.jcr.version.VersionManager
-
This method creates a new
nt:activityat an implementation-determined location in the/jcr:system/jcr:activitiessubgraph. - createBinary(InputStream) - Method in interface javax.jcr.ValueFactory
-
Returns a
Binaryobject with a value consisting of the content of the specifiedInputStream. - createConfiguration(String) - Method in interface javax.jcr.version.VersionManager
-
Calling
createConfigurationon the node N atabsPathcreates, in the configuration storage, a newnt:configurationnode whose root is N. - createNodeDefinitionTemplate() - Method in interface javax.jcr.nodetype.NodeTypeManager
-
Returns an empty
NodeDefinitionTemplatewhich can then be used to create a child node definition and attached to aNodeTypeTemplate. - createNodeTypeTemplate() - Method in interface javax.jcr.nodetype.NodeTypeManager
-
Returns an empty
NodeTypeTemplatewhich can then be used to define a node type and passed toNodeTypeManager.registerNodeType. - createNodeTypeTemplate(NodeTypeDefinition) - Method in interface javax.jcr.nodetype.NodeTypeManager
-
Returns a
NodeTypeTemplateholding the specified node type definition. - createPropertyDefinitionTemplate() - Method in interface javax.jcr.nodetype.NodeTypeManager
-
Returns an empty
PropertyDefinitionTemplatewhich can then be used to create a property definition and attached to aNodeTypeTemplate. - createQuery(String, String) - Method in interface javax.jcr.query.QueryManager
-
Creates a new query by specifying the query
statementitself and thelanguagein which the query is stated. - createQuery(Source, Constraint, Ordering[], Column[]) - Method in interface javax.jcr.query.qom.QueryObjectModelFactory
-
Creates a query with one or more selectors.
- createValue(boolean) - Method in interface javax.jcr.ValueFactory
- createValue(double) - Method in interface javax.jcr.ValueFactory
- createValue(long) - Method in interface javax.jcr.ValueFactory
- createValue(InputStream) - Method in interface javax.jcr.ValueFactory
-
Deprecated.As of JCR 2.0,
ValueFactory.createValue(Binary)should be used instead. - createValue(String) - Method in interface javax.jcr.ValueFactory
- createValue(String, int) - Method in interface javax.jcr.ValueFactory
- createValue(BigDecimal) - Method in interface javax.jcr.ValueFactory
- createValue(Calendar) - Method in interface javax.jcr.ValueFactory
- createValue(Binary) - Method in interface javax.jcr.ValueFactory
-
Returns a
Valueobject ofPropertyType.BINARYwith a value consisting of the content of the specifiedBinary. - createValue(Node) - Method in interface javax.jcr.ValueFactory
- createValue(Node, boolean) - Method in interface javax.jcr.ValueFactory
-
Returns a
Valueobject ofPropertyType.REFERENCE(ifweakisfalse) orPropertyType.REFERENCE(ifweakistrue) that holds the identifier of the specifiedNode. - createWorkspace(String) - Method in interface javax.jcr.Workspace
-
Creates a new
Workspacewith the specifiedname. - createWorkspace(String, String) - Method in interface javax.jcr.Workspace
-
Creates a new
Workspacewith the specifiednameinitialized with acloneof the content of the workspacesrcWorkspace. - Credentials - Interface in javax.jcr
-
Interface for all credentials that may be passed to the
Repository.login(Credentials credentials, String workspaceName)method.
D
- DATE - Static variable in class javax.jcr.PropertyType
-
The
DATEproperty type is used to store time and date information. - DECIMAL - Static variable in class javax.jcr.PropertyType
-
The
DECIMALproperty type is used to store precise decimal numbers. - Default() - Constructor for class javax.jcr.util.TraversingItemVisitor.Default
- Default(boolean) - Constructor for class javax.jcr.util.TraversingItemVisitor.Default
- Default(boolean, int) - Constructor for class javax.jcr.util.TraversingItemVisitor.Default
- deleteWorkspace(String) - Method in interface javax.jcr.Workspace
-
Deletes the workspace with the specified
namefrom the repository, deleting all content within it. - descendantNode(String, String) - Method in interface javax.jcr.query.qom.QueryObjectModelFactory
-
Tests whether a node in the specified selector is a descendant of a node reachable by a specified absolute path.
- DescendantNode - Interface in javax.jcr.query.qom
- descendantNodeJoinCondition(String, String) - Method in interface javax.jcr.query.qom.QueryObjectModelFactory
-
Tests whether a first selector's node is a descendant of a second selector's node.
- DescendantNodeJoinCondition - Interface in javax.jcr.query.qom
-
Tests whether the
descendantSelectornode is a descendant of theancestorSelectornode. - descending(DynamicOperand) - Method in interface javax.jcr.query.qom.QueryObjectModelFactory
-
Orders by the value of the specified operand, in descending order.
- dispose() - Method in interface javax.jcr.Binary
-
Releases all resources associated with this
Binaryobject and informs the repository that these resources may now be reclaimed. - doneMerge(String, Version) - Method in interface javax.jcr.version.VersionManager
-
Completes the merge process with respect to the node at
absPathand the specifiedversion. - doneMerge(Version) - Method in interface javax.jcr.Node
-
Deprecated.As of JCR 2.0,
doneMerge(java.lang.String, javax.jcr.version.Version)should be used instead. - DOUBLE - Static variable in class javax.jcr.PropertyType
-
The
DOUBLEproperty type is used to store floating point numbers. - DynamicOperand - Interface in javax.jcr.query.qom
-
An operand whose value can only be determined in evaluating the query.
E
- entering(Node, int) - Method in class javax.jcr.util.TraversingItemVisitor.Default
- entering(Node, int) - Method in class javax.jcr.util.TraversingItemVisitor
-
Implement this method to add behavior performed before a
Nodeis visited. - entering(Property, int) - Method in class javax.jcr.util.TraversingItemVisitor.Default
- entering(Property, int) - Method in class javax.jcr.util.TraversingItemVisitor
-
Implement this method to add behavior performed before a
Propertyis visited. - equiJoinCondition(String, String, String, String) - Method in interface javax.jcr.query.qom.QueryObjectModelFactory
-
Tests whether the value of a property in a first selector is equal to the value of a property in a second selector.
- EquiJoinCondition - Interface in javax.jcr.query.qom
-
Tests whether the value of a property in a first selector is equal to the value of a property in a second selector.
- Event - Interface in javax.jcr.observation
-
An event fired by the observation mechanism.
- EventIterator - Interface in javax.jcr.observation
-
Allows easy iteration through a list of
Events withnextEventas well as askipmethod inherited fromRangeIterator. - EventJournal - Interface in javax.jcr.observation
-
An
EventJournalis an extension ofEventIteratorthat provides the additional methodEventJournal.skipTo(long). - EventListener - Interface in javax.jcr.observation
-
An event listener.
- EventListenerIterator - Interface in javax.jcr.observation
-
Allows easy iteration through a list of
EventListeners withnextEventListeneras well as askipmethod inherited fromRangeIterator. - execute() - Method in interface javax.jcr.query.Query
-
Executes this query and returns a
object.QueryResult - exportDocumentView(String, OutputStream, boolean, boolean) - Method in interface javax.jcr.Session
-
Serializes the node (and if
noRecurseisfalse, the whole subgraph) atabsPathas an XML stream and outputs it to the suppliedOutputStream. - exportDocumentView(String, ContentHandler, boolean, boolean) - Method in interface javax.jcr.Session
-
Serializes the node (and if
noRecurseisfalse, the whole subgraph) atabsPathinto a series of SAX events by calling the methods of the suppliedorg.xml.sax.ContentHandler. - exportSystemView(String, OutputStream, boolean, boolean) - Method in interface javax.jcr.Session
-
Serializes the node (and if
noRecurseisfalse, the whole subgraph) atabsPathas an XML stream and outputs it to the suppliedOutputStream. - exportSystemView(String, ContentHandler, boolean, boolean) - Method in interface javax.jcr.Session
-
Serializes the node (and if
noRecurseisfalse, the whole subgraph) atabsPathinto a series of SAX events by calling the methods of the suppliedorg.xml.sax.ContentHandler.
F
- followLifecycleTransition(String) - Method in interface javax.jcr.Node
-
Causes the lifecycle state of this node to undergo the specified
transition. - fullTextSearch(String, String, StaticOperand) - Method in interface javax.jcr.query.qom.QueryObjectModelFactory
-
Performs a full-text search against the specified selector.
- FullTextSearch - Interface in javax.jcr.query.qom
-
Performs a full-text search.
- fullTextSearchScore(String) - Method in interface javax.jcr.query.qom.QueryObjectModelFactory
-
Evaluates to a
DOUBLEvalue equal to the full-text search score of a node in the specified selector. - FullTextSearchScore - Interface in javax.jcr.query.qom
-
Evaluates to a
DOUBLEvalue equal to the full-text search score of a node.
G
- getAccessControlEntries() - Method in interface javax.jcr.security.AccessControlList
-
Returns all access control entries present with this policy.
- getAccessControlManager() - Method in interface javax.jcr.Session
-
Returns the access control manager for this
Session. - getAccessibleWorkspaceNames() - Method in interface javax.jcr.Workspace
-
Returns a string array containing the names of all workspaces in this repository that are accessible to this user, given the
Credentialsthat were used to get theSessionto which thisWorkspaceis tied. - getActivity() - Method in interface javax.jcr.version.VersionManager
-
Returns the node representing the current activity or
nullif there is no current activity. - getAggregatePrivileges() - Method in interface javax.jcr.security.Privilege
-
If this privilege is an aggregate privilege, returns the privileges it contains, the privileges contained by any aggregate privileges among those, and so on (the transitive closure of privileges contained by this privilege).
- getAllFrozenNodes() - Method in interface javax.jcr.version.VersionHistory
-
Returns an iterator over all the frozen nodes of all the versions of this version history.
- getAllLinearFrozenNodes() - Method in interface javax.jcr.version.VersionHistory
-
This method returns all the frozen nodes of all the versions in this version history in the same order as
VersionHistory.getAllLinearVersions(). - getAllLinearVersions() - Method in interface javax.jcr.version.VersionHistory
-
This method returns an iterator over all the versions in the line of descent from the root version to that base version within this history that is bound to the workspace through which this
VersionHistorywas accessed. - getAllNodeTypes() - Method in interface javax.jcr.nodetype.NodeTypeManager
-
Returns an iterator over all available node types (primary and mixin).
- getAllowedLifecycleTransistions() - Method in interface javax.jcr.Node
-
Returns the list of valid state transitions for this node.
- getAllVersions() - Method in interface javax.jcr.version.VersionHistory
-
Returns an iterator over all the versions within this version history.
- getAncestor(int) - Method in interface javax.jcr.Item
-
Returns the ancestor of this
Itemat the specified depth. - getAncestorPath() - Method in interface javax.jcr.query.qom.DescendantNode
-
Gets the absolute path.
- getAncestorSelectorName() - Method in interface javax.jcr.query.qom.DescendantNodeJoinCondition
-
Gets the name of the ancestor selector.
- getApplicablePolicies(String) - Method in interface javax.jcr.security.AccessControlManager
-
Returns the access control policies that are capable of being applied to the node at
absPath. - getAttribute(String) - Method in interface javax.jcr.Session
-
Returns the value of the named attribute as an
Object, ornullif 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, ornullif 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
Credentialsthat were used to acquire it. - getAttributeNames() - Method in class javax.jcr.SimpleCredentials
-
Returns the names of the attributes available to this credentials instance.
- getAvailableQueryOperators() - Method in interface javax.jcr.nodetype.PropertyDefinition
-
Returns the set of query comparison operators supported by this property.
- getBaseVersion() - Method in interface javax.jcr.Node
-
Deprecated.As of JCR 2.0,
getBaseVersion(java.lang.String)should be used instead. - getBaseVersion(String) - Method in interface javax.jcr.version.VersionManager
-
Returns the current base version of the versionable node at
absPath. - getBinary() - Method in interface javax.jcr.Property
-
Returns a
Binaryrepresentation of the value of this property. - getBinary() - Method in interface javax.jcr.Value
-
Returns a
Binaryrepresentation of this value. - getBindVariableName() - Method in interface javax.jcr.query.qom.BindVariableValue
-
Gets the name of the bind variable.
- getBindVariableNames() - Method in interface javax.jcr.query.Query
-
Returns the names of the bind variables in this query.
- getBoolean() - Method in interface javax.jcr.Property
-
Returns a
booleanrepresentation of the value of this property. - getBoolean() - Method in interface javax.jcr.Value
-
Returns a
Booleanrepresentation of this value. - getChildNodeDefinitions() - Method in interface javax.jcr.nodetype.NodeType
-
Returns an array containing the child node definitions of this node type.
- getChildSelectorName() - Method in interface javax.jcr.query.qom.ChildNodeJoinCondition
-
Gets the name of the child selector.
- getColumnName() - Method in interface javax.jcr.query.qom.Column
-
Gets the column name.
- getColumnNames() - Method in interface javax.jcr.query.QueryResult
-
Returns an array of all the column names in the table view of this result set.
- getColumns() - Method in interface javax.jcr.query.qom.QueryObjectModel
-
Gets the columns for this query.
- getConstraint() - Method in interface javax.jcr.query.qom.Not
-
Gets the constraint negated by this
Notconstraint. - getConstraint() - Method in interface javax.jcr.query.qom.QueryObjectModel
-
Gets the constraint for this query.
- getConstraint1() - Method in interface javax.jcr.query.qom.And
-
Gets the first constraint.
- getConstraint1() - Method in interface javax.jcr.query.qom.Or
-
Gets the first constraint.
- getConstraint2() - Method in interface javax.jcr.query.qom.And
-
Gets the second constraint.
- getConstraint2() - Method in interface javax.jcr.query.qom.Or
-
Gets the second constraint.
- getContainingHistory() - Method in interface javax.jcr.version.Version
-
Returns the
VersionHistorythat contains thisVersion. - getCorrespondingNodePath(String) - Method in interface javax.jcr.Node
-
Returns the absolute path of the node in the specified workspace that corresponds to
thisnode. - getCreated() - Method in interface javax.jcr.version.Version
-
Returns the date this version was created.
- getDate() - Method in interface javax.jcr.observation.Event
-
Returns the date when the change was persisted that caused this event.
- getDate() - Method in interface javax.jcr.Property
-
Returns a
Calendarrepresentation of the value of this property. - getDate() - Method in interface javax.jcr.Value
-
Returns a
Calendarrepresentation of this value. - getDecimal() - Method in interface javax.jcr.Property
-
Returns a
BigDecimalrepresentation of the value of this property. - getDecimal() - Method in interface javax.jcr.Value
-
Returns a
BigDecimalrepresentation of this value. - getDeclaredAggregatePrivileges() - Method in interface javax.jcr.security.Privilege
-
If this privilege is an aggregate privilege, returns the privileges directly contained by the aggregate privilege.
- getDeclaredChildNodeDefinitions() - Method in interface javax.jcr.nodetype.NodeTypeDefinition
-
Returns an array containing the child node definitions actually declared in this node type.
- getDeclaredPropertyDefinitions() - Method in interface javax.jcr.nodetype.NodeTypeDefinition
-
Returns an array containing the property definitions actually declared in this node type.
- getDeclaredSubtypes() - Method in interface javax.jcr.nodetype.NodeType
-
Returns the direct subtypes of this node type in the node type inheritance hierarchy, that is, those which actually declared this node type in their list of supertypes.
- getDeclaredSupertypeNames() - Method in interface javax.jcr.nodetype.NodeTypeDefinition
-
Returns the names of the supertypes actually declared in 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.
- getDefaultPrimaryTypeName() - Method in interface javax.jcr.nodetype.NodeDefinition
-
Returns the name of the default 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
Itemin the workspace item graph. - getDescendantSelectorName() - Method in interface javax.jcr.query.qom.DescendantNodeJoinCondition
-
Gets the name of the descendant selector.
- getDescriptor(String) - Method in interface javax.jcr.Repository
-
A convenience method.
- getDescriptorKeys() - Method in interface javax.jcr.Repository
-
Returns a string array holding all descriptor keys available for this implementation, both the standard descriptors defined by the string constants in this interface and any implementation-specific descriptors.
- getDescriptorValue(String) - Method in interface javax.jcr.Repository
-
The value of a single-value descriptor is found by passing the key for that descriptor to this method.
- getDescriptorValues(String) - Method in interface javax.jcr.Repository
-
The value array of a multi-value descriptor is found by passing the key for that descriptor to this method.
- getDouble() - Method in interface javax.jcr.Property
-
Returns a
doublerepresentation of the value of this property. - getDouble() - Method in interface javax.jcr.Value
-
Returns a
doublerepresentation of this value. - getEffectivePolicies(String) - Method in interface javax.jcr.security.AccessControlManager
-
Returns the
AccessControlPolicyobjects that currently are in effect at the node atabsPath. - getEventJournal() - Method in interface javax.jcr.observation.ObservationManager
-
Retrieves the event journal for this workspace.
- getEventJournal(int, String, boolean, String[], String[]) - Method in interface javax.jcr.observation.ObservationManager
-
Retrieves the event journal for this workspace.
- getFailureNodePath() - Method in exception javax.jcr.lock.LockException
-
Returns the absolute path of the node that caused the error or
nullif the implementation chooses not to, or cannot, return a path. - getFrozenNode() - Method in interface javax.jcr.version.Version
-
Returns the frozen node of this version.
- getFullTextSearchExpression() - Method in interface javax.jcr.query.qom.FullTextSearch
-
Gets the full-text search expression.
- getHolds(String) - Method in interface javax.jcr.retention.RetentionManager
-
Returns all hold objects that have been added through this API to the existing node at
absPath. - getIdentifier() - Method in interface javax.jcr.Node
-
Returns the identifier of this node.
- getIdentifier() - Method in interface javax.jcr.observation.Event
-
Returns the identifier associated with this event or
nullif this event has no associated identifier. - getImportContentHandler(String, int) - Method in interface javax.jcr.Session
-
Returns an
org.xml.sax.ContentHandlerwhich is used to push SAX events to the repository. - getImportContentHandler(String, int) - Method in interface javax.jcr.Workspace
-
Returns an
org.xml.sax.ContentHandlerwhich 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.
- getInfo() - Method in interface javax.jcr.observation.Event
-
Returns the information map associated with this event.
- getItem(String) - Method in interface javax.jcr.Session
-
Returns the node at the specified absolute path in the workspace.
- getJoinCondition() - Method in interface javax.jcr.query.qom.Join
-
Gets the join condition.
- getJoinType() - Method in interface javax.jcr.query.qom.Join
-
Gets the join type.
- getLanguage() - Method in interface javax.jcr.query.Query
-
Returns the language set for this query.
- getLeft() - Method in interface javax.jcr.query.qom.Join
-
Gets the left node-tuple source.
- 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 where each is individually calculated as described in
Property.getLength(). - getLinearPredecessor() - Method in interface javax.jcr.version.Version
-
Assuming that this
Versionobject was acquired through aWorkspaceWand is within theVersionHistoryH, this method returns the predecessor of this version along the same line of descent as is returned byH.getAllLinearVersions()whereHwas also acquired throughW. - getLinearSuccessor() - Method in interface javax.jcr.version.Version
-
Assuming that this
Versionobject was acquired through aWorkspaceWand is within theVersionHistoryH, this method returns the successor of this version along the same line of descent as is returned byH.getAllLinearVersions()whereHwas also acquired throughW. - getLiteralValue() - Method in interface javax.jcr.query.qom.Literal
-
Gets the value of the literal.
- getLock() - Method in interface javax.jcr.Node
-
Deprecated.As of JCR 2.0,
LockManager.getLock(String)should be used instead. - getLock(String) - Method in interface javax.jcr.lock.LockManager
-
Returns the
Lockobject that applies to the node at the specifiedabsPath. - getLockManager() - Method in interface javax.jcr.Workspace
-
Returns the
LockManagerobject, through which locking methods are accessed. - getLockOwner() - Method in interface javax.jcr.lock.Lock
-
Returns the value of the
jcr:lockOwnerproperty. - getLockToken() - Method in interface javax.jcr.lock.Lock
-
May return the lock token for this lock.
- getLockTokens() - Method in interface javax.jcr.lock.LockManager
-
Returns an array containing all lock tokens currently held by the current
Session. - getLockTokens() - Method in interface javax.jcr.Session
-
Deprecated.As of JCR 2.0,
LockManager.getLockTokens()should be used instead. - getLong() - Method in interface javax.jcr.Property
-
Returns a
longrepresentation of the value of this property. - getLong() - Method in interface javax.jcr.Value
-
Returns a
longrepresentation of this value. - getMixinNodeTypes() - Method in interface javax.jcr.Node
-
Returns an array of
NodeTypeobjects representing the mixin node types in effect for 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
Itemin qualified form. - getName() - Method in interface javax.jcr.nodetype.ItemDefinition
-
Gets the name of the child item.
- getName() - Method in interface javax.jcr.nodetype.NodeTypeDefinition
-
Returns the name of the node type.
- getName() - Method in interface javax.jcr.retention.Hold
-
Returns the name of this
Hold. - getName() - Method in interface javax.jcr.retention.RetentionPolicy
-
Returns the name of the retention policy.
- getName() - Method in interface javax.jcr.security.NamedAccessControlPolicy
-
Returns the name of the access control policy, which is JCR name and should be unique among the choices applicable to any particular node.
- getName() - Method in interface javax.jcr.security.Privilege
-
Returns the name of this privilege.
- getName() - Method in interface javax.jcr.Workspace
-
Returns the name of the actual persistent workspace represented by this
Workspaceobject. - getNamespacePrefix(String) - Method in interface javax.jcr.Session
-
Returns the prefix to which the given
uriis mapped as currently set in thisSession. - getNamespacePrefixes() - Method in interface javax.jcr.Session
-
Returns all prefixes currently mapped to URIs in this
Session. - getNamespaceRegistry() - Method in interface javax.jcr.Workspace
-
Returns the
NamespaceRegistryobject, which is used to access the mapping between prefixes and namespaces. - getNamespaceURI(String) - Method in interface javax.jcr.Session
-
Returns the URI to which the given
prefixis mapped as currently set in thisSession. - getNode() - Method in interface javax.jcr.lock.Lock
-
Returns the lock holding node.
- getNode() - Method in interface javax.jcr.Property
-
If this property is of type
REFERENCE,WEAKREFERENCEorPATH(or convertible to one of these types) this method returns theNodeto which this property refers. - getNode() - Method in interface javax.jcr.query.Row
-
Returns the
Nodecorresponding to thisRow. - getNode(String) - Method in interface javax.jcr.Node
-
Returns the node at
relPathrelative to this node. - getNode(String) - Method in interface javax.jcr.query.Row
-
Returns the
Nodecorresponding to thisRowand the specified selector. - getNode(String) - Method in interface javax.jcr.Session
-
Returns the node at the specified absolute path in the workspace.
- getNodeByIdentifier(String) - Method in interface javax.jcr.Session
-
Returns the node specified by the given identifier.
- getNodeByUUID(String) - Method in interface javax.jcr.Session
-
Deprecated.As of JCR 2.0,
Session.getNodeByIdentifier(String)should be used instead. - getNodeDefinitionTemplates() - Method in interface javax.jcr.nodetype.NodeTypeTemplate
-
Returns a mutable
ListofNodeDefinitionTemplateobjects. - getNodes() - Method in interface javax.jcr.Node
-
Returns all child nodes of this node accessible through the current
Session. - getNodes() - Method in interface javax.jcr.query.QueryResult
-
Returns an iterator over all nodes that match the query.
- getNodes(String) - Method in interface javax.jcr.Node
-
Gets all child nodes of this node accessible through the current
Sessionthat matchnamePattern. - getNodes(String[]) - Method in interface javax.jcr.Node
-
Gets all child nodes of this node accessible through the current
Sessionthat match one or more of thenameGlobstrings in the passed array. - getNodeType(String) - Method in interface javax.jcr.nodetype.NodeTypeManager
-
Returns the named node type.
- getNodeTypeManager() - Method in interface javax.jcr.Workspace
-
Returns the
NodeTypeManagerthrough which node type information can be queried. - getNodeTypeName() - Method in interface javax.jcr.query.qom.Selector
-
Gets the name of the required node type.
- getObservationManager() - Method in interface javax.jcr.Workspace
-
Returns the
ObservationManagerobject. - getOnParentVersion() - Method in interface javax.jcr.nodetype.ItemDefinition
-
Gets the
OnParentVersionstatus of the child item. - getOperand() - Method in interface javax.jcr.query.qom.LowerCase
-
Gets the operand whose value is converted to a lower-case string.
- getOperand() - Method in interface javax.jcr.query.qom.Ordering
-
The operand by which to order.
- getOperand() - Method in interface javax.jcr.query.qom.UpperCase
-
Gets the operand whose value is converted to a upper-case string.
- getOperand1() - Method in interface javax.jcr.query.qom.Comparison
-
Gets the first operand.
- getOperand2() - Method in interface javax.jcr.query.qom.Comparison
-
Gets the second operand.
- getOperator() - Method in interface javax.jcr.query.qom.Comparison
-
Gets the operator.
- getOrder() - Method in interface javax.jcr.query.qom.Ordering
-
Gets the order.
- getOrderings() - Method in interface javax.jcr.query.qom.QueryObjectModel
-
Gets the orderings for this query.
- getParent() - Method in interface javax.jcr.Item
-
Returns the parent of this
Item. - getParentPath() - Method in interface javax.jcr.query.qom.ChildNode
-
Gets the absolute path.
- getParentSelectorName() - Method in interface javax.jcr.query.qom.ChildNodeJoinCondition
-
Gets the name of the parent selector.
- getPassword() - Method in class javax.jcr.SimpleCredentials
-
Returns the user password.
- getPath() - Method in interface javax.jcr.Item
-
Returns the normalized absolute path to this item.
- getPath() - Method in interface javax.jcr.observation.Event
-
Returns the absolute path associated with this event or
nullif this event has no associated identifier. - getPath() - Method in interface javax.jcr.query.qom.SameNode
-
Gets the absolute path.
- getPath() - Method in interface javax.jcr.query.Row
-
Equivalent to
Row.getNode().getPath(). - getPath(String) - Method in interface javax.jcr.query.Row
-
Equivalent to
Row.getNode(selectorName).getPath(). - getPolicies(String) - Method in interface javax.jcr.security.AccessControlManager
-
Returns the
AccessControlPolicyobjects that have been set to the node atabsPathor an empty array if no policy has been set. - getPosition() - Method in interface javax.jcr.RangeIterator
-
Returns the current position within the iterator.
- getPredecessors() - Method in interface javax.jcr.version.Version
-
In both simple and full versioning repositories, this method returns the predecessor versions of this version.
- getPrefix(String) - Method in interface javax.jcr.NamespaceRegistry
-
Returns the prefix which is mapped to the given
uri. - 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.NodeTypeDefinition
-
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 in effect for this node.
- getPrimaryNodeTypes() - Method in interface javax.jcr.nodetype.NodeTypeManager
-
Returns an iterator over all available primary node types.
- getPrincipal() - Method in interface javax.jcr.security.AccessControlEntry
-
Returns the principal associated with this access control entry.
- getPrivileges() - Method in interface javax.jcr.security.AccessControlEntry
-
Returns the privileges associated with this access control entry.
- getPrivileges(String) - Method in interface javax.jcr.security.AccessControlManager
-
Returns the privileges the session has for absolute path absPath, which must be an existing node.
- getProperties() - Method in interface javax.jcr.Node
-
Returns all properties of this node accessible through the current
Session. - getProperties(String) - Method in interface javax.jcr.Node
-
Gets all properties of this node accessible through the current
Sessionthat matchnamePattern. - getProperties(String[]) - Method in interface javax.jcr.Node
-
Gets all properties of this node accessible through the current
Sessionthat match one or more of thenameGlobstrings in the passed array. - getProperty() - Method in interface javax.jcr.Property
-
If this property is of type
PATH(or convertible to this type) this method returns thePropertyto which this property refers. - getProperty(String) - Method in interface javax.jcr.Node
-
Returns the property at
relPathrelative tothisnode. - getProperty(String) - Method in interface javax.jcr.Session
-
Returns the property at the specified absolute path in the workspace.
- getProperty1Name() - Method in interface javax.jcr.query.qom.EquiJoinCondition
-
Gets the property name in the first selector.
- getProperty2Name() - Method in interface javax.jcr.query.qom.EquiJoinCondition
-
Gets the property name in the second selector.
- getPropertyDefinitions() - Method in interface javax.jcr.nodetype.NodeType
-
Returns an array containing the property definitions of this node type.
- getPropertyDefinitionTemplates() - Method in interface javax.jcr.nodetype.NodeTypeTemplate
-
Returns a mutable
ListofPropertyDefinitionTemplateobjects. - getPropertyName() - Method in interface javax.jcr.query.qom.Column
-
Gets the name of the property.
- getPropertyName() - Method in interface javax.jcr.query.qom.FullTextSearch
-
Gets the name of the property.
- getPropertyName() - Method in interface javax.jcr.query.qom.PropertyExistence
-
Gets the name of the property.
- getPropertyName() - Method in interface javax.jcr.query.qom.PropertyValue
-
Gets the name of the property.
- getPropertyValue() - Method in interface javax.jcr.query.qom.Length
-
Gets the property value for which to compute the length.
- getQOMFactory() - Method in interface javax.jcr.query.QueryManager
-
Returns a
QueryObjectModelFactorywith which a JCR-JQOM query can be built programmatically. - getQuery(Node) - Method in interface javax.jcr.query.QueryManager
-
Retrieves an existing persistent query.
- getQueryManager() - Method in interface javax.jcr.Workspace
-
Returns the
QueryManagerobject, through search methods are accessed. - getReferences() - Method in interface javax.jcr.Node
-
This method returns all
REFERENCEproperties that refer to this node and that are accessible through the currentSession. - getReferences(String) - Method in interface javax.jcr.Node
-
This method returns all
REFERENCEproperties that refer to this node, have the specifiednameand that are accessible through the currentSession. - 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
Repositoryobject through which this session was acquired. - getRepository(Map) - Method in interface javax.jcr.RepositoryFactory
-
Attempts to establish a connection to a repository using the given
parameters. - getRequiredPrimaryTypeNames() - Method in interface javax.jcr.nodetype.NodeDefinition
-
Returns the names of the required primary node types.
- 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.
- getRetentionManager() - Method in interface javax.jcr.Session
-
Returns the retention and hold manager for this
Session. - getRetentionPolicy(String) - Method in interface javax.jcr.retention.RetentionManager
-
Returns the retention policy that has been set using
RetentionManager.setRetentionPolicy(java.lang.String, javax.jcr.retention.RetentionPolicy)on the node atabsPathornullif no policy has been set. - getRight() - Method in interface javax.jcr.query.qom.Join
-
Gets the right node-tuple source.
- 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
Rows of the result table. - getScore() - Method in interface javax.jcr.query.Row
-
Returns the full text search score for this row associated with the default selector.
- getScore(String) - Method in interface javax.jcr.query.Row
-
Returns the full text search score for this row associated with the specified selector.
- getSecondsRemaining() - Method in interface javax.jcr.lock.Lock
-
Returns the number of seconds remaining until this locks times out.
- getSelector1Name() - Method in interface javax.jcr.query.qom.EquiJoinCondition
-
Gets the name of the first selector.
- getSelector1Name() - Method in interface javax.jcr.query.qom.SameNodeJoinCondition
-
Gets the name of the first selector.
- getSelector2Name() - Method in interface javax.jcr.query.qom.EquiJoinCondition
-
Gets the name of the second selector.
- getSelector2Name() - Method in interface javax.jcr.query.qom.SameNodeJoinCondition
-
Gets the name of the second selector.
- getSelector2Path() - Method in interface javax.jcr.query.qom.SameNodeJoinCondition
-
Gets the path relative to the second selector.
- getSelectorName() - Method in interface javax.jcr.query.qom.ChildNode
-
Gets the name of the selector against which to apply this constraint.
- getSelectorName() - Method in interface javax.jcr.query.qom.Column
-
Gets the name of the selector.
- getSelectorName() - Method in interface javax.jcr.query.qom.DescendantNode
-
Gets the name of the selector against which to apply this constraint.
- getSelectorName() - Method in interface javax.jcr.query.qom.FullTextSearch
-
Gets the name of the selector against which to apply this constraint.
- getSelectorName() - Method in interface javax.jcr.query.qom.FullTextSearchScore
-
Gets the name of the selector against which to evaluate this operand.
- getSelectorName() - Method in interface javax.jcr.query.qom.NodeLocalName
-
Gets the name of the selector against which to evaluate this operand.
- getSelectorName() - Method in interface javax.jcr.query.qom.NodeName
-
Gets the name of the selector against which to evaluate this operand.
- getSelectorName() - Method in interface javax.jcr.query.qom.PropertyExistence
-
Gets the name of the selector against which to apply this constraint.
- getSelectorName() - Method in interface javax.jcr.query.qom.PropertyValue
-
Gets the name of the selector against which to evaluate this operand.
- getSelectorName() - Method in interface javax.jcr.query.qom.SameNode
-
Gets the name of the selector against which to apply this constraint.
- getSelectorName() - Method in interface javax.jcr.query.qom.Selector
-
Gets the selector name.
- getSelectorNames() - Method in interface javax.jcr.query.QueryResult
-
Returns an array of all the selector names that were used in the query that created this result.
- getSession() - Method in interface javax.jcr.Item
-
Returns the
Sessionthrough which thisItemwas acquired. - getSession() - Method in interface javax.jcr.Workspace
-
Returns the
Sessionobject through which thisWorkspaceobject was acquired. - getSharedSet() - Method in interface javax.jcr.Node
-
Returns an iterator over all nodes that are in the shared set of this node.
- getSize() - Method in interface javax.jcr.Binary
-
Returns the size of this
Binaryvalue in bytes. - getSize() - Method in interface javax.jcr.RangeIterator
-
Returns the total number of of items available through this iterator.
- getSource() - Method in interface javax.jcr.query.qom.QueryObjectModel
-
Gets the node-tuple source for this query.
- getStatement() - Method in interface javax.jcr.query.Query
-
Returns the statement defined for this query.
- getStoredQueryPath() - Method in interface javax.jcr.query.Query
-
If this is a
Queryobject that has been stored usingQuery.storeAsNode(java.lang.String)(regardless of whether it has beensaved yet) or retrieved usingQueryManager.getQuery(javax.jcr.Node)), then this method returns the path of thent:querynode that stores the query. - getStream() - Method in interface javax.jcr.Binary
-
Returns an
InputStreamrepresentation of this value. - getStream() - Method in interface javax.jcr.Property
-
Deprecated.As of JCR 2.0,
Property.getBinary()should be used instead. - getStream() - Method in interface javax.jcr.Value
-
Deprecated.As of JCR 2.0,
Value.getBinary()should be used instead. - getString() - Method in interface javax.jcr.Property
-
Returns a
Stringrepresentation of the value of this property. - getString() - Method in interface javax.jcr.Value
-
Returns a
Stringrepresentation of this value. - getSubtypes() - Method in interface javax.jcr.nodetype.NodeType
-
Returns all subtypes of this node type in the node type inheritance hierarchy.
- 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.
- getSupportedPrivileges(String) - Method in interface javax.jcr.security.AccessControlManager
-
Returns the privileges supported for absolute path
absPath, which must be an existing node. - 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
typeof thisValue. - getURI(String) - Method in interface javax.jcr.NamespaceRegistry
-
Returns the URI to which the given
prefixis mapped. - getURIs() - Method in interface javax.jcr.NamespaceRegistry
-
Returns an array holding all currently registered URIs.
- getUserData() - Method in interface javax.jcr.observation.Event
-
Returns the user data set through
ObservationManager.setUserData(java.lang.String)on theObservationManagerbound to theSessionthat caused the event. - 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 associated with this
Session. - getUserID() - Method in class javax.jcr.SimpleCredentials
-
Returns the user ID.
- getUUID() - Method in interface javax.jcr.Node
-
Deprecated.As of JCR 2.0,
Node.getIdentifier()should be used instead. - getValue() - Method in interface javax.jcr.Property
-
Returns the value of this property as a
Valueobject. - getValue(String) - Method in interface javax.jcr.query.Row
-
Returns the value of the indicated column 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
ValueFactorythat is used to createValueobjects 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
-
Returns an array of all the values in the same order as the column names returned by
QueryResult.getColumnNames(). - getVersion(String) - Method in interface javax.jcr.version.VersionHistory
-
Retrieves a particular version from this version history by version name.
- getVersionableIdentifier() - Method in interface javax.jcr.version.VersionHistory
-
Returns the identifier of the versionable node for which this is the version history.
- getVersionableUUID() - Method in interface javax.jcr.version.VersionHistory
-
Deprecated.As of JCR 2.0,
VersionHistory.getVersionableIdentifier()should be used instead. - 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
-
Deprecated.As of JCR 2.0,
getVersionHistory(java.lang.String)should be used instead. - getVersionHistory(String) - Method in interface javax.jcr.version.VersionManager
-
Returns the
VersionHistoryobject of the node atabsPath. - 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. - getVersionManager() - Method in interface javax.jcr.Workspace
-
Returns the
VersionManagerobject. - getWeakReferences() - Method in interface javax.jcr.Node
-
This method returns all
WEAKREFERENCEproperties that refer to this node and that are accessible through the currentSession. - getWeakReferences(String) - Method in interface javax.jcr.Node
-
This method returns all
WEAKREFERENCEproperties that refer to this node, have the specifiednameand that are accessible through the currentSession. - getWorkspace() - Method in interface javax.jcr.Session
-
Returns the
Workspaceattached to thisSession. - GuestCredentials - Class in javax.jcr
-
GuestCredentialsimplements theCredentialsinterface and is used to obtain a "guest", "public" or "anonymous" session. - GuestCredentials() - Constructor for class javax.jcr.GuestCredentials
-
The constructor creates a new
GuestCredentialsobject.
H
- hasCapability(String, Object, Object[]) - Method in interface javax.jcr.Session
-
Checks whether an operation can be performed given as much context as can be determined by the repository, including: Permissions granted to the current user, including access control privileges.
- hasNode(String) - Method in interface javax.jcr.Node
-
Indicates whether a node exists at
relPathReturnstrueif a node accessible through the currentSessionexists atrelPathandfalseotherwise. - hasNodes() - Method in interface javax.jcr.Node
-
Indicates whether this node has child nodes.
- hasNodeType(String) - Method in interface javax.jcr.nodetype.NodeTypeManager
-
Returns
trueif a node type with the specified name is registered. - hasOrderableChildNodes() - Method in interface javax.jcr.nodetype.NodeTypeDefinition
-
Returns
trueif nodes of this type must support orderable child nodes; returnsfalseotherwise. - hasPendingChanges() - Method in interface javax.jcr.Session
-
Returns
trueif this session holds pending (that is, unsaved) changes; otherwise returnsfalse. - hasPermission(String, String) - Method in interface javax.jcr.Session
-
Returns
trueif thisSessionhas permission to perform the specified actions at the specifiedabsPathandfalseotherwise. - hasPrivileges(String, Privilege[]) - Method in interface javax.jcr.security.AccessControlManager
-
Returns whether the session has the specified privileges for absolute path
absPath, which must be an existing node. - hasProperties() - Method in interface javax.jcr.Node
-
Indicates whether this node has properties.
- hasProperty(String) - Method in interface javax.jcr.Node
-
Indicates whether a property exists at
relPathReturnstrueif a property accessible through the currentSessionexists atrelPathandfalseotherwise. - hasVersionLabel(String) - Method in interface javax.jcr.version.VersionHistory
-
Returns
trueif any version in the history has the givenlabel. - hasVersionLabel(Version, String) - Method in interface javax.jcr.version.VersionHistory
-
Returns true if the given version has the given
label. - Hold - Interface in javax.jcr.retention
-
Holdrepresents a hold that can be applied to an existing node in order to prevent the node from being modified or removed. - holdsLock() - Method in interface javax.jcr.Node
-
Deprecated.As of JCR 2.0,
LockManager.holdsLock(String)should be used instead. - holdsLock(String) - Method in interface javax.jcr.lock.LockManager
-
Returns
trueif the node atabsPathholds a lock; otherwise returnsfalse.
I
- IDENTIFIER_STABILITY - Static variable in interface javax.jcr.Repository
-
Key to a
Stringdescriptor. - IDENTIFIER_STABILITY_INDEFINITE_DURATION - Static variable in interface javax.jcr.Repository
-
One of four possible values for the descriptor
IDENTIFIER_STABILITY. - IDENTIFIER_STABILITY_METHOD_DURATION - Static variable in interface javax.jcr.Repository
-
One of four possible values for the descriptor
IDENTIFIER_STABILITY. - IDENTIFIER_STABILITY_SAVE_DURATION - Static variable in interface javax.jcr.Repository
-
One of four possible values for the descriptor
IDENTIFIER_STABILITY. - IDENTIFIER_STABILITY_SESSION_DURATION - Static variable in interface javax.jcr.Repository
-
One of four possible values for the descriptor
IDENTIFIER_STABILITY. - 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
-
The possible actions specified by the
uuidBehaviorparameter inWorkspace.importXML(java.lang.String, java.io.InputStream, int),Session.importXML(java.lang.String, java.io.InputStream, int),Workspace.getImportContentHandler(java.lang.String, int)andSession.getImportContentHandler(java.lang.String, int). - importXML(String, InputStream, int) - Method in interface javax.jcr.Session
-
Deserializes an XML document and adds the resulting item subgraph 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 subgraph 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
NodeandPropertyand bySession.save()andSession.refresh(boolean)if an attempted change would conflict with a change to the persistent workspace made through anotherSession. - InvalidItemStateException() - Constructor for exception javax.jcr.InvalidItemStateException
-
Constructs a new instance of this class with
nullas 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.
- InvalidLifecycleTransitionException - Exception in javax.jcr
-
Exception thrown by Lifecycle management-related methods.
- InvalidLifecycleTransitionException() - Constructor for exception javax.jcr.InvalidLifecycleTransitionException
-
Constructs a new instance of this class with
nullas its detail message. - InvalidLifecycleTransitionException(String) - Constructor for exception javax.jcr.InvalidLifecycleTransitionException
-
Constructs a new instance of this class with the specified detail message.
- InvalidLifecycleTransitionException(String, Throwable) - Constructor for exception javax.jcr.InvalidLifecycleTransitionException
-
Constructs a new instance of this class with the specified detail message and root cause.
- InvalidLifecycleTransitionException(Throwable) - Constructor for exception javax.jcr.InvalidLifecycleTransitionException
-
Constructs a new instance of this class with the specified root cause.
- InvalidNodeTypeDefinitionException - Exception in javax.jcr.nodetype
-
Exception thrown when an attempt is made to register an invalid node type definition template.
- InvalidNodeTypeDefinitionException() - Constructor for exception javax.jcr.nodetype.InvalidNodeTypeDefinitionException
-
Constructs a new instance of this class with
nullas its detail message. - InvalidNodeTypeDefinitionException(String) - Constructor for exception javax.jcr.nodetype.InvalidNodeTypeDefinitionException
-
Constructs a new instance of this class with the specified detail message.
- InvalidNodeTypeDefinitionException(String, Throwable) - Constructor for exception javax.jcr.nodetype.InvalidNodeTypeDefinitionException
-
Constructs a new instance of this class with the specified detail message and root cause.
- InvalidNodeTypeDefinitionException(Throwable) - Constructor for exception javax.jcr.nodetype.InvalidNodeTypeDefinitionException
-
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
nullas 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
Sessionif the serialized data being input has an invalid format. - InvalidSerializedDataException() - Constructor for exception javax.jcr.InvalidSerializedDataException
-
Constructs a new instance of this class with
nullas 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.
- isAbstract() - Method in interface javax.jcr.nodetype.NodeTypeDefinition
-
Returns
trueif this is an abstract node type; returnsfalseotherwise. - isAbstract() - Method in interface javax.jcr.security.Privilege
-
Returns whether this privilege is an abstract privilege.
- isAggregate() - Method in interface javax.jcr.security.Privilege
-
Returns whether this privilege is an aggregate privilege.
- 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
falseif this node is currently in the checked-in state (either due to its own status as a versionable node or due to the effect of a versionable node being checked in above it). - isCheckedOut(String) - Method in interface javax.jcr.version.VersionManager
-
Returns
trueif the node atabsPathis either versionable (full or simple) 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
trueif this is a deep lock;falseotherwise. - isDeep() - Method in interface javax.jcr.retention.Hold
-
Returns
trueif thisHoldis deep. - isFullTextSearchable() - Method in interface javax.jcr.nodetype.PropertyDefinition
-
Returns
trueif this property is full-text searchable, meaning that its value is accessible through the full-text search function within a query. - isLive() - Method in interface javax.jcr.lock.Lock
-
Returns true if this
Lockobject represents a lock that is currently in effect. - isLive() - Method in interface javax.jcr.Session
-
Returns
trueif thisSessionobject is usable by the client. - isLocked() - Method in interface javax.jcr.Node
-
Returns
trueif 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 returnsfalse. - isLocked(String) - Method in interface javax.jcr.lock.LockManager
-
Returns
trueif the node atabsPathis locked either as a result of a lock held by that node or by a deep lock on a node above that node; otherwise returnsfalse. - isLockOwningSession() - Method in interface javax.jcr.lock.Lock
-
Returns
trueif the current session is the owner of this lock, either because it is session-scoped and bound to this session or open-scoped and this session currently holds the token for this lock. - isMandatory() - Method in interface javax.jcr.nodetype.ItemDefinition
-
Reports whether the item is mandatory.
- isMixin() - Method in interface javax.jcr.nodetype.NodeTypeDefinition
-
Returns
trueif this is a mixin type; returnsfalseif it is primary. - isModified() - Method in interface javax.jcr.Item
-
Returns
trueif thisItemhas 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.
- isMultiple() - Method in interface javax.jcr.Property
-
Returns
trueif this property is multi-valued andfalseif this property is single-valued. - isNew() - Method in interface javax.jcr.Item
-
Returns
trueif this is a new item, meaning that it exists only in transient storage on theSessionand has not yet been saved. - isNode() - Method in interface javax.jcr.Item
-
Indicates whether this
Itemis aNodeor aProperty. - isNodeType(String) - Method in interface javax.jcr.Node
-
Returns
trueif this node is of the specified primary node type or mixin type, or a subtype thereof. - isNodeType(String) - Method in interface javax.jcr.nodetype.NodeType
-
Returns
trueif the name of this node type or any of its direct or indirect supertypes is equal tonodeTypeName, otherwise returnsfalse. - isProtected() - Method in interface javax.jcr.nodetype.ItemDefinition
-
Reports whether the child item is protected.
- isQueryable() - Method in interface javax.jcr.nodetype.NodeTypeDefinition
-
Returns
trueif the node type is queryable, meaning that the available-query-operators, full-text-searchable and query-orderable attributes of its property definitions take effect. - isQueryOrderable() - Method in interface javax.jcr.nodetype.PropertyDefinition
-
Returns
trueif this property is query-orderable, meaning that query results may be ordered by this property using the order-by clause of a query. - isSame(Item) - Method in interface javax.jcr.Item
-
Returns
trueif thisItemobject (the Java object instance) represents the same actual workspace item as the objectotherItem. - isSessionScoped() - Method in interface javax.jcr.lock.Lock
-
Returns
trueif this is a session-scoped lock and the scope is bound to the current session. - isSingleValueDescriptor(String) - Method in interface javax.jcr.Repository
-
Returns
trueifkeyis a valid single-value descriptor; otherwise returnsfalse. - isStandardDescriptor(String) - Method in interface javax.jcr.Repository
-
Returns
trueifkeyis a standard descriptor defined by the string constants in this interface andfalseif it is either a valid implementation-specific key or not a valid key. - Item - Interface in javax.jcr
- ItemDefinition - Interface in javax.jcr.nodetype
-
Superclass of
NodeDefinitionandPropertyDefinition. - itemExists(String) - Method in interface javax.jcr.Session
-
Returns
trueif an item exists atabsPathand thisSessionhas read access to it; otherwise returnsfalse. - 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
nullas 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
nullas 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
visitmethod; one taking aNode, the other aProperty.
J
- javax.jcr - package javax.jcr
-
Provides interfaces and classes for the Content Repository for Java Technology.
- javax.jcr.lock - package javax.jcr.lock
-
Provides interfaces and classes for content repository locking functionality.
- javax.jcr.nodetype - package javax.jcr.nodetype
-
This package provides interfaces and classes for content repository node type functionality.
- javax.jcr.observation - package javax.jcr.observation
-
Provides interfaces and classes for content repository event observation functionality.
- javax.jcr.query - package javax.jcr.query
-
Provides interfaces and classes for content repository searching functionality.
- javax.jcr.query.qom - package javax.jcr.query.qom
-
Provides interfaces and classes for content repository Query Object Model.
- javax.jcr.retention - package javax.jcr.retention
-
Provides interfaces and classes for content repository retention management functionality.
- javax.jcr.security - package javax.jcr.security
-
Provides interfaces and classes for content repository access control management functionality.
- javax.jcr.util - package javax.jcr.util
-
Provides utility classes for the content repository API.
- javax.jcr.version - package javax.jcr.version
-
Provides interfaces and classes for content repository versioning functionality.
- JCR_ACTIVITY - Static variable in interface javax.jcr.Property
-
A constant for the property name
jcr:activity(in expanded form), declared in node typesmix:versionableandnt:version. - JCR_ADD_CHILD_NODES - Static variable in interface javax.jcr.security.Privilege
-
A constant representing
jcr:addChildNodes(in expanded form), the privilege to create child nodes of a node. - JCR_ALL - Static variable in interface javax.jcr.security.Privilege
-
A constant representing
jcr:all(in expanded form), an aggregate privilege that contains all predefined privileges. - JCR_AUTOCREATED - Static variable in interface javax.jcr.Property
-
A constant for the property name
jcr:autoCreated(in expanded form), declared in node typesnt:propertyDefinitionandnt:childNodeDefinition. - JCR_BASE_VERSION - Static variable in interface javax.jcr.Property
-
A constant for the property name
jcr:baseVersion(in expanded form), declared in node typemix:versionable. - JCR_CHILD_NODE_DEFINITION - Static variable in interface javax.jcr.Node
-
A constant for the node name
jcr:childNodeDefinitiondeclared innt:nodeType. - JCR_CHILD_VERSION_HISTORY - Static variable in interface javax.jcr.Property
-
A constant for the property name
jcr:childVersionHistory(in expanded form), declared in node typent:versionedChild. - JCR_CONFIGURATION - Static variable in interface javax.jcr.Property
-
A constant for the property name
jcr:configuration(in expanded form), declared in node typemix:versionable. - JCR_CONTENT - Static variable in interface javax.jcr.Node
-
A constant for the JCR name
jcr:content. - JCR_CONTENT - Static variable in interface javax.jcr.Property
-
A constant for the property name
jcr:content(in expanded form), declared in node typent:linkedFile. - JCR_COPIED_FROM - Static variable in interface javax.jcr.Property
-
A constant for the property name
jcr:copiedFrom(in expanded form), declared in node typent:version. - JCR_CREATED - Static variable in interface javax.jcr.Property
-
A constant for the property name
jcr:created(in expanded form), declared in node typesmix:createdandnt:version. - JCR_CREATED_BY - Static variable in interface javax.jcr.Property
-
A constant for the property name
jcr:createdBy(in expanded form), declared in node typemix:created. - JCR_CURRENT_LIFECYCLE_STATE - Static variable in interface javax.jcr.Property
-
A constant for the property name
jcr:currentLifecycleState(in expanded form), declared in node typemix:lifecycle. - JCR_DATA - Static variable in interface javax.jcr.Property
-
A constant for the property name
jcr:data(in expanded form), declared in node typent:resource. - JCR_DEFAULT_PRIMARY_TYPE - Static variable in interface javax.jcr.Property
-
A constant for the property name
jcr:defaultPrimaryType(in expanded form), declared in node typent:childNodeDefinition. - JCR_DEFAULT_VALUES - Static variable in interface javax.jcr.Property
-
A constant for the property name
jcr:defaultValues(in expanded form), declared in node typent:propertyDefinition. - JCR_DESCRIPTION - Static variable in interface javax.jcr.Property
-
A constant for the property name
jcr:description(in expanded form), declared in node typemix:title. - JCR_ENCODING - Static variable in interface javax.jcr.Property
-
A constant for the property name
jcr:encoding(in expanded form), declared in node typemix:mimeType. - JCR_FROZEN_MIXIN_TYPES - Static variable in interface javax.jcr.Property
-
A constant for the property name
jcr:frozenMixinTypes(in expanded form), declared in node typent:frozenNode. - JCR_FROZEN_NODE - Static variable in interface javax.jcr.Node
-
A constant for the node name
jcr:frozenNodedeclared innt:version. - JCR_FROZEN_PRIMARY_TYPE - Static variable in interface javax.jcr.Property
-
A constant for the property name
jcr:frozenPrimaryType(in expanded form), declared in node typent:frozenNode. - JCR_FROZEN_UUID - Static variable in interface javax.jcr.Property
-
A constant for the property name
jcr:frozenUuid(in expanded form), declared in node typent:frozenNode. - JCR_HAS_ORDERABLE_CHILD_NODES - Static variable in interface javax.jcr.Property
-
A constant for the property name
jcr:hasOrderableChildNodes(in expanded form), declared in node typent:nodeType. - JCR_HOST - Static variable in interface javax.jcr.Property
-
A constant for the property name
jcr:host(in expanded form), declared in node typent:address. - JCR_ID - Static variable in interface javax.jcr.Property
-
A constant for the property name
jcr:id(in expanded form), declared in node typent:address. - JCR_IS_ABSTRACT - Static variable in interface javax.jcr.Property
-
A constant for the property name
jcr:isAbstract(in expanded form), declared in node typent:nodeType. - JCR_IS_CHECKED_OUT - Static variable in interface javax.jcr.Property
-
A constant for the property name
jcr:isCheckedOut(in expanded form), declared in node typemix:simpleVersionable. - JCR_IS_MIXIN - Static variable in interface javax.jcr.Property
-
A constant for the property name
jcr:isMixin(in expanded form), declared in node typent:nodeType. - JCR_JOIN_TYPE_INNER - Static variable in interface javax.jcr.query.qom.QueryObjectModelConstants
-
An inner join.
- JCR_JOIN_TYPE_LEFT_OUTER - Static variable in interface javax.jcr.query.qom.QueryObjectModelConstants
-
A left-outer join.
- JCR_JOIN_TYPE_RIGHT_OUTER - Static variable in interface javax.jcr.query.qom.QueryObjectModelConstants
-
A right-outer join.
- JCR_JQOM - Static variable in interface javax.jcr.query.Query
-
A string constant representing the JCR-JQOM query language.
- JCR_LANGUAGE - Static variable in interface javax.jcr.Property
-
A constant for the property name
jcr:language(in expanded form), declared in node typesmix:languageandnt:query. - JCR_LAST_MODIFIED - Static variable in interface javax.jcr.Property
-
A constant for the property name
jcr:lastModified(in expanded form), declared in node typemix:lastModified. - JCR_LAST_MODIFIED_BY - Static variable in interface javax.jcr.Property
-
A constant for the property name
jcr:lastModifiedBy(in expanded form), declared in node typemix:lastModified. - JCR_LIFECYCLE_MANAGEMENT - Static variable in interface javax.jcr.security.Privilege
-
A constant representing
jcr:lifecycleManagement(in expanded form), the privilege to perform lifecycle operations on a node. - JCR_LIFECYCLE_POLICY - Static variable in interface javax.jcr.Property
-
A constant for the property name
jcr:lifecyclePolicy(in expanded form), declared in node typemix:lifecycle. - JCR_LOCK_IS_DEEP - Static variable in interface javax.jcr.Property
-
A constant for the property name
jcr:lockIsDeep(in expanded form), declared in node typemix:lockable. - JCR_LOCK_MANAGEMENT - Static variable in interface javax.jcr.security.Privilege
-
A constant representing
jcr:lockManagement(in expanded form), the privilege to lock and unlock a node. - JCR_LOCK_OWNER - Static variable in interface javax.jcr.Property
-
A constant for the property name
jcr:lockOwner(in expanded form), declared in node typemix:lockable. - JCR_MANDATORY - Static variable in interface javax.jcr.Property
-
A constant for the property name
jcr:mandatory(in expanded form), declared in node typesnt:propertyDefinitionandnt:childNodeDefinition. - JCR_MERGE_FAILED - Static variable in interface javax.jcr.Property
-
A constant for the property name
jcr:mergeFailed(in expanded form), declared in node typemix:versionable. - JCR_MIMETYPE - Static variable in interface javax.jcr.Property
-
A constant for the property name
jcr:mimeType(in expanded form), declared in node typemix:mimeType. - JCR_MIXIN_TYPES - Static variable in interface javax.jcr.Property
-
A constant for the property name
jcr:mixinTypes(in expanded form), declared in node typent:base. - JCR_MODIFY_ACCESS_CONTROL - Static variable in interface javax.jcr.security.Privilege
-
A constant representing
jcr:modifyAccessControl(in expanded form), the privilege to modify the access control policies of a node. - JCR_MODIFY_PROPERTIES - Static variable in interface javax.jcr.security.Privilege
-
A constant representing
jcr:modifyProperties(in expanded form), the privilege to create, modify and remove the properties of a node. - JCR_MULTIPLE - Static variable in interface javax.jcr.Property
-
A constant for the property name
jcr:multiple(in expanded form), declared in node typent:propertyDefinition. - JCR_NAME - Static variable in interface javax.jcr.Property
-
A constant for the property name
jcr:name(in expanded form), declared in node typesnt:propertyDefinitionandnt:childNodeDefinition. - JCR_NODE_TYPE_MANAGEMENT - Static variable in interface javax.jcr.security.Privilege
-
A constant representing
jcr:nodeTypeManagement(in expanded form), the privilege to add and remove mixin node types and change the primary node type of a node. - JCR_NODE_TYPE_NAME - Static variable in interface javax.jcr.Property
-
A constant for the property name
jcr:nodeTypeName(in expanded form), declared in node typent:nodeType. - JCR_ON_PARENT_VERSION - Static variable in interface javax.jcr.Property
-
A constant for the property name
jcr:onParentVersion(in expanded form), declared in node typesnt:propertyDefinitionandnt:childNodeDefinition. - JCR_OPERATOR_EQUAL_TO - Static variable in interface javax.jcr.query.qom.QueryObjectModelConstants
-
The "
=" comparison operator. - JCR_OPERATOR_GREATER_THAN - Static variable in interface javax.jcr.query.qom.QueryObjectModelConstants
-
The "
>" comparison operator. - JCR_OPERATOR_GREATER_THAN_OR_EQUAL_TO - Static variable in interface javax.jcr.query.qom.QueryObjectModelConstants
-
The "
>=" comparison operator. - JCR_OPERATOR_LESS_THAN - Static variable in interface javax.jcr.query.qom.QueryObjectModelConstants
-
The "
<" comparison operator. - JCR_OPERATOR_LESS_THAN_OR_EQUAL_TO - Static variable in interface javax.jcr.query.qom.QueryObjectModelConstants
-
The "
<=" comparison operator. - JCR_OPERATOR_LIKE - Static variable in interface javax.jcr.query.qom.QueryObjectModelConstants
-
The "
like" comparison operator. - JCR_OPERATOR_NOT_EQUAL_TO - Static variable in interface javax.jcr.query.qom.QueryObjectModelConstants
-
The "
!=" comparison operator. - JCR_ORDER_ASCENDING - Static variable in interface javax.jcr.query.qom.QueryObjectModelConstants
-
Ascending order.
- JCR_ORDER_DESCENDING - Static variable in interface javax.jcr.query.qom.QueryObjectModelConstants
-
Descending order.
- JCR_PATH - Static variable in interface javax.jcr.Property
-
A constant for the property name
jcr:path(in expanded form), declared in node typent:address. - JCR_PORT - Static variable in interface javax.jcr.Property
-
A constant for the property name
jcr:port(in expanded form), declared in node typent:address. - JCR_PREDECESSORS - Static variable in interface javax.jcr.Property
-
A constant for the property name
jcr:predecessors(in expanded form), declared in node typesmix:versionableandnt:version. - JCR_PRIMARY_ITEM_NAME - Static variable in interface javax.jcr.Property
-
A constant for the property name
jcr:primaryItemName(in expanded form), declared in node typent:nodeType. - JCR_PRIMARY_TYPE - Static variable in interface javax.jcr.Property
-
A constant for the property name
jcr:primaryType(in expanded form), declared in node typent:base. - JCR_PROPERTY_DEFINITION - Static variable in interface javax.jcr.Node
-
A constant for the node name
jcr:propertyDefinitiondeclared innt:nodeType. - JCR_PROTECTED - Static variable in interface javax.jcr.Property
-
A constant for the property name
jcr:protected(in expanded form), declared in node typesnt:propertyDefinitionandnt:childNodeDefinition. - JCR_PROTOCOL - Static variable in interface javax.jcr.Property
-
A constant for the property name
jcr:protocol(in expanded form), declared in node typent:address. - JCR_READ - Static variable in interface javax.jcr.security.Privilege
-
A constant representing
jcr:read(in expanded form), the privilege to retrieve a node and get its properties and their values. - JCR_READ_ACCESS_CONTROL - Static variable in interface javax.jcr.security.Privilege
-
A constant representing
jcr:readAccessControl(in expanded form), the privilege to get the access control policy of a node. - JCR_REMOVE_CHILD_NODES - Static variable in interface javax.jcr.security.Privilege
-
A constant representing
jcr:removeChildNodes(in expanded form), the privilege to remove child nodes of a node. - JCR_REMOVE_NODE - Static variable in interface javax.jcr.security.Privilege
-
A constant representing
jcr:removeNode(in expanded form), the privilege to remove a node. - JCR_REPOSITORY - Static variable in interface javax.jcr.Property
-
A constant for the property name
jcr:repository(in expanded form), declared in node typent:address. - JCR_REQUIRED_PRIMARY_TYPES - Static variable in interface javax.jcr.Property
-
A constant for the property name
jcr:requiredPrimaryTypes(in expanded form), declared in node typent:childNodeDefinition. - JCR_REQUIRED_TYPE - Static variable in interface javax.jcr.Property
-
A constant for the property name
jcr:requiredType(in expanded form), declared in node typent:propertyDefinition. - JCR_RETENTION_MANAGEMENT - Static variable in interface javax.jcr.security.Privilege
-
A constant representing
jcr:retentionManagement(in expanded form), the privilege to perform retention management operations on a node. - JCR_ROOT - Static variable in interface javax.jcr.Property
-
A constant for the property name
jcr:root(in expanded form), declared in node typent:configuration. - JCR_ROOT_VERSION - Static variable in interface javax.jcr.Node
-
A constant for the node name
jcr:rootVersiondeclared innt:versionHistory. - JCR_SAME_NAME_SIBLINGS - Static variable in interface javax.jcr.Property
-
A constant for the property name
jcr:sameNameSiblings(in expanded form), declared in node typent:childNodeDefinition. - JCR_SQL2 - Static variable in interface javax.jcr.query.Query
-
A string constant representing the JCR-SQL2 query language.
- JCR_STATEMENT - Static variable in interface javax.jcr.Property
-
A constant for the property name
jcr:statement(in expanded form), declared in node typent:query. - JCR_SUCCESSORS - Static variable in interface javax.jcr.Property
-
A constant for the property name
jcr:successors(in expanded form), declared in node typent:versione. - JCR_SUPERTYPES - Static variable in interface javax.jcr.Property
-
A constant for the property name
jcr:supertypes(in expanded form), declared in node typent:nodeType. - JCR_TITLE - Static variable in interface javax.jcr.Property
-
A constant for the property name
jcr:title(in expanded form), declared in node typesmix:titleandnt:activity. - JCR_UUID - Static variable in interface javax.jcr.Property
-
A constant for the property name
jcr:uuid(in expanded form), declared in node typemix:referenceable. - JCR_VALUE_CONSTRAINTS - Static variable in interface javax.jcr.Property
-
A constant for the property name
jcr:valueConstraints(in expanded form), declared in node typent:propertyDefinition. - JCR_VERSION_HISTORY - Static variable in interface javax.jcr.Property
-
A constant for the property name
jcr:versionHistory(in expanded form), declared in node typemix:versionable. - JCR_VERSION_LABELS - Static variable in interface javax.jcr.Node
-
A constant for the node name
jcr:versionLabelsdeclared innt:versionHistory. - JCR_VERSION_MANAGEMENT - Static variable in interface javax.jcr.security.Privilege
-
A constant representing
jcr:versionManagement(in expanded form), the privilege to perform versioning operations on a node. - JCR_VERSIONABLE_UUID - Static variable in interface javax.jcr.Property
-
A constant for the property name
jcr:versionableUuid(in expanded form), declared in node typent:version. - JCR_WORKSPACE - Static variable in interface javax.jcr.Property
-
A constant for the property name
jcr:workspace(in expanded form), declared in node typent:address. - JCR_WRITE - Static variable in interface javax.jcr.security.Privilege
-
A constant representing
jcr:write(in expanded form), an aggregate privilege that contains:jcr:modifyPropertiesjcr:addChildNodesjcr:removeNodejcr:removeChildNodes - join(Source, Source, String, JoinCondition) - Method in interface javax.jcr.query.qom.QueryObjectModelFactory
-
Performs a join between two node-tuple sources.
- Join - Interface in javax.jcr.query.qom
-
Performs a join between two node-tuple sources.
- JoinCondition - Interface in javax.jcr.query.qom
-
Filters the set of node-tuples formed from a
join.
L
- LabelExistsVersionException - Exception in javax.jcr.version
-
Exception thrown by
VersionHistory.addVersionLabelifmoveLabelis set tofalseand an attempt is made to add a label that already exists in theVersionHistory. - LabelExistsVersionException() - Constructor for exception javax.jcr.version.LabelExistsVersionException
-
Constructs a new instance of this class with
nullas its detail message. - LabelExistsVersionException(String) - Constructor for exception javax.jcr.version.LabelExistsVersionException
-
Constructs a new instance of this class with the specified detail message.
- LabelExistsVersionException(String, Throwable) - Constructor for exception javax.jcr.version.LabelExistsVersionException
-
Constructs a new instance of this class with the specified detail message and root cause.
- LabelExistsVersionException(Throwable) - Constructor for exception javax.jcr.version.LabelExistsVersionException
-
Constructs a new instance of this class with the specified root cause.
- leaving(Node, int) - Method in class javax.jcr.util.TraversingItemVisitor.Default
- leaving(Node, int) - Method in class javax.jcr.util.TraversingItemVisitor
-
Implement this method to add behavior performed after a
Nodeis visited. - leaving(Property, int) - Method in class javax.jcr.util.TraversingItemVisitor.Default
- leaving(Property, int) - Method in class javax.jcr.util.TraversingItemVisitor
-
Implement this method to add behavior performed after a
Propertyis visited. - length(PropertyValue) - Method in interface javax.jcr.query.qom.QueryObjectModelFactory
-
Evaluates to the length (or lengths, if multi-valued) of a property.
- Length - Interface in javax.jcr.query.qom
-
Evaluates to the length (or lengths, if multi-valued) of a property.
- LEVEL_1_SUPPORTED - Static variable in interface javax.jcr.Repository
-
Deprecated.As of JCR 2.0.
- LEVEL_2_SUPPORTED - Static variable in interface javax.jcr.Repository
-
Deprecated.As of JCR 2.0.
- literal(Value) - Method in interface javax.jcr.query.qom.QueryObjectModelFactory
-
Evaluates to a literal value.
- Literal - Interface in javax.jcr.query.qom
-
Evaluates to a literal value.
- lock(boolean, boolean) - Method in interface javax.jcr.Node
-
Deprecated.As of JCR 2.0,
LockManager.lock(String, boolean, boolean, long, String)should be used instead. - lock(String, boolean, boolean, long, String) - Method in interface javax.jcr.lock.LockManager
-
Places a lock on the node at
absPath. - Lock - Interface in javax.jcr.lock
-
Represents a lock placed on an item.
- LockException - Exception in javax.jcr.lock
-
Exception thrown by when a lock-related error occurs.
- LockException() - Constructor for exception javax.jcr.lock.LockException
-
Constructs a new instance of this class.
- LockException(String) - Constructor for exception javax.jcr.lock.LockException
-
Constructs a new instance of this class with the specified detail message.
- LockException(String, Throwable) - Constructor for exception javax.jcr.lock.LockException
-
Constructs a new instance of this class with the specified detail message and root cause.
- LockException(String, Throwable, String) - Constructor for exception javax.jcr.lock.LockException
-
Constructs a new instance of this class with the specified detail message, root cause and failure node path.
- LockException(Throwable) - Constructor for exception javax.jcr.lock.LockException
-
Constructs a new instance of this class with the specified root cause.
- LockManager - Interface in javax.jcr.lock
-
This interface encapsulates methods for the management of locks.
- login() - Method in interface javax.jcr.Repository
-
Equivalent to
login(null, null). - login(String) - Method in interface javax.jcr.Repository
-
Equivalent to
login(null, workspaceName). - login(Credentials) - Method in interface javax.jcr.Repository
-
Equivalent to
login(credentials, null). - login(Credentials, String) - Method in interface javax.jcr.Repository
-
Authenticates the user using the supplied
credentials. - LoginException - Exception in javax.jcr
-
Exception thrown by
andRepository.login(Credentials, String)if the specified credentials are invalid.Session.impersonate(Credentials) - LoginException() - Constructor for exception javax.jcr.LoginException
-
Constructs a new instance of this class with
nullas its detail message. - LoginException(String) - Constructor for exception javax.jcr.LoginException
-
Constructs a new instance of this class with the specified detail message.
- LoginException(String, Throwable) - Constructor for exception javax.jcr.LoginException
-
Constructs a new instance of this class with the specified detail message and root cause.
- LoginException(Throwable) - Constructor for exception javax.jcr.LoginException
-
Constructs a new instance of this class with the specified root cause.
- logout() - Method in interface javax.jcr.Session
-
Releases all resources associated with this
Session. - LONG - Static variable in class javax.jcr.PropertyType
-
The
LONGproperty type is used to store integers. - lowerCase(DynamicOperand) - Method in interface javax.jcr.query.qom.QueryObjectModelFactory
-
Evaluates to the lower-case string value (or values, if multi-valued) of an operand.
- LowerCase - Interface in javax.jcr.query.qom
-
Evaluates to the lower-case string value (or values, if multi-valued) of
operand.
M
- maxLevel - Variable in class javax.jcr.util.TraversingItemVisitor
-
The 0-based level up to which the hierarchy should be traversed (if it's -1, the hierarchy will be traversed until there are no more children of the current item).
- merge(String, boolean) - Method in interface javax.jcr.Node
-
Deprecated.As of JCR 2.0,
merge(java.lang.String, java.lang.String, boolean)should be used instead. - merge(String, String, boolean) - Method in interface javax.jcr.version.VersionManager
-
This method recursively tests each versionable node in the subgraph of the node at
absPathagainst its corresponding node insrcWorkspacewith respect to the relation between their respective base versions and either updates the node in question or not, depending on the outcome of the test. - merge(String, String, boolean, boolean) - Method in interface javax.jcr.version.VersionManager
-
Same as
merge(String absPath, String srcWorkspace, boolean bestEffort)except that an option exists to make the merge shallow. - merge(Node) - Method in interface javax.jcr.version.VersionManager
-
This method merges the changes that were made under the specified activity into the current workspace.
- MergeException - Exception in javax.jcr
-
Exception thrown by
Node.merge(String srcWorkspace, boolean isDeep). - MergeException() - Constructor for exception javax.jcr.MergeException
-
Constructs a new instance of this class with
nullas its detail message. - MergeException(String) - Constructor for exception javax.jcr.MergeException
-
Constructs a new instance of this class with the specified detail message.
- MergeException(String, Throwable) - Constructor for exception javax.jcr.MergeException
-
Constructs a new instance of this class with the specified detail message and root cause.
- MergeException(Throwable) - Constructor for exception javax.jcr.MergeException
-
Constructs a new instance of this class with the specified root cause.
- MIX_CREATED - Static variable in interface javax.jcr.nodetype.NodeType
-
A constant for the node type name
mix:created(in expanded form). - MIX_LANGUAGE - Static variable in interface javax.jcr.nodetype.NodeType
-
A constant for the node type name
mix:language(in expanded form). - MIX_LAST_MODIFIED - Static variable in interface javax.jcr.nodetype.NodeType
-
A constant for the node type name
mix:lastModified(in expanded form). - MIX_LIFECYCLE - Static variable in interface javax.jcr.nodetype.NodeType
-
A constant for the node type name
mix:lifecycle(in expanded form). - MIX_LOCKABLE - Static variable in interface javax.jcr.nodetype.NodeType
-
A constant for the node type name
mix:lockable(in expanded form). - MIX_MIMETYPE - Static variable in interface javax.jcr.nodetype.NodeType
-
A constant for the node type name
mix:mimeType(in expanded form). - MIX_REFERENCEABLE - Static variable in interface javax.jcr.nodetype.NodeType
-
A constant for the node type name
mix:referenceable(in expanded form). - MIX_SHAREABLE - Static variable in interface javax.jcr.nodetype.NodeType
-
A constant for the node type name
mix:shareable(in expanded form). - MIX_SIMPLE_VERSIONABLE - Static variable in interface javax.jcr.nodetype.NodeType
-
A constant for the node type name
mix:simpleVersionable(in expanded form). - MIX_TITLE - Static variable in interface javax.jcr.nodetype.NodeType
-
A constant for the node type name
mix:title(in expanded form). - MIX_VERSIONABLE - Static variable in interface javax.jcr.nodetype.NodeType
-
A constant for the node type name
mix:versionable(in expanded form). - move(String, String) - Method in interface javax.jcr.Session
-
Moves the node at
srcAbsPath(and its entire subgraph) to the new location atdestAbsPath. - move(String, String) - Method in interface javax.jcr.Workspace
-
Moves the node at
srcAbsPath(and its entire subgraph) to the new location atdestAbsPath.
N
- NAME - Static variable in class javax.jcr.PropertyType
-
A
NAMEis a pairing of a namespace and a local name. - NAME_ACTIVITIES_NODE - Static variable in interface javax.jcr.Workspace
-
A constant for the name of the activities node.
- NAME_CONFIGURATIONS_NODE - Static variable in interface javax.jcr.Workspace
-
A constant for the name of the configurations node.
- NAME_JCR_XMLCHARACTERS - Static variable in interface javax.jcr.Workspace
-
A constant for the name of the
jcr:xmlcharactersproperty produced onWorkspace.importXML(java.lang.String, java.io.InputStream, int). - NAME_JCR_XMLTEXT - Static variable in interface javax.jcr.Workspace
-
A constant for the name of the
jcr:xmltextnode produced onWorkspace.importXML(java.lang.String, java.io.InputStream, int). - NAME_NODE_TYPES_NODE - Static variable in interface javax.jcr.Workspace
-
A constant for the name of the node type definition storage node.
- NAME_SYSTEM_NODE - Static variable in interface javax.jcr.Workspace
-
A constant for the name of the system node.
- NAME_UNFILED_NODE - Static variable in interface javax.jcr.Workspace
-
A constant for the name of the unfiled storage node.
- NAME_VERSION_STORAGE_NODE - Static variable in interface javax.jcr.Workspace
-
A constant for the name of the version storage node.
- NAME_WORKSPACE_ROOT - Static variable in interface javax.jcr.Workspace
-
A constant for the name of the workspace root node.
- NamedAccessControlPolicy - Interface in javax.jcr.security
-
An
NamedAccessControlPolicyis an opaque access control policy that is described by a JCR name and optionally a description. - nameFromValue(int) - Static method in class javax.jcr.PropertyType
-
Returns the name of the specified
type, as used in serialization. - nameFromValue(int) - Static method in class javax.jcr.version.OnParentVersionAction
-
Returns the name of the specified
action, as used in serialization. - NAMESPACE_EMPTY - Static variable in interface javax.jcr.NamespaceRegistry
-
A constant for the predefined namespace mapped by default to the prefix "" (the empty prefix).
- NAMESPACE_JCR - Static variable in interface javax.jcr.NamespaceRegistry
-
A constant for the predefined namespace mapped by default to the prefix "jcr".
- NAMESPACE_MIX - Static variable in interface javax.jcr.NamespaceRegistry
-
A constant for the predefined namespace mapped by default to the prefix "mix".
- NAMESPACE_NT - Static variable in interface javax.jcr.NamespaceRegistry
-
A constant for the predefined namespace mapped by default to the prefix "nt".
- NAMESPACE_XML - Static variable in interface javax.jcr.NamespaceRegistry
-
A constant for the predefined namespace mapped by default to the prefix "xml".
- NamespaceException - Exception in javax.jcr
-
Exception thrown by
if the specifiedSession.setNamespacePrefix(String prefix, String uri)uriis not registered in theNamespaceRegistry. - NamespaceException() - Constructor for exception javax.jcr.NamespaceException
-
Constructs a new instance of this class with
nullas its detail message. - NamespaceException(String) - Constructor for exception javax.jcr.NamespaceException
-
Constructs a new instance of this class with the specified detail message.
- NamespaceException(String, Throwable) - Constructor for exception javax.jcr.NamespaceException
-
Constructs a new instance of this class with the specified detail message and root cause.
- NamespaceException(Throwable) - Constructor for exception javax.jcr.NamespaceException
-
Constructs a new instance of this class with the specified root cause.
- NamespaceRegistry - Interface in javax.jcr
-
Each repository has a single, persistent namespace registry represented by the
NamespaceRegistryobject, accessed viaWorkspace.getNamespaceRegistry(). - nextAccessControlPolicy() - Method in interface javax.jcr.security.AccessControlPolicyIterator
-
Returns the next
AccessControlPolicyin the iteration. - nextEvent() - Method in interface javax.jcr.observation.EventIterator
-
Returns the next
Eventin the iteration. - nextEventListener() - Method in interface javax.jcr.observation.EventListenerIterator
-
Returns the next
EventListenerin the iteration. - nextNode() - Method in interface javax.jcr.NodeIterator
-
Returns the next
Nodein the iteration. - nextNodeType() - Method in interface javax.jcr.nodetype.NodeTypeIterator
-
Returns the next
NodeTypein the iteration. - nextProperty() - Method in interface javax.jcr.PropertyIterator
-
Returns the next
Propertyin the iteration. - nextRow() - Method in interface javax.jcr.query.RowIterator
-
Returns the next
Rowin the iteration. - nextVersion() - Method in interface javax.jcr.version.VersionIterator
-
Returns the next
Versionin the iteration. - Node - Interface in javax.jcr
-
The
Nodeinterface represents a node in a workspace. - NODE_ADDED - Static variable in interface javax.jcr.observation.Event
-
Generated on persist when a node is added.
- NODE_MOVED - Static variable in interface javax.jcr.observation.Event
-
Generated on persist when a node is moved.
- NODE_REMOVED - Static variable in interface javax.jcr.observation.Event
-
Generated on persist when a node is removed.
- NODE_TYPE_MANAGEMENT_AUTOCREATED_DEFINITIONS_SUPPORTED - Static variable in interface javax.jcr.Repository
-
Key to a
booleandescriptor. - NODE_TYPE_MANAGEMENT_INHERITANCE - Static variable in interface javax.jcr.Repository
-
Key to
Stringdescriptor. - NODE_TYPE_MANAGEMENT_INHERITANCE_MINIMAL - Static variable in interface javax.jcr.Repository
-
One of three possible values for the descriptor
NODE_TYPE_MANAGEMENT_INHERITANCE. - NODE_TYPE_MANAGEMENT_INHERITANCE_MULTIPLE - Static variable in interface javax.jcr.Repository
-
One of three possible values for the descriptor
NODE_TYPE_MANAGEMENT_INHERITANCE. - NODE_TYPE_MANAGEMENT_INHERITANCE_SINGLE - Static variable in interface javax.jcr.Repository
-
One of three possible values for the descriptor
NODE_TYPE_MANAGEMENT_INHERITANCE. - NODE_TYPE_MANAGEMENT_MULTIPLE_BINARY_PROPERTIES_SUPPORTED - Static variable in interface javax.jcr.Repository
-
Key to a
booleandescriptor. - NODE_TYPE_MANAGEMENT_MULTIVALUED_PROPERTIES_SUPPORTED - Static variable in interface javax.jcr.Repository
-
Key to a
booleandescriptor. - NODE_TYPE_MANAGEMENT_ORDERABLE_CHILD_NODES_SUPPORTED - Static variable in interface javax.jcr.Repository
-
Key to a
booleandescriptor. - NODE_TYPE_MANAGEMENT_OVERRIDES_SUPPORTED - Static variable in interface javax.jcr.Repository
-
Key to a
booleandescriptor. - NODE_TYPE_MANAGEMENT_PRIMARY_ITEM_NAME_SUPPORTED - Static variable in interface javax.jcr.Repository
-
Key to a
booleandescriptor. - NODE_TYPE_MANAGEMENT_PROPERTY_TYPES - Static variable in interface javax.jcr.Repository
-
Key to a
long[]descriptor. - NODE_TYPE_MANAGEMENT_RESIDUAL_DEFINITIONS_SUPPORTED - Static variable in interface javax.jcr.Repository
-
Key to a
booleandescriptor. - NODE_TYPE_MANAGEMENT_SAME_NAME_SIBLINGS_SUPPORTED - Static variable in interface javax.jcr.Repository
-
Key to a
booleandescriptor. - NODE_TYPE_MANAGEMENT_UPDATE_IN_USE_SUPORTED - Static variable in interface javax.jcr.Repository
-
Key to a
booleandescriptor. - NODE_TYPE_MANAGEMENT_VALUE_CONSTRAINTS_SUPPORTED - Static variable in interface javax.jcr.Repository
-
Key to a
booleandescriptor. - NodeDefinition - Interface in javax.jcr.nodetype
-
A node definition.
- NodeDefinitionTemplate - Interface in javax.jcr.nodetype
-
The
NodeDefinitionTemplateinterface extendsNodeDefinitionwith the addition of write methods, enabling the characteristics of a child node definition to be set, after which theNodeDefinitionTemplateis added to aNodeTypeTemplate. - nodeExists(String) - Method in interface javax.jcr.Session
-
Returns
trueif a node exists atabsPathand thisSessionhas read access to it; otherwise returnsfalse. - NodeIterator - Interface in javax.jcr
-
Allows easy iteration through a list of
Nodes withnextNodeas well as askipmethod inherited fromRangeIterator. - nodeLocalName(String) - Method in interface javax.jcr.query.qom.QueryObjectModelFactory
-
Evaluates to a
NAMEvalue equal to the local (unprefixed) name of a node in the specified selector. - NodeLocalName - Interface in javax.jcr.query.qom
-
Evaluates to a
NAMEvalue equal to the local (unprefixed) name of a node. - nodeName(String) - Method in interface javax.jcr.query.qom.QueryObjectModelFactory
-
Evaluates to a
NAMEvalue equal to the prefix-qualified name of a node in the specified selector. - NodeName - Interface in javax.jcr.query.qom
-
Evaluates to a
NAMEvalue equal to the namespace-qualified name of a node. - NodeType - Interface in javax.jcr.nodetype
-
A
NodeTypeobject represents a "live" node type that is registered in the repository. - NodeTypeDefinition - Interface in javax.jcr.nodetype
-
The
NodeTypeDefinitioninterface provides methods for discovering the static definition of a node type. - NodeTypeExistsException - Exception in javax.jcr.nodetype
-
Exception thrown when an attempt is made to register a node type that already exists, and
allowUpdatehas not been set totrue. - NodeTypeExistsException() - Constructor for exception javax.jcr.nodetype.NodeTypeExistsException
-
Constructs a new instance of this class with
nullas its detail message. - NodeTypeExistsException(String) - Constructor for exception javax.jcr.nodetype.NodeTypeExistsException
-
Constructs a new instance of this class with the specified detail message.
- NodeTypeExistsException(String, Throwable) - Constructor for exception javax.jcr.nodetype.NodeTypeExistsException
-
Constructs a new instance of this class with the specified detail message and root cause.
- NodeTypeExistsException(Throwable) - Constructor for exception javax.jcr.nodetype.NodeTypeExistsException
-
Constructs a new instance of this class with the specified root cause.
- NodeTypeIterator - Interface in javax.jcr.nodetype
-
An iterator for
NodeTypeobjects. - NodeTypeManager - Interface in javax.jcr.nodetype
-
Allows for the retrieval and (in implementations that support it) the registration of node types.
- NodeTypeTemplate - Interface in javax.jcr.nodetype
-
The
NodeTypeTemplateinterface is used to define node types which are then registered through theNodeTypeManager.registerNodeTypemethod. - NoSuchNodeTypeException - Exception in javax.jcr.nodetype
-
Exception thrown by node type-related methods.
- NoSuchNodeTypeException() - Constructor for exception javax.jcr.nodetype.NoSuchNodeTypeException
-
Constructs a new instance of this class with
nullas its detail message. - NoSuchNodeTypeException(String) - Constructor for exception javax.jcr.nodetype.NoSuchNodeTypeException
-
Constructs a new instance of this class with the specified detail message.
- NoSuchNodeTypeException(String, Throwable) - Constructor for exception javax.jcr.nodetype.NoSuchNodeTypeException
-
Constructs a new instance of this class with the specified detail message and root cause.
- NoSuchNodeTypeException(Throwable) - Constructor for exception javax.jcr.nodetype.NoSuchNodeTypeException
-
Constructs a new instance of this class with the specified root cause.
- NoSuchWorkspaceException - Exception in javax.jcr
-
Exception thrown by
when a specific workspace is not found.Repository.login(Credentials, String) - NoSuchWorkspaceException() - Constructor for exception javax.jcr.NoSuchWorkspaceException
-
Constructs a new instance of this class with
nullas its detail message. - NoSuchWorkspaceException(String) - Constructor for exception javax.jcr.NoSuchWorkspaceException
-
Constructs a new instance of this class with the specified detail message.
- NoSuchWorkspaceException(String, Throwable) - Constructor for exception javax.jcr.NoSuchWorkspaceException
-
Constructs a new instance of this class with the specified detail message and root cause.
- NoSuchWorkspaceException(Throwable) - Constructor for exception javax.jcr.NoSuchWorkspaceException
-
Constructs a new instance of this class with the specified root cause.
- not(Constraint) - Method in interface javax.jcr.query.qom.QueryObjectModelFactory
-
Performs a logical negation of another constraint.
- Not - Interface in javax.jcr.query.qom
-
Performs a logical negation of another constraint.
- NT_ACTIVITY - Static variable in interface javax.jcr.nodetype.NodeType
-
A constant for the node type name
nt:activity(in expanded form). - NT_ADDRESS - Static variable in interface javax.jcr.nodetype.NodeType
-
A constant for the node type name
nt:address(in expanded form). - NT_BASE - Static variable in interface javax.jcr.nodetype.NodeType
-
A constant for the node type name
nt:base(in expanded form). - NT_CHILD_NODE_DEFINITION - Static variable in interface javax.jcr.nodetype.NodeType
-
A constant for the node type name
nt:childNodeDefinition(in expanded form). - NT_CONFIGURATION - Static variable in interface javax.jcr.nodetype.NodeType
-
A constant for the node type name
nt:configuration(in expanded form). - NT_FILE - Static variable in interface javax.jcr.nodetype.NodeType
-
A constant for the node type name
nt:file(in expanded form). - NT_FOLDER - Static variable in interface javax.jcr.nodetype.NodeType
-
A constant for the node type name
nt:folder(in expanded form). - NT_FROZEN_NODE - Static variable in interface javax.jcr.nodetype.NodeType
-
A constant for the node type name
nt:frozenNode(in expanded form). - NT_HIERARCHY_NODE - Static variable in interface javax.jcr.nodetype.NodeType
-
A constant for the node type name
nt:hierarchyNode(in expanded form). - NT_LINKED_FILE - Static variable in interface javax.jcr.nodetype.NodeType
-
A constant for the node type name
nt:linkedFile(in expanded form). - NT_NODE_TYPE - Static variable in interface javax.jcr.nodetype.NodeType
-
A constant for the node type name
nt:nodeType(in expanded form). - NT_PROPERTY_DEFINITION - Static variable in interface javax.jcr.nodetype.NodeType
-
A constant for the node type name
nt:propertyDefinition(in expanded form). - NT_QUERY - Static variable in interface javax.jcr.nodetype.NodeType
-
A constant for the node type name
nt:query(in expanded form). - NT_RESOURCE - Static variable in interface javax.jcr.nodetype.NodeType
-
A constant for the node type name
nt:resource(in expanded form). - NT_UNSTRUCTURED - Static variable in interface javax.jcr.nodetype.NodeType
-
A constant for the node type name
nt:unstructured(in expanded form). - NT_VERSION - Static variable in interface javax.jcr.nodetype.NodeType
-
A constant for the node type name
nt:version(in expanded form). - NT_VERSION_HISTORY - Static variable in interface javax.jcr.nodetype.NodeType
-
A constant for the node type name
nt:versionHistory(in expanded form). - NT_VERSIONED_CHILD - Static variable in interface javax.jcr.nodetype.NodeType
-
A constant for the node type name
nt:versionedChild(in expanded form).
O
- ObservationManager - Interface in javax.jcr.observation
-
The ObservationManager object.
- onEvent(EventIterator) - Method in interface javax.jcr.observation.EventListener
-
This method is called when a bundle of events is dispatched.
- OnParentVersionAction - Class in javax.jcr.version
-
The possible actions specified by the
onParentVersionattribute in a property definition within a node type definition. - Operand - Interface in javax.jcr.query.qom
-
An operand to a binary operation specified by a
Comparison. - OPTION_ACCESS_CONTROL_SUPPORTED - Static variable in interface javax.jcr.Repository
-
Key to a
booleandescriptor. - OPTION_ACTIVITIES_SUPPORTED - Static variable in interface javax.jcr.Repository
-
Key to a
booleandescriptor. - OPTION_BASELINES_SUPPORTED - Static variable in interface javax.jcr.Repository
-
Key to a
booleandescriptor. - OPTION_JOURNALED_OBSERVATION_SUPPORTED - Static variable in interface javax.jcr.Repository
-
Key to a
booleandescriptor. - OPTION_LIFECYCLE_SUPPORTED - Static variable in interface javax.jcr.Repository
-
Key to a
booleandescriptor. - OPTION_LOCKING_SUPPORTED - Static variable in interface javax.jcr.Repository
-
Key to a
booleandescriptor. - OPTION_NODE_AND_PROPERTY_WITH_SAME_NAME_SUPPORTED - Static variable in interface javax.jcr.Repository
-
Key to a
booleandescriptor. - OPTION_NODE_TYPE_MANAGEMENT_SUPPORTED - Static variable in interface javax.jcr.Repository
-
Key to a
booleandescriptor. - OPTION_OBSERVATION_SUPPORTED - Static variable in interface javax.jcr.Repository
-
Key to a
booleandescriptor. - OPTION_QUERY_SQL_SUPPORTED - Static variable in interface javax.jcr.Repository
-
Deprecated.As of JCR 2.0.
- OPTION_RETENTION_SUPPORTED - Static variable in interface javax.jcr.Repository
-
Key to a
booleandescriptor. - OPTION_SHAREABLE_NODES_SUPPORTED - Static variable in interface javax.jcr.Repository
-
Key to a
booleandescriptor. - OPTION_SIMPLE_VERSIONING_SUPPORTED - Static variable in interface javax.jcr.Repository
- OPTION_TRANSACTIONS_SUPPORTED - Static variable in interface javax.jcr.Repository
-
Key to a
booleandescriptor. - OPTION_UNFILED_CONTENT_SUPPORTED - Static variable in interface javax.jcr.Repository
-
Key to a
booleandescriptor. - OPTION_UPDATE_MIXIN_NODE_TYPES_SUPPORTED - Static variable in interface javax.jcr.Repository
-
Key to a
booleandescriptor. - OPTION_UPDATE_PRIMARY_NODE_TYPE_SUPPORTED - Static variable in interface javax.jcr.Repository
-
Key to a
booleandescriptor. - OPTION_VERSIONING_SUPPORTED - Static variable in interface javax.jcr.Repository
-
Key to a
booleandescriptor. - OPTION_WORKSPACE_MANAGEMENT_SUPPORTED - Static variable in interface javax.jcr.Repository
-
Key to a
booleandescriptor. - OPTION_XML_EXPORT_SUPPORTED - Static variable in interface javax.jcr.Repository
-
Key to a
booleandescriptor. - OPTION_XML_IMPORT_SUPPORTED - Static variable in interface javax.jcr.Repository
-
Key to a
booleandescriptor. - or(Constraint, Constraint) - Method in interface javax.jcr.query.qom.QueryObjectModelFactory
-
Performs a logical disjunction of two other constraints.
- Or - Interface in javax.jcr.query.qom
-
Performs a logical disjunction of two other constraints.
- orderBefore(String, String) - Method in interface javax.jcr.Node
-
If this node supports child node ordering, this method inserts the child node at
srcChildRelPathinto the child node list at the position immediately the child node atdestChildRelPath. - Ordering - Interface in javax.jcr.query.qom
-
Determines the relative order of two node-tuples by evaluating
operandfor each.
P
- PATH - Static variable in class javax.jcr.PropertyType
-
A
PATHproperty is an ordered list of path elements. - PATH_ACTIVITIES_NODE - Static variable in interface javax.jcr.Workspace
-
A constant for the absolute path of the activities node.
- PATH_CONFIGURATIONS_NODE - Static variable in interface javax.jcr.Workspace
-
A constant for the absolute path of the configurations node.
- PATH_NODE_TYPES_NODE - Static variable in interface javax.jcr.Workspace
-
A constant for the absolute path of the node type definition storage node.
- PATH_SYSTEM_NODE - Static variable in interface javax.jcr.Workspace
-
A constant for the absolute path of the system node.
- PATH_UNFILED_NODE - Static variable in interface javax.jcr.Workspace
-
A constant for the absolute path of the unfiled storage node.
- PATH_VERSION_STORAGE_NODE - Static variable in interface javax.jcr.Workspace
-
A constant for the absolute path of the version storage node.
- PATH_WORKSPACE_ROOT - Static variable in interface javax.jcr.Workspace
-
A constant for the absolute path of the workspace root node.
- PathNotFoundException - Exception in javax.jcr
-
Exception thrown when no
Itemexists at the specified path or when the specified path implies intermediaryNodes that do not exist. - PathNotFoundException() - Constructor for exception javax.jcr.PathNotFoundException
-
Constructs a new instance of this class with
nullas its detail message. - PathNotFoundException(String) - Constructor for exception javax.jcr.PathNotFoundException
-
Constructs a new instance of this class with the specified detail message.
- PathNotFoundException(String, Throwable) - Constructor for exception javax.jcr.PathNotFoundException
-
Constructs a new instance of this class with the specified detail message and root cause.
- PathNotFoundException(Throwable) - Constructor for exception javax.jcr.PathNotFoundException
-
Constructs a new instance of this class with the specified root cause.
- PERSIST - Static variable in interface javax.jcr.observation.Event
-
If event bundling is supported, this event is used to indicate a bundle boundary within the event journal.
- PREFIX_EMPTY - Static variable in interface javax.jcr.NamespaceRegistry
-
A constant for the predefined namespace prefix "" (the empty prefix).
- PREFIX_JCR - Static variable in interface javax.jcr.NamespaceRegistry
-
A constant for the predefined namespace prefix "jcr".
- PREFIX_MIX - Static variable in interface javax.jcr.NamespaceRegistry
-
A constant for the predefined namespace prefix "mix".
- PREFIX_NT - Static variable in interface javax.jcr.NamespaceRegistry
-
A constant for the predefined namespace prefix "nt".
- PREFIX_XML - Static variable in interface javax.jcr.NamespaceRegistry
-
A constant for the predefined namespace prefix "xml".
- Privilege - Interface in javax.jcr.security
-
A privilege represents the capability of performing a particular set of operations on items in the JCR repository.
- privilegeFromName(String) - Method in interface javax.jcr.security.AccessControlManager
-
Returns the privilege with the specified
privilegeName. - Property - Interface in javax.jcr
-
A
Propertyobject represents the smallest granularity of content storage. - PROPERTY_ADDED - Static variable in interface javax.jcr.observation.Event
-
Generated on persist when a property is added.
- PROPERTY_CHANGED - Static variable in interface javax.jcr.observation.Event
-
Generated on persist when a property is changed.
- PROPERTY_REMOVED - Static variable in interface javax.jcr.observation.Event
-
Generated on persist when a property is removed.
- PropertyDefinition - Interface in javax.jcr.nodetype
-
A property definition.
- PropertyDefinitionTemplate - Interface in javax.jcr.nodetype
-
The
PropertyDefinitionTemplateinterface extendsPropertyDefinitionwith the addition of write methods, enabling the characteristics of a child property definition to be set, after which thePropertyDefinitionTemplateis added to aNodeTypeTemplate. - propertyExistence(String, String) - Method in interface javax.jcr.query.qom.QueryObjectModelFactory
-
Tests the existence of a property in the specified selector.
- PropertyExistence - Interface in javax.jcr.query.qom
-
Tests the existence of a property.
- propertyExists(String) - Method in interface javax.jcr.Session
-
Returns
trueif a property exists atabsPathand thisSessionhas read access to it; otherwise returnsfalse. - PropertyIterator - Interface in javax.jcr
-
Allows easy iteration through a list of
Propertys withnextPropertyas well as askipmethod. - PropertyType - Class in javax.jcr
-
The property types supported by the JCR standard.
- propertyValue(String, String) - Method in interface javax.jcr.query.qom.QueryObjectModelFactory
-
Evaluates to the value (or values, if multi-valued) of a property in the specified selector.
- PropertyValue - Interface in javax.jcr.query.qom
-
Evaluates to the value (or values, if multi-valued) of a property.
Q
- Query - Interface in javax.jcr.query
-
A
Queryobject. - QUERY_FULL_TEXT_SEARCH_SUPPORTED - Static variable in interface javax.jcr.Repository
-
Key to a
booleandescriptor. - QUERY_JOINS - Static variable in interface javax.jcr.Repository
-
Key to
Stringdescriptor. - QUERY_JOINS_INNER - Static variable in interface javax.jcr.Repository
-
One of three possible values for the descriptor
QUERY_JOINS. - QUERY_JOINS_INNER_OUTER - Static variable in interface javax.jcr.Repository
-
One of three possible values for the descriptor
QUERY_JOINS. - QUERY_JOINS_NONE - Static variable in interface javax.jcr.Repository
-
One of three possible values for the descriptor
QUERY_JOINS. - QUERY_LANGUAGES - Static variable in interface javax.jcr.Repository
-
Key to a
String[]descriptor. - QUERY_STORED_QUERIES_SUPPORTED - Static variable in interface javax.jcr.Repository
-
Key to a
booleandescriptor. - QUERY_XPATH_DOC_ORDER - Static variable in interface javax.jcr.Repository
-
Deprecated.As of JCR 2.0.
- QUERY_XPATH_POS_INDEX - Static variable in interface javax.jcr.Repository
-
Deprecated.As of JCR 2.0.
- QueryManager - Interface in javax.jcr.query
-
This interface encapsulates methods for the management of search queries.
- QueryObjectModel - Interface in javax.jcr.query.qom
-
A query in the JCR query object model.
- QueryObjectModelConstants - Interface in javax.jcr.query.qom
-
Defines constants used in the query object model.
- QueryObjectModelFactory - Interface in javax.jcr.query.qom
-
A
QueryObjectModelFactorycreates instances of the JCR query object model. - QueryResult - Interface in javax.jcr.query
-
A
QueryResultobject.
R
- RangeIterator - Interface in javax.jcr
-
Extends
Iteratorwith theskip,getSizeandgetPositionmethods. - read(byte[], long) - Method in interface javax.jcr.Binary
-
Reads successive bytes from the specified
positionin thisBinaryinto the passed byte array until either the byte array is full or the end of theBinaryis encountered. - REFERENCE - Static variable in class javax.jcr.PropertyType
-
A
REFERENCEproperty stores the identifier of a referenceable node (one having typemix:referenceable), which must exist within the same workspace or session as theREFERENCEproperty. - 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
nullas 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() - 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.Item
-
If
keepChangesisfalse, this method discards all pending changes currently recorded in thisSessionthat 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(boolean) - Method in interface javax.jcr.Session
-
If
keepChangesisfalse, this method discards all pending changes currently recorded in thisSessionand 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
prefixanduriin 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
NodeTypeobject. - registerNodeTypes(NodeTypeDefinition[], boolean) - Method in interface javax.jcr.nodetype.NodeTypeManager
-
Registers or updates the specified array of
NodeTypeDefinitionobjects. - 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:xmlcharactersproperty produced onWorkspace.importXML(java.lang.String, java.io.InputStream, int). - remove() - Method in interface javax.jcr.Item
-
Removes
thisitem (and its subgraph). - removeAccessControlEntry(AccessControlEntry) - Method in interface javax.jcr.security.AccessControlList
-
Removes the specified
AccessControlEntryfrom this policy. - removeActivity(Node) - Method in interface javax.jcr.version.VersionManager
-
This method removes the given
activityNodeand allREFERENCEproperties within all workspaces that refer to theactivityNode. - 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
holdfrom the node atabsPath. - 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
mixinNamefrom this node'sjcr:mixinTypesproperty. - removePolicy(String, AccessControlPolicy) - Method in interface javax.jcr.security.AccessControlManager
-
Removes the specified
AccessControlPolicyfrom the node atabsPath. - removeRetentionPolicy(String) - Method in interface javax.jcr.retention.RetentionManager
-
Causes the current retention policy on the node at
absPathto 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
nullas 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
-
RepositoryFactoryis a factory forRepositoryobjects. - restore(String, boolean) - Method in interface javax.jcr.Node
-
Deprecated.As of JCR 2.0,
restore(javax.jcr.version.Version[], boolean)should be used instead. - restore(String, String, boolean) - Method in interface javax.jcr.version.VersionManager
-
Restores the node at
absPathto the state defined by the version with the specifiedversionName. - 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.version.VersionManager
-
Restores a set of versions at once.
- restore(Version[], boolean) - Method in interface javax.jcr.Workspace
-
Deprecated.As of JCR 2.0,
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,
restore(javax.jcr.version.Version[], boolean)should be used instead. - 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
versionto the state reflected in that version. - restore(Version, String, boolean) - Method in interface javax.jcr.Node
-
Deprecated.As of JCR 2.0,
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,
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
absPathwith the specified version label. - RetentionManager - Interface in javax.jcr.retention
-
The
RetentionManagerobject is accessed viaSession.getRetentionManager(). - RetentionPolicy - Interface in javax.jcr.retention
-
An
RetentionPolicyis 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 withnextRowas well as askipmethod inherited fromRangeIterator.
S
- sameNode(String, String) - Method in interface javax.jcr.query.qom.QueryObjectModelFactory
-
Tests whether a node in the specified selector is reachable by a specified absolute path.
- SameNode - Interface in javax.jcr.query.qom
- sameNodeJoinCondition(String, String, String) - Method in interface javax.jcr.query.qom.QueryObjectModelFactory
-
Tests whether a first selector's node is the same as a node identified by relative path from a second selector's node.
- SameNodeJoinCondition - Interface in javax.jcr.query.qom
-
Tests whether two nodes are "the same" according to the
isSamemethod ofjavax.jcr.Item. - save() - Method in interface javax.jcr.Item
-
Deprecated.As of JCR 2.0,
Session.save()should be used instead. - save() - Method in interface javax.jcr.Session
-
Validates all pending changes currently recorded in this
Session. - selector(String, String) - Method in interface javax.jcr.query.qom.QueryObjectModelFactory
-
Selects a subset of the nodes in the repository based on node type.
- Selector - Interface in javax.jcr.query.qom
-
Selects a subset of the nodes in the repository based on node type.
- Session - Interface in javax.jcr
-
The
Sessionobject provides read and (in level 2) write access to the content of a particular workspace in the repository. - setAbstract(boolean) - Method in interface javax.jcr.nodetype.NodeTypeTemplate
-
Sets the abstract flag of the node type.
- setActivity(Node) - Method in interface javax.jcr.version.VersionManager
-
This method is called by the client to set the current activity on the current session by specifying a previously created
nt:activitynode (seecreateActivity(java.lang.String)). - setAttribute(String, Object) - Method in class javax.jcr.SimpleCredentials
-
Stores an attribute in this credentials instance.
- setAutoCreated(boolean) - Method in interface javax.jcr.nodetype.NodeDefinitionTemplate
-
Sets the auto-create status of the node.
- setAutoCreated(boolean) - Method in interface javax.jcr.nodetype.PropertyDefinitionTemplate
-
Sets the auto-create status of the property.
- setAvailableQueryOperators(String[]) - Method in interface javax.jcr.nodetype.PropertyDefinitionTemplate
-
Sets the queryable status of the property.
- setDeclaredSuperTypeNames(String[]) - Method in interface javax.jcr.nodetype.NodeTypeTemplate
-
Sets the names of the supertypes of the node type.
- setDefaultPrimaryTypeName(String) - Method in interface javax.jcr.nodetype.NodeDefinitionTemplate
-
Sets the name of the default primary type of this node.
- setDefaultValues(Value[]) - Method in interface javax.jcr.nodetype.PropertyDefinitionTemplate
-
Sets the default value (or values, in the case of a multi-value property) of the property.
- setFullTextSearchable(boolean) - Method in interface javax.jcr.nodetype.PropertyDefinitionTemplate
-
Sets the full-text-searchable status of the property.
- setLimit(long) - Method in interface javax.jcr.query.Query
-
Sets the maximum size of the result set to
limit. - setMandatory(boolean) - Method in interface javax.jcr.nodetype.NodeDefinitionTemplate
-
Sets the mandatory status of the node.
- setMandatory(boolean) - Method in interface javax.jcr.nodetype.PropertyDefinitionTemplate
-
Sets the mandatory status of the property.
- setMixin(boolean) - Method in interface javax.jcr.nodetype.NodeTypeTemplate
-
Sets the mixin flag of the node type.
- setMultiple(boolean) - Method in interface javax.jcr.nodetype.PropertyDefinitionTemplate
-
Sets the multi-value status of the property.
- setName(String) - Method in interface javax.jcr.nodetype.NodeDefinitionTemplate
-
Sets the name of the node.
- setName(String) - Method in interface javax.jcr.nodetype.NodeTypeTemplate
-
Sets the name of the node type.
- setName(String) - Method in interface javax.jcr.nodetype.PropertyDefinitionTemplate
-
Sets the name of the property.
- setNamespacePrefix(String, String) - Method in interface javax.jcr.Session
-
Within the scope of this
Session, this method mapsuritoprefix. - setOffset(long) - Method in interface javax.jcr.query.Query
-
Sets the start offset of the result set to
offset. - setOnParentVersion(int) - Method in interface javax.jcr.nodetype.NodeDefinitionTemplate
-
Sets the on-parent-version status of the node.
- setOnParentVersion(int) - Method in interface javax.jcr.nodetype.PropertyDefinitionTemplate
-
Sets the on-parent-version status of the property.
- setOrderableChildNodes(boolean) - Method in interface javax.jcr.nodetype.NodeTypeTemplate
-
Sets the orderable child nodes flag of the node type.
- setPolicy(String, AccessControlPolicy) - Method in interface javax.jcr.security.AccessControlManager
-
Binds the
policyto the node atabsPath. - setPrimaryItemName(String) - Method in interface javax.jcr.nodetype.NodeTypeTemplate
-
Sets the name of the primary item.
- setPrimaryType(String) - Method in interface javax.jcr.Node
-
Changes the primary node type of this node to
nodeTypeName. - setProperty(String, boolean) - Method in interface javax.jcr.Node
-
The behavior of this method is identical to that of
Node.setProperty(String name, Value value)except that the value is specified as abooleanand, if possible, the type assigned to the property isBOOLEAN, otherwise a best-effort conversion is attempted. - setProperty(String, double) - Method in interface javax.jcr.Node
-
The behavior of this method is identical to that of
Node.setProperty(String name, Value value)except that the value is specified as adoubleand, if possible, the type assigned to the property isDOUBLE, otherwise a best-effort conversion is attempted. - setProperty(String, long) - Method in interface javax.jcr.Node
-
The behavior of this method is identical to that of
Node.setProperty(String name, Value value)except that the value is specified as alongand, if possible, the type assigned to the property isLONG, otherwise a best-effort conversion is attempted. - setProperty(String, InputStream) - Method in interface javax.jcr.Node
-
Deprecated.As of JCR 2.0,
Node.setProperty(String, Binary)should be used instead. - setProperty(String, String) - Method in interface javax.jcr.Node
-
Sets the specified single-value property to the specified value.
- 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, int) - Method in interface javax.jcr.Node
-
Sets the specified single-value property to the specified value.
- setProperty(String, BigDecimal) - Method in interface javax.jcr.Node
-
The behavior of this method is identical to that of
Node.setProperty(String name, Value value)except that the value is specified as aBigDecimaland, if possible, the type assigned to the property isDECIMAL, otherwise a best-effort conversion is attempted. - setProperty(String, Calendar) - Method in interface javax.jcr.Node
-
The behavior of this method is identical to that of
Node.setProperty(String name, Value value)except that the value is specified as aCalendarand, if possible, the type assigned to the property isDATE, otherwise a best-effort conversion is attempted. - setProperty(String, Binary) - Method in interface javax.jcr.Node
-
The behavior of this method is identical to that of
Node.setProperty(String name, Value value)except that the value is specified as aBinaryand, if possible, the type assigned to the property isBINARY, otherwise a best-effort conversion is attempted. - setProperty(String, Node) - Method in interface javax.jcr.Node
-
The behavior of this method is identical to that of
Node.setProperty(String name, Value value)except that the value is specified as aNodeand, if possible, the type assigned to the property isREFERENCEorWEAKREFERENCE, otherwise a best-effort conversion is attempted. - setProperty(String, Value) - Method in interface javax.jcr.Node
-
Sets the single-value property of this node called
nameto the specifiedvalue. - setProperty(String, Value[]) - Method in interface javax.jcr.Node
-
Sets the multi-value property of this node called
nameto the specified array of values. - setProperty(String, Value[], int) - Method in interface javax.jcr.Node
-
Sets the multi-value property of this node called
nameto the specified array of values. - setProperty(String, Value, int) - Method in interface javax.jcr.Node
-
Sets the single-value property of this node called
nameto the specifiedvalueand the specifiedtype. - setProtected(boolean) - Method in interface javax.jcr.nodetype.NodeDefinitionTemplate
-
Sets the protected status of the node.
- setProtected(boolean) - Method in interface javax.jcr.nodetype.PropertyDefinitionTemplate
-
Sets the protected status of the property.
- setQueryable(boolean) - Method in interface javax.jcr.nodetype.NodeTypeTemplate
-
Sets the queryable status of the node type.
- setQueryOrderable(boolean) - Method in interface javax.jcr.nodetype.PropertyDefinitionTemplate
-
Sets the query-orderable status of the property.
- setRequiredPrimaryTypeNames(String[]) - Method in interface javax.jcr.nodetype.NodeDefinitionTemplate
-
Sets the names of the required primary types of this node.
- setRequiredType(int) - Method in interface javax.jcr.nodetype.PropertyDefinitionTemplate
-
Sets the required type of the property.
- setRetentionPolicy(String, RetentionPolicy) - Method in interface javax.jcr.retention.RetentionManager
-
Sets the retention policy of the node at
absPathto that defined in the specified policy node. - setSameNameSiblings(boolean) - Method in interface javax.jcr.nodetype.NodeDefinitionTemplate
-
Sets the same-name sibling status of this node.
- setUserData(String) - Method in interface javax.jcr.observation.ObservationManager
-
Sets the user data information that will be returned by
Event.getUserData(). - setValue(boolean) - 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(long) - Method in interface javax.jcr.Property
-
Sets the value of this property to
value. - setValue(InputStream) - Method in interface javax.jcr.Property
-
Deprecated.As of JCR 2.0,
Property.setValue(Binary)should be used instead. - 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
valuesarray. - setValue(BigDecimal) - 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(Binary) - Method in interface javax.jcr.Property
-
Sets the value of this property to
value. - setValue(Node) - Method in interface javax.jcr.Property
-
Sets this
REFERENCEorWEAKREFERNCEproperty 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
valuesarray. - setValueConstraints(String[]) - Method in interface javax.jcr.nodetype.PropertyDefinitionTemplate
-
Sets the value constraints of the property.
- SimpleCredentials - Class in javax.jcr
-
SimpleCredentialsimplements theCredentialsinterface and represents simple user ID/password credentials. - SimpleCredentials(String, char[]) - Constructor for class javax.jcr.SimpleCredentials
-
The constructor creates a new
SimpleCredentialsobject, given a user ID and password. - skip(long) - Method in interface javax.jcr.RangeIterator
-
Skip a number of elements in the iterator.
- skipTo(long) - Method in interface javax.jcr.observation.EventJournal
-
Skip all elements of the iterator earlier than
date. - Source - Interface in javax.jcr.query.qom
-
Evaluates to a set of node-tuples.
- 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
-
Deprecated.As of JCR 2.0, this language is deprecated.
- StaticOperand - Interface in javax.jcr.query.qom
-
An operand whose value can be determined from static analysis of the query, prior to its evaluation.
- storeAsNode(String) - Method in interface javax.jcr.query.Query
-
Creates a node of type
nt:queryholding this query atabsPathand returns that node. - STRING - Static variable in class javax.jcr.PropertyType
-
The
STRINGproperty type is used to store strings.
T
- TraversingItemVisitor - Class in javax.jcr.util
-
An implementation of
ItemVisitor. - TraversingItemVisitor() - Constructor for class javax.jcr.util.TraversingItemVisitor
-
Constructs a new instance of this class.
- TraversingItemVisitor(boolean) - Constructor for class javax.jcr.util.TraversingItemVisitor
-
Constructs a new instance of this class.
- TraversingItemVisitor(boolean, int) - Constructor for class javax.jcr.util.TraversingItemVisitor
-
Constructs a new instance of this class.
- TraversingItemVisitor.Default - Class in javax.jcr.util
-
Convenience class providing default implementations of the abstract methods of
TraversingItemVisitor. - TYPENAME_BINARY - Static variable in class javax.jcr.PropertyType
-
String constant for type name as used in serialization.
- TYPENAME_BOOLEAN - Static variable in class javax.jcr.PropertyType
-
String constant for type name as used in serialization.
- TYPENAME_DATE - Static variable in class javax.jcr.PropertyType
-
String constant for type name as used in serialization.
- TYPENAME_DECIMAL - Static variable in class javax.jcr.PropertyType
-
String constant for type name as used in serialization.
- TYPENAME_DOUBLE - Static variable in class javax.jcr.PropertyType
-
String constant for type name as used in serialization.
- TYPENAME_LONG - Static variable in class javax.jcr.PropertyType
-
String constant for type name as used in serialization.
- TYPENAME_NAME - Static variable in class javax.jcr.PropertyType
-
String constant for type name as used in serialization.
- TYPENAME_PATH - Static variable in class javax.jcr.PropertyType
-
String constant for type name as used in serialization.
- TYPENAME_REFERENCE - Static variable in class javax.jcr.PropertyType
-
String constant for type name as used in serialization.
- TYPENAME_STRING - Static variable in class javax.jcr.PropertyType
-
String constant for type name as used in serialization.
- TYPENAME_UNDEFINED - Static variable in class javax.jcr.PropertyType
- TYPENAME_URI - Static variable in class javax.jcr.PropertyType
-
String constant for type name as used in serialization.
- TYPENAME_WEAKREFERENCE - Static variable in class javax.jcr.PropertyType
-
String constant for type name as used in serialization.
U
- UNDEFINED - Static variable in class javax.jcr.PropertyType
-
This constant can be used within a property definition (see 4.7.5 Property Definitions) to specify that the property in question may be of any type.
- unlock() - Method in interface javax.jcr.Node
-
Deprecated.As of JCR 2.0,
LockManager.unlock(String)should be used instead. - unlock(String) - Method in interface javax.jcr.lock.LockManager
-
Removes the lock on the node at
absPath. - unregisterNamespace(String) - Method in interface javax.jcr.NamespaceRegistry
-
Removes a namespace mapping from the registry.
- unregisterNodeType(String) - Method in interface javax.jcr.nodetype.NodeTypeManager
-
Unregisters the specified node type.
- unregisterNodeTypes(String[]) - Method in interface javax.jcr.nodetype.NodeTypeManager
-
Unregisters the specified set of node types.
- UnsupportedRepositoryOperationException - Exception in javax.jcr
-
Thrown by methods that are not supported by a particular implementation.
- UnsupportedRepositoryOperationException() - Constructor for exception javax.jcr.UnsupportedRepositoryOperationException
-
Constructs a new instance of this class with
nullas its detail message. - UnsupportedRepositoryOperationException(String) - Constructor for exception javax.jcr.UnsupportedRepositoryOperationException
-
Constructs a new instance of this class with the specified detail message.
- UnsupportedRepositoryOperationException(String, Throwable) - Constructor for exception javax.jcr.UnsupportedRepositoryOperationException
-
Constructs a new instance of this class with the specified detail message and root cause.
- UnsupportedRepositoryOperationException(Throwable) - Constructor for exception javax.jcr.UnsupportedRepositoryOperationException
-
Constructs a new instance of this class with the specified root cause.
- update(String) - Method in interface javax.jcr.Node
-
If this node does have a corresponding node in the workspace
srcWorkspace, then this replaces this node and its subgraph with a clone of the corresponding node and its subgraph. - upperCase(DynamicOperand) - Method in interface javax.jcr.query.qom.QueryObjectModelFactory
-
Evaluates to the upper-case string value (or values, if multi-valued) of an operand.
- UpperCase - Interface in javax.jcr.query.qom
-
Evaluates to the upper-case string value (or values, if multi-valued) of
operand. - URI - Static variable in class javax.jcr.PropertyType
-
A
URIproperty is identical toSTRINGproperty except that it only accepts values that conform to the syntax of a URI-reference as defined in RFC 3986.
V
- Value - Interface in javax.jcr
-
A generic holder for the value of a property.
- ValueFactory - Interface in javax.jcr
-
The
ValueFactoryobject provides methods for the creation Value objects that can then be used to set properties. - ValueFormatException - Exception in javax.jcr
-
Exception thrown when an attempt is made to assign a value to a property that has an invalid format, given the type of the property.
- ValueFormatException() - Constructor for exception javax.jcr.ValueFormatException
-
Constructs a new instance of this class with
nullas its detail message. - ValueFormatException(String) - Constructor for exception javax.jcr.ValueFormatException
-
Constructs a new instance of this class with the specified detail message.
- ValueFormatException(String, Throwable) - Constructor for exception javax.jcr.ValueFormatException
-
Constructs a new instance of this class with the specified detail message and root cause.
- ValueFormatException(Throwable) - Constructor for exception javax.jcr.ValueFormatException
-
Constructs a new instance of this class with the specified root cause.
- valueFromName(String) - Static method in class javax.jcr.PropertyType
-
Returns the numeric constant value of the type with the specified name.
- valueFromName(String) - Static method in class javax.jcr.version.OnParentVersionAction
-
Returns the numeric constant value of the on-version action with the specified name.
- Version - Interface in javax.jcr.version
-
A
Versionobject wraps annt:versionnode. - VERSION - Static variable in class javax.jcr.version.OnParentVersionAction
- VersionException - Exception in javax.jcr.version
-
Exception thrown by Version.addSuccessor if an invalid version graph operation is attempted.
- VersionException() - Constructor for exception javax.jcr.version.VersionException
-
Constructs a new instance of this class with
nullas its detail message. - VersionException(String) - Constructor for exception javax.jcr.version.VersionException
-
Constructs a new instance of this class with the specified detail message.
- VersionException(String, Throwable) - Constructor for exception javax.jcr.version.VersionException
-
Constructs a new instance of this class with the specified detail message and root cause.
- VersionException(Throwable) - Constructor for exception javax.jcr.version.VersionException
-
Constructs a new instance of this class with the specified root cause.
- VersionHistory - Interface in javax.jcr.version
-
A
VersionHistoryobject wraps annt:versionHistorynode. - VersionIterator - Interface in javax.jcr.version
-
Allows easy iteration through a list of
Versions objects withnextVersionas well as askipmethod inherited fromRangeIterator. - VersionManager - Interface in javax.jcr.version
-
The
VersionManagerobject is accessed viaWorkspace.getVersionManager(). - visit(Node) - Method in interface javax.jcr.ItemVisitor
-
This method is called when the
ItemVisitoris passed to theacceptmethod of aNode. - visit(Node) - Method in class javax.jcr.util.TraversingItemVisitor
-
Called when the
Visitoris passed to aNode. - visit(Property) - Method in interface javax.jcr.ItemVisitor
-
This method is called when the
ItemVisitoris passed to theacceptmethod of aProperty. - visit(Property) - Method in class javax.jcr.util.TraversingItemVisitor
-
Called when the
Visitoris passed to aProperty.
W
- WEAKREFERENCE - Static variable in class javax.jcr.PropertyType
-
A
WEAKREFERENCEproperty stores the identifier of a referenceable node (one having typemix:referenceable). - Workspace - Interface in javax.jcr
-
A
Workspaceobject represents a view onto a persitent workspace within a repository. - WRITE_SUPPORTED - Static variable in interface javax.jcr.Repository
-
Key to a
booleandescriptor.
X
- XPATH - Static variable in interface javax.jcr.query.Query
-
Deprecated.As of JCR 2.0, this language is deprecated.
All Classes All Packages