- LabeledNamesProvider - Interface in de.innovationgate.webgate.api.auth
-
Mixin interface for
AuthenticationSession
to let it provide "labeled names", i.e. user names that are retrievable via label
- languageNameToLocale(String) - Static method in class de.innovationgate.webgate.api.WGLanguage
-
Converts a WGAPI language name to a corresponding java locale
- lastIndexOf(Object) - Method in class de.innovationgate.utils.TransientList
-
- lastIndexOf(Object) - Method in class de.innovationgate.webgate.api.templates.LazyBeanList
-
- LazyBeanList - Class in de.innovationgate.webgate.api.templates
-
Implements a "lazy" list of retrieved beans.
- LazyBeanList(SimpleContentSource, String, Map) - Constructor for class de.innovationgate.webgate.api.templates.LazyBeanList
-
- LazyIterator - Class in de.innovationgate.webgate.api.templates
-
Implements a lazy iterator that will retrieve the next data object to server just in time.
- LazyIterator(LazyBeanList, int) - Constructor for class de.innovationgate.webgate.api.templates.LazyIterator
-
Constructor taking a lazy bean list and a beginning index.
- LazyIterator(LazyBeanList) - Constructor for class de.innovationgate.webgate.api.templates.LazyIterator
-
Constructor taking a LazyBeanList.
- LEVEL_ALL - Static variable in class de.innovationgate.wga.common.LogLevel
-
- LEVEL_DEBUG - Static variable in class de.innovationgate.wga.common.LogLevel
-
- LEVEL_ERROR - Static variable in class de.innovationgate.wga.common.LogLevel
-
- LEVEL_INFO - Static variable in class de.innovationgate.wga.common.LogLevel
-
- LEVEL_WARN - Static variable in class de.innovationgate.wga.common.LogLevel
-
- LicenseException - Exception in de.innovationgate.license
-
Thrown on license errors
- LicenseException(String) - Constructor for exception de.innovationgate.license.LicenseException
-
- LicenseException(String, Throwable) - Constructor for exception de.innovationgate.license.LicenseException
-
- limitResults(int) - Method in interface de.innovationgate.webgate.api.WGResultSet
-
Call to limit the results to return to the given count.
- limitResults(int) - Method in class de.innovationgate.webgate.api.WGStandardResultSet
-
- LineBufferWriter - Class in de.innovationgate.utils
-
A writer that writes to a Buffer
- LineBufferWriter() - Constructor for class de.innovationgate.utils.LineBufferWriter
-
- LINEFEEDS_CONVERT_TO_BR - Static variable in class de.innovationgate.utils.WGUtils
-
- LINEFEEDS_KEEP - Static variable in class de.innovationgate.utils.WGUtils
-
- LINEFEEDS_REMOVE - Static variable in class de.innovationgate.utils.WGUtils
-
- listIterator() - Method in class de.innovationgate.utils.TransientList
-
- listIterator(int) - Method in class de.innovationgate.utils.TransientList
-
- listIterator() - Method in class de.innovationgate.webgate.api.templates.LazyBeanList
-
- listIterator(int) - Method in class de.innovationgate.webgate.api.templates.LazyBeanList
-
- load(InputStream) - Method in interface de.innovationgate.utils.ImageScaler
-
Loads image data.
- load(InputStream) - Method in class de.innovationgate.utils.imgscalr.ImgScalrScaler
-
- load(InputStream, String) - Method in class de.innovationgate.utils.imgscalr.ImgScalrScaler
-
- load(InputStream, String) - Method in interface de.innovationgate.utils.MimeTypeSpecificImageScaler
-
Loads image data.
- load(File) - Static method in class de.innovationgate.wga.common.beans.csconfig.v1.CSConfig
-
- load(InputStream) - Static method in class de.innovationgate.wga.common.beans.csconfig.v1.CSConfig
-
- load(InputStream, boolean) - Static method in class de.innovationgate.wga.common.beans.csconfig.v1.CSConfig
-
- load(FileObject) - Static method in class de.innovationgate.wga.common.beans.csconfig.v1.CSConfig
-
- load(File) - Static method in class de.innovationgate.wga.common.beans.DesignDefinition
-
Loads syncinfo data from a file.
- load(FileObject) - Static method in class de.innovationgate.wga.common.beans.DesignDefinition
-
Loads syncinfo data from a VFS file object.
- loadClass(String) - Method in class de.innovationgate.utils.DynamicClassLoadingChain
-
- loadUtf8FromFile(XStream, File) - Static method in class de.innovationgate.utils.XStreamUtils
-
Loads an object from a UTF-8 encoded file
- loadUtf8FromFileObject(XStream, FileObject) - Static method in class de.innovationgate.utils.XStreamUtils
-
Loads an object from a UTF-8 encoded VFS file object
- loadUtf8FromInputStream(XStream, InputStream) - Static method in class de.innovationgate.utils.XStreamUtils
-
Loads an object from a UTF-8 encoded input stream
- loadUtf8FromInputStream(XStream, InputStream, boolean) - Static method in class de.innovationgate.utils.XStreamUtils
-
Loads an object from a UTF-8 encoded input stream
- LocalisationBundleLoader - Class in de.innovationgate.wga.modules
-
A tool class to that reads localized information from a bundle of property files.
- LocalisationBundleLoader(String, ClassLoader) - Constructor for class de.innovationgate.wga.modules.LocalisationBundleLoader
-
Creates a bundle loader using a properties file under the given resource name and the given loader to laod it
- LocalisationBundleLoader(Class, String) - Constructor for class de.innovationgate.wga.modules.LocalisationBundleLoader
-
Creates a bundle loader loading a file <classname>_<fileQualifier>.properties from the class folder of the given class
- LocalizedInformation - Interface in de.innovationgate.wga.common
-
Interface for any object being able to offer localized title and (optionally) description about some entity
- LocalizedOptionCategoryDefinition - Class in de.innovationgate.wga.modules.options
-
Implementation of an option category with localized information
The bundles retrieved by the given bundle loader in the constructor are expected to contain the following label keys with localized information:
category.
- LocalizedOptionCategoryDefinition(Class<? extends ModuleType>, String, LocalisationBundleLoader) - Constructor for class de.innovationgate.wga.modules.options.LocalizedOptionCategoryDefinition
-
- LocalizedOptionDefinition - Class in de.innovationgate.wga.modules.options
-
Implementation of an option definition providing localized information.
- LocalizedOptionDefinition(String, OptionType, LocalisationBundleLoader) - Constructor for class de.innovationgate.wga.modules.options.LocalizedOptionDefinition
-
- LocalizedOptionValueProvider - Class in de.innovationgate.wga.modules.options
-
An implementation of
OptionValueProvider
providing localized value titles for a given set of predefined values.
- LocalizedOptionValueProvider(String, LocalisationBundleLoader) - Constructor for class de.innovationgate.wga.modules.options.LocalizedOptionValueProvider
-
- Lock - Class in de.innovationgate.webgate.api.locking
-
represents a lock which can be obtained on all objects of a WGDatabase
by using LockManager
- Lock(Lockable, LockOwner) - Constructor for class de.innovationgate.webgate.api.locking.Lock
-
- lock(LockOwner) - Method in interface de.innovationgate.webgate.api.locking.Lockable
-
locks the object for the given owner
- lock(LockOwner) - Method in class de.innovationgate.webgate.api.WGDatabase
-
- lock() - Method in class de.innovationgate.webgate.api.WGDatabase
-
locks the database for the current sessioncontext
- lock(LockOwner) - Method in class de.innovationgate.webgate.api.WGDocument
-
- lock() - Method in class de.innovationgate.webgate.api.WGDocument
-
locks the document for the current sessionContext
- Lockable - Interface in de.innovationgate.webgate.api.locking
-
interface for all lockable wgapi-objects
- LOCKED_BY_FOREIGN_OBJECT - Static variable in class de.innovationgate.webgate.api.locking.Lock
-
- LOCKED_BY_THIS_OBJECT - Static variable in class de.innovationgate.webgate.api.locking.Lock
-
- LockException - Exception in de.innovationgate.webgate.api.locking
-
superclass for all exceptions thrown by
locking-functionalities and modify methods of locked objects
- LockException(String) - Constructor for exception de.innovationgate.webgate.api.locking.LockException
-
- LockException(String, Throwable) - Constructor for exception de.innovationgate.webgate.api.locking.LockException
-
- LockManager - Class in de.innovationgate.webgate.api.locking
-
used by WGDatabase to manage locks
each WGDatabase has its own LockManager
- LockManager() - Constructor for class de.innovationgate.webgate.api.locking.LockManager
-
- LockOwner - Interface in de.innovationgate.webgate.api.locking
-
flag interface to declare which wgapi-objects can obtain locks
- LockWaitTimeoutException - Exception in de.innovationgate.webgate.api.locking
-
thrown when a lockrequest timed out
- LockWaitTimeoutException(String) - Constructor for exception de.innovationgate.webgate.api.locking.LockWaitTimeoutException
-
- LockWaitTimeoutException(String, Throwable) - Constructor for exception de.innovationgate.webgate.api.locking.LockWaitTimeoutException
-
- LOG - Static variable in class de.innovationgate.webgate.api.auth.FileAuthenticationModule
-
- LOG - Static variable in class de.innovationgate.wga.config.RemoveDefaultOptionsVisitor
-
- LOG - Static variable in class de.innovationgate.wga.config.SortOptionsVisitor
-
- LOG_LEVEL_DEBUG - Static variable in class de.innovationgate.wga.config.WGAConfiguration
-
- LOG_LEVEL_ERROR - Static variable in class de.innovationgate.wga.config.WGAConfiguration
-
- LOG_LEVEL_INFO - Static variable in class de.innovationgate.wga.config.WGAConfiguration
-
- LOG_LEVEL_WARNING - Static variable in class de.innovationgate.wga.config.WGAConfiguration
-
- logCategoryInfo(Logger, String, int) - Static method in class de.innovationgate.utils.WGUtils
-
Tool function to log category headers to a logger
- logError(String) - Method in class de.innovationgate.wga.config.MigrationResult
-
- logError(String, Throwable) - Method in class de.innovationgate.wga.config.MigrationResult
-
- LogHandler - Interface in de.innovationgate.wga.common
-
Interface for functionalities retrieving data from the application log
- login(String, Object) - Method in interface de.innovationgate.webgate.api.auth.AuthenticationModule
-
Called to verify a login.
- login(X509Certificate) - Method in interface de.innovationgate.webgate.api.auth.CertAuthCapableAuthModule
-
Called to verify a login that uses a certificate as credential.
- login(String, Object) - Method in class de.innovationgate.webgate.api.auth.FileAuthenticationModule
-
- login(String, Object) - Method in class de.innovationgate.webgate.api.auth.RedirectionAuthModule
-
- login(String, String) - Method in class de.innovationgate.webgate.api.simple.BeanAdapter
-
- login(String, String) - Method in class de.innovationgate.webgate.api.templates.QueryableSource
-
- login(String, String) - Method in class de.innovationgate.webgate.api.templates.SimpleContentSource
-
Implement to specify login behaviour for users opening single sessions.
- LoginBeanCreationHandler - Class in de.innovationgate.webgate.api.simple
-
A bean creation handler for
BeanAdapter
which uses a bean constructor taking three parameters:
The bean adapter itself of type
BeanAdapter
The user name logged in to the OpenWGA domain (String)
The password of that user
- LoginBeanCreationHandler() - Constructor for class de.innovationgate.webgate.api.simple.LoginBeanCreationHandler
-
- logInfo(String) - Method in class de.innovationgate.wga.config.MigrationResult
-
- LogLevel - Class in de.innovationgate.wga.common
-
A Log Level Object for the remote application log
- LogLevelOptionType - Class in de.innovationgate.wga.modules.options
-
An option type storing log levels like those used by log4j
- logout() - Method in class de.innovationgate.webgate.api.auth.AnonymousAuthSession
-
- logout() - Method in interface de.innovationgate.webgate.api.auth.AuthenticationSession
-
Closes the authentication session making this object invalid
- logout() - Method in class de.innovationgate.webgate.api.auth.BackendAuthSession
-
- logout() - Method in class de.innovationgate.webgate.api.auth.MasterLoginAuthSession
-
- logout() - Method in class de.innovationgate.webgate.api.simple.BeanAdapter
-
- logout() - Method in class de.innovationgate.webgate.api.templates.QueryableSource
-
- logout() - Method in class de.innovationgate.webgate.api.templates.SimpleContentSource
-
Called when a user session is closed to cleanup resources of it
- LOGSERVER_PORT - Static variable in class de.innovationgate.wga.common.Constants
-
The port for WGA remote application log
- logWarning(String) - Method in class de.innovationgate.wga.config.MigrationResult
-
- lowerCaseList(List) - Static method in class de.innovationgate.utils.WGUtils
-
Lowercases the string elements of a list.
- LUCENE_INDEXTYPE_FULLTEXT - Static variable in class de.innovationgate.webgate.api.MetaInfo
-
Simple lucene fulltext indexing
- LUCENE_INDEXTYPE_KEYWORD - Static variable in class de.innovationgate.webgate.api.MetaInfo
-
Lucene keyword indexing that indexes the exact content
- LUCENE_INDEXTYPE_NOINDEX - Static variable in class de.innovationgate.webgate.api.MetaInfo
-
Field should not be added to lucene index
- LuceneConfiguration - Class in de.innovationgate.wga.common.beans
-
Represents the configuration for the lucene index on one database
- LuceneConfiguration() - Constructor for class de.innovationgate.wga.common.beans.LuceneConfiguration
-
Creates an empty not enabled lucene configuration
- LuceneIndexConfiguration - Class in de.innovationgate.wga.config
-
Configuration of the Lucene fulltext index for a single OpenWGA application
- LuceneIndexConfiguration() - Constructor for class de.innovationgate.wga.config.LuceneIndexConfiguration
-
- LuceneIndexFileRule - Class in de.innovationgate.wga.common.beans
-
Represents a lucene rule to index file attachments
- LuceneIndexFileRule() - Constructor for class de.innovationgate.wga.common.beans.LuceneIndexFileRule
-
- LuceneIndexFileRule - Class in de.innovationgate.wga.config
-
A lucene rule to index file attachments
- LuceneIndexFileRule() - Constructor for class de.innovationgate.wga.config.LuceneIndexFileRule
-
- LuceneIndexFileRule(String) - Constructor for class de.innovationgate.wga.config.LuceneIndexFileRule
-
- LuceneIndexItemRule - Class in de.innovationgate.wga.common.beans
-
Represents a lucene rule to index content items
- LuceneIndexItemRule() - Constructor for class de.innovationgate.wga.common.beans.LuceneIndexItemRule
-
- LuceneIndexItemRule - Class in de.innovationgate.wga.config
-
A lucene rule to index content items
- LuceneIndexItemRule() - Constructor for class de.innovationgate.wga.config.LuceneIndexItemRule
-
- LuceneIndexItemRule(String, String, String) - Constructor for class de.innovationgate.wga.config.LuceneIndexItemRule
-
- LuceneManagerConfiguration - Class in de.innovationgate.wga.config
-
Global configuration of the Lucene fulltext index
- LuceneManagerConfiguration() - Constructor for class de.innovationgate.wga.config.LuceneManagerConfiguration
-
- LuceneManagerConfiguration(String) - Constructor for class de.innovationgate.wga.config.LuceneManagerConfiguration
-