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

R

read(Serializable) - Method in class de.innovationgate.utils.cache.Cache
Reads a cache entry.
read() - Method in class de.innovationgate.utils.MD5HashingInputStream
 
read(byte[], int, int) - Method in class de.innovationgate.utils.MD5HashingInputStream
 
read(byte[]) - Method in class de.innovationgate.utils.MD5HashingInputStream
 
read(Object) - Static method in class de.innovationgate.utils.NullPlaceHolder
Converts a value retrieved from a place that may contain a real value or a NullPlaceHolder, which is converted to a null.
read() - Method in class de.innovationgate.utils.SHA256HashingInputStream
 
read(byte[], int, int) - Method in class de.innovationgate.utils.SHA256HashingInputStream
 
read(byte[]) - Method in class de.innovationgate.utils.SHA256HashingInputStream
 
read() - Method in class de.innovationgate.utils.SHA512HashingInputStream
 
read(byte[], int, int) - Method in class de.innovationgate.utils.SHA512HashingInputStream
 
read(byte[]) - Method in class de.innovationgate.utils.SHA512HashingInputStream
 
read() - Method in class de.innovationgate.webgate.api.BinaryFieldData.SizeReportingInputStream
 
read(InputStream) - Static method in class de.innovationgate.webgate.api.schemadef.WGSchemaDefinition
Read a serialized schema definition from an input stream
read(InputStream) - Static method in class de.innovationgate.wga.common.beans.hdbmodel.ModelDefinition
 
read(InputStream) - Static method in class de.innovationgate.wga.config.WGAConfiguration
 
read(InputStream) - Method in class de.innovationgate.wga.config.WGAConfigurationFactory
 
readEntry(String) - Method in class de.innovationgate.utils.cache.Cache
Deprecated.
readEntry(Serializable) - Method in interface de.innovationgate.utils.cache.CacheCore
Reads a cache entry.
readEntry(Serializable) - Method in class de.innovationgate.utils.cache.EHCacheCore
 
readFileHashes(FileObject) - Method in class de.innovationgate.utils.DirComparer
Creates a map of hashes of all files contained in the given directory (or a map of a single hash for a given regular file).
readOptionValueOrDefault(Map<String, String>, String, ModuleDefinition) - Method in class de.innovationgate.wga.config.WGAConfiguration.CachingOptionReader
 
readOptionValueOrDefault(Map<String, String>, String, ModuleDefinition) - Method in class de.innovationgate.wga.modules.options.CachingOptionReader
 
readOptionValueOrDefault(String) - Method in class de.innovationgate.wga.modules.options.OptionReader
Reads an option value and directly returns the native datatype, or the default value if the option is not available
readString(Reader) - Static method in class de.innovationgate.utils.WGUtils
Reads data from a reader into a string
readString(InputStream, String) - Static method in class de.innovationgate.utils.WGUtils
Readers data from an input stream into a string
REAL_ACCESSLEVELS - Static variable in class de.innovationgate.webgate.api.WGDatabase
Map of "real" access levels, which are available for new ACLs entries
reassignVersionNumber() - Method in class de.innovationgate.webgate.api.WGContent
Assigns a new version number to this content Used to resolve key conflicts with contents.
rebuild(boolean) - Method in class de.innovationgate.utils.URLBuilder
Deprecated.
Because of inconsistent return type. Use URLBuilder.build(boolean) instead or use implicit string conversion
rebuild() - Method in class de.innovationgate.utils.URLBuilder
Deprecated.
Because of inconsistent return type. Use URLBuilder.build(boolean) instead or use implicit string conversion
receiveData(PortletItemStorageData) - Method in interface de.innovationgate.webgate.api.WGPortletItemStorage
Receives the item storage data for a single portlet and stores it to its own storage
recreate() - Method in class de.innovationgate.utils.DynamicClassLoadingChain.SubLoader
 
recreateWithNewParent(ClassLoader) - Method in class de.innovationgate.utils.DynamicClassLoadingChain.SubLoader
 
RedirectionAuthModule - Class in de.innovationgate.webgate.api.auth
Auth module implementation that redirects all calls to some backend module, to be defined by subclasses.
RedirectionAuthModule() - Constructor for class de.innovationgate.webgate.api.auth.RedirectionAuthModule
 
