Serialized Form


Package org.apache.jackrabbit.spi.commons

Class org.apache.jackrabbit.spi.commons.ChildInfoImpl extends Object implements Serializable

Serialized Fields

name

Name name
The name of this child info.


uniqueId

String uniqueId
The unique id for this child info or null if it does not have a unique id.


index

int index
1-based index of this child info.

Class org.apache.jackrabbit.spi.commons.EventBundleImpl extends Object implements Serializable

Serialized Fields

isLocal

boolean isLocal
Indicates if this bundle was created due to a local change.


events

Collection events
The events in this bundle.

Class org.apache.jackrabbit.spi.commons.EventFilterImpl extends Object implements Serializable

Serialized Fields

eventTypes

int eventTypes

isDeep

boolean isDeep

absPath

Path absPath

uuids

Set uuids

nodeTypeNames

Set nodeTypeNames

noLocal

boolean noLocal

Class org.apache.jackrabbit.spi.commons.EventImpl extends Object implements Serializable

Serialized Fields

type

int type
The SPI event type.

See Also:
Event

path

Path path
The path of the affected item.


itemId

ItemId itemId
The id of the affected item.


parentId

NodeId parentId
The id of the affected item.


primaryNodeTypeName

Name primaryNodeTypeName
The name of the primary node type of the 'associated' node of this event.


mixinTypeNames

Name[] mixinTypeNames
The names of the mixin types of the 'associated' node of this event.


userId

String userId
The user ID connected with this event.

Class org.apache.jackrabbit.spi.commons.ItemInfoImpl extends Object implements Serializable

Serialized Fields

path

Path path
The path of this item info.


isNode

boolean isNode
Flag indicating whether this is a node or a property info.

Class org.apache.jackrabbit.spi.commons.LockInfoImpl extends Object implements Serializable

Serialized Fields

lockToken

String lockToken
The lock token for this lock info.


lockOwner

String lockOwner
The owner of the lock.


isDeep

boolean isDeep
The isDeep flag.


isSessionScoped

boolean isSessionScoped
The isSessionScoped flag.


secondsRemaining

long secondsRemaining
Number of seconds until the lock time outs.


isLockOwner

boolean isLockOwner
Flag indicating if the session is lock owner or not.


nodeId

NodeId nodeId
The NodeId of the locked node.

Class org.apache.jackrabbit.spi.commons.NodeInfoImpl extends ItemInfoImpl implements Serializable

Serialized Fields

id

NodeId id
The node id of the underlying node.


index

int index
1-based index of the underlying node.


primaryTypeName

Name primaryTypeName
The name of the primary node type.


mixinNames

Name[] mixinNames
The names of assigned mixins.


references

List references
The list of PropertyIds that reference this node info.


propertyIds

List propertyIds
The list of PropertyIds of this node info.


childInfos

List childInfos
The list of ChildInfos of this node info.

Class org.apache.jackrabbit.spi.commons.PropertyInfoImpl extends ItemInfoImpl implements Serializable

Serialized Fields

propertyId

PropertyId propertyId
The property info of the underlying property.


type

int type
The type of the property.


isMultiValued

boolean isMultiValued
The multiValued flag.


values

QValue[] values
The values of this property info.

Class org.apache.jackrabbit.spi.commons.QItemDefinitionImpl extends Object implements Serializable

Serialized Fields

name

Name name
The name of the child item.


declaringNodeType

Name declaringNodeType
The name of the declaring node type.


autoCreated

boolean autoCreated
The 'autoCreated' flag.


onParentVersion

int onParentVersion
The 'onParentVersion' attribute.


writeProtected

boolean writeProtected
The 'protected' flag.


mandatory

boolean mandatory
The 'mandatory' flag.

Class org.apache.jackrabbit.spi.commons.QNodeDefinitionImpl extends QItemDefinitionImpl implements Serializable

Serialized Fields

defaultPrimaryType

Name defaultPrimaryType
The name of the default primary type.


requiredPrimaryTypes

Name[] requiredPrimaryTypes
The names of the required primary types.


allowsSameNameSiblings

boolean allowsSameNameSiblings
The 'allowsSameNameSiblings' flag.

Class org.apache.jackrabbit.spi.commons.QNodeTypeDefinitionImpl extends Object implements Serializable

Serialized Fields

name

Name name
The name of the node definition.


supertypes

Name[] supertypes
The names of the declared super types of this node type definition.


supportedMixins

Name[] supportedMixins
The names of the supported mixins on this node type (or null)


isMixin

boolean isMixin
Indicates whether this is a mixin node type definition.


hasOrderableChildNodes

