< A B C D E F G H I K L M N O P R S T U V W X

<

() - Static method in class org.apache.slide.content.NodeRevisionDescriptor
 
() - Static method in class org.apache.slide.lock.NodeLock
 
() - Static method in class org.apache.slide.util.Configuration
 
() - Static method in class org.apache.slide.util.Messages
 

A

AbstractConfiguration - class org.apache.slide.util.conf.AbstractConfiguration.
This is an abstract Configuration implementation that deals with methods that can be abstracted away from underlying implementations.
AbstractConfiguration() - Constructor for class org.apache.slide.util.conf.AbstractConfiguration
Construct a new AbstractConfiguration instance.
AbstractConfiguration(String, int) - Constructor for class org.apache.slide.util.conf.AbstractConfiguration
Construct a new AbstractConfiguration instance.
AbstractObjectCache - class org.apache.slide.util.AbstractObjectCache.
Object cache abstract implementation.
AbstractObjectCache() - Constructor for class org.apache.slide.util.AbstractObjectCache
Constructor.
AbstractObjectCache(int, int, double) - Constructor for class org.apache.slide.util.AbstractObjectCache
Constructor.
AbstractService - class org.apache.slide.common.AbstractService.
Slide Service abstract implementation with support for multiple simultaneous transaction context.
AbstractService() - Constructor for class org.apache.slide.common.AbstractService
 
AbstractServiceBase - class org.apache.slide.common.AbstractServiceBase.
Slide Service abstract implementation.
AbstractServiceBase() - Constructor for class org.apache.slide.common.AbstractServiceBase
 
AbstractSimpleService - class org.apache.slide.common.AbstractSimpleService.
Slide Service simple implementation.
AbstractSimpleService() - Constructor for class org.apache.slide.common.AbstractSimpleService
 
AbstractStore - class org.apache.slide.store.AbstractStore.
Abstract implementation of a store.
AbstractStore() - Constructor for class org.apache.slide.store.AbstractStore
 
AbstractXAService - class org.apache.slide.common.AbstractXAService.
Slide Service abstract implementation, which does not implement any of the XA related methods.
AbstractXAService() - Constructor for class org.apache.slide.common.AbstractXAService
 
AccessDeniedException - exception org.apache.slide.security.AccessDeniedException.
Access denied.
AccessDeniedException(String, String, String) - Constructor for class org.apache.slide.security.AccessDeniedException
Constructor.
accessDomain(SecurityToken) - Method in interface org.apache.slide.common.SlideMBean
Access a Domain.
accessDomain(SecurityToken) - Method in class org.apache.slide.common.Slide
Access a Domain.
accessDomain(SecurityToken) - Static method in class org.apache.slide.common.Domain
Access a Domain.
accessNamespace(SecurityToken, String) - Method in interface org.apache.slide.common.SlideMBean
Access a Namespace.
accessNamespace(SecurityToken, String) - Method in class org.apache.slide.common.Slide
Access a Namespace.
accessNamespace(SecurityToken, String) - Static method in class org.apache.slide.common.Domain
Access a Namespace.
ACTION_ROLE - Static variable in class org.apache.slide.common.NamespaceConfig
 
ActionNode - class org.apache.slide.structure.ActionNode.
Action node class.
ActionNode() - Constructor for class org.apache.slide.structure.ActionNode
Constructor.
ActionNode(String) - Constructor for class org.apache.slide.structure.ActionNode
Default constructor.
ActionNode(String, Vector, Vector) - Constructor for class org.apache.slide.structure.ActionNode
Default constructor.
actionUri - Variable in class org.apache.slide.security.NodePermission
Action Uri.
addAttribute(String, String) - Method in class org.apache.slide.util.conf.ConfigurationImpl
Add an attribute to this configuration element, returning its old value or null.
addChild(Element) - Method in class org.apache.slide.util.conf.Element
 
addChild(ObjectNode) - Method in class org.apache.slide.structure.ObjectNode
Add a new child.
addChild(String) - Method in class org.apache.slide.structure.ObjectNode
Add a new child to this object.
addConfiguration(Configuration) - Method in class org.apache.slide.util.conf.ConfigurationImpl
Add a child Configuration to this configuration element.
addDefaultProperty(String, String, String, String) - Method in class org.apache.slide.common.NamespaceConfig
Add a new default property.
addException(SlideException) - Method in class org.apache.slide.common.NamespaceException
Add an exception to the nested exception.
addException(SlideException) - Method in class org.apache.slide.common.NestedSlideException
Add a new nested exception.
addLabel(String) - Method in class org.apache.slide.content.NodeRevisionDescriptor
Add new label.
addLockToken(String) - Method in interface org.apache.slide.common.SlideToken
Add a new lock token to the lock token list.
addLockToken(String) - Method in class org.apache.slide.common.SlideTokenImpl
Add a new lock token to the lock token list.
addLockToken(String) - Method in class org.apache.slide.common.SlideTokenWrapper
Add a new lock token to the lock token list.
addNamespace(Namespace) - Static method in class org.apache.slide.common.Domain
Add a namespace to the domain.
addNamespace(String, Logger, Configuration, Configuration, Configuration) - Method in class org.apache.slide.common.EmbeddedDomain
Add a namespace to this domain.
addNamespaceToken(NamespaceAccessToken) - Method in class org.apache.slide.common.DomainAccessToken
Add a namespace token to the hastable;
addParameter(String, Object) - Method in interface org.apache.slide.common.SlideToken
Add a new parameter to the parameter list.
addParameter(String, Object) - Method in class org.apache.slide.common.SlideTokenImpl
Add a new parameter to the parameter list.
addParameter(String, Object) - Method in class org.apache.slide.common.SlideTokenWrapper
Add a new parameter to the parameter list.
addParameter(String, String) - Method in class org.apache.slide.common.NamespaceConfig
Add a new parameter.
addPermission(NodePermission) - Method in class org.apache.slide.content.NodeProperty
Add permission.
addResourceManager(Service) - Method in class org.apache.slide.store.AbstractStore
Add a new resource manager.
addRoleMapping(String, String) - Method in class org.apache.slide.common.NamespaceConfig
Add a new role mapping.
addSuccessor(NodeRevisionNumber, NodeRevisionNumber) - Method in class org.apache.slide.content.NodeRevisionDescriptors
Add relation.
appendValueData(String) - Method in class org.apache.slide.util.conf.ConfigurationImpl
Append data to the value of this configuration element.
AuthenticateException - exception org.apache.slide.authenticate.AuthenticateException.
 
AuthenticateException(String) - Constructor for class org.apache.slide.authenticate.AuthenticateException
Constructor.
autoCreateUsers - Variable in class org.apache.slide.common.NamespaceConfig
Automatically create users.
autoCreateUsersRole - Variable in class org.apache.slide.common.NamespaceConfig
Roles implementation to be used for automatically created users.

B

BASE_ROLE - Static variable in class org.apache.slide.common.NamespaceConfig
 
begin() - Method in class org.apache.slide.common.NamespaceAccessTokenImpl
Create a new transaction and associate it with the current thread.
begin() - Method in class org.apache.slide.transaction.SlideTransactionManager
Create a new transaction and associate it with the current thread.
BranchNotFoundException - exception org.apache.slide.content.BranchNotFoundException.
Branch not found.
BranchNotFoundException(String, String) - Constructor for class org.apache.slide.content.BranchNotFoundException
Constructor.

C

cache - Variable in class org.apache.slide.util.HashMapObjectCache
Cache structure.
cacheHits - Variable in class org.apache.slide.util.AbstractObjectCache
Number of cache hits.
CacheInfoToken - class org.apache.slide.common.CacheInfoToken.
Caching strategy token class.
CacheInfoToken() - Constructor for class org.apache.slide.common.CacheInfoToken
Constructor.
CacheInfoToken(String) - Constructor for class org.apache.slide.common.CacheInfoToken
Constructor.
cacheRequests - Variable in class org.apache.slide.util.AbstractObjectCache
Number of cache requests.
cacheResults() - Method in class org.apache.slide.common.AbstractServiceBase
Indicates whether or not the objects managed by this service should be cached.
cacheResults() - Method in interface org.apache.slide.common.Service
Idicates whether or not the objects managed by this service should be cached.
canCreateNamespaces - Variable in class org.apache.slide.common.DomainAccessToken
True if enables creation of namespaces.
canDeleteNamespaces - Variable in class org.apache.slide.common.DomainAccessToken
True if enables removal of namespaces.
characters(char[], int, int) - Method in class org.apache.slide.util.conf.Populate
Called when there is character data (text) inside an element.
checkCredentials(SlideToken, ObjectNode, ActionNode) - Method in class org.apache.slide.security.SecurityImpl
Check if the credentials given grants permission to perform the specified action on the specified subject.
checkCredentials(SlideToken, ObjectNode, ActionNode) - Method in interface org.apache.slide.security.Security
Check if the credentials given grants permission to perform the specified action on the specified subject.
checkLock(SlideToken, ObjectNode, ActionNode) - Method in interface org.apache.slide.lock.Lock
Utility function for lock checking.
checkLock(SlideToken, ObjectNode, ActionNode) - Method in class org.apache.slide.lock.LockImpl
Utility function for lock checking.
checkLock(SlideToken, ObjectNode, SubjectNode, ActionNode) - Method in interface org.apache.slide.lock.Lock
Check locking for a specific action and credential.
checkLock(SlideToken, ObjectNode, SubjectNode, ActionNode) - Method in class org.apache.slide.lock.LockImpl
Check locking for a specific action and credential.
checkLockToken(String) - Method in interface org.apache.slide.common.SlideToken
Checks if the given lock token is present.
checkLockToken(String) - Method in class org.apache.slide.common.SlideTokenImpl
Checks if the given lock token is present.
checkLockToken(String) - Method in class org.apache.slide.common.SlideTokenWrapper
Checks if the given lock token is present.
checkPermission(ObjectNode, SubjectNode, ActionNode) - Method in class org.apache.slide.security.SecurityImpl
Check whether or not an actor can perform the specified activity on a collection.
checkPermission(ObjectNode, SubjectNode, ActionNode) - Method in interface org.apache.slide.security.Security
Check whether or not an actor can perform the specified activity on a collection.
children - Variable in class org.apache.slide.structure.ObjectNode
Vector of children's Uris.
clear() - Method in interface org.apache.slide.util.ObjectCache
Clear object cache.
clear() - Method in class org.apache.slide.util.AbstractObjectCache
Clear object cache.
clear() - Method in class org.apache.slide.util.HashMap
Removes all entries from this Map
clear() - Method in class org.apache.slide.util.HashMapObjectCache
Clear object cache.
clearAttributes() - Method in class org.apache.slide.util.conf.Element
 
clearChildren() - Method in class org.apache.slide.util.conf.Element
 
clearComment() - Method in class org.apache.slide.util.conf.Element
 
clearData() - Method in class org.apache.slide.util.conf.Element
 
clearLockTokens() - Method in interface org.apache.slide.common.SlideToken
Clears the lock token list.
clearLockTokens() - Method in class org.apache.slide.common.SlideTokenImpl
Clears the lock token list.
clearLockTokens() - Method in class org.apache.slide.common.SlideTokenWrapper
Clears the lock token list.
clearNamespace() - Method in class org.apache.slide.common.Namespace
Reinitialize namespace.
clearParameters() - Method in interface org.apache.slide.common.SlideToken
Clears the parameter list.
clearParameters() - Method in class org.apache.slide.common.SlideTokenImpl
Clears the parameter list.
clearParameters() - Method in class org.apache.slide.common.SlideTokenWrapper
Clears the parameter list.
clearUriCache() - Method in class org.apache.slide.common.Namespace
Clear uri cache.
cloneObject() - Method in class org.apache.slide.common.Uri
Do a fast clone of the Uri object.
cloneObject() - Method in class org.apache.slide.content.NodeRevisionNumber
Clone.
cloneObject() - Method in class org.apache.slide.content.NodeRevisionDescriptors
Clone.
cloneObject() - Method in class org.apache.slide.content.NodeRevisionDescriptor
Clone.
cloneObject() - Method in class org.apache.slide.content.NodeProperty
Clone.
cloneObject() - Method in class org.apache.slide.lock.NodeLock
Clone.
cloneObject() - Method in class org.apache.slide.security.NodePermission
Clone.
cloneObject() - Method in class org.apache.slide.structure.ObjectNode
Clone.
closeNamespace(NamespaceAccessToken) - Method in interface org.apache.slide.common.SlideMBean
Close a namespace.
closeNamespace(NamespaceAccessToken) - Method in class org.apache.slide.common.Slide
Close a namespace.
closeNamespace(NamespaceAccessToken) - Static method in class org.apache.slide.common.Domain
Close a namespace.
closeNamespace(SecurityToken, String) - Method in interface org.apache.slide.common.SlideMBean
Clsose a namespace.
closeNamespace(SecurityToken, String) - Method in class org.apache.slide.common.Slide
Clsose a namespace.
closeNamespace(SecurityToken, String) - Static method in class org.apache.slide.common.Domain
Clsose a namespace.
COLLECTION_TYPE - Static variable in class org.apache.slide.content.NodeRevisionDescriptor
Collection type.
commit() - Method in class org.apache.slide.common.NamespaceAccessTokenImpl
Complete the transaction associated with the current thread.
commit() - Method in class org.apache.slide.transaction.SlideTransactionManager
Complete the transaction associated with the current thread.
commit() - Method in class org.apache.slide.transaction.SlideTransaction
Complete the transaction represented by this Transaction object.
commit(Xid, boolean) - Method in class org.apache.slide.common.AbstractService
Commit the global transaction specified by xid.
commit(Xid, boolean) - Method in class org.apache.slide.common.AbstractSimpleService
Commit the global transaction specified by xid.
commit(Xid, boolean) - Method in class org.apache.slide.store.AbstractStore
Commit the global transaction specified by xid.
Configuration - class org.apache.slide.util.Configuration.
Provides default configuration for Slide components from the slide.properties configuration file.
Configuration - interface org.apache.slide.util.conf.Configuration.
Configuration is a interface encapsulating a configuration node used to retrieve configuration values.
Configuration.Property - class org.apache.slide.util.Configuration.Property.
Names of properties used in the configuration file.
Configuration.Property() - Constructor for class org.apache.slide.util.Configuration.Property
 
Configuration() - Constructor for class org.apache.slide.util.Configuration
 
ConfigurationElement - class org.apache.slide.util.conf.ConfigurationElement.
ConfigurationElement is a class implementing the Configuration interface using a tree of Elements as configuration container.
ConfigurationElement(Element) - Constructor for class org.apache.slide.util.conf.ConfigurationElement
 
ConfigurationException - exception org.apache.slide.util.conf.ConfigurationException.
Thrown when a Configurable component cannot be configured properly, or if a value cannot be retrieved properly.
ConfigurationException(String, Configuration) - Constructor for class org.apache.slide.util.conf.ConfigurationException
Construct a new ConfigurationException instance.
ConfigurationImpl - class org.apache.slide.util.conf.ConfigurationImpl.
This is the default Configuration implementation.
ConfigurationImpl() - Constructor for class org.apache.slide.util.conf.ConfigurationImpl
Create a new ConfigurationImpl instance.
ConfigurationImpl(String) - Constructor for class org.apache.slide.util.conf.ConfigurationImpl
Create a new ConfigurationImpl instance.
ConfigurationImpl(String, String, int) - Constructor for class org.apache.slide.util.conf.ConfigurationImpl
Create a new ConfigurationImpl instance.
ConflictException - exception org.apache.slide.macro.ConflictException.
The copy/move operation is in conflict, e.g.
ConflictException(String) - Constructor for class org.apache.slide.macro.ConflictException
Constructor.
ConflictException(String, Throwable) - Constructor for class org.apache.slide.macro.ConflictException
Constructor.
connect() - Method in class org.apache.slide.common.AbstractServiceBase
Connects to the underlying data source (if any is needed).
connect() - Method in interface org.apache.slide.common.Service
Connects to the underlying data source (if any is needed).
connect() - Method in class org.apache.slide.store.AbstractStore
Connects to descriptors store.
connectIfNeeded() - Method in class org.apache.slide.common.AbstractServiceBase
Connects to the service, if we were not previously connected.
connectIfNeeded() - Method in interface org.apache.slide.common.Service
Connects to the service, if we were not previously connected.
connectService(Service) - Method in class org.apache.slide.common.Namespace
Connects a data source on demand.
containsKey(Object) - Method in class org.apache.slide.util.HashMap
Returns true if the given object is a key contained in this Map
containsValue(Object) - Method in class org.apache.slide.util.HashMap
Returns true if the given object is a value contained in this Map
Note: Depending on the size of the Map, this could be a slow operation.
Content - interface org.apache.slide.content.Content.
Content.
CONTENT_LANGUAGE - Static variable in class org.apache.slide.content.NodeRevisionDescriptor
Content language.
CONTENT_LENGTH - Static variable in class org.apache.slide.content.NodeRevisionDescriptor
Content length.
CONTENT_STORE - Static variable in class org.apache.slide.common.Namespace
 
CONTENT_TYPE - Static variable in class org.apache.slide.content.NodeRevisionDescriptor
MIME type of the content.
ContentException - exception org.apache.slide.content.ContentException.
Content exception.
ContentException(String) - Constructor for class org.apache.slide.content.ContentException
 
ContentImpl - class org.apache.slide.content.ContentImpl.
Implementation of the content interface.
ContentImpl(Namespace, NamespaceConfig, Security, Structure, Lock) - Constructor for class org.apache.slide.content.ContentImpl
Constructor.
ContentInterceptor - class org.apache.slide.content.ContentInterceptor.
Slide content interceptor class.
ContentInterceptor() - Constructor for class org.apache.slide.content.ContentInterceptor
 
contentInterceptors - Variable in class org.apache.slide.common.NamespaceConfig
Content interceptors.
contentStore - Variable in class org.apache.slide.store.AbstractStore
Content store.
ContentStore - interface org.apache.slide.store.ContentStore.
Store service.
copy(SlideToken, String, String) - Method in interface org.apache.slide.macro.Macro
Recursive copy with overwrite macro.
copy(SlideToken, String, String) - Method in class org.apache.slide.macro.MacroImpl
Recursive copy with overwrite macro.
copy(SlideToken, String, String, MacroParameters) - Method in interface org.apache.slide.macro.Macro
Copy macro.
copy(SlideToken, String, String, MacroParameters) - Method in class org.apache.slide.macro.MacroImpl
Copy macro.
CopyMacroException - exception org.apache.slide.macro.CopyMacroException.
Copy macro exception.
CopyMacroException(String) - Constructor for class org.apache.slide.macro.CopyMacroException
Constructor.
copyObject() - Method in class org.apache.slide.structure.ObjectNode
Copy.
countChildren() - Method in class org.apache.slide.util.conf.Element
 
create(SlideToken, ObjectNode, String) - Method in class org.apache.slide.structure.StructureImpl
 
create(SlideToken, ObjectNode, String) - Method in interface org.apache.slide.structure.Structure
Creates a new node in the namespace.
create(SlideToken, String, boolean) - Method in interface org.apache.slide.content.Content
Create new revision descriptors.
create(SlideToken, String, boolean) - Method in class org.apache.slide.content.ContentImpl
Create new revision descriptors.
create(SlideToken, String, NodeRevisionDescriptor, NodeRevisionContent) - Method in interface org.apache.slide.content.Content
Create new revision in main branch.
create(SlideToken, String, NodeRevisionDescriptor, NodeRevisionContent) - Method in class org.apache.slide.content.ContentImpl
Create new revision in main branch.
create(SlideToken, String, NodeRevisionNumber, NodeRevisionDescriptor, NodeRevisionContent) - Method in class org.apache.slide.content.ContentImpl
Create new revision based on a previous revision.
create(SlideToken, String, String, NodeRevisionDescriptor, NodeRevisionContent) - Method in interface org.apache.slide.content.Content
Create new revision based on a previous revision.
create(SlideToken, String, String, NodeRevisionDescriptor, NodeRevisionContent) - Method in class org.apache.slide.content.ContentImpl
Create new revision based on a previous revision.
createLink(SlideToken, LinkNode, String, ObjectNode) - Method in class org.apache.slide.structure.StructureImpl
 
