ModeShape Distribution 3.2.0.Final

Serialized Form


Package org.infinispan.schematic

Class org.infinispan.schematic.Schematic.DocumentChanges.Externalizer extends org.infinispan.marshall.AbstractExternalizer<Schematic.DocumentChanges> implements Serializable

serialVersionUID: 1L

Serialization Methods

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

Class org.infinispan.schematic.Schematic.EditorImpl extends ObservableDocumentEditor implements Serializable

serialVersionUID: 1L

Serialized Fields

operations

List<E> operations

Package org.infinispan.schematic.document

Class org.infinispan.schematic.document.Binary.Externalizer extends SchematicExternalizer<Binary> implements Serializable

serialVersionUID: 1L

Serialization Methods

readObject

public Binary readObject(ObjectInput input)
                  throws IOException
Throws:
IOException

writeObject

public void writeObject(ObjectOutput output,
                        Binary value)
                 throws IOException
Throws:
IOException

Class org.infinispan.schematic.document.Code.Externalizer extends SchematicExternalizer<Code> implements Serializable

serialVersionUID: 1L

Serialization Methods

readObject

public Code readObject(ObjectInput input)
                throws IOException,
                       ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

public void writeObject(ObjectOutput output,
                        Code value)
                 throws IOException
Throws:
IOException

Class org.infinispan.schematic.document.MaxKey.Externalizer extends SchematicExternalizer<MaxKey> implements Serializable

serialVersionUID: 1L

Serialization Methods

readObject

public MaxKey readObject(ObjectInput input)

writeObject

public void writeObject(ObjectOutput output,
                        MaxKey value)

Class org.infinispan.schematic.document.MergeDocument extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

doc1

Document doc1

doc2

Document doc2

Class org.infinispan.schematic.document.MinKey.Externalizer extends SchematicExternalizer<MinKey> implements Serializable

serialVersionUID: 1L

Serialization Methods

readObject

public MinKey readObject(ObjectInput input)

writeObject

public void writeObject(ObjectOutput output,
                        MinKey value)

Class org.infinispan.schematic.document.Null.Externalizer extends SchematicExternalizer<Null> implements Serializable

serialVersionUID: 1L

Serialization Methods

readObject

public Null readObject(ObjectInput input)

writeObject

public void writeObject(ObjectOutput output,
                        Null value)

Class org.infinispan.schematic.document.ObjectId.Externalizer extends SchematicExternalizer<ObjectId> implements Serializable

serialVersionUID: 1L

Serialization Methods

readObject

public ObjectId readObject(ObjectInput input)
                    throws IOException
Throws:
IOException

writeObject

public void writeObject(ObjectOutput output,
                        ObjectId id)
                 throws IOException
Throws:
IOException

Class org.infinispan.schematic.document.ParsingException extends IOException implements Serializable

serialVersionUID: 1L

Serialized Fields

lineNumber

int lineNumber

columnNumber

int columnNumber

Class org.infinispan.schematic.document.Symbol extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

symbol

String symbol

Class org.infinispan.schematic.document.Symbol.Externalizer extends SchematicExternalizer<Symbol> implements Serializable

serialVersionUID: 1L

Serialization Methods

readObject

public Symbol readObject(ObjectInput input)
                  throws IOException
Throws:
IOException

writeObject

public void writeObject(ObjectOutput output,
                        Symbol symbol)
                 throws IOException
Throws:
IOException

Class org.infinispan.schematic.document.Timestamp.Externalizer extends SchematicExternalizer<Timestamp> implements Serializable

serialVersionUID: 1L

Serialization Methods

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

Class org.infinispan.schematic.internal.DocumentValidationMapper extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

schemaLibrary

SchemaDocumentCache schemaLibrary

defaultSchemaUri

String defaultSchemaUri

Class org.infinispan.schematic.internal.DocumentValidationReducer extends Object implements Serializable

serialVersionUID: 1L

Class org.infinispan.schematic.internal.InMemoryDocumentLibrary extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

name

String name

documents

ConcurrentMap<K,V> documents

Class org.infinispan.schematic.internal.SchematicEntryDelta.Externalizer extends SchematicExternalizer<SchematicEntryDelta> implements Serializable

serialVersionUID: 1L

Serialization Methods

readObject

public SchematicEntryDelta readObject(ObjectInput input)
                               throws IOException,
                                      ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

public void writeObject(ObjectOutput output,
                        SchematicEntryDelta delta)
                 throws IOException
Throws:
IOException

Class org.infinispan.schematic.internal.SchematicEntryLiteral.Externalizer extends SchematicExternalizer<SchematicEntryLiteral> implements Serializable

serialVersionUID: 1L

Serialization Methods

readObject

public SchematicEntryLiteral readObject(ObjectInput input)
                                 throws IOException,
                                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

public void writeObject(ObjectOutput output,
                        SchematicEntryLiteral literal)
                 throws IOException
Throws:
IOException

Class org.infinispan.schematic.internal.SchematicEntryWholeDelta.Externalizer extends SchematicExternalizer<SchematicEntryWholeDelta> implements Serializable

serialVersionUID: 1L

Serialization Methods

readObject

public SchematicEntryWholeDelta readObject(ObjectInput input)
                                    throws IOException,
                                           ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

public void writeObject(ObjectOutput output,
                        SchematicEntryWholeDelta delta)
                 throws IOException
Throws:
IOException

Class org.infinispan.schematic.internal.SchematicExternalizer extends Object implements Serializable

serialVersionUID: 1L


Package org.infinispan.schematic.internal.delta

Class org.infinispan.schematic.internal.delta.AddValueIfAbsentOperation.Externalizer extends SchematicExternalizer<AddValueIfAbsentOperation> implements Serializable

serialVersionUID: 1L

Serialization Methods

readObject

public AddValueIfAbsentOperation readObject(ObjectInput input)
                                     throws IOException,
                                            ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

