Serialized Form
Package org.apache.slide.authenticate |
Package org.apache.slide.common |
exceptions
java.util.Vector exceptions
- Vector of exceptions which have been put in this exception.
exceptions
java.util.Vector exceptions
- Vector of exceptions which have been put in this exception.
cause
java.lang.Throwable cause
- The exception that was the cause of this exception
(may be
null
)
nestedException
java.lang.Throwable nestedException
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 |
objectUri
java.lang.String objectUri
- Object Uri.
branch
java.lang.String branch
- Branch.
objectUri
java.lang.String objectUri
- Object URI.
userUri
java.lang.String userUri
- User URI.
details
java.lang.String details
- Exception details.
objectUri
java.lang.String objectUri
- Object Uri.
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.
id
int id
content
char[] content
- Content.
contentBytes
byte[] contentBytes
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.
updatedProperties
java.util.Hashtable updatedProperties
- Track updated properties
removedProperties
java.util.Hashtable removedProperties
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.
TODO: workingRevisions
are only writen never read!
latestRevisionNumbers
java.util.Hashtable latestRevisionNumbers
- Latest revision numbers.
branches
java.util.Hashtable branches
- Branches.
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.
objectUri
java.lang.String objectUri
- Object Uri.
number
NodeRevisionNumber number
- Revision number.
objectUri
java.lang.String objectUri
- Object Uri.
number
NodeRevisionNumber number
- Revision number.
objectUri
java.lang.String objectUri
- Object Uri.
objectUri
java.lang.String objectUri
- Object Uri.
number
NodeRevisionNumber number
- Revision Id.
Package org.apache.slide.event |
token
SlideToken token
namespace
Namespace namespace
revisionDescriptors
NodeRevisionDescriptors revisionDescriptors
revisionDescriptor
NodeRevisionDescriptor revisionDescriptor
revisionContent
NodeRevisionContent revisionContent
collection
java.util.List collection
information
java.lang.String[][] information
objectUri
Uri objectUri
namespace
Namespace namespace
token
SlideToken token
sourceURI
java.lang.String sourceURI
targetURI
java.lang.String targetURI
token
SlideToken token
namespace
Namespace namespace
uri
java.lang.String uri
token
SlideToken token
query
SearchQuery query
namespace
Namespace namespace
objectUri
Uri objectUri
token
SlideToken token
permission
NodePermission permission
namespace
Namespace namespace
token
SlideToken token
objectNode
ObjectNode objectNode
uri
java.lang.String uri
namespace
Namespace namespace
uri
Uri uri
Package org.apache.slide.extractor |
Package org.apache.slide.lock |
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.
scope
int scope
- Lock scope.
lockId
java.lang.String lockId
- Lock Id.
ownerInfo
java.lang.String ownerInfo
- Contacting information about the lock owner
objectUri
java.lang.String objectUri
- Object uri.
Package org.apache.slide.macro |
objectUri
java.lang.String objectUri
- Object uri.
nestedException
java.lang.Throwable nestedException
objectUri
java.lang.String objectUri
- Object uri.
nestedException
java.lang.Throwable nestedException
Package org.apache.slide.search |
rootCause
java.lang.Throwable rootCause
rootCause
java.lang.Throwable rootCause
Package org.apache.slide.search.basic |
partial
boolean partial
- Indicated if the result set is truncated for any reason.
Package org.apache.slide.security |
objectUri
java.lang.String objectUri
- Object Uri.
subjectUri
java.lang.String subjectUri
- Subject Uri.
actionUri
java.lang.String actionUri
- Action Uri.
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
Package org.apache.slide.store |
uuri
java.lang.String uuri
Package org.apache.slide.structure |
namespace
org.jdom.Namespace namespace
- The namespace of the action.
sourceUri
java.lang.String sourceUri
collectionUri
java.lang.String collectionUri
linkUri
java.lang.String linkUri
- Link uri.
targetUri
java.lang.String targetUri
- Target uri.
linkedUri
java.lang.String linkedUri
- Linked Uri
objectUri
java.lang.String objectUri
- Object Uri.
objectUri
java.lang.String objectUri
- Object Uri.
updatedBindings
java.util.Set updatedBindings
- For tracking which bindings need to be updated.
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.
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
bName
java.lang.String bName
bUuri
java.lang.String bUuri
container
java.util.Vector container
objectUri
java.lang.String objectUri
- Object Uri.
Package org.apache.slide.util |
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 |
configuration
Configuration configuration
- The current configuration