reduce(String, int) - Static method in class de.innovationgate.utils.WGUtils
Reduces a string to a given maximum length.
reduceUserAgentString(String, int) - Static method in class de.innovationgate.utils.WGUtils
Reduces a user agent string to a given size and keeping the basic syntax intact when possible The method tries to reduce the content of the outer bracket content so the user agent is still parseable
ReferenceOptionType - Interface in de.innovationgate.wga.modules.options
Mixin interface for OptionTypes whose values represent references to well known resources in WGA
ReferenceType - Interface in de.innovationgate.wga.modules
Interface for classes that represent reference types, i.e. references to well known resources in WGA Implementors of this interface are hardly ever used by instance.
refresh() - Method in class de.innovationgate.webgate.api.fake.WGFakeDatabase
 
refresh() - Method in class de.innovationgate.webgate.api.templates.SimpleContentSource
 
refresh() - Method in class de.innovationgate.webgate.api.WGDatabase
Refreshes the data in database, testing for changes in the backend and clearing all caches.
refresh() - Method in interface de.innovationgate.webgate.api.WGDatabaseCore
Is called when a database refresh is performed The core should perform necessary cleanups of cached data and held resources If the database supports WGAPI transactions it should reduce the impact of this method to the current session while in a transaction
registerModules(ModuleRegistry) - Method in interface de.innovationgate.wga.modules.ModuleRegistrar
Gets called when the ModuleRegistry finds the registrar and instantiates it, so the registrar can register all modules known to it with the registry.
RegistryAwareModule - Interface in de.innovationgate.wga.modules
Interface to be used by modules (NOT module definitions!)
RegistryAwareModuleDefinition - Interface in de.innovationgate.wga.modules
Interface to be used by a ModuleDefinition that needs a reference to the ModuleRegistry to work.
reject(String) - Method in class de.innovationgate.webgate.api.WGContent
Method reject.
reject(String) - Method in interface de.innovationgate.webgate.api.workflow.WGWorkflow
Rejects a content back to draft status.
Relation - Class in de.innovationgate.wga.common.beans.hdbmodel
Represents a relation definition
Relation() - Constructor for class de.innovationgate.wga.common.beans.hdbmodel.Relation
 
RELATIONTYPE_NORMAL - Static variable in class de.innovationgate.webgate.api.WGContent
Relation type that will allow deletion of targeted documents without further notice
RELATIONTYPE_PROTECTED - Static variable in class de.innovationgate.webgate.api.WGContent
Relation type that will deny deletion of targeted documents
relativeFilePath(String, String, boolean) - Static method in class de.innovationgate.utils.WGUtils
Calculates a relative file path, relative to the given parent path.
relativeFilePath(String, String) - Static method in class de.innovationgate.utils.WGUtils
A variant of WGUtils.relativeFilePath(String, String, boolean) which always throws a IllegalArgumentException if the parent path is not valid.
release(String) - Method in interface de.innovationgate.webgate.api.workflow.WGWorkflow
Called when a content is released (i.e. has completely passed the workflow)
releaseAllLocks(LockOwner) - Method in class de.innovationgate.webgate.api.locking.LockManager
releases all locks obtained from the given owner
releaseImmediately(String) - Method in class de.innovationgate.webgate.api.WGContent
Releases this document immediately while exiting workflow.
releaseLock(Lockable, LockOwner) - Method in class de.innovationgate.webgate.api.locking.LockManager
releases the lock obtained on the given lockable by the given owner
releasePendingContents() - Method in class de.innovationgate.webgate.api.WGDatabase
Fetches all content documents pending release and releases those that are ready to be released
RemoteAction - Class in de.innovationgate.wga.common.beans.csconfig.v1
 
RemoteAction() - Constructor for class de.innovationgate.wga.common.beans.csconfig.v1.RemoteAction
 
RemoteException - Exception in de.innovationgate.utils.remote
thrown when an unexpected error occured on client or server side
RemoteException() - Constructor for exception de.innovationgate.utils.remote.RemoteException
 
RemoteException(String) - Constructor for exception de.innovationgate.utils.remote.RemoteException
 
RemoteException(String, Throwable) - Constructor for exception de.innovationgate.utils.remote.RemoteException
 
RemoteException(Throwable) - Constructor for exception de.innovationgate.utils.remote.RemoteException
 