createLink(SlideToken, LinkNode, String, ObjectNode) - Method in interface org.apache.slide.structure.Structure
Creates a link to another node in the namespace.
createNewNamespace(String, Reader) - Method in class org.apache.slide.common.DomainAccessToken
Create a new namespace.
createObject(Uri, ObjectNode) - Method in class org.apache.slide.store.AbstractStore
Create a new object in the Descriptors Store.
createObject(Uri, ObjectNode) - Method in class org.apache.slide.store.StandardStore
Create a new object in the Descriptors Store.
createObject(Uri, ObjectNode) - Method in interface org.apache.slide.store.NodeStore
Create a new object.
createObjectAction - Variable in class org.apache.slide.common.NamespaceConfig
Create object action.
createRevisionContent(Uri, NodeRevisionDescriptor, NodeRevisionContent) - Method in class org.apache.slide.store.AbstractStore
Create a new revision
createRevisionContent(Uri, NodeRevisionDescriptor, NodeRevisionContent) - Method in class org.apache.slide.store.StandardStore
Create a new revision
createRevisionContent(Uri, NodeRevisionDescriptor, NodeRevisionContent) - Method in interface org.apache.slide.store.ContentStore
Create revision content.
createRevisionContentAction - Variable in class org.apache.slide.common.NamespaceConfig
Create revision content action.
createRevisionDescriptor(Uri, NodeRevisionDescriptor) - Method in class org.apache.slide.store.AbstractStore
Create new revision descriptor.
createRevisionDescriptor(Uri, NodeRevisionDescriptor) - Method in class org.apache.slide.store.StandardStore
Create new revision descriptor.
createRevisionDescriptor(Uri, NodeRevisionDescriptor) - Method in interface org.apache.slide.store.RevisionDescriptorStore
Create a new revision descriptor.
createRevisionDescriptors(Uri, NodeRevisionDescriptors) - Method in class org.apache.slide.store.AbstractStore
Create new revision descriptors.
createRevisionDescriptors(Uri, NodeRevisionDescriptors) - Method in class org.apache.slide.store.StandardStore
Create new revision descriptors.
createRevisionDescriptors(Uri, NodeRevisionDescriptors) - Method in interface org.apache.slide.store.RevisionDescriptorsStore
Create a new revision information object.
createRevisionMetadataAction - Variable in class org.apache.slide.common.NamespaceConfig
Create revision metadata action.
CREATION_DATE - Static variable in class org.apache.slide.content.NodeRevisionDescriptor
Creation date.
creationDateFormat - Static variable in class org.apache.slide.content.NodeRevisionDescriptor
Simple date format for the creation date ISO representation (partial).
CredentialsToken - class org.apache.slide.authenticate.CredentialsToken.
Credentials token class.
CredentialsToken(Principal) - Constructor for class org.apache.slide.authenticate.CredentialsToken
Constructor.
CredentialsToken(String) - Constructor for class org.apache.slide.authenticate.CredentialsToken
Constructor.
CRITICAL - Static variable in interface org.apache.slide.util.logger.Logger
The CRITICAL logging level (anything logged under this level means that a critical temporary error was detected).
currentContext - Variable in class org.apache.slide.common.AbstractSimpleService
Current transaction context.
currentContexts - Variable in class org.apache.slide.common.AbstractService
Current transaction context.
currentHitRatio - Variable in class org.apache.slide.util.AbstractObjectCache
Current cache hit ratio.

D

dateFormat - Variable in class org.apache.slide.util.logger.SimpleLogger
Date / Time format.
Debug - Static variable in class org.apache.slide.util.Configuration.Property
Property specifying whether to run in debug mode.
DEBUG - Static variable in interface org.apache.slide.util.logger.Logger
The DEBUG logging level (anything logged under this level means that an debug message must be logged).
debug() - Static method in class org.apache.slide.util.Configuration
Returns true if the default configuration specified debugging.
debug(Object) - Static method in class org.apache.slide.common.Domain
Debug.
DEFAULT_CHANNEL - Static variable in interface org.apache.slide.util.logger.Logger
Specify the default string for logging without a channel.
DEFAULT_HIT_RATIO - Static variable in class org.apache.slide.util.AbstractObjectCache
Default desired hit ratio.
DEFAULT_NAMESPACE - Static variable in class org.apache.slide.content.NodeProperty
 
DEFAULT_PARAMETERS - Static variable in interface org.apache.slide.macro.Macro
Default macro parameters.
DEFAULT_SIZE - Static variable in class org.apache.slide.util.AbstractObjectCache
Default cache size.
DEFAULT_SIZE - Static variable in class org.apache.slide.util.HashMap
The default number of buckets in this Map
DEFAULT_TRANSACTION_TIMEOUT - Static variable in class org.apache.slide.transaction.SlideTransactionManager
 
defaultAction - Variable in class org.apache.slide.common.NamespaceConfig
Default action.
defaultProperties - Variable in class org.apache.slide.common.NamespaceConfig
List of default properties.
defaultStore - Variable in class org.apache.slide.store.AbstractStore
Default store classname.
defaultStoreInstance - Variable in class org.apache.slide.store.AbstractStore
Default store instance.
delete(SlideToken, String) - Method in interface org.apache.slide.macro.Macro
Recursive delete.
delete(SlideToken, String) - Method in class org.apache.slide.macro.MacroImpl
Recursive delete.
delete(SlideToken, String, MacroParameters) - Method in interface org.apache.slide.macro.Macro
Delete macro.
delete(SlideToken, String, MacroParameters) - Method in class org.apache.slide.macro.MacroImpl
Delete macro.
DeleteMacroException - exception org.apache.slide.macro.DeleteMacroException.
Delete macro exception.
DeleteMacroException(String) - Constructor for class org.apache.slide.macro.DeleteMacroException
Constructor.
delist(boolean) - Method in class org.apache.slide.store.AbstractStore
Delist (suspend) the resource manager in the current transaction.
delist(Service) - Method in class org.apache.slide.store.AbstractStore
Delist (suspend) the resource manager in the current transaction.
delist(Service, boolean) - Method in class org.apache.slide.store.AbstractStore
Delist (suspend) the resource manager in the current transaction.
delist(Service, boolean) - Method in class org.apache.slide.store.StandardStore
Delist (suspend) the resource manager in the current transaction.
delistResource(XAResource, int) - Method in class org.apache.slide.transaction.SlideTransaction
Delist the resource specified from the current transaction associated with the calling thread.
denyPermission(SlideToken, NodePermission) - Method in class org.apache.slide.security.SecurityImpl
Deny a new permission.
denyPermission(SlideToken, NodePermission) - Method in interface org.apache.slide.security.Security
Deny a new permission.
denyPermission(SlideToken, ObjectNode, SubjectNode, ActionNode) - Method in class org.apache.slide.security.SecurityImpl
Deny a new permission.
denyPermission(SlideToken, ObjectNode, SubjectNode, ActionNode) - Method in interface org.apache.slide.security.Security
Deny a new permission.
denyPermission(SlideToken, ObjectNode, SubjectNode, ActionNode, boolean) - Method in class org.apache.slide.security.SecurityImpl
Deny a new permission.
denyPermission(SlideToken, ObjectNode, SubjectNode, ActionNode, boolean) - Method in interface org.apache.slide.security.Security
Deny a new permission.
descriptorCache - Variable in class org.apache.slide.store.StandardStore
Revision descriptor cache.
descriptorsCache - Variable in class org.apache.slide.store.StandardStore
Revision descriptors cache.
desiredHitRatio - Variable in class org.apache.slide.util.AbstractObjectCache
Desired hit ratio.
destroy() - Method in interface org.apache.slide.common.SlideMBean
Destroy domain.
destroy() - Method in class org.apache.slide.common.Slide
Destroy domain.
disconnect() - Method in class org.apache.slide.common.AbstractServiceBase
Disconnects from the underlying data source.
disconnect() - Method in interface org.apache.slide.common.NamespaceAccessToken
Disconnect.
disconnect() - Method in interface org.apache.slide.common.Service
Disconnects from the underlying data source.
disconnect() - Method in class org.apache.slide.common.NamespaceAccessTokenImpl
Disconnect.
disconnect() - Method in class org.apache.slide.store.AbstractStore
Disconnects from descriptors store.
disconnectServices() - Method in class org.apache.slide.common.Namespace
Disconnects all services.
Domain - class org.apache.slide.common.Domain.
The Domain controls access to its registered namespaces and performs initialization and connection management on behalf of the namespaces.
Domain() - Constructor for class org.apache.slide.common.Domain
 
DomainAccessToken - class org.apache.slide.common.DomainAccessToken.
Domain accessor token class.
DomainAccessToken() - Constructor for class org.apache.slide.common.DomainAccessToken
Constructor.
DomainInitFilename - Static variable in class org.apache.slide.util.Configuration.Property
Property specifying the domain XML initialization file to use.
DomainInitializationFailedError - error org.apache.slide.common.DomainInitializationFailedError.
Domain initialization failed.
DomainInitializationFailedError() - Constructor for class org.apache.slide.common.DomainInitializationFailedError
Constructor.
DomainInitializationFailedError(String) - Constructor for class org.apache.slide.common.DomainInitializationFailedError
Constructor.
drop(Uri, NodeRevisionDescriptor) - Method in interface org.apache.slide.store.IndexStore
Drop an object revision from the index.

E

Element - class org.apache.slide.util.conf.Element.
 
Element() - Constructor for class org.apache.slide.util.conf.Element
 
Element(String, Element) - Constructor for class org.apache.slide.util.conf.Element
 
elements() - Method in class org.apache.slide.common.ScopeTokenizer
Returns the scopes.
EmbeddedDomain - class org.apache.slide.common.EmbeddedDomain.
Alternate domain designed to ease embedding.
EmbeddedDomain() - Constructor for class org.apache.slide.common.EmbeddedDomain
Default constructor.
EMERGENCY - Static variable in interface org.apache.slide.util.logger.Logger
The EMERGENCY logging level (anything logged under this level means that a critical permanent error was detected).
emptyVector - Static variable in class org.apache.slide.common.NamespaceConfig
Empty vector.
end(Xid, int) - Method in class org.apache.slide.common.AbstractService
Ends the work performed on behalf of a transaction branch.
end(Xid, int) - Method in class org.apache.slide.common.AbstractSimpleService
Ends the work performed on behalf of a transaction branch.
end(Xid, int) - Method in class org.apache.slide.store.AbstractStore
Ends the work performed on behalf of a transaction branch.
endDocument() - Method in class org.apache.slide.util.conf.Populate
 
endElement(String, String, String) - Method in class org.apache.slide.util.conf.Populate
Closing the element.
endPrefixMapping(String) - Method in class org.apache.slide.util.conf.Populate
 
enlist() - Method in class org.apache.slide.store.AbstractStore
Enlist the resource manager in the current transaction.
enlist(Service) - Method in class org.apache.slide.store.AbstractStore
Enlist the resource manager in the current transaction.
enlistResource(XAResource) - Method in class org.apache.slide.transaction.SlideTransaction
Enlist the resource specified with the current transaction context of the calling thread.
entries() - Method in class org.apache.slide.util.HashMap
Returns an interator for the entries of this Map.
entry - Variable in class org.apache.slide.util.HashMap.Bucket
 
enumerateBranchNames() - Method in class org.apache.slide.content.NodeRevisionDescriptors
Enumerate all branch names.
enumerateChildren() - Method in class org.apache.slide.structure.ObjectNode
Return this object's children
enumerateExceptions() - Method in class org.apache.slide.common.NestedSlideException
Enumerate nested exceptions.
enumerateLabels() - Method in class org.apache.slide.content.NodeRevisionDescriptor
Enumerate labels.
enumerateLinks() - Method in class org.apache.slide.structure.ObjectNode
Return this object's inbound links
enumerateLocks(SlideToken, String) - Method in interface org.apache.slide.lock.Lock
Enumerate locks on a subject, including any locks inherited from parent subjects.
enumerateLocks(SlideToken, String) - Method in class org.apache.slide.lock.LockImpl
 
enumerateLocks(SlideToken, String, boolean) - Method in interface org.apache.slide.lock.Lock
Enumerate locks on a subject, optionally excluding locks inherited from parent subjects.
enumerateLocks(SlideToken, String, boolean) - Method in class org.apache.slide.lock.LockImpl
 
enumerateLocks(Uri) - Method in class org.apache.slide.store.AbstractStore
Returns the list of locks put on a subject.
enumerateLocks(Uri) - Method in class org.apache.slide.store.StandardStore
Returns the list of locks put on a subject.
enumerateLocks(Uri) - Method in interface org.apache.slide.store.LockStore
Enumerate locks on an object.
enumerateNamespaces() - Method in class org.apache.slide.common.EmbeddedDomain
Enumerate namespace names.
enumerateNamespaces() - Static method in class org.apache.slide.common.Domain
Enumerate namespace names.
enumeratePermissions() - Method in class org.apache.slide.content.NodeProperty
Enumerate permissions.
enumeratePermissions(SlideToken, ObjectNode) - Method in class org.apache.slide.security.SecurityImpl
Enumerates permissions on an object.
enumeratePermissions(SlideToken, ObjectNode) - Method in interface org.apache.slide.security.Security
Enumerates permissions on an object.
enumeratePermissions(SlideToken, String) - Method in class org.apache.slide.security.SecurityImpl
Enumerates permissions on an object.
enumeratePermissions(SlideToken, String) - Method in interface org.apache.slide.security.Security
Enumerates permissions on an object.
enumeratePermissions(Uri) - Method in class org.apache.slide.store.AbstractStore
Read an object permissions.
enumeratePermissions(Uri) - Method in class org.apache.slide.store.StandardStore
Read an object permissions.
enumeratePermissions(Uri) - Method in interface org.apache.slide.store.SecurityStore
Enumerate permissions on an object.
enumerateProperties() - Method in class org.apache.slide.content.NodeRevisionDescriptor
Properties values enumerator.
enumeratePropertiesName() - Method in class org.apache.slide.content.NodeRevisionDescriptor
Properties names enumerator.
enumerateRevisionNumbers() - Method in class org.apache.slide.content.NodeRevisionDescriptors
Enumerate all revision numbers in all branches.
enumerateScopes() - Method in class org.apache.slide.common.Namespace
Enumerate all scopes managed by this namespace.
equals(Object) - Method in class org.apache.slide.common.Uri
Tests equivalence of two Uris.
equals(Object) - Method in class org.apache.slide.common.Scope
Tests if two scopes ore equal.
equals(Object) - Method in class org.apache.slide.content.NodeRevisionNumber
Equals.
equals(Object) - Method in class org.apache.slide.content.NodeRevisionDescriptors
Equals.
equals(Object) - Method in class org.apache.slide.content.NodeRevisionDescriptor
Equals.
equals(Object) - Method in class org.apache.slide.content.NodeProperty
Equals.
equals(Object) - Method in class org.apache.slide.lock.NodeLock
Equals.
equals(Object) - Method in class org.apache.slide.security.NodePermission
Equals.
equals(Object) - Method in class org.apache.slide.structure.ObjectNode
Equals.
equals(Object) - Method in class org.apache.slide.util.HashMap
Returns true if the given Object is a HashMap which contains equivalent HashMap entries as this HashMap.
equals(Object) - Method in class org.apache.slide.util.HashMap.Entry
 
ERROR - Static variable in interface org.apache.slide.util.logger.Logger
The ERROR logging level (anything logged under this level means that a non-critical error was detected).
error(Object) - Static method in class org.apache.slide.common.Domain
Error.
error(Object, Throwable) - Static method in class org.apache.slide.common.Domain
Error.
error(SAXParseException) - Method in class org.apache.slide.util.conf.Populate
 
ETAG - Static variable in class org.apache.slide.content.NodeRevisionDescriptor
ETag.
exceptions - Variable in class org.apache.slide.common.NestedSlideException
Vector of exceptions which have been put in this exception.
exclusive - Variable in class org.apache.slide.lock.NodeLock
Lock is shared.
exists(String) - Method in class org.apache.slide.content.NodeRevisionDescriptor
Tests if a property has been set.
exists(String, String) - Method in class org.apache.slide.content.NodeRevisionDescriptor
Tests if a property has been set.
expirationDate - Variable in class org.apache.slide.lock.NodeLock
Expiration date of the lock.
exportData(SlideToken, Writer) - Method in interface org.apache.slide.common.NamespaceAccessToken
Saves Slide Data to XML.
exportData(SlideToken, Writer) - Method in class org.apache.slide.common.NamespaceAccessTokenImpl
Saves Slide Data to XML.
exportData(SlideToken, Writer, String) - Method in interface org.apache.slide.common.NamespaceAccessToken
Saves Slide Data to XML.
exportData(SlideToken, Writer, String) - Method in class org.apache.slide.common.NamespaceAccessTokenImpl
Saves Slide Data to XML.

F

fatalError(SAXParseException) - Method in class org.apache.slide.util.conf.Populate
 
FileName - Static variable in class org.apache.slide.util.Configuration.Property
The name of the configuration file.
filesPath - Variable in class org.apache.slide.common.NamespaceConfig
File path.
ForbiddenException - exception org.apache.slide.macro.ForbiddenException.
The copy/move operation is forbidden, e.g.
ForbiddenException(String) - Constructor for class org.apache.slide.macro.ForbiddenException
Constructor.
ForbiddenException(String, Throwable) - Constructor for class org.apache.slide.macro.ForbiddenException
Constructor.
forget(Xid) - Method in class org.apache.slide.common.AbstractService
Tell the resource manager to forget about a heuristically completed transaction branch.
forget(Xid) - Method in class org.apache.slide.common.AbstractSimpleService
Tell the resource manager to forget about a heuristically completed transaction branch.
forget(Xid) - Method in class org.apache.slide.store.AbstractStore
Tell the resource manager to forget about a heuristically completed transaction branch.
fork(SlideToken, String, String, NodeRevisionDescriptor) - Method in interface org.apache.slide.content.Content
Create a branch based on specified revision.
fork(SlideToken, String, String, NodeRevisionDescriptor) - Method in class org.apache.slide.content.ContentImpl
Create a branch based on specified revision.
fork(SlideToken, String, String, NodeRevisionNumber) - Method in interface org.apache.slide.content.Content
Create a branch based on specified revision.
fork(SlideToken, String, String, NodeRevisionNumber) - Method in class org.apache.slide.content.ContentImpl
Create a branch based on specified revision.
format - Static variable in class org.apache.slide.content.NodeRevisionDescriptor
HTTP date format.
format(String, Object) - Static method in class org.apache.slide.util.Messages
Format a message.
format(String, Object[]) - Static method in class org.apache.slide.util.Messages
Format a message.
format(String, Object, Object) - Static method in class org.apache.slide.util.Messages
Format a message.
format(String, Object, Object, Object) - Static method in class org.apache.slide.util.Messages
Format a message.
formats - Static variable in class org.apache.slide.content.NodeRevisionDescriptor
Date formats using for Date parsing.

G

get(Object) - Method in interface org.apache.slide.util.ObjectCache
Get the object associated with the key.
get(Object) - Method in class org.apache.slide.util.AbstractObjectCache
Get the object associated with the key.
get(Object) - Method in class org.apache.slide.util.HashMap
Returns the value associated with the given key
get(Object) - Method in class org.apache.slide.util.HashMapObjectCache
Get the object associated with the key.
getActionNode(Namespace, String) - Method in class org.apache.slide.common.NamespaceConfig
Retrieve an action node.
getActionUri() - Method in class org.apache.slide.security.NodePermission
Action Uri accessor.
getApplicationLogger() - Method in class org.apache.slide.common.Namespace
Return the current application logger.
getAttribute(String) - Method in class org.apache.slide.util.conf.ConfigurationImpl
Returns the value of the attribute specified by its name as a String.
getAttribute(String) - Method in class org.apache.slide.util.conf.ConfigurationElement
 