public void writeObject(ObjectOutput output,
                        AddValueIfAbsentOperation put)
                 throws IOException
Throws:
IOException

Class org.infinispan.schematic.internal.delta.AddValueOperation.Externalizer extends SchematicExternalizer<AddValueOperation> implements Serializable

serialVersionUID: 1L

Serialization Methods

readObject

public AddValueOperation readObject(ObjectInput input)
                             throws IOException,
                                    ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

public void writeObject(ObjectOutput output,
                        AddValueOperation put)
                 throws IOException
Throws:
IOException

Class org.infinispan.schematic.internal.delta.ClearOperation.Externalizer extends SchematicExternalizer<ClearOperation> implements Serializable

serialVersionUID: 1L

Serialization Methods

readObject

public ClearOperation readObject(ObjectInput input)
                          throws IOException,
                                 ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

public void writeObject(ObjectOutput output,
                        ClearOperation remove)
                 throws IOException
Throws:
IOException

Class org.infinispan.schematic.internal.delta.PutIfAbsentOperation.Externalizer extends SchematicExternalizer<PutIfAbsentOperation> implements Serializable

serialVersionUID: 1L

Serialization Methods

readObject

public PutIfAbsentOperation readObject(ObjectInput input)
                                throws IOException,
                                       ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

public void writeObject(ObjectOutput output,
                        PutIfAbsentOperation put)
                 throws IOException
Throws:
IOException

Class org.infinispan.schematic.internal.delta.PutOperation.Externalizer extends SchematicExternalizer<PutOperation> implements Serializable

serialVersionUID: 1L

Serialization Methods

readObject

public PutOperation readObject(ObjectInput input)
                        throws IOException,
                               ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

public void writeObject(ObjectOutput output,
                        PutOperation put)
                 throws IOException
Throws:
IOException

Class org.infinispan.schematic.internal.delta.RemoveAllValuesOperation.Externalizer extends SchematicExternalizer<RemoveAllValuesOperation> implements Serializable

serialVersionUID: 1L

Serialization Methods

readObject

public RemoveAllValuesOperation readObject(ObjectInput input)
                                    throws IOException,
                                           ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

public void writeObject(ObjectOutput output,
                        RemoveAllValuesOperation put)
                 throws IOException
Throws:
IOException

Class org.infinispan.schematic.internal.delta.RemoveAtIndexOperation.Externalizer extends SchematicExternalizer<RemoveAtIndexOperation> implements Serializable

serialVersionUID: 1L

Serialization Methods

readObject

public RemoveAtIndexOperation readObject(ObjectInput input)
                                  throws IOException,
                                         ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

public void writeObject(ObjectOutput output,
                        RemoveAtIndexOperation put)
                 throws IOException
Throws:
IOException

Class org.infinispan.schematic.internal.delta.RemoveOperation.Externalizer extends SchematicExternalizer<RemoveOperation> implements Serializable

serialVersionUID: 1L

Serialization Methods

readObject

public RemoveOperation readObject(ObjectInput input)
                           throws IOException,
                                  ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

public void writeObject(ObjectOutput output,
                        RemoveOperation remove)
                 throws IOException
Throws:
IOException

Class org.infinispan.schematic.internal.delta.RemoveValueOperation.Externalizer extends SchematicExternalizer<RemoveValueOperation> implements Serializable

serialVersionUID: 1L

Serialization Methods

readObject

public RemoveValueOperation readObject(ObjectInput input)
                                throws IOException,
                                       ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

public void writeObject(ObjectOutput output,
                        RemoveValueOperation put)
                 throws IOException
Throws:
IOException

Class org.infinispan.schematic.internal.delta.RetainAllValuesOperation.Externalizer extends SchematicExternalizer<RetainAllValuesOperation> implements Serializable

serialVersionUID: 1L

Serialization Methods

readObject

public RetainAllValuesOperation readObject(ObjectInput input)
                                    throws IOException,
                                           ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

public void writeObject(ObjectOutput output,
                        RetainAllValuesOperation put)
                 throws IOException
Throws:
IOException

Class org.infinispan.schematic.internal.delta.SetValueOperation.Externalizer extends SchematicExternalizer<SetValueOperation> implements Serializable

serialVersionUID: 1L

Serialization Methods

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

Class org.infinispan.schematic.internal.document.ArrayEditor extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

array

MutableArray array

factory

DocumentValueFactory factory

Class org.infinispan.schematic.internal.document.ArrayExternalizer extends SchematicExternalizer<Array> implements Serializable

serialVersionUID: 1L

Serialization Methods

readObject

public Array readObject(ObjectInput input)
                 throws IOException
Throws:
IOException

writeObject

public void writeObject(ObjectOutput output,
                        Array array)
                 throws IOException
Throws:
IOException

Class org.infinispan.schematic.internal.document.BasicArray extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

values

List<E> values

Class org.infinispan.schematic.internal.document.BasicDocument extends LinkedHashMap<String,Object> implements Serializable

serialVersionUID: 1L

Class org.infinispan.schematic.internal.document.DefaultDocumentValueFactory extends Object implements Serializable

serialVersionUID: 1L

Class org.infinispan.schematic.internal.document.DocumentEditor extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

document

MutableDocument document

factory

DocumentValueFactory factory

Class org.infinispan.schematic.internal.document.DocumentExternalizer extends SchematicExternalizer<Document> implements Serializable

serialVersionUID: 1L

Serialization Methods

readObject

public Document readObject(ObjectInput input)
                    throws IOException
Throws:
IOException

writeObject

public void writeObject(ObjectOutput output,
                        Document doc)
                 throws IOException
Throws:
IOException

Class org.infinispan.schematic.internal.document.ObservableArrayEditor extends ArrayEditor implements Serializable

serialVersionUID: 1L

Serialized Fields

path

Path path

observer

DocumentObserver observer