REMOVABLE_DEFAULT_PUBLISHER_OPTIONS_CS - Static variable in class de.innovationgate.wga.config.WGAConfigurationMigrator
 
RemovalAwareModule - Interface in de.innovationgate.wga.modules
A module with a callback method that should be called when the module is removed from registry
remove(Object) - Method in class de.innovationgate.utils.HierarchyMap
Removes a value from the current map.
remove() - Method in class de.innovationgate.utils.PrefetchingIterator
 
remove() - Method in class de.innovationgate.utils.SkippingIteratorWrapper
 
remove(Object) - Method in class de.innovationgate.utils.TransientList
 
remove(int) - Method in class de.innovationgate.utils.TransientList
 
remove(Object) - Method in class de.innovationgate.utils.TransientMap
 
remove(Object) - Method in class de.innovationgate.utils.UserHashMap
 
remove() - Method in class de.innovationgate.webgate.api.fake.WGFakeDocument
 
remove() - Method in class de.innovationgate.webgate.api.fake.WGFakeUserProfile
 
remove() - Method in class de.innovationgate.webgate.api.templates.BeanFolder
 
remove() - Method in class de.innovationgate.webgate.api.templates.BeanWrapper
 
remove(Object) - Method in class de.innovationgate.webgate.api.templates.LazyBeanList
 
remove(int) - Method in class de.innovationgate.webgate.api.templates.LazyBeanList
 
remove() - Method in class de.innovationgate.webgate.api.templates.LazyIterator
 
remove() - Method in class de.innovationgate.webgate.api.templates.WrappedKey
 
remove(WGACLEntry) - Method in class de.innovationgate.webgate.api.WGACL
Removes the given ACL entry from the ACL.
remove(WGACLEntry) - Method in interface de.innovationgate.webgate.api.WGACLCore
Removes an ACL entry
remove() - Method in class de.innovationgate.webgate.api.WGContentIterator
 
remove() - Method in class de.innovationgate.webgate.api.WGDocument
Remove the current document permanently from the database.
remove() - Method in interface de.innovationgate.webgate.api.WGDocumentCore
Removes this document from the database
remove() - Method in class de.innovationgate.webgate.api.WGDocumentCoreWrapper
 
remove(WGDocument) - Method in class de.innovationgate.webgate.api.WGDocumentListCache
 
remove(WGDocumentKey) - Method in class de.innovationgate.webgate.api.WGDocumentListCache
 
remove() - Method in class de.innovationgate.webgate.api.WGSequence
Removes the sequence, deleting all initialisation and incrementation status
remove() - Method in class de.innovationgate.webgate.api.WGStandardResultSet.FetchingIterator
 
removeAdminToolsPortRestriction(int) - Method in class de.innovationgate.wga.config.WGAConfiguration
 
removeAll(Collection) - Method in class de.innovationgate.utils.TransientList
 
removeAll(Collection) - Method in class de.innovationgate.webgate.api.templates.LazyBeanList
 
removeAllExtensionData() - Method in class de.innovationgate.webgate.api.WGDocument
Convenience method to remove all extension data fields from the document at once
removeAllFiles() - Method in class de.innovationgate.webgate.api.WGDocument
Convenience method to remove all file attachments from the document at once
removeAllItems() - Method in class de.innovationgate.webgate.api.WGDocument
Convenience method to remove all items from the document at once
removeAllRelations() - Method in class de.innovationgate.webgate.api.WGContent
Removes all relations from this content
removeAttribute(String) - Method in class de.innovationgate.webgate.api.WGDatabase
Removes a database attribute.
removeAttribute(String) - Method in class de.innovationgate.webgate.api.WGSessionContext
Removes a session attribute
removeAuthenticationSource() - Method in class de.innovationgate.wga.config.Domain
 
removeAuthenticationSourceListener(AuthenticationSourceListener) - Method in interface de.innovationgate.webgate.api.auth.AuthenticationModule
Removes an authentication source listener from the list of listeners
removeAuthenticationSourceListener(AuthenticationSourceListener) - Method in class de.innovationgate.webgate.api.auth.FileAuthenticationModule
 
removeAuthenticationSourceListener(AuthenticationSourceListener) - Method in class de.innovationgate.webgate.api.auth.RedirectionAuthModule
 
removeAuthoringDesignAccessPortRestriction(int) - Method in class de.innovationgate.wga.config.WGAConfiguration
 
