Serialized Form


Package org.apache.slide.authenticate

Class org.apache.slide.authenticate.AuthenticateException implements Serializable


Package org.apache.slide.common

Class org.apache.slide.common.DomainInitializationFailedError implements Serializable

Class org.apache.slide.common.InvalidNamespaceConfigurationException implements Serializable

Class org.apache.slide.common.MalformedUriException implements Serializable

Class org.apache.slide.common.NamespaceException implements Serializable

Serialized Fields

exceptions

java.util.Vector exceptions
Vector of exceptions which have been put in this exception.

Class org.apache.slide.common.NestedSlideException implements Serializable

Serialized Fields

exceptions

java.util.Vector exceptions
Vector of exceptions which have been put in this exception.

Class org.apache.slide.common.ObjectValidationFailedException implements Serializable

Class org.apache.slide.common.PropertyParseException implements Serializable

Serialized Fields

cause

java.lang.Throwable cause
The exception that was the cause of this exception (may be null)

Class org.apache.slide.common.ServiceAccessException implements Serializable

Serialized Fields

nestedException

java.lang.Throwable nestedException

Class org.apache.slide.common.ServiceConnectionFailedException implements Serializable

Class org.apache.slide.common.ServiceDisconnectionFailedException implements Serializable

Class org.apache.slide.common.ServiceInitializationFailedException implements Serializable

Class org.apache.slide.common.ServiceMissingOnRootNodeException implements Serializable

Class org.apache.slide.common.ServiceParameterErrorException implements Serializable

Class org.apache.slide.common.ServiceParameterMissingException implements Serializable

Class org.apache.slide.common.ServiceRegistrationFailedException implements Serializable

Class org.apache.slide.common.ServiceResetFailedException implements Serializable

Class org.apache.slide.common.ServicesInitializationFailedException implements Serializable

Class org.apache.slide.common.ServicesShutDownFailedException implements Serializable

Class org.apache.slide.common.Slide implements Serializable

Class org.apache.slide.common.SlideError implements Serializable

Class org.apache.slide.common.SlideException implements Serializable

Class org.apache.slide.common.SlideRuntimeException implements Serializable

Class org.apache.slide.common.SLMLParsingException implements Serializable

Class org.apache.slide.common.UnableToLocateServiceException implements Serializable

Class org.apache.slide.common.UnknownObjectClassException implements Serializable

Class org.apache.slide.common.UnknownServiceDeclarationException implements Serializable

Class org.apache.slide.common.Uri implements Serializable

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
Read serialized object.


writeObject

private void writeObject(java.io.ObjectOutputStream out)
                  throws java.io.IOException
Write serialized object.


Package org.apache.slide.content

Class org.apache.slide.content.BranchNotFoundException implements Serializable

Serialized Fields

objectUri

java.lang.String objectUri
Object Uri.


branch

java.lang.String branch
Branch.

Class org.apache.slide.content.ContentException implements Serializable

Class org.apache.slide.content.InsufficientStorageException implements Serializable

Serialized Fields

objectUri

java.lang.String objectUri
Object URI.


userUri

java.lang.String userUri
User URI.


details

java.lang.String details
Exception details.

Class org.apache.slide.content.NodeNotVersionedException implements Serializable

Serialized Fields

objectUri

java.lang.String objectUri
Object Uri.

Class org.apache.slide.content.NodeProperty implements Serializable

Serialized Fields

name

java.lang.String name
Property name.


namespace

java.lang.String namespace
Namespace of the property.


value

java.lang.Object value
Property value.


type

java.lang.String type
Value Type. If the value is stored as a String representation of the value, the type field is used. FIXME : Remove that


kind

NodeProperty.Kind kind
The kind of property: dead, live, protected, computed


permissions

java.util.Vector permissions
Permission list.

Class org.apache.slide.content.NodeProperty.Kind implements Serializable

Serialized Fields

id

int id

Class org.apache.slide.content.NodeRevisionContent implements Serializable

Serialized Fields

content

char[] content
Content.


contentBytes

byte[] contentBytes

Class org.apache.slide.content.NodeRevisionDescriptor implements Serializable

Serialized Fields

branchName

java.lang.String branchName
Branch name.


number

NodeRevisionNumber number
Revision number.


