Serialized Form


Package org.modeshape.common

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

serialVersionUID: 8281373010920861138L


Package org.modeshape.common.collection

Class org.modeshape.common.collection.AbstractProblems extends Object implements Serializable

serialVersionUID: 1L

Class org.modeshape.common.collection.ImmutableProblems extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

delegate

Problems delegate

Class org.modeshape.common.collection.SimpleProblems extends AbstractProblems implements Serializable

serialVersionUID: 1L

Serialized Fields

problems

List<E> problems

Class org.modeshape.common.collection.ThreadSafeProblems extends AbstractProblems implements Serializable

serialVersionUID: 1L

Serialized Fields

lock

ReadWriteLock lock

problems

List<E> problems

Class org.modeshape.common.collection.UnmodifiableProperties extends Properties implements Serializable

serialVersionUID: -4670639332874922546L

Serialized Fields

delegate

Properties delegate

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

Class org.modeshape.connector.filesystem.BasePropertiesFactory extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

STANDARD_PROPERTIES_FOR_CONTENT

Set<E> STANDARD_PROPERTIES_FOR_CONTENT
Only certain properties are tolerated when writing content (dna:resource or jcr:resource) nodes. These properties are implicitly stored (primary type, data) or silently ignored (encoded, mimetype, last modified). The silently ignored properties must be accepted to stay compatible with the JCR specification.


STANDARD_PROPERTIES_FOR_FILE_OR_FOLDER

Set<E> STANDARD_PROPERTIES_FOR_FILE_OR_FOLDER
Only certain properties are tolerated when writing files (nt:file) or folders (nt:folder) nodes. These properties are implicitly stored in the file or folder (primary type, created).

Class org.modeshape.connector.filesystem.FileSystemSource extends AbstractRepositorySource implements Serializable

serialVersionUID: 1L

Serialized Fields

defaultWorkspaceName

String defaultWorkspaceName

workspaceRootPath

String workspaceRootPath

predefinedWorkspaces

String[] predefinedWorkspaces

maxPathLength

int maxPathLength

exclusionPattern

String exclusionPattern

eagerFileLoading

boolean eagerFileLoading

determineMimeTypeUsingContent

boolean determineMimeTypeUsingContent

extraProperties

String extraProperties

filenameFilter

FilenameFilter filenameFilter

capabilities

RepositorySourceCapabilities capabilities

customPropertiesFactory

CustomPropertiesFactory customPropertiesFactory

defaultContext

ExecutionContext defaultContext

Class org.modeshape.connector.filesystem.IgnoreProperties extends BasePropertiesFactory implements Serializable

serialVersionUID: 1L

Class org.modeshape.connector.filesystem.LogProperties extends BasePropertiesFactory implements Serializable

serialVersionUID: 1L

Serialized Fields

logger

Logger logger

Class org.modeshape.connector.filesystem.StoreProperties extends BasePropertiesFactory implements Serializable

serialVersionUID: 1L

Serialized Fields

extension

String extension

resourceExtension

String resourceExtension

sourceName

String sourceName

encoder

TextEncoder encoder

decoder

TextDecoder decoder

quoter

QuoteEncoder quoter

Class org.modeshape.connector.filesystem.ThrowProperties extends BasePropertiesFactory implements Serializable

serialVersionUID: 1L


Package org.modeshape.connector.infinispan

Class org.modeshape.connector.infinispan.BaseInfinispanSource extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

name

String name

rootNodeUuid

UUID rootNodeUuid

retryLimit

int retryLimit

defaultWorkspace

String defaultWorkspace

predefinedWorkspaces

String[] predefinedWorkspaces

updatesAllowed

boolean updatesAllowed

defaultCachePolicy

CachePolicy defaultCachePolicy

capabilities

RepositorySourceCapabilities capabilities

Class org.modeshape.connector.infinispan.InfinispanNode extends MapNode implements Serializable

serialVersionUID: 1L

Class org.modeshape.connector.infinispan.InfinispanSource extends BaseInfinispanSource implements Serializable

serialVersionUID: 2L

Serialized Fields

cacheConfigurationName

String cacheConfigurationName

cacheContainerJndiName

String cacheContainerJndiName

Class org.modeshape.connector.infinispan.RemoteInfinispanSource extends BaseInfinispanSource implements Serializable

serialVersionUID: 1L

Serialized Fields

remoteInfinispanServerList

String remoteInfinispanServerList

Package org.modeshape.connector.jbosscache

Class org.modeshape.connector.jbosscache.JBossCacheNode extends MapNode implements Serializable

serialVersionUID: 1L

Class org.modeshape.connector.jbosscache.JBossCacheSource extends Object implements Serializable

serialVersionUID: 2L

Serialized Fields

name

String name

rootNodeUuid

UUID rootNodeUuid

cacheConfigurationName

String cacheConfigurationName

cacheFactoryJndiName

String cacheFactoryJndiName

cacheJndiName

String cacheJndiName

retryLimit

int retryLimit

defaultWorkspace

String defaultWorkspace

predefinedWorkspaces

String[] predefinedWorkspaces

updatesAllowed

boolean updatesAllowed

defaultCachePolicy

CachePolicy defaultCachePolicy

capabilities

RepositorySourceCapabilities capabilities

repositoryNamesForConfigurationNameProblems

Set<E> repositoryNamesForConfigurationNameProblems