getAttribute(String) - Method in interface org.apache.slide.util.conf.Configuration
Return the value of specified attribute.
getAttribute(String, String) - Method in class org.apache.slide.util.conf.AbstractConfiguration
Returns the value of the attribute specified by its name as a String.
getAttribute(String, String) - Method in interface org.apache.slide.util.conf.Configuration
Returns the value of the attribute specified by its name as a String, or the default value if no attribute by that name exists or is empty.
getAttributeAsBoolean(String) - Method in class org.apache.slide.util.conf.AbstractConfiguration
Returns the value of the attribute specified by its name as a boolean.
getAttributeAsBoolean(String) - Method in interface org.apache.slide.util.conf.Configuration
Return the boolean value of the specified parameter contained in this node.
getAttributeAsBoolean(String, boolean) - Method in class org.apache.slide.util.conf.AbstractConfiguration
Returns the value of the attribute specified by its name as a boolean.
getAttributeAsBoolean(String, boolean) - Method in interface org.apache.slide.util.conf.Configuration
Returns the value of the attribute specified by its name as a boolean, or the default value if no attribute by that name exists or is empty.
getAttributeAsFloat(String) - Method in class org.apache.slide.util.conf.AbstractConfiguration
Returns the value of the attribute specified by its name as a float.
getAttributeAsFloat(String) - Method in interface org.apache.slide.util.conf.Configuration
Return the float value of the specified parameter contained in this node.
getAttributeAsFloat(String, float) - Method in class org.apache.slide.util.conf.AbstractConfiguration
Returns the value of the attribute specified by its name as a float.
getAttributeAsFloat(String, float) - Method in interface org.apache.slide.util.conf.Configuration
Returns the value of the attribute specified by its name as a float, or the default value if no attribute by that name exists or is empty.
getAttributeAsInt(String) - Method in class org.apache.slide.util.conf.AbstractConfiguration
Returns the value of the attribute specified by its name as an int.
getAttributeAsInt(String) - Method in interface org.apache.slide.util.conf.Configuration
Return the int value of the specified attribute contained in this node.
getAttributeAsInt(String, int) - Method in class org.apache.slide.util.conf.AbstractConfiguration
Returns the value of the attribute specified by its name as an int.
getAttributeAsInt(String, int) - Method in interface org.apache.slide.util.conf.Configuration
Returns the value of the attribute specified by its name as a int, or the default value if no attribute by that name exists or is empty.
getAttributeAsLong(String) - Method in class org.apache.slide.util.conf.AbstractConfiguration
Returns the value of the attribute specified by its name as a long.
getAttributeAsLong(String) - Method in interface org.apache.slide.util.conf.Configuration
Returns the value of the attribute specified by its name as a long.
getAttributeAsLong(String, long) - Method in class org.apache.slide.util.conf.AbstractConfiguration
Returns the value of the attribute specified by its name as a long.
getAttributeAsLong(String, long) - Method in interface org.apache.slide.util.conf.Configuration
Returns the value of the attribute specified by its name as a long, or the default value if no attribute by that name exists or is empty.
getAttributeNames() - Method in class org.apache.slide.util.conf.Element
 
getAttributeValue(String) - Method in class org.apache.slide.util.conf.Element
 
getAutoCreateUsersRole() - Method in class org.apache.slide.common.NamespaceConfig
Get the class name of the role which will be used to create nodes which are automatically created when isAutoCreateUsers() returns true.
getBranch() - Method in class org.apache.slide.content.BranchNotFoundException
Branch accessor.
getBranchName() - Method in class org.apache.slide.content.NodeRevisionDescriptor
Branch name accessor.
getBranchQualifier() - Method in class org.apache.slide.transaction.SlideXid
Obtain the transaction branch identifier part of XID as an array of bytes.
getCacheInfoToken() - Method in interface org.apache.slide.common.SlideToken
Returns the CacheInfo token.
getCacheInfoToken() - Method in class org.apache.slide.common.SlideTokenImpl
Returns the CacheInfo token.
getCacheInfoToken() - Method in class org.apache.slide.common.SlideTokenWrapper
Returns the CacheInfo token.
getCauseException() - Method in class org.apache.slide.common.ServiceAccessException
return the cause exception, if supplied, else null.
getChild(String) - Method in class org.apache.slide.util.conf.Element
 
getChildren() - Method in class org.apache.slide.structure.ObjectNode
Deprecated.  
getChildren() - Method in class org.apache.slide.util.conf.Element
 
getChildren(SlideToken, ObjectNode) - Method in class org.apache.slide.structure.StructureImpl
 
getChildren(SlideToken, ObjectNode) - Method in interface org.apache.slide.structure.Structure
Returns the children of a node.
getChildren(String) - Method in class org.apache.slide.util.conf.Element
 
getComment() - Method in class org.apache.slide.util.conf.Element
 
getConfig() - Method in class org.apache.slide.common.Namespace
Returns the namespace configuration.
getConfiguration() - Method in class org.apache.slide.util.conf.ConfigurationException
Get the Configuration element.
getConfiguration(String) - Method in class org.apache.slide.util.conf.AbstractConfiguration
Return the first Configuration object child of this associated with the given name.
getConfiguration(String) - Method in class org.apache.slide.util.conf.ConfigurationImpl
Return the first Configuration object child of this associated with the given name or null.
getConfiguration(String) - Method in class org.apache.slide.util.conf.ConfigurationElement
 
getConfiguration(String) - Method in interface org.apache.slide.util.conf.Configuration
Return a new Configuration instance encapsulating the specified child node.
getConfigurations(String) - Method in class org.apache.slide.util.conf.ConfigurationImpl
Return an Enumeration of Configuration objects children of this associated with the given name.
getConfigurations(String) - Method in class org.apache.slide.util.conf.ConfigurationElement
 
getConfigurations(String) - Method in interface org.apache.slide.util.conf.Configuration
Return an Enumeration of Configuration elements containing all node children with the specified name.
getContent() - Method in class org.apache.slide.content.NodeRevisionContent
Content accessor.
getContentBytes() - Method in class org.apache.slide.content.NodeRevisionContent
Content accessor.
getContentHelper() - Method in interface org.apache.slide.common.NamespaceAccessToken
Get the version helper.
getContentHelper() - Method in class org.apache.slide.common.NamespaceAccessTokenImpl
Get the content helper.
getContentInterceptors() - Method in class org.apache.slide.common.Namespace
Get content interceptors associated with this namespace.
getContentInterceptors() - Method in class org.apache.slide.common.NamespaceConfig
Get content interceptors.
getContentLanguage() - Method in class org.apache.slide.content.NodeRevisionDescriptor
Content language accessor.
getContentLength() - Method in class org.apache.slide.content.NodeRevisionDescriptor
Content length accessor.
getContentType() - Method in class org.apache.slide.content.NodeRevisionDescriptor
Get the MIME content type of the data (if any).
getCreateObjectAction() - Method in class org.apache.slide.common.NamespaceConfig
Create object action accessor.
getCreateRevisionContentAction() - Method in class org.apache.slide.common.NamespaceConfig
Create revision content accessor.
getCreateRevisionMetadataAction() - Method in class org.apache.slide.common.NamespaceConfig
Create revision metadata accessor.
getCreationDate() - Method in class org.apache.slide.content.NodeRevisionDescriptor
Creation date accessor.
getCreationDateAsDate() - Method in class org.apache.slide.content.NodeRevisionDescriptor
Creation date accessor.
getCredentialsToken() - Method in interface org.apache.slide.common.SlideToken
Returns the credentials token.
getCredentialsToken() - Method in class org.apache.slide.common.SlideTokenImpl
Returns the credentials token.
getCredentialsToken() - Method in class org.apache.slide.common.SlideTokenWrapper
Returns the credentials token.
getData() - Method in class org.apache.slide.util.conf.Element
 
getDefault() - Static method in class org.apache.slide.util.Configuration
Returns the default configuration file.
getDefaultAction() - Method in class org.apache.slide.common.NamespaceConfig
Default action accessor.
getDefaultNamespace() - Method in class org.apache.slide.common.EmbeddedDomain
Return the default namespace of this domain.
getDefaultNamespace() - Static method in class org.apache.slide.common.Domain
Return the default namespace of this domain.
getDefaultProperties(String) - Method in class org.apache.slide.common.NamespaceConfig
Get default properties for a given role.
getDefaultStoreInstance() - Method in class org.apache.slide.store.AbstractStore
Return the default store instance.
getDomainFileName() - Static method in class org.apache.slide.common.Domain
Access the file name of domain.xml.
getExceptionsCount() - Method in class org.apache.slide.common.NestedSlideException
Return the count of nested exceptions.
getExpirationDate() - Method in class org.apache.slide.lock.NodeLock
Expiration date accessor.
getFilesPath() - Method in class org.apache.slide.common.NamespaceConfig
Files path accessor.
getFormatId() - Method in class org.apache.slide.transaction.SlideXid
Obtain the format identifier part of the XID.
getGlobalTransactionId() - Method in class org.apache.slide.transaction.SlideXid
Obtain the global transaction identifier part of XID as an array of bytes.
getGrantPermissionAction() - Method in class org.apache.slide.common.NamespaceConfig
Grant permission accessor.
getGuestPath() - Method in class org.apache.slide.common.NamespaceConfig
Guest path accessor.
getInitialRevision() - Method in class org.apache.slide.content.NodeRevisionDescriptors
Get initial revision.
getKey() - Method in class org.apache.slide.util.HashMap.Entry
 
getKeys() - Method in class org.apache.slide.util.Messages.EmptyResourceBundle
 
getKillLockAction() - Method in class org.apache.slide.common.NamespaceConfig
Kill lock accessor.
getLastModified() - Method in class org.apache.slide.content.NodeRevisionDescriptor
Last modification date accessor.
getLastModifiedAsDate() - Method in class org.apache.slide.content.NodeRevisionDescriptor
Creation date accessor.
getLatestRevision() - Method in class org.apache.slide.content.NodeRevisionDescriptors
Get latest revision from main branch.
getLatestRevision(String) - Method in class org.apache.slide.content.NodeRevisionDescriptors
Get latest revision from a branch.
getLinkedUri() - Method in class org.apache.slide.structure.LinkNode
Get linked Uri.
getLinkUri() - Method in class org.apache.slide.structure.LinkedObjectNotFoundException
Link Uri accessor.
getLocation() - Method in class org.apache.slide.util.conf.AbstractConfiguration
Return a String indicating the position of this configuration element in a source file or URI or null.
getLocation() - Method in interface org.apache.slide.util.conf.Configuration
Return a String indicating the position of this configuration element in a source file or URI.
getLockHelper() - Method in interface org.apache.slide.common.NamespaceAccessToken
Get the lock helper.
getLockHelper() - Method in class org.apache.slide.common.NamespaceAccessTokenImpl
Get the lock helper.
getLockId() - Method in class org.apache.slide.lock.NodeLock
Get lock identifier.
getLockObjectAction() - Method in class org.apache.slide.common.NamespaceConfig
Lock object accessor.
getLogger() - Method in class org.apache.slide.common.Namespace
Return the current logger.
getLogger() - Method in class org.apache.slide.common.AbstractServiceBase
Logger accessor.
getLogger() - Method in interface org.apache.slide.common.NamespaceAccessToken
Get namespace logger.
getLogger() - Method in interface org.apache.slide.common.Service
Get logger associated with the service.
getLogger() - Method in class org.apache.slide.common.NamespaceAccessTokenImpl
Get namespace logger.
getLogger() - Method in class org.apache.slide.common.EmbeddedDomain
Deprecated. Use the namespace loggers instead
getLogger() - Static method in class org.apache.slide.common.Domain
Get the Domain logger.
getLogger() - Method in class org.apache.slide.transaction.SlideTransactionManager
Get the logger associated with the transaction manager.
getLoggerLevel() - Method in class org.apache.slide.util.logger.SimpleLogger
Logger level getter.
getLoggerLevel() - Method in interface org.apache.slide.util.logger.Logger
Get the logger level for the default channel
getLoggerLevel(String) - Method in class org.apache.slide.util.logger.SimpleLogger
Logger level getter.
getLoggerLevel(String) - Method in interface org.apache.slide.util.logger.Logger
Get the logger level for the specified channel
getMacroHelper() - Method in interface org.apache.slide.common.NamespaceAccessToken
Get the macro helper.
getMacroHelper() - Method in class org.apache.slide.common.NamespaceAccessTokenImpl
Get the macro helper.
getMajor() - Method in class org.apache.slide.content.NodeRevisionNumber
Get the first number in the revision number.
getMessage() - Method in class org.apache.slide.util.conf.ConfigurationException
Return this ConfigurationException (if possible with location information).
getMinor() - Method in class org.apache.slide.content.NodeRevisionNumber
Get the second number in the revision number.
getModifyRevisionContentAction() - Method in class org.apache.slide.common.NamespaceConfig
Modify revision content accessor.
getModifyRevisionMetadataAction() - Method in class org.apache.slide.common.NamespaceConfig
Modify revision metadata accessor.
getName() - Method in interface org.apache.slide.common.SlideMBean
Retruns the Slide component name.
getName() - Method in class org.apache.slide.common.Namespace
Gets the qulified name of the namespace.
getName() - Method in interface org.apache.slide.common.NamespaceAccessToken
Get namespace name.
getName() - Method in class org.apache.slide.common.Slide
Retruns the Slide component name.
getName() - Method in class org.apache.slide.common.NamespaceAccessTokenImpl
Get namespace name.
getName() - Method in class org.apache.slide.content.NodeRevisionDescriptor
Name accessor.
getName() - Method in class org.apache.slide.content.NodeProperty
Property name accessor.
getName() - Method in class org.apache.slide.search.SearchLanguage
Returns this language's name.
getName() - Method in class org.apache.slide.store.AbstractStore
Return the name of the store as specified in domain.xml.
getName() - Method in interface org.apache.slide.store.Store
Return the name of the store as specified in domain.xml.
getName() - Method in class org.apache.slide.util.conf.ConfigurationImpl
Returns the name of this configuration element.
getName() - Method in class org.apache.slide.util.conf.ConfigurationElement
 
getName() - Method in class org.apache.slide.util.conf.Element
 
getName() - Method in interface org.apache.slide.util.conf.Configuration
Return the name of the node.
getNamespace() - Method in class org.apache.slide.common.Uri
Return the namespace to which this Uri belongs.
getNamespace() - Method in class org.apache.slide.content.NodeProperty
Namespace accessor.
getNamespace(String) - Method in class org.apache.slide.common.EmbeddedDomain
Get a namespace.
getNamespace(String) - Static method in class org.apache.slide.common.Domain
Get a namespace.
getNamespaceConfig() - Method in interface org.apache.slide.common.NamespaceAccessToken
Retrive the namespace configuration.
getNamespaceConfig() - Method in class org.apache.slide.common.NamespaceAccessTokenImpl
Retrive the namespace configuration.
getNamespaceToken(String) - Method in class org.apache.slide.common.DomainAccessToken
Get a namespace.
getNamespaceToken(String) - Method in class org.apache.slide.common.EmbeddedDomain
Access a Namespace.
getNbDigits() - Method in class org.apache.slide.content.NodeRevisionNumber
Return number of digits if the revision number.
getNumber() - Method in class org.apache.slide.content.RevisionNotFoundException
Revision Id accessor.
getNumber() - Method in class org.apache.slide.content.RevisionContentNotFoundException
Revision number accessor.
getNumber() - Method in class org.apache.slide.content.RevisionAlreadyExistException
Revision number accessor.
getNumber(int) - Method in class org.apache.slide.content.NodeRevisionNumber
Get a number by specifying its order.
getObjectUri() - Method in class org.apache.slide.content.BranchNotFoundException
Object Uri accessor.
getObjectUri() - Method in class org.apache.slide.content.RevisionNotFoundException
Object Uri accessor.
getObjectUri() - Method in class org.apache.slide.content.RevisionDescriptorNotFoundException
Object Uri accessor.
getObjectUri() - Method in class org.apache.slide.content.NodeNotVersionedException
Object Uri accessor.
getObjectUri() - Method in class org.apache.slide.content.RevisionContentNotFoundException
Object Uri accessor.
getObjectUri() - Method in class org.apache.slide.content.RevisionAlreadyExistException
Object Uri accessor.
getObjectUri() - Method in class org.apache.slide.lock.NodeLock
Locked object accessor.
getObjectUri() - Method in class org.apache.slide.lock.ObjectLockedException
Object Uri accessor.
getObjectUri() - Method in class org.apache.slide.macro.ConflictException
Object Uri accessor.
getObjectUri() - Method in class org.apache.slide.macro.ForbiddenException
Object Uri accessor.
getObjectUri() - Method in class org.apache.slide.security.NodePermission
Object Uri accessor.
getObjectUri() - Method in class org.apache.slide.security.AccessDeniedException
Object Uri accessor.
getObjectUri() - Method in class org.apache.slide.structure.ObjectAlreadyExistsException
Object Uri accessor.
getObjectUri() - Method in class org.apache.slide.structure.ObjectNotFoundException
Object Uri accessor.
getObjectUri() - Method in class org.apache.slide.structure.ObjectHasChildrenException
Object Uri accessor.
getParameter(String) - Method in class org.apache.slide.common.NamespaceConfig
Get parameter value.
getParameterNames() - Method in interface org.apache.slide.common.SlideToken
Return parameter list.
getParameterNames() - Method in class org.apache.slide.common.SlideTokenImpl
Return parameter list.
getParameterNames() - Method in class org.apache.slide.common.SlideTokenWrapper
Return parameter list.
getParent() - Method in class org.apache.slide.util.conf.Element
 
getParent(SlideToken, ObjectNode) - Method in class org.apache.slide.structure.StructureImpl
 
