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

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 AccessControlEntry represents the association of one or more Privilege objects with a specific Principal.
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 null as 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
The AccessControlList is an AccessControlPolicy representing a list of access control entries.
AccessControlManager - Interface in javax.jcr.security
The AccessControlManager object is accessed via Session.getAccessControlManager().
AccessControlPolicy - Interface in javax.jcr.security
The AccessControlPolicy is a marker interface for all kind of access control policies.
AccessControlPolicyIterator - Interface in javax.jcr.security
Allows easy iteration through a list of AccessControlPolicys with nextAccessControlPolicy as well as a skip method inherited from RangeIterator.
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 null as 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_node action string, used to determine if this Session has permission to add a new node.
ACTION_READ - Static variable in interface javax.jcr.Session
A constant representing the read action string, used to determine if this Session has 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 remove action string, used to determine if this Session has permission to remove an item.
ACTION_SET_PROPERTY - Static variable in interface javax.jcr.Session
A constant representing the set_property action string, used to determine if this Session has 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.checkout and Node.checkpoint if 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 null as 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 principal and the specified privileges.
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 mixinName to 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 relPath of 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 - Interface in javax.jcr.query.qom
Performs a logical conjunction of two other constraints.
and(Constraint, Constraint) - Method in interface javax.jcr.query.qom.QueryObjectModelFactory
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.

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.