removeBackendChangeListener(WGBackendChangeListener) - Method in class de.innovationgate.webgate.api.WGDatabase
Removes a listener for backend changes from the database
removeChangeListener(ModuleRegistryChangeListener) - Method in class de.innovationgate.wga.modules.ModuleRegistry
 
removeContent(String, Object) - Method in class de.innovationgate.webgate.api.simple.BeanAdapter
 
removeContent(String, Object) - Method in class de.innovationgate.webgate.api.templates.QueryableSource
 
removeContent(String, Object) - Method in class de.innovationgate.webgate.api.templates.SimpleContentSource
Implement behaviour to remove a data object from a folder
removeContentDatabase(String) - Method in class de.innovationgate.wga.config.WGAConfiguration
 
removeContentEventListener(WGContentEventListener) - Method in class de.innovationgate.webgate.api.WGDatabase
Removes a content event listener.
removeCoreListener(WGHierarchicalDatabaseCoreListener) - Static method in class de.innovationgate.webgate.api.WGHierarchicalDatabase
Removes a HDB core listener
removeCustomField(String) - Method in interface de.innovationgate.webgate.api.WGFileAnnotations
Removes a custom field annotated for this file
removeCustomField(String) - Method in class de.innovationgate.webgate.api.WGFileDerivateMetaData
 
removeCustomField(String) - Method in class de.innovationgate.webgate.api.WGFileMetaData
 
removeDatabaseConnectListener(WGDatabaseConnectListener) - Method in class de.innovationgate.webgate.api.WGDatabase
Removes a listener for the connection of this database to its backend
removeDatabaseEventListener(WGDatabaseEventListener) - Method in class de.innovationgate.webgate.api.WGDatabase
Removes a database event listener.
removeDatabaseServer(String) - Method in class de.innovationgate.wga.config.WGAConfiguration
 
removeDefaultOptions(ModuleRegistry) - Method in class de.innovationgate.wga.config.WGAConfiguration
 
RemoveDefaultOptionsVisitor - Class in de.innovationgate.wga.config
A configuration visitor removing all options from config beans that are on default values
RemoveDefaultOptionsVisitor(ModuleRegistry, WGAConfiguration) - Constructor for class de.innovationgate.wga.config.RemoveDefaultOptionsVisitor
 
removeDefinitionsFromLoader(String) - Method in class de.innovationgate.wga.modules.ModuleRegistry
 
removeDesignChangeListener(WGDesignChangeListener) - Method in class de.innovationgate.webgate.api.WGConfigurableTypeDesignProvider
 
removeDesignChangeListener(WGDesignChangeListener) - Method in class de.innovationgate.webgate.api.WGDatabase
Removes a design change listener to this database.
removeDesignChangeListener(WGDesignChangeListener) - Method in interface de.innovationgate.webgate.api.WGDesignProvider
Removes a listener for design change events
removeEntity(String) - Method in class de.innovationgate.wga.config.WGAConfiguration
 
removeExtensionData(String) - Method in class de.innovationgate.webgate.api.fake.WGFakeDatabase
 
removeExtensionData(String) - Method in class de.innovationgate.webgate.api.fake.WGFakeDocument
 
removeExtensionData(String) - Method in class de.innovationgate.webgate.api.templates.BeanFolder
 
removeExtensionData(String) - Method in class de.innovationgate.webgate.api.templates.BeanWrapper
 
removeExtensionData(String) - Method in class de.innovationgate.webgate.api.templates.SimpleContentSource
 
removeExtensionData(String) - Method in class de.innovationgate.webgate.api.templates.WrappedKey
 
removeExtensionData(String) - Method in class de.innovationgate.webgate.api.WGDatabase
Removes a extension data field from the database.
removeExtensionData(String) - Method in interface de.innovationgate.webgate.api.WGDatabaseCore
Removes an extension data field from this database
removeExtensionData(String) - Method in class de.innovationgate.webgate.api.WGDocument
 
removeExtensionData(String) - Method in class de.innovationgate.webgate.api.WGDocumentCoreWrapper
 
removeExtensionData(String) - Method in interface de.innovationgate.webgate.api.WGExtensionDataContainer
Removes an extension data field from this entity
removeExtensionData(String) - Method in class de.innovationgate.webgate.api.WGFileDerivateMetaData
 