Package org.modeshape.connector.jcr

Class org.modeshape.connector.jcr.JcrRepositorySource extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

name

String name

repositoryJndiName

String repositoryJndiName

username

String username

password

String password

credentials

Credentials credentials

defaultCachePolicy

CachePolicy defaultCachePolicy

retryLimit

int retryLimit

capabilities

RepositorySourceCapabilities capabilities

Package org.modeshape.connector.meta.jdbc

Class org.modeshape.connector.meta.jdbc.JdbcMetadataException extends RuntimeException implements Serializable

serialVersionUID: 1L

Class org.modeshape.connector.meta.jdbc.JdbcMetadataSource extends AbstractRepositorySource implements Serializable

serialVersionUID: 1L

Serialized Fields

dataSourceJndiName

String dataSourceJndiName

username

String username

password

String password

url

String url

driverClassName

String driverClassName

driverClassloaderName

String driverClassloaderName

maximumConnectionsInPool

int maximumConnectionsInPool

minimumConnectionsInPool

int minimumConnectionsInPool

maximumConnectionIdleTimeInSeconds

int maximumConnectionIdleTimeInSeconds

maximumSizeOfStatementCache

int maximumSizeOfStatementCache

numberOfConnectionsToAcquireAsNeeded

int numberOfConnectionsToAcquireAsNeeded

idleTimeInSecondsBeforeTestingConnections

int idleTimeInSecondsBeforeTestingConnections

defaultWorkspace

String defaultWorkspace

defaultCatalogName

String defaultCatalogName

defaultSchemaName

String defaultSchemaName

metadataCollectorClassName

String metadataCollectorClassName

capabilities

RepositorySourceCapabilities capabilities

defaultContext

ExecutionContext defaultContext

Package org.modeshape.connector.store.jpa

Class org.modeshape.connector.store.jpa.JpaSource extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

LOGGER

Logger LOGGER

name

String name

dataSourceJndiName

String dataSourceJndiName

dialect

String dialect

username

String username

password

String password

url

String url

driverClassName

String driverClassName

driverClassloaderName

String driverClassloaderName

rootNodeUuid

String rootNodeUuid

maximumConnectionsInPool

int maximumConnectionsInPool

minimumConnectionsInPool

int minimumConnectionsInPool

maximumConnectionIdleTimeInSeconds

int maximumConnectionIdleTimeInSeconds

maximumSizeOfStatementCache

int maximumSizeOfStatementCache

numberOfConnectionsToAcquireAsNeeded

int numberOfConnectionsToAcquireAsNeeded

idleTimeInSecondsBeforeTestingConnections

int idleTimeInSecondsBeforeTestingConnections

retryLimit

int retryLimit

cacheTimeToLiveInMilliseconds

int cacheTimeToLiveInMilliseconds

largeValueSizeInBytes

long largeValueSizeInBytes

showSql

boolean showSql

compressData

boolean compressData

referentialIntegrityEnforced

boolean referentialIntegrityEnforced

autoGenerateSchema

String autoGenerateSchema

defaultWorkspace

String defaultWorkspace

predefinedWorkspaces

String[] predefinedWorkspaces

capabilities

RepositorySourceCapabilities capabilities

modelName

String modelName

Package org.modeshape.connector.svn

Class org.modeshape.connector.svn.SvnRepositorySource extends AbstractRepositorySource implements Serializable

serialVersionUID: 1L

Serialized Fields

repositoryRootUrl

String repositoryRootUrl

username

String username

password

String password

defaultWorkspace

String defaultWorkspace

predefinedWorkspaces

String[] predefinedWorkspaces

capabilities

RepositorySourceCapabilities capabilities

defaultContext

ExecutionContext defaultContext

Package org.modeshape.graph

Class org.modeshape.graph.Location extends Object implements Serializable

serialVersionUID: 1L


Package org.modeshape.graph.cache

Class org.modeshape.graph.cache.BasicCachePolicy extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

timeToLiveInMillis

long timeToLiveInMillis

Class org.modeshape.graph.cache.ImmutableCachePolicy extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

timeToCache

long timeToCache

Package org.modeshape.graph.connector

Class org.modeshape.graph.connector.LockFailedException extends RepositorySourceException implements Serializable

serialVersionUID: 1L

Class org.modeshape.graph.connector.RepositorySourceException extends RuntimeException implements Serializable

serialVersionUID: -7704170453962924565L

Serialized Fields

sourceName

String sourceName

Class org.modeshape.graph.connector.UuidAlreadyExistsException extends RepositorySourceException implements Serializable

serialVersionUID: 1L


Package org.modeshape.graph.connector.base

Class org.modeshape.graph.connector.base.AbstractRepositorySource extends Object implements Serializable

Serialized Fields

retryLimit

int retryLimit

name

String name

Class org.modeshape.graph.connector.base.MapNode extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

uuid

UUID uuid

name

Path.Segment name

parent

UUID parent

properties

Map<K,V> properties

children

List<E> children

version

int version

Class org.modeshape.graph.connector.base.PathNode extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

uuid

UUID uuid

parent

Path parent

name

Path.Segment name

properties

Map<K,V> properties

children

List<E> children

version

int version

Package org.modeshape.graph.connector.federation

Class org.modeshape.graph.connector.federation.FederatedRepositorySource extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

name

String name

retryLimit

int retryLimit

capabilities