getParent(SlideToken, ObjectNode) - Method in interface org.apache.slide.structure.Structure
Returns the parent of a node.
getParentUri() - Method in class org.apache.slide.common.Uri
Get the parent uri.
getParentUri() - Method in class org.apache.slide.common.ScopeTokenizer
Get the parent Uri of the top level scope.
getParentUri() - Method in class org.apache.slide.common.UriTokenizer
Get the parent uri.
getPrincipal(SlideToken) - Method in class org.apache.slide.security.SecurityImpl
Get the principal associated with the credentials token.
getPrincipal(SlideToken) - Method in interface org.apache.slide.security.Security
Get the principal associated with the credentials token.
getPrivateCredentials() - Method in class org.apache.slide.authenticate.CredentialsToken
Returns the private credentials.
getProperties() - Method in class org.apache.slide.content.NodeRevisionDescriptor
Properties accessor.
getPropertiesNames() - Method in class org.apache.slide.content.NodeRevisionDescriptor
Deprecated. Replaced by enumeratePropertiesName
getPropertiesValues() - Method in class org.apache.slide.content.NodeRevisionDescriptor
Deprecated. Replaced by enumerate properties
getProperty(String) - Method in class org.apache.slide.content.NodeRevisionDescriptor
Property accessor.
getProperty(String, String) - Method in class org.apache.slide.content.NodeRevisionDescriptor
Property accessor.
getPublicCredentials() - Method in class org.apache.slide.authenticate.CredentialsToken
Returns the public creddentials.
getReadLocksAction() - Method in class org.apache.slide.common.NamespaceConfig
Read locks accessor.
getReadObjectAction() - Method in class org.apache.slide.common.NamespaceConfig
Read object action accessor.
getReadPermissionsAction() - Method in class org.apache.slide.common.NamespaceConfig
Read permissions accessor.
getReadRevisionContentAction() - Method in class org.apache.slide.common.NamespaceConfig
Read revision content accessor.
getReadRevisionMetadataAction() - Method in class org.apache.slide.common.NamespaceConfig
Read revision metadata accessor.
getRelative() - Method in class org.apache.slide.common.Uri
Get the relative path to the matched scope.
getRemoveObjectAction() - Method in class org.apache.slide.common.NamespaceConfig
Remove object accessor.
getRemoveRevisionContentAction() - Method in class org.apache.slide.common.NamespaceConfig
Remove revision content accessor.
getRemoveRevisionMetadataAction() - Method in class org.apache.slide.common.NamespaceConfig
Remove revision metadata accessor.
getRevisionNumber() - Method in class org.apache.slide.content.NodeRevisionDescriptor
Revision number accessor.
getRevisionNumber() - Method in class org.apache.slide.security.NodePermission
Revision number accessor.
getRevokePermissionAction() - Method in class org.apache.slide.common.NamespaceConfig
Revoke permission accessor.
getRoleMapping(String) - Method in class org.apache.slide.common.NamespaceConfig
Get role mapping.
getRoles(ObjectNode) - Method in class org.apache.slide.security.SecurityImpl
Return the list of roles the specified node has.
getRoles(ObjectNode) - Method in interface org.apache.slide.security.Security
Return the list of roles the specified node has.
getRoles(SlideToken) - Method in class org.apache.slide.security.SecurityImpl
Return the list of roles the specified token has.
getRoles(SlideToken) - Method in interface org.apache.slide.security.Security
Return the list of roles the specified token has.
getScope() - Method in class org.apache.slide.common.Uri
Scope accessor.
getScopes() - Method in class org.apache.slide.common.Uri
Returns the scopes tokenized by the ScopeTokenizer associated with this Uri object.
getSearchDepth() - Method in class org.apache.slide.common.CacheInfoToken
Returns the searchDepth.
getSecurityHelper() - Method in interface org.apache.slide.common.NamespaceAccessToken
Get the security helper.
getSecurityHelper() - Method in class org.apache.slide.common.NamespaceAccessTokenImpl
Get the security helper.
getSize() - Method in class org.apache.slide.util.AbstractObjectCache
Get cache size.
getSize() - Method in class org.apache.slide.util.HashMapObjectCache
Get cache size.
getState() - Method in interface org.apache.slide.common.SlideMBean
Returns the state of the Slide domain.
getState() - Method in class org.apache.slide.common.Slide
Returns the state of the Slide domain.
getStateString() - Method in interface org.apache.slide.common.SlideMBean
Returns a String representation of the domain's state.
getStateString() - Method in class org.apache.slide.common.Slide
Returns a String representation of the domain's state.
getStatus() - Method in class org.apache.slide.common.NamespaceAccessTokenImpl
Obtain the status of the transaction associated with the current thread.
getStatus() - Method in class org.apache.slide.transaction.SlideTransactionManager
Obtain the status of the transaction associated with the current thread.
getStatus() - Method in class org.apache.slide.transaction.SlideTransaction
Obtain the status of the transaction associated with the current thread.
getStore() - Method in class org.apache.slide.common.Uri
Store accessor.
getStore(Scope) - Method in class org.apache.slide.common.Namespace
Get the Data Source associated with the given scope, if any.
getStrategy() - Method in class org.apache.slide.common.CacheInfoToken
Returns the strategy.
getStructureHelper() - Method in interface org.apache.slide.common.NamespaceAccessToken
Get the data helper.
getStructureHelper() - Method in class org.apache.slide.common.NamespaceAccessTokenImpl
Get the structure helper.
getSubjectUri() - Method in class org.apache.slide.lock.NodeLock
Lock owner uri accessor.
getSubjectUri() - Method in class org.apache.slide.security.NodePermission
Subject Uri mutator.
getSuccessors(NodeRevisionNumber) - Method in class org.apache.slide.content.NodeRevisionDescriptors
Get relations.
getSupportedLanguages() - Method in interface org.apache.slide.store.IndexStore
Get supported laguages list.
getSupportedLanguages(SlideToken) - Method in class org.apache.slide.search.SearchImpl
Return the allowed query languages.
getSupportedLanguages(SlideToken) - Method in interface org.apache.slide.search.Search
Return the allowed query languages.
getTargetUri() - Method in class org.apache.slide.structure.LinkedObjectNotFoundException
Target Uri accessor.
getToken() - Method in class org.apache.slide.authenticate.SecurityToken
Returns security token.
getToken() - Method in class org.apache.slide.common.Uri
Token accessor.
getTransaction() - Method in class org.apache.slide.transaction.SlideTransactionManager
Get the transaction object that represents the transaction context of the calling thread.
getTransactionManager() - Method in class org.apache.slide.common.Namespace
Transaction manager accessor.
getTransactionTimeout() - Method in class org.apache.slide.common.AbstractService
Obtain the current transaction timeout value set for this XAResource instance.
getTransactionTimeout() - Method in class org.apache.slide.common.AbstractSimpleService
Obtain the current transaction timeout value set for this XAResource instance.
getType() - Method in class org.apache.slide.content.NodeProperty
Type accessor.
getTypeUri() - Method in class org.apache.slide.lock.NodeLock
Lock type uri accessor.
getUri() - Method in class org.apache.slide.common.ScopeTokenizer
Get the parsed uri.
getUri() - Method in class org.apache.slide.content.NodeRevisionDescriptors
Uri accessor.
getUri() - Method in class org.apache.slide.structure.ObjectNode
Get object's unique resource identifier.
getUri(SlideToken, String) - Method in class org.apache.slide.common.Namespace
Builds a new uri object to access this namespace.
getUri(SlideToken, String, boolean) - Method in class org.apache.slide.common.Namespace
Builds a new uri object to access this namespace.
getUri(String) - Method in class org.apache.slide.common.Namespace
Builds a new uri object to access this namespace.
getUsersPath() - Method in class org.apache.slide.common.NamespaceConfig
Users path accessor.
getValue() - Method in class org.apache.slide.content.NodeProperty
Value accessor.
getValue() - Method in class org.apache.slide.util.HashMap.Entry
 
getValue() - Method in class org.apache.slide.util.conf.ConfigurationImpl
Returns the value of the configuration element as a String.
getValue() - Method in class org.apache.slide.util.conf.ConfigurationElement
 
getValue() - Method in interface org.apache.slide.util.conf.Configuration
Return the String value of the node.
getValue(String) - Method in class org.apache.slide.util.conf.AbstractConfiguration
Returns the value of the configuration element as a String.
getValue(String) - Method in interface org.apache.slide.util.conf.Configuration
Returns the value of the configuration element as a String.
getValueAsBoolean() - Method in class org.apache.slide.util.conf.AbstractConfiguration
Returns the value of the configuration element as a boolean.
getValueAsBoolean() - Method in interface org.apache.slide.util.conf.Configuration
Return the boolean value of the node.
getValueAsBoolean(boolean) - Method in class org.apache.slide.util.conf.AbstractConfiguration
Returns the value of the configuration element as a boolean.
getValueAsBoolean(boolean) - Method in interface org.apache.slide.util.conf.Configuration
Returns the value of the configuration element as a boolean.
getValueAsFloat() - Method in class org.apache.slide.util.conf.AbstractConfiguration
Returns the value of the configuration element as a float.
getValueAsFloat() - Method in interface org.apache.slide.util.conf.Configuration
Return the float value of the node.
getValueAsFloat(float) - Method in class org.apache.slide.util.conf.AbstractConfiguration
Returns the value of the configuration element as a float.
getValueAsFloat(float) - Method in interface org.apache.slide.util.conf.Configuration
Returns the value of the configuration element as a float.
getValueAsInt() - Method in class org.apache.slide.util.conf.AbstractConfiguration
Returns the value of the configuration element as an int.
getValueAsInt() - Method in interface org.apache.slide.util.conf.Configuration
Return the int value of the node.
getValueAsInt(int) - Method in class org.apache.slide.util.conf.AbstractConfiguration
Returns the value of the configuration element as an int.
getValueAsInt(int) - Method in interface org.apache.slide.util.conf.Configuration
Returns the value of the configuration element as an int.
getValueAsLong() - Method in class org.apache.slide.util.conf.AbstractConfiguration
Returns the value of the configuration element as a long.
getValueAsLong() - Method in interface org.apache.slide.util.conf.Configuration
Return the long value of the node.
getValueAsLong(long) - Method in class org.apache.slide.util.conf.AbstractConfiguration
Returns the value of the configuration element as a long.
getValueAsLong(long) - Method in interface org.apache.slide.util.conf.Configuration
Returns the value of the configuration element as a long.
getXAErrorCode(Throwable) - Static method in class org.apache.slide.transaction.SlideTransaction
Return a String representation of the error code contained in a XAException.
getXAErrorCode(XAException) - Static method in class org.apache.slide.transaction.SlideTransaction
Return a String representation of the error code contained in a XAException.
getXAFlag(int) - Static method in class org.apache.slide.transaction.SlideTransaction
Return a String representation of a flag.
grantPermission(SlideToken, NodePermission) - Method in class org.apache.slide.security.SecurityImpl
Grants a new permission.
grantPermission(SlideToken, NodePermission) - Method in interface org.apache.slide.security.Security
Grants a new permission.
grantPermission(SlideToken, ObjectNode, SubjectNode, ActionNode) - Method in class org.apache.slide.security.SecurityImpl
Grants a new permission.
grantPermission(SlideToken, ObjectNode, SubjectNode, ActionNode) - Method in interface org.apache.slide.security.Security
Grants a new permission.
grantPermission(SlideToken, ObjectNode, SubjectNode, ActionNode, boolean) - Method in class org.apache.slide.security.SecurityImpl
Grants a new permission.
grantPermission(SlideToken, ObjectNode, SubjectNode, ActionNode, boolean) - Method in interface org.apache.slide.security.Security
Grants a new permission.
grantPermission(Uri, NodePermission) - Method in class org.apache.slide.store.AbstractStore
Store an object permissions in the Descriptors Store.
grantPermission(Uri, NodePermission) - Method in class org.apache.slide.store.StandardStore
Store an object permissions in the Descriptors Store.
grantPermission(Uri, NodePermission) - Method in interface org.apache.slide.store.SecurityStore
Grant a new permission.
grantPermissionAction - Variable in class org.apache.slide.common.NamespaceConfig
Grant permission action.
GroupNode - class org.apache.slide.structure.GroupNode.
GroupNode class
GroupNode() - Constructor for class org.apache.slide.structure.GroupNode
Constructor.
GroupNode(String) - Constructor for class org.apache.slide.structure.GroupNode
Default constructor.
GroupNode(String, Vector, Vector) - Constructor for class org.apache.slide.structure.GroupNode
Default constructor.
guestPath - Variable in class org.apache.slide.common.NamespaceConfig
Guest user path.

H

handleGetObject(String) - Method in class org.apache.slide.util.Messages.EmptyResourceBundle
 
hasAttributes() - Method in class org.apache.slide.util.conf.Element
 
hasChild(ObjectNode) - Method in class org.apache.slide.structure.ObjectNode
Test if this object has the specified child.
hasChild(String) - Method in class org.apache.slide.structure.ObjectNode
Test if object has the specified child.
hasChildren() - Method in class org.apache.slide.structure.ObjectNode
Test if object has children.
hasChildren() - Method in class org.apache.slide.util.conf.Element
 
hasExpired() - Method in class org.apache.slide.lock.NodeLock
Expiration test.
hash - Variable in class org.apache.slide.util.HashMap.Entry
 
hashCode() - Method in class org.apache.slide.common.Uri
Hash code.
hashCode() - Method in class org.apache.slide.common.Scope
Hash code.
hashCode() - Method in class org.apache.slide.content.NodeRevisionNumber
HashCode.
hashCode() - Method in class org.apache.slide.content.NodeProperty
Hash Code.
hashCode() - Method in class org.apache.slide.security.NodePermission
Hash Code.
hashCode() - Method in class org.apache.slide.util.HashMap
Returns the hashCode for this Map.
hashCode() - Method in class org.apache.slide.util.HashMap.Entry
 
HashMap - class org.apache.slide.util.HashMap.
My implementation of a JDK 1.2 Map.
HashMap.Bucket - class org.apache.slide.util.HashMap.Bucket.
The Entry bucket used by this Map implementation
HashMap.Bucket(HashMap) - Constructor for class org.apache.slide.util.HashMap.Bucket
 
HashMap.Entry - class org.apache.slide.util.HashMap.Entry.
An object representing an entry in the Map table
HashMap.Entry(HashMap, int, Object, Object) - Constructor for class org.apache.slide.util.HashMap.Entry
 
HashMap() - Constructor for class org.apache.slide.util.HashMap
Creates a new HashMap with the default number of buckets
HashMap(int) - Constructor for class org.apache.slide.util.HashMap
Creates a new HashMap with the given number of buckets.
HashMapEntryIterator - class org.apache.slide.util.HashMapEntryIterator.
 
HashMapEntryIterator(HashMap.Bucket[]) - Constructor for class org.apache.slide.util.HashMapEntryIterator
 
HashMapKeyIterator - class org.apache.slide.util.HashMapKeyIterator.
 
HashMapKeyIterator(HashMap.Bucket[]) - Constructor for class org.apache.slide.util.HashMapKeyIterator
 
HashMapObjectCache - class org.apache.slide.util.HashMapObjectCache.
Object cache implementation using Keith Visco's HashMap structure.
HashMapObjectCache() - Constructor for class org.apache.slide.util.HashMapObjectCache
Constructor.
HashMapObjectCache(int, int, double) - Constructor for class org.apache.slide.util.HashMapObjectCache
Constructor.
hasMoreElements() - Method in class org.apache.slide.common.ScopeTokenizer
True if the ScopeTokenizer contains additional scopes.
hasMoreElements() - Method in class org.apache.slide.common.UriTokenizer
True if the UriTokenizer contains additional scopes.
hasMoreElements() - Method in class org.apache.slide.util.Messages.EmptyResourceBundle
 
hasMoreTokens() - Method in class org.apache.slide.common.ScopeTokenizer
True if the ScopeTokenizer contains additional scopes.
hasMoreTokens() - Method in class org.apache.slide.common.UriTokenizer
True if the UriTokenizer contains additional scopes.
hasNext() - Method in interface org.apache.slide.util.Iterator
 
hasNext() - Method in class org.apache.slide.util.HashMapEntryIterator
 
hasPermission(ObjectNode, SubjectNode, ActionNode) - Method in class org.apache.slide.security.SecurityImpl
Check whether or not an actor can perform the specified activity on a collection.
hasPermission(ObjectNode, SubjectNode, ActionNode) - Method in interface org.apache.slide.security.Security
Check whether or not an actor can perform the specified activity on a collection.
hasRevisions() - Method in class org.apache.slide.content.NodeRevisionDescriptors
Has revision ?
hasRole(ObjectNode, String) - Method in class org.apache.slide.security.SecurityImpl
Check whether or not the current user has the specified role.
hasRole(ObjectNode, String) - Method in interface org.apache.slide.security.Security
Check whether or not the current user has the specified role.
hasRole(SlideToken, String) - Method in class org.apache.slide.security.SecurityImpl
Check whether or not the current user has the specified role.
hasRole(SlideToken, String) - Method in interface org.apache.slide.security.Security
Check whether or not the current user has the specified role.

I

ignorableWhitespace(char[], int, int) - Method in class org.apache.slide.util.conf.Populate
Ignoreable whitespace is just space inside an element that only contains other elements.
importData(SlideToken, Configuration) - Method in interface org.apache.slide.common.NamespaceAccessToken
Import data from configuration object.
importData(SlideToken, Configuration) - Method in class org.apache.slide.common.NamespaceAccessTokenImpl
Import data from Avalon configuration object.
importData(SlideToken, Reader) - Method in interface org.apache.slide.common.NamespaceAccessToken
Import data from reader.
importData(SlideToken, Reader) - Method in class org.apache.slide.common.NamespaceAccessTokenImpl
Import data from reader.
index(Uri, NodeRevisionDescriptor, NodeRevisionContent) - Method in interface org.apache.slide.store.IndexStore
Index an object content.
IndexStore - interface org.apache.slide.store.IndexStore.
Store for Index.
INFO - Static variable in interface org.apache.slide.util.logger.Logger
The INFO logging level (anything logged under this level means that an informative message must be logged).
info(Object) - Static method in class org.apache.slide.common.Domain
Info.
inheritable - Variable in class org.apache.slide.security.NodePermission
Inheritance flag.
inheritance - Variable in class org.apache.slide.lock.NodeLock
Lock is inheritable.
init() - Method in interface org.apache.slide.common.SlideMBean
Auto initializes domain.
init() - Method in class org.apache.slide.common.Slide
Auto initializes domain.
init(Configuration) - Static method in class org.apache.slide.common.Domain
Domain initialization routine using Avalon configuration parser.
init(InputStream) - Static method in class org.apache.slide.common.Domain
Domain initialization routine using Avalon configuration parser.
init(String) - Method in interface org.apache.slide.common.SlideMBean
Initializes domain, and specify a configuration file to use.
init(String) - Method in class org.apache.slide.common.Slide
Initializes domain, and specify a configuration file to use.
init(String) - Static method in class org.apache.slide.common.Domain
Domain initialization routine using Avalon configuration parser.
init(URL) - Static method in class org.apache.slide.common.Domain
Domain initialization routine using Avalon configuration parser.
initialize(NamespaceAccessToken) - Method in class org.apache.slide.common.AbstractServiceBase
Initializes service.
initialize(NamespaceAccessToken) - Method in interface org.apache.slide.common.Service
Initializes service.
initialize(NamespaceAccessToken) - Method in class org.apache.slide.store.AbstractStore
Initializes descriptors store.
initialize(NamespaceAccessToken) - Method in class org.apache.slide.store.StandardStore
Initializes descriptors store.
initializeAsDummyConfig(Namespace) - Method in class org.apache.slide.common.NamespaceConfig
Create a dummy config, used to create the base namespace data.
initializeNamespaceConfig(Namespace, Configuration) - Method in class org.apache.slide.common.NamespaceConfig
Initialize the Namespace configuration using the given Configuration object.
initializeNamespaceParameters(Namespace, Configuration) - Method in class org.apache.slide.common.NamespaceConfig
Initialize the Namespace configuration using the given Configuration object.
initializeServices() - Method in class org.apache.slide.common.Namespace
At the end of the service registration, this service is called to perform any required initialization task.
initialRevision - Static variable in class org.apache.slide.content.NodeRevisionDescriptors
 
initialSize - Variable in class org.apache.slide.util.AbstractObjectCache
Initial cache size.
IntegratedLocking - Static variable in class org.apache.slide.util.Configuration.Property
Property specifying that internal locking checks are enabled.
IntegratedSecurity - Static variable in class org.apache.slide.util.Configuration.Property
Property specifying that internal security checking is enabled.
invalidateServices() - Method in class org.apache.slide.common.Uri
Invalidate the current Services and PK.
InvalidNamespaceConfigurationException - exception org.apache.slide.common.InvalidNamespaceConfigurationException.
Invalid Namespace configuration.
InvalidNamespaceConfigurationException(Namespace, String) - Constructor for class org.apache.slide.common.InvalidNamespaceConfigurationException
Constructor.
InvalidQueryException - exception org.apache.slide.search.InvalidQueryException.
Generic search exception.
InvalidQueryException(String) - Constructor for class org.apache.slide.search.InvalidQueryException
Constructor.
invokeInterceptors(SlideToken, NodeRevisionDescriptors, NodeRevisionDescriptor, NodeRevisionContent, int) - Method in class org.apache.slide.content.ContentImpl
Invoke content interceptors.
isAutoCreateUsers() - Method in class org.apache.slide.common.NamespaceConfig
Is automcatic user creation active ?
isConnected() - Method in class org.apache.slide.common.AbstractServiceBase
This function tells whether or not the service is connected.
isConnected() - Method in interface org.apache.slide.common.Service
This function tells whether or not the service is connected.
isConnected() - Method in class org.apache.slide.store.AbstractStore
This function tells whether or not the descriptors store is connected.
isDebugEnabled() - Static method in class org.apache.slide.common.Domain
Check if the default channel with the DEBUG level is enabled for logging.
isEmpty() - Method in class org.apache.slide.common.NamespaceException
Returns true if no exceptions have been put in this exception.
isEmpty() - Method in class org.apache.slide.common.NestedSlideException
Returns true if no exceptions have been put in this exception.
isEmpty() - Method in class org.apache.slide.util.HashMap
Returns true if this map contains no entries
isEnabled(int) - Static method in class org.apache.slide.common.Domain
Check if the default channel with the specified level is enabled for logging.
isEnabled(int) - Method in class org.apache.slide.util.logger.SimpleLogger
Check if the default channel with the specified level is enabled for logging.
isEnabled(int) - Method in interface org.apache.slide.util.logger.Logger
Check if the default channel with the specified level is enabled for logging.
isEnabled(String, int) - Static method in class org.apache.slide.common.Domain
Check if the channel with the specified level is enabled for logging.
isEnabled(String, int) - Method in class org.apache.slide.util.logger.SimpleLogger
Check if the channel with the specified level is enabled for logging.
isEnabled(String, int) - Method in interface org.apache.slide.util.logger.Logger
Check if the channel with the specified level is enabled for logging.
isEnforceLockTokens() - Method in interface org.apache.slide.common.SlideToken
Use lock tokens in lock resolution ?
isEnforceLockTokens() - Method in class org.apache.slide.common.SlideTokenImpl
Use lock tokens in lock resolution ?
isEnforceLockTokens() - Method in class org.apache.slide.common.SlideTokenWrapper
Use lock tokens in lock resolution ?
isErrorEnabled() - Static method in class org.apache.slide.common.Domain
Check if the default channel with the ERROR level is enabled for logging.
isExclusive() - Method in class org.apache.slide.lock.NodeLock
Exclusive flag accessor.
isFlushOnCommandDone() - Method in class org.apache.slide.common.CacheInfoToken
Returns the searchDepth.
isForceStoreEnlistment() - Method in interface org.apache.slide.common.SlideToken
Force store enlistment flag accessor.
isForceStoreEnlistment() - Method in class org.apache.slide.common.SlideTokenImpl
Force store enlistment flag accessor.
isForceStoreEnlistment() - Method in class org.apache.slide.common.SlideTokenWrapper
Force store enlistment flag accessor.
isForceStoreEnlistment(Uri) - Method in class org.apache.slide.store.AbstractStore
Return true if the store should also be enlisted for a read operation.
isInfoEnabled() - Static method in class org.apache.slide.common.Domain
Check if the default channel with the INFO level is enabled for logging.
isInheritable() - Method in class org.apache.slide.lock.NodeLock
Inheritance flag accessor.
isInheritable() - Method in class org.apache.slide.security.NodePermission
Inheritance flag accessor.
isInitialized() - Static method in class org.apache.slide.common.Domain
Tests if the domain has been initialized before.
isLocked(SlideToken, NodeLock, boolean) - Method in interface org.apache.slide.lock.Lock
Tests if an element is locked.
isLocked(SlideToken, NodeLock, boolean) - Method in class org.apache.slide.lock.LockImpl
Tests if an element is locked.
isLocked(SlideToken, ObjectNode, SubjectNode, ActionNode, boolean) - Method in interface org.apache.slide.lock.Lock
Tests if an element is locked.
isLocked(SlideToken, ObjectNode, SubjectNode, ActionNode, boolean) - Method in class org.apache.slide.lock.LockImpl
Tests if an element is locked.
isLocked(SlideToken, ObjectNode, SubjectNode, ActionNode, boolean, boolean) - Method in interface org.apache.slide.lock.Lock
Tests if an element is locked.
isLocked(SlideToken, ObjectNode, SubjectNode, ActionNode, boolean, boolean) - Method in class org.apache.slide.lock.LockImpl
Tests if an element is locked.
isNegative() - Method in class org.apache.slide.security.NodePermission
Negative flag accessor.
isOverwrite() - Method in class org.apache.slide.macro.MacroParameters
Overwrite accessor.
isParent(Uri) - Method in class org.apache.slide.common.Uri
Tests if the given uri represents a parent object.
isProtected() - Method in class org.apache.slide.content.NodeProperty
Protected accessor.
isRecursive() - Method in class org.apache.slide.macro.MacroParameters
Recursive accessor.
isSameRM(XAResource) - Method in class org.apache.slide.common.AbstractService
This method is called to determine if the resource manager instance represented by the target object is the same as the resouce manager instance represented by the parameter xares.
isSameRM(XAResource) - Method in class org.apache.slide.common.AbstractSimpleService
This method is called to determine if the resource manager instance represented by the target object is the same as the resouce manager instance represented by the parameter xares.
isShared() - Method in class org.apache.slide.lock.NodeLock
Exclusive flag accessor.
isTrusted() - Method in class org.apache.slide.authenticate.CredentialsToken
Is this credentials token to be trusted ?
isVersioned() - Method in class org.apache.slide.content.NodeRevisionDescriptors
Use versioning accessor.
isWarningEnabled() - Static method in class org.apache.slide.common.Domain
Check if the default channel with the WARNING level is enabled for logging.
Iterator - interface org.apache.slide.util.Iterator.
An implementation of the JDK 1.2 Iterator interface.

