Serialized Form


Package org.apache.jackrabbit.name

Class org.apache.jackrabbit.name.IllegalNameException extends NameException implements Serializable

Class org.apache.jackrabbit.name.MalformedPathException extends NameException implements Serializable

Class org.apache.jackrabbit.name.NameException extends org.apache.jackrabbit.BaseException implements Serializable

Class org.apache.jackrabbit.name.NoPrefixDeclaredException extends NameException implements Serializable

Class org.apache.jackrabbit.name.QName extends Object implements Serializable

serialVersionUID: -2712313010017755368l

Serialized Fields

namespaceURI

String namespaceURI
The internalized namespace URI of this qualified name.


localName

String localName
The internalized local part of this qualified name.

Class org.apache.jackrabbit.name.UnknownPrefixException extends NameException implements Serializable


Package org.apache.jackrabbit.uuid

Class org.apache.jackrabbit.uuid.UUID extends Object implements Serializable

serialVersionUID: 2526142433736157231l

Serialized Fields

lsb

long lsb
the least siginificant 64 bits of the uuid (bytes 8-15)


msb

long msb
the most siginificant 64 bits of the uuid (bytes 0-7)


Package org.apache.jackrabbit.core

Class org.apache.jackrabbit.core.ItemId extends Object implements Serializable

serialVersionUID: -5138008726453328226l

Class org.apache.jackrabbit.core.NodeId extends ItemId implements Serializable

serialVersionUID: 7380115476447060008l

Serialized Fields

uuid

UUID uuid
UUID of the identified node


hashCode

int hashCode
the precalculated hashcode

Class org.apache.jackrabbit.core.PropertyId extends ItemId implements Serializable

serialVersionUID: 1118783735407446009l

Serialized Fields

parentId

NodeId parentId
id of the parent node.


propName

QName propName
Qualified name of the property.


hashCode

int hashCode
the precalculated hash code

Class org.apache.jackrabbit.core.TransactionException extends org.apache.jackrabbit.BaseException implements Serializable


Package org.apache.jackrabbit.core.virtual

Class org.apache.jackrabbit.core.virtual.VirtualNodeState extends NodeState implements Serializable

Serialized Fields

stateMgr

VirtualItemStateProvider stateMgr
The virtual item state provide that created this node state


properties

HashMap properties
map of property states of this node state key=propname, value=VirtualPropertyState


stateRefs

HashSet stateRefs
a set of hard references to child states

Class org.apache.jackrabbit.core.virtual.VirtualPropertyState extends PropertyState implements Serializable

Serialized Fields

valueProvider

VirtualValueProvider valueProvider
a virtual value provider, if needed.


Package org.apache.jackrabbit.core.query.lucene

Class org.apache.jackrabbit.core.query.lucene.RangeQuery extends org.apache.lucene.search.Query implements Serializable

Serialized Fields

lowerTerm

org.apache.lucene.index.Term lowerTerm
The lower term. May be null if upperTerm is not null.


upperTerm

org.apache.lucene.index.Term upperTerm
The upper term. May be null if lowerTerm is not null.


inclusive

boolean inclusive
If true the range interval is inclusive.

Class org.apache.jackrabbit.core.query.lucene.SharedFieldSortComparator extends org.apache.lucene.search.SortComparator implements Serializable

Serialized Fields

field

String field
The name of the shared field in the lucene index.


createComparatorValues

boolean createComparatorValues
If true ScoreDocComparator will returns term values when ScoreDocComparator.sortValue(org.apache.lucene.search.ScoreDoc) is called, otherwise only a dummy value is returned.

Class org.apache.jackrabbit.core.query.lucene.WildcardQuery extends org.apache.lucene.search.Query implements Serializable

Serialized Fields

field

String field
Name of the field to search.


propName

String propName
Name of the property to search.


pattern

String pattern
The wildcard pattern.


Package org.apache.jackrabbit.core.query.sql

Class org.apache.jackrabbit.core.query.sql.ASTContainsExpression extends SimpleNode implements Serializable

Class org.apache.jackrabbit.core.query.sql.ASTIdentifier extends SimpleNode implements Serializable

Class org.apache.jackrabbit.core.query.sql.ASTLiteral extends SimpleNode implements Serializable

Class org.apache.jackrabbit.core.query.sql.ASTPredicate extends SimpleNode implements Serializable


Package org.apache.jackrabbit.core.fs

Class org.apache.jackrabbit.core.fs.FileSystemException extends org.apache.jackrabbit.BaseException implements Serializable


Package org.apache.jackrabbit.core.state

Class org.apache.jackrabbit.core.state.ItemState extends Object implements Serializable

serialVersionUID: -1473610775880779769l

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream out)
                  throws IOException
Serialized Fields

status

int status
the internal status of this item state