RepositorySourceCapabilities capabilities

Class org.modeshape.graph.connector.federation.Projection extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

sourceName

String sourceName

workspaceName

String workspaceName

rules

List<E> rules

simple

boolean simple

readOnly

boolean readOnly

hc

int hc

Package org.modeshape.graph.connector.inmemory

Class org.modeshape.graph.connector.inmemory.InMemoryNode extends MapNode implements Serializable

serialVersionUID: 1L

Class org.modeshape.graph.connector.inmemory.InMemoryRepositorySource extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

name

String name

jndiName

String jndiName

defaultWorkspaceName

String defaultWorkspaceName

rootNodeUuid

UUID rootNodeUuid

predefinedWorkspaces

String[] predefinedWorkspaces

retryLimit

AtomicInteger retryLimit

defaultCachePolicy

CachePolicy defaultCachePolicy

Package org.modeshape.graph.connector.map

Package org.modeshape.graph.connector.path

Class org.modeshape.graph.connector.path.AbstractPathRepositorySource extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

retryLimit

int retryLimit

name

String name

Package org.modeshape.graph.connector.path.cache

Class org.modeshape.graph.connector.path.cache.InMemoryWorkspaceCache.InMemoryCachePolicy extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

cacheTimeToLiveInSeconds

long cacheTimeToLiveInSeconds

Class org.modeshape.graph.connector.path.cache.NoCachePolicy extends Object implements Serializable

serialVersionUID: 1L


Package org.modeshape.graph.observe

Class org.modeshape.graph.observe.Changes extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

processId

String processId

contextId

String contextId

userName

String userName

sourceName

String sourceName

timestamp

DateTime timestamp

data

Map<K,V> data

changeRequests

List<E> changeRequests

Class org.modeshape.graph.observe.NetChangeObserver.NetChanges extends Changes implements Serializable

serialVersionUID: 1L

Serialized Fields

netChanges

List<E> netChanges

Package org.modeshape.graph.property

Class org.modeshape.graph.property.InvalidPathException extends RuntimeException implements Serializable

serialVersionUID: 6034512896518552227L

Class org.modeshape.graph.property.InvalidPathExpressionException extends RuntimeException implements Serializable

serialVersionUID: 358951801604727022L

Class org.modeshape.graph.property.IoException extends RuntimeException implements Serializable

serialVersionUID: -2015526722307950714L

Class org.modeshape.graph.property.NamespaceException extends RuntimeException implements Serializable

serialVersionUID: 1300642242538881207L

Class org.modeshape.graph.property.PathExpression extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

expression

String expression

repositoryPattern

Pattern repositoryPattern
This is the pattern that is used to determine if the particular path is from a particular repository. This pattern will be null if the expression does not constrain the repository name.


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.graph.property.PathNotFoundException extends RuntimeException implements Serializable

serialVersionUID: -3703984046286975978L

Serialized Fields

location

Location location

lowestAncestorThatDoesExist

Path lowestAncestorThatDoesExist

Class org.modeshape.graph.property.ReferentialIntegrityException extends RuntimeException implements Serializable

serialVersionUID: -3703984046286975978L

Serialized Fields

invalidReferences

Map<K,V> invalidReferences

Class org.modeshape.graph.property.ValueFormatException extends RuntimeException implements Serializable

serialVersionUID: 1L

Serialized Fields

value

Object value

targetType

PropertyType targetType

Package org.modeshape.graph.property.basic

Class org.modeshape.graph.property.basic.AbstractBinary extends Object implements Serializable

serialVersionUID: 1L

Class org.modeshape.graph.property.basic.AbstractPath extends Object implements Serializable

serialVersionUID: 1L

Class org.modeshape.graph.property.basic.BasicEmptyProperty extends BasicProperty implements Serializable

serialVersionUID: 1L

Class org.modeshape.graph.property.basic.BasicMultiValueProperty extends BasicProperty implements Serializable

serialVersionUID: 1L

Serialized Fields

values

List<E> values

Class org.modeshape.graph.property.basic.BasicName extends Object implements Serializable

serialVersionUID: -1737537720336990144L

Serialized Fields

namespaceUri

String namespaceUri

localName

String localName

hc

int hc

Class org.modeshape.graph.property.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.graph.property.basic.BasicPathSegment extends Object implements Serializable

serialVersionUID: 4367349287846075157L

Serialized Fields

name

Name name

index

int index

hc

int hc

Class org.modeshape.graph.property.basic.BasicProperty extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

name

Name name

Class org.modeshape.graph.property.basic.BasicSingleValueProperty extends BasicProperty implements Serializable

serialVersionUID: 1L

Serialized Fields

value

Object value

Class org.modeshape.graph.property.basic.ChildPath extends AbstractPath implements Serializable

serialVersionUID: 1L

Serialized Fields

parent

Path parent

child

Path.Segment child

size

int size

Class org.modeshape.graph.property.basic.FileSystemBinary extends AbstractBinary implements Serializable

serialVersionUID: 1L

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException
Throws:
IOException

writeObject

private void writeObject(ObjectOutputStream out)
                  throws IOException
Throws:
IOException
Serialized Fields

file

File file

sha1hash

byte[] sha1hash

hc

int hc

Class org.modeshape.graph.property.basic.IdentifierPath extends AbstractPath implements Serializable

serialVersionUID: 1L

