Serialized Form
|
Package org.apache.jackrabbit.spi.commons |
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.
isLocal
boolean isLocal
- Indicates if this bundle was created due to a local change.
events
Collection events
- The events in this bundle.
eventTypes
int eventTypes
isDeep
boolean isDeep
absPath
Path absPath
uuids
Set uuids
nodeTypeNames
Set nodeTypeNames
noLocal
boolean noLocal
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.
path
Path path
- The path of this item info.
isNode
boolean isNode
- Flag indicating whether this is a node or a property info.
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.
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.
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.
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.
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.
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.
requiredType
int requiredType
- The required type.
valueConstraints
String[] valueConstraints
- The value constraints.
defaultValues
QValue[] defaultValues
- The default values.
multiple
boolean multiple
- The 'multiple' flag
recording
List recording
itemId
ItemId itemId
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 |
|
Package org.apache.jackrabbit.spi.commons.nodetype |
|
Package org.apache.jackrabbit.spi.commons.nodetype.compact |
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 |
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.
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 |
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.
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.