Uses of Package
javax.jcr

Packages that use javax.jcr
com.jeceira   
com.jeceira.config   
com.jeceira.item   
com.jeceira.item.proxy   
com.jeceira.item.state   
com.jeceira.iterator   
com.jeceira.nodetype   
com.jeceira.nodetype.constraints   
com.jeceira.nodetype.filter   
com.jeceira.observation   
com.jeceira.persistence   
com.jeceira.persistence.hsqldb   
com.jeceira.persistence.info   
com.jeceira.repository   
com.jeceira.session   
com.jeceira.syntax   
com.jeceira.value   
com.jeceira.xml   
info.magnolia.jeceira   
javax.jcr Provides interfaces and classes for the Content Repository for Java Technology (JCR). 
javax.jcr.lock Provides interfaces and classes for JCR locking functionality. 
javax.jcr.nodetype Provides interfaces and classes for JCR node type functionality. 
javax.jcr.observation Provides interfaces and classes for JCR event observation functionality. 
javax.jcr.query Provides interfaces and classes for JCR searching functionality. 
javax.jcr.util Provides utility classes for JCR. 
javax.jcr.version Provides interfaces and classes for JCR versioning functionality. 
 

Classes in javax.jcr used by com.jeceira
RepositoryException
          Main exception thrown by classes in this package.
 

Classes in javax.jcr used by com.jeceira.config
AccessDeniedException
          Exception thrown by access-related methods.
NamespaceException
          Exception thrown by Session.setNamespacePrefix(String prefix, String uri) if the specified uri is not registered in the NamespaceRegistry
NamespaceRegistry
          NamespaceRegistry represents the global persistent namespace registry of the JCR Repository.
RepositoryException
          Main exception thrown by classes in this package.
UnsupportedRepositoryOperationException
          Thrown by methods that are not supported by a particluar implementation
 

Classes in javax.jcr used by com.jeceira.item
ItemExistsException
          An exception thrown when an attempt is made to place an item in a position where another item already exists.
Node
          The Node interface represents a node in the hierarchy that makes up the repository.
Property
          A Property object represents the smallest granularity of content storage.
RepositoryException
          Main exception thrown by classes in this package.
Value
          A generic holder for the value of a property.
ValueFormatException
          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.
 

Classes in javax.jcr used by com.jeceira.item.proxy
AccessDeniedException
          Exception thrown by access-related methods.
InvalidItemStateException
          Exception thrown by the write methods of Node and Property and by save and refresh if an attempted change would conflict with a change to the persistent workspace made through another Session.
Item
          The Item is the base interface of Node and Property.
ItemExistsException
          An exception thrown when an attempt is made to place an item in a position where another item already exists.
ItemNotFoundException
          Exception thrown by methods of Item, Node and Workspace when an item is not found.
ItemVisitor
          This interface defines two signatures of the visit method; one taking a Node, the other a Property.
Node
          The Node interface represents a node in the hierarchy that makes up the repository.
NodeIterator
          Allows easy iteration through a list of Nodes with nextNode as well as a skip method inherited from RangeIterator.
NoSuchWorkspaceException
          Exception thrown by Repository.login(Credentials, String) when a specific workspace is not found.
PathNotFoundException
          Exception thrown when no Item exists at the specified path or when the specified path implies intermediary Nodes that do not exist.
Property
          A Property object represents the smallest granularity of content storage.
PropertyIterator
          Allows easy iteration through a list of Propertys with nextProperty as well as a skip method.
ReferentialIntegrityException
          Exception thrown on referential integrity violation.
RepositoryException
          Main exception thrown by classes in this package.
Session
          The Session object provides read and (in level 2) write access to the content of a particular workspace in the repository.
UnsupportedRepositoryOperationException
          Thrown by methods that are not supported by a particluar implementation
Value
          A generic holder for the value of a property.
ValueFormatException
          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.
 

Classes in javax.jcr used by com.jeceira.item.state
RepositoryException
          Main exception thrown by classes in this package.
 