Class org.infinispan.schematic.internal.document.ObservableDocumentEditor extends DocumentEditor implements Serializable

serialVersionUID: 1L

Serialized Fields

path

Path path

observer

DocumentObserver observer

Class org.infinispan.schematic.internal.document.Paths.Externalizer extends SchematicExternalizer<Path> implements Serializable

serialVersionUID: 1L

Serialization Methods

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

Class org.infinispan.schematic.internal.schema.JsonSchemaValidatorFactory.AllItemsMatchValidator extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

propertyName

String propertyName

itemValidator

Validator itemValidator

itemProblems

JsonSchemaValidatorFactory.SingleProblem itemProblems

Class org.infinispan.schematic.internal.schema.JsonSchemaValidatorFactory.AllowedPropertiesValidator extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

allowedPropertyNames

Set<E> allowedPropertyNames

validator

Validator validator

Class org.infinispan.schematic.internal.schema.JsonSchemaValidatorFactory.CompositeValidator extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

validators

List<E> validators

Class org.infinispan.schematic.internal.schema.JsonSchemaValidatorFactory.DisallowedTypesValidator extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

propertyName

String propertyName

disallowedTypes

EnumSet<E extends Enum<E>> disallowedTypes

Class org.infinispan.schematic.internal.schema.JsonSchemaValidatorFactory.DivisibleByValidator extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

propertyName

String propertyName

denominator

int denominator

Class org.infinispan.schematic.internal.schema.JsonSchemaValidatorFactory.EachItemMatchesValidator extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

propertyName

String propertyName

itemValidators

List<E> itemValidators

additionalItemsValidator

Validator additionalItemsValidator

itemProblems

JsonSchemaValidatorFactory.SingleProblem itemProblems

additionalItemsAllowed

boolean additionalItemsAllowed

Class org.infinispan.schematic.internal.schema.JsonSchemaValidatorFactory.EnumValidator extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

propertyName

String propertyName

values

Set<E> values

Class org.infinispan.schematic.internal.schema.JsonSchemaValidatorFactory.ExclusiveMaximumValidator extends JsonSchemaValidatorFactory.NumericValidator implements Serializable

serialVersionUID: 1L

Class org.infinispan.schematic.internal.schema.JsonSchemaValidatorFactory.ExclusiveMinimumValidator extends JsonSchemaValidatorFactory.NumericValidator implements Serializable

serialVersionUID: 1L

Class org.infinispan.schematic.internal.schema.JsonSchemaValidatorFactory.ItemCountValidator extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

propertyName

String propertyName

number

int number

Class org.infinispan.schematic.internal.schema.JsonSchemaValidatorFactory.MaximumItemsValidator extends JsonSchemaValidatorFactory.ItemCountValidator implements Serializable

serialVersionUID: 1L

Class org.infinispan.schematic.internal.schema.JsonSchemaValidatorFactory.MaximumLengthValidator extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

propertyName

String propertyName

maximumLength

int maximumLength

Class org.infinispan.schematic.internal.schema.JsonSchemaValidatorFactory.MaximumValidator extends JsonSchemaValidatorFactory.NumericValidator implements Serializable

serialVersionUID: 1L

Class org.infinispan.schematic.internal.schema.JsonSchemaValidatorFactory.MinimumItemsValidator extends JsonSchemaValidatorFactory.ItemCountValidator implements Serializable

serialVersionUID: 1L

Class org.infinispan.schematic.internal.schema.JsonSchemaValidatorFactory.MinimumLengthValidator extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

propertyName

String propertyName

minimumLength

int minimumLength

Class org.infinispan.schematic.internal.schema.JsonSchemaValidatorFactory.MinimumValidator extends JsonSchemaValidatorFactory.NumericValidator implements Serializable

serialVersionUID: 1L

Class org.infinispan.schematic.internal.schema.JsonSchemaValidatorFactory.NoOtherAllowedPropertiesValidator extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

allowedPropertyNames

Set<E> allowedPropertyNames

Class org.infinispan.schematic.internal.schema.JsonSchemaValidatorFactory.NotValidValidator extends Object implements Serializable

serialVersionUID: 1L

Class org.infinispan.schematic.internal.schema.JsonSchemaValidatorFactory.NumericValidator extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

propertyName

String propertyName

number

Number number

value

double value

Class org.infinispan.schematic.internal.schema.JsonSchemaValidatorFactory.PatternPropertyValidator extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

propertyNamePattern

Pattern propertyNamePattern

validator

Validator validator

Class org.infinispan.schematic.internal.schema.JsonSchemaValidatorFactory.PatternValidator extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

propertyName

String propertyName

pattern

Pattern pattern

Class org.infinispan.schematic.internal.schema.JsonSchemaValidatorFactory.PropertyValidator extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

propertyName

String propertyName

validator

Validator validator

required

JsonSchemaValidatorFactory.RequiredValidator required

Class org.infinispan.schematic.internal.schema.JsonSchemaValidatorFactory.RequiredValidator extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

propertyName

String propertyName

Class org.infinispan.schematic.internal.schema.JsonSchemaValidatorFactory.ResolvingValidator extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

schemaUri

String schemaUri

Class org.infinispan.schematic.internal.schema.JsonSchemaValidatorFactory.TypeValidator extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

type

JsonSchema.Type type

Class org.infinispan.schematic.internal.schema.JsonSchemaValidatorFactory.UnionValidator extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

validators

List<E> validators

Class org.infinispan.schematic.internal.schema.JsonSchemaValidatorFactory.UniqueItemsValidator extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

propertyName

String propertyName

Class org.infinispan.schematic.internal.schema.SchemaDocumentCache extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

defaultMetaSchemaUri

String defaultMetaSchemaUri

jsonSchemaDocuments

DocumentLibrary jsonSchemaDocuments

Package org.modeshape.common

