Serialized Form
|
Package org.apache.jackrabbit.core |
|
Package org.apache.jackrabbit.core.cluster |
|
Package org.apache.jackrabbit.core.config |
|
Package org.apache.jackrabbit.core.data |
serialVersionUID: -9197191401131100016L
identifier
String identifier
- Data identifier.
|
Package org.apache.jackrabbit.core.fs |
|
Package org.apache.jackrabbit.core.id |
serialVersionUID: 5773949574212570258L
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.
serialVersionUID: 1118783735407446009L
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 |
serialVersionUID: 8864716577016297651L
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
reference
Reference reference
- The repository reference
|
Package org.apache.jackrabbit.core.journal |
|
Package org.apache.jackrabbit.core.nodetype |
|
Package org.apache.jackrabbit.core.query.lucene |
serialVersionUID: 4244799812287335957L
serialVersionUID: -2070964510010945854L
weight
org.apache.lucene.search.Weight weight
- The default lucene TermQuery weight.
extract
String extract
- The extracted text content of the given binary value.
Set to non-null when the text extraction task finishes.
serialVersionUID: 2513564768671391632L
nsMappings
NamespaceMappings nsMappings
- The index internal namespace mappings.
localName
String localName
- The local name of a node.
version
IndexFormatVersion version
- The index format version.
serialVersionUID: 5396206509020979445L
base
org.apache.lucene.search.SortComparatorSource base
- The base sort comparator.
nodeName
Name nodeName
- The node name.
version
IndexFormatVersion version
- The index format version.
nsMappings
NamespaceMappings nsMappings
- The internal namespace mappings of the index.
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.
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
hits
QueryHits hits
- The underlying query hits.
similarity
org.apache.lucene.search.Similarity similarity
- The similarity.
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.
serialVersionUID: 2609351820466200052L
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.
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.
serialVersionUID: 2562371983498948119L
base
org.apache.lucene.search.SortComparatorSource base
- The base sort comparator.
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 |
name
String name
|
Package org.apache.jackrabbit.core.security.authentication |
credentials
Credentials credentials
algorithm
String algorithm
cryptedPassword
String cryptedPassword
userId
String userId
attributes
Map<K,V> attributes
|
Package org.apache.jackrabbit.core.security.principal |
serialVersionUID: 384040549033267804L
name
String name
- the name of this principal
|
Package org.apache.jackrabbit.core.state |
serialVersionUID: 7007727035982680717L
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.
|
Package org.apache.jackrabbit.core.util |
serialVersionUID: -9165910643562370800L
readResolve
private Object readResolve()
- Returns the single instance of this class.
|
Package org.apache.jackrabbit.core.value |
Copyright © 2004-2010 The Apache Software Foundation. All Rights Reserved.