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

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 relPath Returns true if a node accessible through the current Session exists at relPath and false otherwise.
hasNodes() - Method in interface javax.jcr.Node
Indicates whether this node has child nodes.
hasNodeType(String) - Method in interface javax.jcr.nodetype.NodeTypeManager
Returns true if a node type with the specified name is registered.
hasOrderableChildNodes() - Method in interface javax.jcr.nodetype.NodeTypeDefinition
Returns true if nodes of this type must support orderable child nodes; returns false otherwise.
hasPendingChanges() - Method in interface javax.jcr.Session
Returns true if this session holds pending (that is, unsaved) changes; otherwise returns false.
hasPermission(String, String) - Method in interface javax.jcr.Session
Returns true if this Session has permission to perform the specified actions at the specified absPath and false otherwise.
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 relPath Returns true if a property accessible through the current Session exists at relPath and false otherwise.
hasVersionLabel(String) - Method in interface javax.jcr.version.VersionHistory
Returns true if any version in the history has the given label.
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
Hold represents a hold that can be applied to an existing node in order to prevent the node from being modified or removed.
holdsLock(String) - Method in interface javax.jcr.lock.LockManager
Returns true if the node at absPath holds a lock; otherwise returns false.
holdsLock() - Method in interface javax.jcr.Node
Deprecated. As of JCR 2.0, LockManager.holdsLock(String) should be used instead.

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.