K

key - Variable in class org.apache.slide.util.HashMap.Entry
 
keys() - Method in class org.apache.slide.util.HashMap
 
kill(SlideToken, SubjectNode) - Method in interface org.apache.slide.lock.Lock
Kills locks.
kill(SlideToken, SubjectNode) - Method in class org.apache.slide.lock.LockImpl
Kills locks.
killLock(Uri, NodeLock) - Method in class org.apache.slide.store.AbstractStore
Kills a lock.
killLock(Uri, NodeLock) - Method in class org.apache.slide.store.StandardStore
Kills a lock.
killLock(Uri, NodeLock) - Method in interface org.apache.slide.store.LockStore
Kill a lock.
killLockAction - Variable in class org.apache.slide.common.NamespaceConfig
Kill lock action.

L

LAST_MODIFIED - Static variable in class org.apache.slide.content.NodeRevisionDescriptor
Last modification date.
LINK_ROLE - Static variable in class org.apache.slide.common.NamespaceConfig
 
LinkedObjectNotFoundException - exception org.apache.slide.structure.LinkedObjectNotFoundException.
Linked object not found.
LinkedObjectNotFoundException(Uri, String) - Constructor for class org.apache.slide.structure.LinkedObjectNotFoundException
Constructor.
linkedUri - Variable in class org.apache.slide.structure.LinkNode
Linked Uri
LinkNode - class org.apache.slide.structure.LinkNode.
Link node class.
LinkNode() - Constructor for class org.apache.slide.structure.LinkNode
Constructor.
LinkNode(String) - Constructor for class org.apache.slide.structure.LinkNode
Default constructor.
LinkNode(String, Vector, Vector) - Constructor for class org.apache.slide.structure.LinkNode
Default constructor.
LinkNode(String, Vector, Vector, String) - Constructor for class org.apache.slide.structure.LinkNode
Default constructor.
links - Variable in class org.apache.slide.structure.ObjectNode
Vector of inbound links' Uris.
load() - Static method in class org.apache.slide.util.Configuration
Called by Configuration.getDefault() to load the configuration the first time.
load(InputSource, XMLReader) - Method in class org.apache.slide.util.conf.Populate
 
loadBaseData(Configuration) - Method in class org.apache.slide.common.Namespace
Parses the contents of the specified reader, and uses that info to initialize the specified Slide namespace.
loadConfiguration(Configuration) - Method in class org.apache.slide.common.Namespace
Parses the contents of the specified reader, and uses that info to initialize the specified Slide namespace.
loadDefinition(Configuration) - Method in class org.apache.slide.common.Namespace
Parses the contents of the specified definition object, and uses that info to initialize the namespace.
loadParameters(Configuration) - Method in class org.apache.slide.common.Namespace
Parses the contents of the specified reader, and uses that info to initialize the specified Slide namespace.
location - Variable in class org.apache.slide.util.conf.AbstractConfiguration
The location string containing information about this Configuration location in the source file.
Lock - interface org.apache.slide.lock.Lock.
Lock helper class.
LOCK_STORE - Static variable in class org.apache.slide.common.Namespace
 
lock(SlideToken, NodeLock) - Method in interface org.apache.slide.lock.Lock
Put a lock on a subject.
lock(SlideToken, NodeLock) - Method in class org.apache.slide.lock.LockImpl
Put a lock on a subject.
LockException - exception org.apache.slide.lock.LockException.
Lock exception.
LockException(String) - Constructor for class org.apache.slide.lock.LockException
Constructor.
lockId - Variable in class org.apache.slide.lock.NodeLock
Lock Id.
LockImpl - class org.apache.slide.lock.LockImpl.
Lock helper class.
LockImpl(Namespace, NamespaceConfig, Security) - Constructor for class org.apache.slide.lock.LockImpl
Constructor.
lockObjectAction - Variable in class org.apache.slide.common.NamespaceConfig
Lock object action.
locksCache - Variable in class org.apache.slide.store.StandardStore
Locks cache.
lockStore - Variable in class org.apache.slide.store.AbstractStore
Lock store.
LockStore - interface org.apache.slide.store.LockStore.
Store for Lock objects.
LockTokenNotFoundException - exception org.apache.slide.lock.LockTokenNotFoundException.
Lock token not found.
LockTokenNotFoundException(NodeLock) - Constructor for class org.apache.slide.lock.LockTokenNotFoundException
Constructor.
LOG_CHANNEL - Variable in class org.apache.slide.common.AbstractServiceBase
 
LOG_CHANNEL - Static variable in class org.apache.slide.transaction.SlideTransactionManager
 
LOG_CHANNEL - Static variable in class org.apache.slide.transaction.SlideTransaction
 
log(Object) - Static method in class org.apache.slide.common.Domain
Log.
log(Object) - Method in class org.apache.slide.util.logger.SimpleLogger
Log an object.
log(Object) - Method in interface org.apache.slide.util.logger.Logger
Log an object.
log(Object, int) - Static method in class org.apache.slide.common.Domain
Log.
log(Object, int) - Method in class org.apache.slide.util.logger.SimpleLogger
Log an object with the specified level.
log(Object, int) - Method in interface org.apache.slide.util.logger.Logger
Log an object with the specified level.
log(Object, String, int) - Static method in class org.apache.slide.common.Domain
Log.
log(Object, String, int) - Method in class org.apache.slide.util.logger.SimpleLogger
Log an object thru the specified channel and with the specified level.
log(Object, String, int) - Method in interface org.apache.slide.util.logger.Logger
Log an object thru the specified channel and with the specified level.
Logger - interface org.apache.slide.util.logger.Logger.
The Logger block interface.
loggerLevel - Variable in class org.apache.slide.util.logger.SimpleLogger
Logging level of the logger.
loggingLevels - Variable in class org.apache.slide.util.logger.SimpleLogger
Text values for logging priorities.

M

Macro - interface org.apache.slide.macro.Macro.
Macro helper class.
MacroException - exception org.apache.slide.macro.MacroException.
Macro exception.
MacroException(String) - Constructor for class org.apache.slide.macro.MacroException
 
MacroImpl - class org.apache.slide.macro.MacroImpl.
Macro helper class.
MacroImpl(Namespace, NamespaceConfig, Security, Content, Structure, Lock) - Constructor for class org.apache.slide.macro.MacroImpl
Constructor.
MacroParameters - class org.apache.slide.macro.MacroParameters.
Macro parameters.
MacroParameters() - Constructor for class org.apache.slide.macro.MacroParameters
Constructor.
MacroParameters(boolean, boolean) - Constructor for class org.apache.slide.macro.MacroParameters
Constructor.
MAIN_BRANCH - Static variable in class org.apache.slide.content.NodeRevisionDescriptors
 
MAJOR - Static variable in class org.apache.slide.content.NodeRevisionNumber
 
MalformedUriException - exception org.apache.slide.common.MalformedUriException.
Malformed Uri.
MalformedUriException(String) - Constructor for class org.apache.slide.common.MalformedUriException
Constructor.
marshal(NamespaceAccessToken, SlideToken, Writer, String) - Static method in class org.apache.slide.common.XMLMarshaller
Saves Slide Data to XML.
maxSize - Variable in class org.apache.slide.util.AbstractObjectCache
Maximum cache size.
md5Encoder - Static variable in class org.apache.slide.lock.NodeLock
The MD5 helper object for this class.
md5Helper - Static variable in class org.apache.slide.lock.NodeLock
MD5 message digest provider.
merge(SlideToken, String, NodeRevisionDescriptor, NodeRevisionDescriptor, NodeRevisionDescriptor, NodeRevisionContent) - Method in interface org.apache.slide.content.Content
Merge specified branches into a single branch.
merge(SlideToken, String, NodeRevisionDescriptor, NodeRevisionDescriptor, NodeRevisionDescriptor, NodeRevisionContent) - Method in class org.apache.slide.content.ContentImpl
Merge specified branches into a single branch.
merge(SlideToken, String, String, String, NodeRevisionDescriptor, NodeRevisionContent) - Method in interface org.apache.slide.content.Content
Merge specified branches into a single branch.
merge(SlideToken, String, String, String, NodeRevisionDescriptor, NodeRevisionContent) - Method in class org.apache.slide.content.ContentImpl
Merge specified branches into a single branch.
message(String) - Static method in class org.apache.slide.util.Messages
Fetch a message from the resource bundle.
Messages - class org.apache.slide.util.Messages.
Messages resource bundle manager.
Messages.EmptyResourceBundle - class org.apache.slide.util.Messages.EmptyResourceBundle.
 
Messages.EmptyResourceBundle() - Constructor for class org.apache.slide.util.Messages.EmptyResourceBundle
 
Messages() - Constructor for class org.apache.slide.util.Messages
 
MINOR - Static variable in class org.apache.slide.content.NodeRevisionNumber
 
modifyRevisionContentAction - Variable in class org.apache.slide.common.NamespaceConfig
Modify revision content action.
modifyRevisionMetadataAction - Variable in class org.apache.slide.common.NamespaceConfig
Modify revision metadata action.
move(SlideToken, String, String) - Method in interface org.apache.slide.macro.Macro
Recursive move with overwrite macro.
move(SlideToken, String, String) - Method in class org.apache.slide.macro.MacroImpl
Recursive move with overwrite macro.
move(SlideToken, String, String, MacroParameters) - Method in interface org.apache.slide.macro.Macro
Move macro.
move(SlideToken, String, String, MacroParameters) - Method in class org.apache.slide.macro.MacroImpl
Move macro.

N

NAME - Static variable in interface org.apache.slide.common.SlideMBean
Component name.
NAME - Static variable in class org.apache.slide.content.NodeRevisionDescriptor
Name.
namespace - Variable in class org.apache.slide.common.AbstractServiceBase
Namespace.
namespace - Variable in class org.apache.slide.common.ScopeTokenizer
Namespace.
namespace - Variable in class org.apache.slide.common.NamespaceAccessTokenImpl
Default namespace associated with this token.
namespace - Variable in class org.apache.slide.common.UriTokenizer
Associated namespace.
Namespace - class org.apache.slide.common.Namespace.
A Namespace contains a hierarchically organized tree of information.
Namespace() - Constructor for class org.apache.slide.common.Namespace
Constructor.
NamespaceAccessToken - interface org.apache.slide.common.NamespaceAccessToken.
The NamespaceAccessToken is an interface used to completely hide the real Namespace object reference from the client application.
NamespaceAccessTokenImpl - class org.apache.slide.common.NamespaceAccessTokenImpl.
Namespace access token implementation.
NamespaceAccessTokenImpl(Namespace) - Constructor for class org.apache.slide.common.NamespaceAccessTokenImpl
Constructor.
NamespaceConfig - class org.apache.slide.common.NamespaceConfig.
Configuration of the Namespace.
NamespaceConfig() - Constructor for class org.apache.slide.common.NamespaceConfig
 
NamespaceException - exception org.apache.slide.common.NamespaceException.
Namespace exception.
NamespaceException(String) - Constructor for class org.apache.slide.common.NamespaceException
Constructor.
namespaceTokens - Variable in class org.apache.slide.common.DomainAccessToken
Default namespace associated with this token.
negative - Variable in class org.apache.slide.security.NodePermission
Negative permission flag.
NestedSlideException - exception org.apache.slide.common.NestedSlideException.
Nested Slide exception.
NestedSlideException(String) - Constructor for class org.apache.slide.common.NestedSlideException
Constructor.
newBranch(int) - Method in class org.apache.slide.transaction.SlideXid
Create a new branch based on this Xid.
next - Variable in class org.apache.slide.util.HashMap.Entry
 
next() - Method in interface org.apache.slide.util.Iterator
 
next() - Method in class org.apache.slide.util.HashMapEntryIterator
 
next() - Method in class org.apache.slide.util.HashMapKeyIterator
 
nextElement() - Method in class org.apache.slide.common.ScopeTokenizer
Returns the next Scope as an Object.
nextElement() - Method in class org.apache.slide.common.UriTokenizer
Returns the next Uri as an Object.
nextElement() - Method in class org.apache.slide.util.Messages.EmptyResourceBundle
 
nextScope() - Method in class org.apache.slide.common.ScopeTokenizer
Returns the next Scope as a Scope object.
nextToken() - Method in class org.apache.slide.common.ScopeTokenizer
Returns the next Scope as a String object.
nextToken() - Method in class org.apache.slide.common.UriTokenizer
Returns the next Uri as a String object.
nextToken(String) - Method in class org.apache.slide.common.ScopeTokenizer
Returns the next Scope as a String object.
nextToken(String) - Method in class org.apache.slide.common.UriTokenizer
Returns the next Uri as an Uri object.
nextUri() - Method in class org.apache.slide.common.UriTokenizer
Returns the next Uri as an Uri object.
NOBODY - Static variable in class org.apache.slide.common.NamespaceConfig
Base role names.
NOBODY_ROLE - Static variable in class org.apache.slide.common.NamespaceConfig
 
NODE_STORE - Static variable in class org.apache.slide.common.Namespace
 
NodeLock - class org.apache.slide.lock.NodeLock.
NodeLock class.
NodeLock() - Constructor for class org.apache.slide.lock.NodeLock
Constructor.
NodeLock(NodeLock, String) - Constructor for class org.apache.slide.lock.NodeLock
Constructor.
NodeLock(ObjectNode, SubjectNode, ActionNode, Date, boolean) - Constructor for class org.apache.slide.lock.NodeLock
Constructor.
NodeLock(ObjectNode, SubjectNode, ActionNode, Date, boolean, boolean) - Constructor for class org.apache.slide.lock.NodeLock
Constructor.
NodeLock(String, String, String, Date, boolean) - Constructor for class org.apache.slide.lock.NodeLock
Constructor.
NodeLock(String, String, String, Date, boolean, boolean) - Constructor for class org.apache.slide.lock.NodeLock
Constructor.
NodeLock(String, String, String, String, Date, boolean, boolean) - Constructor for class org.apache.slide.lock.NodeLock
Constructor.
NodeNotVersionedException - exception org.apache.slide.content.NodeNotVersionedException.
The node is not versioned.
NodeNotVersionedException(String) - Constructor for class org.apache.slide.content.NodeNotVersionedException
Constructor.
NodePermission - class org.apache.slide.security.NodePermission.
Permission object.
NodePermission(ObjectNode, NodeRevisionNumber, SubjectNode, ActionNode, boolean, boolean) - Constructor for class org.apache.slide.security.NodePermission
Constructor 7.
NodePermission(ObjectNode, SubjectNode, ActionNode) - Constructor for class org.apache.slide.security.NodePermission
Constructor 4.
NodePermission(ObjectNode, SubjectNode, ActionNode, boolean) - Constructor for class org.apache.slide.security.NodePermission
Constructor 5.
NodePermission(ObjectNode, SubjectNode, ActionNode, boolean, boolean) - Constructor for class org.apache.slide.security.NodePermission
Constructor 6.
NodePermission(String, String, String) - Constructor for class org.apache.slide.security.NodePermission
Constructor 1.
NodePermission(String, String, String, boolean) - Constructor for class org.apache.slide.security.NodePermission
Constructor 2.
NodePermission(String, String, String, boolean, boolean) - Constructor for class org.apache.slide.security.NodePermission
Constructor 3.
NodePermission(String, String, String, String, boolean, boolean) - Constructor for class org.apache.slide.security.NodePermission
Constructor 8.
NodeProperty - class org.apache.slide.content.NodeProperty.
Node property class
NodeProperty(String, Object) - Constructor for class org.apache.slide.content.NodeProperty
Constructor.
NodeProperty(String, Object, boolean) - Constructor for class org.apache.slide.content.NodeProperty
Constructor.
NodeProperty(String, Object, String) - Constructor for class org.apache.slide.content.NodeProperty
Constructor.
NodeProperty(String, Object, String, String, boolean) - Constructor for class org.apache.slide.content.NodeProperty
Constructor.
NodeRevisionContent - class org.apache.slide.content.NodeRevisionContent.
Encapsultes the contents of a revision.
NodeRevisionContent() - Constructor for class org.apache.slide.content.NodeRevisionContent
 
NodeRevisionDescriptor - class org.apache.slide.content.NodeRevisionDescriptor.
Node Revision Descriptor class.
NodeRevisionDescriptor() - Constructor for class org.apache.slide.content.NodeRevisionDescriptor
Constructor.
NodeRevisionDescriptor(long) - Constructor for class org.apache.slide.content.NodeRevisionDescriptor
Constructor for client applications.
NodeRevisionDescriptor(NodeRevisionNumber, String, Vector, Hashtable) - Constructor for class org.apache.slide.content.NodeRevisionDescriptor
Constructor used for retrieval.
NodeRevisionDescriptors - class org.apache.slide.content.NodeRevisionDescriptors.
Node Revision Descriptors class.
NodeRevisionDescriptors() - Constructor for class org.apache.slide.content.NodeRevisionDescriptors
Client side constructor.
NodeRevisionDescriptors(boolean) - Constructor for class org.apache.slide.content.NodeRevisionDescriptors
Client side constructor.
NodeRevisionDescriptors(String, NodeRevisionNumber, Hashtable, Hashtable, Hashtable, boolean) - Constructor for class org.apache.slide.content.NodeRevisionDescriptors
Store Constructor.
NodeRevisionNumber - class org.apache.slide.content.NodeRevisionNumber.
Node Revision Number class.
NodeRevisionNumber() - Constructor for class org.apache.slide.content.NodeRevisionNumber
Create a new revision number.
NodeRevisionNumber(int, int) - Constructor for class org.apache.slide.content.NodeRevisionNumber
Create a new revision number.
NodeRevisionNumber(NodeRevisionNumber) - Constructor for class org.apache.slide.content.NodeRevisionNumber
Create a new revision number based on a previous revision number.
NodeRevisionNumber(NodeRevisionNumber, boolean) - Constructor for class org.apache.slide.content.NodeRevisionNumber
Create a new revision number based on a previous revision number.
NodeRevisionNumber(String) - Constructor for class org.apache.slide.content.NodeRevisionNumber
Create a new revision number.
nodeStore - Variable in class org.apache.slide.store.AbstractStore
Node store.
NodeStore - interface org.apache.slide.store.NodeStore.
Store for Node objects.

