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

A

ArrayNodeIterator - class org.apache.jackrabbit.iterator.ArrayNodeIterator.
Array implementation of the JCR NodeIterator interface.
ArrayNodeIterator(Node[]) - Constructor for class org.apache.jackrabbit.iterator.ArrayNodeIterator
Creates an iterator for the given array of nodes.
ArrayNodeIterator(Collection) - Constructor for class org.apache.jackrabbit.iterator.ArrayNodeIterator
Creates an iterator for the given collection of nodes.
ArrayNodeTypeIterator - class org.apache.jackrabbit.iterator.ArrayNodeTypeIterator.
Array implementation of the JCR NodeTypeIterator interface.
ArrayNodeTypeIterator(NodeType[]) - Constructor for class org.apache.jackrabbit.iterator.ArrayNodeTypeIterator
Creates an iterator for the given array of node types.
ArrayNodeTypeIterator(Collection) - Constructor for class org.apache.jackrabbit.iterator.ArrayNodeTypeIterator
Creates an iterator for the given collection of node types.
ArrayPropertyIterator - class org.apache.jackrabbit.iterator.ArrayPropertyIterator.
Array implementation of the JCR PropertyIterator interface.
ArrayPropertyIterator(Property[]) - Constructor for class org.apache.jackrabbit.iterator.ArrayPropertyIterator
Creates an iterator for the given array of properties.
ArrayPropertyIterator(Collection) - Constructor for class org.apache.jackrabbit.iterator.ArrayPropertyIterator
Creates an iterator for the given collection of properties.
accept(ItemVisitor) - Method in class org.apache.jackrabbit.base.BaseItem
Does nothing.
accept(ItemVisitor) - Method in class org.apache.jackrabbit.base.BaseNode
Implemented by calling visitor.visit(this).
accept(ItemVisitor) - Method in class org.apache.jackrabbit.base.BaseProperty
Implemented by calling visitor.visit(this).
accept(ItemVisitor) - Method in class org.apache.jackrabbit.decorator.ChainedItemDecorator
accept(ItemVisitor) - Method in class org.apache.jackrabbit.decorator.ItemDecorator
addChildNodeDefinition(NodeDefinitionState) - Method in class org.apache.jackrabbit.state.nodetype.NodeTypeState
Adds a node definition state to the list of child node definition states of the node type.
addLockToken(String) - Method in class org.apache.jackrabbit.base.BaseSession
Not implemented.
addLockToken(String) - Method in class org.apache.jackrabbit.decorator.SessionDecorator
Forwards the method call to the underlying session.
addMixin(String) - Method in class org.apache.jackrabbit.base.BaseNode
Not implemented.
addMixin(String) - Method in class org.apache.jackrabbit.decorator.NodeDecorator
 
addNode(String) - Method in class org.apache.jackrabbit.base.BaseNode
Not implemented.
addNode(String, String) - Method in class org.apache.jackrabbit.base.BaseNode
Implemented by calling addNode(relPath).setProperty(prefix + ":primaryType", primaryNodeTypeName) and returning the created node.
addNode(String) - Method in class org.apache.jackrabbit.decorator.NodeDecorator
 
addNode(String, String) - Method in class org.apache.jackrabbit.decorator.NodeDecorator
 
addNodeTypeState(NodeTypeState) - Method in class org.apache.jackrabbit.state.nodetype.NodeTypeManagerState
Adds a node type to the node type manager state.
addPropertyDefinitionState(PropertyDefinitionState) - Method in class org.apache.jackrabbit.state.nodetype.NodeTypeState
Adds a property definition state to the list of property definition states of the node type.
addRequiredPrimaryTypeNames(Name) - Method in class org.apache.jackrabbit.state.nodetype.NodeDefinitionState
Adds a type name to the list of required primary types.
addSupertypeName(Name) - Method in class org.apache.jackrabbit.state.nodetype.NodeTypeState
Adds a supertype name to the list of declared supertypes.
addValueConstraints(String) - Method in class org.apache.jackrabbit.state.nodetype.PropertyDefinitionState
Adds a constraint string to the list of property value constraints.
allowsSameNameSiblings() - Method in class org.apache.jackrabbit.base.nodetype.BaseNodeDefinition
Always returns false.
allowsSameNameSiblings() - Method in class org.apache.jackrabbit.state.nodetype.NodeDefinitionState
Returns the value of the AllowsSameNameSiblings node definition property.

B

BaseItem - class org.apache.jackrabbit.base.BaseItem.
Item base class.
BaseItem() - Constructor for class org.apache.jackrabbit.base.BaseItem
Protected constructor.
BaseItemDefinition - class org.apache.jackrabbit.base.nodetype.BaseItemDefinition.
Item definition base class.
BaseItemDefinition() - Constructor for class org.apache.jackrabbit.base.nodetype.BaseItemDefinition
Protected constructor.
BaseNamespaceRegistry - class org.apache.jackrabbit.base.BaseNamespaceRegistry.
NamespaceRegistry base class.
BaseNamespaceRegistry() - Constructor for class org.apache.jackrabbit.base.BaseNamespaceRegistry
Protected constructor.
BaseNode - class org.apache.jackrabbit.base.BaseNode.
Node base class.
BaseNode() - Constructor for class org.apache.jackrabbit.base.BaseNode
Protected constructor.
BaseNodeDefinition - class org.apache.jackrabbit.base.nodetype.BaseNodeDefinition.
Node definition base class.
BaseNodeDefinition() - Constructor for class org.apache.jackrabbit.base.nodetype.BaseNodeDefinition
Protected constructor.
BaseNodeType - class org.apache.jackrabbit.base.nodetype.BaseNodeType.
Node type base class.
BaseNodeType() - Constructor for class org.apache.jackrabbit.base.nodetype.BaseNodeType
Protected constructor.
BaseNodeTypeManager - class org.apache.jackrabbit.base.nodetype.BaseNodeTypeManager.
Node type manager base class.
BaseNodeTypeManager() - Constructor for class org.apache.jackrabbit.base.nodetype.BaseNodeTypeManager
Protected constructor.
BaseProperty - class org.apache.jackrabbit.base.BaseProperty.
Property base class.
BaseProperty() - Constructor for class org.apache.jackrabbit.base.BaseProperty
Protected constructor.
BasePropertyDefinition - class org.apache.jackrabbit.base.nodetype.BasePropertyDefinition.
Property definition base class.
BasePropertyDefinition() - Constructor for class org.apache.jackrabbit.base.nodetype.BasePropertyDefinition
Protected constructor.
BaseRepository - class org.apache.jackrabbit.base.BaseRepository.
Repository base class.
BaseRepository() - Constructor for class org.apache.jackrabbit.base.BaseRepository
Protected constructor.
BaseSession - class org.apache.jackrabbit.base.BaseSession.
Session base class.
BaseSession() - Constructor for class org.apache.jackrabbit.base.BaseSession
Protected constructor.
BaseWorkspace - class org.apache.jackrabbit.base.BaseWorkspace.
Workspace base class.
BaseWorkspace() - Constructor for class org.apache.jackrabbit.base.BaseWorkspace
Protected constructor.

C

ChainedDecoratorFactory - class org.apache.jackrabbit.decorator.ChainedDecoratorFactory.
Creates a chain of decorator factories.
ChainedDecoratorFactory() - Constructor for class org.apache.jackrabbit.decorator.ChainedDecoratorFactory
 
ChainedItemDecorator - class org.apache.jackrabbit.decorator.ChainedItemDecorator.
TODO
ChainedItemDecorator(ItemDecorator) - Constructor for class org.apache.jackrabbit.decorator.ChainedItemDecorator
 
canAddChildNode(String) - Method in class org.apache.jackrabbit.base.nodetype.BaseNodeType
Implemented by finding the definition of the named child node (or the wildcard child node definition if the named child node definition is not found).
canAddChildNode(String, String) - Method in class org.apache.jackrabbit.base.nodetype.BaseNodeType
Not implemented.
canAddMixin(String) - Method in class org.apache.jackrabbit.base.BaseNode
Not implemented.
canAddMixin(String) - Method in class org.apache.jackrabbit.decorator.NodeDecorator
 
canRemoveItem(String) - Method in class org.apache.jackrabbit.base.nodetype.BaseNodeType
Implemented by finding the definition of the named item (property or child node) and checking that the defined item is not mandatory.
canSetProperty(String, Value) - Method in class org.apache.jackrabbit.base.nodetype.BaseNodeType
Implemented by finding the definition of the named property (or the wildcard property definition if the named property definition is not found) and checking whether the defined property is single-valued.
canSetProperty(String, Value[]) - Method in class org.apache.jackrabbit.base.nodetype.BaseNodeType
Implemented by finding the definition of the named property (or the wildcard property definition if the named property definition is not found) and checking whether the defined property is multi-valued.
cancelMerge(Version) - Method in class org.apache.jackrabbit.base.BaseNode
Not implemented.
cancelMerge(Version) - Method in class org.apache.jackrabbit.decorator.NodeDecorator
 
