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

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

serialVersionUID: 1L

Serialized Fields

defaultWorkspaceName

String defaultWorkspaceName

workspaceRootPath

String workspaceRootPath

predefinedWorkspaces

String[] predefinedWorkspaces

maxPathLength

int maxPathLength

exclusionPattern

String exclusionPattern

capabilities

RepositorySourceCapabilities capabilities

customPropertiesFactory

CustomPropertiesFactory customPropertiesFactory

Class org.modeshape.connector.filesystem.FileSystemSource.StandardPropertiesFactory extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

empty

Collection<E> empty

ALLOWABLE_PROPERTIES_FOR_CONTENT

Set<E> ALLOWABLE_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.


ALLOWABLE_PROPERTIES_FOR_FILE_OR_FOLDER

Set<E> ALLOWABLE_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).


Package org.modeshape.connector.infinispan

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

serialVersionUID: 2L

Serialized Fields

name

String name

rootNodeUuid

UUID rootNodeUuid

defaultCachePolicy

CachePolicy defaultCachePolicy

cacheConfigurationName

String cacheConfigurationName

cacheManagerJndiName

String cacheManagerJndiName

retryLimit

int retryLimit

defaultWorkspace

String defaultWorkspace

updatesAllowed

boolean updatesAllowed

predefinedWorkspaces

String[] predefinedWorkspaces

capabilities

RepositorySourceCapabilities capabilities

Package org.modeshape.connector.jbosscache

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

serialVersionUID: 2L

Serialized Fields

name

String name

rootNodeUuid

UUID rootNodeUuid

defaultCachePolicy

CachePolicy defaultCachePolicy

cacheConfigurationName

String cacheConfigurationName

cacheFactoryJndiName

String cacheFactoryJndiName

cacheJndiName

String cacheJndiName

retryLimit

int retryLimit

defaultWorkspace

String defaultWorkspace

updatesAllowed

boolean updatesAllowed

predefinedWorkspaces

String[] predefinedWorkspaces

capabilities

RepositorySourceCapabilities capabilities

repositoryNamesForConfigurationNameProblems

Set<E> repositoryNamesForConfigurationNameProblems

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 AbstractPathRepositorySource 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

Package org.modeshape.connector.store.jpa

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

serialVersionUID: 1L

Serialized Fields

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.store.jpa.model.basic

Class org.modeshape.connector.store.jpa.model.basic.ChildId extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

workspaceId

Long workspaceId

childUuidString

String childUuidString

Class org.modeshape.connector.store.jpa.model.basic.LargeValueId extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

hash

String hash

Class org.modeshape.connector.store.jpa.model.basic.NodeId extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

workspaceId

Long workspaceId

uuidString

String uuidString

Class org.modeshape.connector.store.jpa.model.basic.ReferenceId extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

workspaceId

Long workspaceId

fromUuidString

String fromUuidString

toUuidString

String toUuidString

Package org.modeshape.connector.svn

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

serialVersionUID: 1L

Serialized Fields

repositoryRootUrl

String repositoryRootUrl

username

String username

password

String password

defaultWorkspace

String defaultWorkspace

predefinedWorkspaces

String[] predefinedWorkspaces

capabilities

RepositorySourceCapabilities capabilities

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.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.InMemoryRepositorySource extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

name

String name

jndiName

String jndiName

defaultWorkspaceName

String defaultWorkspaceName

rootNodeUuid

UUID rootNodeUuid

defaultCachePolicy

CachePolicy defaultCachePolicy

retryLimit

AtomicInteger retryLimit

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

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

matchPattern

Pattern matchPattern

selectPattern

Pattern selectPattern

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

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.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.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.UuidReference extends Object implements Serializable

serialVersionUID: 2299467578161645109L

Serialized Fields

uuid

UUID uuid

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 Constraint implements Serializable

serialVersionUID: 1L

Serialized Fields

left

Constraint left

right

Constraint right

hc

int hc

Class org.modeshape.graph.query.model.ArithmeticOperand extends DynamicOperand implements Serializable