labels

java.util.Vector labels
Revision labels.


properties

java.util.Hashtable properties
Properties field.

Class org.apache.slide.content.NodeRevisionDescriptors implements Serializable

Serialized Fields

useVersioning

boolean useVersioning
Use versioning.


uri

java.lang.String uri
Uri.


originalUri

java.lang.String originalUri
The original URI (in case URI was redirected).


workingRevisions

java.util.Hashtable workingRevisions
Working revisions.


latestRevisionNumbers

java.util.Hashtable latestRevisionNumbers
Latest revision numbers.


branches

java.util.Hashtable branches
Branches.

Class org.apache.slide.content.NodeRevisionNumber implements Serializable

Serialized Fields

number

int[] number
Number storage. Note: when this array or it's content is modified, you must reset #cachedToString to null!


cachedToString

java.lang.String cachedToString
Caches the result of last toString()-call. This will also heavily improve hashCode() as the String.hashCode() method is also buffered. This imust be resetet to null whenever the #number array changes.

Class org.apache.slide.content.RevisionAlreadyExistException implements Serializable

Serialized Fields

objectUri

java.lang.String objectUri
Object Uri.


number

NodeRevisionNumber number
Revision number.

Class org.apache.slide.content.RevisionContentNotFoundException implements Serializable

Serialized Fields

objectUri

java.lang.String objectUri
Object Uri.


number

NodeRevisionNumber number
Revision number.

Class org.apache.slide.content.RevisionDescriptorNotFoundException implements Serializable

Serialized Fields

objectUri

java.lang.String objectUri
Object Uri.

Class org.apache.slide.content.RevisionNotFoundException implements Serializable

Serialized Fields

objectUri

java.lang.String objectUri
Object Uri.


number

NodeRevisionNumber number
Revision Id.


Package org.apache.slide.lock

Class org.apache.slide.lock.LockException implements Serializable

Class org.apache.slide.lock.LockTokenNotFoundException implements Serializable

Class org.apache.slide.lock.NodeLock implements Serializable

Serialized Fields

objectUri

java.lang.String objectUri
Locked object.


subjectUri

java.lang.String subjectUri
User who is the lock owner.


typeUri

java.lang.String typeUri
Lock type.


expirationDate

java.util.Date expirationDate
Expiration date of the lock.


inheritance

boolean inheritance
Lock is inheritable.


exclusive

boolean exclusive
Lock is shared.


lockId

java.lang.String lockId
Lock Id.


ownerInfo

java.lang.String ownerInfo
Contacting information about the lock owner

Class org.apache.slide.lock.ObjectIsAlreadyLockedException implements Serializable

Class org.apache.slide.lock.ObjectLockedException implements Serializable

Serialized Fields

objectUri

java.lang.String objectUri
Object uri.


Package org.apache.slide.macro

Class org.apache.slide.macro.ConflictException implements Serializable

Serialized Fields

objectUri

java.lang.String objectUri
Object uri.


nestedException

java.lang.Throwable nestedException

Class org.apache.slide.macro.CopyMacroException implements Serializable

Class org.apache.slide.macro.DeleteMacroException implements Serializable

Class org.apache.slide.macro.ForbiddenException implements Serializable

Serialized Fields

objectUri

java.lang.String objectUri
Object uri.


nestedException

java.lang.Throwable nestedException

Class org.apache.slide.macro.MacroException implements Serializable


Package org.apache.slide.search

Class org.apache.slide.search.BadGatewayException implements Serializable

Class org.apache.slide.search.BadQueryException implements Serializable

Class org.apache.slide.search.InvalidQueryException implements Serializable

Class org.apache.slide.search.InvalidScopeException implements Serializable

Class org.apache.slide.search.SearchException implements Serializable

Serialized Fields

rootCause

java.lang.Throwable rootCause


Package org.apache.slide.search.basic

Class org.apache.slide.search.basic.BasicResultSetImpl implements Serializable

Serialized Fields

partial

boolean partial
Indicated if the result set is truncated for any reason.


Package org.apache.slide.security

Class org.apache.slide.security.AccessDeniedException implements Serializable

Serialized Fields

objectUri

java.lang.String objectUri
Object Uri.


subjectUri

java.lang.String subjectUri
Subject Uri.


