|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
Item interface.AbstractNamespaceResolver without listener
support.
AbstractNamespaceResolver with listener support if
supportListeners is set to true.
Node interface.Property interface.Repository interface.Session interface.Workspace interface.o to this collection.
listener to get notifications when namespace
mappings change.
Path.ROOT_ELEMENT.
Base64 provides Base64 encoding/decoding of strings and streams.Value interfaces.BinaryValue provides an implementation
of the Value interface representing a binary value.BinaryValue object based on a string.
BinaryValue object based on a stream.
BinaryValue object based on a stream.
BooleanValue provides an implementation
of the Value interface representing a boolean value.BooleanValue object representing a boolean.
BooleanValue object representing a boolean.
DefaultContentHandler.handler.
ProxyContentHandler.handler.
jcrName is a valid JCR-style name.
PathFormat.checkFormat(String) instead.
jcrPath is a valid JCR-style absolute or relative
path.
NameFormat.checkFormat(String) instead.
ChildrenCollector is a utility class
which can be used to 'collect' child elements of a
node.ChildrenCollector
ChildrenCollectorFilter is a utility class
which can be used to 'collect' child items of a
node whose names match a certain pattern.ChildrenCollectorFilter
this absolute path to
other.
true if this collection contains o.
ValueHelper.convert(String, int, ValueFactory) instead.
ValueHelper.convert(InputStream, int, ValueFactory) instead.
ValueHelper.convert(String[], int, ValueFactory) instead.
ValueHelper.convert(String[], int, ValueFactory) using
ValueFactoryImpl.
ValueHelper.convert(Value[], int, ValueFactory) instead.
ValueHelper.convert(Value, int, ValueFactory) instead.
ValueHelper.copy(Value, ValueFactory) instead.
ValueHelper.copy(Value[], ValueFactory) instead.
PathFormat.parse(Path, String, NamespaceResolver) instead.
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
DateValue provides an implementation
of the Value interface representing a date value.DateValue object representing a date.
name.
name.
ContentHandler instance as
DefaultHandler object.DefaultHandler adapter for the given content
handler.
true if this element denotes the current
('.') element, otherwise returns false.
true if this element represents a regular name
(i.e.
true if this element denotes the parent
('..') element, otherwise returns false.
true if this element denotes the root element,
otherwise returns false.
ValueHelper.deserialize(String, int, boolean, ValueFactory)
instead.
Value of the given type.
ValueHelper.deserialize(Reader, int, boolean, ValueFactory)
instead.
Value of the given type.
DoubleValue provides an implementation
of the Value interface representing a double value.DoubleValue object representing a double.
DoubleValue object representing a double.
EventIterator.
EventListenerIterator.
NodeIterator.
NodeTypeIterator.
PropertyIterator.
RangeIterator.
RowIterator.
VersionIterator.
Writer.
OutputStream.
Writer.
name as specified in ISO 9075.
name as specified in ISO 9075.
path as specified in ISO 9075.
DefaultContentHandler.handler.
ProxyContentHandler.handler.
DefaultContentHandler.handler.
ProxyContentHandler.handler.
DefaultContentHandler.handler.
ProxyContentHandler.handler.
Property is visited.
Node is visited.
string using the
escape character.
string using the
escape character.
string.
path.
DepthPredicate.matches(Item)
returns true.
RangeIterators or Iterators
into EventIterators.RangeIterator.
Iterator.
RangeIterators or Iterators
into EventListenerIterators.RangeIterator.
Iterator.
Exporter.exportNode(String, String, Node) method to give
control of the export format to a subclass.
DocumentViewExporter
instance.
Session.exportDocumentView(String, ContentHandler, boolean, boolean)
with the given arguments and a ContentHandler that serializes
SAX events to the given output stream.
xml:text node) or as an XML element with properties
mapped to XML attributes.
sv:node element.
Exporter.exportNode(String, String, Node) to recursively
call Exporter.exportNode(String, String, Node) for each child node.
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.
#processProperties(Node) to process a single-valued
property.
#processProperties(Node) to process a multivalued
property.
SystemViewExporter.exportProperty(String, String, int, Value[]).
sv:property element.
SystemViewExporter
instance.
Session.exportSystemView(String, ContentHandler, boolean, boolean)
with the given arguments and a ContentHandler that serializes
SAX events to the given output stream.
QName to produce a string representation,
i.e.
NameFormat.format(QName, NamespaceResolver) except that this
method takes an array of QNames and returns an array of
corresponding string representations.
NameFormat.format(QName, NamespaceResolver) except that this
method appends the JCR-style name to the given buffer rather
than returning it directly.
path in the
JCR path format.
Calendar value into an ISO8601-compliant
date/time string.
NameFormat.parse(String, NamespaceResolver) instead.
this Element.
null since this repository contains no descriptors.
ith element of this path.
TransientFileFactory instance.
jcr, nt, or
mix prefix in the given name with the prefix
mapped to that namespace in the current session.
NameFormat.format(QName, NamespaceResolver) instead.
NameFormat.format(QName, NamespaceResolver) instead.
str.
qname.
delim.
Text.getName(String) but adding the possibility
to pass paths that end with a trailing '/'
qname.
Path.
null if the namespace does not exist.
NameFormat.parse(String, NamespaceResolver) instead.
NameFormat.parse(String, NamespaceResolver) instead.
Text.getRelativeParent(String, int) but adding the possibility
to pass paths that end with a trailing '/'
null if the namespace does not exist.
GQL is a simple fulltext query language, which supports field
prefixes similar to Lucene or Google queries.DefaultContentHandler.handler.
ProxyContentHandler.handler.
ContentHandler returned by
Session.getImportContentHandler(String, int).
ContentHandler returned by
Workspace.getImportContentHandler(String, int).
true if the given row should be
included in the result.
Path.getDepth().
descendant path is hierarchical a
descendant of path.
Path.getDepth().
descendant path is hierarchical a
descendant of path or equal to it.
true if this collection is empty.
ignore encoding flag.
ignore mime type flag.
IsMandatoryFilter...true.
false.
ISO8601 utility class provides helper methods
to deal with date/time formatting using a specific ISO8601-compliant
format (see ISO 8601).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.AbstractSession.getItem(String) with the given path and returns
true if the call succeeds.
Iterator over the elements of this
collection.
org.apache.jackrabbit.commons.iterator
package contains a set of more feature rich and type safe
classes for implementing the JCR iterator interfacesIteratorHelper which is backed
by a java.util.Collection.
IteratorHelper which is wrapping
a java.util.Iterator.
jcr namespace URI.
JSONHandler interface recieves notifications from the
JsonParser.JsonParser parses and validates the JSON object passed upon
JsonParser.parse(String) or JsonParser.parse(InputStream, String) and notifies
the specified JsonHandlerJSONParser with the specified JSONHandler.
FileInputStream but opens the file by the first file access.LazyFileInputStream for the given file.
LazyFileInputStream for the given file
desciptor.
LazyFileInputStream for the given file.
Property is visited.
Node is visited.
Locked is a utility to synchronize modifications on a lockable
node.Repository.login(Credentials, String) with
null arguments.
Repository.login(Credentials, String) with
the given credentials and a null workspace name.
Repository.login(Credentials, String) with
null credentials and the given workspace name.
LongValue provides an implementation
of the Value interface representing a long value.LongValue object representing a long.
LongValue object representing a long.
true.
true if the item is a node and the polarity is
positive (true).
true if the name of the given item is equal to
the configured name.
true if the item is a node and if the configured
nodetype is equal to the primary type of the node.
mix namespace URI.
uri has been
added and mapped to prefix.
uri has
been re-mapped from oldPrefix to newPrefix.
NameValue provides an implementation
of the Value interface representing a NAME value
(a string that is namespace-qualified).NameValue object
without validating the name.
RangeIterators or Iterators
into NodeIterators.RangeIterator.
Iterator.
RangeIterators or Iterators
into NodeTypeIterators.RangeIterator.
Iterator.
uri has been
added and mapped to prefix.
uri
has been removed from the mapping.
nt namespace URI.
jcrName to its corresponding QName.
QName and returns the resulting QName array.
jcrPath into a qualified path using
resolver to convert prefixes into namespace URI's.
jcrPath and returns a Path.
ContentHandler instance with
simple XML parsing capability.DefaultHandler adapter for the given content
handler.
PathMap.traverse(org.apache.jackrabbit.util.PathMap.ElementVisitor, boolean)PathValue provides an implementation
of the Value interface representing a PATH value
(an absolute or relative workspace path).PathValue object
without validating the path.
DefaultContentHandler.handler.
ProxyContentHandler.handler.
RangeIterators or Iterators
into PropertyIterators.RangeIterator.
Iterator.
Iterators into RangeIterators.RangeIterator for the given collection.
RangeIterators.ReferenceValue provides an implementation
of the Value interface representing a REFERENCE value
(a UUID of an existing node).ReferenceValue object representing the UUID of
an existing node.
ReferenceValue object
without validating the UUID format.
o from this collection if it is present.
listener from this NamespaceRegistery.
oldString in text
with newString.
RangeIterators or Iterators
into RowIterators.RangeIterator.
Iterator.
String.
ValueHelper.serialize(Value, boolean, boolean, Writer) instead
Writer.
ContentHandler that serializes SAX events to a given
Result instance.DefaultContentHandler.handler.
ProxyContentHandler.handler.
BaseValue.getStream() and
BaseValue.getType() have been previously called at least once) and
sets the state to STATE_STREAM_CONSUMED.
BaseValue.getStream() has been previously called
at least once) and sets the state to STATE_VALUE_CONSUMED.
DefaultContentHandler.handler.
ProxyContentHandler.handler.
DefaultContentHandler.handler.
ProxyContentHandler.handler.
DefaultContentHandler.handler.
ProxyContentHandler.handler.
xmlns: attributes
and add those needed before calling superclass.
DefaultContentHandler.handler.
ProxyContentHandler.handler.
xmlns: attributes
in startElement().
StringValue provides an implementation
of the Value interface representing a string value.StringValue object representing a string.
Locked.run(javax.jcr.Node) while holding the lock.
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 instance.
TimerTask with callback hooks to this
Timer implementation.null elements!
NameFormat.format(QName, NamespaceResolver)
instead.
NameFormat.format(QName, NamespaceResolver, StringBuffer)
instead.
PathFormat.format(Path, NamespaceResolver) instead.
Path.
QName in the
following format:
{namespaceURI}localName
TransientFileFactory utility class can be used to create
transient files, i.e.true for all objects.
string using the
escape character.
string.
escape()
and unescape() METHODS.
Text.URISave but also contains the '/'
ValueFactory interface.ValueFactory object.
ValueHelper class provides several Value
related utility methods.Path holding the value of the specified
string.
QName holding the value of the specified
string.
BooleanValue initialized to the value
represented by the specified String.
DateValue initialized to the value
represented by the specified String.
DoubleValue initialized to the value
represented by the specified String.
LongValue initialized to the value
represented by the specified String.
NameValue initialized to the value
represented by the specified String.
NameValue initialized to the value represented
by the specified String.
NameValue initialized to the value represented
by the specified QName formatted to a string using the
specified resolver.
PathValue initialized to the value
represented by the specified String.
ReferenceValue initialized to the value
represented by the specified String.
RangeIterators or Iterators
into VersionIterators.RangeIterator.
Iterator.
Property.
Node.
WeakIdentityCollection implements a Collection with weak values.Locked.run(javax.jcr.Node) while the lock on lockable is held.
Locked.run(javax.jcr.Node) within the scope of a lock held on
lockable.
XmlnsContentHandler.startPrefixMapping(String, String) calls.
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||