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

A

AbstractItem - Class in org.apache.jackrabbit.commons
Abstract base class for implementing the JCR Item interface.
AbstractItem() - Constructor for class org.apache.jackrabbit.commons.AbstractItem
 
AbstractNamespaceResolver - Class in org.apache.jackrabbit.name
Deprecated. Use the AbstractNamespaceResolver class from the org.apache.jackrabbit.spi.commons.namespace package of the jackrabbit-spi-commons component.
AbstractNamespaceResolver() - Constructor for class org.apache.jackrabbit.name.AbstractNamespaceResolver
Deprecated. Creates a AbstractNamespaceResolver without listener support.
AbstractNamespaceResolver(boolean) - Constructor for class org.apache.jackrabbit.name.AbstractNamespaceResolver
Deprecated. Creates a AbstractNamespaceResolver with listener support if supportListeners is set to true.
AbstractNode - Class in org.apache.jackrabbit.commons
Abstract base class for implementing the JCR Node interface.
AbstractNode() - Constructor for class org.apache.jackrabbit.commons.AbstractNode
 
AbstractProperty - Class in org.apache.jackrabbit.commons
Abstract base class for implementing the JCR Property interface.
AbstractProperty() - Constructor for class org.apache.jackrabbit.commons.AbstractProperty
 
AbstractRepository - Class in org.apache.jackrabbit.commons
Abstract base class for implementing the JCR Repository interface.
AbstractRepository() - Constructor for class org.apache.jackrabbit.commons.AbstractRepository
 
AbstractSession - Class in org.apache.jackrabbit.commons
Abstract base class for implementing the JCR Session interface.
AbstractSession() - Constructor for class org.apache.jackrabbit.commons.AbstractSession
 
AbstractWorkspace - Class in org.apache.jackrabbit.commons
Abstract base class for implementing the JCR Workspace interface.
AbstractWorkspace() - Constructor for class org.apache.jackrabbit.commons.AbstractWorkspace
 
accept(ItemVisitor) - Method in class org.apache.jackrabbit.commons.AbstractNode
Accepts the given item visitor.
accept(ItemVisitor) - Method in class org.apache.jackrabbit.commons.AbstractProperty
Accepts the given item visitor.
add(Object) - Method in class org.apache.jackrabbit.util.WeakIdentityCollection
Adds object o to this collection.
addAll(Path.PathElement[]) - Method in class org.apache.jackrabbit.name.Path.PathBuilder
Deprecated. Adds the given elemenets
addAll(Collection) - Method in class org.apache.jackrabbit.util.WeakIdentityCollection
 
addAttribute(String, String, String) - Method in class org.apache.jackrabbit.commons.xml.Exporter
Adds the given attribute to be included in the next element.
addContent(String, Predicate) - Method in class org.apache.jackrabbit.commons.packaging.FilterContentPackage
 
addContent(String[], Predicate) - Method in class org.apache.jackrabbit.commons.packaging.FilterContentPackage
 
addFirst(Path.PathElement) - Method in class org.apache.jackrabbit.name.Path.PathBuilder
Deprecated. Inserts the element at the beginning of the path to be built.
addFirst(QName) - Method in class org.apache.jackrabbit.name.Path.PathBuilder
Deprecated. Inserts the element at the beginning of the path to be built.
addFirst(QName, int) - Method in class org.apache.jackrabbit.name.Path.PathBuilder
Deprecated. Inserts the element at the beginning of the path to be built.
addLast(Path.PathElement) - Method in class org.apache.jackrabbit.name.Path.PathBuilder
Deprecated. Inserts the element at the end of the path to be built.
addLast(QName) - Method in class org.apache.jackrabbit.name.Path.PathBuilder
Deprecated. Inserts the element at the end of the path to be built.
addLast(QName, int) - Method in class org.apache.jackrabbit.name.Path.PathBuilder
Deprecated. Inserts the element at the end of the path to be built.
addListener(NamespaceListener) - Method in class org.apache.jackrabbit.name.AbstractNamespaceResolver
Deprecated. Registers listener to get notifications when namespace mappings change.
addNamespace(String, String) - Method in class org.apache.jackrabbit.commons.xml.Exporter
Adds the given namespace to the export.
addNamespace(String, String) - Method in class org.apache.jackrabbit.util.name.NamespaceAdder
Deprecated.  
addNamespaces(NamespaceMapping) - Method in class org.apache.jackrabbit.util.name.NamespaceAdder
Deprecated.  
addRoot() - Method in class org.apache.jackrabbit.name.Path.PathBuilder
Deprecated. Adds the Path.ROOT_ELEMENT.
array() - Method in interface org.apache.jackrabbit.commons.json.JsonHandler
Recieve notification about the start of an JSON array.
available() - Method in class org.apache.jackrabbit.util.LazyFileInputStream

B

Base64 - Class in org.apache.jackrabbit.util
Base64 provides Base64 encoding/decoding of strings and streams.
BaseException - Exception in org.apache.jackrabbit
Deprecated.  
BaseException(String) - Constructor for exception org.apache.jackrabbit.BaseException
Deprecated. Constructs a new instance of this class with the specified detail message.
BaseException(String, Throwable) - Constructor for exception org.apache.jackrabbit.BaseException
Deprecated. Constructs a new instance of this class with the specified detail message and root cause.
BaseValue - Class in org.apache.jackrabbit.value
This class is the superclass of the type-specific classes implementing the Value interfaces.
BinaryValue - Class in org.apache.jackrabbit.value
A BinaryValue provides an implementation of the Value interface representing a binary value.
BinaryValue(String) - Constructor for class org.apache.jackrabbit.value.BinaryValue
Constructs a BinaryValue object based on a string.
BinaryValue(InputStream) - Constructor for class org.apache.jackrabbit.value.BinaryValue
Constructs a BinaryValue object based on a stream.
BinaryValue(byte[]) - Constructor for class org.apache.jackrabbit.value.BinaryValue
Constructs a BinaryValue object based on a stream.
BooleanValue - Class in org.apache.jackrabbit.value
A BooleanValue provides an implementation of the Value interface representing a boolean value.
BooleanValue(Boolean) - Constructor for class org.apache.jackrabbit.value.BooleanValue
Constructs a BooleanValue object representing a boolean.
BooleanValue(boolean) - Constructor for class org.apache.jackrabbit.value.BooleanValue
Constructs a BooleanValue object representing a boolean.
breadthFirst - Variable in class org.apache.jackrabbit.commons.visitor.FilteringItemVisitor
indicates if traversal should be done in a breadth-first manner rather than depth-first (which is the default)

C

