Serialized Form


Package org.apache.jackrabbit.core

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


Package org.apache.jackrabbit.core.cluster

Class org.apache.jackrabbit.core.cluster.ClusterException 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.data

Class org.apache.jackrabbit.core.data.DataIdentifier extends Object implements Serializable

serialVersionUID: -9197191401131100016L

Serialized Fields

identifier

String identifier
Data identifier.

Class org.apache.jackrabbit.core.data.DataStoreException extends RepositoryException implements Serializable


Package org.apache.jackrabbit.core.fs

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


Package org.apache.jackrabbit.core.id

Class org.apache.jackrabbit.core.id.NodeId extends Object implements Serializable

serialVersionUID: 5773949574212570258L

Serialized Fields

msb

long msb
The most significant 64 bits (bytes 0-7) of the UUID.


lsb

long lsb
The least significant 64 bits (bytes 8-15) of the UUID.

Class org.apache.jackrabbit.core.id.PropertyId extends Object implements Serializable

serialVersionUID: 1118783735407446009L

Serialized Fields

parentId

NodeId parentId
id of the parent node.


propName

Name propName
Name of the property.


hashCode

int hashCode
the precalculated hash code


Package org.apache.jackrabbit.core.jndi

Class org.apache.jackrabbit.core.jndi.BindableRepository extends AbstractRepository implements Serializable

serialVersionUID: 8864716577016297651L

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Deserializes a repository instance. The repository configuration is deserialized using the standard deserialization mechanism, and the underlying delegate repository is created using the init method.

Throws:
IOException - if configuration information cannot be deserialized or if the configured repository cannot be created
ClassNotFoundException - on deserialization errors
Serialized Fields

reference

Reference reference
The repository reference


Package org.apache.jackrabbit.core.journal

Class org.apache.jackrabbit.core.journal.JournalException extends Exception implements Serializable


Package org.apache.jackrabbit.core.nodetype

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

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


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

Class org.apache.jackrabbit.core.query.lucene.JackrabbitTermQuery extends org.apache.lucene.search.TermQuery implements Serializable

serialVersionUID: 4244799812287335957L

Class org.apache.jackrabbit.core.query.lucene.JackrabbitTermQuery.JackrabbitTermWeight extends org.apache.jackrabbit.core.query.lucene.AbstractWeight implements Serializable

serialVersionUID: -2070964510010945854L

Serialized Fields

weight

org.apache.lucene.search.Weight weight
The default lucene TermQuery weight.

Class org.apache.jackrabbit.core.query.lucene.LazyTextExtractorField extends org.apache.lucene.document.AbstractField implements Serializable

Serialized Fields

extract

String extract
The extracted text content of the given binary value. Set to non-null when the text extraction task finishes.

Class org.apache.jackrabbit.core.query.lucene.LengthSortComparator extends Object implements Serializable

serialVersionUID: 2513564768671391632L

Serialized Fields

nsMappings

NamespaceMappings nsMappings
The index internal namespace mappings.

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

Serialized Fields

localName

String localName
The local name of a node.


version

IndexFormatVersion version
The index format version.

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

Class org.apache.jackrabbit.core.query.lucene.LowerCaseSortComparator extends Object implements Serializable

serialVersionUID: 5396206509020979445L

Serialized Fields

base

org.apache.lucene.search.SortComparatorSource base
The base sort comparator.

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

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

Serialized Fields

nodeName

Name nodeName
The node name.


version

IndexFormatVersion version
The index format version.


nsMappings

NamespaceMappings nsMappings
The internal namespace mappings of the index.

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

Serialized Fields

lowerName

Name lowerName
The lower name. May be null if upperName is not null.


upperName

Name upperName
The upper name. May be null if lowerName is not null.


inclusive

boolean inclusive
If true the range interval is inclusive.


version

IndexFormatVersion version
The index format version.


nsMappings

NamespaceMappings nsMappings
The internal namespace mappings.

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

Serialized Fields

subQuery

org.apache.lucene.search.Query subQuery
The context query


refProperty

String refProperty
The name of the reference property.


nameTest

Name nameTest
The nameTest to apply on target node, or null if all target nodes should be selected.


version

IndexFormatVersion version
The index format version.


nsMappings

NamespaceMappings nsMappings
The internal namespace mappings.


subQueryScorer

org.apache.lucene.search.Scorer subQueryScorer
The scorer of the context query


nameTestScorer

org.apache.lucene.search.Scorer nameTestScorer
The scorer of the name test query

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

Serialized Fields

hits

QueryHits hits
The underlying query hits.

Class org.apache.jackrabbit.core.query.lucene.QueryHitsQuery.QueryHitsQueryWeight extends Object implements Serializable

Serialized Fields

similarity

org.apache.lucene.search.Similarity similarity
The similarity.

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.


transform

int transform
How the term enum is transformed before it is compared to lower and upper term.


stdRangeQuery

org.apache.lucene.search.Query stdRangeQuery
The rewritten range query or null if the range spans more than BooleanQuery.maxClauseCount terms.

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

serialVersionUID: 2609351820466200052L

Serialized Fields

field

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


ism

ItemStateManager ism
The item state manager.


hmgr

HierarchyManager hmgr
The hierarchy manager on top of SharedFieldSortComparator.ism.


nsMappings

NamespaceMappings nsMappings
The index internal namespace mappings.

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

Serialized Fields

uuid

String uuid
The UUID of the node for which to find similar nodes.


analyzer

org.apache.lucene.analysis.Analyzer analyzer
The analyzer in use.

Class org.apache.jackrabbit.core.query.lucene.UpperCaseSortComparator extends Object implements Serializable

serialVersionUID: 2562371983498948119L

Serialized Fields

base

org.apache.lucene.search.SortComparatorSource base
The base sort comparator.

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.


transform

int transform
How property values are tranformed before they are matched using the provided pattern.


multiTermQuery

org.apache.lucene.search.Query multiTermQuery
The standard multi term query to execute wildcard queries. This is only set if the pattern matches less than BooleanQuery.maxClauseCount.


Package org.apache.jackrabbit.core.security

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

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.security.authentication

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

Serialized Fields

credentials

Credentials credentials

Class org.apache.jackrabbit.core.security.authentication.CryptedSimpleCredentials extends Object implements Serializable

Serialized Fields

algorithm

String algorithm

cryptedPassword

String cryptedPassword

userId

String userId

attributes

Map<K,V> attributes

Package org.apache.jackrabbit.core.security.principal

Class org.apache.jackrabbit.core.security.principal.PrincipalImpl extends Object implements Serializable

serialVersionUID: 384040549033267804L

Serialized Fields

name

String name
the name of this principal

Class org.apache.jackrabbit.core.security.principal.UnknownPrincipal extends PrincipalImpl implements Serializable


Package org.apache.jackrabbit.core.state

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

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

serialVersionUID: 7007727035982680717L

Serialized Fields

id

NodeId id
Identifier of the target node.


references

ArrayList<E> 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.NoSuchItemStateException extends ItemStateException implements Serializable

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


Package org.apache.jackrabbit.core.util

Class org.apache.jackrabbit.core.util.EmptyLinkedMap extends org.apache.commons.collections.map.LinkedMap implements Serializable

serialVersionUID: -9165910643562370800L

Serialization Methods

readResolve

private Object readResolve()
Returns the single instance of this class.


Package org.apache.jackrabbit.core.value

Class org.apache.jackrabbit.core.value.InternalValue extends AbstractQValue implements Serializable



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