Serialized Fields

idSegment

IdentifierPathSegment idSegment

Class org.modeshape.graph.property.basic.IdentifierPathSegment extends BasicPathSegment implements Serializable

serialVersionUID: 1L

Class org.modeshape.graph.property.basic.InMemoryBinary extends AbstractBinary implements Serializable

serialVersionUID: 2L

Serialized Fields

bytes

byte[] bytes

sha1hash

byte[] sha1hash

hc

int hc

Class org.modeshape.graph.property.basic.JodaDateTime extends Object implements Serializable

serialVersionUID: -730188225988292422L

Serialized Fields

instance

org.joda.time.DateTime instance

millisInUtc

long millisInUtc

Class org.modeshape.graph.property.basic.RootPath extends AbstractPath implements Serializable

serialVersionUID: 1L

Class org.modeshape.graph.property.basic.StringReference extends Object implements Serializable

serialVersionUID: 2299467578161645109L

Serialized Fields

id

String id

isWeak

boolean isWeak

Class org.modeshape.graph.property.basic.UuidReference extends Object implements Serializable

serialVersionUID: 2299467578161645109L

Serialized Fields

uuid

UUID uuid

isWeak

boolean isWeak

Package org.modeshape.graph.query

Class org.modeshape.graph.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.graph.query.model

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

serialVersionUID: 1L

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

serialVersionUID: 1L

Serialized Fields

left

Constraint left

right

Constraint right

hc

int hc

Class org.modeshape.graph.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.graph.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.graph.query.model.BindVariableName extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

variableName

String variableName

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

serialVersionUID: 1L

Serialized Fields

selectorName

SelectorName selectorName

parentPath

String parentPath

hc

int hc

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

serialVersionUID: 1L

Serialized Fields

childSelectorName

SelectorName childSelectorName

parentSelectorName

SelectorName parentSelectorName

hc

int hc

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

serialVersionUID: 1L

Serialized Fields

selectorName

SelectorName selectorName

propertyName

String propertyName

columnName

String columnName

Class org.modeshape.graph.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.graph.query.model.DescendantNode extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

selectorName

SelectorName selectorName

ancestorPath

String ancestorPath

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

serialVersionUID: 1L

Serialized Fields

descendantSelectorName

SelectorName descendantSelectorName

ancestorSelectorName

SelectorName ancestorSelectorName

hc

int hc

Class org.modeshape.graph.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.graph.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.graph.query.model.FullTextSearchScore extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

selectorNames

Set<E> selectorNames

Class org.modeshape.graph.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.graph.query.model.Length extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

selectorNames

Set<E> selectorNames

propertyValue

PropertyValue propertyValue

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

serialVersionUID: 1L

Serialized Fields

offset

int offset

rowLimit

int rowLimit

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

serialVersionUID: 1L

Serialized Fields

value

Object value

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

serialVersionUID: 1L

Serialized Fields

operand

DynamicOperand operand

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

serialVersionUID: 1L

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

serialVersionUID: 1L

Serialized Fields

selectorNames

Set<E> selectorNames

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

serialVersionUID: 1L

Serialized Fields

selectorNames

Set<E> selectorNames

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

serialVersionUID: 1L

Serialized Fields

selectorNames

Set<E> selectorNames

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

serialVersionUID: 1L

Serialized Fields

selectorNames

Set<E> selectorNames

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

serialVersionUID: 1L

Serialized Fields

constraint

Constraint constraint

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

serialVersionUID: 1L

Serialized Fields

left

Constraint left

right

Constraint right

hc

int hc

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

serialVersionUID: 1L

Serialized Fields

operand

DynamicOperand operand

order

Order order

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

serialVersionUID: 1L

Serialized Fields

selectorName

SelectorName selectorName

propertyName

String propertyName

hc

int hc

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

serialVersionUID: 1L

Serialized Fields

selectorNames

Set<E> selectorNames

propertyName

String propertyName

hc

int hc

Class org.modeshape.graph.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.graph.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.graph.query.model.SameNode extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

selectorName

SelectorName selectorName

path

String path

hc

int hc

Class org.modeshape.graph.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.graph.query.model.Selector extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

name

SelectorName name

alias

SelectorName alias

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

serialVersionUID: 1L

Serialized Fields

name

String name

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

serialVersionUID: 1L

Serialized Fields

left

DynamicOperand left

setOperands

Collection<E> setOperands

Class org.modeshape.graph.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.graph.query.model.Subquery extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

query

QueryCommand query

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

serialVersionUID: 1L

Serialized Fields

operand

DynamicOperand operand

Package org.modeshape.graph.query.parse

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

serialVersionUID: 1L

Serialized Fields

query

String query

Package org.modeshape.graph.query.plan

Class org.modeshape.graph.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

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.

Class org.modeshape.graph.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.graph.query.process

Class org.modeshape.graph.query.process.FullTextSearchResultColumns extends QueryResultColumns implements Serializable

serialVersionUID: 1L

Class org.modeshape.graph.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

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

Class org.modeshape.graph.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.graph.request

Class org.modeshape.graph.request.AccessQueryRequest extends SearchRequest implements Serializable

serialVersionUID: 1L

Serialized Fields

workspaceName

String workspaceName

tableName

SelectorName tableName

andedConstraints

List<E> andedConstraints

limit

Limit limit

variables

Map<K,V> variables

schemata