O

OBJECT_NAME - Static variable in interface org.apache.slide.common.SlideMBean
Object name.
ObjectAlreadyExistsException - exception org.apache.slide.structure.ObjectAlreadyExistsException.
Object already exists.
ObjectAlreadyExistsException(String) - Constructor for class org.apache.slide.structure.ObjectAlreadyExistsException
Constructor.
ObjectCache - interface org.apache.slide.util.ObjectCache.
Object cache interface.
ObjectHasChildrenException - exception org.apache.slide.structure.ObjectHasChildrenException.
Object has children.
ObjectHasChildrenException(Uri) - Constructor for class org.apache.slide.structure.ObjectHasChildrenException
Constructor.
ObjectIsAlreadyLockedException - exception org.apache.slide.lock.ObjectIsAlreadyLockedException.
Object is already locked.
ObjectIsAlreadyLockedException(String) - Constructor for class org.apache.slide.lock.ObjectIsAlreadyLockedException
Constructor.
ObjectLockedException - exception org.apache.slide.lock.ObjectLockedException.
Object is already locked.
ObjectLockedException(String) - Constructor for class org.apache.slide.lock.ObjectLockedException
Constructor.
ObjectNode - class org.apache.slide.structure.ObjectNode.
Represents any kind of object node.
ObjectNode() - Constructor for class org.apache.slide.structure.ObjectNode
Default constructor.
ObjectNode(String) - Constructor for class org.apache.slide.structure.ObjectNode
Default constructor.
ObjectNode(String, Vector, Vector) - Constructor for class org.apache.slide.structure.ObjectNode
Default constructor.
ObjectNotFoundException - exception org.apache.slide.structure.ObjectNotFoundException.
Object not found.
ObjectNotFoundException(Uri) - Constructor for class org.apache.slide.structure.ObjectNotFoundException
Constructor.
objectsCache - Variable in class org.apache.slide.store.StandardStore
Nodes cache.
objectUri - Variable in class org.apache.slide.lock.NodeLock
Locked object.
objectUri - Variable in class org.apache.slide.security.NodePermission
Object Uri.
ObjectValidationFailedException - exception org.apache.slide.common.ObjectValidationFailedException.
Thrown when an object validation fails.
ObjectValidationFailedException(String) - Constructor for class org.apache.slide.common.ObjectValidationFailedException
Constructor.
ObjectValidationFailedException(String, String) - Constructor for class org.apache.slide.common.ObjectValidationFailedException
Constructor.
org.apache.slide.authenticate - package org.apache.slide.authenticate
 
org.apache.slide.common - package org.apache.slide.common
 
org.apache.slide.content - package org.apache.slide.content
Provides classes for accessing and manipulating the content, metadata and revision history of nodes.
org.apache.slide.lock - package org.apache.slide.lock
Provides classes to access and manipulate locks.
org.apache.slide.macro - package org.apache.slide.macro
Provides high-level object management functions that help deal with complex operations.
org.apache.slide.search - package org.apache.slide.search
 
org.apache.slide.security - package org.apache.slide.security
Provides classes to access and manipulate permissions.
org.apache.slide.store - package org.apache.slide.store
 
org.apache.slide.structure - package org.apache.slide.structure
Contains classes for navigating and manipulating the hierarchy of nodes in a namespace.
org.apache.slide.transaction - package org.apache.slide.transaction
 
org.apache.slide.util - package org.apache.slide.util
 
org.apache.slide.util.conf - package org.apache.slide.util.conf
 
org.apache.slide.util.logger - package org.apache.slide.util.logger
 

P

parameters - Variable in class org.apache.slide.common.NamespaceConfig
Additional parameters.
parseQuery(Element) - Method in class org.apache.slide.search.SearchLanguage
Generate a query object from a DOM Element.
parseQuery(String) - Method in class org.apache.slide.search.SearchLanguage
Generate a query object from a String.
permissionsCache - Variable in class org.apache.slide.store.StandardStore
Permissions cache.
Populate - class org.apache.slide.util.conf.Populate.
 
Populate() - Constructor for class org.apache.slide.util.conf.Populate
 
pos - Variable in class org.apache.slide.common.ScopeTokenizer
Cursor position in the token container.
pos - Variable in class org.apache.slide.common.UriTokenizer
Position in the uri vector.
POST_RETRIEVE - Static variable in class org.apache.slide.content.ContentImpl
 
POST_STORE - Static variable in class org.apache.slide.content.ContentImpl
 
postDeregister() - Method in class org.apache.slide.common.Slide
 
postRegister(Boolean) - Method in class org.apache.slide.common.Slide
 
postRetrieveContent(SlideToken, NodeRevisionDescriptors, NodeRevisionDescriptor, NodeRevisionContent) - Method in class org.apache.slide.content.ContentInterceptor
That method will be called just after retrieving content.
postStoreContent(SlideToken, NodeRevisionDescriptors, NodeRevisionDescriptor, NodeRevisionContent) - Method in class org.apache.slide.content.ContentInterceptor
That method will be called just after storing content.
PRE_STORE - Static variable in class org.apache.slide.content.ContentImpl
 
preDeregister() - Method in class org.apache.slide.common.Slide
 
prepare(Xid) - Method in class org.apache.slide.common.AbstractService
Ask the resource manager to prepare for a transaction commit of the transaction specified in xid.
prepare(Xid) - Method in class org.apache.slide.common.AbstractSimpleService
Ask the resource manager to prepare for a transaction commit of the transaction specified in xid.
prepare(Xid) - Method in class org.apache.slide.store.AbstractStore
Ask the resource manager to prepare for a transaction commit of the transaction specified in xid.
preRegister(MBeanServer, ObjectName) - Method in class org.apache.slide.common.Slide
 
preStoreContent(SlideToken, NodeRevisionDescriptors, NodeRevisionDescriptor, NodeRevisionContent) - Method in class org.apache.slide.content.ContentInterceptor
That method will be called just before storing content.
prev - Variable in class org.apache.slide.util.HashMap.Entry
 
processingInstruction(String, String) - Method in class org.apache.slide.util.conf.Populate
 
put(Object, Object) - Method in interface org.apache.slide.util.ObjectCache
Add an object to the cache, or overwrite its value.
put(Object, Object) - Method in class org.apache.slide.util.AbstractObjectCache
Add an object to the cache, or overwrite its value.
put(Object, Object) - Method in class org.apache.slide.util.HashMap
Associated the specified value with the given key in this Map
put(Object, Object) - Method in class org.apache.slide.util.HashMapObjectCache
Add an object to the cache, or overwrite its value.
putLock(Uri, NodeLock) - Method in class org.apache.slide.store.AbstractStore
Puts a lock on a subject.
putLock(Uri, NodeLock) - Method in class org.apache.slide.store.StandardStore
Puts a lock on a subject.
putLock(Uri, NodeLock) - Method in interface org.apache.slide.store.LockStore
Create a new lock.

R

readContent() - Method in class org.apache.slide.content.NodeRevisionContent
Content accessor.
readFromStream(InputStream) - Static method in class org.apache.slide.content.NodeRevisionContent
Read the data from the stream and return the result in a byte array.
readLocksAction - Variable in class org.apache.slide.common.NamespaceConfig
Read locks action.
readObjectAction - Variable in class org.apache.slide.common.NamespaceConfig
Read object action.
readPermissionsAction - Variable in class org.apache.slide.common.NamespaceConfig
Read permissions action.
readRevisionContentAction - Variable in class org.apache.slide.common.NamespaceConfig
Read revision content action.
readRevisionMetadataAction - Variable in class org.apache.slide.common.NamespaceConfig
Read revision metadata action.
reconnectServices() - Method in class org.apache.slide.common.Uri
Reconnect the Uri services.
recover(int) - Method in class org.apache.slide.common.AbstractService
Obtain a list of prepared transaction branches from a resource manager.
recover(int) - Method in class org.apache.slide.common.AbstractSimpleService
Obtain a list of prepared transaction branches from a resource manager.
RECURSIVE_OVERWRITE_PARAMETERS - Static variable in interface org.apache.slide.macro.Macro
Recursive, overwrite macro parameters.
REFERENCE - Static variable in class org.apache.slide.common.Namespace
 
registerStore(String, Class, Hashtable, Scope, Hashtable) - Method in class org.apache.slide.common.Namespace
Used to register a Store in the namespace for the specified scope.
registerSynchronization(Synchronization) - Method in class org.apache.slide.transaction.SlideTransaction
Register a synchronization object for the transaction currently associated with the calling thread.
remove() - Method in interface org.apache.slide.util.Iterator
 
remove() - Method in class org.apache.slide.util.HashMapEntryIterator
 
remove(Object) - Method in interface org.apache.slide.util.ObjectCache
Remove object associated with the given key.
remove(Object) - Method in class org.apache.slide.util.AbstractObjectCache
Remove object associated with the given key.
remove(Object) - Method in class org.apache.slide.util.HashMap
Removes the association with the given Key in the Map.
remove(Object) - Method in class org.apache.slide.util.HashMapObjectCache
Remove object associated with the given key.
remove(SlideToken, NodeRevisionDescriptors) - Method in interface org.apache.slide.content.Content
Remove all revisions at this Uri.
remove(SlideToken, NodeRevisionDescriptors) - Method in class org.apache.slide.content.ContentImpl
Remove all revisions at this Uri.
remove(SlideToken, ObjectNode) - Method in class org.apache.slide.structure.StructureImpl
 
remove(SlideToken, ObjectNode) - Method in interface org.apache.slide.structure.Structure
Removes a node from the namespace.
remove(SlideToken, String, NodeRevisionDescriptor) - Method in interface org.apache.slide.content.Content
Remove specified revision.
remove(SlideToken, String, NodeRevisionDescriptor) - Method in class org.apache.slide.content.ContentImpl
Remove specified revision.
remove(SlideToken, String, NodeRevisionNumber) - Method in interface org.apache.slide.content.Content
Remove specified revision.
remove(SlideToken, String, NodeRevisionNumber) - Method in class org.apache.slide.content.ContentImpl
Remove specified revision.
removeAttribute(String) - Method in class org.apache.slide.util.conf.Element
 
removeChild(String) - Method in class org.apache.slide.structure.ObjectNode
Remove child.
removeChildren() - Method in class org.apache.slide.structure.ObjectNode
Remove all children.
removeLabel(String) - Method in class org.apache.slide.content.NodeRevisionDescriptor
Remove a label.
removeLabels() - Method in class org.apache.slide.content.NodeRevisionDescriptor
Remove all labels.
removeLock(Uri, NodeLock) - Method in class org.apache.slide.store.AbstractStore
Removes (cancels) a lock.
removeLock(Uri, NodeLock) - Method in class org.apache.slide.store.StandardStore
Removes (cancels) a lock.
removeLock(Uri, NodeLock) - Method in interface org.apache.slide.store.LockStore
Unlock.
removeLockToken(String) - Method in interface org.apache.slide.common.SlideToken
Removes a lock token from the lock token list.
removeLockToken(String) - Method in class org.apache.slide.common.SlideTokenImpl
Removes a lock token from the lock token list.
removeLockToken(String) - Method in class org.apache.slide.common.SlideTokenWrapper
Removes a lock token from the lock token list.
removeNamespace(String) - Method in class org.apache.slide.common.EmbeddedDomain
Clsose a namespace.
removeObject(Uri, ObjectNode) - Method in class org.apache.slide.store.AbstractStore
Remove an object from the Descriptors Store.
removeObject(Uri, ObjectNode) - Method in class org.apache.slide.store.StandardStore
Remove an object from the Descriptors Store.
removeObject(Uri, ObjectNode) - Method in interface org.apache.slide.store.NodeStore
Remove an object.
removeObjectAction - Variable in class org.apache.slide.common.NamespaceConfig
Remove object action.
removeParameter(String) - Method in interface org.apache.slide.common.SlideToken
Removes a parameter from the parameter list.
removeParameter(String) - Method in class org.apache.slide.common.SlideTokenImpl
Removes a parameter from the parameter list.
removeParameter(String) - Method in class org.apache.slide.common.SlideTokenWrapper
Removes a parameter from the parameter list.
removePermission(NodePermission) - Method in class org.apache.slide.content.NodeProperty
Remove permission.
removeProperty(NodeProperty) - Method in class org.apache.slide.content.NodeRevisionDescriptor
Remove a property.
removeProperty(String) - Method in class org.apache.slide.content.NodeRevisionDescriptor
Remove a property.
removeProperty(String, String) - Method in class org.apache.slide.content.NodeRevisionDescriptor
Remove a property.
removeRevisionContent(Uri, NodeRevisionDescriptor) - Method in class org.apache.slide.store.AbstractStore
Remove revision.
removeRevisionContent(Uri, NodeRevisionDescriptor) - Method in class org.apache.slide.store.StandardStore
Remove revision.
removeRevisionContent(Uri, NodeRevisionDescriptor) - Method in interface org.apache.slide.store.ContentStore
Remove revision content.
removeRevisionContentAction - Variable in class org.apache.slide.common.NamespaceConfig
Remove revision content action.
removeRevisionDescriptor(Uri, NodeRevisionNumber) - Method in class org.apache.slide.store.AbstractStore
Remove revision descriptor.
removeRevisionDescriptor(Uri, NodeRevisionNumber) - Method in class org.apache.slide.store.StandardStore
Remove revision descriptor.
removeRevisionDescriptor(Uri, NodeRevisionNumber) - Method in interface org.apache.slide.store.RevisionDescriptorStore
Remove a revision descriptor.
removeRevisionDescriptors(Uri) - Method in class org.apache.slide.store.AbstractStore
Remove revision descriptors.
removeRevisionDescriptors(Uri) - Method in class org.apache.slide.store.StandardStore
Remove revision descriptors.
removeRevisionDescriptors(Uri) - Method in interface org.apache.slide.store.RevisionDescriptorsStore
Remove revision information.
removeRevisionMetadataAction - Variable in class org.apache.slide.common.NamespaceConfig
Remove revision metadata action.
removeSomeObjects() - Method in class org.apache.slide.util.AbstractObjectCache
Removes some elements from the cache.
removeSomeObjects() - Method in class org.apache.slide.util.HashMapObjectCache
Removes some elements from the cache.
removeSuccessor(NodeRevisionNumber, NodeRevisionNumber) - Method in class org.apache.slide.content.NodeRevisionDescriptors
Remove relation.
renew(SlideToken, NodeLock, Date) - Method in interface org.apache.slide.lock.Lock
Renew a lock.
renew(SlideToken, NodeLock, Date) - Method in class org.apache.slide.lock.LockImpl
Renew a lock.
renew(SlideToken, String, String, Date) - Method in interface org.apache.slide.lock.Lock
Renew a set of linked locks.
renew(SlideToken, String, String, Date) - Method in class org.apache.slide.lock.LockImpl
Renew a set of linked locks.
renewLock(Uri, NodeLock) - Method in class org.apache.slide.store.AbstractStore
Renews a lock.
renewLock(Uri, NodeLock) - Method in class org.apache.slide.store.StandardStore
Renews a lock.
renewLock(Uri, NodeLock) - Method in interface org.apache.slide.store.LockStore
Renew a lock.
reset() - Method in class org.apache.slide.common.AbstractServiceBase
Deletes service underlying data source, if possible (and meaningful).
reset() - Method in interface org.apache.slide.common.Service
Deletes service underlying data source, if possible (and meaningful).
reset() - Method in class org.apache.slide.store.AbstractStore
Deletes descriptors store.
reset() - Method in class org.apache.slide.util.conf.Populate
Called to reset this object so it can be used a second time.
resetCaches() - Method in class org.apache.slide.store.StandardStore
Reset the caches.
resize() - Method in class org.apache.slide.util.AbstractObjectCache
Resize cache.
resize() - Method in class org.apache.slide.util.HashMapObjectCache
Resize cache.
resourceManagers - Variable in class org.apache.slide.store.AbstractStore
Active resource manager list.
ResourceName - Static variable in class org.apache.slide.util.Configuration.Property
 
ResourceName - Static variable in class org.apache.slide.util.Messages
Resource filename.
resume(Transaction) - Method in class org.apache.slide.transaction.SlideTransactionManager
Resume the transaction context association of the calling thread with the transaction represented by the supplied Transaction object.
retrieve(SlideToken, NodeRevisionDescriptors) - Method in interface org.apache.slide.content.Content
Retrieve revision descriptor from the latest revision in the main branch.
retrieve(SlideToken, NodeRevisionDescriptors) - Method in class org.apache.slide.content.ContentImpl
Retrieve revision descriptor from the latest revision in the main branch.
retrieve(SlideToken, NodeRevisionDescriptors, NodeRevisionDescriptor) - Method in interface org.apache.slide.content.Content
Retrieve revision content.
retrieve(SlideToken, NodeRevisionDescriptors, NodeRevisionDescriptor) - Method in class org.apache.slide.content.ContentImpl
Retrieve revision content.
retrieve(SlideToken, NodeRevisionDescriptors, NodeRevisionNumber) - Method in interface org.apache.slide.content.Content
Retrieve revision descriptor.
retrieve(SlideToken, NodeRevisionDescriptors, NodeRevisionNumber) - Method in class org.apache.slide.content.ContentImpl
Retrieve revision descriptor.
retrieve(SlideToken, NodeRevisionDescriptors, String) - Method in interface org.apache.slide.content.Content
Retrieve revision descriptor.
retrieve(SlideToken, NodeRevisionDescriptors, String) - Method in class org.apache.slide.content.ContentImpl
Retrieve revision descriptor.
retrieve(SlideToken, String) - Method in interface org.apache.slide.content.Content
Retrieve revision descriptors.
retrieve(SlideToken, String) - Method in class org.apache.slide.content.ContentImpl
Retrieve revision descriptors.
retrieve(SlideToken, String) - Method in class org.apache.slide.structure.StructureImpl
 
retrieve(SlideToken, String) - Method in interface org.apache.slide.structure.Structure
Retrieves a node by URI, following any links.
retrieve(SlideToken, String, boolean) - Method in class org.apache.slide.structure.StructureImpl
 
retrieve(SlideToken, String, boolean) - Method in interface org.apache.slide.structure.Structure
Retrieves a node by URI.
retrieve(SlideToken, String, NodeRevisionDescriptor) - Method in interface org.apache.slide.content.Content
Retrieve revision content.
retrieve(SlideToken, String, NodeRevisionDescriptor) - Method in class org.apache.slide.content.ContentImpl
Retrieve revision content.
retrieveObject(Uri) - Method in class org.apache.slide.store.AbstractStore
Retrive an object from the Descriptors Store.
retrieveObject(Uri) - Method in class org.apache.slide.store.StandardStore
Retrive an object from the Descriptors Store.
retrieveObject(Uri) - Method in interface org.apache.slide.store.NodeStore
Retrive an object.
retrieveRevisionContent(Uri, NodeRevisionDescriptor) - Method in class org.apache.slide.store.AbstractStore
Retrive revision content.
retrieveRevisionContent(Uri, NodeRevisionDescriptor) - Method in class org.apache.slide.store.StandardStore
Retrive revision content.
retrieveRevisionContent(Uri, NodeRevisionDescriptor) - Method in interface org.apache.slide.store.ContentStore
Retrieve revision content.
retrieveRevisionDescriptor(Uri, NodeRevisionNumber) - Method in class org.apache.slide.store.AbstractStore
Retrieve revision descriptor.
retrieveRevisionDescriptor(Uri, NodeRevisionNumber) - Method in class org.apache.slide.store.StandardStore
Retrieve revision descriptor.
retrieveRevisionDescriptor(Uri, NodeRevisionNumber) - Method in interface org.apache.slide.store.RevisionDescriptorStore
Retrieve an individual object's revision descriptor.
retrieveRevisionDescriptors(Uri) - Method in class org.apache.slide.store.AbstractStore
Retrieve a revision descriptors.
retrieveRevisionDescriptors(Uri) - Method in class org.apache.slide.store.StandardStore
Retrieve a revision descriptors.
retrieveRevisionDescriptors(Uri) - Method in interface org.apache.slide.store.RevisionDescriptorsStore
Retrieve the revisions informations of an object.
retrieveStore(Scope) - Method in class org.apache.slide.common.Namespace
Get the Data Source associated with the given scope, if any and connect to the store.
REVISION_DESCRIPTOR_STORE - Static variable in class org.apache.slide.common.Namespace
 