chainedFactory - Variable in class org.apache.jackrabbit.decorator.ChainedDecoratorFactory
 
characters(char[], int, int) - Method in class org.apache.jackrabbit.xml.DocumentViewImportContentHandler
Appends the received characters to the current text buffer.
characters(char[], int, int) - Method in class org.apache.jackrabbit.xml.SystemViewImportContentHandler
Appends the received characters to the current text buffer.
checkPermission(String, String) - Method in class org.apache.jackrabbit.base.BaseSession
Not implemented.
checkPermission(String, String) - Method in class org.apache.jackrabbit.decorator.SessionDecorator
Forwards the method call to the underlying session.
checkin() - Method in class org.apache.jackrabbit.base.BaseNode
Not implemented.
checkin() - Method in class org.apache.jackrabbit.decorator.NodeDecorator
 
checkout() - Method in class org.apache.jackrabbit.base.BaseNode
Not implemented.
checkout() - Method in class org.apache.jackrabbit.decorator.NodeDecorator
 
clone(String, String, String, boolean) - Method in class org.apache.jackrabbit.base.BaseWorkspace
Not implemented.
clone(String, String, String, boolean) - Method in class org.apache.jackrabbit.decorator.WorkspaceDecorator
Forwards the method call to the underlying workspace.
copy(String, String) - Method in class org.apache.jackrabbit.base.BaseWorkspace
Implemented by calling copy(getName(), srcAbsPath, destAbsPath).
copy(String, String, String) - Method in class org.apache.jackrabbit.base.BaseWorkspace
Not implemented.
copy(String, String) - Method in class org.apache.jackrabbit.decorator.WorkspaceDecorator
Forwards the method call to the underlying workspace.
copy(String, String, String) - Method in class org.apache.jackrabbit.decorator.WorkspaceDecorator
Forwards the method call to the underlying workspace.

D

DecoratingNodeIterator - class org.apache.jackrabbit.decorator.DecoratingNodeIterator.
Node iterator that decorates all iterated nodes.
DecoratingNodeIterator(DecoratorFactory, Session, NodeIterator) - Constructor for class org.apache.jackrabbit.decorator.DecoratingNodeIterator
Creates a decorating node iterator.
DecoratingRangeIterator - class org.apache.jackrabbit.decorator.DecoratingRangeIterator.
Range iterator that decorates all iterated objects.
DecoratingRangeIterator(DecoratorFactory, Session, RangeIterator) - Constructor for class org.apache.jackrabbit.decorator.DecoratingRangeIterator
Creates a decorating iterator.
DecoratorFactory - interface org.apache.jackrabbit.decorator.DecoratorFactory.
Factory interface for creating decorator instances.
DocumentViewExportVisitor - class org.apache.jackrabbit.xml.DocumentViewExportVisitor.
Generic document view exporter for JCR content repositories.
DocumentViewExportVisitor(ContentHandler, boolean, boolean) - Constructor for class org.apache.jackrabbit.xml.DocumentViewExportVisitor
Creates an visitor for exporting content using the document view format.
DocumentViewImportContentHandler - class org.apache.jackrabbit.xml.DocumentViewImportContentHandler.
TODO
DocumentViewImportContentHandler(Node) - Constructor for class org.apache.jackrabbit.xml.DocumentViewImportContentHandler
 
doneMerge(Version) - Method in class org.apache.jackrabbit.base.BaseNode
Not implemented.
doneMerge(Version) - Method in class org.apache.jackrabbit.decorator.NodeDecorator
 

E

endDocument() - Method in class org.apache.jackrabbit.xml.DocumentViewImportContentHandler
Ignored.
endDocument() - Method in class org.apache.jackrabbit.xml.SystemViewImportContentHandler
Ignored.
endElement(String, String, String) - Method in class org.apache.jackrabbit.xml.DocumentViewImportContentHandler
TODO
endElement(String, String, String) - Method in class org.apache.jackrabbit.xml.SystemViewImportContentHandler
TODO
endPrefixMapping(String) - Method in class org.apache.jackrabbit.xml.DocumentViewImportContentHandler
Ignored.
endPrefixMapping(String) - Method in class org.apache.jackrabbit.xml.SystemViewImportContentHandler
Ignored.
equals(Object) - Method in class org.apache.jackrabbit.name.Name
Compares for equality.
equals(Object) - Method in class org.apache.jackrabbit.session.SessionHelper
Compares session helpers for equality.
equals(Object) - Method in class org.apache.jackrabbit.session.nodetype.SessionNodeTypeManager
Compares objects for equality.
exportDocumentView(String, ContentHandler, boolean, boolean) - Method in class org.apache.jackrabbit.base.BaseSession
Not implemented.
exportDocumentView(String, OutputStream, boolean, boolean) - Method in class org.apache.jackrabbit.base.BaseSession
Implemented by calling exportDocView(absPath, handler, binaryAsLink, noRecurse) with a content handler instance handler created on top fo the given output stream using the Xerces XMLSerializer class.
exportDocumentView(String, ContentHandler, boolean, boolean) - Method in class org.apache.jackrabbit.decorator.SessionDecorator
Forwards the method call to the underlying session.
exportDocumentView(String, OutputStream, boolean, boolean) - Method in class org.apache.jackrabbit.decorator.SessionDecorator
Forwards the method call to the underlying session.
exportSystemView(String, ContentHandler, boolean, boolean) - Method in class org.apache.jackrabbit.base.BaseSession
Not implemented.
exportSystemView(String, OutputStream, boolean, boolean) - Method in class org.apache.jackrabbit.base.BaseSession
Implemented by calling exportSysView(absPath, handler, binaryAsLink, noRecurse) with a content handler instance handler created on top fo the given output stream using the Xerces XMLSerializer class.
exportSystemView(String, ContentHandler, boolean, boolean) - Method in class org.apache.jackrabbit.decorator.SessionDecorator
Forwards the method call to the underlying session.
exportSystemView(String, OutputStream, boolean, boolean) - Method in class org.apache.jackrabbit.decorator.SessionDecorator
Forwards the method call to the underlying session.

F

fromJCRName(Session, String) - Static method in class org.apache.jackrabbit.name.Name
Parses the given prefixed JCR name into a qualified name instance.

G

getAccessibleWorkspaceNames() - Method in class org.apache.jackrabbit.base.BaseWorkspace
Not implemented.
getAccessibleWorkspaceNames() - Method in class org.apache.jackrabbit.decorator.WorkspaceDecorator
Forwards the method call to the underlying workspace.
getAllNodeTypes() - Method in class org.apache.jackrabbit.base.nodetype.BaseNodeTypeManager
Not implemented.
getAllNodeTypes() - Method in class org.apache.jackrabbit.session.nodetype.SessionNodeTypeManager
Returns all available node types.
getAncestor(int) - Method in class org.apache.jackrabbit.base.BaseItem
Implemented by calling getDepth() and returning either this item, getSession().getRootNode(), or getParent().getAncestor(), or throwing an ItemNotFoundException depending on the given depth.
getAncestor(int) - Method in class org.apache.jackrabbit.decorator.ChainedItemDecorator
getAncestor(int) - Method in class org.apache.jackrabbit.decorator.ItemDecorator
getAttribute(String) - Method in class org.apache.jackrabbit.base.BaseSession
Not implemented.
getAttribute(String) - Method in class org.apache.jackrabbit.decorator.SessionDecorator
Forwards the method call to the underlying session.
getAttributeNames() - Method in class org.apache.jackrabbit.base.BaseSession
Not implemented.
getAttributeNames() - Method in class org.apache.jackrabbit.decorator.SessionDecorator
Forwards the method call to the underlying session.
getBaseVersion() - Method in class org.apache.jackrabbit.base.BaseNode
Not implemented.
getBaseVersion() - Method in class org.apache.jackrabbit.decorator.NodeDecorator
 
getBoolean() - Method in class org.apache.jackrabbit.base.BaseProperty
Implemented by calling getValue().getBoolean().
getChainedFactory() - Method in class org.apache.jackrabbit.decorator.ChainedDecoratorFactory
 
getChildNodeDefinitionStates() - Method in class org.apache.jackrabbit.state.nodetype.NodeTypeState
Returns the child node definition states of the node type.
getChildNodeDefinitions() - Method in class org.apache.jackrabbit.base.nodetype.BaseNodeType
Implemented by calling getDeclaredChildNodeDefinitions() on this node type and all supertypes returned by getSupertypes().
getCorrespondingNodePath(String) - Method in class org.apache.jackrabbit.base.BaseNode
Not implemented.
getCorrespondingNodePath(String) - Method in class org.apache.jackrabbit.decorator.NodeDecorator
 