Schemata schemata

hc

int hc

Class org.modeshape.graph.request.CacheableRequest extends Request implements Serializable

serialVersionUID: 1L

Serialized Fields

policy

CachePolicy policy

timeLoaded

DateTime timeLoaded

Class org.modeshape.graph.request.ChangeRequest extends Request implements Serializable

serialVersionUID: 1L

Class org.modeshape.graph.request.CloneBranchRequest extends ChangeRequest implements Serializable

serialVersionUID: 1L

Serialized Fields

fromWorkspace

String fromWorkspace

intoWorkspace

String intoWorkspace

from

Location from

into

Location into

desiredName

Name desiredName

desiredSegment

Path.Segment desiredSegment

removeExisting

boolean removeExisting

removedExistingNodes

Set<E> removedExistingNodes

actualFromLocation

Location actualFromLocation

actualIntoLocation

Location actualIntoLocation

Class org.modeshape.graph.request.CloneWorkspaceRequest extends ChangeRequest implements Serializable

serialVersionUID: 1L

Serialized Fields

nameOfWorkspaceToBeCloned

String nameOfWorkspaceToBeCloned

desiredNameOfTargetWorkspace

String desiredNameOfTargetWorkspace

createConflictBehavior

CreateWorkspaceRequest.CreateConflictBehavior createConflictBehavior

cloneConflictBehavior

CloneWorkspaceRequest.CloneConflictBehavior cloneConflictBehavior

actualWorkspaceName

String actualWorkspaceName

actualLocationOfRoot

Location actualLocationOfRoot

Class org.modeshape.graph.request.CompositeRequest extends Request implements Serializable

serialVersionUID: 1L

Serialized Fields

requests

List<E> requests

readOnly

boolean readOnly

Class org.modeshape.graph.request.CompositeRequestChannel.ChannelCompositeRequest extends CompositeRequest implements Serializable

serialVersionUID: 1L

Serialized Fields

allRequests

LinkedList<E> allRequests

Class org.modeshape.graph.request.CompositeRequestChannel.LastRequest extends Request implements Serializable

serialVersionUID: 1L

Class org.modeshape.graph.request.CopyBranchRequest extends ChangeRequest implements Serializable

serialVersionUID: 1L

Serialized Fields

from

Location from

into

Location into

fromWorkspace

String fromWorkspace

intoWorkspace

String intoWorkspace

desiredNameForCopy

Name desiredNameForCopy

nodeConflictBehavior

NodeConflictBehavior nodeConflictBehavior

actualFromLocation

Location actualFromLocation

actualIntoLocation

Location actualIntoLocation

Class org.modeshape.graph.request.CreateNodeRequest extends ChangeRequest implements Serializable

serialVersionUID: 1L

Serialized Fields

under

Location under

workspaceName

String workspaceName

childName

Name childName

properties

List<E> properties

conflictBehavior

NodeConflictBehavior conflictBehavior

actualLocation

Location actualLocation

Class org.modeshape.graph.request.CreateWorkspaceRequest extends ChangeRequest implements Serializable

serialVersionUID: 1L

Serialized Fields

desiredNameOfNewWorkspace

String desiredNameOfNewWorkspace

createConflictBehavior

CreateWorkspaceRequest.CreateConflictBehavior createConflictBehavior

actualWorkspaceName

String actualWorkspaceName

actualLocationOfRoot

Location actualLocationOfRoot

Class org.modeshape.graph.request.DeleteBranchRequest extends ChangeRequest implements Serializable

serialVersionUID: 1L

Serialized Fields

at

Location at

workspaceName

String workspaceName

actualLocation

Location actualLocation

Class org.modeshape.graph.request.DeleteChildrenRequest extends ChangeRequest implements Serializable

serialVersionUID: 1L

Serialized Fields

at

Location at

workspaceName

String workspaceName

actualLocation

Location actualLocation

actualChildrenDeleted

List<E> actualChildrenDeleted

Class org.modeshape.graph.request.DestroyWorkspaceRequest extends ChangeRequest implements Serializable

serialVersionUID: 1L

Serialized Fields

workspaceName

String workspaceName

actualLocationOfRoot

Location actualLocationOfRoot

Class org.modeshape.graph.request.FullTextSearchRequest extends SearchRequest implements Serializable

serialVersionUID: 1L

Serialized Fields

expression

String expression

workspaceName

String workspaceName

maxResults

int maxResults

offset

int offset

Class org.modeshape.graph.request.GetWorkspacesRequest extends CacheableRequest implements Serializable

serialVersionUID: 1L

Serialized Fields

availableWorkspaceNames

Set<E> availableWorkspaceNames

Class org.modeshape.graph.request.InvalidRequestException extends RequestException implements Serializable

serialVersionUID: 1L

Class org.modeshape.graph.request.InvalidWorkspaceException extends RequestException implements Serializable

serialVersionUID: 1L

Class org.modeshape.graph.request.LockBranchRequest extends ChangeRequest implements Serializable

serialVersionUID: 1L

Serialized Fields

at

Location at

workspaceName

String workspaceName

isDeep

LockBranchRequest.LockScope isDeep

lockTimeoutInMillis

long lockTimeoutInMillis

actualLocation

Location actualLocation

Class org.modeshape.graph.request.MoveBranchRequest extends ChangeRequest implements Serializable

serialVersionUID: 1L

Serialized Fields