Classes in javax.jcr used by com.jeceira.iterator
Item
          The Item is the base interface of Node and Property.
Node
          The Node interface represents a node in the hierarchy that makes up the repository.
NodeIterator
          Allows easy iteration through a list of Nodes with nextNode as well as a skip method inherited from RangeIterator.
Property
          A Property object represents the smallest granularity of content storage.
PropertyIterator
          Allows easy iteration through a list of Propertys with nextProperty as well as a skip method.
RangeIterator
          Extends Iterator with the skip, getSize and getPosition methods.
RepositoryException
          Main exception thrown by classes in this package.
 

Classes in javax.jcr used by com.jeceira.nodetype
ItemExistsException
          An exception thrown when an attempt is made to place an item in a position where another item already exists.
NamespaceException
          Exception thrown by Session.setNamespacePrefix(String prefix, String uri) if the specified uri is not registered in the NamespaceRegistry
RangeIterator
          Extends Iterator with the skip, getSize and getPosition methods.
RepositoryException
          Main exception thrown by classes in this package.
Value
          A generic holder for the value of a property.
 

Classes in javax.jcr used by com.jeceira.nodetype.constraints
NamespaceRegistry
          NamespaceRegistry represents the global persistent namespace registry of the JCR Repository.
RepositoryException
          Main exception thrown by classes in this package.
Value
          A generic holder for the value of a property.
 

Classes in javax.jcr used by com.jeceira.nodetype.filter
Value
          A generic holder for the value of a property.
 

Classes in javax.jcr used by com.jeceira.observation
RangeIterator
          Extends Iterator with the skip, getSize and getPosition methods.
RepositoryException
          Main exception thrown by classes in this package.
 

Classes in javax.jcr used by com.jeceira.persistence
NamespaceRegistry
          NamespaceRegistry represents the global persistent namespace registry of the JCR Repository.
RepositoryException
          Main exception thrown by classes in this package.
 

Classes in javax.jcr used by com.jeceira.persistence.hsqldb
NamespaceException
          Exception thrown by Session.setNamespacePrefix(String prefix, String uri) if the specified uri is not registered in the NamespaceRegistry
NamespaceRegistry
          NamespaceRegistry represents the global persistent namespace registry of the JCR Repository.
RepositoryException
          Main exception thrown by classes in this package.
UnsupportedRepositoryOperationException
          Thrown by methods that are not supported by a particluar implementation
 

Classes in javax.jcr used by com.jeceira.persistence.info
RepositoryException
          Main exception thrown by classes in this package.
ValueFormatException
          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.
 

Classes in javax.jcr used by com.jeceira.repository
Credentials
          Interface for all credentials that may be passed to the Repository.login(Credentials credentials, String workspaceName) method.
LoginException
          Exception thrown by Repository.login(Credentials, String) and Session.impersonate(Credentials) if the specified credentials are invalid.
NamespaceRegistry
          NamespaceRegistry represents the global persistent namespace registry of the JCR Repository.
NoSuchWorkspaceException
          Exception thrown by Repository.login(Credentials, String) when a specific workspace is not found.
Repository
          The entry point into the content repository.
RepositoryException
          Main exception thrown by classes in this package.
Session
          The Session object provides read and (in level 2) write access to the content of a particular workspace in the repository.
 

Classes in javax.jcr used by com.jeceira.session
AccessDeniedException
          Exception thrown by access-related methods.
Credentials
          Interface for all credentials that may be passed to the Repository.login(Credentials credentials, String workspaceName) method.
InvalidItemStateException
          Exception thrown by the write methods of Node and Property and by save and refresh if an attempted change would conflict with a change to the persistent workspace made through another Session.
InvalidSerializedDataException
          Exception thrown by the deserialization methods of Session if the serialized data being input has an invalid format.
Item
          The Item is the base interface of Node and Property.
ItemExistsException
          An exception thrown when an attempt is made to place an item in a position where another item already exists.
ItemNotFoundException
          Exception thrown by methods of Item, Node and Workspace when an item is not found.