getDate() - Method in class org.apache.jackrabbit.base.BaseProperty
Implemented by calling getValue().getDate().
getDeclaredChildNodeDefinitions() - Method in class org.apache.jackrabbit.base.nodetype.BaseNodeType
Always returns an empty node definition array.
getDeclaredPropertyDefinitions() - Method in class org.apache.jackrabbit.base.nodetype.BaseNodeType
Always returns an empty property definition array.
getDeclaredSupertypes() - Method in class org.apache.jackrabbit.base.nodetype.BaseNodeType
Always returns an empty supertype array.
getDeclaringNodeType() - Method in class org.apache.jackrabbit.base.nodetype.BaseItemDefinition
Not implemented.
getDefaultPrimaryType() - Method in class org.apache.jackrabbit.base.nodetype.BaseNodeDefinition
Not implemented.
getDefaultPrimaryTypeName() - Method in class org.apache.jackrabbit.state.nodetype.NodeDefinitionState
Returns the name of the default primary type of the defined node.
getDefaultValues() - Method in class org.apache.jackrabbit.base.nodetype.BasePropertyDefinition
Always returns null.
getDefinition() - Method in class org.apache.jackrabbit.base.BaseNode
Not implemented.
getDefinition() - Method in class org.apache.jackrabbit.base.BaseProperty
Not implemented.
getDefinition() - Method in class org.apache.jackrabbit.decorator.NodeDecorator
 
getDepth() - Method in class org.apache.jackrabbit.base.BaseItem
Implemented by calling getParent().getDepth() + 1 and returning 0 if an ItemNotFoundException is thrown by getParent() (indicating that this is the root node).
getDepth() - Method in class org.apache.jackrabbit.decorator.ChainedItemDecorator
getDepth() - Method in class org.apache.jackrabbit.decorator.ItemDecorator
getDescriptor(String) - Method in class org.apache.jackrabbit.base.BaseRepository
Not implemented.
getDescriptor(String) - Method in class org.apache.jackrabbit.decorator.RepositoryDecorator
Forwards the method call to the underlying repository.
getDescriptorKeys() - Method in class org.apache.jackrabbit.base.BaseRepository
Not implemented.
getDescriptorKeys() - Method in class org.apache.jackrabbit.decorator.RepositoryDecorator
Forwards the method call to the underlying repository.
getDouble() - Method in class org.apache.jackrabbit.base.BaseProperty
Implemented by calling getValue().getDouble().
getImportContentHandler(String, int) - Method in class org.apache.jackrabbit.base.BaseSession
Not implemented.
getImportContentHandler(String, int) - Method in class org.apache.jackrabbit.base.BaseWorkspace
Not implemented.
getImportContentHandler(String, int) - Method in class org.apache.jackrabbit.decorator.SessionDecorator
Forwards the method call to the underlying session.
getImportContentHandler(String, int) - Method in class org.apache.jackrabbit.decorator.WorkspaceDecorator
Forwards the method call to the underlying workspace.
getIndex() - Method in class org.apache.jackrabbit.base.BaseNode
Always returns 1.
getIndex() - Method in class org.apache.jackrabbit.decorator.NodeDecorator
 
getItem(String) - Method in class org.apache.jackrabbit.base.BaseSession
Implemented by calling getRootNode() or getRootNode().getNode(absPath.substring(1)) depending on the given absolute path.
getItem(String) - Method in class org.apache.jackrabbit.decorator.SessionDecorator
Forwards the method call to the underlying session.
getItemDecorator(Session, Item) - Method in class org.apache.jackrabbit.decorator.ChainedDecoratorFactory
 
getItemDecorator(Session, Item) - Method in interface org.apache.jackrabbit.decorator.DecoratorFactory
Creates an item decorator.
getItemDecorator(Session, Item) - Method in class org.apache.jackrabbit.decorator.SimpleDecoratorFactory
Creates an item decorator.
getLength() - Method in class org.apache.jackrabbit.base.BaseProperty
Implemented by calling getType() and returning -1 if type is binary or getString().length() otherwise.
getLengths() - Method in class org.apache.jackrabbit.base.BaseProperty
getLocalPart() - Method in class org.apache.jackrabbit.name.Name
Returns the local part of the qualified name.
getLock() - Method in class org.apache.jackrabbit.base.BaseNode
Not implemented.
getLock() - Method in class org.apache.jackrabbit.decorator.NodeDecorator
 
getLockDecorator(Node, Lock) - Method in class org.apache.jackrabbit.decorator.ChainedDecoratorFactory
 
getLockDecorator(Node, Lock) - Method in interface org.apache.jackrabbit.decorator.DecoratorFactory
Creates a lock decorator.
getLockDecorator(Node, Lock) - Method in class org.apache.jackrabbit.decorator.SimpleDecoratorFactory
 
getLockOwner() - Method in class org.apache.jackrabbit.decorator.LockDecorator
 
getLockToken() - Method in class org.apache.jackrabbit.decorator.LockDecorator
 
getLockTokens() - Method in class org.apache.jackrabbit.base.BaseSession
Not implemented.
getLockTokens() - Method in class org.apache.jackrabbit.decorator.SessionDecorator
Forwards the method call to the underlying session.
getLong() - Method in class org.apache.jackrabbit.base.BaseProperty
Implemented by calling getValue().getLong().
getMixinNodeTypes() - Method in class org.apache.jackrabbit.base.BaseNode
Not implemented.
getMixinNodeTypes() - Method in class org.apache.jackrabbit.base.nodetype.BaseNodeTypeManager
Implemented by calling getAllNodeTypes() and iterating through the returned node types to select all mixin node types.
getMixinNodeTypes() - Method in class org.apache.jackrabbit.decorator.NodeDecorator
 
getName() - Method in class org.apache.jackrabbit.base.BaseItem
Not implemented.
getName() - Method in class org.apache.jackrabbit.base.BaseWorkspace
Not implemented.
getName() - Method in class org.apache.jackrabbit.base.nodetype.BaseItemDefinition
Not implemented.
getName() - Method in class org.apache.jackrabbit.base.nodetype.BaseNodeType
Not implemented.
getName() - Method in class org.apache.jackrabbit.decorator.ChainedItemDecorator
getName() - Method in class org.apache.jackrabbit.decorator.ItemDecorator
getName() - Method in class org.apache.jackrabbit.decorator.WorkspaceDecorator
Forwards the method call to the underlying workspace.
getName(Name) - Method in class org.apache.jackrabbit.session.SessionHelper
Returns the prefixed JCR name that represents the given qualified name.
getName() - Method in class org.apache.jackrabbit.state.nodetype.ItemDefinitionState
Returns the qualified name of the defined item.
getName() - Method in class org.apache.jackrabbit.state.nodetype.NodeTypeState
Returns the node type name.
getNamespacePrefix(String) - Method in class org.apache.jackrabbit.base.BaseSession
Implemented by iterating over the prefix array returned by getNamespacePrefixes() and calling getNamespaceURI(prefix) repeatedly until a match is found for the given namespace URI.
getNamespacePrefix(String) - Method in class org.apache.jackrabbit.decorator.SessionDecorator
Forwards the method call to the underlying session.
getNamespacePrefixes() - Method in class org.apache.jackrabbit.base.BaseSession
Not implemented.
getNamespacePrefixes() - Method in class org.apache.jackrabbit.decorator.SessionDecorator
Forwards the method call to the underlying session.
getNamespaceRegistry() - Method in class org.apache.jackrabbit.base.BaseWorkspace
Not implemented.
getNamespaceRegistry() - Method in class org.apache.jackrabbit.decorator.WorkspaceDecorator
Forwards the method call to the underlying workspace.
getNamespaceURI(String) - Method in class org.apache.jackrabbit.base.BaseSession
Not implemented.
getNamespaceURI(String) - Method in class org.apache.jackrabbit.decorator.SessionDecorator
Forwards the method call to the underlying session.
getNamespaceURI() - Method in class org.apache.jackrabbit.name.Name
Returns the namespace URI of the qualified name.
getNode(String) - Method in class org.apache.jackrabbit.base.BaseNode
Implemented by calling Path.resolve(this, relPath) from the Path utility class.
getNode() - Method in class org.apache.jackrabbit.base.BaseProperty
Implemented by calling getSession().getNodeByUUID(getString()).
getNode() - Method in class org.apache.jackrabbit.decorator.LockDecorator
 
getNode(String) - Method in class org.apache.jackrabbit.decorator.NodeDecorator
 
getNodeByUUID(String) - Method in class org.apache.jackrabbit.base.BaseSession
Not implemented.
getNodeByUUID(String) - Method in class org.apache.jackrabbit.decorator.SessionDecorator
Forwards the method call to the underlying session.
getNodeDecorator(Session, Node) - Method in class org.apache.jackrabbit.decorator.ChainedDecoratorFactory
 