Class org.modeshape.common.SystemFailureException extends RuntimeException implements Serializable

serialVersionUID: 8281373010920861138L


Package org.modeshape.common.math

Class org.modeshape.common.math.Duration extends Number implements Serializable

serialVersionUID: 1L

Serialized Fields

durationInNanos

long durationInNanos

components

Duration.Components components

Package org.modeshape.common.text

Class org.modeshape.common.text.ParsingException extends RuntimeException implements Serializable

serialVersionUID: 1L

Serialized Fields

position

Position position

Package org.modeshape.common.util

Class org.modeshape.common.util.Reflection.Property extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

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.connector.git

Class org.modeshape.connector.git.GitBinaryValue extends ExternalBinaryValue implements Serializable

serialVersionUID: 1L


Package org.modeshape.jboss.service

Class org.modeshape.jboss.service.EngineService extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

engine

ModeShapeEngine engine

Package org.modeshape.jcr

Class org.modeshape.jcr.ConfigurationException extends RuntimeException implements Serializable

serialVersionUID: 1L

Serialized Fields

results

Problems results

Class org.modeshape.jcr.NodeTypeExistsException extends NodeTypeExistsException implements Serializable

serialVersionUID: 1L

Serialized Fields

nodeType

Name nodeType

Class org.modeshape.jcr.NoSuchRepositoryException extends RepositoryException implements Serializable

serialVersionUID: 1L

Class org.modeshape.jcr.Sequencers.SequencingWorkItem extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

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

Class org.modeshape.jcr.TimeoutException extends RepositoryException implements Serializable

serialVersionUID: 1L


Package org.modeshape.jcr.api

Class org.modeshape.jcr.api.AnonymousCredentials extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

attributes

Map<K,V> attributes

Class org.modeshape.jcr.api.JaasCredentials extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

loginContext

LoginContext loginContext

Class org.modeshape.jcr.api.SecurityContextCredentials extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

jcrSecurityContext

SecurityContext jcrSecurityContext
Deprecated. 

Class org.modeshape.jcr.api.ServletCredentials extends Object implements Serializable

serialVersionUID: 1L


Package org.modeshape.jcr.api.query

Class org.modeshape.jcr.api.query.QueryCancelledException extends RepositoryException implements Serializable

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

Serialized Fields

workspaceName

String workspaceName

dateTime

DateTime dateTime

Package org.modeshape.jcr.cache

Class org.modeshape.jcr.cache.DocumentAlreadyExistsException extends DocumentStoreException implements Serializable

serialVersionUID: 1L

Class org.modeshape.jcr.cache.DocumentNotFoundException extends DocumentStoreException implements Serializable

serialVersionUID: 1L

Class org.modeshape.jcr.cache.DocumentStoreException extends RuntimeException implements Serializable

serialVersionUID: 1L

Serialized Fields

key

String key

Class org.modeshape.jcr.cache.LockFailureException extends DocumentNotFoundException implements Serializable

serialVersionUID: 1L

Serialized Fields

key

NodeKey key

Class org.modeshape.jcr.cache.NodeKey extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

key

String key

Class org.modeshape.jcr.cache.NodeNotFoundException extends DocumentNotFoundException implements Serializable

serialVersionUID: 1L

Serialized Fields

key

NodeKey key

Class org.modeshape.jcr.cache.NodeNotFoundInParentException extends NodeNotFoundException implements Serializable

serialVersionUID: 1L

Serialized Fields

parentKey

NodeKey parentKey

Class org.modeshape.jcr.cache.PathNotFoundException extends DocumentNotFoundException implements Serializable

serialVersionUID: 1L

Serialized Fields

lowestExistingKey

NodeKey lowestExistingKey

lowestExistingPath

Path lowestExistingPath

pathNotFound

Path pathNotFound

Class org.modeshape.jcr.cache.ReferentialIntegrityException extends RuntimeException implements Serializable

serialVersionUID: 1L

Serialized Fields

referrers

Set<E> referrers

removedNodes

Set<E> removedNodes

Class org.modeshape.jcr.cache.WorkspaceNotFoundException extends RuntimeException implements Serializable

serialVersionUID: 1L

Serialized Fields

name

String name

Class org.modeshape.jcr.cache.WrappedException extends RuntimeException implements Serializable

serialVersionUID: 1L


Package org.modeshape.jcr.cache.change

Class org.modeshape.jcr.cache.change.AbstractNodeChange extends Change implements Serializable

serialVersionUID: 1L

Serialized Fields

key

NodeKey key

path

Path path

Class org.modeshape.jcr.cache.change.AbstractSequencingChange extends AbstractNodeChange implements Serializable

serialVersionUID: 1L

Serialized Fields

userId

String userId

selectedPath

String selectedPath

outputPath

String outputPath

sequencerName

String sequencerName

Class org.modeshape.jcr.cache.change.BinaryValueUnused extends BinaryValueUsageChange implements Serializable

serialVersionUID: 1L

Class org.modeshape.jcr.cache.change.BinaryValueUsageChange extends Change implements Serializable

serialVersionUID: 1L

Serialized Fields

key

BinaryKey key

Class org.modeshape.jcr.cache.change.BinaryValueUsed extends BinaryValueUsageChange implements Serializable

serialVersionUID: 1L

Class org.modeshape.jcr.cache.change.Change extends Object implements Serializable

serialVersionUID: 1L

Class org.modeshape.jcr.cache.change.NodeAdded extends AbstractNodeChange implements Serializable

serialVersionUID: 1L

Serialized Fields

parentKey

NodeKey parentKey

properties

Map<K,V> properties

Class org.modeshape.jcr.cache.change.NodeChanged extends AbstractNodeChange implements Serializable

serialVersionUID: 1L

Class org.modeshape.jcr.cache.change.NodeMoved extends AbstractNodeChange implements Serializable