REVISION_DESCRIPTORS_STORE - Static variable in class org.apache.slide.common.Namespace
 
RevisionAlreadyExistException - exception org.apache.slide.content.RevisionAlreadyExistException.
Revision already exist.
RevisionAlreadyExistException(String, NodeRevisionNumber) - Constructor for class org.apache.slide.content.RevisionAlreadyExistException
Constructor.
RevisionContentNotFoundException - exception org.apache.slide.content.RevisionContentNotFoundException.
Revision content not found.
RevisionContentNotFoundException(String, NodeRevisionNumber) - Constructor for class org.apache.slide.content.RevisionContentNotFoundException
Constructor.
RevisionDescriptorNotFoundException - exception org.apache.slide.content.RevisionDescriptorNotFoundException.
Revision descriptor not found.
RevisionDescriptorNotFoundException(String) - Constructor for class org.apache.slide.content.RevisionDescriptorNotFoundException
Constructor.
revisionDescriptorsStore - Variable in class org.apache.slide.store.AbstractStore
Revision descriptors store.
RevisionDescriptorsStore - interface org.apache.slide.store.RevisionDescriptorsStore.
Store for RevisionDescriptors objects.
revisionDescriptorStore - Variable in class org.apache.slide.store.AbstractStore
Revision descriptor store.
RevisionDescriptorStore - interface org.apache.slide.store.RevisionDescriptorStore.
Store for RevisionDescriptor objects.
RevisionNotFoundException - exception org.apache.slide.content.RevisionNotFoundException.
Revision not found.
RevisionNotFoundException(String, NodeRevisionNumber) - Constructor for class org.apache.slide.content.RevisionNotFoundException
Constructor.
revisionNumber - Variable in class org.apache.slide.security.NodePermission
Revision number.
revokePermission(SlideToken, NodePermission) - Method in class org.apache.slide.security.SecurityImpl
Revokes a permission.
revokePermission(SlideToken, NodePermission) - Method in interface org.apache.slide.security.Security
Revokes a permission.
revokePermission(SlideToken, ObjectNode, SubjectNode, ActionNode) - Method in class org.apache.slide.security.SecurityImpl
Revokes a permission.
revokePermission(SlideToken, ObjectNode, SubjectNode, ActionNode) - Method in interface org.apache.slide.security.Security
Revokes a permission.
revokePermission(Uri, NodePermission) - Method in class org.apache.slide.store.AbstractStore
Store an object permissions in the Descriptors Store.
revokePermission(Uri, NodePermission) - Method in class org.apache.slide.store.StandardStore
Store an object permissions in the Descriptors Store.
revokePermission(Uri, NodePermission) - Method in interface org.apache.slide.store.SecurityStore
Revoke a permission.
revokePermissionAction - Variable in class org.apache.slide.common.NamespaceConfig
Revoke permission action.
revokePermissions(Uri) - Method in class org.apache.slide.store.AbstractStore
Revoke all the permissions on the object.
revokePermissions(Uri) - Method in class org.apache.slide.store.StandardStore
Revoke all the permissions on the object.
revokePermissions(Uri) - Method in interface org.apache.slide.store.SecurityStore
Revoke all the permissions on an object.
roleClassMappings - Variable in class org.apache.slide.common.NamespaceConfig
Role interface -> role name mappings.
roleMappings - Variable in class org.apache.slide.common.NamespaceConfig
Role name -> role interface mappings.
rollback() - Method in class org.apache.slide.common.NamespaceAccessTokenImpl
Roll back the transaction associated with the current thread.
rollback() - Method in class org.apache.slide.transaction.SlideTransactionManager
Roll back the transaction associated with the current thread.
rollback() - Method in class org.apache.slide.transaction.SlideTransaction
Roll back the transaction associated with the current thread.
rollback(Xid) - Method in class org.apache.slide.common.AbstractService
Inform the resource manager to roll back work done on behalf of a transaction branch.
rollback(Xid) - Method in class org.apache.slide.common.AbstractSimpleService
Inform the resource manager to roll back work done on behalf of a transaction branch.
rollback(Xid) - Method in class org.apache.slide.store.AbstractStore
Inform the resource manager to roll back work done on behalf of a transaction branch.
rollbackOnly - Variable in class org.apache.slide.common.AbstractSimpleService
Rollback only.

S

scope - Variable in class org.apache.slide.common.AbstractServiceBase
 
Scope - class org.apache.slide.common.Scope.
Scope object.
Scope(String) - Constructor for class org.apache.slide.common.Scope
Constructor.
scopes - Variable in class org.apache.slide.common.ScopeTokenizer
Tokens container.
ScopeTokenizer - class org.apache.slide.common.ScopeTokenizer.
Tokenizes a scope.
ScopeTokenizer(Namespace, Scope) - Constructor for class org.apache.slide.common.ScopeTokenizer
Constructor.
ScopeTokenizer(Namespace, String) - Constructor for class org.apache.slide.common.ScopeTokenizer
Constructor.
Search - interface org.apache.slide.search.Search.
Search helper.
search(SlideToken, SearchQuery) - Method in class org.apache.slide.search.SearchImpl
Search.
search(SlideToken, SearchQuery) - Method in interface org.apache.slide.search.Search
Search.
search(SlideToken, SearchQuery) - Method in interface org.apache.slide.store.IndexStore
Search.
SearchException - exception org.apache.slide.search.SearchException.
Generic search exception.
SearchException(String) - Constructor for class org.apache.slide.search.SearchException
Constructor.
SearchImpl - class org.apache.slide.search.SearchImpl.
Search helper.
SearchImpl(Namespace, NamespaceConfig) - Constructor for class org.apache.slide.search.SearchImpl
Constructor.
SearchLanguage - class org.apache.slide.search.SearchLanguage.
Base class for a search language.
SearchLanguage() - Constructor for class org.apache.slide.search.SearchLanguage
 
SearchQuery - class org.apache.slide.search.SearchQuery.
Search query.
SearchQuery() - Constructor for class org.apache.slide.search.SearchQuery
 
SearchQueryResult - class org.apache.slide.search.SearchQueryResult.
Search query result.
SearchQueryResult() - Constructor for class org.apache.slide.search.SearchQueryResult
 
Security - interface org.apache.slide.security.Security.
Security helper.
SECURITY_STORE - Static variable in class org.apache.slide.common.Namespace
 
SecurityException - exception org.apache.slide.security.SecurityException.
Generic security exception.
SecurityException(String) - Constructor for class org.apache.slide.security.SecurityException
Constructor.
SecurityImpl - class org.apache.slide.security.SecurityImpl.
Security helper.
SecurityImpl(Namespace, NamespaceConfig) - Constructor for class org.apache.slide.security.SecurityImpl
Constructor.
securityStore - Variable in class org.apache.slide.store.AbstractStore
Security store.
SecurityStore - interface org.apache.slide.store.SecurityStore.
Store for NodePermission objects.
SecurityToken - class org.apache.slide.authenticate.SecurityToken.
Security token class.
SecurityToken(Object) - Constructor for class org.apache.slide.authenticate.SecurityToken
Constructor.
selfInit() - Static method in class org.apache.slide.common.Domain
Default initialization of the domain.
Service - interface org.apache.slide.common.Service.
Slide Service interface.
ServiceAccessException - exception org.apache.slide.common.ServiceAccessException.
Service access exception.
ServiceAccessException(Service, String) - Constructor for class org.apache.slide.common.ServiceAccessException
Constructor.
ServiceAccessException(Service, Throwable) - Constructor for class org.apache.slide.common.ServiceAccessException
Constructor.
ServiceConnectionFailedException - exception org.apache.slide.common.ServiceConnectionFailedException.
Service connection failed.
ServiceConnectionFailedException(Service, Exception) - Constructor for class org.apache.slide.common.ServiceConnectionFailedException
Constructor.
ServiceConnectionFailedException(Service, String) - Constructor for class org.apache.slide.common.ServiceConnectionFailedException
Constructor.
ServiceDisconnectionFailedException - exception org.apache.slide.common.ServiceDisconnectionFailedException.
Service disconnection failed.
ServiceDisconnectionFailedException(Service, Exception) - Constructor for class org.apache.slide.common.ServiceDisconnectionFailedException
Constructor.
ServiceDisconnectionFailedException(Service, String) - Constructor for class org.apache.slide.common.ServiceDisconnectionFailedException
Constructor.
ServiceInitializationFailedException - exception org.apache.slide.common.ServiceInitializationFailedException.
Service initialization failed.
ServiceInitializationFailedException(Service, Exception) - Constructor for class org.apache.slide.common.ServiceInitializationFailedException
Constructor.
ServiceInitializationFailedException(Service, String) - Constructor for class org.apache.slide.common.ServiceInitializationFailedException
Constructor.
ServiceMissingOnRootNodeException - exception org.apache.slide.common.ServiceMissingOnRootNodeException.
A service declaration is missing on the root node.
ServiceMissingOnRootNodeException() - Constructor for class org.apache.slide.common.ServiceMissingOnRootNodeException
Constructor.
ServiceParameterErrorException - exception org.apache.slide.common.ServiceParameterErrorException.
Service parameter error.
ServiceParameterErrorException(Service, String) - Constructor for class org.apache.slide.common.ServiceParameterErrorException
Constructor.
ServiceParameterMissingException - exception org.apache.slide.common.ServiceParameterMissingException.
Service parameter missing.
ServiceParameterMissingException(Service, String) - Constructor for class org.apache.slide.common.ServiceParameterMissingException
Constructor.
ServiceRegistrationFailedException - exception org.apache.slide.common.ServiceRegistrationFailedException.
Service registration failed.
ServiceRegistrationFailedException(Class) - Constructor for class org.apache.slide.common.ServiceRegistrationFailedException
Constructor.
ServiceResetFailedException - exception org.apache.slide.common.ServiceResetFailedException.
Service reset failed.
ServiceResetFailedException(Service, String) - Constructor for class org.apache.slide.common.ServiceResetFailedException
Constructor.
ServicesInitializationFailedException - exception org.apache.slide.common.ServicesInitializationFailedException.
Services intitalization failed.
ServicesInitializationFailedException() - Constructor for class org.apache.slide.common.ServicesInitializationFailedException
Constructor.
ServicesShutDownFailedException - exception org.apache.slide.common.ServicesShutDownFailedException.
Services shut down failed.
ServicesShutDownFailedException() - Constructor for class org.apache.slide.common.ServicesShutDownFailedException
Constructor.
setAction(ActionNode) - Method in class org.apache.slide.security.NodePermission
Action Uri mutator.
setAction(String) - Method in class org.apache.slide.security.NodePermission
Action Uri mutator.
setApplicationLogger(Logger) - Method in class org.apache.slide.common.Namespace
Set the logger used by this namespace.
setAttribute(String, String) - Method in class org.apache.slide.util.conf.Element
 
setBranchName(String) - Method in class org.apache.slide.content.NodeRevisionDescriptor
Branch name mutator.
setCacheInfoToken(CacheInfoToken) - Method in interface org.apache.slide.common.SlideToken
CacheInfo token mutator.
setCacheInfoToken(CacheInfoToken) - Method in class org.apache.slide.common.SlideTokenImpl
CacheInfo token mutator.
setCacheInfoToken(CacheInfoToken) - Method in class org.apache.slide.common.SlideTokenWrapper
CacheInfo token mutator.
setComment(String) - Method in class org.apache.slide.util.conf.Element
 
setContent(byte[]) - Method in class org.apache.slide.content.NodeRevisionContent
Content mutator.
setContent(char[]) - Method in class org.apache.slide.content.NodeRevisionContent
Content mutator.
setContent(InputStream) - Method in class org.apache.slide.content.NodeRevisionContent
Content mutator.
setContent(Reader) - Method in class org.apache.slide.content.NodeRevisionContent
Content mutator.
setContentLanguage(String) - Method in class org.apache.slide.content.NodeRevisionDescriptor
Content language mutator.
setContentLength(long) - Method in class org.apache.slide.content.NodeRevisionDescriptor
Creation length mutator.
setContentLength(String) - Method in class org.apache.slide.content.NodeRevisionDescriptor
Creation length mutator.
setContentStore(ContentStore) - Method in class org.apache.slide.store.AbstractStore
Set the content store associated with this store.
setContentStore(ContentStore) - Method in interface org.apache.slide.store.Store
Set the content store associated with this store.
setContentType(String) - Method in class org.apache.slide.content.NodeRevisionDescriptor
Content type mutator.
setCreationDate(Date) - Method in class org.apache.slide.content.NodeRevisionDescriptor
Creation date mutator.
setCreationDate(String) - Method in class org.apache.slide.content.NodeRevisionDescriptor
Creation date mutator.
setCredentialsToken(CredentialsToken) - Method in interface org.apache.slide.common.SlideToken
Credentials token mutator.
setCredentialsToken(CredentialsToken) - Method in class org.apache.slide.common.SlideTokenImpl
Credentials token mutator.
setCredentialsToken(CredentialsToken) - Method in class org.apache.slide.common.SlideTokenWrapper
Credentials token mutator.
setData(Object) - Method in class org.apache.slide.util.conf.Element
 
setDateFormat(String) - Method in class org.apache.slide.util.logger.SimpleLogger
Date format setter.
setDefaultNamespace(String) - Method in class org.apache.slide.common.EmbeddedDomain
Set the default namespace of this domain.
setDefaultProperties(Enumeration) - Method in class org.apache.slide.content.NodeRevisionDescriptor
Set default properties.
setDefaultProperties(ObjectNode, NodeRevisionDescriptor) - Method in class org.apache.slide.content.ContentImpl
Set default properties for a revision descriptors.
setDocumentLocator(Locator) - Method in class org.apache.slide.util.conf.Populate
We can store the locate just to know where an error occurs.
setDomain(EmbeddedDomain) - Static method in class org.apache.slide.common.Domain
Set the embedded domain field.
setEnforceLockTokens(boolean) - Method in interface org.apache.slide.common.SlideToken
Enforce lock tokens flag mutator.
setEnforceLockTokens(boolean) - Method in class org.apache.slide.common.SlideTokenImpl
Enforce lock tokens flag mutator.
setEnforceLockTokens(boolean) - Method in class org.apache.slide.common.SlideTokenWrapper
Enforce lock tokens flag mutator.
setExclusive(boolean) - Method in class org.apache.slide.lock.NodeLock
Exclusive flag mutator.
setExpirationDate(Date) - Method in class org.apache.slide.lock.NodeLock
Expiration date mutator.
setFlushOnCommandDone(boolean) - Method in class org.apache.slide.common.CacheInfoToken
set the flushOnCommandDone
setForceStoreEnlistment(boolean) - Method in interface org.apache.slide.common.SlideToken
Force store enlistment flag mutator.
setForceStoreEnlistment(boolean) - Method in class org.apache.slide.common.SlideTokenImpl
Force store enlistment flag mutator.
setForceStoreEnlistment(boolean) - Method in class org.apache.slide.common.SlideTokenWrapper
Force store enlistment flag mutator.
setInheritable(boolean) - Method in class org.apache.slide.lock.NodeLock
Inheritance flag mutator.
setInheritable(boolean) - Method in class org.apache.slide.security.NodePermission
Inheritance flag mutator.
setInitialized(boolean) - Static method in class org.apache.slide.common.Domain
Set the domain as having been initialized before.
setLastModified(Date) - Method in class org.apache.slide.content.NodeRevisionDescriptor
Last modified mutator.
setLastModified(String) - Method in class org.apache.slide.content.NodeRevisionDescriptor
Last modified mutator.
setLatestRevision(NodeRevisionNumber) - Method in class org.apache.slide.content.NodeRevisionDescriptors
Latest revision mutator.
setLatestRevision(String, NodeRevisionNumber) - Method in class org.apache.slide.content.NodeRevisionDescriptors
Latest revision mutator.
setLinkedUri(String) - Method in class org.apache.slide.structure.LinkNode
Set linked Uri.
setLocale(Locale) - Static method in class org.apache.slide.util.Messages
Set current locale.
setLockStore(LockStore) - Method in class org.apache.slide.store.AbstractStore
Set the lock store associated with this store.
setLockStore(LockStore) - Method in interface org.apache.slide.store.Store
Set the lock store associated with this store.
setLogger(Logger) - Method in class org.apache.slide.common.Namespace
Set the logger used by this namespace.
setLogger(Logger) - Method in class org.apache.slide.common.EmbeddedDomain
Deprecated. Use the namespace loggers instead
setLogger(Logger) - Static method in class org.apache.slide.common.Domain
Set the logger to be used by Slide.
setLogger(Logger) - Method in class org.apache.slide.transaction.SlideTransactionManager
Set the logger of the transaction manager.
setLoggerLevel(int) - Method in class org.apache.slide.util.logger.SimpleLogger
Logger level setter.
setLoggerLevel(int) - Method in interface org.apache.slide.util.logger.Logger
Set the logger level for the default channel
setLoggerLevel(String, int) - Method in class org.apache.slide.util.logger.SimpleLogger
Logger level setter.
setLoggerLevel(String, int) - Method in interface org.apache.slide.util.logger.Logger
Set the logger level for the specified channel
setName(String) - Method in class org.apache.slide.common.Namespace
Sets the qualified name of the namespace.
setName(String) - Method in class org.apache.slide.content.NodeRevisionDescriptor
Name mutator.
setName(String) - Method in class org.apache.slide.content.NodeProperty
Property name mutator.
setName(String) - Method in class org.apache.slide.store.AbstractStore
Set the name of the store as specified in domain.xml.
setName(String) - Method in interface org.apache.slide.store.Store
Set the name of the store as specified in domain.xml.
setName(String) - Method in class org.apache.slide.util.conf.Element
 