from

Location from

into

Location into

before

Location before

workspaceName

String workspaceName

desiredNameForNode

Name desiredNameForNode

conflictBehavior

NodeConflictBehavior conflictBehavior

actualOldLocation

Location actualOldLocation

actualNewLocation

Location actualNewLocation

Class org.modeshape.graph.request.MultipleRequestFailuresException extends RequestException implements Serializable

serialVersionUID: 1L

Serialized Fields

failedRequests

List<E> failedRequests

totalNumberOfRequests

int totalNumberOfRequests

Class org.modeshape.graph.request.ReadAllChildrenRequest extends CacheableRequest implements Serializable

serialVersionUID: 1L

Serialized Fields

of

Location of

workspaceName

String workspaceName

children

List<E> children

actualOf

Location actualOf

Class org.modeshape.graph.request.ReadAllPropertiesRequest extends CacheableRequest implements Serializable

serialVersionUID: 1L

Serialized Fields

at

Location at

workspaceName

String workspaceName

properties

Map<K,V> properties

numberOfChildren

int numberOfChildren

actualLocation

Location actualLocation

Class org.modeshape.graph.request.ReadBlockOfChildrenRequest extends CacheableRequest implements Serializable

serialVersionUID: 1L

Serialized Fields

of

Location of

workspaceName

String workspaceName

children

List<E> children

startingAtIndex

int startingAtIndex

count

int count

actualLocation

Location actualLocation

Class org.modeshape.graph.request.ReadBranchRequest extends CacheableRequest implements Serializable

serialVersionUID: 1L

Serialized Fields

at

Location at

workspaceName

String workspaceName

maxDepth

int maxDepth

nodes

Map<K,V> nodes

actualLocation

Location actualLocation

Class org.modeshape.graph.request.ReadNextBlockOfChildrenRequest extends CacheableRequest implements Serializable

serialVersionUID: 1L

Serialized Fields

children

List<E> children

startingAfter

Location startingAfter

workspaceName

String workspaceName

count

int count

actualStartingAfter

Location actualStartingAfter

Class org.modeshape.graph.request.ReadNodeRequest extends CacheableRequest implements Serializable

serialVersionUID: 1L

Serialized Fields

at

Location at

workspaceName

String workspaceName

properties

Map<K,V> properties

children

List<E> children

actualLocation

Location actualLocation

Class org.modeshape.graph.request.ReadPropertyRequest extends CacheableRequest implements Serializable

serialVersionUID: 1L

Serialized Fields

on

Location on

workspaceName

String workspaceName

propertyName

Name propertyName

property

Property property

actualLocation

Location actualLocation

Class org.modeshape.graph.request.RemovePropertyRequest extends ChangeRequest implements Serializable

serialVersionUID: 1L

Serialized Fields

from

Location from

workspaceName

String workspaceName

propertyName

Name propertyName

actualLocation

Location actualLocation

Class org.modeshape.graph.request.RenameNodeRequest extends ChangeRequest implements Serializable

serialVersionUID: 1L

Serialized Fields

at

Location at

workspaceName

String workspaceName

newName

Name newName

actualOldLocation

Location actualOldLocation

actualNewLocation

Location actualNewLocation

Class org.modeshape.graph.request.Request extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

error

Throwable error

cancelled

AtomicBoolean cancelled

frozen

AtomicBoolean frozen

Class org.modeshape.graph.request.RequestException extends RuntimeException implements Serializable

serialVersionUID: 1L

Class org.modeshape.graph.request.SearchRequest extends Request implements Serializable

serialVersionUID: 1L

Serialized Fields

columns

QueryResults.Columns columns

tuples

List<E> tuples

statistics

QueryResults.Statistics statistics

Class org.modeshape.graph.request.SetPropertyRequest extends ChangeRequest implements Serializable

serialVersionUID: 1L

Serialized Fields

on

Location on

workspaceName

String workspaceName

property

Property property

actualLocation

Location actualLocation

actualCreation

boolean actualCreation

Class org.modeshape.graph.request.UnlockBranchRequest extends ChangeRequest implements Serializable

serialVersionUID: 1L

Serialized Fields

at

Location at

workspaceName

String workspaceName

actualLocation

Location actualLocation

Class org.modeshape.graph.request.UnsupportedRequestException extends RequestException implements Serializable

serialVersionUID: 1L

Class org.modeshape.graph.request.UpdatePropertiesRequest extends ChangeRequest implements Serializable

serialVersionUID: 1L

Serialized Fields

on

Location on

workspaceName

String workspaceName

properties

Map<K,V> properties

removeOtherProperties

boolean removeOtherProperties

createdPropertyNames

Set<E> createdPropertyNames

actualLocation

Location actualLocation

Class org.modeshape.graph.request.UpdateValuesRequest extends ChangeRequest implements Serializable

serialVersionUID: 1L

Serialized Fields

workspaceName

String workspaceName

on

Location on

propertyName

Name propertyName

addedValues

List<E> addedValues

removedValues

List<E> removedValues

actualLocation

Location actualLocation

actualAddedValues

List<E> actualAddedValues

actualRemovedValues

List<E> actualRemovedValues

actualCreation

boolean actualCreation

actualProperty

Property actualProperty

Class org.modeshape.graph.request.VerifyNodeExistsRequest extends CacheableRequest implements Serializable

serialVersionUID: 1L