serialVersionUID: 1L

Serialized Fields

oldParent

NodeKey oldParent

newParent

NodeKey newParent

oldPath

Path oldPath

Class org.modeshape.jcr.cache.change.NodeRemoved extends AbstractNodeChange implements Serializable

serialVersionUID: 1L

Serialized Fields

parentKey

NodeKey parentKey

Class org.modeshape.jcr.cache.change.NodeRenamed extends AbstractNodeChange implements Serializable

serialVersionUID: 1L

Serialized Fields

oldSegment

Path.Segment oldSegment

Class org.modeshape.jcr.cache.change.NodeReordered extends AbstractNodeChange implements Serializable

serialVersionUID: 1L

Serialized Fields

oldPath

Path oldPath

parent

NodeKey parent

reorderedBeforePath

Path reorderedBeforePath

Class org.modeshape.jcr.cache.change.NodeSequenced extends AbstractSequencingChange implements Serializable

serialVersionUID: 1L

Serialized Fields

outputNodeKey

NodeKey outputNodeKey

outputNodePath

Path outputNodePath

Class org.modeshape.jcr.cache.change.NodeSequencingFailure extends AbstractSequencingChange implements Serializable

serialVersionUID: 1L

Serialized Fields

cause

Throwable cause
The cause of the sequencing failure

Class org.modeshape.jcr.cache.change.PropertyAdded extends AbstractNodeChange implements Serializable

serialVersionUID: 1L

Serialized Fields

property

Property property

Class org.modeshape.jcr.cache.change.PropertyChanged extends AbstractNodeChange implements Serializable

serialVersionUID: 1L

Serialized Fields

newProperty

Property newProperty

oldProperty

Property oldProperty

Class org.modeshape.jcr.cache.change.PropertyRemoved extends AbstractNodeChange implements Serializable

serialVersionUID: 1L

Serialized Fields

property

Property property

Class org.modeshape.jcr.cache.change.RecordingChanges extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

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

Class org.modeshape.jcr.cache.change.WorkspaceAdded extends Change implements Serializable

serialVersionUID: 1L

Serialized Fields

workspaceName

String workspaceName

Class org.modeshape.jcr.cache.change.WorkspaceRemoved extends Change implements Serializable

serialVersionUID: 1L

Serialized Fields

workspaceName

String workspaceName

Package org.modeshape.jcr.cache.document

Class org.modeshape.jcr.cache.document.LazyCachedNode extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

key

NodeKey key

document

Document document

Package org.modeshape.jcr.federation.spi

Class org.modeshape.jcr.federation.spi.ConnectorException extends RuntimeException implements Serializable

serialVersionUID: 1L


Package org.modeshape.jcr.query

Class org.modeshape.jcr.query.QueryResults.Statistics extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

planningNanos

long planningNanos

optimizationNanos

long optimizationNanos

resultFormulationNanos

long resultFormulationNanos

executionNanos

long executionNanos

Package org.modeshape.jcr.query.lucene

Class org.modeshape.jcr.query.lucene.CompareLengthQuery extends CompareQuery<Long> implements Serializable

serialVersionUID: 1L

Class org.modeshape.jcr.query.lucene.CompareNameQuery extends CompareQuery<Path.Segment> implements Serializable

serialVersionUID: 1L

Serialized Fields

snsIndexFieldName

String snsIndexFieldName

longFactory

ValueFactory<T> longFactory

pathFactory

PathFactory pathFactory

caseOperation

CaseOperations.CaseOperation caseOperation

Class org.modeshape.jcr.query.lucene.ComparePathQuery extends CompareQuery<Path> implements Serializable

serialVersionUID: 1L

Serialized Fields

caseOperation

CaseOperations.CaseOperation caseOperation

Class org.modeshape.jcr.query.lucene.CompareQuery extends org.apache.lucene.search.Query implements Serializable

serialVersionUID: 1L

Serialized Fields

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

Class org.modeshape.jcr.query.lucene.CompareQuery.CompareWeight extends org.apache.lucene.search.Weight implements Serializable

serialVersionUID: 1L

Class org.modeshape.jcr.query.lucene.CompareStringQuery extends CompareQuery<String> implements Serializable

serialVersionUID: 1L

Serialized Fields

caseOperation

CaseOperations.CaseOperation caseOperation

Class org.modeshape.jcr.query.lucene.HasValueQuery extends org.apache.lucene.search.Query implements Serializable

serialVersionUID: 1L

Serialized Fields

fieldName

String fieldName

fieldSelector

org.apache.lucene.document.FieldSelector fieldSelector

Class org.modeshape.jcr.query.lucene.HasValueQuery.ExistsWeight extends org.apache.lucene.search.Weight implements Serializable

serialVersionUID: 1L

Class org.modeshape.jcr.query.lucene.IdsQuery extends org.apache.lucene.search.Query implements Serializable

serialVersionUID: 1L

Serialized Fields

uuids

Set<E> uuids
The operand that is being negated by this query.


fieldSelector

org.apache.lucene.document.FieldSelector fieldSelector

fieldName

String fieldName

Class org.modeshape.jcr.query.lucene.IdsQuery.IdSetWeight extends org.apache.lucene.search.Weight implements Serializable

serialVersionUID: 1L

Class org.modeshape.jcr.query.lucene.LuceneException extends RuntimeException implements Serializable

serialVersionUID: 8281373010920861138L

Class org.modeshape.jcr.query.lucene.MatchNoneQuery extends org.apache.lucene.search.Query implements Serializable

serialVersionUID: 1L

Class org.modeshape.jcr.query.lucene.MatchNoneQuery.NoneWeight extends org.apache.lucene.search.Weight implements Serializable

serialVersionUID: 1L

Class org.modeshape.jcr.query.lucene.QueryCancelledIOException extends IOException implements Serializable

serialVersionUID: 1L