actionUri

java.lang.String actionUri
Action Uri.

Class org.apache.slide.security.NodePermission implements Serializable

Serialized Fields

objectUri

java.lang.String objectUri
Object Uri.


revisionNumber

NodeRevisionNumber revisionNumber
Revision number.


subjectUri

java.lang.String subjectUri
Subject Uri.


actionUri

java.lang.String actionUri
Action Uri.


inheritable

boolean inheritable
Inheritance flag. True if permission is inheritable.


negative

boolean negative
Negative permission flag.


invert

boolean invert
Invert permission flag.


protect

boolean protect
Protected flag

Class org.apache.slide.security.SecurityException implements Serializable


Package org.apache.slide.store

Class org.apache.slide.store.ResourceId implements Serializable

Serialized Fields

uuri

java.lang.String uuri


Package org.apache.slide.store.tlock

Class org.apache.slide.store.tlock.TLockedException implements Serializable


Package org.apache.slide.structure

Class org.apache.slide.structure.ActionNode implements Serializable

Class org.apache.slide.structure.CrossServerBindingException implements Serializable

Serialized Fields

sourceUri

java.lang.String sourceUri

collectionUri

java.lang.String collectionUri

Class org.apache.slide.structure.GroupNode implements Serializable

Class org.apache.slide.structure.LinkedObjectNotFoundException implements Serializable

Serialized Fields

linkUri

java.lang.String linkUri
Link uri.


targetUri

java.lang.String targetUri
Target uri.

Class org.apache.slide.structure.LinkNode implements Serializable

Serialized Fields

linkedUri

java.lang.String linkedUri
Linked Uri

Class org.apache.slide.structure.ObjectAlreadyExistsException implements Serializable

Serialized Fields

objectUri

java.lang.String objectUri
Object Uri.

Class org.apache.slide.structure.ObjectHasChildrenException implements Serializable

Serialized Fields

objectUri

java.lang.String objectUri
Object Uri.

Class org.apache.slide.structure.ObjectNode implements Serializable

Serialized Fields

uri

java.lang.String uri
Uniform ressource identifier (URI) of the object.


uuri

java.lang.String uuri
Unique URI of the object. Enables clients to determine whether two bindings are to the same resource. The UURI is a URI and may use any registered URI scheme. If binding is enabled, several object URIs may represent the same resource, while the UURI must be really unique.


links

java.util.Vector links
Vector of inbound links' Uris. Before modifying this vector you must check wheter #linksShared is true. In this case clone the vector and set the shared state to false.


linksShared

boolean linksShared
If true then the #links vector is shared between multiple ObjectNode-instances and thus must not be modified.


bindings

ObjectNode.BindingList bindings
Vector of bindings. Before modifying this vector you must check whether #bindingsShared is true. In this case clone the vector and set the shared state to false.


parentBindings

ObjectNode.ParentBindingList parentBindings

bindingsShared

boolean bindingsShared
If true then the #bindings vector is shared between multiple ObjectNode-instances and thus must not be modified.


childrenCache

java.util.Vector childrenCache

Class org.apache.slide.structure.ObjectNode.Binding implements Serializable

Serialized Fields

bName

java.lang.String bName

bUuri

java.lang.String bUuri

Class org.apache.slide.structure.ObjectNode.BindingList implements Serializable

Serialized Fields

container

java.util.Vector container

Class org.apache.slide.structure.ObjectNode.ParentBinding implements Serializable

Class org.apache.slide.structure.ObjectNode.ParentBindingList implements Serializable

Class org.apache.slide.structure.ObjectNotFoundException implements Serializable

Serialized Fields

objectUri

java.lang.String objectUri
Object Uri.

Class org.apache.slide.structure.StructureException implements Serializable

Class org.apache.slide.structure.SubjectNode implements Serializable


Package org.apache.slide.util

Class org.apache.slide.util.ByteSizeLimitedObjectCache.SizeCountingLRUMap implements Serializable

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException

writeExternal

public void writeExternal(java.io.ObjectOutput)
                   throws java.io.IOException


Package org.apache.slide.util.conf

Class org.apache.slide.util.conf.ConfigurationException implements Serializable

Serialized Fields

configuration

Configuration configuration
The current configuration