removeExtensionData(String) - Method in class de.innovationgate.webgate.api.WGFileMetaData
 
removeFile(String) - Method in class de.innovationgate.webgate.api.fake.WGFakeDocument
 
removeFile(String) - Method in class de.innovationgate.webgate.api.templates.BeanFolder
 
removeFile(String) - Method in class de.innovationgate.webgate.api.templates.BeanWrapper
 
removeFile(String) - Method in interface de.innovationgate.webgate.api.templates.SimpleFileContainer
Tells the container to remove a file
removeFile(String) - Method in class de.innovationgate.webgate.api.templates.WrappedKey
 
removeFile(String) - Method in class de.innovationgate.webgate.api.WGDocument
Removes a file attachment from the document Note: When this method is called you should save the document before attempting to attach a new file of the same name.
removeFile(String) - Method in interface de.innovationgate.webgate.api.WGDocumentCore
Removes a file attachment from this document
removeFile(String) - Method in class de.innovationgate.webgate.api.WGDocumentCoreWrapper
 
removeFile(String) - Method in class de.innovationgate.webgate.api.WGFileContainer
 
removeFileDerivate(String) - Method in class de.innovationgate.webgate.api.fake.WGFakeDocument
 
removeFileDerivate(String) - Method in class de.innovationgate.webgate.api.templates.BeanFolder
 
removeFileDerivate(String) - Method in class de.innovationgate.webgate.api.templates.BeanWrapper
 
removeFileDerivate(String) - Method in class de.innovationgate.webgate.api.templates.WrappedKey
 
removeFileDerivate(String) - Method in class de.innovationgate.webgate.api.WGDocument
Deletes an existing file derivate
removeFileDerivate(String) - Method in interface de.innovationgate.webgate.api.WGDocumentCore
Deletes an existing file derivate
removeFileDerivate(String) - Method in class de.innovationgate.webgate.api.WGDocumentCoreWrapper
 
removeFileNameSuffix(String) - Static method in class de.innovationgate.utils.WGUtils
Removes the suffix part (i.e. the part after the last ".") from a file name
removeFlag(String) - Method in class de.innovationgate.wga.modules.options.BasicOptionDefinition
 
removeFlag(String) - Method in class de.innovationgate.wga.modules.options.LocalizedOptionDefinition
 
removeFromAllUsers(KeyType, ValueType) - Method in class de.innovationgate.utils.UserHashMap
Removes a map key from all users maps If parameter value is given it only removes those keys that map equal values.
removeFromAllUsers(KeyType) - Method in class de.innovationgate.utils.UserHashMap
Removes a map key from all users maps
removeInstance(String) - Static method in class de.innovationgate.webgate.api.WGHierarchicalDatabase
removes an created instance
removeItem(String) - Method in class de.innovationgate.webgate.api.fake.WGFakeDocument
 
removeItem(String) - Method in class de.innovationgate.webgate.api.templates.BeanFolder
 
removeItem(String) - Method in class de.innovationgate.webgate.api.templates.BeanWrapper
 
removeItem(String) - Method in class de.innovationgate.webgate.api.templates.WrappedKey
 
removeItem(String) - Method in class de.innovationgate.webgate.api.WGDocument
Removes an item from the document
removeItem(String) - Method in interface de.innovationgate.webgate.api.WGDocumentCore
Removes an item from the document
removeItem(String) - Method in class de.innovationgate.webgate.api.WGDocumentCoreWrapper
 
removeItem(WGTransientPortlet, String) - Method in interface de.innovationgate.webgate.api.WGPortletItemStorage
Removes a stored item from this portlet
removeItem(WGPortlet, String) - Method in class de.innovationgate.webgate.api.WGPortletRegistry
Removes a portlet item
removeItem(WGPortlet, String) - Method in class de.innovationgate.webgate.api.WGTransientPortletRegistry
 
removeListener(WGContent) - Method in class de.innovationgate.webgate.api.WGHierarchicalDatabase
removes the stored listener reference from the given storage or content
removeManualDerivate(String) - Method in class de.innovationgate.webgate.api.WGFileMetaData
 