Serialized Fields

at

Location at

workspaceName

String workspaceName

actualLocation

Location actualLocation

Class org.modeshape.graph.request.VerifyWorkspaceRequest extends Request implements Serializable

serialVersionUID: 1L

Serialized Fields

workspaceName

String workspaceName

actualLocationOfRoot

Location actualLocationOfRoot

actualWorkspaceName

String actualWorkspaceName

Package org.modeshape.graph.search

Class org.modeshape.graph.search.SearchableRepositorySource extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

delegate

RepositorySource delegate

executeAsynchronously

boolean executeAsynchronously

updateIndexesAsynchronously

boolean updateIndexesAsynchronously

Class org.modeshape.graph.search.SearchEngineException extends RuntimeException implements Serializable

serialVersionUID: 1L


Package org.modeshape.graph.session

Class org.modeshape.graph.session.InvalidStateException extends RuntimeException implements Serializable

serialVersionUID: 1L

Class org.modeshape.graph.session.ValidationException extends RuntimeException implements Serializable

serialVersionUID: 1L


Package org.modeshape.jboss.managed

Class org.modeshape.jboss.managed.JNDIManagedRepositories extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

url

URL url

Package org.modeshape.jcr

Class org.modeshape.jcr.JcrConfigurationException extends ModeShapeConfigurationException implements Serializable

serialVersionUID: 1L

Class org.modeshape.jcr.JcrSecurityContextCredentials extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

securityContext

SecurityContext securityContext

Package org.modeshape.jcr.api

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

serialVersionUID: 1L

Serialized Fields

jcrSecurityContext

SecurityContext jcrSecurityContext

Package org.modeshape.jcr.nodetype

Class org.modeshape.jcr.nodetype.InvalidNodeTypeDefinitionException extends InvalidNodeTypeDefinitionException implements Serializable

serialVersionUID: 1L

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

serialVersionUID: 1L

Serialized Fields

nodeType

Name nodeType

Package org.modeshape.jcr.query

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

serialVersionUID: 1L


Package org.modeshape.jcr.query.qom

Class org.modeshape.jcr.query.qom.JcrAnd extends And implements Serializable

serialVersionUID: 1L

Class org.modeshape.jcr.query.qom.JcrArithmeticOperand extends ArithmeticOperand implements Serializable

serialVersionUID: 1L

Class org.modeshape.jcr.query.qom.JcrBetween extends Between implements Serializable

serialVersionUID: 1L

Class org.modeshape.jcr.query.qom.JcrBindVariableName extends BindVariableName implements Serializable

serialVersionUID: 1L

Class org.modeshape.jcr.query.qom.JcrChildNode extends ChildNode implements Serializable

serialVersionUID: 1L

Class org.modeshape.jcr.query.qom.JcrChildNodeJoinCondition extends ChildNodeJoinCondition implements Serializable

serialVersionUID: 1L

Class org.modeshape.jcr.query.qom.JcrColumn extends Column implements Serializable

serialVersionUID: 1L

Class org.modeshape.jcr.query.qom.JcrComparison extends Comparison implements Serializable

serialVersionUID: 1L

Class org.modeshape.jcr.query.qom.JcrDescendantNode extends DescendantNode implements Serializable

serialVersionUID: 1L

Class org.modeshape.jcr.query.qom.JcrDescendantNodeJoinCondition extends DescendantNodeJoinCondition implements Serializable

serialVersionUID: 1L

Class org.modeshape.jcr.query.qom.JcrEquiJoinCondition extends EquiJoinCondition implements Serializable

serialVersionUID: 1L

Class org.modeshape.jcr.query.qom.JcrFullTextSearch extends FullTextSearch implements Serializable

serialVersionUID: 1L

Serialized Fields

fullTextSearchOperand

StaticOperand fullTextSearchOperand

Class org.modeshape.jcr.query.qom.JcrFullTextSearchScore extends FullTextSearchScore implements Serializable

serialVersionUID: 1L

Class org.modeshape.jcr.query.qom.JcrJoin extends Join implements Serializable

serialVersionUID: 1L

Class org.modeshape.jcr.query.qom.JcrLength extends Length implements Serializable

serialVersionUID: 1L

Class org.modeshape.jcr.query.qom.JcrLimit extends Limit implements Serializable

serialVersionUID: 1L

Class org.modeshape.jcr.query.qom.JcrLiteral extends Literal implements Serializable

serialVersionUID: 1L

Serialized Fields

jcrValue

Value jcrValue

Class org.modeshape.jcr.query.qom.JcrLowerCase extends LowerCase implements Serializable

serialVersionUID: 1L

Class org.modeshape.jcr.query.qom.JcrNamedSelector extends NamedSelector implements Serializable

serialVersionUID: 1L

Class org.modeshape.jcr.query.qom.JcrNodeDepth extends NodeDepth implements Serializable

serialVersionUID: 1L

Class org.modeshape.jcr.query.qom.JcrNodeLocalName extends NodeLocalName implements Serializable

serialVersionUID: 1L

Class org.modeshape.jcr.query.qom.JcrNodeName extends NodeName implements Serializable

serialVersionUID: 1L

Class org.modeshape.jcr.query.qom.JcrNodePath extends NodePath implements Serializable

serialVersionUID: 1L

Class org.modeshape.jcr.query.qom.JcrNot extends Not implements Serializable

