Serialized Form


Package org.modeshape.common

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

serialVersionUID: 8281373010920861138L


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

Class org.modeshape.connector.disk.DiskNode extends MapNode implements Serializable

serialVersionUID: 1L

Class org.modeshape.connector.disk.DiskSource extends AbstractNodeCachingRepositorySource<UUID,DiskNode> implements Serializable

serialVersionUID: 1L

Serialized Fields

defaultWorkspace

String defaultWorkspace

predefinedWorkspaces

String[] predefinedWorkspaces

updatesAllowed

boolean updatesAllowed

repositoryRootPath

String repositoryRootPath

lockFileUsed

boolean lockFileUsed

largeValueSizeInBytes

long largeValueSizeInBytes

largeValuePath

String largeValuePath

capabilities

RepositorySourceCapabilities capabilities

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 AbstractNodeCachingRepositorySource<Path,PathNode> implements Serializable

serialVersionUID: 1L

Serialized Fields

defaultWorkspaceName

String defaultWorkspaceName

workspaceRootPath

String workspaceRootPath

predefinedWorkspaces

String[] predefinedWorkspaces

maxPathLength

int maxPathLength

eagerFileLoading

boolean eagerFileLoading

determineMimeTypeUsingContent

boolean determineMimeTypeUsingContent

extraProperties

String extraProperties

temporaryStoragePath

String temporaryStoragePath

filenameFilter

FilenameFilter filenameFilter

inclusionExclusionFilenameFilter

InclusionExclusionFilenameFilter inclusionExclusionFilenameFilter

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 AbstractNodeCachingRepositorySource<Path,PathNode> 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

schemaName

String schemaName

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

cacheProviderClassName

String cacheProviderClassName

cacheManagerLookup

String cacheManagerLookup

cacheConcurrencyStrategy

String cacheConcurrencyStrategy

isolationLevel

Integer isolationLevel

predefinedWorkspaces

String[] predefinedWorkspaces

capabilities

RepositorySourceCapabilities capabilities

modelName

String modelName

Package org.modeshape.connector.store.jpa.model.common

Class org.modeshape.connector.store.jpa.model.common.NamespaceEntity extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

id

Long id

uri

String uri

Class org.modeshape.connector.store.jpa.model.common.WorkspaceEntity extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

id

Long id

name

String name

Package org.modeshape.connector.store.jpa.model.simple

Class org.modeshape.connector.store.jpa.model.simple.LargeValueEntity extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

hash

String hash

type

PropertyType type
The property type for this value. Typically, this is PropertyType.STRING or PropertyType.BINARY, although technically it could be any type.


length

long length
The number of bytes in this value.


compressed

Boolean compressed
Flag specifying whether the binary data is stored in a compressed format.


data