removeOption(Element, String) - Static method in class de.innovationgate.wga.common.WGAXML
Remoevs a single option.
removeParameter(String) - Method in class de.innovationgate.utils.URLBuilder
Removes a parameter
removePortlet(WGPortlet) - Method in class de.innovationgate.webgate.api.WGPortletRegistry
Removes the portlet of the given key from registry This method should: Remove all items registered for this portlet Remove the registration of the portlet from portlet registry Remove all child portlets the same way that this portlet was removed (including items and their child portlets)
removePortlet(WGPortlet) - Method in class de.innovationgate.webgate.api.WGTransientPortletRegistry
 
removeRelation(String) - Method in class de.innovationgate.webgate.api.fake.WGFakeDocument
 
removeRelation(String) - Method in class de.innovationgate.webgate.api.templates.BeanFolder
 
removeRelation(String) - Method in class de.innovationgate.webgate.api.templates.BeanWrapper
 
removeRelation(String) - Method in class de.innovationgate.webgate.api.templates.WrappedKey
 
removeRelation(String) - Method in class de.innovationgate.webgate.api.WGContent
Removes a content relation
removeRelation(String) - Method in interface de.innovationgate.webgate.api.WGDocumentCore
Removes a content relation
removeRelation(String) - Method in class de.innovationgate.webgate.api.WGDocumentCoreWrapper
 
removeRelationFromGroup(String, WGContent) - Method in class de.innovationgate.webgate.api.WGContent
Removes the relation to a given target document from a relation group, if it contains such a relation.
removeShare(String) - Method in class de.innovationgate.wga.config.WGAConfiguration
 
removeSubLoader(String) - Method in class de.innovationgate.utils.DynamicClassLoadingChain
Removes the subloader with the given key from the chain.
removeThreadLocalValue(ThreadLocal) - Static method in class de.innovationgate.utils.WGUtils
Deprecated.
since Java 5 is minimum dependency of OpenWGA
removeVirtualItemValue(String, Object) - Method in class de.innovationgate.webgate.api.WGContent
Removes an virtual item from this content document
removeWorkflowDefinition(Object) - Method in class de.innovationgate.webgate.api.workflow.WGDefaultWorkflowEngine
 
removeWorkflowDefinition(Object) - Method in interface de.innovationgate.webgate.api.workflow.WGWorkflowEngine
Deletes a workflow definition.
removeWorkflowEventListener(WGWorkflowEventListener) - Method in class de.innovationgate.webgate.api.WGDatabase
Removes a workflow event listener.
rename(String, String) - Method in class de.innovationgate.webgate.api.WGDesignDocument
Tries to rename the design document.
rename(String) - Method in class de.innovationgate.webgate.api.WGDesignDocument
Tries to rename the design document.
renameFile(String, String) - Method in class de.innovationgate.webgate.api.fake.WGFakeDocument
 
renameFile(String, String) - Method in class de.innovationgate.webgate.api.templates.BeanFolder
 
renameFile(String, String) - Method in class de.innovationgate.webgate.api.templates.BeanWrapper
 
renameFile(String, String) - Method in class de.innovationgate.webgate.api.templates.WrappedKey
 
renameFile(String, String) - Method in class de.innovationgate.webgate.api.WGDocument
Renames a file exception on this document
renameFile(String, String) - Method in interface de.innovationgate.webgate.api.WGDocumentCore
Renames an attached file
renameFile(String, String) - Method in class de.innovationgate.webgate.api.WGDocumentCoreWrapper
 
reopenSession(String, Object) - Method in class de.innovationgate.webgate.api.WGDatabase
Closes and reopens the session with the given user information
reopenSession(String, Object, String) - Method in class de.innovationgate.webgate.api.WGDatabase
Closes and reopens the session with the given user information
reopenSession() - Method in class de.innovationgate.webgate.api.WGDatabase
Closes and reopens the session with the current logged in user.
replace(String, int, int, Writer) - Method in class de.innovationgate.utils.DefaultReplaceProcessor
 
replace(String, int, int, Writer) - Method in interface de.innovationgate.utils.ReplaceProcessor
Processes an replacement after a source string part was found that should be replaced
ReplaceProcessor - Interface in de.innovationgate.utils
A processor for replace operations done by WGUtils.strReplace(String, String, ReplaceProcessor, boolean)
RequestBasedAuthenticationModule - Interface in de.innovationgate.webgate.api.auth
Interface for authentication modules that need HTTP request data, in form of J2EEs javax.servlet.http.HttpServletRequest, as credentials to perform a login
reset() - Method in class de.innovationgate.utils.MD5HashingInputStream
 
