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.
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.
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.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.
exclusive
boolean exclusive
- Lock is shared.
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
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.store.tlock |
Package org.apache.slide.structure |
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.
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
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