byte[] data
Lazily-fetched value. The length attribute on the @Column annotation is set to 1GB, which will be used by the DB2 and Derby dialects, but which will be ignored by the Oracle, SQL Server, Sybase, MySQL, PostgreSQL, Informix, and Teradata dialects (these will each use a DB-specific length for the LOB type). If the 'length' value is not specified in the @Column annotation, DB2 and Derby will use a maximum LOB size of 255 bytes. For additional details, see [MODE-1015](https://issues.jboss.org/browse/MODE-1015).

Class org.modeshape.connector.store.jpa.model.simple.NodeEntity extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

id

long id

workspaceId

long workspaceId

parent

NodeEntity parent

nodeUuidString

String nodeUuidString

indexInParent

int indexInParent
The zero-based index


childNamespace

NamespaceEntity childNamespace

childName

String childName

sameNameSiblingIndex

int sameNameSiblingIndex

children

List<E> children

allowsSameNameChildren

boolean allowsSameNameChildren
Tracks whether this node allows or disallows its children to have the same names (to be same-name-siblings). The model uses this to know whether it can optimization the database operations when creating, inserting, or removing children.


data

byte[] data
The serialized map of all properties smaller than the large value threshold. The length attribute on the @Column annotation is set to 1MB, which will be used by the DB2 and Derby dialects, but which will be ignored by the Oracle, SQL Server, Sybase, MySQL, PostgreSQL, Informix, and Teradata dialects (these will each use a DB-specific length for the LOB type). If the 'length' value is not specified in the @Column annotation, DB2 and Derby will use a maximum LOB size of 255 bytes. For additional details, see [MODE-1015](https://issues.jboss.org/browse/MODE-1015).


propertyCount

int propertyCount

compressed

Boolean compressed
Flag specifying whether the binary data is stored in a compressed format.


referentialIntegrityEnforced

boolean referentialIntegrityEnforced
Flag specifying whether this node should be included in referential integrity enforcement.


largeValues

Set<E> largeValues

Class org.modeshape.connector.store.jpa.model.simple.SubgraphNodeEntity extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

id

Long id

queryId

Long queryId

nodeUuid

String nodeUuid

depth

int depth

parentIndexInParent

int parentIndexInParent

indexInParent

int indexInParent

Class org.modeshape.connector.store.jpa.model.simple.SubgraphQueryEntity extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

id

Long id

workspaceId

Long workspaceId

rootUuid

String rootUuid

Package org.modeshape.connector.store.jpa.util

Class org.modeshape.connector.store.jpa.util.StoreOptionEntity extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

name

String name

value

String value

Package org.modeshape.connector.svn

Class org.modeshape.connector.svn.SvnRepositorySource extends AbstractNodeCachingRepositorySource<Path,PathNode> 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.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.TimeDelayingRepositorySource extends Object implements Serializable

serialVersionUID: -2756725117087437347L

Serialized Fields

name

String name

connectionsOpenedCount

AtomicInteger connectionsOpenedCount

connectionsClosedCount

AtomicInteger connectionsClosedCount

openConnections

Set<E> openConnections

loadCount

AtomicLong loadCount

loadDelay

AtomicLong loadDelay

pingCount

AtomicLong pingCount

pingDelay

AtomicLong pingDelay

retryLimit

AtomicInteger retryLimit

defaultCachePolicy

CachePolicy defaultCachePolicy

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

serialVersionUID: 1L


Package org.modeshape.graph.connector.base

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

Serialized Fields

DEFAULT_NODE_CACHE_POLICY

NodeCachePolicy<KeyType,NodeType extends Node> DEFAULT_NODE_CACHE_POLICY
The initial cache policy. The default is to not cache.


nodeCachePolicyChangedListeners

Collection<E> nodeCachePolicyChangedListeners

nodeCachePolicy

NodeCachePolicy<KeyType,NodeType extends Node> nodeCachePolicy

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.MockPathNode extends PathNode implements Serializable

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

Class org.modeshape.graph.connector.base.cache.InMemoryNodeCache.MapCachePolicy extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

cacheTimeToLiveInSeconds

long cacheTimeToLiveInSeconds

Class org.modeshape.graph.connector.base.cache.InMemoryNodeCache.PathCachePolicy extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

cacheTimeToLiveInSeconds

long cacheTimeToLiveInSeconds

Class org.modeshape.graph.connector.base.cache.NoCachePolicy extends Object 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.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.connector.xmlfile

Class org.modeshape.graph.connector.xmlfile.XmlFileRepositorySource extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

name

String name

content

String content

defaultWorkspaceName

String defaultWorkspaceName

retryLimit

AtomicInteger retryLimit

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

selectorNameByColumnName

Map<K,V> selectorNameByColumnName

columnIndexByColumnName

Map<K,V> columnIndexByColumnName

locationIndexBySelectorName

Map<K,V> locationIndexBySelectorName

locationIndexByColumnName

Map<K,V> locationIndexByColumnName

locationIndexByColumnIndex

Map<K,V> locationIndexByColumnIndex

columnIndexByPropertyNameBySelectorName

Map<K,V> columnIndexByPropertyNameBySelectorName

fullTextSearchScoreIndexBySelectorName

Map<K,V> fullTextSearchScoreIndexBySelectorName

propertyNameByColumnName

Map<K,V> propertyNameByColumnName

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.CollectGarbageRequest extends Request implements Serializable

serialVersionUID: 1L

Serialized Fields

additionalPassRequired

boolean additionalPassRequired

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.CompositeRequestChannelTest.MockRequest 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.FunctionRequest extends Request implements Serializable

serialVersionUID: 1L

Serialized Fields

at

Location at

workspaceName

String workspaceName

function

Function function

inputs

Map<K,V> inputs

outputs

Map<K,V> outputs

requests

List<E> requests

actualLocation

Location actualLocation

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

Class org.modeshape.graph.request.function.Function extends Object implements Serializable

serialVersionUID: 1L


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

Class org.modeshape.graph.search.SearchEngineIndexer.DeleteChildrenToDepthRequest extends DeleteChildrenRequest implements Serializable

serialVersionUID: 1L

Serialized Fields

maxDepth

int maxDepth

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

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

serialVersionUID: 1L

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

serialVersionUID: 1L

Serialized Fields

loginContext

LoginContext loginContext

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

serialVersionUID: 1L

Serialized Fields

jcrSecurityContext

SecurityContext jcrSecurityContext
Deprecated. 

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

serialVersionUID: 1L


Package org.modeshape.jcr.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.repository

Class org.modeshape.repository.FakeRepositorySource extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

name

String name

retryLimit

int retryLimit

intParam

int intParam

shortParam

short shortParam

booleanParam

boolean booleanParam

stringParam

String stringParam

intArrayParam

int[] intArrayParam

booleanArrayParam

boolean[] booleanArrayParam

longObjectArrayParam

Long[] longObjectArrayParam

booleanObjectArrayParam

Boolean[] booleanObjectArrayParam

stringArrayParam

String[] stringArrayParam

cachePolicy

PathCachePolicy cachePolicy

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

serialVersionUID: 1L


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

Class org.modeshape.web.jcr.ServletCredentials extends SecurityContextCredentials implements Serializable

serialVersionUID: 1L


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

contentMapper

ContentMapper contentMapper



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