serialVersionUID: 1L

Class org.modeshape.jcr.query.qom.JcrOr extends Or implements Serializable

serialVersionUID: 1L

Class org.modeshape.jcr.query.qom.JcrOrdering extends Ordering implements Serializable

serialVersionUID: 1L

Class org.modeshape.jcr.query.qom.JcrPropertyExistence extends PropertyExistence implements Serializable

serialVersionUID: 1L

Class org.modeshape.jcr.query.qom.JcrPropertyValue extends PropertyValue implements Serializable

serialVersionUID: 1L

Class org.modeshape.jcr.query.qom.JcrReferenceValue extends ReferenceValue implements Serializable

serialVersionUID: 1L

Class org.modeshape.jcr.query.qom.JcrSameNode extends SameNode implements Serializable

serialVersionUID: 1L

Class org.modeshape.jcr.query.qom.JcrSameNodeJoinCondition extends SameNodeJoinCondition implements Serializable

serialVersionUID: 1L

Class org.modeshape.jcr.query.qom.JcrSelectQuery extends Query implements Serializable

serialVersionUID: 1L

Class org.modeshape.jcr.query.qom.JcrSetCriteria extends SetCriteria implements Serializable

serialVersionUID: 1L

Class org.modeshape.jcr.query.qom.JcrSetQuery extends SetQuery implements Serializable

serialVersionUID: 1L

Class org.modeshape.jcr.query.qom.JcrSubquery extends Subquery implements Serializable

serialVersionUID: 1L

Class org.modeshape.jcr.query.qom.JcrUpperCase extends UpperCase implements Serializable

serialVersionUID: 1L


Package org.modeshape.jdbc.util

Class org.modeshape.jdbc.util.SystemFailureException extends RuntimeException implements Serializable

serialVersionUID: 8281373010920861138L

Class org.modeshape.jdbc.util.UnmodifiableProperties extends Properties implements Serializable

serialVersionUID: -4670639332874922546L

Serialized Fields

delegate

Properties delegate

Package org.modeshape.maven

Class org.modeshape.maven.MavenRepositoryException extends RuntimeException implements Serializable

serialVersionUID: -9198687929215916061L


Package org.modeshape.repository

Class org.modeshape.repository.ModeShapeConfigurationException extends RuntimeException implements Serializable

serialVersionUID: 1L


Package org.modeshape.repository.sequencer

Class org.modeshape.repository.sequencer.InvalidSequencerPathExpression extends RuntimeException implements Serializable

serialVersionUID: -2814638971450551156L

Class org.modeshape.repository.sequencer.SequencerException extends RuntimeException implements Serializable

serialVersionUID: -7610898771539657335L

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

serialVersionUID: 229464314137494765L

Serialized Fields

selectExpression

PathExpression selectExpression

outputExpression

String outputExpression

hc

int hc

Package org.modeshape.search.lucene

Class org.modeshape.search.lucene.LuceneException extends RuntimeException implements Serializable

serialVersionUID: 8281373010920861138L


Package org.modeshape.search.lucene.query

Class org.modeshape.search.lucene.query.CompareLengthQuery extends CompareQuery<Integer> implements Serializable

serialVersionUID: 1L

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

serialVersionUID: 1L

Serialized Fields

snsIndexFieldName

String snsIndexFieldName

longFactory

ValueFactory<T> longFactory

pathFactory

PathFactory pathFactory

caseSensitive

boolean caseSensitive

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

serialVersionUID: 1L

Serialized Fields

caseSensitive

boolean caseSensitive

Class org.modeshape.search.lucene.query.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.search.lucene.query.CompareQuery.CompareWeight extends org.apache.lucene.search.Weight implements Serializable

serialVersionUID: 1L

Serialized Fields

searcher

org.apache.lucene.search.Searcher searcher

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

serialVersionUID: 1L

Serialized Fields

caseSensitive

boolean caseSensitive

Class org.modeshape.search.lucene.query.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.search.lucene.query.HasValueQuery.ExistsWeight extends org.apache.lucene.search.Weight implements Serializable

serialVersionUID: 1L

Serialized Fields

searcher

org.apache.lucene.search.Searcher searcher

Class org.modeshape.search.lucene.query.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.search.lucene.query.IdsQuery.IdSetWeight extends org.apache.lucene.search.Weight implements Serializable

serialVersionUID: 1L

Serialized Fields

searcher

org.apache.lucene.search.Searcher searcher

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

serialVersionUID: 1L

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

serialVersionUID: 1L

Class org.modeshape.search.lucene.query.NotQuery 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.search.lucene.query.NotQuery.NotWeight extends org.apache.lucene.search.Weight implements Serializable

serialVersionUID: 1L

Serialized Fields

searcher

org.apache.lucene.search.Searcher searcher

Class org.modeshape.search.lucene.query.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.search.lucene.query.ScoreQuery.NotWeight extends org.apache.lucene.search.Weight implements Serializable

serialVersionUID: 1L

Serialized Fields

searcher

org.apache.lucene.search.Searcher searcher

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.web.jcr.spi

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

serialVersionUID: 1L


Package org.modeshape.web.jcr.webdav

Class org.modeshape.web.jcr.webdav.ModeShapeWebdavServlet extends net.sf.webdav.WebdavServlet implements Serializable

serialVersionUID: 1L

Serialized Fields

requestResolver

RequestResolver requestResolver



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