setNamespace(Namespace) - Method in class org.apache.slide.common.AbstractServiceBase
Namespace setter.
setNamespace(Namespace) - Method in interface org.apache.slide.common.Service
Namespace setter.
setNamespace(Namespace) - Method in class org.apache.slide.store.AbstractStore
Namespace setter.
setNamespace(String) - Method in class org.apache.slide.content.NodeProperty
Namespace mutator.
setNegative(boolean) - Method in class org.apache.slide.security.NodePermission
Negative flag mutator.
setNodeStore(NodeStore) - Method in class org.apache.slide.store.AbstractStore
Set the node store associated with this store.
setNodeStore(NodeStore) - Method in interface org.apache.slide.store.Store
Set the node store associated with this store.
setObject(ObjectNode) - Method in class org.apache.slide.security.NodePermission
Object Uri mutator.
setObject(String) - Method in class org.apache.slide.security.NodePermission
Object Uri mutator
setObjectUri(String) - Method in class org.apache.slide.lock.NodeLock
Locked object mutator.
setParameters(Hashtable) - Method in class org.apache.slide.common.AbstractServiceBase
Initializes the service with a set of parameters.
setParameters(Hashtable) - Method in interface org.apache.slide.common.Service
Initializes the service with a set of parameters.
setParameters(Hashtable) - Method in class org.apache.slide.store.AbstractStore
Remeber the store parameters to initialise the default child stores on request
setPermissions(SlideToken, String, Enumeration) - Method in class org.apache.slide.security.SecurityImpl
Set a new set of permissions on an object.
setPermissions(SlideToken, String, Enumeration) - Method in interface org.apache.slide.security.Security
Set a new set of permissions on an object.
setProperties(Hashtable) - Method in class org.apache.slide.content.NodeRevisionDescriptor
Properties mutator.
setProperty(NodeProperty) - Method in class org.apache.slide.content.NodeRevisionDescriptor
Property mutatory.
setProperty(String, Object) - Method in class org.apache.slide.content.NodeRevisionDescriptor
Property mutator.
setProperty(String, Object, boolean) - Method in class org.apache.slide.content.NodeRevisionDescriptor
Property mutator.
setProperty(String, String, Object) - Method in class org.apache.slide.content.NodeRevisionDescriptor
Property mutator.
setRevisionDescriptorsStore(RevisionDescriptorsStore) - Method in class org.apache.slide.store.AbstractStore
Set the revision descriptors store associated with this store.
setRevisionDescriptorsStore(RevisionDescriptorsStore) - Method in interface org.apache.slide.store.Store
Set the revision descriptors store associated with this store.
setRevisionDescriptorStore(RevisionDescriptorStore) - Method in class org.apache.slide.store.AbstractStore
Set the revision descriptor store associated with this store.
setRevisionDescriptorStore(RevisionDescriptorStore) - Method in interface org.apache.slide.store.Store
Set the revision descriptor store associated with this store.
setRevisionNumber(NodeRevisionNumber) - Method in class org.apache.slide.content.NodeRevisionDescriptor
Revision number mutator.
setRevisionNumber(NodeRevisionNumber) - Method in class org.apache.slide.security.NodePermission
Revision number mutator.
setRollbackOnly() - Method in class org.apache.slide.common.NamespaceAccessTokenImpl
Modify the transaction associated with the current thread such that the only possible outcome of the transaction is to roll back the transaction.
setRollbackOnly() - Method in class org.apache.slide.store.AbstractStore
Mark transaction as rollback in case of enlistment failure.
setRollbackOnly() - Method in class org.apache.slide.transaction.SlideTransactionManager
Modify the transaction associated with the current thread such that the only possible outcome of the transaction is to roll back the transaction.
setRollbackOnly() - Method in class org.apache.slide.transaction.SlideTransaction
Modify the transaction associated with the current thread such that the only possible outcome of the transaction is to roll back the transaction.
setScope(Scope) - Method in class org.apache.slide.common.AbstractServiceBase
Set the scope of the store as specified in domain.xml.
setScope(Scope) - Method in interface org.apache.slide.common.Service
Set the scope of the store as specified in domain.xml.
setScope(Scope) - Method in class org.apache.slide.store.AbstractStore
Set the scope of the store as specified in domain.xml.
setScope(Scope) - Method in interface org.apache.slide.store.Store
Set the scope of the store as specified in domain.xml.
setSearchDepth(int) - Method in class org.apache.slide.common.CacheInfoToken
set the searchDepth
setSecurityStore(SecurityStore) - Method in class org.apache.slide.store.AbstractStore
Set the security store associated with this store.
setSecurityStore(SecurityStore) - Method in interface org.apache.slide.store.Store
Set the security store associated with this store.
setStrategy(String) - Method in class org.apache.slide.common.CacheInfoToken
set the strategy
setSubject(String) - Method in class org.apache.slide.security.NodePermission
Subject Uri mutator.
setSubject(SubjectNode) - Method in class org.apache.slide.security.NodePermission
Subject Uri mutator.
setSubjectUri(String) - Method in class org.apache.slide.lock.NodeLock
Lock owner uri mutator.
setSuccessors(NodeRevisionNumber, NodeRevisionNumber) - Method in class org.apache.slide.content.NodeRevisionDescriptors
Add relation.
setSuccessors(NodeRevisionNumber, Vector) - Method in class org.apache.slide.content.NodeRevisionDescriptors
Add relation.
setToken(SlideToken) - Method in class org.apache.slide.common.Uri
Token mutator.
setTransactionTimeout(int) - Method in class org.apache.slide.common.AbstractService
Set the current transaction timeout value for this XAResource instance.
setTransactionTimeout(int) - Method in class org.apache.slide.common.NamespaceAccessTokenImpl
Modify the value of the timeout value that is associated with the transactions started by the current thread with the begin method.
setTransactionTimeout(int) - Method in class org.apache.slide.common.AbstractSimpleService
Set the current transaction timeout value for this XAResource instance.
setTransactionTimeout(int) - Method in class org.apache.slide.transaction.SlideTransactionManager
Modify the value of the timeout value that is associated with the transactions started by the current thread with the begin method.
setType(String) - Method in class org.apache.slide.content.NodeProperty
Type mutator.
setTypeUri(String) - Method in class org.apache.slide.lock.NodeLock
Lock type mutator.
setUri(String) - Method in class org.apache.slide.common.Uri
Uri mutator.
setUri(String) - Method in class org.apache.slide.content.NodeRevisionDescriptors
Uri mutator.
setUri(String) - Method in class org.apache.slide.structure.ObjectNode
Set object's unique identifier.
setValue(Object) - Method in class org.apache.slide.content.NodeProperty
Value mutator.
setValue(Object) - Method in class org.apache.slide.util.HashMap.Entry
 
setVersioned(boolean) - Method in class org.apache.slide.content.NodeRevisionDescriptors
Use versioning mutator.
shouldResize() - Method in class org.apache.slide.util.AbstractObjectCache
Is the cache size too small ?
SimpleLogger - class org.apache.slide.util.logger.SimpleLogger.
Simple logger implementation.
SimpleLogger() - Constructor for class org.apache.slide.util.logger.SimpleLogger
 
size - Variable in class org.apache.slide.util.HashMap.Bucket
 
size() - Method in class org.apache.slide.util.HashMap
Returns the number of associations in the Map
skippedEntity(String) - Method in class org.apache.slide.util.conf.Populate
 
Slide - class org.apache.slide.common.Slide.
Implementation of the Slide JMX MBean.
SLIDE_NAMESPACE - Static variable in class org.apache.slide.content.NodeProperty
 
Slide() - Constructor for class org.apache.slide.common.Slide
 
SlideError - error org.apache.slide.common.SlideError.
Error supertype for all Slide components.
SlideError(String) - Constructor for class org.apache.slide.common.SlideError
Error with logging.
SlideError(String, Exception) - Constructor for class org.apache.slide.common.SlideError
Error with logging.
SlideException - exception org.apache.slide.common.SlideException.
Exception supertype for all Slide components.
SlideException(String) - Constructor for class org.apache.slide.common.SlideException
SlideException with logging.
SlideException(String, boolean) - Constructor for class org.apache.slide.common.SlideException
SlideException with or without logging.
SlideMBean - interface org.apache.slide.common.SlideMBean.
Slide MBean interface.
SlideRuntimeException - exception org.apache.slide.common.SlideRuntimeException.
Runtime Exception supertype for all Slide components.
SlideRuntimeException(String) - Constructor for class org.apache.slide.common.SlideRuntimeException
SlideRuntimeException with logging.
SlideRuntimeException(String, boolean) - Constructor for class org.apache.slide.common.SlideRuntimeException
SlideRuntimeException with or without logging.
SlideToken - interface org.apache.slide.common.SlideToken.
The SlideToken interface identifies the current acting principal and its credentials, and maintains information about the state of the user transaction.
SlideTokenImpl - class org.apache.slide.common.SlideTokenImpl.
Slide token class.
SlideTokenImpl() - Constructor for class org.apache.slide.common.SlideTokenImpl
Constructor.
SlideTokenImpl(CredentialsToken) - Constructor for class org.apache.slide.common.SlideTokenImpl
Constructor.
SlideTokenImpl(CredentialsToken, Hashtable) - Constructor for class org.apache.slide.common.SlideTokenImpl
Constructor.
SlideTokenWrapper - class org.apache.slide.common.SlideTokenWrapper.
Slide token class.
SlideTokenWrapper(SlideToken, boolean) - Constructor for class org.apache.slide.common.SlideTokenWrapper
Constructor.
SlideTransaction - class org.apache.slide.transaction.SlideTransaction.
JTA Transaction implementation.
SlideTransaction(SlideTransactionManager) - Constructor for class org.apache.slide.transaction.SlideTransaction
Constructor.
SlideTransactionManager - class org.apache.slide.transaction.SlideTransactionManager.
JTA Transaction manager implementation.
SlideTransactionManager() - Constructor for class org.apache.slide.transaction.SlideTransactionManager
 
SlideXid - class org.apache.slide.transaction.SlideXid.
Xid implementation.
SlideXid(byte[], int, byte[]) - Constructor for class org.apache.slide.transaction.SlideXid
Constructor.
SLMLParsingException - exception org.apache.slide.common.SLMLParsingException.
Slide XML parsing exception.
SLMLParsingException(Exception) - Constructor for class org.apache.slide.common.SLMLParsingException
Constructor.
SOURCE - Static variable in class org.apache.slide.content.NodeRevisionDescriptor
Source.
StandardStore - class org.apache.slide.store.StandardStore.
Abstract implementation of a store.
StandardStore() - Constructor for class org.apache.slide.store.StandardStore
Constructor.
start() - Method in interface org.apache.slide.common.SlideMBean
Start the domain.
start() - Method in class org.apache.slide.common.Slide
Start the domain.
start() - Method in class org.apache.slide.common.EmbeddedDomain
Start domain (doesn't do anything yet).
start() - Static method in class org.apache.slide.common.Domain
Start domain (doesn't do anything yet).
start(Xid, int) - Method in class org.apache.slide.common.AbstractService
Start work on behalf of a transaction branch specified in xid If TMJOIN is specified, the start is for joining a transaction previously seen by the resource manager.
start(Xid, int) - Method in class org.apache.slide.common.AbstractSimpleService
Start work on behalf of a transaction branch specified in xid If TMJOIN is specified, the start is for joining a transaction previously seen by the resource manager.
start(Xid, int) - Method in class org.apache.slide.store.AbstractStore
Start work on behalf of a transaction branch specified in xid.
startDocument() - Method in class org.apache.slide.util.conf.Populate
 
STARTED - Static variable in interface org.apache.slide.common.SlideMBean
 
startElement(String, String, String, Attributes) - Method in class org.apache.slide.util.conf.Populate
 
STARTING - Static variable in interface org.apache.slide.common.SlideMBean
 
startPrefixMapping(String, String) - Method in class org.apache.slide.util.conf.Populate
 
states - Static variable in interface org.apache.slide.common.SlideMBean
Status constants.
status - Variable in class org.apache.slide.common.AbstractSimpleService
Status reagrding the current job.
stop() - Method in interface org.apache.slide.common.SlideMBean
Close all access tokens to the domain.
stop() - Method in class org.apache.slide.common.Slide
Close all access tokens to the domain.
stop() - Method in class org.apache.slide.common.EmbeddedDomain
Stop domain.
stop() - Static method in class org.apache.slide.common.Domain
Stop domain.
STOPPED - Static variable in interface org.apache.slide.common.SlideMBean
 
STOPPING - Static variable in interface org.apache.slide.common.SlideMBean
 
Store - interface org.apache.slide.store.Store.
Represents a store which is used by the Slide API to access data.
store(SlideToken, ObjectNode) - Method in class org.apache.slide.structure.StructureImpl
 
store(SlideToken, ObjectNode) - Method in interface org.apache.slide.structure.Structure
Stores/updates an object.
store(SlideToken, String, NodeRevisionDescriptor, NodeRevisionContent) - Method in interface org.apache.slide.content.Content
Update contents of an existing revision.
store(SlideToken, String, NodeRevisionDescriptor, NodeRevisionContent) - Method in class org.apache.slide.content.ContentImpl
Update contents of an existing revision.
storeObject(Uri, ObjectNode) - Method in class org.apache.slide.store.AbstractStore
Store an object in the Descriptors Store.
storeObject(Uri, ObjectNode) - Method in class org.apache.slide.store.StandardStore
Store an object in the Descriptors Store.
storeObject(Uri, ObjectNode) - Method in interface org.apache.slide.store.NodeStore
Update an object.
storeRevisionContent(Uri, NodeRevisionDescriptor, NodeRevisionContent) - Method in class org.apache.slide.store.AbstractStore
Modify the latest revision of an object.
storeRevisionContent(Uri, NodeRevisionDescriptor, NodeRevisionContent) - Method in class org.apache.slide.store.StandardStore
Modify the latest revision of an object.
storeRevisionContent(Uri, NodeRevisionDescriptor, NodeRevisionContent) - Method in interface org.apache.slide.store.ContentStore
Modify revision content.
storeRevisionDescriptor(Uri, NodeRevisionDescriptor) - Method in class org.apache.slide.store.AbstractStore
Update revision descriptor.
storeRevisionDescriptor(Uri, NodeRevisionDescriptor) - Method in class org.apache.slide.store.StandardStore
Update revision descriptor.
storeRevisionDescriptor(Uri, NodeRevisionDescriptor) - Method in interface org.apache.slide.store.RevisionDescriptorStore
Update a revision descriptor.
storeRevisionDescriptors(Uri, NodeRevisionDescriptors) - Method in class org.apache.slide.store.AbstractStore
Update revision descriptors.
storeRevisionDescriptors(Uri, NodeRevisionDescriptors) - Method in class org.apache.slide.store.StandardStore
Update revision descriptors.
storeRevisionDescriptors(Uri, NodeRevisionDescriptors) - Method in interface org.apache.slide.store.RevisionDescriptorsStore
Update revision information.
streamContent() - Method in class org.apache.slide.content.NodeRevisionContent
Content accessor.
Structure - interface org.apache.slide.structure.Structure.
Structure helper.
StructureException - exception org.apache.slide.structure.StructureException.
Data exception.
StructureException(String) - Constructor for class org.apache.slide.structure.StructureException
Constructor.
StructureImpl - class org.apache.slide.structure.StructureImpl.
Default implementation of the Structure interface.
StructureImpl(Namespace, NamespaceConfig, Security, Lock) - Constructor for class org.apache.slide.structure.StructureImpl
Constructor.
SubjectNode - class org.apache.slide.structure.SubjectNode.
Subject node class.
SubjectNode() - Constructor for class org.apache.slide.structure.SubjectNode
Constructor.
SubjectNode(String) - Constructor for class org.apache.slide.structure.SubjectNode
Default constructor.
SubjectNode(String, Vector, Vector) - Constructor for class org.apache.slide.structure.SubjectNode
Default constructor.
subjectUri - Variable in class org.apache.slide.lock.NodeLock
User who is the lock owner.
subjectUri - Variable in class org.apache.slide.security.NodePermission
Subject Uri.
suspend() - Method in class org.apache.slide.transaction.SlideTransactionManager
Suspend the transaction currently associated with the calling thread and return a Transaction object that represents the transaction context being suspended.

T

table - Variable in class org.apache.slide.util.HashMapEntryIterator
 
toString() - Method in class org.apache.slide.common.NamespaceException
Displays the exception message.
toString() - Method in class org.apache.slide.common.Uri
String representation of the uri object.
toString() - Method in class org.apache.slide.common.Scope
Returns the String representation of the scope.
toString() - Method in class org.apache.slide.common.NestedSlideException
Displays the exception message.
toString() - Method in class org.apache.slide.content.NodeRevisionNumber
Get a String representation of the revision number.
toString() - Method in class org.apache.slide.content.NodeProperty
String representation of the permission.
toString() - Method in class org.apache.slide.security.NodePermission
String representation of the permission.
toString() - Method in class org.apache.slide.store.StandardStore
Return the name of this store
toString() - Method in class org.apache.slide.transaction.SlideXid
Obtain a String representation of this xid.
toString() - Method in class org.apache.slide.transaction.SlideTransaction
Print the Transaction object in a debugger friendly manner
toString() - Method in class org.apache.slide.util.conf.Element
 
transactionTimeout - Variable in class org.apache.slide.common.AbstractSimpleService
Transaction timeout.
TX_IDLE - Static variable in class org.apache.slide.common.AbstractService
 
TX_IDLE - Static variable in class org.apache.slide.common.AbstractSimpleService
 
TX_PREPARED - Static variable in class org.apache.slide.common.AbstractService
 
TX_PREPARED - Static variable in class org.apache.slide.common.AbstractSimpleService
 
TX_SUSPENDED - Static variable in class org.apache.slide.common.AbstractService
 
TX_SUSPENDED - Static variable in class org.apache.slide.common.AbstractSimpleService
 
TYPE - Static variable in class org.apache.slide.content.NodeRevisionDescriptor
Type.
typeUri - Variable in class org.apache.slide.lock.NodeLock
Lock type.

U

UnableToLocateServiceException - exception org.apache.slide.common.UnableToLocateServiceException.
Unable to locate service.
UnableToLocateServiceException(Uri) - Constructor for class org.apache.slide.common.UnableToLocateServiceException
Constructor.
UnknownObjectClassException - exception org.apache.slide.common.UnknownObjectClassException.
Unknown object class.
UnknownObjectClassException(String) - Constructor for class org.apache.slide.common.UnknownObjectClassException
Constructor.
UnknownServiceDeclarationException - exception org.apache.slide.common.UnknownServiceDeclarationException.
Unknown service declaration exception.
UnknownServiceDeclarationException(String) - Constructor for class org.apache.slide.common.UnknownServiceDeclarationException
Constructor.
unlock(SlideToken, NodeLock) - Method in interface org.apache.slide.lock.Lock
Removes a lock.
unlock(SlideToken, NodeLock) - Method in class org.apache.slide.lock.LockImpl
Removes a lock.
unlock(SlideToken, String, String) - Method in interface org.apache.slide.lock.Lock
Removes a set of linked locks.
unlock(SlideToken, String, String) - Method in class org.apache.slide.lock.LockImpl
Removes a set of linked locks.
unmarshal(NamespaceAccessToken, SlideToken, Configuration) - Static method in class org.apache.slide.common.XMLUnmarshaller
Import data from Avalon configuration object.
unpackSingleException() - Method in class org.apache.slide.common.NestedSlideException
Return the count of nested exceptions.
unregisterStore(Scope) - Method in class org.apache.slide.common.Namespace
Remove a Store from the registry.
uri - Variable in class org.apache.slide.structure.ObjectNode
Unique ressource identifier of the object.
Uri - class org.apache.slide.common.Uri.
This class manages the unique identifier of an object which is manipulated by Slide.
Uri(Namespace, String) - Constructor for class org.apache.slide.common.Uri
Constructor.
Uri(SlideToken, Namespace, String) - Constructor for class org.apache.slide.common.Uri
Constructor.
uris - Variable in class org.apache.slide.common.UriTokenizer
Vector of all the scopes matched by the associated Uri.
UriTokenizer - class org.apache.slide.common.UriTokenizer.
Tokenizes a scope.
UriTokenizer(Namespace, Scope) - Constructor for class org.apache.slide.common.UriTokenizer
Constructor.
UriTokenizer(Namespace, String) - Constructor for class org.apache.slide.common.UriTokenizer
Constructor.
useIntegratedLocking() - Static method in class org.apache.slide.util.Configuration
Returns true if integrated lock checking is used.
useIntegratedSecurity() - Static method in class org.apache.slide.util.Configuration
Returns true if integrated security checking is used.
usersPath - Variable in class org.apache.slide.common.NamespaceConfig
Users path.

V

validate() - Method in class org.apache.slide.content.NodeRevisionNumber
Validate.
validate() - Method in class org.apache.slide.content.NodeRevisionDescriptor
Validate.
validate() - Method in class org.apache.slide.content.NodeRevisionContent
Validate.
validate() - Method in class org.apache.slide.content.NodeProperty
Validate.
validate(String) - Method in class org.apache.slide.content.NodeRevisionDescriptors
Validate.
validate(String) - Method in class org.apache.slide.lock.NodeLock
Validate.
validate(String) - Method in class org.apache.slide.security.NodePermission
Validate.
validate(String) - Method in class org.apache.slide.structure.ObjectNode
Validate an ObjectNode.
validate(String) - Method in class org.apache.slide.structure.LinkNode
Validate an ObjectNode.
value - Variable in class org.apache.slide.util.HashMap.Entry
 

W

warn(Object) - Static method in class org.apache.slide.common.Domain
Warning.
WARNING - Static variable in interface org.apache.slide.util.logger.Logger
The WARNING logging level (anything logged under this level means that a generic error was detected).
warning(SAXParseException) - Method in class org.apache.slide.util.conf.Populate
 

X

XMLMarshaller - class org.apache.slide.common.XMLMarshaller.
XMLMarshaller helper class.
XMLMarshaller() - Constructor for class org.apache.slide.common.XMLMarshaller
 
XMLUnmarshaller - class org.apache.slide.common.XMLUnmarshaller.
XMLUnmarshaller class.
XMLUnmarshaller() - Constructor for class org.apache.slide.common.XMLUnmarshaller
 

< A B C D E F G H I K L M N O P R S T U V W X