getNodeDecorator(Session, Node) - Method in interface org.apache.jackrabbit.decorator.DecoratorFactory
Creates a node decorator.
getNodeDecorator(Session, Node) - Method in class org.apache.jackrabbit.decorator.SimpleDecoratorFactory
Creates a node decorator.
getNodeType(String) - Method in class org.apache.jackrabbit.base.nodetype.BaseNodeTypeManager
Implemented by calling getAllNodeTypes() and iterating through the returned node types to find the named node type.
getNodeType(Name) - Method in class org.apache.jackrabbit.session.SessionHelper
Returns the named node type.
getNodeType(String) - Method in class org.apache.jackrabbit.session.SessionHelper
Returns the named node type.
getNodeTypeManager() - Method in class org.apache.jackrabbit.base.BaseWorkspace
Not implemented.
getNodeTypeManager() - Method in class org.apache.jackrabbit.decorator.WorkspaceDecorator
Forwards the method call to the underlying workspace.
getNodeTypeStates() - Method in class org.apache.jackrabbit.state.nodetype.NodeTypeManagerState
Returns all available node type states.
getNodes() - Method in class org.apache.jackrabbit.base.BaseNode
Not implemented.
getNodes(String) - Method in class org.apache.jackrabbit.base.BaseNode
Not implemented.
getNodes() - Method in class org.apache.jackrabbit.decorator.NodeDecorator
 
getNodes(String) - Method in class org.apache.jackrabbit.decorator.NodeDecorator
 
