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

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 Credentials that were used to get the Session to which this Workspace is tied.
getActivity() - Method in interface javax.jcr.version.VersionManager
Returns the node representing the current activity or null if 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 VersionHistory was 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 Item at 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, or null if no attribute of the given name exists.
getAttribute(String) - Method in class javax.jcr.SimpleCredentials
Returns the value of the named attribute as an Object, or null if no attribute of the given name exists.
getAttributeNames() - Method in interface javax.jcr.Session
Returns the names of the attributes set in this session as a result of the Credentials that were used to acquire it.
getAttributeNames() - Method in class javax.jcr.SimpleCredentials
Returns the names of the attributes available to this credentials instance.
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, VersionManager.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 Binary representation of the value of this property.
getBinary() - Method in interface javax.jcr.Value
Returns a Binary representation 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 boolean representation of the value of this property.
getBoolean() - Method in interface javax.jcr.Value
Returns a Boolean representation 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 Not constraint.
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 VersionHistory that contains this Version.
getCorrespondingNodePath(String) - Method in interface javax.jcr.Node
Returns the absolute path of the node in the specified workspace that corresponds to this node.
getCreated() - Method in interface javax.jcr.version.Version
Returns the date this version was created.
getDate() - Method in interface javax.jcr.observation.Event
Returns the date when the change was persisted that caused this event.
getDate() - Method in interface javax.jcr.Property
Returns a Calendar representation of the value of this property.
getDate() - Method in interface javax.jcr.Value
Returns a Calendar representation of this value.
getDecimal() - Method in interface javax.jcr.Property
Returns a BigDecimal representation of the value of this property.
getDecimal() - Method in interface javax.jcr.Value
Returns a BigDecimal representation 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 Item in 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 double representation of the value of this property.
getDouble() - Method in interface javax.jcr.Value
Returns a double representation of this value.
getEffectivePolicies(String) - Method in interface javax.jcr.security.AccessControlManager
Returns the AccessControlPolicy objects that currently are in effect at the node at absPath.
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 null if 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 null if this event has no associated identifier.
getImportContentHandler(String, int) - Method in interface javax.jcr.Session
Returns an org.xml.sax.ContentHandler which is used to push SAX events to the repository.
getImportContentHandler(String, int) - Method in interface javax.jcr.Workspace
Returns an org.xml.sax.ContentHandler which can be used to push SAX events into the repository.
getIndex() - Method in interface javax.jcr.Node
This method returns the index of this node within the ordered set of its same-name sibling nodes.
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 Version object was acquired through a Workspace W and is within the VersionHistory H, this method returns the predecessor of this version along the same line of descent as is returned by H.getAllLinearVersions() where H was also acquired through W.
getLinearSuccessor() - Method in interface javax.jcr.version.Version
Assuming that this Version object was acquired through a Workspace W and is within the VersionHistory H, this method returns the successor of this version along the same line of descent as is returned by H.getAllLinearVersions() where H was also acquired through W.
getLiteralValue() - Method in interface javax.jcr.query.qom.Literal
Gets the value of the literal.
getLock(String) - Method in interface javax.jcr.lock.LockManager
Returns the Lock object that applies to the node at the specified absPath.
getLock() - Method in interface javax.jcr.Node
Deprecated. As of JCR 2.0, LockManager.getLock(String) should be used instead.
getLockManager() - Method in interface javax.jcr.Workspace
Returns the LockManager object, through which locking methods are accessed.
getLockOwner() - Method in interface javax.jcr.lock.Lock
Returns the value of the jcr:lockOwner property.
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 long representation of the value of this property.
getLong() - Method in interface javax.jcr.Value
Returns a long representation of this value.
getMixinNodeTypes() - Method in interface javax.jcr.Node
Returns an array of NodeType objects 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 Item in 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 Workspace object.
getNamespacePrefix(String) - Method in interface javax.jcr.Session
Returns the prefix to which the given uri is mapped as currently set in this Session.
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 NamespaceRegistry object, 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 prefix is mapped as currently set in this Session.
getNode() - Method in interface javax.jcr.lock.Lock
Returns the lock holding node.
getNode(String) - Method in interface javax.jcr.Node
Returns the node at relPath relative to this node.
getNode() - Method in interface javax.jcr.Property
If this property is of type REFERENCE, WEAKREFERENCE or PATH (or convertible to one of these types) this method returns the Node to which this property refers.
getNode() - Method in interface javax.jcr.query.Row
Returns the Node corresponding to this Row.
getNode(String) - Method in interface javax.jcr.query.Row
Returns the Node corresponding to this Row and 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 List of NodeDefinitionTemplate objects.
getNodes() - Method in interface javax.jcr.Node
Returns all child nodes of this node accessible through the current Session.
getNodes(String) - Method in interface javax.jcr.Node
Gets all child nodes of this node accessible through the current Session that match namePattern.
getNodes(String[]) - Method in interface javax.jcr.Node
Gets all child nodes of this node accessible through the current Session that match one or more of the nameGlob strings in the passed array.
getNodes() - Method in interface javax.jcr.query.QueryResult
Returns an iterator over all nodes that match the query.
getNodeType(String) - Method in interface javax.jcr.nodetype.NodeTypeManager
Returns the named node type.
getNodeTypeManager() - Method in interface javax.jcr.Workspace
Returns the NodeTypeManager through which node type information can be queried.
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 ObservationManager object.
getOnParentVersion() - Method in interface javax.jcr.nodetype.ItemDefinition
Gets the OnParentVersion status 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 null if 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 AccessControlPolicy objects that have been set to the node at absPath or 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 Session that match namePattern.
getProperties(String[]) - Method in interface javax.jcr.Node
Gets all properties of this node accessible through the current Session that match one or more of the nameGlob strings in the passed array.
getProperty(String) - Method in interface javax.jcr.Node
Returns the property at relPath relative to this node.
getProperty() - Method in interface javax.jcr.Property
If this property is of type PATH (or convertible to this type) this method returns the Property to which this property refers.
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 List of PropertyDefinitionTemplate objects.
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 QueryObjectModelFactory with 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 QueryManager object, through search methods are accessed.
getReferences() - Method in interface javax.jcr.Node
This method returns all REFERENCE properties that refer to this node and that are accessible through the current Session.
getReferences(String) - Method in interface javax.jcr.Node
This method returns all REFERENCE properties that refer to this node, have the specified name and that are accessible through the current Session.
getRegisteredEventListeners() - Method in interface javax.jcr.observation.ObservationManager
Returns all event listeners that have been registered through this session.
getRepository(Map) - Method in interface javax.jcr.RepositoryFactory
Attempts to establish a connection to a repository using the given parameters.
getRepository() - Method in interface javax.jcr.Session
Returns the Repository object through which this session was acquired.
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 at absPath or null if 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 Session through which this Item was acquired.
getSession() - Method in interface javax.jcr.Workspace
Returns the Session object through which this Workspace object was acquired.
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 Binary value 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 Query object that has been stored using Query.storeAsNode(java.lang.String) (regardless of whether it has been saved yet) or retrieved using QueryManager.getQuery(javax.jcr.Node)), then this method returns the path of the nt:query node that stores the query.
getStream() - Method in interface javax.jcr.Binary
Returns an InputStream representation 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 String representation of the value of this property.
getString() - Method in interface javax.jcr.Value
Returns a String representation 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 type of this Value.
getURI(String) - Method in interface javax.jcr.NamespaceRegistry
Returns the URI to which the given prefix is mapped.
getURIs() - Method in interface javax.jcr.NamespaceRegistry
Returns an array holding all currently registered URIs.
getUserData() - Method in interface javax.jcr.observation.Event
Returns the user data set through ObservationManager.setUserData(java.lang.String) on the ObservationManager bound to the Session that 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 Value object.
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 ValueFactory that is used to create Value objects for use when setting repository properties.
getValues() - Method in interface javax.jcr.Property
Returns an array of all the values of this property.
getValues() - Method in interface javax.jcr.query.Row
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, VersionManager.getVersionHistory(java.lang.String) should be used instead.
getVersionHistory(String) - Method in interface javax.jcr.version.VersionManager
Returns the VersionHistory object of the node at absPath.
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 VersionManager object.
getWeakReferences() - Method in interface javax.jcr.Node
This method returns all WEAKREFERENCE properties that refer to this node and that are accessible through the current Session.
getWeakReferences(String) - Method in interface javax.jcr.Node
This method returns all WEAKREFERENCE properties that refer to this node, have the specified name and that are accessible through the current Session.
getWorkspace() - Method in interface javax.jcr.Session
Returns the Workspace attached to this Session.
GuestCredentials - Class in javax.jcr
GuestCredentials implements the Credentials interface and is used to obtain a "guest", "public" or "anonymous" session.
GuestCredentials() - Constructor for class javax.jcr.GuestCredentials
The constructor creates a new GuestCredentials object.

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