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

I

IDENTIFIER_STABILITY - Static variable in interface javax.jcr.Repository
Key to a String descriptor.
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 uuidBehavior parameter in Workspace.importXML(java.lang.String, java.io.InputStream, int), Session.importXML(java.lang.String, java.io.InputStream, int), Workspace.getImportContentHandler(java.lang.String, int) and Session.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 Node and Property and by Session.save() and Session.refresh(boolean) if an attempted change would conflict with a change to the persistent workspace made through another Session.
InvalidItemStateException() - Constructor for exception javax.jcr.InvalidItemStateException
Constructs a new instance of this class with null as its detail message.
InvalidItemStateException(String) - Constructor for exception javax.jcr.InvalidItemStateException
Constructs a new instance of this class with the specified detail message.
InvalidItemStateException(String, Throwable) - Constructor for exception javax.jcr.InvalidItemStateException
Constructs a new instance of this class with the specified detail message and root cause.
InvalidItemStateException(Throwable) - Constructor for exception javax.jcr.InvalidItemStateException
Constructs a new instance of this class with the specified root cause.
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 null as 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 null as 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 null as its detail message.
InvalidQueryException(String) - Constructor for exception javax.jcr.query.InvalidQueryException
Constructs a new instance of this class with the specified detail message.
InvalidQueryException(String, Throwable) - Constructor for exception javax.jcr.query.InvalidQueryException
Constructs a new instance of this class with the specified detail message and root cause.
InvalidQueryException(Throwable) - Constructor for exception javax.jcr.query.InvalidQueryException
Constructs a new instance of this class with the specified root cause.
InvalidSerializedDataException - Exception in javax.jcr
Exception thrown by the deserialization methods of Session if the serialized data being input has an invalid format.
InvalidSerializedDataException() - Constructor for exception javax.jcr.InvalidSerializedDataException
Constructs a new instance of this class with null as its detail message.
InvalidSerializedDataException(String) - Constructor for exception javax.jcr.InvalidSerializedDataException
Constructs a new instance of this class with the specified detail message.
InvalidSerializedDataException(String, Throwable) - Constructor for exception javax.jcr.InvalidSerializedDataException
Constructs a new instance of this class with the specified detail message and root cause.
InvalidSerializedDataException(Throwable) - Constructor for exception javax.jcr.InvalidSerializedDataException
Constructs a new instance of this class with the specified root cause.
isAbstract() - Method in interface javax.jcr.nodetype.NodeTypeDefinition
Returns true if this is an abstract node type; returns false otherwise.
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 false if 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 true if the node at absPath is 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 true if this is a deep lock; false otherwise.
isDeep() - Method in interface javax.jcr.retention.Hold
Returns true if this Hold is deep.
isFullTextSearchable() - Method in interface javax.jcr.nodetype.PropertyDefinition
Returns true if 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 Lock object represents a lock that is currently in effect.
isLive() - Method in interface javax.jcr.Session
Returns true if this Session object is usable by the client.
isLocked(String) - Method in interface javax.jcr.lock.LockManager
Returns true if the node at absPath is locked either as a result of a lock held by that node or by a deep lock on a node above that node; otherwise returns false.
isLocked() - Method in interface javax.jcr.Node
Returns true if this node is locked either as a result of a lock held by this node or by a deep lock on a node above this node; otherwise returns false.
isLockOwningSession() - Method in interface javax.jcr.lock.Lock
Returns true if 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 true if this is a mixin type; returns false if it is primary.
isModified() - Method in interface javax.jcr.Item
Returns true if this Item has been saved but has subsequently been modified through the current session and therefore the state of this item as recorded in the session differs from the state of this item as saved.
isMultiple() - Method in interface javax.jcr.nodetype.PropertyDefinition
Reports whether this property can have multiple values.
isMultiple() - Method in interface javax.jcr.Property
Returns true if this property is multi-valued and false if this property is single-valued.
isNew() - Method in interface javax.jcr.Item
Returns true if this is a new item, meaning that it exists only in transient storage on the Session and has not yet been saved.
isNode() - Method in interface javax.jcr.Item
Indicates whether this Item is a Node or a Property.
isNodeType(String) - Method in interface javax.jcr.Node
Returns true if 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 true if the name of this node type or any of its direct or indirect supertypes is equal to nodeTypeName, otherwise returns false.
isProtected() - Method in interface javax.jcr.nodetype.ItemDefinition
Reports whether the child item is protected.
isQueryable() - Method in interface javax.jcr.nodetype.NodeTypeDefinition
Returns true if 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 true if 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 true if this Item object (the Java object instance) represents the same actual workspace item as the object otherItem.
isSessionScoped() - Method in interface javax.jcr.lock.Lock
Returns true if this is a session-scoped lock and the scope is bound to the current session.
isSingleValueDescriptor(String) - Method in interface javax.jcr.Repository
Returns true if key is a valid single-value descriptor; otherwise returns false.
isStandardDescriptor(String) - Method in interface javax.jcr.Repository
Returns true if key is a standard descriptor defined by the string constants in this interface and false if it is either a valid implementation-specific key or not a valid key.
Item - Interface in javax.jcr
The Item is the base interface of Node and Property.
ItemDefinition - Interface in javax.jcr.nodetype
Superclass of NodeDefinition and PropertyDefinition.
itemExists(String) - Method in interface javax.jcr.Session
Returns true if an item exists at absPath and this Session has read access to it; otherwise returns false.
ItemExistsException - Exception in javax.jcr
An exception thrown when an attempt is made to place an item in a position where another item already exists.
ItemExistsException() - Constructor for exception javax.jcr.ItemExistsException
Constructs a new instance of this class with null as its detail message.
ItemExistsException(String) - Constructor for exception javax.jcr.ItemExistsException
Constructs a new instance of this class with the specified detail message.
ItemExistsException(String, Throwable) - Constructor for exception javax.jcr.ItemExistsException
Constructs a new instance of this class with the specified detail message and root cause.
ItemExistsException(Throwable) - Constructor for exception javax.jcr.ItemExistsException
Constructs a new instance of this class with the specified root cause.
ItemNotFoundException - Exception in javax.jcr
Exception thrown by methods of Item, Node and Workspace when an item is not found.
ItemNotFoundException() - Constructor for exception javax.jcr.ItemNotFoundException
Constructs a new instance of this class with null as its detail message.
ItemNotFoundException(String) - Constructor for exception javax.jcr.ItemNotFoundException
Constructs a new instance of this class with the specified detail message.
ItemNotFoundException(String, Throwable) - Constructor for exception javax.jcr.ItemNotFoundException
Constructs a new instance of this class with the specified detail message and root cause.
ItemNotFoundException(Throwable) - Constructor for exception javax.jcr.ItemNotFoundException
Constructs a new instance of this class with the specified root cause.
ItemVisitor - Interface in javax.jcr
This interface defines two signatures of the visit method; one taking a Node, the other a Property.

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.