Class org.modeshape.jcr.query.lucene.ScoreQuery extends org.apache.lucene.search.Query implements Serializable

serialVersionUID: 1L

Serialized Fields

operand

org.apache.lucene.search.Query operand
The operand that is being negated by this query.

Class org.modeshape.jcr.query.lucene.ScoreQuery.NotWeight extends org.apache.lucene.search.Weight implements Serializable

serialVersionUID: 1L

Serialized Fields

searcher

org.apache.lucene.search.Searcher searcher

Package org.modeshape.jcr.query.lucene.basic

Class org.modeshape.jcr.query.lucene.basic.DynamicField extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

fieldName

String fieldName

value

Object value

analyzed

boolean analyzed

stored

boolean stored

next

DynamicField next

Class org.modeshape.jcr.query.lucene.basic.ExistsTupleCollector.CompletedException extends RuntimeException implements Serializable

serialVersionUID: 1L


Package org.modeshape.jcr.query.model

Class org.modeshape.jcr.query.model.AllNodes extends Selector implements Serializable

serialVersionUID: 1L

Class org.modeshape.jcr.query.model.And extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

left

Constraint left

right

Constraint right

hc

int hc

Class org.modeshape.jcr.query.model.ArithmeticOperand extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

selectorNames

Set<E> selectorNames

operator

ArithmeticOperator operator

left

DynamicOperand left

right

DynamicOperand right

hc

int hc

Class org.modeshape.jcr.query.model.Between extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

operand

DynamicOperand operand

lowerBound

StaticOperand lowerBound

upperBound

StaticOperand upperBound

includeLowerBound

boolean includeLowerBound

includeUpperBound

boolean includeUpperBound

hc

int hc

Class org.modeshape.jcr.query.model.BindVariableName extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

variableName

String variableName

Class org.modeshape.jcr.query.model.ChildNode extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

selectorName

SelectorName selectorName

parentPath

String parentPath

hc

int hc

Class org.modeshape.jcr.query.model.ChildNodeJoinCondition extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

childSelectorName

SelectorName childSelectorName

parentSelectorName

SelectorName parentSelectorName

hc

int hc

Class org.modeshape.jcr.query.model.Column extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

selectorName

SelectorName selectorName

propertyName

String propertyName

columnName

String columnName

Class org.modeshape.jcr.query.model.Comparison extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

operand1

DynamicOperand operand1

operand2

StaticOperand operand2

operator

Operator operator

hc

int hc

Class org.modeshape.jcr.query.model.DescendantNode extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

selectorName

SelectorName selectorName

ancestorPath

String ancestorPath

Class org.modeshape.jcr.query.model.DescendantNodeJoinCondition extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

descendantSelectorName

SelectorName descendantSelectorName

ancestorSelectorName

SelectorName ancestorSelectorName

hc

int hc

Class org.modeshape.jcr.query.model.EquiJoinCondition extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

selector1Name

SelectorName selector1Name

property1Name

String property1Name

selector2Name

SelectorName selector2Name

property2Name

String property2Name

hc

int hc

Class org.modeshape.jcr.query.model.FullTextSearch extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

selectorName

SelectorName selectorName

propertyName

String propertyName

fullTextSearchExpression

String fullTextSearchExpression

term

FullTextSearch.Term term

hc

int hc

Class org.modeshape.jcr.query.model.FullTextSearchScore extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

selectorNames

Set<E> selectorNames

Class org.modeshape.jcr.query.model.Join extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

left

Source left

right

Source right

type

JoinType type

joinCondition

JoinCondition joinCondition

hc

int hc

Class org.modeshape.jcr.query.model.Length extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

selectorNames

Set<E> selectorNames

propertyValue

PropertyValue propertyValue

Class org.modeshape.jcr.query.model.Limit extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

offset

int offset

rowLimit

int rowLimit

Class org.modeshape.jcr.query.model.Literal extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

value

Object value

Class org.modeshape.jcr.query.model.LiteralValue extends Literal implements Serializable

serialVersionUID: 1L

Serialized Fields

jcrValue

Value jcrValue

Class org.modeshape.jcr.query.model.LowerCase extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

operand

DynamicOperand operand

Class org.modeshape.jcr.query.model.NamedSelector extends Selector implements Serializable

serialVersionUID: 1L

Class org.modeshape.jcr.query.model.NodeDepth extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

selectorNames

Set<E> selectorNames

Class org.modeshape.jcr.query.model.NodeLocalName extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

selectorNames

Set<E> selectorNames

Class org.modeshape.jcr.query.model.NodeName extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

selectorNames

Set<E> selectorNames

Class org.modeshape.jcr.query.model.NodePath extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

selectorNames

Set<E> selectorNames

Class org.modeshape.jcr.query.model.Not extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

constraint

Constraint constraint

Class org.modeshape.jcr.query.model.Or extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

left

Constraint left

right

Constraint right

hc

int hc

Class org.modeshape.jcr.query.model.Ordering extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

operand

DynamicOperand operand

order

Order order

Class org.modeshape.jcr.query.model.PropertyExistence extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

selectorName

SelectorName selectorName

propertyName

String propertyName

hc

int hc

Class org.modeshape.jcr.query.model.PropertyValue extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

selectorNames

Set<E> selectorNames

propertyName

String propertyName

hc

int hc

Class org.modeshape.jcr.query.model.Query extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

orderings

List<E> orderings

limits

Limit limits

source

Source source

constraint

Constraint constraint

columns

List<E> columns

distinct

boolean distinct

hc

int hc

Class org.modeshape.jcr.query.model.ReferenceValue extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

selectorNames

Set<E> selectorNames

propertyName

String propertyName

hc

int hc

includeWeakReferences

boolean includeWeakReferences

Class org.modeshape.jcr.query.model.SameNode extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

selectorName

SelectorName selectorName

