Serialized Form


Package org.apache.jackrabbit.spi.commons

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

Serialized Fields

name

org.apache.jackrabbit.spi.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<E> 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

org.apache.jackrabbit.spi.Path absPath

uuids

Set<E> uuids

nodeTypeNames

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

org.apache.jackrabbit.spi.Path path
The path of the affected item.


itemId

org.apache.jackrabbit.spi.ItemId itemId
The id of the affected item.


parentId

org.apache.jackrabbit.spi.NodeId parentId
The id of the affected item.


primaryNodeTypeName

org.apache.jackrabbit.spi.Name primaryNodeTypeName
The name of the primary node type of the 'associated' node of this event.


mixinTypeNames

org.apache.jackrabbit.spi.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.


userData

String userData

timestamp

long timestamp

info

Map<K,V> info

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

Serialized Fields

path

org.apache.jackrabbit.spi.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

org.apache.jackrabbit.spi.NodeId nodeId
The NodeId of the locked node.

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

Serialized Fields

id

org.apache.jackrabbit.spi.NodeId id
The node id of the underlying node.


index

int index
1-based index of the underlying node.


primaryTypeName

org.apache.jackrabbit.spi.Name primaryTypeName
The name of the primary node type.


mixinNames

org.apache.jackrabbit.spi.Name[] mixinNames
The names of assigned mixins.


references

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


propertyIds

List<E> propertyIds
The list of PropertyIds of this node info.


childInfos

List<E> childInfos
The list of ChildInfos of this node info.

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

Serialized Fields

propertyId

org.apache.jackrabbit.spi.PropertyId propertyId
The property info of the underlying property.


type

int type
The type of the property.


isMultiValued

boolean isMultiValued
The multiValued flag.


values

org.apache.jackrabbit.spi.QValue[] values
The values of this property info.

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

Serialized Fields

name

org.apache.jackrabbit.spi.Name name
The name of the child item.


declaringNodeType

org.apache.jackrabbit.spi.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

serialVersionUID: -3671882394577685657L

Serialized Fields

defaultPrimaryType

org.apache.jackrabbit.spi.Name defaultPrimaryType
The name of the default primary type.


requiredPrimaryTypes

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

serialVersionUID: -4065300714874671511L

Serialized Fields

name

org.apache.jackrabbit.spi.Name name
The name of the node definition.


supertypes

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


supportedMixins

org.apache.jackrabbit.spi.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.


isAbstract

boolean isAbstract
Indicates whether this is an abstract node type definition.


isQueryable

boolean isQueryable
Indicates whether this is a queryable node type definition.


hasOrderableChildNodes

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


primaryItemName

org.apache.jackrabbit.spi.Name primaryItemName
The name of the primary item or null if none is defined.


propertyDefs

Set<E> propertyDefs
The list of child node definitions.


childNodeDefs

Set<E> childNodeDefs
The list of property definitions.

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

serialVersionUID: 1064686456661663541L

Serialized Fields

requiredType

int requiredType
The required type.


valueConstraints

org.apache.jackrabbit.spi.QValueConstraint[] valueConstraints
The value constraints.


defaultValues

org.apache.jackrabbit.spi.QValue[] defaultValues
The default values.


multiple

boolean multiple
The 'multiple' flag


availableQueryOperators

String[] availableQueryOperators
The available query operators


fullTextSearchable

boolean fullTextSearchable
The 'fullTextSearcheable' flag


queryOrderable

boolean queryOrderable
The 'queryOrderable' flag

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

Serialized Fields

recording

List<E> recording

itemId

org.apache.jackrabbit.spi.ItemId itemId

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

Serialized Fields

userId

String userId
The userId or null if unknown.


userData

String userData
The user data or null.


workspaceName

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


lockTokens

List<E> 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.NodeTypeConflictException extends RepositoryException implements Serializable


Package org.apache.jackrabbit.spi.commons.privilege

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


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.


Package org.apache.jackrabbit.spi.commons.value

Class org.apache.jackrabbit.spi.commons.value.AbstractQValue extends Object implements Serializable

serialVersionUID: 6976433831974695272L

Serialized Fields

val

Object val

type

int type

Class org.apache.jackrabbit.spi.commons.value.DefaultQValue extends AbstractQValue implements Serializable

serialVersionUID: -3887529703765183611L



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