LoginException
          Exception thrown by Repository.login(Credentials, String) and Session.impersonate(Credentials) if the specified credentials are invalid.
NamespaceException
          Exception thrown by Session.setNamespacePrefix(String prefix, String uri) if the specified uri is not registered in the NamespaceRegistry
NamespaceRegistry
          NamespaceRegistry represents the global persistent namespace registry of the JCR Repository.
Node
          The Node interface represents a node in the hierarchy that makes up the repository.
NoSuchWorkspaceException
          Exception thrown by Repository.login(Credentials, String) when a specific workspace is not found.
PathNotFoundException
          Exception thrown when no Item exists at the specified path or when the specified path implies intermediary Nodes that do not exist.
Repository
          The entry point into the content repository.
RepositoryException
          Main exception thrown by classes in this package.
Session
          The Session object provides read and (in level 2) write access to the content of a particular workspace in the repository.
UnsupportedRepositoryOperationException
          Thrown by methods that are not supported by a particluar implementation
ValueFactory
          The ValueFactory object provides methods for the creation Value objects that can then be used to set properties.
Workspace
          The Workspace object represents a "view" of an actual repository workspace entity as seen through the authorization settings of its associated Session.
 

Classes in javax.jcr used by com.jeceira.syntax
NamespaceException
          Exception thrown by Session.setNamespacePrefix(String prefix, String uri) if the specified uri is not registered in the NamespaceRegistry
NamespaceRegistry
          NamespaceRegistry represents the global persistent namespace registry of the JCR Repository.
PathNotFoundException
          Exception thrown when no Item exists at the specified path or when the specified path implies intermediary Nodes that do not exist.
RepositoryException
          Main exception thrown by classes in this package.
 

Classes in javax.jcr used by com.jeceira.value
NamespaceException
          Exception thrown by Session.setNamespacePrefix(String prefix, String uri) if the specified uri is not registered in the NamespaceRegistry
NamespaceRegistry
          NamespaceRegistry represents the global persistent namespace registry of the JCR Repository.
Node
          The Node interface represents a node in the hierarchy that makes up the repository.
RepositoryException
          Main exception thrown by classes in this package.
Value
          A generic holder for the value of a property.
ValueFactory
          The ValueFactory object provides methods for the creation Value objects that can then be used to set properties.
ValueFormatException
          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.
 

Classes in javax.jcr used by com.jeceira.xml
ItemVisitor
          This interface defines two signatures of the visit method; one taking a Node, the other a Property.
Node
          The Node interface represents a node in the hierarchy that makes up the repository.
Property
          A Property object represents the smallest granularity of content storage.
RepositoryException
          Main exception thrown by classes in this package.
 

Classes in javax.jcr used by info.magnolia.jeceira
Repository
          The entry point into the content repository.
RepositoryException
          Main exception thrown by classes in this package.
Workspace
          The Workspace object represents a "view" of an actual repository workspace entity as seen through the authorization settings of its associated Session.
 

Classes in javax.jcr used by javax.jcr
AccessDeniedException
          Exception thrown by access-related methods.
Credentials
          Interface for all credentials that may be passed to the Repository.login(Credentials credentials, String workspaceName) method.
InvalidItemStateException
          Exception thrown by the write methods of Node and Property and by save and refresh if an attempted change would conflict with a change to the persistent workspace made through another Session.
InvalidSerializedDataException
          Exception thrown by the deserialization methods of Session if the serialized data being input has an invalid format.
Item
          The Item is the base interface of Node and Property.
ItemExistsException
          An exception thrown when an attempt is made to place an item in a position where another item already exists.
ItemNotFoundException
          Exception thrown by methods of Item, Node and Workspace when an item is not found.
ItemVisitor
          This interface defines two signatures of the visit method; one taking a Node, the other a Property.
LoginException
          Exception thrown by Repository.login(Credentials, String) and Session.impersonate(Credentials) if the specified credentials are invalid.