serialVersionUID: 1L

Serialized Fields

operator

ArithmeticOperator operator

left

DynamicOperand left

right

DynamicOperand right

hc

int hc

Class org.modeshape.graph.query.model.Between extends Constraint 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 StaticOperand implements Serializable

serialVersionUID: 1L

Serialized Fields

variableName

String variableName

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

serialVersionUID: 1L

Serialized Fields

selectorName

SelectorName selectorName

parentPath

String parentPath

hc

int hc

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

serialVersionUID: 1L

Class org.modeshape.graph.query.model.Comparison extends Constraint implements Serializable

serialVersionUID: 1L

Serialized Fields

operand1

DynamicOperand operand1

operand2

StaticOperand operand2

operator

Operator operator

hc

int hc

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

serialVersionUID: 1L

Class org.modeshape.graph.query.model.DescendantNode extends Constraint implements Serializable

serialVersionUID: 1L

Serialized Fields

selectorName

SelectorName selectorName

ancestorPath

String ancestorPath

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

serialVersionUID: 1L

Serialized Fields

descendantSelectorName

SelectorName descendantSelectorName

ancestorSelectorName

SelectorName ancestorSelectorName

hc

int hc

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

serialVersionUID: 1L

Serialized Fields

selectorNames

Set<E> selectorNames

Class org.modeshape.graph.query.model.EquiJoinCondition extends JoinCondition 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 Constraint 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 DynamicOperand implements Serializable

serialVersionUID: 1L

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

serialVersionUID: 1L

Class org.modeshape.graph.query.model.Length extends DynamicOperand implements Serializable

serialVersionUID: 1L

Serialized Fields

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 StaticOperand implements Serializable

serialVersionUID: 1L

Serialized Fields

value

Object value

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

serialVersionUID: 1L

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

serialVersionUID: 1L

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

serialVersionUID: 1L

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

serialVersionUID: 1L

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

serialVersionUID: 1L

Serialized Fields

constraint

Constraint constraint

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

serialVersionUID: 1L

Serialized Fields

selectorName

SelectorName selectorName

propertyName

String propertyName

hc

int hc

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

serialVersionUID: 1L

Serialized Fields

propertyName

String propertyName

hc

int hc

Class org.modeshape.graph.query.model.Query extends QueryCommand implements Serializable

serialVersionUID: 1L

Serialized Fields

source

Source source

constraint

Constraint constraint

columns

List<E> columns

distinct

boolean distinct

hc

int hc

Class org.modeshape.graph.query.model.QueryCommand extends Command implements Serializable

serialVersionUID: 1L

Serialized Fields

orderings

List<E> orderings

limits

Limit limits

Class org.modeshape.graph.query.model.ReferenceValue extends DynamicOperand implements Serializable

serialVersionUID: 1L

Serialized Fields

propertyName

String propertyName

hc

int hc

Class org.modeshape.graph.query.model.SameNode extends Constraint implements Serializable

serialVersionUID: 1L

Serialized Fields

selectorName

SelectorName selectorName

path

String path

hc

int hc

Class org.modeshape.graph.query.model.SameNodeJoinCondition extends JoinCondition 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 Source 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 Constraint implements Serializable

serialVersionUID: 1L

Serialized Fields

left

DynamicOperand left

setOperands

Collection<E> setOperands

Class org.modeshape.graph.query.model.SetQuery extends QueryCommand implements Serializable

serialVersionUID: 1L

Serialized Fields

left

QueryCommand left

right

QueryCommand right

operation

SetQuery.Operation operation

all

boolean all

hc

int hc

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

serialVersionUID: 1L

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

serialVersionUID: 1L

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

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

selectorNames

List<E> selectorNames

tupleValueNames

List<E> tupleValueNames

columnsByName

Map<K,V> columnsByName

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

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

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

serialVersionUID: 1L

Serialized Fields

securityContext

SecurityContext securityContext

Package org.modeshape.jcr.nodetype

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

serialVersionUID: 1L

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

serialVersionUID: 1L

Serialized Fields

nodeType

Name nodeType

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



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