getObservationManager() - Method in class org.apache.jackrabbit.base.BaseWorkspace
Not implemented.
getObservationManager() - Method in class org.apache.jackrabbit.decorator.WorkspaceDecorator
Forwards the method call to the underlying workspace.
getOnParentVersion() - Method in class org.apache.jackrabbit.base.nodetype.BaseItemDefinition
Always returns OnParentVersionAction.IGNORE.
getOnParentVersion() - Method in class org.apache.jackrabbit.state.nodetype.ItemDefinitionState
Returns the value of the OnParentVerson item definition property.
getParent() - Method in class org.apache.jackrabbit.base.BaseItem
Not implemented.
getParent() - Method in class org.apache.jackrabbit.decorator.ChainedItemDecorator
getParent() - Method in class org.apache.jackrabbit.decorator.ItemDecorator
getPath() - Method in class org.apache.jackrabbit.base.BaseItem
Implemented by calling getParent().getPath() and appending getName() to the returned parent path.
getPath() - Method in class org.apache.jackrabbit.base.BaseNode
Implemented by calling super.getPath() (see BaseItem.getPath() and appending "[" + getIndex() + "]" if getDefinition().allowsSameNameSiblings() returns true.
getPath() - Method in class org.apache.jackrabbit.decorator.ChainedItemDecorator
getPath() - Method in class org.apache.jackrabbit.decorator.ItemDecorator
getPosition() - Method in class org.apache.jackrabbit.decorator.DecoratingRangeIterator
Returns the position of the underlying iterator.
getPrefix(String) - Method in class org.apache.jackrabbit.base.BaseNamespaceRegistry
Implemented by calling getPrefixes() and iterating over the returned prefixes to find the prefix for which getURI(prefix) returns the given namespace URI.
getPrefix(String) - Method in class org.apache.jackrabbit.session.SessionNamespaceRegistry
Returns the prefix that is mapped to the given namespace URI.
getPrefixes() - Method in class org.apache.jackrabbit.base.BaseNamespaceRegistry
Not implemented.
getPrefixes() - Method in class org.apache.jackrabbit.session.SessionNamespaceRegistry
Returns the currently mapped namespace prefixes.
getPrimaryItem() - Method in class org.apache.jackrabbit.base.BaseNode
Not implemented.
getPrimaryItem() - Method in class org.apache.jackrabbit.decorator.NodeDecorator
 
getPrimaryItemName() - Method in class org.apache.jackrabbit.base.nodetype.BaseNodeType
Not implemented.
getPrimaryItemName() - Method in class org.apache.jackrabbit.state.nodetype.NodeTypeState
Returns the name of the primary item of the node type.
getPrimaryNodeType() - Method in class org.apache.jackrabbit.base.BaseNode
Not implemented.
getPrimaryNodeType() - Method in class org.apache.jackrabbit.decorator.NodeDecorator
 
getPrimaryNodeTypes() - Method in class org.apache.jackrabbit.base.nodetype.BaseNodeTypeManager
Implemented by calling getAllNodeTypes() and iterating through the returned node types to select all primary node types.
getProperties() - Method in class org.apache.jackrabbit.base.BaseNode
Not implemented.
getProperties(String) - Method in class org.apache.jackrabbit.base.BaseNode
Not implemented.
getProperties() - Method in class org.apache.jackrabbit.decorator.NodeDecorator
 
getProperties(String) - Method in class org.apache.jackrabbit.decorator.NodeDecorator
 
getProperty(String) - Method in class org.apache.jackrabbit.base.BaseNode
Implemented by calling Path.resolve(this, relPath) from the Path utility class.
getProperty(String) - Method in class org.apache.jackrabbit.decorator.NodeDecorator
 
getPropertyDecorator(Session, Property) - Method in class org.apache.jackrabbit.decorator.ChainedDecoratorFactory
 
getPropertyDecorator(Session, Property) - Method in interface org.apache.jackrabbit.decorator.DecoratorFactory
Creates a property decorator.
getPropertyDecorator(Session, Property) - Method in class org.apache.jackrabbit.decorator.SimpleDecoratorFactory
Creates a property decorator.
getPropertyDefinitionStates() - Method in class org.apache.jackrabbit.state.nodetype.NodeTypeState
Returns the property definition states of the node type.
getPropertyDefinitions() - Method in class org.apache.jackrabbit.base.nodetype.BaseNodeType
Implemented by calling getDeclaredPropertyDefinitions() this node type and all supertypes returned by getSupertypes().
getQueryManager() - Method in class org.apache.jackrabbit.base.BaseWorkspace
Not implemented.
getQueryManager() - Method in class org.apache.jackrabbit.decorator.WorkspaceDecorator
Forwards the method call to the underlying workspace.
getReferences() - Method in class org.apache.jackrabbit.base.BaseNode
Not implemented.
getReferences() - Method in class org.apache.jackrabbit.decorator.NodeDecorator
 
getRepository() - Method in class org.apache.jackrabbit.base.BaseSession
Not implemented.
getRepository() - Method in class org.apache.jackrabbit.decorator.SessionDecorator
getRepositoryDecorator(Repository) - Method in class org.apache.jackrabbit.decorator.ChainedDecoratorFactory
 
getRepositoryDecorator(Repository) - Method in interface org.apache.jackrabbit.decorator.DecoratorFactory
Creates a repository decorator.
getRepositoryDecorator(Repository) - Method in class org.apache.jackrabbit.decorator.SimpleDecoratorFactory
Creates a repository decorator.
getRequiredPrimaryTypeNames() - Method in class org.apache.jackrabbit.state.nodetype.NodeDefinitionState
Returns the names of the required primary types of the defined node.
getRequiredPrimaryTypes() - Method in class org.apache.jackrabbit.base.nodetype.BaseNodeDefinition
Always returns an empty node type array.
getRequiredType() - Method in class org.apache.jackrabbit.base.nodetype.BasePropertyDefinition
Always returns PropertyType.UNDEFINED.
getRequiredType() - Method in class org.apache.jackrabbit.state.nodetype.PropertyDefinitionState
Returns the required type of the defined property.
getRootNode() - Method in class org.apache.jackrabbit.base.BaseSession
Not implemented.
getRootNode() - Method in class org.apache.jackrabbit.decorator.SessionDecorator
Forwards the method call to the underlying session.
getSession() - Method in class org.apache.jackrabbit.base.BaseItem
Not implemented.
getSession() - Method in class org.apache.jackrabbit.base.BaseWorkspace
Not implemented.
getSession() - Method in class org.apache.jackrabbit.decorator.ChainedItemDecorator
getSession() - Method in class org.apache.jackrabbit.decorator.ItemDecorator
Returns the decorated session through which this item decorator was acquired.
getSession() - Method in class org.apache.jackrabbit.decorator.WorkspaceDecorator
getSessionDecorator(Repository, Session) - Method in class org.apache.jackrabbit.decorator.ChainedDecoratorFactory
 
getSessionDecorator(Repository, Session) - Method in interface org.apache.jackrabbit.decorator.DecoratorFactory
Creates a session decorator.
getSessionDecorator(Repository, Session) - Method in class org.apache.jackrabbit.decorator.SimpleDecoratorFactory
Creates a session decorator. The created session decorator will return the given repository (decorator) instance from the getRepository() method to avoid breaking the decorator layer.

The following example code illustrates how this method should be used to implement the repository login methods.

     DecoratorFactory factory = ...; // The decorator factory
     Session session = ...;          // The underlying session instance
     return factory.getSessionDecorator(this, session);
 
getSize() - Method in class org.apache.jackrabbit.decorator.DecoratingRangeIterator
Returns the size of the underlying iterator.
getStream() - Method in class org.apache.jackrabbit.base.BaseProperty
Implemented by calling getValue().getStream().
getString() - Method in class org.apache.jackrabbit.base.BaseProperty
Implemented by calling getValue().getString().
getSupertypeNames() - Method in class org.apache.jackrabbit.state.nodetype.NodeTypeState
Returns the names of the declared supertypes.
getSupertypes() - Method in class org.apache.jackrabbit.base.nodetype.BaseNodeType
Implemented by calling getDeclaredSupertypes() and recursively collecting all supertypes.
getType() - Method in class org.apache.jackrabbit.base.BaseProperty
Implemented by calling getValue().getType().
getURI(String) - Method in class org.apache.jackrabbit.base.BaseNamespaceRegistry
Not implemented.
getURI(String) - Method in class org.apache.jackrabbit.session.SessionNamespaceRegistry
Returns the namespace URI that is mapped to the given prefix.
getURIs() - Method in class org.apache.jackrabbit.base.BaseNamespaceRegistry
Implemented by calling getPrefixes() and mapping all returned prefixes into namespace URIs using getURI(prefix).
getURIs() - Method in class org.apache.jackrabbit.session.SessionNamespaceRegistry
Returns the registered namespace URIs.
getUUID() - Method in class org.apache.jackrabbit.base.BaseNode
Not implemented.
getUUID() - Method in class org.apache.jackrabbit.decorator.NodeDecorator
 
getUserID() - Method in class org.apache.jackrabbit.base.BaseSession
Not implemented.
getUserID() - Method in class org.apache.jackrabbit.decorator.SessionDecorator
Forwards the method call to the underlying session.
getValue() - Method in class org.apache.jackrabbit.base.BaseProperty
Not implemented.
getValueConstraints() - Method in class org.apache.jackrabbit.base.nodetype.BasePropertyDefinition
Always returns null.
getValueConstraints() - Method in class org.apache.jackrabbit.state.nodetype.PropertyDefinitionState
Returns the property value constraint strings.
getValueFactory() - Method in class org.apache.jackrabbit.base.BaseSession
Not implemented.
getValueFactory() - Method in class org.apache.jackrabbit.decorator.SessionDecorator
 
getValues() - Method in class org.apache.jackrabbit.base.BaseProperty
Not implemented.
getVersionHistory() - Method in class org.apache.jackrabbit.base.BaseNode
Not implemented.
getVersionHistory() - Method in class org.apache.jackrabbit.decorator.NodeDecorator
 
getWorkspace() - Method in class org.apache.jackrabbit.base.BaseSession
Not implemented.
getWorkspace() - Method in class org.apache.jackrabbit.decorator.SessionDecorator
Forwards the method call to the underlying session.
getWorkspaceDecorator(Session, Workspace) - Method in class org.apache.jackrabbit.decorator.ChainedDecoratorFactory
 
getWorkspaceDecorator(Session, Workspace) - Method in interface org.apache.jackrabbit.decorator.DecoratorFactory
Creates a workspace decorator.
getWorkspaceDecorator(Session, Workspace) - Method in class org.apache.jackrabbit.decorator.SimpleDecoratorFactory
Creates a workspace decorator.

H

hasNext() - Method in class org.apache.jackrabbit.decorator.DecoratingRangeIterator
Checks whether the underlying iterator has more elements.
hasNode(String) - Method in class org.apache.jackrabbit.base.BaseNode
Implemented by calling getNode(relPath) and returning true unless a PathNotFoundException is thrown.
hasNode(String) - Method in class org.apache.jackrabbit.decorator.NodeDecorator
 
hasNodes() - Method in class org.apache.jackrabbit.base.BaseNode
Implemented by calling getNodes().hasNext().
hasNodes() - Method in class org.apache.jackrabbit.decorator.NodeDecorator
 
hasOrderableChildNodes() - Method in class org.apache.jackrabbit.base.nodetype.BaseNodeType
Always returns false.
hasPendingChanges() - Method in class org.apache.jackrabbit.base.BaseSession
Not implemented.
hasPendingChanges() - Method in class org.apache.jackrabbit.decorator.SessionDecorator
Forwards the method call to the underlying session.
hasProperties() - Method in class org.apache.jackrabbit.base.BaseNode
Implemented by calling getProperties().hasNext().
hasProperties() - Method in class org.apache.jackrabbit.decorator.NodeDecorator
 
hasProperty(String) - Method in class org.apache.jackrabbit.base.BaseNode
Implemented by calling getProperty(relPath) and returning true unless a PathNotFoundException is thrown.
hasProperty(String) - Method in class org.apache.jackrabbit.decorator.NodeDecorator
 
hashCode() - Method in class org.apache.jackrabbit.name.Name
Calculates the hash code of the qualified name.
hashCode() - Method in class org.apache.jackrabbit.session.SessionHelper
Calculates the session helper hash code.
hashCode() - Method in class org.apache.jackrabbit.session.nodetype.SessionNodeTypeManager
Returns a hash code for this object.
holdsLock() - Method in class org.apache.jackrabbit.base.BaseNode
Not implemented.
holdsLock() - Method in class org.apache.jackrabbit.decorator.NodeDecorator
 

I

ItemDecorator - class org.apache.jackrabbit.decorator.ItemDecorator.
TODO
ItemDecorator(DecoratorFactory, Session, Item) - Constructor for class org.apache.jackrabbit.decorator.ItemDecorator
 
ItemDefinitionState - class org.apache.jackrabbit.state.nodetype.ItemDefinitionState.
Item definition state.
ItemDefinitionState() - Constructor for class org.apache.jackrabbit.state.nodetype.ItemDefinitionState
Creates an empty item definition state instance.
ignorableWhitespace(char[], int, int) - Method in class org.apache.jackrabbit.xml.DocumentViewImportContentHandler
Ignored.
ignorableWhitespace(char[], int, int) - Method in class org.apache.jackrabbit.xml.SystemViewImportContentHandler
Ignored.
impersonate(Credentials) - Method in class org.apache.jackrabbit.base.BaseSession
Implemented by calling getRepository().login(credentials, getWorkspace().getName()).
impersonate(Credentials) - Method in class org.apache.jackrabbit.decorator.SessionDecorator
Forwards the method call to the underlying session.
importXML(String, InputStream, int) - Method in class org.apache.jackrabbit.base.BaseSession
Implemented by calling transformer.transform(new StreamSource(in), new SAXResult(handler)) with an identity Transformer and a ContentHandler instance created by calling getImportContentHandler(parentAbsPath).
importXML(String, InputStream, int) - Method in class org.apache.jackrabbit.base.BaseWorkspace
Implemented by calling transformer.transform(new StreamSource(in), new SAXResult(handler)) with an identity Transformer and a ContentHandler instance created by calling getImportContentHandler(parentAbsPath, uuidBehaviour).
importXML(String, InputStream, int) - Method in class org.apache.jackrabbit.decorator.SessionDecorator
Forwards the method call to the underlying session.
importXML(String, InputStream, int) - Method in class org.apache.jackrabbit.decorator.WorkspaceDecorator
Forwards the method call to the underlying workspace.
includeNode(Node) - Method in class org.apache.jackrabbit.xml.DocumentViewExportVisitor
Checks whether the given node should be included in the XML serialization.
includeNode(Node) - Method in class org.apache.jackrabbit.xml.SystemViewExportVisitor
Checks whether the given node should be included in the XML serialization.
includeProperty(Property) - Method in class org.apache.jackrabbit.xml.DocumentViewExportVisitor
Checks whether the given property should be included in the XML serialization.
includeProperty(Property) - Method in class org.apache.jackrabbit.xml.SystemViewExportVisitor
Checks whether the given property should be included in the XML serialization.
isAutoCreated() - Method in class org.apache.jackrabbit.base.nodetype.BaseItemDefinition
Always returns false.
isAutoCreated() - Method in class org.apache.jackrabbit.state.nodetype.ItemDefinitionState
Returns the value of the AutoCreated item definition property.
isCheckedOut() - Method in class org.apache.jackrabbit.base.BaseNode
Not implemented.
isCheckedOut() - Method in class org.apache.jackrabbit.decorator.NodeDecorator
 
isDeep() - Method in class org.apache.jackrabbit.decorator.LockDecorator
 
isHasOrderableChildNodes() - Method in class org.apache.jackrabbit.state.nodetype.NodeTypeState
Returns the value of the HasOrderableChildNodes node type property.
isLive() - Method in class org.apache.jackrabbit.base.BaseSession
Always returns true.
isLive() - Method in class org.apache.jackrabbit.decorator.LockDecorator
 
isLive() - Method in class org.apache.jackrabbit.decorator.SessionDecorator
 
isLocked() - Method in class org.apache.jackrabbit.base.BaseNode
Not implemented.
isLocked() - Method in class org.apache.jackrabbit.decorator.NodeDecorator
 
isMandatory() - Method in class org.apache.jackrabbit.base.nodetype.BaseItemDefinition
Always returns false.
isMandatory() - Method in class org.apache.jackrabbit.state.nodetype.ItemDefinitionState
Returns the value of the Mandatory item definition property.
isMixin() - Method in class org.apache.jackrabbit.base.nodetype.BaseNodeType
Always returns false.
isMixin() - Method in class org.apache.jackrabbit.state.nodetype.NodeTypeState
Returns the value of the Mixin node type property.
isModified() - Method in class org.apache.jackrabbit.base.BaseItem
Not implemented.
isModified() - Method in class org.apache.jackrabbit.decorator.ChainedItemDecorator
isModified() - Method in class org.apache.jackrabbit.decorator.ItemDecorator
isMultiple() - Method in class org.apache.jackrabbit.base.nodetype.BasePropertyDefinition
Always returns false.
isMultiple() - Method in class org.apache.jackrabbit.state.nodetype.PropertyDefinitionState
Returns the value of the Multiple property definition property.
isNew() - Method in class org.apache.jackrabbit.base.BaseItem
Not implemented.
isNew() - Method in class org.apache.jackrabbit.decorator.ChainedItemDecorator
isNew() - Method in class org.apache.jackrabbit.decorator.ItemDecorator
isNode() - Method in class org.apache.jackrabbit.base.BaseItem
Always returns false.
isNode() - Method in class org.apache.jackrabbit.base.BaseNode
Always returns true.
isNode() - Method in class org.apache.jackrabbit.base.BaseProperty
Always returns false.
isNode() - Method in class org.apache.jackrabbit.decorator.ChainedItemDecorator
isNode() - Method in class org.apache.jackrabbit.decorator.ItemDecorator
isNodeType(String) - Method in class org.apache.jackrabbit.base.BaseNode
Implemented by calling type.isNodeType(nodeTypeName) for the primary type and all mixin types of this node.
isNodeType(String) - Method in class org.apache.jackrabbit.base.nodetype.BaseNodeType
Implemented by calling getName() and comparing the result to the given node type name.
isNodeType(String) - Method in class org.apache.jackrabbit.decorator.NodeDecorator
 
isProtected() - Method in class org.apache.jackrabbit.base.nodetype.BaseItemDefinition
Always returns false.
isProtected() - Method in class org.apache.jackrabbit.state.nodetype.ItemDefinitionState
Returns the value of the Protected item definition property.
isSame(Item) - Method in class org.apache.jackrabbit.base.BaseItem
Not implemented.
isSame(Item) - Method in class org.apache.jackrabbit.decorator.ChainedItemDecorator
isSame(Item) - Method in class org.apache.jackrabbit.decorator.ItemDecorator
isSessionScoped() - Method in class org.apache.jackrabbit.decorator.LockDecorator
 
itemExists(String) - Method in class org.apache.jackrabbit.base.BaseSession
Implemented by calling getItem(absPath) and returning true unless a PathNotFoundException is thrown.
itemExists(String) - Method in class org.apache.jackrabbit.decorator.SessionDecorator
Forwards the method call to the underlying session.

L

LockDecorator - class org.apache.jackrabbit.decorator.LockDecorator.
 
LockDecorator(Node, Lock) - Constructor for class org.apache.jackrabbit.decorator.LockDecorator
 
lock(boolean, boolean) - Method in class org.apache.jackrabbit.base.BaseNode
Not implemented.
lock(boolean, boolean) - Method in class org.apache.jackrabbit.decorator.NodeDecorator
 
login(Credentials, String) - Method in class org.apache.jackrabbit.base.BaseRepository
Not implemented.
login(Credentials) - Method in class org.apache.jackrabbit.base.BaseRepository
Implemented by calling login(credentials, null) as suggested by the JCR specification.
login(String) - Method in class org.apache.jackrabbit.base.BaseRepository
Implemented by calling login(null, workspaceName) as suggested by the JCR specification.
login() - Method in class org.apache.jackrabbit.base.BaseRepository
Implemented by calling login(null, null) as suggested by the JCR specification.
login(Credentials, String) - Method in class org.apache.jackrabbit.decorator.RepositoryDecorator
Forwards the method call to the underlying repository.
login(Credentials) - Method in class org.apache.jackrabbit.decorator.RepositoryDecorator
Calls login(credentials, null).
login(String) - Method in class org.apache.jackrabbit.decorator.RepositoryDecorator
Calls login(null, workspaceName).
login() - Method in class org.apache.jackrabbit.decorator.RepositoryDecorator
Calls login(null, null).
logout() - Method in class org.apache.jackrabbit.base.BaseSession
Does nothing.
logout() - Method in class org.apache.jackrabbit.decorator.SessionDecorator
Forwards the method call to the underlying session.

M

merge(String, boolean) - Method in class org.apache.jackrabbit.base.BaseNode
Not implemented.
merge(String, boolean) - Method in class org.apache.jackrabbit.decorator.NodeDecorator
 
move(String, String) - Method in class org.apache.jackrabbit.base.BaseSession
Not implemented.
move(String, String) - Method in class org.apache.jackrabbit.base.BaseWorkspace
Not implemented.
move(String, String) - Method in class org.apache.jackrabbit.decorator.SessionDecorator
Forwards the method call to the underlying session.
move(String, String) - Method in class org.apache.jackrabbit.decorator.WorkspaceDecorator
Forwards the method call to the underlying workspace.

N

Name - class org.apache.jackrabbit.name.Name.
Qualified name.
Name(String, String) - Constructor for class org.apache.jackrabbit.name.Name
Creates a qualified name instance.
NodeDecorator - class org.apache.jackrabbit.decorator.NodeDecorator.
 
NodeDecorator(ItemDecorator, DecoratorFactory, Session, Node) - Constructor for class org.apache.jackrabbit.decorator.NodeDecorator
 
NodeDefinitionState - class org.apache.jackrabbit.state.nodetype.NodeDefinitionState.
Node definition state.
NodeDefinitionState() - Constructor for class org.apache.jackrabbit.state.nodetype.NodeDefinitionState
Creates an empty node definition state instance.
NodeTypeManagerState - class org.apache.jackrabbit.state.nodetype.NodeTypeManagerState.
Node type manager state.
NodeTypeManagerState() - Constructor for class org.apache.jackrabbit.state.nodetype.NodeTypeManagerState
Creates an empty node type manager state instance.
NodeTypeState - class org.apache.jackrabbit.state.nodetype.NodeTypeState.
Node type state.
NodeTypeState() - Constructor for class org.apache.jackrabbit.state.nodetype.NodeTypeState
Creates an empty node type state instance.
next() - Method in class org.apache.jackrabbit.decorator.DecoratingRangeIterator
Decorates and returns the next objects from the underlying iterator.
nextNode() - Method in class org.apache.jackrabbit.decorator.DecoratingNodeIterator
Decorates and returns the next node from the underlying node iterator.
nextNode() - Method in class org.apache.jackrabbit.iterator.ArrayNodeIterator
Returns the next node in the array.
nextNodeType() - Method in class org.apache.jackrabbit.iterator.ArrayNodeTypeIterator
Returns the next node type in the array.
nextProperty() - Method in class org.apache.jackrabbit.iterator.ArrayPropertyIterator
Returns the next property in the array.

O

orderBefore(String, String) - Method in class org.apache.jackrabbit.base.BaseNode
Not implemented.
orderBefore(String, String) - Method in class org.apache.jackrabbit.decorator.NodeDecorator
 
org.apache.jackrabbit.base - package org.apache.jackrabbit.base
General base classes for implementing the JCR interfaces.
org.apache.jackrabbit.base.nodetype - package org.apache.jackrabbit.base.nodetype
 
org.apache.jackrabbit.decorator - package org.apache.jackrabbit.decorator
Generic JCR decorator layer.
org.apache.jackrabbit.iterator - package org.apache.jackrabbit.iterator
Utility classes for implementing JCR iterators based on static arrays.
org.apache.jackrabbit.name - package org.apache.jackrabbit.name
 
org.apache.jackrabbit.session - package org.apache.jackrabbit.session
 
org.apache.jackrabbit.session.nodetype - package org.apache.jackrabbit.session.nodetype
Immutable and session-bound frontend to node type information.
org.apache.jackrabbit.state.nodetype - package org.apache.jackrabbit.state.nodetype
Node type state implementation.
org.apache.jackrabbit.xml - package org.apache.jackrabbit.xml
 

P

Path - class org.apache.jackrabbit.name.Path.
Content path.
PathParser - class org.apache.jackrabbit.name.PathParser.
JCR content path parser.
PathParser(Session) - Constructor for class org.apache.jackrabbit.name.PathParser
Creates a path parser for the given session.
PropertyDefinitionState - class org.apache.jackrabbit.state.nodetype.PropertyDefinitionState.
Property definition state.
PropertyDefinitionState() - Constructor for class org.apache.jackrabbit.state.nodetype.PropertyDefinitionState
Creates an empty property definition state instance.
parse(Session, String) - Static method in class org.apache.jackrabbit.name.Path
Parses the given JCR path string.
parsePath(String) - Method in class org.apache.jackrabbit.name.PathParser
Parses the given JCR content path.
processingInstruction(String, String) - Method in class org.apache.jackrabbit.xml.DocumentViewImportContentHandler
Ignored.
processingInstruction(String, String) - Method in class org.apache.jackrabbit.xml.SystemViewImportContentHandler
Ignored.

R

RepositoryDecorator - class org.apache.jackrabbit.decorator.RepositoryDecorator.
Simple Repository decorator.
RepositoryDecorator(DecoratorFactory, Repository) - Constructor for class org.apache.jackrabbit.decorator.RepositoryDecorator
 
refresh(boolean) - Method in class org.apache.jackrabbit.base.BaseItem
Not implemented.
refresh(boolean) - Method in class org.apache.jackrabbit.base.BaseSession
Not implemented.
refresh(boolean) - Method in class org.apache.jackrabbit.decorator.ChainedItemDecorator
refresh(boolean) - Method in class org.apache.jackrabbit.decorator.ItemDecorator
refresh() - Method in class org.apache.jackrabbit.decorator.LockDecorator
 
refresh(boolean) - Method in class org.apache.jackrabbit.decorator.SessionDecorator
Forwards the method call to the underlying session.
registerNamespace(String, String) - Method in class org.apache.jackrabbit.base.BaseNamespaceRegistry
Not implemented.
registerNamespace(String, String) - Method in class org.apache.jackrabbit.session.SessionNamespaceRegistry
Creates a local namespace mapping.
remove() - Method in class org.apache.jackrabbit.base.BaseItem
Not implemented.
remove() - Method in class org.apache.jackrabbit.decorator.ChainedItemDecorator
remove() - Method in class org.apache.jackrabbit.decorator.DecoratingRangeIterator
Removes the current object from the underlying iterator.
remove() - Method in class org.apache.jackrabbit.decorator.ItemDecorator
removeLockToken(String) - Method in class org.apache.jackrabbit.base.BaseSession
Not implemented.
removeLockToken(String) - Method in class org.apache.jackrabbit.decorator.SessionDecorator
Forwards the method call to the underlying session.
removeMixin(String) - Method in class org.apache.jackrabbit.base.BaseNode
Not implemented.
removeMixin(String) - Method in class org.apache.jackrabbit.decorator.NodeDecorator
 
resolve(Item) - Method in class org.apache.jackrabbit.name.Path
Resolves this path starting from the given context item.
resolve(Item, String) - Static method in class org.apache.jackrabbit.name.Path
Resolves the given JCR path from the given context item.
restore(String, boolean) - Method in class org.apache.jackrabbit.base.BaseNode
Not implemented.
restore(Version, boolean) - Method in class org.apache.jackrabbit.base.BaseNode
Not implemented.
restore(Version, String, boolean) - Method in class org.apache.jackrabbit.base.BaseNode
Not implemented.
restore(Version[], boolean) - Method in class org.apache.jackrabbit.base.BaseWorkspace
Not implemented.
restore(String, boolean) - Method in class org.apache.jackrabbit.decorator.NodeDecorator
 
restore(Version, boolean) - Method in class org.apache.jackrabbit.decorator.NodeDecorator
 
restore(Version, String, boolean) - Method in class org.apache.jackrabbit.decorator.NodeDecorator
 
restore(Version[], boolean) - Method in class org.apache.jackrabbit.decorator.WorkspaceDecorator
Forwards the method call to the underlying workspace.
restoreByLabel(String, boolean) - Method in class org.apache.jackrabbit.base.BaseNode
Not implemented.
restoreByLabel(String, boolean) - Method in class org.apache.jackrabbit.decorator.NodeDecorator
 
root - Variable in class org.apache.jackrabbit.xml.DocumentViewExportVisitor
The root node of the serialization tree.
root - Variable in class org.apache.jackrabbit.xml.SystemViewExportVisitor
The root node of the serialization tree.

S

SessionDecorator - class org.apache.jackrabbit.decorator.SessionDecorator.
TODO
SessionDecorator(DecoratorFactory, Repository, Session) - Constructor for class org.apache.jackrabbit.decorator.SessionDecorator
 
SessionHelper - class org.apache.jackrabbit.session.SessionHelper.
Helper class for accessing the namespaces and node types associated with a JCR Session.
SessionHelper(Session) - Constructor for class org.apache.jackrabbit.session.SessionHelper
Creates a helper for accessing the given session.
SessionNamespaceRegistry - class org.apache.jackrabbit.session.SessionNamespaceRegistry.
 
SessionNamespaceRegistry(NamespaceRegistry) - Constructor for class org.apache.jackrabbit.session.SessionNamespaceRegistry
Creates a local namespace registry based on the given global namespace registry.
SessionNodeTypeManager - class org.apache.jackrabbit.session.nodetype.SessionNodeTypeManager.
Immutable and session-bound node type manager frontend.
SessionNodeTypeManager(SessionHelper, NodeTypeManagerState) - Constructor for class org.apache.jackrabbit.session.nodetype.SessionNodeTypeManager
Creates a node type manager frontend that is bound to the given session and underlying node type manager state.
SimpleDecoratorFactory - class org.apache.jackrabbit.decorator.SimpleDecoratorFactory.
TODO
SimpleDecoratorFactory() - Constructor for class org.apache.jackrabbit.decorator.SimpleDecoratorFactory
 
SystemViewExportVisitor - class org.apache.jackrabbit.xml.SystemViewExportVisitor.
Generic system view exporter for JCR content repositories.
SystemViewExportVisitor(ContentHandler, boolean, boolean) - Constructor for class org.apache.jackrabbit.xml.SystemViewExportVisitor
Creates an visitor for exporting content using the system view format.
SystemViewImportContentHandler - class org.apache.jackrabbit.xml.SystemViewImportContentHandler.
TODO
SystemViewImportContentHandler(Node) - Constructor for class org.apache.jackrabbit.xml.SystemViewImportContentHandler
 
save() - Method in class org.apache.jackrabbit.base.BaseItem
Not implemented.
save() - Method in class org.apache.jackrabbit.base.BaseSession
Not implemented.
save() - Method in class org.apache.jackrabbit.decorator.ChainedItemDecorator
save() - Method in class org.apache.jackrabbit.decorator.ItemDecorator
save() - Method in class org.apache.jackrabbit.decorator.SessionDecorator
Forwards the method call to the underlying session.
setAllowsSameNameSiblings(boolean) - Method in class org.apache.jackrabbit.state.nodetype.NodeDefinitionState
Sets the value of the AllowsSameNameSiblings node definition property.
setAutoCreated(boolean) - Method in class org.apache.jackrabbit.state.nodetype.ItemDefinitionState
Sets the value of the AutoCreated item definition property.
setChainedFactory(DecoratorFactory) - Method in class org.apache.jackrabbit.decorator.ChainedDecoratorFactory
 
setDefaultPrimaryTypeName(Name) - Method in class org.apache.jackrabbit.state.nodetype.NodeDefinitionState
Sets the name of the default primary type of the defined node.
setDocumentLocator(Locator) - Method in class org.apache.jackrabbit.xml.DocumentViewImportContentHandler
Ignored.
setDocumentLocator(Locator) - Method in class org.apache.jackrabbit.xml.SystemViewImportContentHandler
Ignored.
setHasOrderableChildNodes(boolean) - Method in class org.apache.jackrabbit.state.nodetype.NodeTypeState
Sets the value of the HasOrderableChildNodes node type property.
setMandatory(boolean) - Method in class org.apache.jackrabbit.state.nodetype.ItemDefinitionState
Sets the value of the Mandatory item definition property.
setMixin(boolean) - Method in class org.apache.jackrabbit.state.nodetype.NodeTypeState
Sets the value of the Mixin node type property.
setMultiple(boolean) - Method in class org.apache.jackrabbit.state.nodetype.PropertyDefinitionState
Sets the value of the Multiple property definition property.
setName(Name) - Method in class org.apache.jackrabbit.state.nodetype.ItemDefinitionState
Sets the qualified name of the defined item.
setName(Name) - Method in class org.apache.jackrabbit.state.nodetype.NodeTypeState
Sets the node type name.
setNamespacePrefix(String, String) - Method in class org.apache.jackrabbit.base.BaseSession
Not implemented.
setNamespacePrefix(String, String) - Method in class org.apache.jackrabbit.decorator.SessionDecorator
Forwards the method call to the underlying session.
setOnParentVersion(int) - Method in class org.apache.jackrabbit.state.nodetype.ItemDefinitionState
Sets the value of the OnParentVersion item definition property.
setPrimaryItemName(Name) - Method in class org.apache.jackrabbit.state.nodetype.NodeTypeState
Sets the name of the primary item of the node type.
setProperty(String, Value) - Method in class org.apache.jackrabbit.base.BaseNode
Implemented by calling getProperty(name).setValue(value) and returning the retrieved property.
setProperty(String, Value, int) - Method in class org.apache.jackrabbit.base.BaseNode
Implemented by calling setProperty(name, value) after converting the given value to the given type.
setProperty(String, Value[]) - Method in class org.apache.jackrabbit.base.BaseNode
Implemented by calling getProperty(name).setValue(values) and returning the retrieved property.
setProperty(String, Value[], int) - Method in class org.apache.jackrabbit.base.BaseNode
Implemented by calling setProperty(name, convertedValues) with an array of values that were converted from the given values to the given type.
setProperty(String, String[]) - Method in class org.apache.jackrabbit.base.BaseNode
Implemented by calling setProperty(name, stringValues) with an array of values that were created from the given strings by getSession().getValueFactory().createValue(values[i])).
setProperty(String, String[], int) - Method in class org.apache.jackrabbit.base.BaseNode
Implemented by calling setProperty(name, stringValues, type) with an array of Values that were created from the given strings by getSession().getValueFactory().createValue(values[i])).
setProperty(String, String) - Method in class org.apache.jackrabbit.base.BaseNode
Implemented by calling setProperty(name, getSession().getValueFactory().createValue(value).
setProperty(String, String, int) - Method in class org.apache.jackrabbit.base.BaseNode
Implemented by calling setProperty(name, getSession().getValueFactory().createValue(value, type).
setProperty(String, InputStream) - Method in class org.apache.jackrabbit.base.BaseNode
Implemented by calling setProperty(name, getSession().getValueFactory().createValue(value).
setProperty(String, boolean) - Method in class org.apache.jackrabbit.base.BaseNode
Implemented by calling setProperty(name, getSession().getValueFactory().createValue(value).
setProperty(String, double) - Method in class org.apache.jackrabbit.base.BaseNode
Implemented by calling setProperty(name, getSession().getValueFactory().createValue(value).
setProperty(String, long) - Method in class org.apache.jackrabbit.base.BaseNode
Implemented by calling setProperty(name, getSession().getValueFactory().createValue(value).
setProperty(String, Calendar) - Method in class org.apache.jackrabbit.base.BaseNode
Implemented by calling setProperty(name, getSession().getValueFactory().createValue(value).
setProperty(String, Node) - Method in class org.apache.jackrabbit.base.BaseNode
Implemented by calling setProperty(name, getSession().getValueFactory().createValue(value).
setProperty(String, Value) - Method in class org.apache.jackrabbit.decorator.NodeDecorator
 
setProperty(String, Value, int) - Method in class org.apache.jackrabbit.decorator.NodeDecorator
 
setProperty(String, Value[]) - Method in class org.apache.jackrabbit.decorator.NodeDecorator
 
setProperty(String, Value[], int) - Method in class org.apache.jackrabbit.decorator.NodeDecorator
 
setProperty(String, String[]) - Method in class org.apache.jackrabbit.decorator.NodeDecorator
 
setProperty(String, String[], int) - Method in class org.apache.jackrabbit.decorator.NodeDecorator
 
setProperty(String, String) - Method in class org.apache.jackrabbit.decorator.NodeDecorator
 
setProperty(String, String, int) - Method in class org.apache.jackrabbit.decorator.NodeDecorator
 
setProperty(String, InputStream) - Method in class org.apache.jackrabbit.decorator.NodeDecorator
 
setProperty(String, boolean) - Method in class org.apache.jackrabbit.decorator.NodeDecorator
 
setProperty(String, double) - Method in class org.apache.jackrabbit.decorator.NodeDecorator
 
setProperty(String, long) - Method in class org.apache.jackrabbit.decorator.NodeDecorator
 
setProperty(String, Calendar) - Method in class org.apache.jackrabbit.decorator.NodeDecorator
 
setProperty(String, Node) - Method in class org.apache.jackrabbit.decorator.NodeDecorator
 
setProtected(boolean) - Method in class org.apache.jackrabbit.state.nodetype.ItemDefinitionState
Sets the value of the Protected item definition property.
setRequiredType(int) - Method in class org.apache.jackrabbit.state.nodetype.PropertyDefinitionState
Sets the required type of the defined property.
setValue(Value) - Method in class org.apache.jackrabbit.base.BaseProperty
Not implemented.
setValue(Value[]) - Method in class org.apache.jackrabbit.base.BaseProperty
Not implemented.
setValue(String) - Method in class org.apache.jackrabbit.base.BaseProperty
Implemented by calling setValue(getSession().getValueFactory().createValue(value)).
setValue(String[]) - Method in class org.apache.jackrabbit.base.BaseProperty
Implemented by calling setValue(stringValues) with an array of Values that were created from the given strings by getSession().getValueFactory().createValue(values[i])).
setValue(InputStream) - Method in class org.apache.jackrabbit.base.BaseProperty
Implemented by calling setValue(getSession().getValueFactory().createValue(value)).
setValue(long) - Method in class org.apache.jackrabbit.base.BaseProperty
Implemented by calling setValue(getSession().getValueFactory().createValue(value)).
setValue(double) - Method in class org.apache.jackrabbit.base.BaseProperty
Implemented by calling setValue(getSession().getValueFactory().createValue(value)).
setValue(Calendar) - Method in class org.apache.jackrabbit.base.BaseProperty
Implemented by calling setValue(getSession().getValueFactory().createValue(value)).
setValue(boolean) - Method in class org.apache.jackrabbit.base.BaseProperty
Implemented by calling setValue(getSession().getValueFactory().createValue(value)).
setValue(Node) - Method in class org.apache.jackrabbit.base.BaseProperty
Implemented by calling setValue(getSession().getValueFactory().createValue(value)).
skip(long) - Method in class org.apache.jackrabbit.decorator.DecoratingRangeIterator
Advances the underlying iterator.
skippedEntity(String) - Method in class org.apache.jackrabbit.xml.DocumentViewImportContentHandler
Ignored.
skippedEntity(String) - Method in class org.apache.jackrabbit.xml.SystemViewImportContentHandler
Ignored.
startDocument() - Method in class org.apache.jackrabbit.xml.DocumentViewImportContentHandler
Ignored.
startDocument() - Method in class org.apache.jackrabbit.xml.SystemViewImportContentHandler
Ignored.
startElement(String, String, String, Attributes) - Method in class org.apache.jackrabbit.xml.DocumentViewImportContentHandler
 
startElement(String, String, String, Attributes) - Method in class org.apache.jackrabbit.xml.SystemViewImportContentHandler
 
startPrefixMapping(String, String) - Method in class org.apache.jackrabbit.xml.DocumentViewImportContentHandler
Ignored.
startPrefixMapping(String, String) - Method in class org.apache.jackrabbit.xml.SystemViewImportContentHandler
Ignored.

T

toJCRName(Session) - Method in class org.apache.jackrabbit.name.Name
Returns the prefixed JCR name representation of the qualified name.
toString() - Method in class org.apache.jackrabbit.name.Name
Returns a string representation of the qualified name.

U

unlock() - Method in class org.apache.jackrabbit.base.BaseNode
Not implemented.
unlock() - Method in class org.apache.jackrabbit.decorator.NodeDecorator
 
unregisterNamespace(String) - Method in class org.apache.jackrabbit.base.BaseNamespaceRegistry
Not implemented.
unregisterNamespace(String) - Method in class org.apache.jackrabbit.session.SessionNamespaceRegistry
Not implemented.
update(String) - Method in class org.apache.jackrabbit.base.BaseNode
Not implemented.
update(String) - Method in class org.apache.jackrabbit.decorator.NodeDecorator
 

V

visit(Property) - Method in class org.apache.jackrabbit.xml.DocumentViewExportVisitor
Ignored.
visit(Node) - Method in class org.apache.jackrabbit.xml.DocumentViewExportVisitor
Exports the visited node using the document view serialization format.
visit(Property) - Method in class org.apache.jackrabbit.xml.SystemViewExportVisitor
Exports the visited property using the system view serialization format.
visit(Node) - Method in class org.apache.jackrabbit.xml.SystemViewExportVisitor
Exports the visited node using the system view serialization format.

W

WorkspaceDecorator - class org.apache.jackrabbit.decorator.WorkspaceDecorator.
Simple workspace decorator.
WorkspaceDecorator(DecoratorFactory, Session, Workspace) - Constructor for class org.apache.jackrabbit.decorator.WorkspaceDecorator
Creates a workspace decorator.

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

Copyright © 2004-2005 . All Rights Reserved.