path

String path

hc

int hc

Class org.modeshape.jcr.query.model.SameNodeJoinCondition extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

selector1Name

SelectorName selector1Name

selector2Name

SelectorName selector2Name

selector2Path

String selector2Path

hc

int hc

Class org.modeshape.jcr.query.model.Selector extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

name

SelectorName name

alias

SelectorName alias

Class org.modeshape.jcr.query.model.SelectorName extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

name

String name

Class org.modeshape.jcr.query.model.SelectQuery extends Query implements Serializable

serialVersionUID: 1L

Class org.modeshape.jcr.query.model.SetCriteria extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

left

DynamicOperand left

setOperands

Collection<E> setOperands

Class org.modeshape.jcr.query.model.SetQuery extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

orderings

List<E> orderings

limits

Limit limits

left

QueryCommand left

right

QueryCommand right

operation

SetQuery.Operation operation

all

boolean all

hc

int hc

Class org.modeshape.jcr.query.model.Subquery extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

query

QueryCommand query

Class org.modeshape.jcr.query.model.UpperCase extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

operand

DynamicOperand operand

Package org.modeshape.jcr.query.parse

Class org.modeshape.jcr.query.parse.InvalidQueryException extends RuntimeException implements Serializable

serialVersionUID: 1L

Serialized Fields

query

String query

Class org.modeshape.jcr.query.parse.JcrSqlQueryParser.JoinableSources extends Object implements Serializable

serialVersionUID: 1L


Package org.modeshape.jcr.query.plan

Class org.modeshape.jcr.query.plan.PlanHints extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

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.

Class org.modeshape.jcr.query.plan.PlanNode extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

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

Class org.modeshape.jcr.query.process.QueryResultColumns extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

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

columnTypeNameByColumnName

Map<K,V> columnTypeNameByColumnName

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

Class org.modeshape.jcr.query.process.QueryResults extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

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

Class org.modeshape.jcr.sequencer.InvalidPathExpressionException extends RuntimeException implements Serializable

serialVersionUID: 358951801604727022L

Class org.modeshape.jcr.sequencer.InvalidSequencerPathExpression extends RepositoryException implements Serializable

serialVersionUID: -2814638971450551156L

Class org.modeshape.jcr.sequencer.PathExpression extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

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.

Class org.modeshape.jcr.sequencer.SequencerPathExpression extends Object implements Serializable

serialVersionUID: 229464314137494765L

Serialized Fields

selectExpression

PathExpression selectExpression

outputExpression

String outputExpression

hc

int hc

Package org.modeshape.jcr.value

Class org.modeshape.jcr.value.BinaryKey extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

key

String key

Class org.modeshape.jcr.value.InvalidPathException extends RuntimeException implements Serializable

serialVersionUID: 6034512896518552227L

Class org.modeshape.jcr.value.IoException extends RuntimeException implements Serializable

serialVersionUID: -2015526722307950714L

Class org.modeshape.jcr.value.NamespaceException extends RuntimeException implements Serializable

serialVersionUID: 1300642242538881207L

Class org.modeshape.jcr.value.PathNotFoundException extends RuntimeException implements Serializable

serialVersionUID: -3703984046286975978L

Serialized Fields

location

Location location

lowestAncestorThatDoesExist

Path lowestAncestorThatDoesExist

Class org.modeshape.jcr.value.ValueFormatException extends RuntimeException implements Serializable

serialVersionUID: 1L

Serialized Fields

value

Object value

targetType

PropertyType targetType

Package org.modeshape.jcr.value.basic

Class org.modeshape.jcr.value.basic.AbstractPath extends Object implements Serializable

serialVersionUID: 1L

Class org.modeshape.jcr.value.basic.BasicEmptyProperty extends BasicProperty implements Serializable

serialVersionUID: 1L

Class org.modeshape.jcr.value.basic.BasicMultiValueProperty extends BasicProperty implements Serializable

serialVersionUID: 1L

Serialized Fields

values

List<E> values

Class org.modeshape.jcr.value.basic.BasicName extends Object implements Serializable

serialVersionUID: -1737537720336990144L

Serialized Fields

namespaceUri

String namespaceUri

localName

String localName

hc

int hc

Class org.modeshape.jcr.value.basic.BasicPath extends AbstractPath implements Serializable

serialVersionUID: 1L

Serialization Methods

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
Serialized Fields

segments

List<E> segments

absolute

boolean absolute

normalized

boolean normalized

Class org.modeshape.jcr.value.basic.BasicPathSegment extends Object implements Serializable

serialVersionUID: 4367349287846075157L

Serialized Fields

name

Name name

index

int index

hc

int hc

Class org.modeshape.jcr.value.basic.BasicProperty extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

name

Name name

Class org.modeshape.jcr.value.basic.BasicSingleValueProperty extends BasicProperty implements Serializable

serialVersionUID: 1L

Serialized Fields

value

Object value

Class org.modeshape.jcr.value.basic.ChildPath extends AbstractPath implements Serializable

serialVersionUID: 1L

Serialized Fields

parent

Path parent

child

Path.Segment child

size

int size

Class org.modeshape.jcr.value.basic.IdentifierPath extends AbstractPath implements Serializable

serialVersionUID: 1L

Serialized Fields

idSegment

IdentifierPathSegment idSegment

Class org.modeshape.jcr.value.basic.IdentifierPathSegment extends BasicPathSegment implements Serializable

serialVersionUID: 1L

Class org.modeshape.jcr.value.basic.JodaDateTime extends Object implements Serializable

serialVersionUID: -730188225988292422L

Serialized Fields

instance

org.joda.time.DateTime instance

millisInUtc

long millisInUtc

Class org.modeshape.jcr.value.basic.NodeKeyReference extends Object implements Serializable

serialVersionUID: 2299467578161645109L

Serialized Fields

key