modCount

short modCount
a modification counter used to prevent concurrent modifications


isTransient

boolean isTransient
Flag indicating whether this state is transient

Class org.apache.jackrabbit.core.state.ItemStateException extends org.apache.jackrabbit.BaseException implements Serializable

Class org.apache.jackrabbit.core.state.NodeReferences extends Object implements Serializable

serialVersionUID: 7007727035982680717l

Serialized Fields

id

NodeReferencesId id
identifier of this NodeReferences instance.


references

ArrayList references
list of PropertyId's (i.e. the id's of the properties that refer to the target node denoted by id.getTargetId()).

note that the list can contain duplicate entries because a specific REFERENCE property can contain multiple references (if it's multi-valued) to potentially the same target node.

Class org.apache.jackrabbit.core.state.NodeReferencesId extends Object implements Serializable

serialVersionUID: -3819311769214730025l

Serialized Fields

targetId

NodeId targetId
The id of the target node.

Class org.apache.jackrabbit.core.state.NodeState extends ItemState implements Serializable

serialVersionUID: 4392375681805781770l

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream out)
                  throws IOException
Serialized Fields

nodeTypeName

QName nodeTypeName
the name of this node's primary type


mixinTypeNames

Set mixinTypeNames
the names of this node's mixin types


id

NodeId id
the id of this node.


parentId

NodeId parentId
the id of the parent node or null if this instance represents the root node


defId

NodeDefId defId
id of this node's definition


childNodeEntries

org.apache.jackrabbit.core.state.NodeState.ChildNodeEntries childNodeEntries
insertion-ordered collection of ChildNodeEntry objects


sharedChildNodeEntries

boolean sharedChildNodeEntries
Set to true if #childNodeEntries are shared between different NodeState instance.


propertyNames

HashSet propertyNames
set of property names (QName objects)


sharedPropertyNames

boolean sharedPropertyNames
Set to true if #propertyNames is shared between different NodeState instances.

Class org.apache.jackrabbit.core.state.NoSuchItemStateException extends ItemStateException implements Serializable

Class org.apache.jackrabbit.core.state.PropertyState extends ItemState implements Serializable

serialVersionUID: 90076676913237139l

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException

writeObject

private void writeObject(ObjectOutputStream out)
                  throws IOException
Serialized Fields

id

PropertyId id
the id of this property state


values

InternalValue[] values
the internal values


type

int type
the type of this property state


multiValued

boolean multiValued
flag indicating if this is a multivalue property


defId

PropDefId defId
the property definition id

Class org.apache.jackrabbit.core.state.StaleItemStateException extends ItemStateException implements Serializable


Package org.apache.jackrabbit.core.nodetype

Class org.apache.jackrabbit.core.nodetype.InvalidConstraintException extends org.apache.jackrabbit.BaseException implements Serializable

Class org.apache.jackrabbit.core.nodetype.InvalidNodeTypeDefException extends org.apache.jackrabbit.BaseException implements Serializable

Class org.apache.jackrabbit.core.nodetype.NodeDefId extends Object implements Serializable

serialVersionUID: 7020286139887664713l

Serialized Fields

id

int id
The internal id is computed based on the characteristics of the NodeDef that this NodeDefId identifies.

Class org.apache.jackrabbit.core.nodetype.NodeTypeConflictException extends org.apache.jackrabbit.BaseException implements Serializable

Class org.apache.jackrabbit.core.nodetype.PropDefId extends Object implements Serializable

serialVersionUID: 3675238890036653593l

Serialized Fields

id

int id
The internal id is computed based on the characteristics of the PropDef that this PropDefId identifies.


Package org.apache.jackrabbit.core.nodetype.compact

Class org.apache.jackrabbit.core.nodetype.compact.ParseException extends Exception implements Serializable

Serialized Fields

lineNumber

int lineNumber
the line number where the error occurred


colNumber

int colNumber
the column number where the error occurred


systemId

String systemId
the systemid of the source that produced the error


Package org.apache.jackrabbit.core.nodetype.converter

Class org.apache.jackrabbit.core.nodetype.converter.SchemaConversionException extends Exception implements Serializable


Package org.apache.jackrabbit.core.config

Class org.apache.jackrabbit.core.config.ConfigurationException extends RepositoryException implements Serializable


Package org.apache.jackrabbit.core.security

Class org.apache.jackrabbit.core.security.AnonymousPrincipal extends Object implements Serializable

Class org.apache.jackrabbit.core.security.CredentialsCallback extends Object implements Serializable

Serialized Fields

credentials

Credentials credentials

Class org.apache.jackrabbit.core.security.SystemPrincipal extends Object implements Serializable

Class org.apache.jackrabbit.core.security.UserPrincipal extends Object implements Serializable

Serialized Fields

name

String name



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