reset() - Method in class de.innovationgate.utils.SHA256HashingInputStream
 
reset() - Method in class de.innovationgate.utils.SHA512HashingInputStream
 
reset() - Method in class de.innovationgate.webgate.api.BinaryFieldData.SizeReportingInputStream
 
resetTransactionMode() - Method in class de.innovationgate.webgate.api.WGSessionContext
Sets the transaction mode back to the initial transaction mode of the session
resolveDirectMembership(String) - Method in class de.innovationgate.utils.GroupMembershipResolver
Abstract method to define how direct group membership is determined.
resolveDirLink(File) - Static method in class de.innovationgate.utils.WGUtils
Resolves an eventually present directory link file.
resolveDirLink(FileObject) - Static method in class de.innovationgate.utils.WGUtils
Resolves an eventually present directory link file (variant with Commons VFS file objects).
resolveMembership(String) - Method in class de.innovationgate.utils.GroupMembershipResolver
Determine hierarchical group membership of the given member
ResourceIsLockedException - Exception in de.innovationgate.webgate.api.locking
thrown when a locked resource is modified without obtaining a lock
ResourceIsLockedException(String) - Constructor for exception de.innovationgate.webgate.api.locking.ResourceIsLockedException
 
ResourceIsLockedException(String, Throwable) - Constructor for exception de.innovationgate.webgate.api.locking.ResourceIsLockedException
 
resultIsFalse(Object, WGDocument) - Method in class de.innovationgate.webgate.api.fake.WGFakeDatabase
 
resultIsFalse(Object, WGDocument) - Method in class de.innovationgate.webgate.api.templates.SimpleContentSource
 
resultIsFalse(Object, WGDocument) - Method in interface de.innovationgate.webgate.api.WGDatabaseCore
Tests, if an native expression result equals false in the native expression language.
resultIsFalse(Object) - Method in class de.innovationgate.webgate.api.WGDocument
Tests, if the given native expression result means "false" for this database implementation.
resultIsTrue(Object, WGDocument) - Method in class de.innovationgate.webgate.api.fake.WGFakeDatabase
 
resultIsTrue(Object, WGDocument) - Method in class de.innovationgate.webgate.api.templates.SimpleContentSource
 
resultIsTrue(Object, WGDocument) - Method in interface de.innovationgate.webgate.api.WGDatabaseCore
Tests, if an native expression result equals true in the native expression language.
resultIsTrue(Object) - Method in class de.innovationgate.webgate.api.WGDocument
Tests, if the given native expression result means "true" for this database implementation.
results() - Method in class de.innovationgate.webgate.api.templates.LazyBeanList
 
results() - Method in class de.innovationgate.webgate.api.WGCachedResultSet
 
results() - Method in interface de.innovationgate.webgate.api.WGResultSet
Number of results that are in this results set.
results() - Method in interface de.innovationgate.webgate.api.WGResultSetCore
Returns the number of contents in this result set.
results() - Method in class de.innovationgate.webgate.api.WGStandardResultSet
 
ResultSetIterator<T> - Interface in de.innovationgate.webgate.api
An interator with all features necessary to be used as a result set, including skipping support and result count retrieval
retainAll(Collection) - Method in class de.innovationgate.utils.TransientList
 
retainAll(Collection) - Method in class de.innovationgate.webgate.api.templates.LazyBeanList
 
retrieveCore() - Method in class de.innovationgate.webgate.api.WGContent
 
retrieveCore() - Method in class de.innovationgate.webgate.api.WGDesignDocument
 
retrieveFileExtensionDataHandler(String) - Method in class de.innovationgate.webgate.api.fake.WGFakeDocument
 
retrieveFileExtensionDataHandler(String) - Method in class de.innovationgate.webgate.api.templates.BeanFolder
 
retrieveFileExtensionDataHandler(String) - Method in class de.innovationgate.webgate.api.templates.BeanWrapper
 
retrieveFileExtensionDataHandler(String) - Method in class de.innovationgate.webgate.api.templates.WrappedKey
 