boolean hasOrderableChildNodes
Indicates whether this node type definition has orderable child nodes.


primaryItemName

Name primaryItemName
The name of the primary item or null if none is defined.


propertyDefs

QPropertyDefinition[] propertyDefs
The list of property definitions.


childNodeDefs

QNodeDefinition[] childNodeDefs
The list of child node definitions.

Class org.apache.jackrabbit.spi.commons.QPropertyDefinitionImpl extends QItemDefinitionImpl implements Serializable

Serialized Fields

requiredType

int requiredType
The required type.


valueConstraints

String[] valueConstraints
The value constraints.


defaultValues

QValue[] defaultValues
The default values.


multiple

boolean multiple
The 'multiple' flag

Class org.apache.jackrabbit.spi.commons.SerializableBatch extends Object implements Serializable

Serialized Fields

recording

List recording

itemId

ItemId itemId

Class org.apache.jackrabbit.spi.commons.SessionInfoImpl extends Object implements Serializable

Serialized Fields

userId

String userId
The userId or null if unknown.


workspaceName

String workspaceName
The name of the workspace to connect to or null if this session info refers to the default workspace.


lockTokens

List lockTokens
The list of lock tokens.


Package org.apache.jackrabbit.spi.commons.conversion

Class org.apache.jackrabbit.spi.commons.conversion.IllegalNameException extends NameException implements Serializable

Class org.apache.jackrabbit.spi.commons.conversion.MalformedPathException extends NameException implements Serializable

Class org.apache.jackrabbit.spi.commons.conversion.NameException extends RepositoryException implements Serializable


Package org.apache.jackrabbit.spi.commons.nodetype

Class org.apache.jackrabbit.spi.commons.nodetype.InvalidConstraintException extends RepositoryException implements Serializable

Class org.apache.jackrabbit.spi.commons.nodetype.InvalidNodeTypeDefException extends RepositoryException implements Serializable

Class org.apache.jackrabbit.spi.commons.nodetype.NodeTypeConflictException extends RepositoryException implements Serializable


Package org.apache.jackrabbit.spi.commons.nodetype.compact

Class org.apache.jackrabbit.spi.commons.nodetype.compact.ParseException extends Exception implements Serializable

Serialized Fields

lineNumber

int lineNumber
the line number where the error occurred


colNumber

int colNumber
the column number where the error occurred


systemId

String systemId
the systemid of the source that produced the error


Package org.apache.jackrabbit.spi.commons.query.sql

Class org.apache.jackrabbit.spi.commons.query.sql.ParseException extends Exception implements Serializable

Serialized Fields

specialConstructor

boolean specialConstructor
This variable determines which constructor was used to create this object and thereby affects the semantics of the "getMessage" method (see below).


currentToken

Token currentToken
This is the last token that has been consumed successfully. If this object has been created due to a parse error, the token followng this token will (therefore) be the first error token.


expectedTokenSequences

int[][] expectedTokenSequences
Each entry in this array is an array of integers. Each array of integers represents a sequence of tokens (by their ordinal values) that is expected at this point of the parse.


tokenImage

String[] tokenImage
This is a reference to the "tokenImage" array of the generated parser within which the parse error occurred. This array is defined in the generated ...Constants interface.


eol

String eol
The end of line string for this machine.

Class org.apache.jackrabbit.spi.commons.query.sql.TokenMgrError extends Error implements Serializable

Serialized Fields

errorCode

int errorCode
Indicates the reason why the exception is thrown. It will have one of the above 4 values.


Package org.apache.jackrabbit.spi.commons.query.xpath

Class org.apache.jackrabbit.spi.commons.query.xpath.ParseException extends Exception implements Serializable

Serialized Fields

specialConstructor

boolean specialConstructor
This variable determines which constructor was used to create this object and thereby affects the semantics of the "getMessage" method (see below).


currentToken

Token currentToken
This is the last token that has been consumed successfully. If this object has been created due to a parse error, the token followng this token will (therefore) be the first error token.


expectedTokenSequences

int[][] expectedTokenSequences
Each entry in this array is an array of integers. Each array of integers represents a sequence of tokens (by their ordinal values) that is expected at this point of the parse.


tokenImage

String[] tokenImage
This is a reference to the "tokenImage" array of the generated parser within which the parse error occurred. This array is defined in the generated ...Constants interface.


eol

String eol
The end of line string for this machine.

Class org.apache.jackrabbit.spi.commons.query.xpath.TokenMgrError extends Error implements Serializable

Serialized Fields

errorCode

int errorCode
Indicates the reason why the exception is thrown. It will have one of the above 4 values.



Copyright © 2004-2010 The Apache Software Foundation. All Rights Reserved.