NamespaceException
          Exception thrown by Session.setNamespacePrefix(String prefix, String uri) if the specified uri is not registered in the NamespaceRegistry
NamespaceRegistry
          NamespaceRegistry represents the global persistent namespace registry of the JCR Repository.
Node
          The Node interface represents a node in the hierarchy that makes up the repository.
NodeIterator
          Allows easy iteration through a list of Nodes with nextNode as well as a skip method inherited from RangeIterator.
NoSuchWorkspaceException
          Exception thrown by Repository.login(Credentials, String) when a specific workspace is not found.
PathNotFoundException
          Exception thrown when no Item exists at the specified path or when the specified path implies intermediary Nodes that do not exist.
Property
          A Property object represents the smallest granularity of content storage.
PropertyIterator
          Allows easy iteration through a list of Propertys with nextProperty as well as a skip method.
RangeIterator
          Extends Iterator with the skip, getSize and getPosition methods.
ReferentialIntegrityException
          Exception thrown on referential integrity violation.
Repository
          The entry point into the content repository.
RepositoryException
          Main exception thrown by classes in this package.
Session
          The Session object provides read and (in level 2) write access to the content of a particular workspace in the repository.
UnsupportedRepositoryOperationException
          Thrown by methods that are not supported by a particluar implementation
Value
          A generic holder for the value of a property.
ValueFactory
          The ValueFactory object provides methods for the creation Value objects that can then be used to set properties.
ValueFormatException
          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.
Workspace
          The Workspace object represents a "view" of an actual repository workspace entity as seen through the authorization settings of its associated Session.
 

Classes in javax.jcr used by javax.jcr.lock
Node
          The Node interface represents a node in the hierarchy that makes up the repository.
RepositoryException
          Main exception thrown by classes in this package.
 

Classes in javax.jcr used by javax.jcr.nodetype
RangeIterator
          Extends Iterator with the skip, getSize and getPosition methods.
RepositoryException
          Main exception thrown by classes in this package.
Value
          A generic holder for the value of a property.
 

Classes in javax.jcr used by javax.jcr.observation
RangeIterator
          Extends Iterator with the skip, getSize and getPosition methods.
RepositoryException
          Main exception thrown by classes in this package.
 

Classes in javax.jcr used by javax.jcr.query
ItemExistsException
          An exception thrown when an attempt is made to place an item in a position where another item already exists.
ItemNotFoundException
          Exception thrown by methods of Item, Node and Workspace when an item is not found.
Node
          The Node interface represents a node in the hierarchy that makes up the repository.
NodeIterator
          Allows easy iteration through a list of Nodes with nextNode as well as a skip method inherited from RangeIterator.
PathNotFoundException
          Exception thrown when no Item exists at the specified path or when the specified path implies intermediary Nodes that do not exist.
RangeIterator
          Extends Iterator with the skip, getSize and getPosition methods.
RepositoryException
          Main exception thrown by classes in this package.
UnsupportedRepositoryOperationException
          Thrown by methods that are not supported by a particluar implementation
Value
          A generic holder for the value of a property.
 

Classes in javax.jcr used by javax.jcr.util
ItemVisitor
          This interface defines two signatures of the visit method; one taking a Node, the other a Property.
Node
          The Node interface represents a node in the hierarchy that makes up the repository.
Property
          A Property object represents the smallest granularity of content storage.
RepositoryException
          Main exception thrown by classes in this package.
 

Classes in javax.jcr used by javax.jcr.version
AccessDeniedException
          Exception thrown by access-related methods.
Item
          The Item is the base interface of Node and Property.
Node
          The Node interface represents a node in the hierarchy that makes up the repository.
RangeIterator
          Extends Iterator with the skip, getSize and getPosition methods.
ReferentialIntegrityException
          Exception thrown on referential integrity violation.
RepositoryException
          Main exception thrown by classes in this package.
UnsupportedRepositoryOperationException
          Thrown by methods that are not supported by a particluar implementation
 



Copyright © 2005 Aparzev Software Ltd. All Rights Reserved.