Serialized Form


Package org.apache.jackrabbit.core

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

serialVersionUID: -9147603369595196078l

Serialized Fields

hash

int hash
Memorized hash code.

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

serialVersionUID: 7026219091360041109l

Serialized Fields

uuid

String uuid
UUID of the identified node

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

serialVersionUID: -3726624437800567892l

Serialized Fields

parentUUID

String parentUUID
UUID of the parent node.


propName

QName propName
Qualified name of the property.


Package org.apache.jackrabbit.core.config

Class org.apache.jackrabbit.core.config.ConfigurationException extends RepositoryException 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.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.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.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.lucene.fulltext

Class org.apache.jackrabbit.core.query.lucene.fulltext.ParseException extends Exception implements Serializable

Serialized Fields

specialConstructor

boolean specialConstructor
This variable determines which constructor was used to create this object and thereby affects the semantics of the "getMessage" method (see below).


currentToken

Token currentToken
This is the last token that has been consumed successfully. If this object has been created due to a parse error, the token followng this token will (therefore) be the first error token.


expectedTokenSequences

int[][] expectedTokenSequences
Each entry in this array is an array of integers. Each array of integers represents a sequence of tokens (by their ordinal values) that is expected at this point of the parse.


tokenImage

String[] tokenImage
This is a reference to the "tokenImage" array of the generated parser within which the parse error occurred. This array is defined in the generated ...Constants interface.


eol

String eol
The end of line string for this machine.

Class org.apache.jackrabbit.core.query.lucene.fulltext.TokenMgrError extends Error implements Serializable

Serialized Fields

errorCode

int errorCode
Indicates the reason why the exception is thrown. It will have one of the above 4 values.


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

Class org.apache.jackrabbit.core.query.sql.ParseException extends Exception implements Serializable

Serialized Fields

specialConstructor

boolean specialConstructor
This variable determines which constructor was used to create this object and thereby affects the semantics of the "getMessage" method (see below).


currentToken

Token currentToken
This is the last token that has been consumed successfully. If this object has been created due to a parse error, the token followng this token will (therefore) be the first error token.


expectedTokenSequences

int[][] expectedTokenSequences
Each entry in this array is an array of integers. Each array of integers represents a sequence of tokens (by their ordinal values) that is expected at this point of the parse.


tokenImage

String[] tokenImage
This is a reference to the "tokenImage" array of the generated parser within which the parse error occurred. This array is defined in the generated ...Constants interface.


eol

String eol
The end of line string for this machine.

Class org.apache.jackrabbit.core.query.sql.TokenMgrError extends Error implements Serializable

Serialized Fields

errorCode

int errorCode
Indicates the reason why the exception is thrown. It will have one of the above 4 values.


Package org.apache.jackrabbit.core.query.xpath

Class org.apache.jackrabbit.core.query.xpath.ParseException extends Exception implements Serializable

Serialized Fields

specialConstructor

boolean specialConstructor
This variable determines which constructor was used to create this object and thereby affects the semantics of the "getMessage" method (see below).


currentToken

Token currentToken
This is the last token that has been consumed successfully. If this object has been created due to a parse error, the token followng this token will (therefore) be the first error token.


expectedTokenSequences

int[][] expectedTokenSequences
Each entry in this array is an array of integers. Each array of integers represents a sequence of tokens (by their ordinal values) that is expected at this point of the parse.


tokenImage

String[] tokenImage
This is a reference to the "tokenImage" array of the generated parser within which the parse error occurred. This array is defined in the generated ...Constants interface.


eol

String eol
The end of line string for this machine.

Class org.apache.jackrabbit.core.query.xpath.TokenMgrError extends Error implements Serializable

Serialized Fields

errorCode

int errorCode
Indicates the reason why the exception is thrown. It will have one of the above 4 values.


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


Package org.apache.jackrabbit.core.state

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

serialVersionUID: -337199573967324199l

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


parentUUID

String parentUUID
the uuid of the (primary) parent node or null if this is the root node


id

ItemId id

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

targetId

NodeReferencesId targetId
id of the target node


references

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

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 NodeId implements Serializable

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

serialVersionUID: -764076390011517389l

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream out)
                  throws IOException
Serialized Fields

uuid

String uuid
the uuid of this node


nodeTypeName

QName nodeTypeName
the name of this node's primary type


mixinTypeNames

Set mixinTypeNames
the names of this node's mixin types


defId

NodeDefId defId
id of this node's definition


childNodeEntries

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


propertyNames

Set propertyNames
set of property names (QName objects)

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

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

serialVersionUID: 8960688206140247183l

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream out)
                  throws IOException
Serialized Fields

name

QName name

values

InternalValue[] values

type

int type

multiValued

boolean multiValued

defId

PropDefId defId

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

Class org.apache.jackrabbit.core.state.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.name

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

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

Class org.apache.jackrabbit.name.NoPrefixDeclaredException extends org.apache.jackrabbit.BaseException 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 org.apache.jackrabbit.BaseException implements Serializable


Package org.apache.jackrabbit.uuid

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

Serialized Fields

rawBytes

byte[] rawBytes
byte array to store 128-bits composing this UUID


node

Long node
Holds node identifier for this UUID


timestamp

long timestamp
Holds timestamp for this UUID


clockSq

Short clockSq
Holds the clock sequence field


version

int version
Holds the version field of this UUID


variant

int variant
Holds the variant field of this UUID


stringValue

String stringValue
Holds the internal string value of the UUID



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