retrieveFileExtensionDataHandler(String) - Method in interface de.innovationgate.webgate.api.WGDocumentCore
retrieves the extension data handler for the given file or null if extension data is not supported
retrieveFileExtensionDataHandler(String) - Method in class de.innovationgate.webgate.api.WGDocumentCoreWrapper
 
retrieveInputStream() - Method in interface de.innovationgate.webgate.api.BinaryFieldData.Retriever
 
ROLE_ADMINISTRATOR - Static variable in interface de.innovationgate.webgate.api.workflow.WGWorkflow
User is admin reviewer of the workflow
ROLE_APPROVER - Static variable in interface de.innovationgate.webgate.api.workflow.WGWorkflow
User is approver on this workflow level
ROLE_CONTENT - Static variable in class de.innovationgate.webgate.api.WGDatabase
Database serves content and supplementary docs like content type, language if it is a full content store
ROLE_DESIGN - Static variable in class de.innovationgate.webgate.api.WGDatabase
Database servers design documents (WebTML, CSS/JS)
ROLE_NONE - Static variable in interface de.innovationgate.webgate.api.workflow.WGWorkflow
User has no role on this workflow level
ROLE_REPOSITORY - Static variable in class de.innovationgate.webgate.api.WGDatabase
Database serves file containers
ROLE_USERPROFILES - Static variable in class de.innovationgate.webgate.api.WGDatabase
Database servers user profiles
rollback() - Method in class de.innovationgate.webgate.api.WGDatabase.WGCascadedTransaction
 
rollback() - Method in class de.innovationgate.webgate.api.WGDatabase.WGFakeTransaction
 
rollback() - Method in class de.innovationgate.webgate.api.WGDatabase.WGRealTransaction
 
rollback() - Method in interface de.innovationgate.webgate.api.WGTransaction
Roll the transaction back.
rollbackTransaction() - Method in class de.innovationgate.webgate.api.fake.WGFakeDatabase
 
rollbackTransaction() - Method in class de.innovationgate.webgate.api.templates.SimpleContentSource
 
rollbackTransaction() - Method in class de.innovationgate.webgate.api.WGDatabase
Deprecated.
rollbackTransaction() - Method in interface de.innovationgate.webgate.api.WGDatabaseCore
Called when a started transaction should be rolled back.
roundMillisUp(Date) - Static method in class de.innovationgate.utils.WGUtils
Fills the millisecond part of a date value with 999 if it is 000.
RSAEncrypter - Class in de.innovationgate.utils
Deprecated.
use RSAEncrypter instead
RSAEncrypter() - Constructor for class de.innovationgate.utils.RSAEncrypter
Deprecated.
 
RSAEncrypter - Class in de.innovationgate.utils.security
Util class to encrypt and decrypt data based on RSA keys.
RSAEncrypter(RSAKeyPair, String) - Constructor for class de.innovationgate.utils.security.RSAEncrypter
 
RSAEncrypter.RSAEncryptedData - Class in de.innovationgate.utils.security
Encrypted data created by RSAEncrypter
RSAEncrypter.RSAEncryptedData(String, String) - Constructor for class de.innovationgate.utils.security.RSAEncrypter.RSAEncryptedData
 
RSAKeyPair - Class in de.innovationgate.utils.security
Represents an RSA private/public key pair
RSAKeyPairUtils - Class in de.innovationgate.utils.security
Utils to work with RSA key pairs
RSAKeyPairUtils() - Constructor for class de.innovationgate.utils.security.RSAKeyPairUtils
 
RSSDatabaseRetriever - Class in de.innovationgate.webgate.api.servers
Database retriever for the RSS Feed Connector
RSSDatabaseRetriever() - Constructor for class de.innovationgate.webgate.api.servers.RSSDatabaseRetriever
 
run() - Method in class de.innovationgate.utils.remote.Server
 
run() - Method in interface de.innovationgate.utils.WGUtils.RunnableWithExceptions
 
run() - Method in class de.innovationgate.webgate.api.utils.MasterSessionTask
Run the task.
run(WGDatabase) - Method in interface de.innovationgate.webgate.api.WGDatabase.ConnectAction
The action to be ran
run(WGDocument) - Method in interface de.innovationgate.webgate.api.WGDocument.SaveAction
The action to be ran
runWithExceptions() - Method in class de.innovationgate.webgate.api.utils.MasterSessionTask
Run the task.
A B C D E F G H I J K L M N O P Q R S T U V W X Z _