NodeKey key

isWeak

boolean isWeak

isForeign

boolean isForeign

Class org.modeshape.jcr.value.basic.RootPath extends AbstractPath implements Serializable

serialVersionUID: 1L

Class org.modeshape.jcr.value.basic.StringReference extends Object implements Serializable

serialVersionUID: 2299467578161645109L

Serialized Fields

id

String id

isWeak

boolean isWeak

Class org.modeshape.jcr.value.basic.UuidReference extends Object implements Serializable

serialVersionUID: 2299467578161645109L

Serialized Fields

uuid

UUID uuid

isWeak

boolean isWeak

Package org.modeshape.jcr.value.binary

Class org.modeshape.jcr.value.binary.AbstractBinary extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

key

BinaryKey key

Class org.modeshape.jcr.value.binary.BinaryStoreException extends RepositoryException implements Serializable

serialVersionUID: 1L

Class org.modeshape.jcr.value.binary.EmptyBinaryValue extends AbstractBinary implements Serializable

serialVersionUID: 1L

Class org.modeshape.jcr.value.binary.ExternalBinaryValue extends AbstractBinary implements Serializable

Serialized Fields

id

String id

mimeType

String mimeType

size

long size

detectedMimeType

boolean detectedMimeType

sourceName

String sourceName

Class org.modeshape.jcr.value.binary.InMemoryBinaryValue extends AbstractBinary implements Serializable

serialVersionUID: 2L

Serialized Fields

bytes

byte[] bytes

Class org.modeshape.jcr.value.binary.StoredBinaryValue extends AbstractBinary implements Serializable

serialVersionUID: 1L

Serialized Fields

size

long size

Class org.modeshape.jcr.value.binary.UrlBinaryValue extends ExternalBinaryValue implements Serializable

serialVersionUID: 1L

Serialized Fields

url

URL url

Package org.modeshape.jcr.value.binary.infinispan

Class org.modeshape.jcr.value.binary.infinispan.InfinispanBinaryStore.DummyReducer extends Object implements Serializable

serialVersionUID: 1L

Class org.modeshape.jcr.value.binary.infinispan.Metadata extends Object implements Serializable

Serialization Methods

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

Class org.modeshape.sequencer.ddl.DdlParserProblem extends ParsingException implements Serializable

serialVersionUID: 2010539270968770893L

Serialized Fields

level

int level

unusedSource

String unusedSource

Package org.modeshape.sequencer.ddl.dialect.teiid

Class org.modeshape.sequencer.ddl.dialect.teiid.TeiidDdlParsingException extends ParsingException implements Serializable

serialVersionUID: 1L


Package org.modeshape.web.jcr

Class org.modeshape.web.jcr.NoSuchRepositoryException extends RepositoryException implements Serializable

serialVersionUID: 1L


Package org.modeshape.web.jcr.rest.client.json

Class org.modeshape.web.jcr.rest.client.json.FileNode extends JsonNode implements Serializable

serialVersionUID: 1L

Serialized Fields

file

File file
The file on the local file system.


path

String path
The folder in the workspace where the file is or will be published or unpublished.


workspace

Workspace workspace
The workspace where the file is or will be published or unpublished.

Class org.modeshape.web.jcr.rest.client.json.FolderNode extends JsonNode implements Serializable

serialVersionUID: 1L

Serialized Fields

workspace

Workspace workspace
The workspace where the file is being published.

Class org.modeshape.web.jcr.rest.client.json.JsonNode extends org.codehaus.jettison.json.JSONObject implements Serializable

serialVersionUID: 1L

Serialized Fields

id

String id
The node identifier.

Class org.modeshape.web.jcr.rest.client.json.NodeTypeNode extends JsonNode implements Serializable

serialVersionUID: 1L

Serialized Fields

workspace

Workspace workspace
The workspace from where the node type is being obtained.


nodeTypeMap

Map<K,V> nodeTypeMap

Class org.modeshape.web.jcr.rest.client.json.RepositoryNode extends JsonNode implements Serializable

serialVersionUID: 1L

Serialized Fields

repository

Repository repository
The ModeShape repository.

Class org.modeshape.web.jcr.rest.client.json.ServerNode extends JsonNode implements Serializable

serialVersionUID: 1L

Serialized Fields

server

Server server
The server containing ModeShape repositories.

Class org.modeshape.web.jcr.rest.client.json.WorkspaceNode extends JsonNode implements Serializable

serialVersionUID: 1L

Serialized Fields

workspace

Workspace workspace

Package org.modeshape.webdav

Class org.modeshape.webdav.WebdavServlet extends WebDavServletBean implements Serializable

serialVersionUID: 1L

Class org.modeshape.webdav.WebDavServletBean extends HttpServlet implements Serializable

serialVersionUID: 1L

Serialized Fields

resLocks

ResourceLocks resLocks

store

IWebdavStore store

methodMap

Map<K,V> methodMap

Package org.modeshape.webdav.exceptions

Class org.modeshape.webdav.exceptions.AccessDeniedException extends WebdavException implements Serializable

serialVersionUID: 1L

Class org.modeshape.webdav.exceptions.LockFailedException extends WebdavException implements Serializable

serialVersionUID: 1L

Class org.modeshape.webdav.exceptions.ObjectAlreadyExistsException extends WebdavException implements Serializable

serialVersionUID: 1L

Class org.modeshape.webdav.exceptions.ObjectNotFoundException extends WebdavException implements Serializable

serialVersionUID: 1L

Class org.modeshape.webdav.exceptions.UnauthenticatedException extends WebdavException implements Serializable

serialVersionUID: 1L

Class org.modeshape.webdav.exceptions.WebdavException extends RuntimeException implements Serializable

serialVersionUID: 1L


ModeShape Distribution 3.2.0.Final

Copyright © 2008-2013 JBoss, a division of Red Hat. All Rights Reserved.