Serialized Form
|
Package org.infinispan.schematic |
serialVersionUID: 1L
readObject
public Schematic.DocumentChanges readObject(ObjectInput input)
throws IOException,
ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
writeObject
public void writeObject(ObjectOutput output,
Schematic.DocumentChanges changes)
throws IOException
- Throws:
IOException
serialVersionUID: 1L
operations
List<E> operations
|
Package org.infinispan.schematic.document |
serialVersionUID: 1L
readObject
public Binary readObject(ObjectInput input)
throws IOException
- Throws:
IOException
writeObject
public void writeObject(ObjectOutput output,
Binary value)
throws IOException
- Throws:
IOException
serialVersionUID: 1L
readObject
public Code readObject(ObjectInput input)
throws IOException,
ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
writeObject
public void writeObject(ObjectOutput output,
Code value)
throws IOException
- Throws:
IOException
serialVersionUID: 1L
readObject
public MaxKey readObject(ObjectInput input)
writeObject
public void writeObject(ObjectOutput output,
MaxKey value)
serialVersionUID: 1L
doc1
Document doc1
doc2
Document doc2
serialVersionUID: 1L
readObject
public MinKey readObject(ObjectInput input)
writeObject
public void writeObject(ObjectOutput output,
MinKey value)
serialVersionUID: 1L
readObject
public Null readObject(ObjectInput input)
writeObject
public void writeObject(ObjectOutput output,
Null value)
serialVersionUID: 1L
readObject
public ObjectId readObject(ObjectInput input)
throws IOException
- Throws:
IOException
writeObject
public void writeObject(ObjectOutput output,
ObjectId id)
throws IOException
- Throws:
IOException
serialVersionUID: 1L
lineNumber
int lineNumber
columnNumber
int columnNumber
serialVersionUID: 1L
symbol
String symbol
serialVersionUID: 1L
readObject
public Symbol readObject(ObjectInput input)
throws IOException
- Throws:
IOException
writeObject
public void writeObject(ObjectOutput output,
Symbol symbol)
throws IOException
- Throws:
IOException
serialVersionUID: 1L
readObject
public Timestamp readObject(ObjectInput input)
throws IOException
- Throws:
IOException
writeObject
public void writeObject(ObjectOutput output,
Timestamp timestamp)
throws IOException
- Throws:
IOException
|
Package org.infinispan.schematic.internal |
serialVersionUID: 1L
schemaLibrary
SchemaDocumentCache schemaLibrary
defaultSchemaUri
String defaultSchemaUri
serialVersionUID: 1L
serialVersionUID: 1L
name
String name
documents
ConcurrentMap<K,V> documents
serialVersionUID: 1L
readObject
public SchematicEntryDelta readObject(ObjectInput input)
throws IOException,
ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
writeObject
public void writeObject(ObjectOutput output,
SchematicEntryDelta delta)
throws IOException
- Throws:
IOException
serialVersionUID: 1L
readObject
public SchematicEntryLiteral readObject(ObjectInput input)
throws IOException,
ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
writeObject
public void writeObject(ObjectOutput output,
SchematicEntryLiteral literal)
throws IOException
- Throws:
IOException
serialVersionUID: 1L
|
Package org.infinispan.schematic.internal.delta |
serialVersionUID: 1L
readObject
public AddValueIfAbsentOperation readObject(ObjectInput input)
throws IOException,
ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
writeObject
public void writeObject(ObjectOutput output,
AddValueIfAbsentOperation put)
throws IOException
- Throws:
IOException
serialVersionUID: 1L
readObject
public AddValueOperation readObject(ObjectInput input)
throws IOException,
ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
writeObject
public void writeObject(ObjectOutput output,
AddValueOperation put)
throws IOException
- Throws:
IOException
serialVersionUID: 1L
readObject
public ClearOperation readObject(ObjectInput input)
throws IOException,
ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
writeObject
public void writeObject(ObjectOutput output,
ClearOperation remove)
throws IOException
- Throws:
IOException
serialVersionUID: 1L
readObject
public PutIfAbsentOperation readObject(ObjectInput input)
throws IOException,
ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
writeObject
public void writeObject(ObjectOutput output,
PutIfAbsentOperation put)
throws IOException
- Throws:
IOException
serialVersionUID: 1L
readObject
public PutOperation readObject(ObjectInput input)
throws IOException,
ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
writeObject
public void writeObject(ObjectOutput output,
PutOperation put)
throws IOException
- Throws:
IOException
serialVersionUID: 1L
readObject
public RemoveAllValuesOperation readObject(ObjectInput input)
throws IOException,
ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
writeObject
public void writeObject(ObjectOutput output,
RemoveAllValuesOperation put)
throws IOException
- Throws:
IOException
serialVersionUID: 1L
readObject
public RemoveAtIndexOperation readObject(ObjectInput input)
throws IOException,
ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
writeObject
public void writeObject(ObjectOutput output,
RemoveAtIndexOperation put)
throws IOException
- Throws:
IOException
serialVersionUID: 1L
readObject
public RemoveOperation readObject(ObjectInput input)
throws IOException,
ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
writeObject
public void writeObject(ObjectOutput output,
RemoveOperation remove)
throws IOException
- Throws:
IOException
serialVersionUID: 1L
readObject
public RemoveValueOperation readObject(ObjectInput input)
throws IOException,
ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
writeObject
public void writeObject(ObjectOutput output,
RemoveValueOperation put)
throws IOException
- Throws:
IOException
serialVersionUID: 1L
readObject
public RetainAllValuesOperation readObject(ObjectInput input)
throws IOException,
ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
writeObject
public void writeObject(ObjectOutput output,
RetainAllValuesOperation put)
throws IOException
- Throws:
IOException
serialVersionUID: 1L
readObject
public SetValueOperation readObject(ObjectInput input)
throws IOException,
ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
writeObject
public void writeObject(ObjectOutput output,
SetValueOperation put)
throws IOException
- Throws:
IOException
|
Package org.infinispan.schematic.internal.document |
serialVersionUID: 1L
array
MutableArray array
factory
DocumentValueFactory factory
serialVersionUID: 1L
values
List<E> values
serialVersionUID: 1L
serialVersionUID: 1L
serialVersionUID: 1L
document
MutableDocument document
factory
DocumentValueFactory factory
serialVersionUID: 1L
readObject
public Document readObject(ObjectInput input)
throws IOException
- Throws:
IOException
writeObject
public void writeObject(ObjectOutput output,
Document doc)
throws IOException
- Throws:
IOException
serialVersionUID: 1L
path
Path path
observer
DocumentObserver observer
serialVersionUID: 1L
path
Path path
observer
DocumentObserver observer
serialVersionUID: 1L
readObject
public Path readObject(ObjectInput input)
throws IOException
- Throws:
IOException
writeObject
public void writeObject(ObjectOutput output,
Path path)
throws IOException
- Throws:
IOException
|
Package org.infinispan.schematic.internal.schema |
serialVersionUID: 1L
propertyName
String propertyName
itemValidator
Validator itemValidator
itemProblems
JsonSchemaValidatorFactory.SingleProblem itemProblems
serialVersionUID: 1L
allowedPropertyNames
Set<E> allowedPropertyNames
validator
Validator validator
serialVersionUID: 1L
validators
List<E> validators
serialVersionUID: 1L
propertyName
String propertyName
disallowedTypes
EnumSet<E extends Enum<E>> disallowedTypes
serialVersionUID: 1L
propertyName
String propertyName
denominator
int denominator
serialVersionUID: 1L
propertyName
String propertyName
itemValidators
List<E> itemValidators
additionalItemsValidator
Validator additionalItemsValidator
itemProblems
JsonSchemaValidatorFactory.SingleProblem itemProblems
additionalItemsAllowed
boolean additionalItemsAllowed
serialVersionUID: 1L
propertyName
String propertyName
values
Set<E> values
serialVersionUID: 1L
serialVersionUID: 1L
serialVersionUID: 1L
propertyName
String propertyName
number
int number
serialVersionUID: 1L
serialVersionUID: 1L
propertyName
String propertyName
maximumLength
int maximumLength
serialVersionUID: 1L
serialVersionUID: 1L
serialVersionUID: 1L
propertyName
String propertyName
minimumLength
int minimumLength
serialVersionUID: 1L
serialVersionUID: 1L
allowedPropertyNames
Set<E> allowedPropertyNames
serialVersionUID: 1L
serialVersionUID: 1L
propertyName
String propertyName
number
Number number
value
double value
serialVersionUID: 1L
propertyNamePattern
Pattern propertyNamePattern
validator
Validator validator
serialVersionUID: 1L
propertyName
String propertyName
pattern
Pattern pattern
serialVersionUID: 1L
propertyName
String propertyName
validator
Validator validator
required
JsonSchemaValidatorFactory.RequiredValidator required
serialVersionUID: 1L
propertyName
String propertyName
serialVersionUID: 1L
schemaUri
String schemaUri
serialVersionUID: 1L
type
JsonSchema.Type type
serialVersionUID: 1L
validators
List<E> validators
serialVersionUID: 1L
propertyName
String propertyName
serialVersionUID: 1L
defaultMetaSchemaUri
String defaultMetaSchemaUri
jsonSchemaDocuments
DocumentLibrary jsonSchemaDocuments
|
Package org.modeshape.common |
serialVersionUID: 8281373010920861138L
|
Package org.modeshape.common.math |
serialVersionUID: 1L
durationInNanos
long durationInNanos
components
Duration.Components components
|
Package org.modeshape.common.text |
serialVersionUID: 1L
position
Position position
|
Package org.modeshape.common.util |
serialVersionUID: 1L
name
String name
label
String label
description
String description
value
Object value
allowedValues
Collection<E> allowedValues
type
Class<T> type
readOnly
boolean readOnly
category
String category
inferred
boolean inferred
|
Package org.modeshape.jboss.service |
serialVersionUID: 1L
engine
ModeShapeEngine engine
|
Package org.modeshape.jcr |
serialVersionUID: 1L
results
Problems results
serialVersionUID: 1L
nodeType
Name nodeType
serialVersionUID: 1L
serialVersionUID: 1L
sequencerId
UUID sequencerId
inputWorkspaceName
String inputWorkspaceName
selectedPath
String selectedPath
inputPath
String inputPath
changedPropertyName
String changedPropertyName
outputPath
String outputPath
outputWorkspaceName
String outputWorkspaceName
hc
int hc
userId
String userId
|
Package org.modeshape.jcr.api |
serialVersionUID: 1L
attributes
Map<K,V> attributes
serialVersionUID: 1L
loginContext
LoginContext loginContext
serialVersionUID: 1L
jcrSecurityContext
SecurityContext jcrSecurityContext
- Deprecated.
serialVersionUID: 1L
|
Package org.modeshape.jcr.api.query |
serialVersionUID: 1L
|
Package org.modeshape.jcr.api.value |
|
Package org.modeshape.jcr.bus |
|
Class org.modeshape.jcr.bus.RepositoryChangeBusTest.TestChangeSet extends Object implements Serializable |
serialVersionUID: 1L
workspaceName
String workspaceName
dateTime
DateTime dateTime
|
Package org.modeshape.jcr.cache |
serialVersionUID: 1L
key
String key
serialVersionUID: 1L
key
String key
serialVersionUID: 1L
key
NodeKey key
serialVersionUID: 1L
key
String key
serialVersionUID: 1L
key
NodeKey key
serialVersionUID: 1L
parentKey
NodeKey parentKey
serialVersionUID: 1L
lowestExistingKey
NodeKey lowestExistingKey
lowestExistingPath
Path lowestExistingPath
pathNotFound
Path pathNotFound
serialVersionUID: 1L
referrers
Set<E> referrers
removedNodes
Set<E> removedNodes
serialVersionUID: 1L
name
String name
serialVersionUID: 1L
|
Package org.modeshape.jcr.cache.change |
serialVersionUID: 1L
key
NodeKey key
path
Path path
serialVersionUID: 1L
userId
String userId
selectedPath
String selectedPath
outputPath
String outputPath
sequencerName
String sequencerName
serialVersionUID: 1L
serialVersionUID: 1L
key
BinaryKey key
serialVersionUID: 1L
serialVersionUID: 1L
serialVersionUID: 1L
parentKey
NodeKey parentKey
properties
Map<K,V> properties
serialVersionUID: 1L
serialVersionUID: 1L
oldParent
NodeKey oldParent
newParent
NodeKey newParent
oldPath
Path oldPath
serialVersionUID: 1L
parentKey
NodeKey parentKey
serialVersionUID: 1L
oldSegment
Path.Segment oldSegment
serialVersionUID: 1L
oldPath
Path oldPath
parent
NodeKey parent
reorderedBeforePath
Path reorderedBeforePath
serialVersionUID: 1L
outputNodeKey
NodeKey outputNodeKey
outputNodePath
Path outputNodePath
serialVersionUID: 1L
cause
Throwable cause
- The cause of the sequencing failure
serialVersionUID: 1L
property
Property property
serialVersionUID: 1L
newProperty
Property newProperty
oldProperty
Property oldProperty
serialVersionUID: 1L
property
Property property
serialVersionUID: 1L
processKey
String processKey
repositoryKey
String repositoryKey
workspaceName
String workspaceName
events
Queue<E> events
nodeKeys
Set<E> nodeKeys
userData
Map<K,V> userData
userId
String userId
timestamp
DateTime timestamp
serialVersionUID: 1L
workspaceName
String workspaceName
serialVersionUID: 1L
workspaceName
String workspaceName
|
Package org.modeshape.jcr.cache.document |
serialVersionUID: 1L
key
NodeKey key
document
Document document
|
Package org.modeshape.jcr.query |
serialVersionUID: 1L
planningNanos
long planningNanos
optimizationNanos
long optimizationNanos
resultFormulationNanos
long resultFormulationNanos
executionNanos
long executionNanos
|
Package org.modeshape.jcr.query.lucene |
serialVersionUID: 1L
serialVersionUID: 1L
snsIndexFieldName
String snsIndexFieldName
longFactory
ValueFactory<T> longFactory
pathFactory
PathFactory pathFactory
caseOperation
CaseOperations.CaseOperation caseOperation
serialVersionUID: 1L
caseOperation
CaseOperations.CaseOperation caseOperation
serialVersionUID: 1L
fieldName
String fieldName
- The operand that is being negated by this query.
fieldSelector
org.apache.lucene.document.FieldSelector fieldSelector
constraintValue
Object constraintValue
evaluator
CompareQuery.Evaluator<ValueType> evaluator
valueTypeFactory
ValueFactory<T> valueTypeFactory
stringFactory
ValueFactory<T> stringFactory
serialVersionUID: 1L
serialVersionUID: 1L
caseOperation
CaseOperations.CaseOperation caseOperation
serialVersionUID: 1L
fieldName
String fieldName
fieldSelector
org.apache.lucene.document.FieldSelector fieldSelector
serialVersionUID: 1L
serialVersionUID: 1L
uuids
Set<E> uuids
- The operand that is being negated by this query.
fieldSelector
org.apache.lucene.document.FieldSelector fieldSelector
fieldName
String fieldName
serialVersionUID: 1L
serialVersionUID: 8281373010920861138L
serialVersionUID: 1L
serialVersionUID: 1L
serialVersionUID: 1L
serialVersionUID: 1L
operand
org.apache.lucene.search.Query operand
- The operand that is being negated by this query.
serialVersionUID: 1L
searcher
org.apache.lucene.search.Searcher searcher
|
Package org.modeshape.jcr.query.lucene.basic |
serialVersionUID: 1L
fieldName
String fieldName
value
Object value
analyzed
boolean analyzed
stored
boolean stored
next
DynamicField next
serialVersionUID: 1L
|
Package org.modeshape.jcr.query.model |
serialVersionUID: 1L
serialVersionUID: 1L
left
Constraint left
right
Constraint right
hc
int hc
serialVersionUID: 1L
selectorNames
Set<E> selectorNames
operator
ArithmeticOperator operator
left
DynamicOperand left
right
DynamicOperand right
hc
int hc
serialVersionUID: 1L
operand
DynamicOperand operand
lowerBound
StaticOperand lowerBound
upperBound
StaticOperand upperBound
includeLowerBound
boolean includeLowerBound
includeUpperBound
boolean includeUpperBound
hc
int hc
serialVersionUID: 1L
variableName
String variableName
serialVersionUID: 1L
selectorName
SelectorName selectorName
parentPath
String parentPath
hc
int hc
serialVersionUID: 1L
childSelectorName
SelectorName childSelectorName
parentSelectorName
SelectorName parentSelectorName
hc
int hc
serialVersionUID: 1L
selectorName
SelectorName selectorName
propertyName
String propertyName
columnName
String columnName
serialVersionUID: 1L
operand1
DynamicOperand operand1
operand2
StaticOperand operand2
operator
Operator operator
hc
int hc
serialVersionUID: 1L
selectorName
SelectorName selectorName
ancestorPath
String ancestorPath
serialVersionUID: 1L
descendantSelectorName
SelectorName descendantSelectorName
ancestorSelectorName
SelectorName ancestorSelectorName
hc
int hc
serialVersionUID: 1L
selector1Name
SelectorName selector1Name
property1Name
String property1Name
selector2Name
SelectorName selector2Name
property2Name
String property2Name
hc
int hc
serialVersionUID: 1L
selectorName
SelectorName selectorName
propertyName
String propertyName
fullTextSearchExpression
String fullTextSearchExpression
term
FullTextSearch.Term term
hc
int hc
serialVersionUID: 1L
selectorNames
Set<E> selectorNames
serialVersionUID: 1L
left
Source left
right
Source right
type
JoinType type
joinCondition
JoinCondition joinCondition
hc
int hc
serialVersionUID: 1L
selectorNames
Set<E> selectorNames
propertyValue
PropertyValue propertyValue
serialVersionUID: 1L
offset
int offset
rowLimit
int rowLimit
serialVersionUID: 1L
value
Object value
serialVersionUID: 1L
jcrValue
Value jcrValue
serialVersionUID: 1L
operand
DynamicOperand operand
serialVersionUID: 1L
serialVersionUID: 1L
selectorNames
Set<E> selectorNames
serialVersionUID: 1L
selectorNames
Set<E> selectorNames
serialVersionUID: 1L
selectorNames
Set<E> selectorNames
serialVersionUID: 1L
selectorNames
Set<E> selectorNames
serialVersionUID: 1L
constraint
Constraint constraint
serialVersionUID: 1L
left
Constraint left
right
Constraint right
hc
int hc
serialVersionUID: 1L
operand
DynamicOperand operand
order
Order order
serialVersionUID: 1L
selectorName
SelectorName selectorName
propertyName
String propertyName
hc
int hc
serialVersionUID: 1L
selectorNames
Set<E> selectorNames
propertyName
String propertyName
hc
int hc
serialVersionUID: 1L
orderings
List<E> orderings
limits
Limit limits
source
Source source
constraint
Constraint constraint
columns
List<E> columns
distinct
boolean distinct
hc
int hc
serialVersionUID: 1L
selectorNames
Set<E> selectorNames
propertyName
String propertyName
hc
int hc
includeWeakReferences
boolean includeWeakReferences
serialVersionUID: 1L
selectorName
SelectorName selectorName
path
String path
hc
int hc
serialVersionUID: 1L
selector1Name
SelectorName selector1Name
selector2Name
SelectorName selector2Name
selector2Path
String selector2Path
hc
int hc
serialVersionUID: 1L
name
SelectorName name
alias
SelectorName alias
serialVersionUID: 1L
name
String name
serialVersionUID: 1L
serialVersionUID: 1L
left
DynamicOperand left
setOperands
Collection<E> setOperands
serialVersionUID: 1L
orderings
List<E> orderings
limits
Limit limits
left
QueryCommand left
right
QueryCommand right
operation
SetQuery.Operation operation
all
boolean all
hc
int hc
serialVersionUID: 1L
query
QueryCommand query
serialVersionUID: 1L
operand
DynamicOperand operand
|
Package org.modeshape.jcr.query.parse |
serialVersionUID: 1L
query
String query
serialVersionUID: 1L
|
Package org.modeshape.jcr.query.plan |
serialVersionUID: 1L
hasCriteria
boolean hasCriteria
- This flag indicates that the plan has a criteria somewhere
hasJoin
boolean hasJoin
- This flag indicates that the plan has a join somewhere
hasSort
boolean hasSort
- This flag indicates that the plan has a sort somewhere
hasSetQuery
boolean hasSetQuery
- flag indicates that the plan has a union somewhere
hasLimit
boolean hasLimit
isExistsQuery
boolean isExistsQuery
- Set when the query results are not ordered or offset but are limited to a single row, implying that the query is just
trying to see if a row exists.
hasOptionalJoin
boolean hasOptionalJoin
hasFullTextSearch
boolean hasFullTextSearch
hasSubqueries
boolean hasSubqueries
hasView
boolean hasView
- Flag indicates that the plan has at least one view somewhere
showPlan
boolean showPlan
- Flag indicates whether the query plan should be included in the
QueryResults
validateColumnExistance
boolean validateColumnExistance
- Flag indicates whether to check during validation for the existance of columns used in column selectors and criteria.
includeSystemContent
boolean includeSystemContent
- Flag indicates whether the content under "/jcr:system" should be included in the results.
useSessionContent
boolean useSessionContent
- Flag indicates whether the Session's transient (unsaved) content should be used for the results. If not, then only the
persisted content will be used.
qualifyExpandedColumnNames
boolean qualifyExpandedColumnNames
- Flag indicates whether to fully-qualify (with the selector name) the names of columns that are expanded from wildcard
projections.
serialVersionUID: 1L
type
PlanNode.Type type
parent
PlanNode parent
children
LinkedList<E> children
childrenView
List<E> childrenView
nodeProperties
Map<K,V> nodeProperties
selectors
Set<E> selectors
- The set of named selectors (e.g., tables) that this node deals with.
|
Package org.modeshape.jcr.query.process |
serialVersionUID: 1L
tupleSize
int tupleSize
columns
List<E> columns
columnNames
List<E> columnNames
columnTypes
List<E> columnTypes
selectorNames
List<E> selectorNames
tupleValueNames
List<E> tupleValueNames
selectorNameByColumnName
Map<K,V> selectorNameByColumnName
columnIndexByColumnName
Map<K,V> columnIndexByColumnName
locationIndexBySelectorName
Map<K,V> locationIndexBySelectorName
locationIndexByColumnName
Map<K,V> locationIndexByColumnName
locationIndexByColumnIndex
Map<K,V> locationIndexByColumnIndex
columnIndexByPropertyNameBySelectorName
Map<K,V> columnIndexByPropertyNameBySelectorName
fullTextSearchScoreIndexBySelectorName
Map<K,V> fullTextSearchScoreIndexBySelectorName
propertyNameByColumnName
Map<K,V> propertyNameByColumnName
serialVersionUID: 1L
problems
Problems problems
columns
QueryResults.Columns columns
tuples
List<E> tuples
tupleIndexesForColumns
int[] tupleIndexesForColumns
statistics
QueryResults.Statistics statistics
plan
String plan
|
Package org.modeshape.jcr.sequencer |
serialVersionUID: 358951801604727022L
serialVersionUID: -2814638971450551156L
serialVersionUID: 1L
expression
String expression
workspacePattern
Pattern workspacePattern
- This is the pattern that is used to determine if the particular path is from a particular workspace. This pattern will be
null if the expression does not constrain the workspace name.
matchPattern
Pattern matchPattern
- This is the pattern that is used to determine if there is a match with particular paths.
selectPattern
Pattern selectPattern
- This is the pattern that is used to determine which parts of the particular input paths are included in the
selected path, only after the input path has already matched.
serialVersionUID: 229464314137494765L
selectExpression
PathExpression selectExpression
outputExpression
String outputExpression
hc
int hc
|
Package org.modeshape.jcr.value |
serialVersionUID: 1L
key
String key
serialVersionUID: 6034512896518552227L
serialVersionUID: -2015526722307950714L
serialVersionUID: 1300642242538881207L
serialVersionUID: -3703984046286975978L
location
Location location
lowestAncestorThatDoesExist
Path lowestAncestorThatDoesExist
serialVersionUID: 1L
value
Object value
targetType
PropertyType targetType
|
Package org.modeshape.jcr.value.basic |
serialVersionUID: 1L
serialVersionUID: 1L
serialVersionUID: 1L
values
List<E> values
serialVersionUID: -1737537720336990144L
namespaceUri
String namespaceUri
localName
String localName
hc
int hc
serialVersionUID: 1L
readObject
private void readObject(ObjectInputStream aStream)
throws IOException,
ClassNotFoundException
- Custom deserialization is needed, since the 'segments' list may not be serializable (e.g., java.util.RandomAccessSubList).
- Throws:
IOException - if there is a problem reading from the stream
ClassNotFoundException - if there is a problem loading any required classes
writeObject
private void writeObject(ObjectOutputStream aStream)
throws IOException
- Custom serialization is needed, since the 'segments' list may not be serializable (e.g., java.util.RandomAccessSubList).
- Throws:
IOException - if there is a problem writing to the stream
segments
List<E> segments
absolute
boolean absolute
normalized
boolean normalized
serialVersionUID: 4367349287846075157L
name
Name name
index
int index
hc
int hc
serialVersionUID: 1L
name
Name name
serialVersionUID: 1L
value
Object value
serialVersionUID: 1L
parent
Path parent
child
Path.Segment child
size
int size
serialVersionUID: 1L
idSegment
IdentifierPathSegment idSegment
serialVersionUID: 1L
serialVersionUID: -730188225988292422L
instance
org.joda.time.DateTime instance
millisInUtc
long millisInUtc
serialVersionUID: 2299467578161645109L
key
NodeKey key
isWeak
boolean isWeak
isForeign
boolean isForeign
serialVersionUID: 1L
serialVersionUID: 2299467578161645109L
id
String id
isWeak
boolean isWeak
serialVersionUID: 2299467578161645109L
uuid
UUID uuid
isWeak
boolean isWeak
|
Package org.modeshape.jcr.value.binary |
serialVersionUID: 1L
key
BinaryKey key
serialVersionUID: 1L
serialVersionUID: 1L
serialVersionUID: 2L
bytes
byte[] bytes
serialVersionUID: 1L
size
long size
|
Package org.modeshape.jcr.value.binary.infinispan |
readExternal
public void readExternal(ObjectInput in)
throws IOException
- Throws:
IOException
writeExternal
public void writeExternal(ObjectOutput out)
throws IOException
- Throws:
IOException
|
Package org.modeshape.sequencer.ddl |
serialVersionUID: 2010539270968770893L
level
int level
unusedSource
String unusedSource
|
Package org.modeshape.web.jcr |
serialVersionUID: 1L
|
Package org.modeshape.webdav |
serialVersionUID: 1L
serialVersionUID: 1L
resLocks
ResourceLocks resLocks
store
IWebdavStore store
methodMap
Map<K,V> methodMap
|
Package org.modeshape.webdav.exceptions |
serialVersionUID: 1L
serialVersionUID: 1L
serialVersionUID: 1L
serialVersionUID: 1L
serialVersionUID: 1L
serialVersionUID: 1L
Copyright © 2008-2012 JBoss, a division of Red Hat. All Rights Reserved.