Serialized Form


Package org.apache.jackrabbit.core

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


Package org.apache.jackrabbit.core.cache

Class org.apache.jackrabbit.core.cache.GrowingLRUMap extends org.apache.commons.collections.map.LRUMap implements Serializable

Serialized Fields

maxSize

int maxSize

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

org.apache.jackrabbit.spi.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 org.apache.jackrabbit.commons.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.IDField extends org.apache.lucene.document.AbstractField implements Serializable

serialVersionUID: 3322062255855425638L

Serialized Fields

id

NodeId id

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 org.apache.lucene.search.FieldComparatorSource implements Serializable

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 org.apache.lucene.search.FieldComparatorSource implements Serializable

Serialized Fields

base

org.apache.lucene.search.FieldComparatorSource base
The base 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

org.apache.jackrabbit.spi.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

org.apache.jackrabbit.spi.Name lowerName
The lower name. May be null if upperName is not null.


upperName

org.apache.jackrabbit.spi.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.


cache

org.apache.jackrabbit.core.query.lucene.PerQueryCache cache

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

org.apache.jackrabbit.spi.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 org.apache.lucene.search.Weight 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.


cache

org.apache.jackrabbit.core.query.lucene.PerQueryCache cache

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.SharedFieldComparatorSource extends org.apache.lucene.search.FieldComparatorSource implements Serializable

serialVersionUID: -5803240954874585429L

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 SharedFieldComparatorSource.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 org.apache.lucene.search.FieldComparatorSource implements Serializable

Serialized Fields

base

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

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

serialVersionUID: -4705104992551930918L

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.


tvf

WildcardTermEnum.TermValueFactory tvf
Creates a term value for a given string.


pattern

String pattern
The wildcard pattern.


transform

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


cache

org.apache.jackrabbit.core.query.lucene.PerQueryCache cache

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.query.lucene.sort

Class org.apache.jackrabbit.core.query.lucene.sort.DynamicOperandFieldComparatorSource extends org.apache.lucene.search.FieldComparatorSource implements Serializable

serialVersionUID: 1L

Serialized Fields

session

Session session

evaluator

org.apache.jackrabbit.commons.query.qom.OperandEvaluator evaluator

orderByProperties

Map<K,V> orderByProperties

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

salt

String salt

hashedPassword

String hashedPassword

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.stats

Class org.apache.jackrabbit.core.stats.QueryStatDtoImpl extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

position

long position
lazy, computed at call time


creationTime

Date creationTime
the time that the query was created


durationMs

long durationMs
run duration in ms


language

String language
query language


statement

String statement
query statement


occurrenceCount

int occurrenceCount
used in popular queries list


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 org.apache.jackrabbit.spi.commons.value.AbstractQValue implements Serializable

serialVersionUID: -7340744360527434409L


Package org.apache.jackrabbit.core.version

Class org.apache.jackrabbit.core.version.InconsistentVersioningState extends RuntimeException implements Serializable

Serialized Fields

versionHistoryNodeId

NodeId versionHistoryNodeId



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