cacheName(String, QName) - Method in interface org.apache.jackrabbit.name.NameCache
Deprecated. Puts a name into the cache.
CachingNameResolver - Class in org.apache.jackrabbit.name
Deprecated. Use the CachingNameResolver class from the org.apache.jackrabbit.spi.commons.conversion package of the jackrabbit-spi-commons component.
CachingNameResolver(NameResolver, GenerationalCache) - Constructor for class org.apache.jackrabbit.name.CachingNameResolver
Deprecated. Creates a caching decorator for the given name resolver.
CachingNameResolver(NameResolver) - Constructor for class org.apache.jackrabbit.name.CachingNameResolver
Deprecated. Creates a caching decorator for the given name resolver.
CachingPathResolver - Class in org.apache.jackrabbit.name
Deprecated. Use the CachingPathResolver class from the org.apache.jackrabbit.spi.commons.conversion package of the jackrabbit-spi-commons component.
CachingPathResolver(PathResolver, GenerationalCache) - Constructor for class org.apache.jackrabbit.name.CachingPathResolver
Deprecated. Creates a caching decorator for the given path resolver.
CachingPathResolver(PathResolver) - Constructor for class org.apache.jackrabbit.name.CachingPathResolver
Deprecated. Creates a caching decorator for the given path resolver.
calcEncodedLength(long) - Static method in class org.apache.jackrabbit.util.Base64
Calculates the size (i.e.
cancel() - Method in class org.apache.jackrabbit.util.Timer
Terminates this timer, discarding any currently scheduled tasks.
cancel() - Method in class org.apache.jackrabbit.util.Timer.Task
 
characters(char[], int, int) - Method in class org.apache.jackrabbit.commons.xml.DefaultContentHandler
Delegated to DefaultContentHandler.handler.
characters(char[], int, int) - Method in class org.apache.jackrabbit.commons.xml.Exporter
Emits a characters event with the given character content.
characters(char[], int, int) - Method in class org.apache.jackrabbit.commons.xml.ProxyContentHandler
Delegated to ProxyContentHandler.handler.
characters(char[], int, int) - Method in class org.apache.jackrabbit.commons.xml.ToXmlContentHandler
Escapes and outputs the given characters.
checkFormat(String) - Static method in class org.apache.jackrabbit.name.NameFormat
Deprecated. Checks if jcrName is a valid JCR-style name.
checkFormat(String) - Static method in class org.apache.jackrabbit.name.Path
Deprecated. Use PathFormat.checkFormat(String) instead.
checkFormat(String) - Static method in class org.apache.jackrabbit.name.PathFormat
Deprecated. Checks if jcrPath is a valid JCR-style absolute or relative path.
checkFormat(String) - Static method in class org.apache.jackrabbit.name.QName
Deprecated. Use NameFormat.checkFormat(String) instead.
checkForNextNode() - Method in class org.apache.jackrabbit.commons.packaging.FilterContentPackage.FilteringIterator
 
ChildrenCollector - Class in org.apache.jackrabbit.util
ChildrenCollector is a utility class which can be used to 'collect' child elements of a node.
ChildrenCollector(Collection, boolean, boolean, int) - Constructor for class org.apache.jackrabbit.util.ChildrenCollector
Constructs a ChildrenCollector
ChildrenCollectorFilter - Class in org.apache.jackrabbit.util
ChildrenCollectorFilter is a utility class which can be used to 'collect' child items of a node whose names match a certain pattern.
ChildrenCollectorFilter(String, Collection, boolean, boolean, int) - Constructor for class org.apache.jackrabbit.util.ChildrenCollectorFilter
Constructs a ChildrenCollectorFilter
clear() - Method in class org.apache.jackrabbit.util.WeakIdentityCollection
Releases all references held by this collection.
CLOCK_SEQ_HI_AND_RESERVED_BYTE_8 - Static variable in interface org.apache.jackrabbit.uuid.Constants
Deprecated. Byte position of the clock sequence and reserved field
clone() - Method in class org.apache.jackrabbit.name.QName
Deprecated. Creates a clone of this qualified name.
close() - Method in class org.apache.jackrabbit.util.LazyFileInputStream
compareTo(Object) - Method in class org.apache.jackrabbit.name.QName
Deprecated. Compares two qualified names.
compareTo(Object) - Method in class org.apache.jackrabbit.uuid.UUID
Deprecated. Compares two UUIDs.
computeRelativePath(Path) - Method in class org.apache.jackrabbit.name.Path
Deprecated. Computes the relative path from this absolute path to other.
Constants - Interface in org.apache.jackrabbit.uuid
Deprecated. This class will be removed in Jackrabbit 2.0.
contains(Object) - Method in class org.apache.jackrabbit.util.WeakIdentityCollection
Returns true if this collection contains o.
containsAll(Collection) - Method in class org.apache.jackrabbit.util.WeakIdentityCollection
 
content - Variable in class org.apache.jackrabbit.commons.packaging.FilterContentPackage
 
content - Variable in class org.apache.jackrabbit.commons.packaging.FilterContentPackage.FilteringIterator
The content we will iterate over.
contentIndex - Variable in class org.apache.jackrabbit.commons.packaging.FilterContentPackage.FilteringIterator
 
ContentPackage - Interface in org.apache.jackrabbit.commons.packaging
 
ContentPackageExporter - Interface in org.apache.jackrabbit.commons.packaging
 
convert(String, int) - Static method in class org.apache.jackrabbit.value.ValueHelper
Deprecated. Use ValueHelper.convert(String, int, ValueFactory) instead.
convert(String, int, ValueFactory) - Static method in class org.apache.jackrabbit.value.ValueHelper
 
convert(InputStream, int) - Static method in class org.apache.jackrabbit.value.ValueHelper
Deprecated. Use ValueHelper.convert(InputStream, int, ValueFactory) instead.
convert(InputStream, int, ValueFactory) - Static method in class org.apache.jackrabbit.value.ValueHelper
 
convert(String[], int) - Static method in class org.apache.jackrabbit.value.ValueHelper
Deprecated. Use ValueHelper.convert(String[], int, ValueFactory) instead.
convert(String[], int, ValueFactory) - Static method in class org.apache.jackrabbit.value.ValueHelper
Same as ValueHelper.convert(String[], int, ValueFactory) using ValueFactoryImpl.
convert(InputStream[], int, ValueFactory) - Static method in class org.apache.jackrabbit.value.ValueHelper
 
convert(Value[], int) - Static method in class org.apache.jackrabbit.value.ValueHelper
Deprecated. Use ValueHelper.convert(Value[], int, ValueFactory) instead.
convert(Value[], int, ValueFactory) - Static method in class org.apache.jackrabbit.value.ValueHelper
 
convert(Value, int) - Static method in class org.apache.jackrabbit.value.ValueHelper
Deprecated. Use ValueHelper.convert(Value, int, ValueFactory) instead.
convert(Value, int, ValueFactory) - Static method in class org.apache.jackrabbit.value.ValueHelper
Converts the given value to a value of the specified target type.
copy(Value) - Static method in class org.apache.jackrabbit.value.ValueHelper
Deprecated. Use ValueHelper.copy(Value, ValueFactory) instead.
copy(Value, ValueFactory) - Static method in class org.apache.jackrabbit.value.ValueHelper
 
copy(Value[]) - Static method in class org.apache.jackrabbit.value.ValueHelper
Deprecated. Use ValueHelper.copy(Value[], ValueFactory) instead.
copy(Value[], ValueFactory) - Static method in class org.apache.jackrabbit.value.ValueHelper
 
create(String, NamespaceResolver, boolean) - Static method in class org.apache.jackrabbit.name.Path
Deprecated. Use PathFormat#parse(String, NamespaceResolver)} instead.
create(Path, String, NamespaceResolver, boolean) - Static method in class org.apache.jackrabbit.name.Path
Deprecated. Use PathFormat.parse(Path, String, NamespaceResolver) instead.
create(Path, Path, boolean) - Static method in class org.apache.jackrabbit.name.Path
Deprecated. Creates a new Path out of the given parent path string and the given relative path string.
create(Path, QName, boolean) - Static method in class org.apache.jackrabbit.name.Path
Deprecated. Creates a new Path out of the given parent path string and the give name.
create(Path, QName, int, boolean) - Static method in class org.apache.jackrabbit.name.Path
Deprecated. Creates a new Path out of the given parent path and the give name and index.
create(QName, int) - Static method in class org.apache.jackrabbit.name.Path
Deprecated. Creates a relative path based on a QName and an index.
create(QName) - Static method in class org.apache.jackrabbit.name.Path.PathElement
Deprecated. Creates a path element with the given qualified name.
create(QName, int) - Static method in class org.apache.jackrabbit.name.Path.PathElement
Deprecated. Same as Path.PathElement.create(QName) except that an explicit index can be specified.
createTransientFile(String, String, File) - Method in class org.apache.jackrabbit.util.TransientFileFactory
Same as File.createTempFile(String, String, File) except that the newly-created file will be automatically deleted once the returned File object has been gc'ed.
createValue(boolean) - Method in class org.apache.jackrabbit.value.ValueFactoryImpl
createValue(Calendar) - Method in class org.apache.jackrabbit.value.ValueFactoryImpl
createValue(double) - Method in class org.apache.jackrabbit.value.ValueFactoryImpl
createValue(InputStream) - Method in class org.apache.jackrabbit.value.ValueFactoryImpl
createValue(long) - Method in class org.apache.jackrabbit.value.ValueFactoryImpl
createValue(Node) - Method in class org.apache.jackrabbit.value.ValueFactoryImpl
createValue(String) - Method in class org.apache.jackrabbit.value.ValueFactoryImpl
createValue(String, int) - Method in class org.apache.jackrabbit.value.ValueFactoryImpl
CURRENT_ELEMENT - Static variable in class org.apache.jackrabbit.name.Path
Deprecated. the 'current' element.
currentLevel - Variable in class org.apache.jackrabbit.commons.visitor.FilteringItemVisitor
used to track hierarchy level of item currently being processed
currentQueue - Variable in class org.apache.jackrabbit.commons.visitor.FilteringItemVisitor
queues used to implement breadth-first traversal

D

DateValue - Class in org.apache.jackrabbit.value
A DateValue provides an implementation of the Value interface representing a date value.
DateValue(Calendar) - Constructor for class org.apache.jackrabbit.value.DateValue
Constructs a DateValue object representing a date.
DeclaringTypePredicate - Class in org.apache.jackrabbit.commons.predicate
Filter that checks the declared type of an item
DeclaringTypePredicate(String, boolean, int, int) - Constructor for class org.apache.jackrabbit.commons.predicate.DeclaringTypePredicate
Creates a new filter for the given nodetype and flags.
DeclaringTypePredicate(String, boolean) - Constructor for class org.apache.jackrabbit.commons.predicate.DeclaringTypePredicate
Creates a new filter for the given nodetype and flags
decode(Reader, OutputStream) - Static method in class org.apache.jackrabbit.util.Base64
Decode base64 encoded data.
decode(InputStream, OutputStream) - Static method in class org.apache.jackrabbit.util.Base64
Decode base64 encoded data.
decode(String, OutputStream) - Static method in class org.apache.jackrabbit.util.Base64
Decode base64 encoded data.
decode(char[], OutputStream) - Static method in class org.apache.jackrabbit.util.Base64
Decode base64 encoded data.
decode(char[], int, int, OutputStream) - Static method in class org.apache.jackrabbit.util.Base64
Decode base64 encoded data.
decode(QName) - Static method in class org.apache.jackrabbit.util.ISO9075
Decodes the name.
decode(String) - Static method in class org.apache.jackrabbit.util.ISO9075
Decodes the name.
DEFAULT_ENCODING - Static variable in class org.apache.jackrabbit.value.BaseValue
 
DefaultContentHandler - Class in org.apache.jackrabbit.commons.xml
Adapter class for exposing a ContentHandler instance as DefaultHandler object.
DefaultContentHandler(ContentHandler) - Constructor for class org.apache.jackrabbit.commons.xml.DefaultContentHandler
Creates a DefaultHandler adapter for the given content handler.
denotesCurrent() - Method in class org.apache.jackrabbit.name.Path.CurrentElement
Deprecated. Returns true.
denotesCurrent() - Method in class org.apache.jackrabbit.name.Path.NameElement
Deprecated. Returns false.
denotesCurrent() - Method in class org.apache.jackrabbit.name.Path.ParentElement
Deprecated. Returns false.
denotesCurrent() - Method in class org.apache.jackrabbit.name.Path.PathElement
Deprecated. Returns true if this element denotes the current ('.') element, otherwise returns false.
denotesCurrent() - Method in class org.apache.jackrabbit.name.Path.RootElement
Deprecated. Returns false.
denotesName() - Method in class org.apache.jackrabbit.name.Path.CurrentElement
Deprecated. Returns false.
denotesName() - Method in class org.apache.jackrabbit.name.Path.NameElement
Deprecated. Returns true.
denotesName() - Method in class org.apache.jackrabbit.name.Path.ParentElement
Deprecated. Returns false.
denotesName() - Method in class org.apache.jackrabbit.name.Path.PathElement
Deprecated. Returns true if this element represents a regular name (i.e.
denotesName() - Method in class org.apache.jackrabbit.name.Path.RootElement
Deprecated. Returns false.
denotesParent() - Method in class org.apache.jackrabbit.name.Path.CurrentElement
Deprecated. Returns false.
denotesParent() - Method in class org.apache.jackrabbit.name.Path.NameElement
Deprecated. Returns false.
denotesParent() - Method in class org.apache.jackrabbit.name.Path.ParentElement
Deprecated. Returns true.
denotesParent() - Method in class org.apache.jackrabbit.name.Path.PathElement
Deprecated. Returns true if this element denotes the parent ('..') element, otherwise returns false.
denotesParent() - Method in class org.apache.jackrabbit.name.Path.RootElement
Deprecated. Returns false.
denotesRoot() - Method in class org.apache.jackrabbit.name.Path.CurrentElement
Deprecated. Returns false.
denotesRoot() - Method in class org.apache.jackrabbit.name.Path
Deprecated. Tests whether this path represents the root path, i.e.
denotesRoot() - Method in class org.apache.jackrabbit.name.Path.NameElement
Deprecated. Returns false.
denotesRoot() - Method in class org.apache.jackrabbit.name.Path.ParentElement
Deprecated. Returns false.
denotesRoot() - Method in class org.apache.jackrabbit.name.Path.PathElement
Deprecated. Returns true if this element denotes the root element, otherwise returns false.
denotesRoot() - Method in class org.apache.jackrabbit.name.Path.RootElement
Deprecated. Returns true.
DepthPredicate - Class in org.apache.jackrabbit.commons.predicate
Implements a filter that filters item according to their (passed) depth.
DepthPredicate(int, int) - Constructor for class org.apache.jackrabbit.commons.predicate.DepthPredicate
Creates a new depth filter for the given depths.
deserialize(String, int, boolean) - Static method in class org.apache.jackrabbit.value.ValueHelper
Deprecated. Use ValueHelper.deserialize(String, int, boolean, ValueFactory) instead.
deserialize(String, int, boolean, ValueFactory) - Static method in class org.apache.jackrabbit.value.ValueHelper
Deserializes the given string to a Value of the given type.
deserialize(Reader, int, boolean) - Static method in class org.apache.jackrabbit.value.ValueHelper
Deprecated. Use ValueHelper.deserialize(Reader, int, boolean, ValueFactory) instead.
deserialize(Reader, int, boolean, ValueFactory) - Static method in class org.apache.jackrabbit.value.ValueHelper
Deserializes the string data read from the given reader to a Value of the given type.
digest(String, String, String) - Static method in class org.apache.jackrabbit.util.Text
Digest the plain string using the given algorithm.
digest(String, byte[]) - Static method in class org.apache.jackrabbit.util.Text
Digest the plain string using the given algorithm.
DocumentViewExporter - Class in org.apache.jackrabbit.commons.xml
Document view exporter.
DocumentViewExporter(Session, ContentHandler, boolean, boolean) - Constructor for class org.apache.jackrabbit.commons.xml.DocumentViewExporter
Creates a document view exporter.
DoubleValue - Class in org.apache.jackrabbit.value
A DoubleValue provides an implementation of the Value interface representing a double value.
DoubleValue(Double) - Constructor for class org.apache.jackrabbit.value.DoubleValue
Constructs a DoubleValue object representing a double.
DoubleValue(double) - Constructor for class org.apache.jackrabbit.value.DoubleValue
Constructs a DoubleValue object representing a double.

E

elementVisited(PathMap.Element) - Method in interface org.apache.jackrabbit.util.PathMap.ElementVisitor
Deprecated. Invoked for every element visited on a tree traversal
EMPTY - Static variable in class org.apache.jackrabbit.commons.iterator.EventIteratorAdapter
Static instance of an empty EventIterator.
EMPTY - Static variable in class org.apache.jackrabbit.commons.iterator.EventListenerIteratorAdapter
Static instance of an empty EventListenerIterator.
EMPTY - Static variable in class org.apache.jackrabbit.commons.iterator.NodeIteratorAdapter
Static instance of an empty NodeIterator.
EMPTY - Static variable in class org.apache.jackrabbit.commons.iterator.NodeTypeIteratorAdapter
Static instance of an empty NodeTypeIterator.
EMPTY - Static variable in class org.apache.jackrabbit.commons.iterator.PropertyIteratorAdapter
Static instance of an empty PropertyIterator.
EMPTY - Static variable in class org.apache.jackrabbit.commons.iterator.RangeIteratorAdapter
Static instance of an empty RangeIterator.
EMPTY - Static variable in class org.apache.jackrabbit.commons.iterator.RowIteratorAdapter
Static instance of an empty RowIterator.
EMPTY - Static variable in class org.apache.jackrabbit.commons.iterator.VersionIteratorAdapter
Static instance of an empty VersionIterator.
EMPTY - Static variable in class org.apache.jackrabbit.util.IteratorHelper
Deprecated.  
EMPTY_ARRAY - Static variable in class org.apache.jackrabbit.name.QName
Deprecated.  
EmptyRepository - Class in org.apache.jackrabbit.commons.repository
An empty repository with no descriptors and no workspaces.
EmptyRepository() - Constructor for class org.apache.jackrabbit.commons.repository.EmptyRepository
 
encode(InputStream, Writer) - Static method in class org.apache.jackrabbit.util.Base64
Outputs base64 representation of the specified stream data to a Writer.
encode(InputStream, OutputStream) - Static method in class org.apache.jackrabbit.util.Base64
Outputs base64 representation of the specified stream data to an OutputStream.
encode(byte[], int, int, Writer) - Static method in class org.apache.jackrabbit.util.Base64
Outputs base64 representation of the specified data to a Writer.
encode(QName) - Static method in class org.apache.jackrabbit.util.ISO9075
Encodes the local part of name as specified in ISO 9075.
encode(String) - Static method in class org.apache.jackrabbit.util.ISO9075
Encodes name as specified in ISO 9075.
encodeIllegalXMLCharacters(String) - Static method in class org.apache.jackrabbit.util.Text
Replaces illegal XML characters in the given string by their corresponding predefined entity references.
encodePath(String) - Static method in class org.apache.jackrabbit.util.ISO9075
Encodes path as specified in ISO 9075.
ENCODING - Static variable in class org.apache.jackrabbit.commons.xml.SerializingContentHandler
The character encoding used for serialization (UTF-8).
endArray() - Method in interface org.apache.jackrabbit.commons.json.JsonHandler
Recieve notification about the end of an JSON array.
endDocument() - Method in class org.apache.jackrabbit.commons.xml.DefaultContentHandler
Delegated to DefaultContentHandler.handler.
endDocument() - Method in class org.apache.jackrabbit.commons.xml.ProxyContentHandler
Delegated to ProxyContentHandler.handler.
endDocument() - Method in class org.apache.jackrabbit.commons.xml.SerializingContentHandler
 
endDocument() - Method in class org.apache.jackrabbit.commons.xml.ToXmlContentHandler
Ends the XML serialization by flushing the output stream.
endElement(String, String, String) - Method in class org.apache.jackrabbit.commons.xml.DefaultContentHandler
Delegated to DefaultContentHandler.handler.
endElement(String, String) - Method in class org.apache.jackrabbit.commons.xml.Exporter
Emits the end element event for an element with the given name.
endElement(String, String, String) - Method in class org.apache.jackrabbit.commons.xml.ProxyContentHandler
Delegated to ProxyContentHandler.handler.
endElement(String, String, String) - Method in class org.apache.jackrabbit.commons.xml.SerializingContentHandler
Receive notification of the end of an element.
endElement(String, String, String) - Method in class org.apache.jackrabbit.commons.xml.ToXmlContentHandler
Outputs the specified end tag.
endObject() - Method in interface org.apache.jackrabbit.commons.json.JsonHandler
Recieve notification about the end of an JSON object.
endPrefixMapping(String) - Method in class org.apache.jackrabbit.commons.xml.DefaultContentHandler
Delegated to DefaultContentHandler.handler.
endPrefixMapping(String) - Method in class org.apache.jackrabbit.commons.xml.ProxyContentHandler
Delegated to ProxyContentHandler.handler.
endPrefixMapping(String) - Method in class org.apache.jackrabbit.commons.xml.SerializingContentHandler
End the scope of a prefix-URI mapping: remove entry from mapping tables.
entering(Property, int) - Method in class org.apache.jackrabbit.commons.visitor.FilteringItemVisitor
Implement this method to add behaviour performed before a Property is visited.
entering(Node, int) - Method in class org.apache.jackrabbit.commons.visitor.FilteringItemVisitor
Implement this method to add behaviour performed before a Node is visited.
entering(Node, int) - Method in class org.apache.jackrabbit.util.ChildrenCollector
entering(Property, int) - Method in class org.apache.jackrabbit.util.ChildrenCollector
entering(Node, int) - Method in class org.apache.jackrabbit.util.ChildrenCollectorFilter
entering(Property, int) - Method in class org.apache.jackrabbit.util.ChildrenCollectorFilter
equals(Object) - Method in class org.apache.jackrabbit.name.Path
Deprecated. Compares the specified object with this path for equality.
equals(Object) - Method in class org.apache.jackrabbit.name.Path.PathElement
Deprecated. Check for path element equality.
equals(Object) - Method in class org.apache.jackrabbit.name.QName
Deprecated. Compares two qualified names for equality.
equals(Object) - Method in class org.apache.jackrabbit.util.name.NamespaceMapping
Deprecated. Override equals()
equals(Object) - Method in class org.apache.jackrabbit.uuid.UUID
Deprecated. Compares two UUID for equality.
equals(Object) - Method in class org.apache.jackrabbit.value.BinaryValue
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in class org.apache.jackrabbit.value.BooleanValue
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in class org.apache.jackrabbit.value.DateValue
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in class org.apache.jackrabbit.value.DoubleValue
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in class org.apache.jackrabbit.value.LongValue
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in class org.apache.jackrabbit.value.NameValue
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in class org.apache.jackrabbit.value.PathValue
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in class org.apache.jackrabbit.value.ReferenceValue
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in class org.apache.jackrabbit.value.StringValue
Indicates whether some other object is "equal to" this one.
escape(String, char) - Static method in class org.apache.jackrabbit.util.Text
Does an URL encoding of the string using the escape character.
escape(String, char, boolean) - Static method in class org.apache.jackrabbit.util.Text
Does an URL encoding of the string using the escape character.
escape(String) - Static method in class org.apache.jackrabbit.util.Text
Does a URL encoding of the string.
escapeIllegalJcrChars(String) - Static method in class org.apache.jackrabbit.util.Text
Escapes all illegal JCR name characters of a string.
escapeIllegalXpathSearchChars(String) - Static method in class org.apache.jackrabbit.util.Text
Escapes all illegal XPath search characters of a string.
escapePath(String) - Static method in class org.apache.jackrabbit.util.Text
Does a URL encoding of the path.
evaluate(Object) - Method in class org.apache.jackrabbit.commons.predicate.DepthPredicate
Matches if the given depth is greater or equal the minimum depth and less or equal the maximum depth and if the call to DepthPredicate.matches(Item) returns true.
evaluate(Object) - Method in class org.apache.jackrabbit.commons.predicate.NtFilePredicate
 
evaluate(Object) - Method in class org.apache.jackrabbit.commons.predicate.PathPredicate
 
evaluate(Object) - Method in interface org.apache.jackrabbit.commons.predicate.Predicate
Evaluates the predicate for the given object.
EventIteratorAdapter - Class in org.apache.jackrabbit.commons.iterator
Adapter class for turning RangeIterators or Iterators into EventIterators.
EventIteratorAdapter(RangeIterator) - Constructor for class org.apache.jackrabbit.commons.iterator.EventIteratorAdapter
Creates an adapter for the given RangeIterator.
EventIteratorAdapter(Iterator) - Constructor for class org.apache.jackrabbit.commons.iterator.EventIteratorAdapter
Creates an adapter for the given Iterator.
EventIteratorAdapter(Collection) - Constructor for class org.apache.jackrabbit.commons.iterator.EventIteratorAdapter
Creates an iterator for the given collection.
EventListenerIteratorAdapter - Class in org.apache.jackrabbit.commons.iterator
Adapter class for turning RangeIterators or Iterators into EventListenerIterators.
EventListenerIteratorAdapter(RangeIterator) - Constructor for class org.apache.jackrabbit.commons.iterator.EventListenerIteratorAdapter
Creates an adapter for the given RangeIterator.
EventListenerIteratorAdapter(Iterator) - Constructor for class org.apache.jackrabbit.commons.iterator.EventListenerIteratorAdapter
Creates an adapter for the given Iterator.
EventListenerIteratorAdapter(Collection) - Constructor for class org.apache.jackrabbit.commons.iterator.EventListenerIteratorAdapter
Creates an iterator for the given collection.
evictAllNames() - Method in interface org.apache.jackrabbit.name.NameCache
Deprecated. Evicts all names from the cache, i.e.
execute(String, Session) - Static method in class org.apache.jackrabbit.commons.query.GQL
Executes the GQL query and returns the result as a row iterator.
execute(String, Session, String) - Static method in class org.apache.jackrabbit.commons.query.GQL
Executes the GQL query and returns the result as a row iterator.
execute(String, Session, String, GQL.Filter) - Static method in class org.apache.jackrabbit.commons.query.GQL
Executes the GQL query and returns the result as a row iterator.
explode(String, int) - Static method in class org.apache.jackrabbit.util.Text
returns an array of strings decomposed of the original string, split at every occurance of 'ch'.
explode(String, int, boolean) - Static method in class org.apache.jackrabbit.util.Text
returns an array of strings decomposed of the original string, split at every occurance of 'ch'.
export(ContentPackage, OutputStream) - Method in interface org.apache.jackrabbit.commons.packaging.ContentPackageExporter
 
export(Node) - Method in class org.apache.jackrabbit.commons.xml.Exporter
Exports the given node by preparing the export and calling the abstract Exporter.exportNode(String, String, Node) method to give control of the export format to a subclass.
exportDocumentView(String, ContentHandler, boolean, boolean) - Method in class org.apache.jackrabbit.commons.AbstractSession
Generates a document view export using a DocumentViewExporter instance.
exportDocumentView(String, OutputStream, boolean, boolean) - Method in class org.apache.jackrabbit.commons.AbstractSession
Calls Session.exportDocumentView(String, ContentHandler, boolean, boolean) with the given arguments and a ContentHandler that serializes SAX events to the given output stream.
Exporter - Class in org.apache.jackrabbit.commons.xml
Abstract base class for document and system view exporters.
Exporter(Session, ContentHandler, boolean, boolean) - Constructor for class org.apache.jackrabbit.commons.xml.Exporter
Creates an exporter instance.
exportNode(String, String, Node) - Method in class org.apache.jackrabbit.commons.xml.DocumentViewExporter
Exports the given node either as XML characters (if it's an xml:text node) or as an XML element with properties mapped to XML attributes.
exportNode(String, String, Node) - Method in class org.apache.jackrabbit.commons.xml.Exporter
Called to export the given node.
exportNode(String, String, Node) - Method in class org.apache.jackrabbit.commons.xml.SystemViewExporter
Exports the given node as an sv:node element.
exportNodes(Node) - Method in class org.apache.jackrabbit.commons.xml.Exporter
Called by Exporter.exportNode(String, String, Node) to recursively call Exporter.exportNode(String, String, Node) for each child node.
exportProperties(Node) - Method in class org.apache.jackrabbit.commons.xml.Exporter
Processes all properties of the given node by calling the abstract Exporter.exportProperty(String, String, Value) and Exporter.exportProperty(String, String, int, Value[]) methods for each property depending on whether the property is single- or multivalued.
exportProperty(String, String, Value) - Method in class org.apache.jackrabbit.commons.xml.DocumentViewExporter
Maps the given single-valued property to an XML attribute.
exportProperty(String, String, int, Value[]) - Method in class org.apache.jackrabbit.commons.xml.DocumentViewExporter
Does nothing.
exportProperty(String, String, Value) - Method in class org.apache.jackrabbit.commons.xml.Exporter
Called by #processProperties(Node) to process a single-valued property.
exportProperty(String, String, int, Value[]) - Method in class org.apache.jackrabbit.commons.xml.Exporter
Called by #processProperties(Node) to process a multivalued property.
exportProperty(String, String, Value) - Method in class org.apache.jackrabbit.commons.xml.SystemViewExporter
Calls SystemViewExporter.exportProperty(String, String, int, Value[]).
exportProperty(String, String, int, Value[]) - Method in class org.apache.jackrabbit.commons.xml.SystemViewExporter
Exports the given property as an sv:property element.
exportSystemView(String, ContentHandler, boolean, boolean) - Method in class org.apache.jackrabbit.commons.AbstractSession
Generates a system view export using a SystemViewExporter instance.
exportSystemView(String, OutputStream, boolean, boolean) - Method in class org.apache.jackrabbit.commons.AbstractSession
Calls Session.exportSystemView(String, ContentHandler, boolean, boolean) with the given arguments and a ContentHandler that serializes SAX events to the given output stream.

F

FilterContentPackage - Class in org.apache.jackrabbit.commons.packaging
 
FilterContentPackage() - Constructor for class org.apache.jackrabbit.commons.packaging.FilterContentPackage
 
FilterContentPackage.Content - Class in org.apache.jackrabbit.commons.packaging
 
FilterContentPackage.Content(String[], Predicate) - Constructor for class org.apache.jackrabbit.commons.packaging.FilterContentPackage.Content
 
FilterContentPackage.FilteringIterator - Class in org.apache.jackrabbit.commons.packaging
 
FilterContentPackage.FilteringIterator(Session, List, boolean) - Constructor for class org.apache.jackrabbit.commons.packaging.FilterContentPackage.FilteringIterator
Creates a new tree walker that uses the given filter as include and traversal filter.
FilteringItemVisitor - Class in org.apache.jackrabbit.commons.visitor
 
FilteringItemVisitor() - Constructor for class org.apache.jackrabbit.commons.visitor.FilteringItemVisitor
 
filterList - Variable in class org.apache.jackrabbit.commons.packaging.FilterContentPackage.Content
 
format(QName, NamespaceResolver) - Static method in class org.apache.jackrabbit.name.NameFormat
Deprecated. Formats the given QName to produce a string representation, i.e.
format(QName[], NamespaceResolver) - Static method in class org.apache.jackrabbit.name.NameFormat
Deprecated. Same as NameFormat.format(QName, NamespaceResolver) except that this method takes an array of QNames and returns an array of corresponding string representations.
format(QName, NamespaceResolver, StringBuffer) - Static method in class org.apache.jackrabbit.name.NameFormat
Deprecated. Same as NameFormat.format(QName, NamespaceResolver) except that this method appends the JCR-style name to the given buffer rather than returning it directly.
format(Path, NamespaceResolver) - Static method in class org.apache.jackrabbit.name.PathFormat
Deprecated. Returns a string representation of the qualified path in the JCR path format.
format(Calendar) - Static method in class org.apache.jackrabbit.util.ISO8601
Formats a Calendar value into an ISO8601-compliant date/time string.
FORMAT_POSITION1 - Static variable in interface org.apache.jackrabbit.uuid.Constants
Deprecated. Insertion point 1 for dashes in the string format
FORMAT_POSITION2 - Static variable in interface org.apache.jackrabbit.uuid.Constants
Deprecated. Insertion point 2 for dashes in the string format
FORMAT_POSITION3 - Static variable in interface org.apache.jackrabbit.uuid.Constants
Deprecated. Insertion point 3 for dashes in the string format
FORMAT_POSITION4 - Static variable in interface org.apache.jackrabbit.uuid.Constants
Deprecated. Insertion point 4 for dashes in the string format
fromJCRName(String, NamespaceResolver) - Static method in class org.apache.jackrabbit.name.QName
Deprecated. Use NameFormat.parse(String, NamespaceResolver) instead.
fromString(String) - Static method in class org.apache.jackrabbit.name.Path.PathElement
Deprecated. Parses the given path element string into a path element object.
fromString(String) - Static method in class org.apache.jackrabbit.uuid.UUID
Deprecated. Parses a string for a UUID.

G

get() - Method in class org.apache.jackrabbit.util.PathMap.Element
Deprecated. Return the object associated with this element
getAbsoluteParent(String, int) - Static method in class org.apache.jackrabbit.util.Text
Returns the nth absolute parent of the path, where n=level.
getAncestor(int) - Method in class org.apache.jackrabbit.commons.AbstractItem
Returns the ancestor of this item at the given depth.
getAncestor(int) - Method in class org.apache.jackrabbit.name.Path
Deprecated. Returns the ancestor path of the specified relative degree.
getAncestorCount() - Method in class org.apache.jackrabbit.name.Path
Deprecated. Returns the number of ancestors of this path.
getBoolean() - Method in class org.apache.jackrabbit.commons.AbstractProperty
Returns the boolean value of this property.
getBoolean() - Method in class org.apache.jackrabbit.value.BaseValue
getBoolean() - Method in class org.apache.jackrabbit.value.BooleanValue
getBoolean() - Method in class org.apache.jackrabbit.value.DateValue
getBoolean() - Method in class org.apache.jackrabbit.value.DoubleValue
getBoolean() - Method in class org.apache.jackrabbit.value.LongValue
getBoolean() - Method in class org.apache.jackrabbit.value.NameValue
getBoolean() - Method in class org.apache.jackrabbit.value.PathValue
getBoolean() - Method in class org.apache.jackrabbit.value.ReferenceValue
getCanonicalPath() - Method in class org.apache.jackrabbit.name.Path
Deprecated. Returns the canonical path representation of this path.
getChildren() - Method in class org.apache.jackrabbit.util.PathMap.Element
Deprecated. Return an iterator over all of this element's children.
getChildrenCount() - Method in class org.apache.jackrabbit.util.PathMap.Element
Deprecated. Return the children count of this element
getDate() - Method in class org.apache.jackrabbit.commons.AbstractProperty
Returns the date value of this property.
getDate() - Method in class org.apache.jackrabbit.value.BaseValue
getDate() - Method in class org.apache.jackrabbit.value.BooleanValue
getDate() - Method in class org.apache.jackrabbit.value.DateValue
getDate() - Method in class org.apache.jackrabbit.value.DoubleValue
getDate() - Method in class org.apache.jackrabbit.value.LongValue
getDate() - Method in class org.apache.jackrabbit.value.NameValue
getDate() - Method in class org.apache.jackrabbit.value.PathValue
getDate() - Method in class org.apache.jackrabbit.value.ReferenceValue
getDepth() - Method in class org.apache.jackrabbit.commons.AbstractItem
Returns the depth of this item.
getDepth() - Method in class org.apache.jackrabbit.name.Path
Deprecated. Returns the depth of this path.
getDepth() - Method in class org.apache.jackrabbit.util.PathMap.Element
Deprecated. Return the depth of this element.
getDescendant(Path, boolean) - Method in class org.apache.jackrabbit.util.PathMap.Element
Deprecated. Map a relPath starting at this Element.
getDescriptor(String) - Method in class org.apache.jackrabbit.commons.repository.EmptyRepository
Returns null since this repository contains no descriptors.
getDescriptor(String) - Method in class org.apache.jackrabbit.commons.repository.ProxyRepository
Returns the descriptor with the given key from the proxied repository.
getDescriptorKeys() - Method in class org.apache.jackrabbit.commons.repository.EmptyRepository
Returns an empty array since this repository contains no descriptors.
getDescriptorKeys() - Method in class org.apache.jackrabbit.commons.repository.ProxyRepository
Returns the descriptor keys of the proxied repository, or an empty array if the proxied repository can not be accessed.
getDouble() - Method in class org.apache.jackrabbit.commons.AbstractProperty
Returns the double value of this property.
getDouble() - Method in class org.apache.jackrabbit.value.BaseValue
getDouble() - Method in class org.apache.jackrabbit.value.BooleanValue
getDouble() - Method in class org.apache.jackrabbit.value.DateValue
getDouble() - Method in class org.apache.jackrabbit.value.DoubleValue
getDouble() - Method in class org.apache.jackrabbit.value.LongValue
getDouble() - Method in class org.apache.jackrabbit.value.NameValue
getDouble() - Method in class org.apache.jackrabbit.value.PathValue
getDouble() - Method in class org.apache.jackrabbit.value.ReferenceValue
getElement(int) - Method in class org.apache.jackrabbit.name.Path
Deprecated. Returns the ith element of this path.
getElements() - Method in class org.apache.jackrabbit.name.Path
Deprecated. Returns the elements of this path.
getIndex() - Method in class org.apache.jackrabbit.name.Path.PathElement
Deprecated. Returns the 1-based index or 0 if no index was specified (which is equivalent to specifying 1).
getIndex() - Method in class org.apache.jackrabbit.util.PathMap.Element
Deprecated. Return the non-normalized 1-based index of this element.
getInstance() - Static method in class org.apache.jackrabbit.util.TransientFileFactory
Returns the singleton TransientFileFactory instance.
getInstance() - Static method in class org.apache.jackrabbit.value.ValueFactoryImpl
 
getInternalString() - Method in class org.apache.jackrabbit.value.BaseValue
Returns the internal string representation of this value without modifying the value state.
getInternalString() - Method in class org.apache.jackrabbit.value.BinaryValue
Gets the string representation of this binary value.
getInternalString() - Method in class org.apache.jackrabbit.value.BooleanValue
Returns the internal string representation of this value without modifying the value state.
getInternalString() - Method in class org.apache.jackrabbit.value.DateValue
Returns the internal string representation of this value without modifying the value state.
getInternalString() - Method in class org.apache.jackrabbit.value.DoubleValue
Returns the internal string representation of this value without modifying the value state.
getInternalString() - Method in class org.apache.jackrabbit.value.LongValue
Returns the internal string representation of this value without modifying the value state.
getInternalString() - Method in class org.apache.jackrabbit.value.NameValue
Returns the internal string representation of this value without modifying the value state.
getInternalString() - Method in class org.apache.jackrabbit.value.PathValue
Returns the internal string representation of this value without modifying the value state.
getInternalString() - Method in class org.apache.jackrabbit.value.ReferenceValue
Returns the internal string representation of this value without modifying the value state.
getInternalString() - Method in class org.apache.jackrabbit.value.StringValue
Returns the internal string representation of this value without modifying the value state.
getItem(String) - Method in class org.apache.jackrabbit.commons.AbstractSession
Returns the node or property at the given path.
getItems(Session) - Method in interface org.apache.jackrabbit.commons.packaging.ContentPackage
 
getItems(Session) - Method in class org.apache.jackrabbit.commons.packaging.FilterContentPackage
 
getJcrName(String, String) - Method in class org.apache.jackrabbit.commons.NamespaceHelper
Returns the prefixed JCR name for the given namespace URI and local name in the current session.
getJcrName(String) - Method in class org.apache.jackrabbit.commons.NamespaceHelper
Replaces the standard jcr, nt, or mix prefix in the given name with the prefix mapped to that namespace in the current session.
getJCRName(QName) - Method in class org.apache.jackrabbit.name.AbstractNamespaceResolver
Deprecated. use NameFormat.format(QName, NamespaceResolver) instead.
getJCRName(QName) - Method in class org.apache.jackrabbit.name.CachingNameResolver
Deprecated. Returns the prefixed JCR name for the given qualified name.
getJCRName(QName) - Method in interface org.apache.jackrabbit.name.NameResolver
Deprecated. Returns the prefixed JCR name for the given qualified name.
getJCRName(QName) - Method in interface org.apache.jackrabbit.name.NamespaceResolver
Deprecated. use NameFormat.format(QName, NamespaceResolver) instead.
getJCRName(QName) - Method in class org.apache.jackrabbit.name.ParsingNameResolver
Deprecated. Returns the prefixed JCR name for the given qualified name.
getJCRPath(Path) - Method in class org.apache.jackrabbit.name.CachingPathResolver
Deprecated. Returns the prefixed JCR path for the given qualified path.
getJCRPath(Path) - Method in class org.apache.jackrabbit.name.ParsingPathResolver
Deprecated. Returns the prefixed JCR path for the given qualified path.
getJCRPath(Path) - Method in interface org.apache.jackrabbit.name.PathResolver
Deprecated. Returns the prefixed JCR path for the given qualified path.
getJsonString(String) - Static method in class org.apache.jackrabbit.commons.json.JsonUtil
Generate a valid JSON string from the given str.
getLeastSignificantBits() - Method in class org.apache.jackrabbit.uuid.UUID
Deprecated. Returns the least significant bits stored in the uuid's internal structure.
getLength() - Method in class org.apache.jackrabbit.commons.AbstractProperty
Returns the length of the value of this property.
getLength() - Method in class org.apache.jackrabbit.name.Path
Deprecated. Returns the length of this path, i.e.
getLengths() - Method in class org.apache.jackrabbit.commons.AbstractProperty
Returns the lengths of the values of this property.
getLocalName() - Method in class org.apache.jackrabbit.name.QName
Deprecated. Returns the local part of the qualified name.
getLocalName(String) - Static method in class org.apache.jackrabbit.util.Text
Returns the local name of the given qname.
getLong() - Method in class org.apache.jackrabbit.commons.AbstractProperty
Returns the long value of this property.
getLong() - Method in class org.apache.jackrabbit.value.BaseValue
getLong() - Method in class org.apache.jackrabbit.value.BooleanValue
getLong() - Method in class org.apache.jackrabbit.value.DateValue
getLong() - Method in class org.apache.jackrabbit.value.DoubleValue
getLong() - Method in class org.apache.jackrabbit.value.LongValue
getLong() - Method in class org.apache.jackrabbit.value.NameValue
getLong() - Method in class org.apache.jackrabbit.value.PathValue
getLong() - Method in class org.apache.jackrabbit.value.ReferenceValue
getMixinNodeTypes() - Method in class org.apache.jackrabbit.commons.AbstractNode
Returns the declared mixin node types of this node.
getMostSignificantBits() - Method in class org.apache.jackrabbit.uuid.UUID
Deprecated. Returns the most significant bits stored in the uuid's internal structure.
getName() - Method in class org.apache.jackrabbit.name.Path.PathElement
Deprecated. Returns the qualified name of this path element.
getName() - Method in class org.apache.jackrabbit.util.PathMap.Element
Deprecated. Return the name of this element
getName(String) - Static method in class org.apache.jackrabbit.util.Text
Returns the name part of the path.
getName(String, char) - Static method in class org.apache.jackrabbit.util.Text
Returns the name part of the path, delimited by the given delim.
getName(String, boolean) - Static method in class org.apache.jackrabbit.util.Text
Same as Text.getName(String) but adding the possibility to pass paths that end with a trailing '/'
getNameElement() - Method in class org.apache.jackrabbit.name.Path
Deprecated. Returns the name element (i.e.
getNamespaceMapping() - Method in class org.apache.jackrabbit.util.name.NamespaceExtractor
Deprecated. getNamespaceMapping
getNamespacePrefix(String) - Method in class org.apache.jackrabbit.commons.AbstractSession
Returns the namespace prefix mapped to the given URI.
getNamespacePrefix(String) - Static method in class org.apache.jackrabbit.util.Text
Returns the namespace prefix of the given qname.
getNamespacePrefixes() - Method in class org.apache.jackrabbit.commons.AbstractSession
Returns the prefixes of all known namespace mappings.
getNamespaces() - Method in class org.apache.jackrabbit.commons.NamespaceHelper
Returns a map containing all prefix to namespace URI mappings of the current session.
getNamespaceURI(String) - Method in class org.apache.jackrabbit.commons.AbstractSession
Returns the namespace URI mapped to the given prefix.
getNamespaceURI() - Method in class org.apache.jackrabbit.name.QName
Deprecated. Returns the namespace URI of the qualified name.
getNode() - Method in class org.apache.jackrabbit.commons.AbstractProperty
Returns the node referenced by this property.
getNormalizedIndex() - Method in class org.apache.jackrabbit.name.Path.PathElement
Deprecated. Returns the normalized index of this path element, i.e.
getNormalizedIndex() - Method in class org.apache.jackrabbit.util.PathMap.Element
Deprecated. Return the 1-based index of this element.
getNormalizedPath() - Method in class org.apache.jackrabbit.name.Path
Deprecated. Returns the normalized path representation of this path.
getParent() - Method in class org.apache.jackrabbit.util.PathMap.Element
Deprecated. Return the parent of this element
getPath() - Method in class org.apache.jackrabbit.commons.AbstractNode
Returns the path of this node.
getPath() - Method in class org.apache.jackrabbit.commons.AbstractProperty
Returns the path of this property.
getPath() - Method in class org.apache.jackrabbit.name.Path.PathBuilder
Deprecated. Assembles the built path and returns a new Path.
getPath() - Method in class org.apache.jackrabbit.util.PathMap.Element
Deprecated. Return the path of this element.
getPathElement() - Method in class org.apache.jackrabbit.util.PathMap.Element
Deprecated. Return a path element pointing to this element
getPosition() - Method in class org.apache.jackrabbit.commons.iterator.RangeIteratorAdapter
Returns the current position of the iterator.
getPosition() - Method in class org.apache.jackrabbit.commons.iterator.RangeIteratorDecorator
Delegated to the underlying iterator.
getPosition() - Method in class org.apache.jackrabbit.util.IteratorHelper
Deprecated. 
getPrefix(String) - Method in class org.apache.jackrabbit.commons.NamespaceHelper
Returns the prefix mapped to the given namespace URI in the current session, or null if the namespace does not exist.
getPrefix(String) - Method in interface org.apache.jackrabbit.name.NamespaceResolver
Deprecated. Returns the prefix which is mapped to the given URI.
getPrefix(String) - Method in class org.apache.jackrabbit.name.SessionNamespaceResolver
Deprecated. Returns the prefix which is mapped to the given URI.
getPrefix(String) - Method in class org.apache.jackrabbit.util.name.NamespaceMapping
Deprecated. Returns the prefix which is mapped to the given URI.
getPrefixToURIMapping() - Method in class org.apache.jackrabbit.util.name.NamespaceMapping
Deprecated. Return a Map of prefix to URI mappings currently registered.
getPrimaryNodeType() - Method in class org.apache.jackrabbit.commons.AbstractNode
Returns the primary node type of this node.
getProperty(String) - Method in class org.apache.jackrabbit.commons.AbstractNode
Returns the property at the given relative path from this node.
getQName(String) - Method in class org.apache.jackrabbit.name.AbstractNamespaceResolver
Deprecated. use NameFormat.parse(String, NamespaceResolver) instead.
getQName(String) - Method in class org.apache.jackrabbit.name.CachingNameResolver
Deprecated. Returns the qualified name for the given prefixed JCR name.
getQName(String) - Method in interface org.apache.jackrabbit.name.NameResolver
Deprecated. Returns the qualified name for the given prefixed JCR name.
getQName(String) - Method in interface org.apache.jackrabbit.name.NamespaceResolver
Deprecated. use NameFormat.parse(String, NamespaceResolver) instead.
getQName(String) - Method in class org.apache.jackrabbit.name.ParsingNameResolver
Deprecated. Parses the prefixed JCR name and returns the resolved qualified name.
getQPath(String) - Method in class org.apache.jackrabbit.name.CachingPathResolver
Deprecated. Returns the qualified path for the given prefixed JCR path.
getQPath(String) - Method in class org.apache.jackrabbit.name.ParsingPathResolver
Deprecated. Parses the prefixed JCR path and returns the resolved qualified path.
getQPath(String) - Method in interface org.apache.jackrabbit.name.PathResolver
Deprecated. Returns the qualified path for the given prefixed JCR path.
getRawBytes() - Method in class org.apache.jackrabbit.uuid.UUID
Deprecated. Returns a copy of the byte values contained in this UUID.
getRelativeParent(String, int) - Static method in class org.apache.jackrabbit.util.Text
Returns the nth relative parent of the path, where n=level.
getRelativeParent(String, int, boolean) - Static method in class org.apache.jackrabbit.util.Text
Same as Text.getRelativeParent(String, int) but adding the possibility to pass paths that end with a trailing '/'
getRepository() - Method in class org.apache.jackrabbit.commons.repository.JNDIRepositoryFactory
Looks up and returns the configured repository.
getRepository() - Method in interface org.apache.jackrabbit.commons.repository.RepositoryFactory
Returns a content repository.
getRepository() - Method in class org.apache.jackrabbit.commons.repository.SingletonRepositoryFactory
Returns the configured repository instance.
getSerializer(OutputStream) - Static method in class org.apache.jackrabbit.commons.xml.SerializingContentHandler
Creates a serializing content handler that writes to the given stream.
getSerializer(Writer) - Static method in class org.apache.jackrabbit.commons.xml.SerializingContentHandler
Creates a serializing content handler that writes to the given writer.
getSerializer(Result) - Static method in class org.apache.jackrabbit.commons.xml.SerializingContentHandler
Creates a serializing content handler that writes to the given result.
getSize() - Method in class org.apache.jackrabbit.commons.iterator.RangeIteratorAdapter
Returns the size of the iterator.
getSize() - Method in class org.apache.jackrabbit.commons.iterator.RangeIteratorDecorator
Delegated to the underlying iterator.
getSize() - Method in class org.apache.jackrabbit.util.IteratorHelper
Deprecated. 
getStream() - Method in class org.apache.jackrabbit.commons.AbstractProperty
Returns the binary value of this property.
getStream() - Method in class org.apache.jackrabbit.value.BaseValue
getStream() - Method in class org.apache.jackrabbit.value.BinaryValue
getString() - Method in class org.apache.jackrabbit.commons.AbstractProperty
Returns the string value of this property.
getString() - Method in class org.apache.jackrabbit.value.BaseValue
getType() - Method in class org.apache.jackrabbit.commons.AbstractProperty
Returns the type of this property.
getType() - Method in class org.apache.jackrabbit.value.BaseValue
getURI(String) - Method in class org.apache.jackrabbit.commons.NamespaceHelper
Returns the namespace URI mapped to the given prefix in the current session, or null if the namespace does not exist.
getURI(String) - Method in interface org.apache.jackrabbit.name.NamespaceResolver
Deprecated. Returns the URI to which the given prefix is mapped.
getURI(String) - Method in class org.apache.jackrabbit.name.SessionNamespaceResolver
Deprecated. Returns the URI to which the given prefix is mapped.
getURI(String) - Method in class org.apache.jackrabbit.util.name.NamespaceMapping
Deprecated. Returns the URI to which the given prefix is mapped.
getURIToPrefixMapping() - Method in class org.apache.jackrabbit.util.name.NamespaceMapping
Deprecated. Return a Map of URI to prefix mappings currently registered.
getUUID() - Method in class org.apache.jackrabbit.commons.AbstractNode
Returns the UUID of this node.
getVersionHistory() - Method in class org.apache.jackrabbit.commons.AbstractNode
Returns the version history of this node.
getXMLName(String, String) - Method in class org.apache.jackrabbit.commons.xml.Exporter
Returns a prefixed XML name for the given namespace URI and local name.
getYear(Calendar) - Static method in class org.apache.jackrabbit.util.ISO8601
Returns the astonomical year of the given calendar.
GQL - Class in org.apache.jackrabbit.commons.query
GQL is a simple fulltext query language, which supports field prefixes similar to Lucene or Google queries.
GQL.Filter - Interface in org.apache.jackrabbit.commons.query
Defines a filter for query result rows.
guessDecodedLength(long) - Static method in class org.apache.jackrabbit.util.Base64
Pessimistically guesses the size (i.e.

H

handler - Variable in class org.apache.jackrabbit.commons.xml.ProxyContentHandler
The proxied content handler.
hashCode() - Method in class org.apache.jackrabbit.name.Path
Deprecated. Returns a hash code value for this path.
hashCode() - Method in class org.apache.jackrabbit.name.Path.PathElement
Deprecated. Computes a hash code for this path element.
hashCode() - Method in class org.apache.jackrabbit.name.QName
Deprecated. Returns the hash code of this qualified name.
hashCode() - Method in class org.apache.jackrabbit.uuid.UUID
Deprecated. Returns a hash code value for the object.
hashCode() - Method in class org.apache.jackrabbit.value.BinaryValue
Returns zero to satisfy the Object equals/hashCode contract.
hashCode() - Method in class org.apache.jackrabbit.value.BooleanValue
Returns zero to satisfy the Object equals/hashCode contract.
hashCode() - Method in class org.apache.jackrabbit.value.DateValue
Returns zero to satisfy the Object equals/hashCode contract.
hashCode() - Method in class org.apache.jackrabbit.value.DoubleValue
Returns zero to satisfy the Object equals/hashCode contract.
hashCode() - Method in class org.apache.jackrabbit.value.LongValue
Returns zero to satisfy the Object equals/hashCode contract.
hashCode() - Method in class org.apache.jackrabbit.value.NameValue
Returns zero to satisfy the Object equals/hashCode contract.
hashCode() - Method in class org.apache.jackrabbit.value.PathValue
Returns zero to satisfy the Object equals/hashCode contract.
hashCode() - Method in class org.apache.jackrabbit.value.ReferenceValue
Returns zero to satisfy the Object equals/hashCode contract.
hashCode() - Method in class org.apache.jackrabbit.value.StringValue
Returns zero to satisfy the Object equals/hashCode contract.
hasNext() - Method in class org.apache.jackrabbit.commons.iterator.RangeIteratorAdapter
Checks if this iterator has more elements.
hasNext() - Method in class org.apache.jackrabbit.commons.iterator.RangeIteratorDecorator
Delegated to the underlying iterator.
hasNext() - Method in class org.apache.jackrabbit.commons.packaging.FilterContentPackage.FilteringIterator
 
hasNext() - Method in class org.apache.jackrabbit.util.IteratorHelper
Deprecated. 
hasNode(String) - Method in class org.apache.jackrabbit.commons.AbstractNode
Checks whether a node at the given relative path exists.
hasNodes() - Method in class org.apache.jackrabbit.commons.AbstractNode
Checks if this node has one or more properties.
hasPath(Path) - Method in class org.apache.jackrabbit.util.PathMap.Element
Deprecated. Checks whether this element has the specified path.
hasPrefix(String) - Method in class org.apache.jackrabbit.util.name.NamespaceMapping
Deprecated. Returns true if prefix is already mapped to some URI.
hasProperties() - Method in class org.apache.jackrabbit.commons.AbstractNode
Checks if this node has one or more properties.
hasProperty(String) - Method in class org.apache.jackrabbit.commons.AbstractNode
Checks whether a property at the given relative path exists.
helper - Variable in class org.apache.jackrabbit.commons.xml.Exporter
Namespace helper.
hexDigits - Static variable in interface org.apache.jackrabbit.uuid.Constants
Deprecated. XXX added by stefan@apache.org: hexdigits for converting numerics to hex
hexTable - Static variable in class org.apache.jackrabbit.util.Text
used for the md5
highSurrogate(int) - Static method in class org.apache.jackrabbit.util.XMLChar
Returns the high surrogate of a supplemental character
holdsLock() - Method in class org.apache.jackrabbit.commons.AbstractNode
Checks if this node holds a lock.

I

ignorableWhitespace(char[], int, int) - Method in class org.apache.jackrabbit.commons.xml.DefaultContentHandler
Delegated to DefaultContentHandler.handler.
ignorableWhitespace(char[], int, int) - Method in class org.apache.jackrabbit.commons.xml.ProxyContentHandler
Delegated to ProxyContentHandler.handler.
ignorableWhitespace(char[], int, int) - Method in class org.apache.jackrabbit.commons.xml.ToXmlContentHandler
Escapes and outputs the given characters.
ignoreEncoding - Variable in class org.apache.jackrabbit.commons.predicate.NtFilePredicate
indicates if the jcr:encoding property is to be excluded from this filter.
ignoreMimeType - Variable in class org.apache.jackrabbit.commons.predicate.NtFilePredicate
indicates if the jcr:mimeType property is to be excluded from this filter.
IllegalNameException - Exception in org.apache.jackrabbit.name
Deprecated. Use the IllegalNameException class from the org.apache.jackrabbit.spi.commons.conversion package of the jackrabbit-spi-commons component.
IllegalNameException(String) - Constructor for exception org.apache.jackrabbit.name.IllegalNameException
Deprecated. Creates an IllegalNameException with the given error message.
IllegalNameException(String, Throwable) - Constructor for exception org.apache.jackrabbit.name.IllegalNameException
Deprecated. Creates an IllegalNameException with the given error message and root cause exception.
impersonate(Credentials) - Method in class org.apache.jackrabbit.commons.AbstractSession
Logs in the same workspace with the given credentials.
implode(String[], String) - Static method in class org.apache.jackrabbit.util.Text
Concatenates all strings in the string array using the specified delimiter.
importXML(String, InputStream, int) - Method in class org.apache.jackrabbit.commons.AbstractSession
Parses the given input stream as an XML document and processes the SAX events using the ContentHandler returned by Session.getImportContentHandler(String, int).
importXML(String, InputStream, int) - Method in class org.apache.jackrabbit.commons.AbstractWorkspace
Parses the given input stream as an XML document and processes the SAX events using the ContentHandler returned by Workspace.getImportContentHandler(String, int).
include(Row) - Method in interface org.apache.jackrabbit.commons.query.GQL.Filter
Returns true if the given row should be included in the result.
includeFilter - Variable in class org.apache.jackrabbit.commons.packaging.FilterContentPackage.FilteringIterator
Filter that defines which items are included
includePredicate - Variable in class org.apache.jackrabbit.commons.visitor.FilteringItemVisitor
Predicate that defines which items are included.
includeProperties - Variable in class org.apache.jackrabbit.commons.packaging.FilterContentPackage.FilteringIterator
 
includeProperties - Variable in class org.apache.jackrabbit.commons.packaging.FilterContentPackage
 
INDEX_DEFAULT - Static variable in class org.apache.jackrabbit.name.Path
Deprecated. Constant representing the default (initial) index value.
INDEX_UNDEFINED - Static variable in class org.apache.jackrabbit.name.Path
Deprecated. Constant representing an undefined index value
insert(Path.PathElement) - Method in class org.apache.jackrabbit.util.PathMap.Element
Deprecated. Insert an empty child.
isAbsolute() - Method in class org.apache.jackrabbit.name.Path
Deprecated. Tests whether this path is absolute, i.e.
isAncestorOf(Path) - Method in class org.apache.jackrabbit.name.Path
Deprecated. Determines if this path is an ancestor of the specified path, based on their (absolute or relative) hierarchy level as returned by Path.getDepth().
isAncestorOf(PathMap.Element) - Method in class org.apache.jackrabbit.util.PathMap.Element
Deprecated. Return a flag indicating whether the specified node is a child of this node.
isCanonical() - Method in class org.apache.jackrabbit.name.Path
Deprecated. Tests whether this path is canonical, i.e.
isCheckedOut() - Method in class org.apache.jackrabbit.commons.AbstractNode
Checks whether this node is checked out.
isContent(int) - Static method in class org.apache.jackrabbit.util.XMLChar
Returns true if the specified character can be considered content.
isDescendant(String, String) - Static method in class org.apache.jackrabbit.util.Text
Determines if the descendant path is hierarchical a descendant of path.
isDescendantOf(Path) - Method in class org.apache.jackrabbit.name.Path
Deprecated. Determines if this path is a descendant of the specified path, based on their (absolute or relative) hierarchy level as returned by Path.getDepth().
isDescendantOrEqual(String, String) - Static method in class org.apache.jackrabbit.util.Text
Determines if the descendant path is hierarchical a descendant of path or equal to it.
isEmpty() - Method in class org.apache.jackrabbit.util.WeakIdentityCollection
Returns true if this collection is empty.
isHighSurrogate(int) - Static method in class org.apache.jackrabbit.util.XMLChar
Returns whether the given character is a high surrogate
isIgnoreEncoding() - Method in class org.apache.jackrabbit.commons.predicate.NtFilePredicate
Returns the ignore encoding flag.
isIgnoreMimeType() - Method in class org.apache.jackrabbit.commons.predicate.NtFilePredicate
Returns the ignore mime type flag.
isIncludeProperties() - Method in class org.apache.jackrabbit.commons.packaging.FilterContentPackage
 
isInvalid(int) - Static method in class org.apache.jackrabbit.util.XMLChar
Returns true if the specified character is invalid.
isLocked() - Method in class org.apache.jackrabbit.commons.AbstractNode
Checks if this node is locked.
isLowSurrogate(int) - Static method in class org.apache.jackrabbit.util.XMLChar
Returns whether the given character is a low surrogate
isMandatory - Variable in class org.apache.jackrabbit.commons.predicate.IsMandatoryPredicate
 
IsMandatoryPredicate - Class in org.apache.jackrabbit.commons.predicate
IsMandatoryFilter...
IsMandatoryPredicate() - Constructor for class org.apache.jackrabbit.commons.predicate.IsMandatoryPredicate
 
IsMandatoryPredicate(boolean, int, int) - Constructor for class org.apache.jackrabbit.commons.predicate.IsMandatoryPredicate
 
IsMandatoryPredicate(boolean) - Constructor for class org.apache.jackrabbit.commons.predicate.IsMandatoryPredicate
 
isMarkup(int) - Static method in class org.apache.jackrabbit.util.XMLChar
Returns true if the specified character can be considered markup.
isName(int) - Static method in class org.apache.jackrabbit.util.XMLChar
Returns true if the specified character is a valid name character as defined by production [4] in the XML 1.0 specification.
isNameStart(int) - Static method in class org.apache.jackrabbit.util.XMLChar
Returns true if the specified character is a valid name start character as defined by production [5] in the XML 1.0 specification.
isNCName(int) - Static method in class org.apache.jackrabbit.util.XMLChar
Returns true if the specified character is a valid NCName character as defined by production [5] in Namespaces in XML recommendation.
isNCNameStart(int) - Static method in class org.apache.jackrabbit.util.XMLChar
Returns true if the specified character is a valid NCName start character as defined by production [4] in Namespaces in XML recommendation.
isNode() - Method in class org.apache.jackrabbit.commons.AbstractNode
Returns true.
isNode() - Method in class org.apache.jackrabbit.commons.AbstractProperty
Returns false.
isNode - Variable in class org.apache.jackrabbit.commons.predicate.IsNodePredicate
Polarity of this filter
IsNodePredicate - Class in org.apache.jackrabbit.commons.predicate
Item filter that checks if an item is a node.
IsNodePredicate() - Constructor for class org.apache.jackrabbit.commons.predicate.IsNodePredicate
Default constructor.
IsNodePredicate(boolean, int, int) - Constructor for class org.apache.jackrabbit.commons.predicate.IsNodePredicate
Creates a new node item filter.
IsNodePredicate(boolean) - Constructor for class org.apache.jackrabbit.commons.predicate.IsNodePredicate
Creates a new node item filter
isNodeType(String) - Method in class org.apache.jackrabbit.commons.AbstractNode
Checks whether this node is of the given type.
isNormalized() - Method in class org.apache.jackrabbit.name.Path
Deprecated. Tests whether this path is normalized, i.e.
ISO8601 - Class in org.apache.jackrabbit.util
The ISO8601 utility class provides helper methods to deal with date/time formatting using a specific ISO8601-compliant format (see ISO 8601).
ISO8601() - Constructor for class org.apache.jackrabbit.util.ISO8601
 
ISO9075 - Class in org.apache.jackrabbit.util
Implements the encode and decode routines as specified for XML name to SQL identifier conversion in ISO 9075-14:2003.
If a character c is not valid at a certain position in an XML 1.0 NCName it is encoded in the form: '_x' + hexValueOf(c) + '_'

Note that only the local part of a QName is encoded / decoded.

isPubid(int) - Static method in class org.apache.jackrabbit.util.XMLChar
Returns true if the specified character is a valid Pubid character as defined by production [13] in the XML 1.0 specification.
isSibling(String, String) - Static method in class org.apache.jackrabbit.util.Text
Determines, if two paths denote hierarchical siblins.
isSpace(int) - Static method in class org.apache.jackrabbit.util.XMLChar
Returns true if the specified character is a space character as defined by production [3] in the XML 1.0 specification.
isSupplemental(int) - Static method in class org.apache.jackrabbit.util.XMLChar
Returns true if the specified character is a supplemental character.
isValid(int) - Static method in class org.apache.jackrabbit.util.XMLChar
Returns true if the specified character is valid.
isValidIANAEncoding(String) - Static method in class org.apache.jackrabbit.util.XMLChar
Returns true if the encoding name is a valid IANA encoding.
isValidJavaEncoding(String) - Static method in class org.apache.jackrabbit.util.XMLChar
Returns true if the encoding name is a valid Java encoding.
isValidName(String) - Static method in class org.apache.jackrabbit.util.XMLChar
Check to see if a string is a valid Name according to [5] in the XML 1.0 Recommendation
isValidNCName(String) - Static method in class org.apache.jackrabbit.util.XMLChar
Check to see if a string is a valid NCName according to [4] from the XML Namespaces 1.0 Recommendation
isValidNmtoken(String) - Static method in class org.apache.jackrabbit.util.XMLChar
Check to see if a string is a valid Nmtoken according to [7] in the XML 1.0 Recommendation
itemExists(String) - Method in class org.apache.jackrabbit.commons.AbstractSession
Calls AbstractSession.getItem(String) with the given path and returns true if the call succeeds.
iterator() - Method in class org.apache.jackrabbit.util.WeakIdentityCollection
Returns an Iterator over the elements of this collection.
IteratorHelper - Class in org.apache.jackrabbit.util
Deprecated. The org.apache.jackrabbit.commons.iterator package contains a set of more feature rich and type safe classes for implementing the JCR iterator interfaces
IteratorHelper(Collection) - Constructor for class org.apache.jackrabbit.util.IteratorHelper
Deprecated. Constructs an IteratorHelper which is backed by a java.util.Collection.
IteratorHelper(Iterator) - Constructor for class org.apache.jackrabbit.util.IteratorHelper
Deprecated. Constructs an IteratorHelper which is wrapping a java.util.Iterator.

J

JCR - Static variable in class org.apache.jackrabbit.commons.NamespaceHelper
The jcr namespace URI.
JCR_AUTOCREATED - Static variable in interface org.apache.jackrabbit.JcrConstants
jcr:autoCreated
JCR_AUTOCREATED - Static variable in class org.apache.jackrabbit.name.QName
Deprecated. jcr:autoCreated
JCR_BASEVERSION - Static variable in interface org.apache.jackrabbit.JcrConstants
jcr:baseVersion
JCR_BASEVERSION - Static variable in class org.apache.jackrabbit.name.QName
Deprecated. jcr:baseVersion
JCR_CHILD - Static variable in interface org.apache.jackrabbit.JcrConstants
jcr:child
JCR_CHILDNODEDEFINITION - Static variable in interface org.apache.jackrabbit.JcrConstants
jcr:childNodeDefinition
JCR_CHILDNODEDEFINITION - Static variable in class org.apache.jackrabbit.name.QName
Deprecated. jcr:childNodeDefinition
JCR_CHILDVERSIONHISTORY - Static variable in class org.apache.jackrabbit.name.QName
Deprecated. jcr:childVersionHistory
JCR_CONTENT - Static variable in class org.apache.jackrabbit.commons.predicate.NtFilePredicate
 
JCR_CONTENT - Static variable in interface org.apache.jackrabbit.JcrConstants
jcr:content
JCR_CONTENT - Static variable in class org.apache.jackrabbit.name.QName
Deprecated. jcr:content
JCR_CREATED - Static variable in interface org.apache.jackrabbit.JcrConstants
jcr:created
JCR_CREATED - Static variable in class org.apache.jackrabbit.name.QName
Deprecated. jcr:created
JCR_DATA - Static variable in interface org.apache.jackrabbit.JcrConstants
jcr:data
JCR_DATA - Static variable in class org.apache.jackrabbit.name.QName
Deprecated. jcr:data
JCR_DEFAULTPRIMARYTYPE - Static variable in interface org.apache.jackrabbit.JcrConstants
jcr:defaultPrimaryType
JCR_DEFAULTPRIMARYTYPE - Static variable in class org.apache.jackrabbit.name.QName
Deprecated. jcr:defaultPrimaryType
JCR_DEFAULTVALUES - Static variable in interface org.apache.jackrabbit.JcrConstants
jcr:defaultValues
JCR_DEFAULTVALUES - Static variable in class org.apache.jackrabbit.name.QName
Deprecated. jcr:defaultValues
JCR_ENCODING - Static variable in class org.apache.jackrabbit.commons.predicate.NtFilePredicate
 
JCR_ENCODING - Static variable in interface org.apache.jackrabbit.JcrConstants
jcr:encoding
JCR_ENCODING - Static variable in class org.apache.jackrabbit.name.QName
Deprecated. jcr:encoding
JCR_FROZENMIXINTYPES - Static variable in interface org.apache.jackrabbit.JcrConstants
jcr:frozenMixinTypes
JCR_FROZENMIXINTYPES - Static variable in class org.apache.jackrabbit.name.QName
Deprecated. jcr:frozenMixinTypes
JCR_FROZENNODE - Static variable in interface org.apache.jackrabbit.JcrConstants
jcr:frozenNode
JCR_FROZENNODE - Static variable in class org.apache.jackrabbit.name.QName
Deprecated. jcr:frozenNode
JCR_FROZENPRIMARYTYPE - Static variable in interface org.apache.jackrabbit.JcrConstants
jcr:frozenPrimaryType
JCR_FROZENPRIMARYTYPE - Static variable in class org.apache.jackrabbit.name.QName
Deprecated. jcr:frozenPrimaryType
JCR_FROZENUUID - Static variable in interface org.apache.jackrabbit.JcrConstants
jcr:frozenUuid
JCR_FROZENUUID - Static variable in class org.apache.jackrabbit.name.QName
Deprecated. jcr:frozenUuid
JCR_HASORDERABLECHILDNODES - Static variable in interface org.apache.jackrabbit.JcrConstants
jcr:hasOrderableChildNodes
JCR_HASORDERABLECHILDNODES - Static variable in class org.apache.jackrabbit.name.QName
Deprecated. jcr:hasOrderableChildNodes
JCR_ISCHECKEDOUT - Static variable in interface org.apache.jackrabbit.JcrConstants
jcr:isCheckedOut
JCR_ISCHECKEDOUT - Static variable in class org.apache.jackrabbit.name.QName
Deprecated. jcr:isCheckedOut
JCR_ISMIXIN - Static variable in interface org.apache.jackrabbit.JcrConstants
jcr:isMixin
JCR_ISMIXIN - Static variable in class org.apache.jackrabbit.name.QName
Deprecated. jcr:isMixin
JCR_LANGUAGE - Static variable in interface org.apache.jackrabbit.JcrConstants
jcr:language
JCR_LANGUAGE - Static variable in class org.apache.jackrabbit.name.QName
Deprecated. jcr:language
JCR_LASTMODIFIED - Static variable in interface org.apache.jackrabbit.JcrConstants
jcr:lastModified
JCR_LASTMODIFIED - Static variable in class org.apache.jackrabbit.name.QName
Deprecated. jcr:lastModified
JCR_LOCKISDEEP - Static variable in interface org.apache.jackrabbit.JcrConstants
jcr:lockIsDeep
JCR_LOCKISDEEP - Static variable in class org.apache.jackrabbit.name.QName
Deprecated. jcr:lockIsDeep
JCR_LOCKOWNER - Static variable in interface org.apache.jackrabbit.JcrConstants
jcr:lockOwner
JCR_LOCKOWNER - Static variable in class org.apache.jackrabbit.name.QName
Deprecated. jcr:lockOwner
JCR_MANDATORY - Static variable in interface org.apache.jackrabbit.JcrConstants
jcr:mandatory
JCR_MANDATORY - Static variable in class org.apache.jackrabbit.name.QName
Deprecated. jcr:mandatory
JCR_MERGEFAILED - Static variable in interface org.apache.jackrabbit.JcrConstants
jcr:mergeFailed
JCR_MERGEFAILED - Static variable in class org.apache.jackrabbit.name.QName
Deprecated. jcr:mergeFailed
JCR_MIMETYPE - Static variable in class org.apache.jackrabbit.commons.predicate.NtFilePredicate
 
JCR_MIMETYPE - Static variable in interface org.apache.jackrabbit.JcrConstants
jcr:mimeType
JCR_MIMETYPE - Static variable in class org.apache.jackrabbit.name.QName
Deprecated. jcr:mimeType
JCR_MIXINTYPES - Static variable in interface org.apache.jackrabbit.JcrConstants
jcr:mixinTypes
JCR_MIXINTYPES - Static variable in class org.apache.jackrabbit.name.QName
Deprecated. jcr:mixinTypes
JCR_MULTIPLE - Static variable in interface org.apache.jackrabbit.JcrConstants
jcr:multiple
JCR_MULTIPLE - Static variable in class org.apache.jackrabbit.name.QName
Deprecated. jcr:multiple
JCR_NAME - Static variable in interface org.apache.jackrabbit.JcrConstants
jcr:name
JCR_NAME - Static variable in class org.apache.jackrabbit.name.QName
Deprecated. jcr:name
JCR_NODETYPENAME - Static variable in interface org.apache.jackrabbit.JcrConstants
jcr:nodeTypeName
JCR_NODETYPENAME - Static variable in class org.apache.jackrabbit.name.QName
Deprecated. jcr:nodeTypeName
JCR_NODETYPES - Static variable in class org.apache.jackrabbit.name.QName
Deprecated. jcr:nodeTypes
JCR_ONPARENTVERSION - Static variable in interface org.apache.jackrabbit.JcrConstants
jcr:onParentVersion
JCR_ONPARENTVERSION - Static variable in class org.apache.jackrabbit.name.QName
Deprecated. jcr:onParentVersion
JCR_PATH - Static variable in interface org.apache.jackrabbit.JcrConstants
Pseudo property jcr:path used with query results
JCR_PATH - Static variable in class org.apache.jackrabbit.name.QName
Deprecated. jcr:path
JCR_PREDECESSORS - Static variable in interface org.apache.jackrabbit.JcrConstants
jcr:predecessors
JCR_PREDECESSORS - Static variable in class org.apache.jackrabbit.name.QName
Deprecated. jcr:predecessors
JCR_PRIMARY_TYPE - Static variable in class org.apache.jackrabbit.commons.predicate.NtFilePredicate
 
JCR_PRIMARYITEMNAME - Static variable in interface org.apache.jackrabbit.JcrConstants
jcr:primaryItemName
JCR_PRIMARYITEMNAME - Static variable in class org.apache.jackrabbit.name.QName
Deprecated. jcr:primaryItemName
JCR_PRIMARYTYPE - Static variable in interface org.apache.jackrabbit.JcrConstants
jcr:primaryType
JCR_PRIMARYTYPE - Static variable in class org.apache.jackrabbit.name.QName
Deprecated. jcr:primaryType
JCR_PROPERTYDEFINITION - Static variable in interface org.apache.jackrabbit.JcrConstants
jcr:propertyDefinition
JCR_PROPERTYDEFINITION - Static variable in class org.apache.jackrabbit.name.QName
Deprecated. jcr:propertyDefinition
JCR_PROTECTED - Static variable in interface org.apache.jackrabbit.JcrConstants
jcr:protected
JCR_PROTECTED - Static variable in class org.apache.jackrabbit.name.QName
Deprecated. jcr:protected
JCR_REQUIREDPRIMARYTYPES - Static variable in interface org.apache.jackrabbit.JcrConstants
jcr:requiredPrimaryTypes
JCR_REQUIREDPRIMARYTYPES - Static variable in class org.apache.jackrabbit.name.QName
Deprecated. jcr:requiredPrimaryTypes
JCR_REQUIREDTYPE - Static variable in interface org.apache.jackrabbit.JcrConstants
jcr:requiredType
JCR_REQUIREDTYPE - Static variable in class org.apache.jackrabbit.name.QName
Deprecated. jcr:requiredType
JCR_ROOT - Static variable in class org.apache.jackrabbit.name.QName
Deprecated. jcr:root (dummy name for root node used in XML serialization)
JCR_ROOTVERSION - Static variable in interface org.apache.jackrabbit.JcrConstants
jcr:rootVersion
JCR_ROOTVERSION - Static variable in class org.apache.jackrabbit.name.QName
Deprecated. jcr:rootVersion
JCR_SAMENAMESIBLINGS - Static variable in interface org.apache.jackrabbit.JcrConstants
jcr:sameNameSiblings
JCR_SAMENAMESIBLINGS - Static variable in class org.apache.jackrabbit.name.QName
Deprecated. jcr:sameNameSiblings
JCR_SCORE - Static variable in interface org.apache.jackrabbit.JcrConstants
Pseudo property jcr:score used with query results
JCR_SCORE - Static variable in class org.apache.jackrabbit.name.QName
Deprecated. jcr:score
JCR_STATEMENT - Static variable in interface org.apache.jackrabbit.JcrConstants
jcr:statement
JCR_STATEMENT - Static variable in class org.apache.jackrabbit.name.QName
Deprecated. jcr:statement
JCR_SUCCESSORS - Static variable in interface org.apache.jackrabbit.JcrConstants
jcr:successors
JCR_SUCCESSORS - Static variable in class org.apache.jackrabbit.name.QName
Deprecated. jcr:successors
JCR_SUPERTYPES - Static variable in interface org.apache.jackrabbit.JcrConstants
jcr:supertypes
JCR_SUPERTYPES - Static variable in class org.apache.jackrabbit.name.QName
Deprecated. jcr:supertypes
JCR_SYSTEM - Static variable in interface org.apache.jackrabbit.JcrConstants
jcr:system
JCR_SYSTEM - Static variable in class org.apache.jackrabbit.name.QName
Deprecated. jcr:system
JCR_UUID - Static variable in interface org.apache.jackrabbit.JcrConstants
jcr:uuid
JCR_UUID - Static variable in class org.apache.jackrabbit.name.QName
Deprecated. jcr:uuid
JCR_VALUECONSTRAINTS - Static variable in interface org.apache.jackrabbit.JcrConstants
jcr:valueConstraints
JCR_VALUECONSTRAINTS - Static variable in class org.apache.jackrabbit.name.QName
Deprecated. jcr:valueConstraints
JCR_VERSIONABLEUUID - Static variable in interface org.apache.jackrabbit.JcrConstants
jcr:versionableUuid
JCR_VERSIONABLEUUID - Static variable in class org.apache.jackrabbit.name.QName
Deprecated. jcr:versionableUuid
JCR_VERSIONHISTORY - Static variable in interface org.apache.jackrabbit.JcrConstants
jcr:versionHistory
JCR_VERSIONHISTORY - Static variable in class org.apache.jackrabbit.name.QName
Deprecated. jcr:versionHistory
JCR_VERSIONLABELS - Static variable in interface org.apache.jackrabbit.JcrConstants
jcr:versionLabels
JCR_VERSIONLABELS - Static variable in class org.apache.jackrabbit.name.QName
Deprecated. jcr:versionLabels
JCR_VERSIONSTORAGE - Static variable in interface org.apache.jackrabbit.JcrConstants
jcr:versionStorage
JCR_VERSIONSTORAGE - Static variable in class org.apache.jackrabbit.name.QName
Deprecated. jcr:versionStorage
JCR_XMLCHARACTERS - Static variable in class org.apache.jackrabbit.name.QName
Deprecated. jcr:xmlcharacters
JCR_XMLTEXT - Static variable in class org.apache.jackrabbit.name.QName
Deprecated. jcr:xmltext
JcrConstants - Interface in org.apache.jackrabbit
This Interface defines some of the item names that are defined in the jcr spec 1.0, using the default prefixes 'jcr', 'nt' and 'mix'.
JNDIRepository - Class in org.apache.jackrabbit.commons.repository
Proxy for a repository bound in JNDI.
JNDIRepository(Context, String) - Constructor for class org.apache.jackrabbit.commons.repository.JNDIRepository
Creates a proxy for a repository in the given JNDI location.
JNDIRepositoryFactory - Class in org.apache.jackrabbit.commons.repository
Factory that looks up a repository from JNDI.
JNDIRepositoryFactory(Context, String) - Constructor for class org.apache.jackrabbit.commons.repository.JNDIRepositoryFactory
Creates a factory for looking up a repository from JNDI.
JsonHandler - Interface in org.apache.jackrabbit.commons.json
The JSONHandler interface recieves notifications from the JsonParser.
JsonParser - Class in org.apache.jackrabbit.commons.json
JsonParser parses and validates the JSON object passed upon JsonParser.parse(String) or JsonParser.parse(InputStream, String) and notifies the specified JsonHandler
JsonParser(JsonHandler) - Constructor for class org.apache.jackrabbit.commons.json.JsonParser
Create a new JSONParser with the specified JSONHandler.
JsonUtil - Class in org.apache.jackrabbit.commons.json
JSON utilities.
JsonUtil() - Constructor for class org.apache.jackrabbit.commons.json.JsonUtil
 

K

key(String) - Method in interface org.apache.jackrabbit.commons.json.JsonHandler
Recieve notification about the given JSON key.

L

lastNode - Variable in class org.apache.jackrabbit.commons.packaging.FilterContentPackage.FilteringIterator
 
LazyFileInputStream - Class in org.apache.jackrabbit.util
This Class implements an InputStream that provides the same functionality as a FileInputStream but opens the file by the first file access.
LazyFileInputStream(File) - Constructor for class org.apache.jackrabbit.util.LazyFileInputStream
Creates a new LazyFileInputStream for the given file.
LazyFileInputStream(FileDescriptor) - Constructor for class org.apache.jackrabbit.util.LazyFileInputStream
Creates a new LazyFileInputStream for the given file desciptor.
LazyFileInputStream(String) - Constructor for class org.apache.jackrabbit.util.LazyFileInputStream
Creates a new LazyFileInputStream for the given file.
leaving(Property, int) - Method in class org.apache.jackrabbit.commons.visitor.FilteringItemVisitor
Implement this method to add behaviour performed after a Property is visited.
leaving(Node, int) - Method in class org.apache.jackrabbit.commons.visitor.FilteringItemVisitor
Implement this method to add behaviour performed after a Node is visited.
Locked - Class in org.apache.jackrabbit.util
Locked is a utility to synchronize modifications on a lockable node.
Locked() - Constructor for class org.apache.jackrabbit.util.Locked
 
login() - Method in class org.apache.jackrabbit.commons.AbstractRepository
Calls Repository.login(Credentials, String) with null arguments.
login(Credentials) - Method in class org.apache.jackrabbit.commons.AbstractRepository
Calls Repository.login(Credentials, String) with the given credentials and a null workspace name.
login(String) - Method in class org.apache.jackrabbit.commons.AbstractRepository
Calls Repository.login(Credentials, String) with null credentials and the given workspace name.
login(Credentials, String) - Method in class org.apache.jackrabbit.commons.repository.EmptyRepository
Throws an exception since this repository contains no workspaces.
login(Credentials, String) - Method in class org.apache.jackrabbit.commons.repository.ProxyRepository
Logs in to the proxied repository and returns the resulting session.
logout() - Method in class org.apache.jackrabbit.commons.AbstractSession
Clears the local namespace mappings.
LongValue - Class in org.apache.jackrabbit.value
A LongValue provides an implementation of the Value interface representing a long value.
LongValue(Long) - Constructor for class org.apache.jackrabbit.value.LongValue
Constructs a LongValue object representing a long.
LongValue(long) - Constructor for class org.apache.jackrabbit.value.LongValue
Constructs a LongValue object representing a long.
lowSurrogate(int) - Static method in class org.apache.jackrabbit.util.XMLChar
Returns the low surrogate of a supplemental character

M

MalformedPathException - Exception in org.apache.jackrabbit.name
Deprecated. Use the MalformedPathException class from the org.apache.jackrabbit.spi.commons.conversion package of the jackrabbit-spi-commons component.
MalformedPathException(String) - Constructor for exception org.apache.jackrabbit.name.MalformedPathException
Deprecated. Creates a MalformedPathException with the given error message.
MalformedPathException(String, Throwable) - Constructor for exception org.apache.jackrabbit.name.MalformedPathException
Deprecated. Creates a MalformedPathException with the given error message and root cause exception.
map(Path, boolean) - Method in class org.apache.jackrabbit.util.PathMap
Deprecated. Map a path to a child.
mark(int) - Method in class org.apache.jackrabbit.util.LazyFileInputStream
markSupported() - Method in class org.apache.jackrabbit.util.LazyFileInputStream
MASK_CONTENT - Static variable in class org.apache.jackrabbit.util.XMLChar
Content character mask.
MASK_NAME - Static variable in class org.apache.jackrabbit.util.XMLChar
Name character mask.
MASK_NAME_START - Static variable in class org.apache.jackrabbit.util.XMLChar
Name start character mask.
MASK_NCNAME - Static variable in class org.apache.jackrabbit.util.XMLChar
NCName character mask.
MASK_NCNAME_START - Static variable in class org.apache.jackrabbit.util.XMLChar
NCName start character mask.
MASK_PUBID - Static variable in class org.apache.jackrabbit.util.XMLChar
Pubid character mask.
MASK_SPACE - Static variable in class org.apache.jackrabbit.util.XMLChar
Space character mask.
MASK_VALID - Static variable in class org.apache.jackrabbit.util.XMLChar
Valid character mask.
matches(Item) - Method in class org.apache.jackrabbit.commons.predicate.DeclaringTypePredicate
Matches if the declaring nodetype of the item is equal to the one specified in this filter.
matches(Item) - Method in class org.apache.jackrabbit.commons.predicate.DepthPredicate
Returns true.
matches(Item) - Method in class org.apache.jackrabbit.commons.predicate.IsMandatoryPredicate
 
matches(Item) - Method in class org.apache.jackrabbit.commons.predicate.IsNodePredicate
Returns true if the item is a node and the polarity is positive (true).
matches(Item) - Method in class org.apache.jackrabbit.commons.predicate.NamePredicate
Returns true if the name of the given item is equal to the configured name.
matches(Item) - Method in class org.apache.jackrabbit.commons.predicate.NodeTypePredicate
Returns true if the item is a node and if the configured nodetype is equal to the primary type of the node.
matches(String, String) - Static method in class org.apache.jackrabbit.util.ChildrenCollectorFilter
Matches the name pattern against the specified name.
maxDepth - Variable in class org.apache.jackrabbit.commons.predicate.DepthPredicate
The maximal depth
maxLevel - Variable in class org.apache.jackrabbit.commons.visitor.FilteringItemVisitor
the 0-based level up to which the hierarchy should be traversed (if it's -1, the hierarchy will be traversed until there are no more children of the current item)
md5(String, String) - Static method in class org.apache.jackrabbit.util.Text
Calculate an MD5 hash of the string given.
md5(String) - Static method in class org.apache.jackrabbit.util.Text
Calculate an MD5 hash of the string given using 'utf-8' encoding.
minDepth - Variable in class org.apache.jackrabbit.commons.predicate.DepthPredicate
The minimal depth
MIX - Static variable in class org.apache.jackrabbit.commons.NamespaceHelper
The mix namespace URI.
MIX_LOCKABLE - Static variable in interface org.apache.jackrabbit.JcrConstants
mix:lockable
MIX_LOCKABLE - Static variable in class org.apache.jackrabbit.name.QName
Deprecated. mix:referenceable
MIX_REFERENCEABLE - Static variable in interface org.apache.jackrabbit.JcrConstants
mix:referenceable
MIX_REFERENCEABLE - Static variable in class org.apache.jackrabbit.name.QName
Deprecated. mix:referenceable
MIX_SHAREABLE - Static variable in interface org.apache.jackrabbit.JcrConstants
mix:shareable
MIX_VERSIONABLE - Static variable in interface org.apache.jackrabbit.JcrConstants
mix:versionable
MIX_VERSIONABLE - Static variable in class org.apache.jackrabbit.name.QName
Deprecated. mix:versionable

N

name - Variable in class org.apache.jackrabbit.commons.predicate.NamePredicate
The name to filter on
NameCache - Interface in org.apache.jackrabbit.name
Deprecated.  
NameException - Exception in org.apache.jackrabbit.name
Deprecated. Use the NameException class from the org.apache.jackrabbit.spi.commons.conversion package of the jackrabbit-spi-commons component.
NameException(String) - Constructor for exception org.apache.jackrabbit.name.NameException
Deprecated. Creates a NameException with the given error message.
NameException(String, Throwable) - Constructor for exception org.apache.jackrabbit.name.NameException
Deprecated. Creates a NameException with the given error message and root cause exception.
NameFormat - Class in org.apache.jackrabbit.name
Deprecated. Use the NameResolver interface from the org.apache.jackrabbit.spi.commons.conversion package of the jackrabbit-spi-commons component.
NameFormat() - Constructor for class org.apache.jackrabbit.name.NameFormat
Deprecated.  
NamePathResolver - Interface in org.apache.jackrabbit.name
Deprecated. Use the NamePathResolver interface from the org.apache.jackrabbit.spi.commons.conversion package of the jackrabbit-spi-commons component.
NamePredicate - Class in org.apache.jackrabbit.commons.predicate
Filters items according to their names.
NamePredicate(String, int, int) - Constructor for class org.apache.jackrabbit.commons.predicate.NamePredicate
Creates a new name filter with the given name and depths
NamePredicate(String) - Constructor for class org.apache.jackrabbit.commons.predicate.NamePredicate
Creates a new name filter with the given name.
NameResolver - Interface in org.apache.jackrabbit.name
Deprecated. Use the NameResolver interface from the org.apache.jackrabbit.spi.commons.conversion package of the jackrabbit-spi-commons component.
namespaceAdded(String, String) - Method in interface org.apache.jackrabbit.name.NamespaceListener
Deprecated. Notifies the listeners that a new namespace uri has been added and mapped to prefix.
NamespaceAdder - Class in org.apache.jackrabbit.util.name
Deprecated. Use the NamespaceAdder class from the org.apache.jackrabbit.spi.commons.namespace package of the jackrabbit-spi-commons component.
NamespaceAdder(NamespaceRegistry) - Constructor for class org.apache.jackrabbit.util.name.NamespaceAdder
Deprecated.  
NamespaceExtractor - Class in org.apache.jackrabbit.util.name
Deprecated. Use the NamespaceExtractor class from the org.apache.jackrabbit.spi.commons.namespace package of the jackrabbit-spi-commons component.
NamespaceExtractor(String, String) - Constructor for class org.apache.jackrabbit.util.name.NamespaceExtractor
Deprecated. Constructor
NamespaceHelper - Class in org.apache.jackrabbit.commons
Helper class for working with JCR namespaces.
NamespaceHelper(Session) - Constructor for class org.apache.jackrabbit.commons.NamespaceHelper
Creates a namespace helper for the given session.
NamespaceListener - Interface in org.apache.jackrabbit.name
Deprecated. Use the NamespaceListener interface from the org.apache.jackrabbit.spi.commons.namespace package of the jackrabbit-spi-commons component.
NamespaceMapping - Class in org.apache.jackrabbit.util.name
Deprecated. Use the NamespaceMapping class from the org.apache.jackrabbit.spi.commons.namespace package of the jackrabbit-spi-commons component.
NamespaceMapping() - Constructor for class org.apache.jackrabbit.util.name.NamespaceMapping
Deprecated.  
NamespaceMapping(NamespaceResolver) - Constructor for class org.apache.jackrabbit.util.name.NamespaceMapping
Deprecated. Constructor
namespaceRemapped(String, String, String) - Method in interface org.apache.jackrabbit.name.NamespaceListener
Deprecated. Notifies the listeners that an existing namespace uri has been re-mapped from oldPrefix to newPrefix.
namespaceRemoved(String) - Method in interface org.apache.jackrabbit.name.NamespaceListener
Deprecated. Notifies the listeners that the namespace with the given uri has been unregistered.
NamespaceResolver - Interface in org.apache.jackrabbit.name
Deprecated. Use the NamespaceResolver interface from the org.apache.jackrabbit.spi.commons.namespace package of the jackrabbit-spi-commons component.
NameValue - Class in org.apache.jackrabbit.value
A NameValue provides an implementation of the Value interface representing a NAME value (a string that is namespace-qualified).
NameValue(String) - Constructor for class org.apache.jackrabbit.value.NameValue
Protected constructor creating a NameValue object without validating the name.
next() - Method in class org.apache.jackrabbit.commons.iterator.RangeIteratorAdapter
Returns the next element in this iterator and advances the iterator position.
next() - Method in class org.apache.jackrabbit.commons.iterator.RangeIteratorDecorator
Delegated to the underlying iterator.
next() - Method in class org.apache.jackrabbit.commons.packaging.FilterContentPackage.FilteringIterator
 
next() - Method in class org.apache.jackrabbit.util.IteratorHelper
Deprecated. 
nextEvent() - Method in class org.apache.jackrabbit.commons.iterator.EventIteratorAdapter
Returns the next event.
nextEventListener() - Method in class org.apache.jackrabbit.commons.iterator.EventListenerIteratorAdapter
Returns the next event listener.
nextIdentifier() - Method in class org.apache.jackrabbit.uuid.VersionFourGenerator
Deprecated. Returns a new version four UUID.
nextIdentifier(boolean) - Method in class org.apache.jackrabbit.uuid.VersionFourGenerator
Deprecated. Returns a new version four UUID.
nextItem - Variable in class org.apache.jackrabbit.commons.packaging.FilterContentPackage.FilteringIterator
 
nextNode() - Method in class org.apache.jackrabbit.commons.iterator.NodeIteratorAdapter
Returns the next node.
nextNode() - Method in class org.apache.jackrabbit.util.IteratorHelper
Deprecated. 
nextNodeType() - Method in class org.apache.jackrabbit.commons.iterator.NodeTypeIteratorAdapter
Returns the next node type.
nextNodeType() - Method in class org.apache.jackrabbit.util.IteratorHelper
Deprecated. 
nextProperty() - Method in class org.apache.jackrabbit.commons.iterator.PropertyIteratorAdapter
Returns the next property.
nextProperty() - Method in class org.apache.jackrabbit.util.IteratorHelper
Deprecated. 
nextQueue - Variable in class org.apache.jackrabbit.commons.visitor.FilteringItemVisitor
 
nextRow() - Method in class org.apache.jackrabbit.commons.iterator.RowIteratorAdapter
Returns the next row.
nextVersion() - Method in class org.apache.jackrabbit.commons.iterator.VersionIteratorAdapter
Returns the next version.
NodeIteratorAdapter - Class in org.apache.jackrabbit.commons.iterator
Adapter class for turning RangeIterators or Iterators into NodeIterators.
NodeIteratorAdapter(RangeIterator) - Constructor for class org.apache.jackrabbit.commons.iterator.NodeIteratorAdapter
Creates an adapter for the given RangeIterator.
NodeIteratorAdapter(Iterator) - Constructor for class org.apache.jackrabbit.commons.iterator.NodeIteratorAdapter
Creates an adapter for the given Iterator.
NodeIteratorAdapter(Collection) - Constructor for class org.apache.jackrabbit.commons.iterator.NodeIteratorAdapter
Creates an iterator for the given collection.
nodeIteratorStack - Variable in class org.apache.jackrabbit.commons.packaging.FilterContentPackage.FilteringIterator
 
nodeType - Variable in class org.apache.jackrabbit.commons.predicate.DeclaringTypePredicate
The nodetype to check
nodeType - Variable in class org.apache.jackrabbit.commons.predicate.NodeTypePredicate
the nodetype to filter on
NodeTypeIteratorAdapter - Class in org.apache.jackrabbit.commons.iterator
Adapter class for turning RangeIterators or Iterators into NodeTypeIterators.
NodeTypeIteratorAdapter(RangeIterator) - Constructor for class org.apache.jackrabbit.commons.iterator.NodeTypeIteratorAdapter
Creates an adapter for the given RangeIterator.
NodeTypeIteratorAdapter(Iterator) - Constructor for class org.apache.jackrabbit.commons.iterator.NodeTypeIteratorAdapter
Creates an adapter for the given Iterator.
NodeTypeIteratorAdapter(Collection) - Constructor for class org.apache.jackrabbit.commons.iterator.NodeTypeIteratorAdapter
Creates an iterator for the given collection.
NodeTypePredicate - Class in org.apache.jackrabbit.commons.predicate
Filters on the node type of a node.
NodeTypePredicate(String, boolean, int, int) - Constructor for class org.apache.jackrabbit.commons.predicate.NodeTypePredicate
Creates a new node type filter.
NodeTypePredicate(String, boolean) - Constructor for class org.apache.jackrabbit.commons.predicate.NodeTypePredicate
Creates a new node type filter.
NoPrefixDeclaredException - Exception in org.apache.jackrabbit.name
Deprecated.  
NoPrefixDeclaredException(String) - Constructor for exception org.apache.jackrabbit.name.NoPrefixDeclaredException
Deprecated. Creates a NoPrefixDeclaredException with the given error message.
NoPrefixDeclaredException(String, Throwable) - Constructor for exception org.apache.jackrabbit.name.NoPrefixDeclaredException
Deprecated. Creates a NoPrefixDeclaredException with the given error message and root cause exception.
notifyNamespaceAdded(String, String) - Method in class org.apache.jackrabbit.name.AbstractNamespaceResolver
Deprecated. Notifies the listeners that a new namespace uri has been added and mapped to prefix.
notifyNamespaceRemapped(String, String, String) - Method in class org.apache.jackrabbit.name.AbstractNamespaceResolver
Deprecated. Notifies listeners that an existing namespace uri has been remapped to a new prefix.
notifyNamespaceRemoved(String) - Method in class org.apache.jackrabbit.name.AbstractNamespaceResolver
Deprecated. Notifies the listeners that the namespace with the given uri has been removed from the mapping.
NS_DEFAULT_URI - Static variable in class org.apache.jackrabbit.name.QName
Deprecated.  
NS_EMPTY_PREFIX - Static variable in class org.apache.jackrabbit.name.QName
Deprecated.  
NS_JCR_PREFIX - Static variable in class org.apache.jackrabbit.name.QName
Deprecated.  
NS_JCR_URI - Static variable in class org.apache.jackrabbit.name.QName
Deprecated.  
NS_MIX_PREFIX - Static variable in class org.apache.jackrabbit.name.QName
Deprecated.  
NS_MIX_URI - Static variable in class org.apache.jackrabbit.name.QName
Deprecated.  
NS_NT_PREFIX - Static variable in class org.apache.jackrabbit.name.QName
Deprecated.  
NS_NT_URI - Static variable in class org.apache.jackrabbit.name.QName
Deprecated.  
NS_REP_PREFIX - Static variable in class org.apache.jackrabbit.name.QName
Deprecated.  
NS_REP_URI - Static variable in class org.apache.jackrabbit.name.QName
Deprecated.  
NS_SV_PREFIX - Static variable in class org.apache.jackrabbit.name.QName
Deprecated.  
NS_SV_URI - Static variable in class org.apache.jackrabbit.name.QName
Deprecated.  
NS_XML_PREFIX - Static variable in class org.apache.jackrabbit.name.QName
Deprecated.  
NS_XML_URI - Static variable in class org.apache.jackrabbit.name.QName
Deprecated.  
NS_XMLNS_PREFIX - Static variable in class org.apache.jackrabbit.name.QName
Deprecated.  
NS_XMLNS_URI - Static variable in class org.apache.jackrabbit.name.QName
Deprecated.  
NT - Static variable in class org.apache.jackrabbit.commons.NamespaceHelper
The nt namespace URI.
NT_BASE - Static variable in interface org.apache.jackrabbit.JcrConstants
nt:base
NT_BASE - Static variable in class org.apache.jackrabbit.name.QName
Deprecated. nt:base
NT_CHILDNODEDEFINITION - Static variable in interface org.apache.jackrabbit.JcrConstants
nt:childNodeDefinition
NT_CHILDNODEDEFINITION - Static variable in class org.apache.jackrabbit.name.QName
Deprecated. nt:childNodeDefinition
NT_FILE - Static variable in class org.apache.jackrabbit.commons.predicate.NtFilePredicate
 
NT_FILE - Static variable in interface org.apache.jackrabbit.JcrConstants
nt:file
NT_FILE - Static variable in class org.apache.jackrabbit.name.QName
Deprecated. nt:file
NT_FOLDER - Static variable in interface org.apache.jackrabbit.JcrConstants
nt:folder
NT_FOLDER - Static variable in class org.apache.jackrabbit.name.QName
Deprecated. nt:folder
NT_FROZENNODE - Static variable in interface org.apache.jackrabbit.JcrConstants
nt:frozenNode
NT_FROZENNODE - Static variable in class org.apache.jackrabbit.name.QName
Deprecated. nt:frozenNode
NT_HIERARCHYNODE - Static variable in class org.apache.jackrabbit.commons.predicate.NtFilePredicate
 
NT_HIERARCHYNODE - Static variable in interface org.apache.jackrabbit.JcrConstants
nt:hierarchyNode
NT_HIERARCHYNODE - Static variable in class org.apache.jackrabbit.name.QName
Deprecated. nt:hierarchyNode
NT_LINKEDFILE - Static variable in interface org.apache.jackrabbit.JcrConstants
nt:linkedFile
NT_NODETYPE - Static variable in interface org.apache.jackrabbit.JcrConstants
nt:nodeType
NT_NODETYPE - Static variable in class org.apache.jackrabbit.name.QName
Deprecated. nt:nodeType
NT_PROPERTYDEFINITION - Static variable in interface org.apache.jackrabbit.JcrConstants
nt:propertyDefinition
NT_PROPERTYDEFINITION - Static variable in class org.apache.jackrabbit.name.QName
Deprecated. nt:propertyDefinition
NT_QUERY - Static variable in interface org.apache.jackrabbit.JcrConstants
nt:query
NT_QUERY - Static variable in class org.apache.jackrabbit.name.QName
Deprecated. nt:query
NT_RESOURCE - Static variable in class org.apache.jackrabbit.commons.predicate.NtFilePredicate
 
NT_RESOURCE - Static variable in interface org.apache.jackrabbit.JcrConstants
nt:resource
NT_RESOURCE - Static variable in class org.apache.jackrabbit.name.QName
Deprecated. nt:resource
NT_UNSTRUCTURED - Static variable in interface org.apache.jackrabbit.JcrConstants
nt:unstructured
NT_UNSTRUCTURED - Static variable in class org.apache.jackrabbit.name.QName
Deprecated. nt:unstructured
NT_VERSION - Static variable in interface org.apache.jackrabbit.JcrConstants
nt:version
NT_VERSION - Static variable in class org.apache.jackrabbit.name.QName
Deprecated. nt:version
NT_VERSIONEDCHILD - Static variable in interface org.apache.jackrabbit.JcrConstants
nt:versionedChild
NT_VERSIONEDCHILD - Static variable in class org.apache.jackrabbit.name.QName
Deprecated. nt:versionedChild
NT_VERSIONHISTORY - Static variable in interface org.apache.jackrabbit.JcrConstants
nt:versionHistory
NT_VERSIONHISTORY - Static variable in class org.apache.jackrabbit.name.QName
Deprecated. nt:versionHistory
NT_VERSIONLABELS - Static variable in interface org.apache.jackrabbit.JcrConstants
nt:versionLabels
NT_VERSIONLABELS - Static variable in class org.apache.jackrabbit.name.QName
Deprecated. nt:versionLabels
NtFilePredicate - Class in org.apache.jackrabbit.commons.predicate
The nt file item filter matches all properties that are defined my the nt:file or nt:resource nodetype.
NtFilePredicate() - Constructor for class org.apache.jackrabbit.commons.predicate.NtFilePredicate
 
NtFilePredicate(boolean, boolean) - Constructor for class org.apache.jackrabbit.commons.predicate.NtFilePredicate
 

O

object() - Method in interface org.apache.jackrabbit.commons.json.JsonHandler
Recieve notification about the start of an JSON object.
open() - Method in class org.apache.jackrabbit.util.LazyFileInputStream
Opens the underlying file input stream in neccessairy.
org.apache.jackrabbit - package org.apache.jackrabbit
 
org.apache.jackrabbit.commons - package org.apache.jackrabbit.commons
 
org.apache.jackrabbit.commons.iterator - package org.apache.jackrabbit.commons.iterator
 
org.apache.jackrabbit.commons.json - package org.apache.jackrabbit.commons.json
 
org.apache.jackrabbit.commons.packaging - package org.apache.jackrabbit.commons.packaging
 
org.apache.jackrabbit.commons.predicate - package org.apache.jackrabbit.commons.predicate
 
org.apache.jackrabbit.commons.query - package org.apache.jackrabbit.commons.query
 
org.apache.jackrabbit.commons.repository - package org.apache.jackrabbit.commons.repository
 
org.apache.jackrabbit.commons.visitor - package org.apache.jackrabbit.commons.visitor
 
org.apache.jackrabbit.commons.xml - package org.apache.jackrabbit.commons.xml
 
org.apache.jackrabbit.name - package org.apache.jackrabbit.name
 
org.apache.jackrabbit.util - package org.apache.jackrabbit.util
 
org.apache.jackrabbit.util.name - package org.apache.jackrabbit.util.name
 
org.apache.jackrabbit.uuid - package org.apache.jackrabbit.uuid
This package contains a UUID (Universally Unique Identifier) version 4 generator implementation copied from from the Jakarta Commons-Id project.
org.apache.jackrabbit.value - package org.apache.jackrabbit.value
 

P

PARENT_ELEMENT - Static variable in class org.apache.jackrabbit.name.Path
Deprecated. the 'parent' element.
parse(String) - Method in class org.apache.jackrabbit.commons.json.JsonParser
 
parse(InputStream, String) - Method in class org.apache.jackrabbit.commons.json.JsonParser
 
parse(Reader) - Method in class org.apache.jackrabbit.commons.json.JsonParser
 
parse(InputStream) - Method in class org.apache.jackrabbit.commons.xml.ParsingContentHandler
Utility method that parses the given input stream using this handler.
parse(String, NamespaceResolver) - Static method in class org.apache.jackrabbit.name.NameFormat
Deprecated. Converts the jcrName to its corresponding QName.
parse(String[], NamespaceResolver) - Static method in class org.apache.jackrabbit.name.NameFormat
Deprecated. Converts each JCR-style name in the passed array to its corresponding QName and returns the resulting QName array.
parse(String, NamespaceResolver) - Static method in class org.apache.jackrabbit.name.PathFormat
Deprecated. Parses jcrPath into a qualified path using resolver to convert prefixes into namespace URI's.
parse(Path, String, NamespaceResolver) - Static method in class org.apache.jackrabbit.name.PathFormat
Deprecated. Parses the give jcrPath and returns a Path.
parse(String) - Static method in class org.apache.jackrabbit.util.ISO8601
Parses an ISO8601-compliant date/time string.
ParsingContentHandler - Class in org.apache.jackrabbit.commons.xml
Utility class that decorates a ContentHandler instance with simple XML parsing capability.
ParsingContentHandler(ContentHandler) - Constructor for class org.apache.jackrabbit.commons.xml.ParsingContentHandler
Creates a DefaultHandler adapter for the given content handler.
ParsingNameResolver - Class in org.apache.jackrabbit.name
Deprecated. Use the ParsingNameResolver class from the org.apache.jackrabbit.spi.commons.conversion package of the jackrabbit-spi-commons component.
ParsingNameResolver(NamespaceResolver) - Constructor for class org.apache.jackrabbit.name.ParsingNameResolver
Deprecated. Creates a parsing name resolver.
ParsingNameResolver(Session) - Constructor for class org.apache.jackrabbit.name.ParsingNameResolver
Deprecated. Creates a parsing name resolver for a JCR session.
ParsingPathResolver - Class in org.apache.jackrabbit.name
Deprecated. Use the ParsingPathResolver class from the org.apache.jackrabbit.spi.commons.conversion package of the jackrabbit-spi-commons component.
ParsingPathResolver(NameResolver) - Constructor for class org.apache.jackrabbit.name.ParsingPathResolver
Deprecated. Creates a parsing path resolver.
Path - Class in org.apache.jackrabbit.name
Deprecated. Use the Path and PathFactory interfaces from the org.apache.jackrabbit.spi package of the jackrabbit-spi component. A default implementation is available as the org.apache.jackrabbit.spi.commons.name.PathFactoryImpl class in the jackrabbit-spi-commons component.
Path.CurrentElement - Class in org.apache.jackrabbit.name
Deprecated.  
Path.NameElement - Class in org.apache.jackrabbit.name
Deprecated.  
Path.ParentElement - Class in org.apache.jackrabbit.name
Deprecated.  
Path.PathBuilder - Class in org.apache.jackrabbit.name
Deprecated. Internal helper class used to build a path from pre-parsed path elements.
Path.PathBuilder() - Constructor for class org.apache.jackrabbit.name.Path.PathBuilder
Deprecated. Creates a new PathBuilder.
Path.PathBuilder(Path.PathElement[]) - Constructor for class org.apache.jackrabbit.name.Path.PathBuilder
Deprecated. Creates a new PathBuilder and initialized it with the given path elements.
Path.PathBuilder(Path) - Constructor for class org.apache.jackrabbit.name.Path.PathBuilder
Deprecated. Creates a new PathBuilder and initialized it with elements of the given path.
Path.PathElement - Class in org.apache.jackrabbit.name
Deprecated. Object representation of a single JCR path element.
Path.RootElement - Class in org.apache.jackrabbit.name
Deprecated.  
PathFormat - Class in org.apache.jackrabbit.name
Deprecated. Use the PathResolver interface from the org.apache.jackrabbit.spi.commons.conversion package of the jackrabbit-spi-commons component.
PathFormat() - Constructor for class org.apache.jackrabbit.name.PathFormat
Deprecated.  
pathIndex - Variable in class org.apache.jackrabbit.commons.packaging.FilterContentPackage.FilteringIterator
 
PathMap - Class in org.apache.jackrabbit.util
Deprecated. Use the PathMap class from the org.apache.jackrabbit.spi.commons.name package of the jackrabbit-spi-commons component.
PathMap() - Constructor for class org.apache.jackrabbit.util.PathMap
Deprecated.  
PathMap.Element - Class in org.apache.jackrabbit.util
Deprecated. Internal class holding the object associated with a certain path element.
PathMap.ElementVisitor - Interface in org.apache.jackrabbit.util
Deprecated. Element visitor used in PathMap.traverse(org.apache.jackrabbit.util.PathMap.ElementVisitor, boolean)
PathPredicate - Class in org.apache.jackrabbit.commons.predicate
The path filter provides hierarchical filtering.
PathPredicate(String) - Constructor for class org.apache.jackrabbit.commons.predicate.PathPredicate
Creates a new default path filter | Pattern | Matches | /foo | exactly "/foo" | /foo.* | all paths starting with "foo." | foo.* | all files starting with "foo." | /foo/* | all direct children of /foo | /foo/** | all children of /foo
PathResolver - Interface in org.apache.jackrabbit.name
Deprecated. Use the PathResolver interface from the org.apache.jackrabbit.spi.commons.conversion package of the jackrabbit-spi-commons component.
paths - Variable in class org.apache.jackrabbit.commons.packaging.FilterContentPackage.Content
 
PathValue - Class in org.apache.jackrabbit.value
A PathValue provides an implementation of the Value interface representing a PATH value (an absolute or relative workspace path).
PathValue(String) - Constructor for class org.apache.jackrabbit.value.PathValue
Protected constructor creating a PathValue object without validating the path.
Predicate - Interface in org.apache.jackrabbit.commons.predicate
Interface for object predicates, i.e.
processingInstruction(String, String) - Method in class org.apache.jackrabbit.commons.xml.DefaultContentHandler
Delegated to DefaultContentHandler.handler.
processingInstruction(String, String) - Method in class org.apache.jackrabbit.commons.xml.ProxyContentHandler
Delegated to ProxyContentHandler.handler.
processingInstruction(String, String) - Method in class org.apache.jackrabbit.commons.xml.ToXmlContentHandler
Serializes a processing instruction.
propertyIterator - Variable in class org.apache.jackrabbit.commons.packaging.FilterContentPackage.FilteringIterator
 
PropertyIteratorAdapter - Class in org.apache.jackrabbit.commons.iterator
Adapter class for turning RangeIterators or Iterators into PropertyIterators.
PropertyIteratorAdapter(RangeIterator) - Constructor for class org.apache.jackrabbit.commons.iterator.PropertyIteratorAdapter
Creates an adapter for the given RangeIterator.
PropertyIteratorAdapter(Iterator) - Constructor for class org.apache.jackrabbit.commons.iterator.PropertyIteratorAdapter
Creates an adapter for the given Iterator.
PropertyIteratorAdapter(Collection) - Constructor for class org.apache.jackrabbit.commons.iterator.PropertyIteratorAdapter
Creates an iterator for the given collection.
propsOnly - Variable in class org.apache.jackrabbit.commons.predicate.DeclaringTypePredicate
indicates if only props should be checked
ProxyContentHandler - Class in org.apache.jackrabbit.commons.xml
A proxy content handler that passes all SAX events as-is to the proxied handler.
ProxyContentHandler(ContentHandler) - Constructor for class org.apache.jackrabbit.commons.xml.ProxyContentHandler
Creates a proxy for the given content handler.
ProxyRepository - Class in org.apache.jackrabbit.commons.repository
Repository that proxies all method calls to another repository.
ProxyRepository(RepositoryFactory) - Constructor for class org.apache.jackrabbit.commons.repository.ProxyRepository
Creates a proxy for the repository (or repositories) accessible through the given factory.
put(Path.PathElement, PathMap.Element) - Method in class org.apache.jackrabbit.util.PathMap.Element
Deprecated. Link a child of this node.
put(Path, Object) - Method in class org.apache.jackrabbit.util.PathMap
Deprecated. Create an element given by its path.
put(Path, PathMap.Element) - Method in class org.apache.jackrabbit.util.PathMap
Deprecated. Put an element given by its path.
put(Path) - Method in class org.apache.jackrabbit.util.PathMap
Deprecated. Create an empty child given by its path.

Q

QName - Class in org.apache.jackrabbit.name
Deprecated. Use the Name and NameFactory interfaces from the org.apache.jackrabbit.spi package of the jackrabbit-spi component. A default implementation is available as the org.apache.jackrabbit.spi.commons.name.NameFactoryImpl class in the jackrabbit-spi-commons component.
QName(String, String) - Constructor for class org.apache.jackrabbit.name.QName
Deprecated. Creates a new qualified name with the given namespace URI and local part.

R

randomUUID() - Static method in class org.apache.jackrabbit.uuid.UUID
Deprecated. Returns a new version 4 UUID, based upon Random bits.
RangeIteratorAdapter - Class in org.apache.jackrabbit.commons.iterator
Adapter for turning normal Iterators into RangeIterators.
RangeIteratorAdapter(Iterator, long) - Constructor for class org.apache.jackrabbit.commons.iterator.RangeIteratorAdapter
Creates an adapter for the given iterator of the given size.
RangeIteratorAdapter(Iterator) - Constructor for class org.apache.jackrabbit.commons.iterator.RangeIteratorAdapter
Creates an adapter for the given iterator of unknown size.
RangeIteratorAdapter(Collection) - Constructor for class org.apache.jackrabbit.commons.iterator.RangeIteratorAdapter
Creates a RangeIterator for the given collection.
RangeIteratorDecorator - Class in org.apache.jackrabbit.commons.iterator
Base class for decorating RangeIterators.
RangeIteratorDecorator(RangeIterator) - Constructor for class org.apache.jackrabbit.commons.iterator.RangeIteratorDecorator
Creates a decorated iterator.
read() - Method in class org.apache.jackrabbit.util.LazyFileInputStream
read(byte[]) - Method in class org.apache.jackrabbit.util.LazyFileInputStream
read(byte[], int, int) - Method in class org.apache.jackrabbit.util.LazyFileInputStream
ReferenceValue - Class in org.apache.jackrabbit.value
A ReferenceValue provides an implementation of the Value interface representing a REFERENCE value (a UUID of an existing node).
ReferenceValue(Node) - Constructor for class org.apache.jackrabbit.value.ReferenceValue
Constructs a ReferenceValue object representing the UUID of an existing node.
ReferenceValue(String) - Constructor for class org.apache.jackrabbit.value.ReferenceValue
Protected constructor creating a ReferenceValue object without validating the UUID format.
regex - Variable in class org.apache.jackrabbit.commons.predicate.PathPredicate
the internal regex pattern
registerNamespace(String, String) - Method in class org.apache.jackrabbit.commons.NamespaceHelper
Safely registers the given namespace.
registerNamespaces(Map) - Method in class org.apache.jackrabbit.commons.NamespaceHelper
Safely registers all namespaces in the given map from prefixes to namespace URIs.
remove() - Method in class org.apache.jackrabbit.commons.AbstractProperty
Removes this property.
remove() - Method in class org.apache.jackrabbit.commons.iterator.RangeIteratorAdapter
Removes the previously retrieved element.
remove() - Method in class org.apache.jackrabbit.commons.iterator.RangeIteratorDecorator
Delegated to the underlying iterator.
remove() - Method in class org.apache.jackrabbit.commons.packaging.FilterContentPackage.FilteringIterator
 
remove() - Method in class org.apache.jackrabbit.util.IteratorHelper
Deprecated. 
remove(Path.PathElement) - Method in class org.apache.jackrabbit.util.PathMap.Element
Deprecated. Remove a child.
remove() - Method in class org.apache.jackrabbit.util.PathMap.Element
Deprecated. Remove this element.
remove(boolean) - Method in class org.apache.jackrabbit.util.PathMap.Element
Deprecated. Remove this element.
remove(Object) - Method in class org.apache.jackrabbit.util.WeakIdentityCollection
Removes the object o from this collection if it is present.
removeAll() - Method in class org.apache.jackrabbit.util.PathMap.Element
Deprecated. Remove all children of this element.
removeAll(Collection) - Method in class org.apache.jackrabbit.util.WeakIdentityCollection
 
removeListener(NamespaceListener) - Method in class org.apache.jackrabbit.name.AbstractNamespaceResolver
Deprecated. Removes the listener from this NamespaceRegistery.
REP_NODETYPES - Static variable in class org.apache.jackrabbit.name.QName
Deprecated. rep:versionStorage
REP_ROOT - Static variable in class org.apache.jackrabbit.name.QName
Deprecated. rep:root
REP_SYSTEM - Static variable in class org.apache.jackrabbit.name.QName
Deprecated. rep:system
REP_VERSIONSTORAGE - Static variable in class org.apache.jackrabbit.name.QName
Deprecated. rep:versionStorage
replace(String, String, String) - Static method in class org.apache.jackrabbit.util.Text
Replaces all occurences of oldString in text with newString.
replaceVariables(Properties, String, boolean) - Static method in class org.apache.jackrabbit.util.Text
Performs variable replacement on the given string value.
RepositoryFactory - Interface in org.apache.jackrabbit.commons.repository
Factory interface for JCR content repositories.
reset() - Method in class org.apache.jackrabbit.util.LazyFileInputStream
resolveEntity(String, String) - Method in class org.apache.jackrabbit.commons.xml.ParsingContentHandler
Returns an empty stream to prevent the XML parser from attempting to resolve external entity references.
respectSupertype - Variable in class org.apache.jackrabbit.commons.predicate.NodeTypePredicate
indicates if supertypes should be respected
restore(String, boolean) - Method in class org.apache.jackrabbit.commons.AbstractNode
Restores this node to the version with the given name.
restore(Version, boolean) - Method in class org.apache.jackrabbit.commons.AbstractNode
Restores this node to the given version.
restoreByLabel(String, boolean) - Method in class org.apache.jackrabbit.commons.AbstractNode
Restores this node to the version with the given label.
retainAll(Collection) - Method in class org.apache.jackrabbit.util.WeakIdentityCollection
 
retrieveName(String) - Method in interface org.apache.jackrabbit.name.NameCache
Deprecated. Retrieves a qualified name from the cache for the given jcr name.
retrieveName(QName) - Method in interface org.apache.jackrabbit.name.NameCache
Deprecated. Retrieves a jcr name from the cache for the given qualified name.
ROOT - Static variable in class org.apache.jackrabbit.name.Path
Deprecated. the root path
ROOT - Static variable in class org.apache.jackrabbit.name.QName
Deprecated. Extra QName for the root node
ROOT_DEPTH - Static variable in class org.apache.jackrabbit.name.Path
Deprecated. Constant defining the depth of the root path
ROOT_ELEMENT - Static variable in class org.apache.jackrabbit.name.Path
Deprecated. the 'root' element.
RowIteratorAdapter - Class in org.apache.jackrabbit.commons.iterator
Adapter class for turning RangeIterators or Iterators into RowIterators.
RowIteratorAdapter(RangeIterator) - Constructor for class org.apache.jackrabbit.commons.iterator.RowIteratorAdapter
Creates an adapter for the given RangeIterator.
RowIteratorAdapter(Iterator) - Constructor for class org.apache.jackrabbit.commons.iterator.RowIteratorAdapter
Creates an adapter for the given Iterator.
RowIteratorAdapter(Collection) - Constructor for class org.apache.jackrabbit.commons.iterator.RowIteratorAdapter
Creates an iterator for the given collection.
run(Node) - Method in class org.apache.jackrabbit.util.Locked
This method is executed while holding the lock.

S

schedule(Timer.Task, long, long) - Method in class org.apache.jackrabbit.util.Timer
Schedules the specified task for repeated fixed-delay execution, beginning after the specified delay.
serialize(Value, boolean) - Static method in class org.apache.jackrabbit.value.ValueHelper
Serializes the given value to a String.
serialize(Value, boolean, Writer) - Static method in class org.apache.jackrabbit.value.ValueHelper
Deprecated. use ValueHelper.serialize(Value, boolean, boolean, Writer) instead
serialize(Value, boolean, boolean, Writer) - Static method in class org.apache.jackrabbit.value.ValueHelper
Outputs the serialized value to a Writer.
SerializingContentHandler - Class in org.apache.jackrabbit.commons.xml
A ContentHandler that serializes SAX events to a given Result instance.
session - Variable in class org.apache.jackrabbit.commons.packaging.FilterContentPackage.FilteringIterator
 
SessionNamespaceResolver - Class in org.apache.jackrabbit.name
Deprecated. Use the SessionNamespaceResolver class from the org.apache.jackrabbit.spi.commons.namespace package of the jackrabbit-spi-commons component.
SessionNamespaceResolver(Session) - Constructor for class org.apache.jackrabbit.name.SessionNamespaceResolver
Deprecated. Creates a new namespace resolver based on a session
set(Object) - Method in class org.apache.jackrabbit.util.PathMap.Element
Deprecated. Set the object associated with this element
setBreadthFirst(boolean) - Method in class org.apache.jackrabbit.commons.visitor.FilteringItemVisitor
 
setChildren(Map) - Method in class org.apache.jackrabbit.util.PathMap.Element
Deprecated. Sets a new list of children of this element.
setDocumentLocator(Locator) - Method in class org.apache.jackrabbit.commons.xml.DefaultContentHandler
Delegated to DefaultContentHandler.handler.
setDocumentLocator(Locator) - Method in class org.apache.jackrabbit.commons.xml.ProxyContentHandler
Delegated to ProxyContentHandler.handler.
setIncludePredicate(Predicate) - Method in class org.apache.jackrabbit.commons.visitor.FilteringItemVisitor
 
setIncludeProperties(boolean) - Method in class org.apache.jackrabbit.commons.packaging.FilterContentPackage
 
setMapping(String, String) - Method in class org.apache.jackrabbit.util.name.NamespaceMapping
Deprecated. Set a prefix == URI one-to-one mapping
setMaxLevel(int) - Method in class org.apache.jackrabbit.commons.visitor.FilteringItemVisitor
 
setNamespacePrefix(String, String) - Method in class org.apache.jackrabbit.commons.AbstractSession
Modifies the session local namespace mappings to contain the given prefix to URI mapping.
setPRNGProvider(String, String) - Static method in class org.apache.jackrabbit.uuid.VersionFourGenerator
Deprecated. Allows clients to set the pseudo-random number generator implementation used when generating a version four uuid with the secure option.
setProperty(String, String[]) - Method in class org.apache.jackrabbit.commons.AbstractNode
Sets the value of the named property.
setProperty(String, String) - Method in class org.apache.jackrabbit.commons.AbstractNode
Sets the value of the named property.
setProperty(String, InputStream) - Method in class org.apache.jackrabbit.commons.AbstractNode
Sets the value of the named property.
setProperty(String, boolean) - Method in class org.apache.jackrabbit.commons.AbstractNode
Sets the value of the named property.
setProperty(String, double) - Method in class org.apache.jackrabbit.commons.AbstractNode
Sets the value of the named property.
setProperty(String, long) - Method in class org.apache.jackrabbit.commons.AbstractNode
Sets the value of the named property.
setProperty(String, Calendar) - Method in class org.apache.jackrabbit.commons.AbstractNode
Sets the value of the named property.
setProperty(String, Node) - Method in class org.apache.jackrabbit.commons.AbstractNode
Sets the value of the named property.
setProperty(String, Value, int) - Method in class org.apache.jackrabbit.commons.AbstractNode
Sets the value of the named property.
setProperty(String, Value[], int) - Method in class org.apache.jackrabbit.commons.AbstractNode
Sets the value of the named property.
setProperty(String, String[], int) - Method in class org.apache.jackrabbit.commons.AbstractNode
Sets the value of the named property.
setProperty(String, String, int) - Method in class org.apache.jackrabbit.commons.AbstractNode
Sets the value of the named property.
setStreamConsumed() - Method in class org.apache.jackrabbit.value.BaseValue
Checks if the non-stream value of this instance has already been consumed (if any getter methods except BaseValue.getStream() and BaseValue.getType() have been previously called at least once) and sets the state to STATE_STREAM_CONSUMED.
setTraversalPredicate(Predicate) - Method in class org.apache.jackrabbit.commons.visitor.FilteringItemVisitor
 
setValue(Value) - Method in class org.apache.jackrabbit.commons.AbstractProperty
Sets the value of this property.
setValue(Value[]) - Method in class org.apache.jackrabbit.commons.AbstractProperty
Sets the values of this property.
setValue(String) - Method in class org.apache.jackrabbit.commons.AbstractProperty
Sets the value of this property.
setValue(String[]) - Method in class org.apache.jackrabbit.commons.AbstractProperty
Sets the values of this property.
setValue(InputStream) - Method in class org.apache.jackrabbit.commons.AbstractProperty
Sets the value of this property.
setValue(long) - Method in class org.apache.jackrabbit.commons.AbstractProperty
Sets the value of this property.
setValue(double) - Method in class org.apache.jackrabbit.commons.AbstractProperty
Sets the value of this property.
setValue(Calendar) - Method in class org.apache.jackrabbit.commons.AbstractProperty
Sets the value of this property.
setValue(boolean) - Method in class org.apache.jackrabbit.commons.AbstractProperty
Sets the value of this property.
setValue(Node) - Method in class org.apache.jackrabbit.commons.AbstractProperty
Sets the value of this property.
setValueConsumed() - Method in class org.apache.jackrabbit.value.BaseValue
Checks if the stream value of this instance has already been consumed (if BaseValue.getStream() has been previously called at least once) and sets the state to STATE_VALUE_CONSUMED.
setWalkProperties(boolean) - Method in class org.apache.jackrabbit.commons.visitor.FilteringItemVisitor
 
shutdown() - Static method in class org.apache.jackrabbit.util.TransientFileFactory
Shuts this factory down removing all temp files and removes shutdown hook.
SingletonRepositoryFactory - Class in org.apache.jackrabbit.commons.repository
Repository factory that always returns the same configured repository.
SingletonRepositoryFactory(Repository) - Constructor for class org.apache.jackrabbit.commons.repository.SingletonRepositoryFactory
Creates a repository factory that always returns the given repository.
size() - Method in class org.apache.jackrabbit.util.WeakIdentityCollection
Returns the current size of this collection.
skip(long) - Method in class org.apache.jackrabbit.commons.iterator.RangeIteratorAdapter
Skips the given number of elements.
skip(long) - Method in class org.apache.jackrabbit.commons.iterator.RangeIteratorDecorator
Delegated to the underlying iterator.
skip(long) - Method in class org.apache.jackrabbit.util.IteratorHelper
Deprecated. 
skip(long) - Method in class org.apache.jackrabbit.util.LazyFileInputStream
skippedEntity(String) - Method in class org.apache.jackrabbit.commons.xml.DefaultContentHandler
Delegated to DefaultContentHandler.handler.
skippedEntity(String) - Method in class org.apache.jackrabbit.commons.xml.ProxyContentHandler
Delegated to ProxyContentHandler.handler.
startDocument() - Method in class org.apache.jackrabbit.commons.xml.DefaultContentHandler
Delegated to DefaultContentHandler.handler.
startDocument() - Method in class org.apache.jackrabbit.commons.xml.ProxyContentHandler
Delegated to ProxyContentHandler.handler.
startDocument() - Method in class org.apache.jackrabbit.commons.xml.SerializingContentHandler
 
startDocument() - Method in class org.apache.jackrabbit.commons.xml.ToXmlContentHandler
Starts the XML serialization by outputting the <?xml?> header.
startElement(String, String, String, Attributes) - Method in class org.apache.jackrabbit.commons.xml.DefaultContentHandler
Delegated to DefaultContentHandler.handler.
startElement(String, String) - Method in class org.apache.jackrabbit.commons.xml.Exporter
Emits the start element event for an element with the given name.
startElement(String, String, String, Attributes) - Method in class org.apache.jackrabbit.commons.xml.ProxyContentHandler
Delegated to ProxyContentHandler.handler.
startElement(String, String, String, Attributes) - Method in class org.apache.jackrabbit.commons.xml.SerializingContentHandler
Ensure all namespace declarations are present as xmlns: attributes and add those needed before calling superclass.
startElement(String, String, String, Attributes) - Method in class org.apache.jackrabbit.commons.xml.ToXmlContentHandler
Outputs the specified start tag with the given attributes.
startElement(String, String, String, Attributes) - Method in class org.apache.jackrabbit.commons.xml.XmlnsContentHandler
Adds the recorded namespace mappings (if any) as "xmlns" attributes before passing the call on to the proxied content handler.
startPrefixMapping(String, String) - Method in class org.apache.jackrabbit.commons.xml.DefaultContentHandler
Delegated to DefaultContentHandler.handler.
startPrefixMapping(String, String) - Method in class org.apache.jackrabbit.commons.xml.ProxyContentHandler
Delegated to ProxyContentHandler.handler.
startPrefixMapping(String, String) - Method in class org.apache.jackrabbit.commons.xml.SerializingContentHandler
Track mappings to be able to add xmlns: attributes in startElement().
startPrefixMapping(String, String) - Method in class org.apache.jackrabbit.commons.xml.XmlnsContentHandler
Records the namespace mapping and passes the call to the proxied content handler.
stream - Variable in class org.apache.jackrabbit.value.BaseValue
 
StringValue - Class in org.apache.jackrabbit.value
A StringValue provides an implementation of the Value interface representing a string value.
StringValue(String) - Constructor for class org.apache.jackrabbit.value.StringValue
Constructs a StringValue object representing a string.
supplemental(char, char) - Static method in class org.apache.jackrabbit.util.XMLChar
Returns true the supplemental character corresponding to the given surrogates.
SV_NAME - Static variable in class org.apache.jackrabbit.name.QName
Deprecated. sv:name
SV_NODE - Static variable in class org.apache.jackrabbit.name.QName
Deprecated. sv:node
SV_PROPERTY - Static variable in class org.apache.jackrabbit.name.QName
Deprecated. sv:property
SV_TYPE - Static variable in class org.apache.jackrabbit.name.QName
Deprecated. sv:type
SV_VALUE - Static variable in class org.apache.jackrabbit.name.QName
Deprecated. sv:value
SystemViewExporter - Class in org.apache.jackrabbit.commons.xml
System view exporter.
SystemViewExporter(Session, ContentHandler, boolean, boolean) - Constructor for class org.apache.jackrabbit.commons.xml.SystemViewExporter
Creates a system view exporter.

T

Text - Class in org.apache.jackrabbit.util
This Class provides some text related utilities
TIME_HI_AND_VERSION_BYTE_6 - Static variable in interface org.apache.jackrabbit.uuid.Constants
Deprecated. Byte position of the clock sequence and reserved field
TIME_HI_BYTE_LEN - Static variable in interface org.apache.jackrabbit.uuid.Constants
Deprecated. Byte length of time low field
TIME_HI_START_POS - Static variable in interface org.apache.jackrabbit.uuid.Constants
Deprecated. uuid array position start of hi field
TIME_HI_TS_POS - Static variable in interface org.apache.jackrabbit.uuid.Constants
Deprecated. Timestamp byte[] position hi field
TIME_LOW_BYTE_LEN - Static variable in interface org.apache.jackrabbit.uuid.Constants
Deprecated. Byte length of time low field
TIME_LOW_START_POS - Static variable in interface org.apache.jackrabbit.uuid.Constants
Deprecated. uuid array position start of time low field
TIME_LOW_TS_POS - Static variable in interface org.apache.jackrabbit.uuid.Constants
Deprecated. Timestamp byte[] position of time low field
TIME_MID_BYTE_LEN - Static variable in interface org.apache.jackrabbit.uuid.Constants
Deprecated. Byte length of time low field
TIME_MID_START_POS - Static variable in interface org.apache.jackrabbit.uuid.Constants
Deprecated. uuid array position start of mid field
TIME_MID_TS_POS - Static variable in interface org.apache.jackrabbit.uuid.Constants
Deprecated. Timestamp byte[] position mid field
TIMED_OUT - Static variable in class org.apache.jackrabbit.util.Locked
Object returned when timeout is reached without being able to call Locked.run(javax.jcr.Node) while holding the lock.
Timer - Class in org.apache.jackrabbit.util
Timer wraps the standard Java Timer class and implements a guaranteed shutdown of the background thread running in the Timer instance after a certain Timer.IDLE_TIME.
Timer(boolean) - Constructor for class org.apache.jackrabbit.util.Timer
Creates a new Timer instance.
Timer.Task - Class in org.apache.jackrabbit.util
Extends the TimerTask with callback hooks to this Timer implementation.
Timer.Task() - Constructor for class org.apache.jackrabbit.util.Timer.Task
 
toArray() - Method in class org.apache.jackrabbit.util.WeakIdentityCollection
Returns an array containing all of the elements in this collection.
toArray(Object[]) - Method in class org.apache.jackrabbit.util.WeakIdentityCollection
The returned array may contain null elements!
toJCRName(NamespaceResolver) - Method in class org.apache.jackrabbit.name.Path.CurrentElement
Deprecated. Returns the JCR name representation of this path element.
toJCRName(NamespaceResolver, StringBuffer) - Method in class org.apache.jackrabbit.name.Path.CurrentElement
Deprecated. Appends the JCR name representation of this path element to the given string buffer.
toJCRName(NamespaceResolver) - Method in class org.apache.jackrabbit.name.Path.ParentElement
Deprecated. Returns the JCR name representation of this path element.
toJCRName(NamespaceResolver, StringBuffer) - Method in class org.apache.jackrabbit.name.Path.ParentElement
Deprecated. Appends the JCR name representation of this path element to the given string buffer.
toJCRName(NamespaceResolver) - Method in class org.apache.jackrabbit.name.Path.PathElement
Deprecated. Returns the JCR name representation of this path element.
toJCRName(NamespaceResolver, StringBuffer) - Method in class org.apache.jackrabbit.name.Path.PathElement
Deprecated. Appends the JCR name representation of this path element to the given string buffer.
toJCRName(NamespaceResolver) - Method in class org.apache.jackrabbit.name.Path.RootElement
Deprecated. Returns the JCR name representation of this path element.
toJCRName(NamespaceResolver, StringBuffer) - Method in class org.apache.jackrabbit.name.Path.RootElement
Deprecated. Appends the JCR name representation of this path element to the given string buffer.
toJCRName(NamespaceResolver) - Method in class org.apache.jackrabbit.name.QName
Deprecated. Use NameFormat.format(QName, NamespaceResolver) instead.
toJCRName(NamespaceResolver, StringBuffer) - Method in class org.apache.jackrabbit.name.QName
Deprecated. Use NameFormat.format(QName, NamespaceResolver, StringBuffer) instead.
toJCRPath(NamespaceResolver) - Method in class org.apache.jackrabbit.name.Path
Deprecated. Use PathFormat.format(Path, NamespaceResolver) instead.
TOKEN_LENGTHS - Static variable in interface org.apache.jackrabbit.uuid.Constants
Deprecated. Array to check tokenized UUID's segment lengths
TOKENS_IN_UUID - Static variable in interface org.apache.jackrabbit.uuid.Constants
Deprecated. Token length of '-' separated tokens.
toString() - Method in class org.apache.jackrabbit.commons.AbstractItem
Returns a string representation of this item.
toString() - Method in class org.apache.jackrabbit.commons.xml.ProxyContentHandler
 
toString() - Method in class org.apache.jackrabbit.commons.xml.ToXmlContentHandler
Returns the serialized XML document (assuming the default no-argument constructor was used).
toString() - Method in class org.apache.jackrabbit.name.Path.CurrentElement
Deprecated.  
toString() - Method in class org.apache.jackrabbit.name.Path.ParentElement
Deprecated.  
toString() - Method in class org.apache.jackrabbit.name.Path.PathElement
Deprecated. Returns a string representation of this path element.
toString() - Method in class org.apache.jackrabbit.name.Path.RootElement
Deprecated.  
toString() - Method in class org.apache.jackrabbit.name.Path
Deprecated. Returns the internal string representation of this Path.
toString() - Method in class org.apache.jackrabbit.name.QName
Deprecated. Returns the string representation of this QName in the following format:

{namespaceURI}localName

toString() - Method in class org.apache.jackrabbit.util.name.NamespaceMapping
Deprecated. Override toString()
toString() - Method in class org.apache.jackrabbit.uuid.UUID
Deprecated. Returns a string representation of the UUID.
ToXmlContentHandler - Class in org.apache.jackrabbit.commons.xml
Simple XML serializer.
ToXmlContentHandler(OutputStream, String) - Constructor for class org.apache.jackrabbit.commons.xml.ToXmlContentHandler
Creates an XML serializer that writes the serialized XML stream to the given output stream using the given character encoding.
ToXmlContentHandler(OutputStream) - Constructor for class org.apache.jackrabbit.commons.xml.ToXmlContentHandler
Creates an XML serializer that writes the serialized XML stream to the given output stream using the UTF-8 character encoding.
ToXmlContentHandler(Writer) - Constructor for class org.apache.jackrabbit.commons.xml.ToXmlContentHandler
Creates an XML serializer that writes the serialized XML stream to the given writer.
ToXmlContentHandler() - Constructor for class org.apache.jackrabbit.commons.xml.ToXmlContentHandler
Creates an XML serializer that writes the serialized XML stream to an internal buffer.
TransientFileFactory - Class in org.apache.jackrabbit.util
The TransientFileFactory utility class can be used to create transient files, i.e.
traversalPredicate - Variable in class org.apache.jackrabbit.commons.visitor.FilteringItemVisitor
Predicate that defines which items are traversed.
traverse(PathMap.ElementVisitor, boolean) - Method in class org.apache.jackrabbit.util.PathMap.Element
Deprecated. Recursively invoked traversal method.
traverse(PathMap.ElementVisitor, boolean) - Method in class org.apache.jackrabbit.util.PathMap
Deprecated. Traverse the path map and call back requester.
TRUE - Static variable in interface org.apache.jackrabbit.commons.predicate.Predicate
Constant predicate that returns true for all objects.
type - Variable in class org.apache.jackrabbit.value.BaseValue
 
TYPE - Static variable in class org.apache.jackrabbit.value.BinaryValue
 
TYPE - Static variable in class org.apache.jackrabbit.value.BooleanValue
 
TYPE - Static variable in class org.apache.jackrabbit.value.DateValue
 
TYPE - Static variable in class org.apache.jackrabbit.value.DoubleValue
 
TYPE - Static variable in class org.apache.jackrabbit.value.LongValue
 
TYPE - Static variable in class org.apache.jackrabbit.value.NameValue
 
TYPE - Static variable in class org.apache.jackrabbit.value.PathValue
 
TYPE - Static variable in class org.apache.jackrabbit.value.ReferenceValue
 
TYPE - Static variable in class org.apache.jackrabbit.value.StringValue
 

U

unescape(String, char) - Static method in class org.apache.jackrabbit.util.Text
Does a URL decoding of the string using the escape character.
unescape(String) - Static method in class org.apache.jackrabbit.util.Text
Does a URL decoding of the string.
unescapeIllegalJcrChars(String) - Static method in class org.apache.jackrabbit.util.Text
Unescapes previously escaped jcr chars.
UnknownPrefixException - Exception in org.apache.jackrabbit.name
Deprecated.  
UnknownPrefixException(String) - Constructor for exception org.apache.jackrabbit.name.UnknownPrefixException
Deprecated. Creates an UnknownPrefixException with the given error message.
UnknownPrefixException(String, Throwable) - Constructor for exception org.apache.jackrabbit.name.UnknownPrefixException
Deprecated. Creates an IllegalNameException with the given error message and root cause exception.
URISave - Static variable in class org.apache.jackrabbit.util.Text
The list of characters that are not encoded by the escape() and unescape() METHODS.
URISaveEx - Static variable in class org.apache.jackrabbit.util.Text
Same as Text.URISave but also contains the '/'
URN_PREFIX - Static variable in interface org.apache.jackrabbit.uuid.Constants
Deprecated. The string prefix for a urn UUID identifier.
UUID - Class in org.apache.jackrabbit.uuid
Deprecated. This class will be removed in Jackrabbit 2.0. Use java.util.UUID instead.
UUID(byte[]) - Constructor for class org.apache.jackrabbit.uuid.UUID
Deprecated. Constructs a UUID from a 16 byte array.
UUID(DataInput) - Constructor for class org.apache.jackrabbit.uuid.UUID
Deprecated. Constructs a UUID from a DataInput.
UUID(long, long) - Constructor for class org.apache.jackrabbit.uuid.UUID
Deprecated. Constructs a UUID from two long values in most significant byte, and least significant bytes order.
UUID(String) - Constructor for class org.apache.jackrabbit.uuid.UUID
Deprecated. Constructs a UUID from a UUID formatted String.
UUID_BIT_LENGTH - Static variable in interface org.apache.jackrabbit.uuid.Constants
Deprecated. Bits in a UUID.
UUID_BYTE_LENGTH - Static variable in interface org.apache.jackrabbit.uuid.Constants
Deprecated. Number of bytes in a UUID.
UUID_FORMATTED_LENGTH - Static variable in interface org.apache.jackrabbit.uuid.Constants
Deprecated. Chars in a UUID String.
UUID_UNFORMATTED_LENGTH - Static variable in interface org.apache.jackrabbit.uuid.Constants
Deprecated. Chars in a UUID String.

V

value(String) - Method in interface org.apache.jackrabbit.commons.json.JsonHandler
Recieve notification about the given JSON String value.
value(boolean) - Method in interface org.apache.jackrabbit.commons.json.JsonHandler
Recieve notification about the given JSON boolean value.
value(long) - Method in interface org.apache.jackrabbit.commons.json.JsonHandler
Recieve notification about the given JSON number value (long).
value(double) - Method in interface org.apache.jackrabbit.commons.json.JsonHandler
Recieve notification about the given JSON number value (double).
ValueFactoryImpl - Class in org.apache.jackrabbit.value
This class implements the ValueFactory interface.
ValueFactoryImpl() - Constructor for class org.apache.jackrabbit.value.ValueFactoryImpl
Constructs a ValueFactory object.
ValueHelper - Class in org.apache.jackrabbit.value
The ValueHelper class provides several Value related utility methods.
valueOf(String) - Static method in class org.apache.jackrabbit.name.Path
Deprecated. Returns a Path holding the value of the specified string.
valueOf(String) - Static method in class org.apache.jackrabbit.name.QName
Deprecated. Returns a QName holding the value of the specified string.
valueOf(String) - Static method in class org.apache.jackrabbit.value.BooleanValue
Returns a new BooleanValue initialized to the value represented by the specified String.
valueOf(String) - Static method in class org.apache.jackrabbit.value.DateValue
Returns a new DateValue initialized to the value represented by the specified String.
valueOf(String) - Static method in class org.apache.jackrabbit.value.DoubleValue
Returns a new DoubleValue initialized to the value represented by the specified String.
valueOf(String) - Static method in class org.apache.jackrabbit.value.LongValue
Returns a new LongValue initialized to the value represented by the specified String.
valueOf(String) - Static method in class org.apache.jackrabbit.value.NameValue
Returns a new NameValue initialized to the value represented by the specified String.
valueOf(String, boolean) - Static method in class org.apache.jackrabbit.value.NameValue
Returns a new NameValue initialized to the value represented by the specified String.
valueOf(QName, NamespaceResolver) - Static method in class org.apache.jackrabbit.value.NameValue
Returns a new NameValue initialized to the value represented by the specified QName formatted to a string using the specified resolver.
valueOf(String) - Static method in class org.apache.jackrabbit.value.PathValue
Returns a new PathValue initialized to the value represented by the specified String.
valueOf(String) - Static method in class org.apache.jackrabbit.value.ReferenceValue
Returns a new ReferenceValue initialized to the value represented by the specified String.
VARIANT_FUTURE - Static variable in interface org.apache.jackrabbit.uuid.Constants
Deprecated. UUID variant bits described in the IETF Draft MSB order, this is the "Future Reserved variant 1 1 1 x with unknown bits as 0
VARIANT_IETF_DRAFT - Static variable in interface org.apache.jackrabbit.uuid.Constants
Deprecated. UUID variant bits described in the IETF Draft MSB order, this is the IETF Draft memo variant field 1 0 x with unknown bits as 0
VARIANT_MS - Static variable in interface org.apache.jackrabbit.uuid.Constants
Deprecated. UUID variant bits described in the IETF Draft MSB order, this is the IETF Draft "Microsoft Corporation" field variant 1 1 0 x with unknown bits as 0
VARIANT_NCS_COMPAT - Static variable in interface org.apache.jackrabbit.uuid.Constants
Deprecated. UUID variant bits described in the IETF Draft MSB order, this is the "Reserved, NCS backward compatibility field" 0 x x with unknown bits as 0
VERSION_FOUR - Static variable in interface org.apache.jackrabbit.uuid.Constants
Deprecated. Version four constant for UUID version four of four
VERSION_ONE - Static variable in interface org.apache.jackrabbit.uuid.Constants
Deprecated. Version one constant for UUID version one of four
VERSION_THREE - Static variable in interface org.apache.jackrabbit.uuid.Constants
Deprecated. Version three constant for UUID version three of four
VERSION_TWO - Static variable in interface org.apache.jackrabbit.uuid.Constants
Deprecated. Version two constant for UUID version two of four
VersionFourGenerator - Class in org.apache.jackrabbit.uuid
Deprecated. This class will be removed in Jackrabbit 2.0.
VersionFourGenerator() - Constructor for class org.apache.jackrabbit.uuid.VersionFourGenerator
Deprecated. Constructs a new VersionFourGenerator.
VersionIteratorAdapter - Class in org.apache.jackrabbit.commons.iterator
Adapter class for turning RangeIterators or Iterators into VersionIterators.
VersionIteratorAdapter(RangeIterator) - Constructor for class org.apache.jackrabbit.commons.iterator.VersionIteratorAdapter
Creates an adapter for the given RangeIterator.
VersionIteratorAdapter(Iterator) - Constructor for class org.apache.jackrabbit.commons.iterator.VersionIteratorAdapter
Creates an adapter for the given Iterator.
VersionIteratorAdapter(Collection) - Constructor for class org.apache.jackrabbit.commons.iterator.VersionIteratorAdapter
Creates an iterator for the given collection.
visit(Property) - Method in class org.apache.jackrabbit.commons.visitor.FilteringItemVisitor
Called when the Visitor is passed to a Property.
visit(Node) - Method in class org.apache.jackrabbit.commons.visitor.FilteringItemVisitor
Called when the Visitor is passed to a Node.

W

walkProperties - Variable in class org.apache.jackrabbit.commons.visitor.FilteringItemVisitor
Do we want to walk all properties of nodes? The default is false.
WeakIdentityCollection - Class in org.apache.jackrabbit.util
WeakIdentityCollection implements a Collection with weak values.
WeakIdentityCollection(int) - Constructor for class org.apache.jackrabbit.util.WeakIdentityCollection
Creates a new WeakIdentityCollection.
with(Node, boolean) - Method in class org.apache.jackrabbit.util.Locked
Executes Locked.run(javax.jcr.Node) while the lock on lockable is held.
with(Node, boolean, long) - Method in class org.apache.jackrabbit.util.Locked
Executes the method Locked.run(javax.jcr.Node) within the scope of a lock held on lockable.
WRONG_VAR_VER_MSG - Static variable in interface org.apache.jackrabbit.uuid.Constants
Deprecated. Message indicating this is not a version one UUID

X

XMLChar - Class in org.apache.jackrabbit.util
This class defines the basic XML character properties.
XMLChar() - Constructor for class org.apache.jackrabbit.util.XMLChar
 
XmlnsContentHandler - Class in org.apache.jackrabbit.commons.xml
Content handler proxy that adds explicit "xmlns" attributes for all namespace mappings introduced through XmlnsContentHandler.startPrefixMapping(String, String) calls.
XmlnsContentHandler(ContentHandler) - Constructor for class org.apache.jackrabbit.commons.xml.XmlnsContentHandler
 

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

Copyright © 2004-2011 The Apache Software Foundation. All Rights Reserved.