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

D

databaseConnected(WGDatabaseEvent) - Method in interface de.innovationgate.webgate.api.WGDatabaseConnectListener
The database got connected to its backend
databaseConnectionError(WGDatabaseEvent) - Method in interface de.innovationgate.webgate.api.WGDatabaseConnectListener
The backend connection has failed
databaseCreated(WGHierarchicalDatabase) - Method in interface de.innovationgate.webgate.api.WGHierarchicalDatabaseCoreListener
 
DatabaseFilter - Interface in de.innovationgate.webgate.api.servers
A filter used when retrieving available databases from database servers
DatabaseInformation - Class in de.innovationgate.webgate.api.servers
Data about a database on a database server, used to present this database to the administrator and to connect to it
DatabaseInformation(Class<? extends WGDatabaseCore>) - Constructor for class de.innovationgate.webgate.api.servers.DatabaseInformation
Constructor
DatabaseProperties - Class in de.innovationgate.webgate.api.modules.dbs
 
DatabaseProperties() - Constructor for class de.innovationgate.webgate.api.modules.dbs.DatabaseProperties
 
databaseRemoved(WGHierarchicalDatabase) - Method in interface de.innovationgate.webgate.api.WGHierarchicalDatabaseCoreListener
 
DatabaseServerModuleType - Class in de.innovationgate.wga.modules.types
Type to define an OpenWGA database server implementation
DatabaseServerModuleType() - Constructor for class de.innovationgate.wga.modules.types.DatabaseServerModuleType
 
DatabaseServerProperties - Class in de.innovationgate.webgate.api.modules.servers
 
DatabaseServerProperties() - Constructor for class de.innovationgate.webgate.api.modules.servers.DatabaseServerProperties
 
databaseUpdate(WGDatabaseEvent) - Method in interface de.innovationgate.webgate.api.WGDatabaseEventListener
Triggered, when a database update occurs
DATEFORMAT_HISTORY - Static variable in class de.innovationgate.webgate.api.WGContent
The date format used in workflow history entries
DBATTRIB_HDB_USE_VERSIONING - Static variable in class de.innovationgate.webgate.api.WGHierarchicalDatabase
Attribute to control if HDB should use versioning when updating contents.
DBTYPE - Static variable in class de.innovationgate.webgate.api.fake.WGFakeDatabase
 
de.innovationgate.webgate.api - package de.innovationgate.webgate.api
Basic functionality of the WGAPI including most of the database-independent functionality.
de.innovationgate.webgate.api.auth - package de.innovationgate.webgate.api.auth
External authentication modules for WGAPI databases.
de.innovationgate.webgate.api.fake - package de.innovationgate.webgate.api.fake
Fake implementations for WGAPI, used by some WGAPI database types if they do not support certain document types.
de.innovationgate.webgate.api.locking - package de.innovationgate.webgate.api.locking
This base contains classes for enabling the WGAPI locking functionality, which is used to get exclusive access to documents and databases.
de.innovationgate.webgate.api.mail - package de.innovationgate.webgate.api.mail
Interfaces for mail services needed in the WGAPI (f.e. for delivery of workflow notification mails)
de.innovationgate.webgate.api.modules - package de.innovationgate.webgate.api.modules
 
de.innovationgate.webgate.api.modules.auth - package de.innovationgate.webgate.api.modules.auth
 
de.innovationgate.webgate.api.modules.dbs - package de.innovationgate.webgate.api.modules.dbs
 
de.innovationgate.webgate.api.modules.servers - package de.innovationgate.webgate.api.modules.servers
 
de.innovationgate.webgate.api.modules.wfengines - package de.innovationgate.webgate.api.modules.wfengines
 
de.innovationgate.webgate.api.query.rss - package de.innovationgate.webgate.api.query.rss
 
de.innovationgate.webgate.api.rss2 - package de.innovationgate.webgate.api.rss2
 
de.innovationgate.webgate.api.schemadef - package de.innovationgate.webgate.api.schemadef
Classes to create schema definitions for OpenWGA content stores
de.innovationgate.webgate.api.servers - package de.innovationgate.webgate.api.servers
Base classes for database server functionalities in WGAPI
de.innovationgate.webgate.api.simple - package de.innovationgate.webgate.api.simple
Generic implementations of content store templates from de.innovationgate.webgate.api.templates
de.innovationgate.webgate.api.templates - package de.innovationgate.webgate.api.templates
Templates to create your own simple content/design/repository sources.
de.innovationgate.webgate.api.utils - package de.innovationgate.webgate.api.utils
Utilities for WGAPI usage
de.innovationgate.webgate.api.workflow - package de.innovationgate.webgate.api.workflow
Workflow interfaces of the WGAPI including a database-independent workflow implementation, the "Straight Workflow".
de.innovationgate.wga.common.beans - package de.innovationgate.wga.common.beans
Common basic beans that must be available to both WGA and its clients.
de.innovationgate.wga.common.beans.csconfig.v1 - package de.innovationgate.wga.common.beans.csconfig.v1
This package contains configuration beans for OpenWGA Design Configuration, Version 1 (WGA 4.0)
de.innovationgate.wga.common.beans.csconfig.v2 - package de.innovationgate.wga.common.beans.csconfig.v2
This package contains configuration beans for OpenWGA Design Configuration, Version 2 (WGA 4.1)
de.innovationgate.wga.common.beans.csconfig.v3 - package de.innovationgate.wga.common.beans.csconfig.v3
This package contains configuration beans for OpenWGA Design Configuration, Version 3 (OpenWGA 5.0)
de.innovationgate.wga.common.beans.csconfig.v4 - package de.innovationgate.wga.common.beans.csconfig.v4
This package contains configuration beans for OpenWGA Design Configuration, Version 4 (OpenWGA 7.0)
de.innovationgate.wga.common.beans.csconfig.v5 - package de.innovationgate.wga.common.beans.csconfig.v5
This package contains configuration beans for OpenWGA Design Configuration, Version 5 (OpenWGA 7.1)
de.innovationgate.wga.common.beans.hdbmodel - package de.innovationgate.wga.common.beans.hdbmodel
This package contains configuration beans for HDBModel hierarchy definition
decodeKey(String) - Static method in class de.innovationgate.webgate.api.templates.BeanKey
Performs decoding of keys that were used in an URL
DEFAULT_LOCK_WAIT_TIMEOUT - Static variable in class de.innovationgate.webgate.api.locking.LockManager
Default time an owner waits for obtaining an lock
DEFAULT_MEDIAKEY - Static variable in class de.innovationgate.webgate.api.WGDatabase
The default media key
DefaultAuthModuleFactory - Class in de.innovationgate.webgate.api.auth
Default implementation of an auth module factory.
DefaultAuthModuleFactory() - Constructor for class de.innovationgate.webgate.api.auth.DefaultAuthModuleFactory
 
DefaultBeanCreationHandler - Class in de.innovationgate.webgate.api.simple
The default bean creation handler for BeanAdapter which just uses the default constructor of the bean
DefaultBeanCreationHandler() - Constructor for class de.innovationgate.webgate.api.simple.DefaultBeanCreationHandler
 
defaultBuildUserDetails(AuthenticationSession) - Method in class de.innovationgate.webgate.api.WGDatabase
Default implementation for building user details for an authentication session.
defaultIsMemberOfUserList(List) - Method in class de.innovationgate.webgate.api.WGDatabase
Default implementation for determining user list membership.
defaultIsMemberOfUserList(List, WGUserDetails) - Static method in class de.innovationgate.webgate.api.WGDatabase
Default implementation for determining user list membership against any custom user details object.
DefaultMimetypeDeterminationService - Class in de.innovationgate.webgate.api
A default implementation that always returns octet stream
DefaultMimetypeDeterminationService() - Constructor for class de.innovationgate.webgate.api.DefaultMimetypeDeterminationService
 
DefaultPageRightsFilter - Class in de.innovationgate.webgate.api
Default page rights filter allowing all actions by itself, but also enforcing default tests
DefaultPageRightsFilter() - Constructor for class de.innovationgate.webgate.api.DefaultPageRightsFilter
 
DefaultPageRightsFilterModuleDefinition - Class in de.innovationgate.webgate.api.modules
 
DefaultPageRightsFilterModuleDefinition() - Constructor for class de.innovationgate.webgate.api.modules.DefaultPageRightsFilterModuleDefinition
 
DefaultWorkflowEngineModuleDefinition - Class in de.innovationgate.webgate.api.modules.wfengines
 
DefaultWorkflowEngineModuleDefinition() - Constructor for class de.innovationgate.webgate.api.modules.wfengines.DefaultWorkflowEngineModuleDefinition
 
deleteContent(WGContent, Object) - Method in class de.innovationgate.webgate.api.WGHierarchicalDatabase
deletes the given content
deleteContent(WGContent) - Method in class de.innovationgate.webgate.api.WGHierarchicalDatabase
deletes the given content
deleteContent(String) - Method in class de.innovationgate.webgate.api.WGHierarchicalDatabase
deletes the content determined by the given key
deleteContent(String, Object) - Method in class de.innovationgate.webgate.api.WGHierarchicalDatabase
deletes the content determined by the given key
deleteSequence(String) - Method in class de.innovationgate.webgate.api.fake.WGFakeContentStore
 
deleteSequence(String) - Method in interface de.innovationgate.webgate.api.WGDatabaseCoreFeatureSequenceProvider
Deletes a sequence, clearing all increment and initialisation data
deleteStorage(String) - Method in class de.innovationgate.webgate.api.WGHierarchicalDatabase
deletes the storage with the given id
DERIVATE_NAME_PATTERN - Static variable in class de.innovationgate.webgate.api.WGDocument
 
deserialize(String) - Static method in class de.innovationgate.webgate.api.WGDatabaseRevision
Deserializes a serialized revision
designChanged(WGDesignChangeEvent) - Method in class de.innovationgate.webgate.api.WGDatabase
 
designChanged(WGDesignChangeEvent) - Method in interface de.innovationgate.webgate.api.WGDesignChangeListener
The design of a design core provider or the database has changed.
DesignConfiguration - Class in de.innovationgate.wga.common.beans
Represents a design configuration for a WGA database
DesignConfiguration() - Constructor for class de.innovationgate.wga.common.beans.DesignConfiguration
Creates a design configuration without provider
DesignConfiguration(String, String, String, String) - Constructor for class de.innovationgate.wga.common.beans.DesignConfiguration
Creates a design configuration with the given provider information
DesignConfiguration(Element) - Constructor for class de.innovationgate.wga.common.beans.DesignConfiguration
Creates a design configuration from a design element in wga.xml
DesignConfiguration(String, String) - Constructor for class de.innovationgate.wga.common.beans.DesignConfiguration
Deprecated.
for use in WGA5
DesignDefinition - Class in de.innovationgate.wga.common.beans
Represents the definition of a design directory stored in file design.xml or syncinfo.xml (deprecated)
DesignDefinition() - Constructor for class de.innovationgate.wga.common.beans.DesignDefinition
 
designHashCode() - Method in interface de.innovationgate.webgate.api.WGDesignProvider
Provides a unique hashcode representing the design that is served by this provider for comparision purposes
destroy() - Method in interface de.innovationgate.webgate.api.auth.AuthenticationModule
Called when an auth module is no longer needed.
destroy() - Method in class de.innovationgate.webgate.api.auth.FileAuthenticationModule
 
destroy() - Method in class de.innovationgate.webgate.api.auth.RedirectionAuthModule
 
destroy() - Method in class de.innovationgate.webgate.api.rss2.SimpleRSS
 
destroy() - Method in class de.innovationgate.webgate.api.simple.BeanAdapter
 
destroy() - Method in class de.innovationgate.webgate.api.templates.QueryableSource
 
destroy() - Method in class de.innovationgate.webgate.api.templates.SimpleContentSource
Callback method, that gets called when the SCS is closed completely.
destroyBean(Object) - Method in interface de.innovationgate.webgate.api.simple.BeanCreationHandler
Called when a bean goes "out of life", so resources on it can be freed.
destroyBean(Object) - Method in class de.innovationgate.webgate.api.simple.DefaultBeanCreationHandler
 
destroyBean(Object) - Method in class de.innovationgate.webgate.api.simple.LoginBeanCreationHandler
 
determineByFilename(String) - Method in class de.innovationgate.webgate.api.DefaultMimetypeDeterminationService
 
determineByFilename(String) - Method in interface de.innovationgate.webgate.api.MimetypeDeterminationService
Given a file name determines the mime type based on the suffix
determineDefaultLanguage() - Method in class de.innovationgate.webgate.api.WGDatabase
Trigger the determination of a default language.
determineMinimumWGAVersion(InputStream) - Static method in class de.innovationgate.wga.common.beans.csconfig.v1.CSConfig
Tries to determine the minimum WGA version of the given csconfig.xml data.
determineSuffixByMimeType(String) - Method in class de.innovationgate.webgate.api.DefaultMimetypeDeterminationService
 
determineSuffixByMimeType(String) - Method in interface de.innovationgate.webgate.api.MimetypeDeterminationService
Returns the usual suffix for a file of the given mime type
DISPLAYTYPE_NAVIGATOR - Static variable in class de.innovationgate.webgate.api.WGContent
Content is hidden for navigators.
DISPLAYTYPE_NONE - Static variable in class de.innovationgate.webgate.api.WGContent
Content is not hidden for any navigation facility.
DISPLAYTYPE_SEARCH - Static variable in class de.innovationgate.webgate.api.WGContent
Content is invisible for searches
DISPLAYTYPE_SITEMAP - Static variable in class de.innovationgate.webgate.api.WGContent
Content is invisible in sitemaps.
dispose() - Method in class de.innovationgate.webgate.api.fake.WGFakeDocument
 
dispose() - Method in class de.innovationgate.webgate.api.templates.BeanFolder
 
dispose() - Method in class de.innovationgate.webgate.api.templates.BeanWrapper
 
dispose() - Method in class de.innovationgate.webgate.api.templates.WrappedKey
 
dispose() - Method in class de.innovationgate.webgate.api.WGConfigurableTypeDesignProvider
 
dispose() - Method in interface de.innovationgate.webgate.api.WGDesignProvider
Prepares this object to be discarded, giving it the opportunity to clean up resources, references.
dispose() - Method in interface de.innovationgate.webgate.api.WGDocumentCore
Called when this core is disposed "untimely", i.e. before the current session is closed
dispose() - Method in class de.innovationgate.webgate.api.WGDocumentCoreWrapper
 
DIVIDER - Static variable in class de.innovationgate.webgate.api.WGDocumentKey
 
DOCKEY_DIVIDER - Static variable in class de.innovationgate.webgate.api.WGDocument
Divider character for WGDocumentKey strings, dividing the key parts
docTypeClassToNumber(Class<?>) - Static method in class de.innovationgate.webgate.api.WGDocument
Converts document type classes of the WGAPI to doctype numbers
doctypeNameToNumber(String) - Static method in class de.innovationgate.webgate.api.WGDocument
Converts doctype names WGDocument.TYPENAME_... to number constants WGDocument.TYPE_...
doctypeNumberToClass(int) - Static method in class de.innovationgate.webgate.api.WGDocument
Converts doctype numbers WGDocument.TYPE... to document type classes in WGAPI
doctypeNumberToName(int) - Static method in class de.innovationgate.webgate.api.WGDocument
Converts doctype numbers WGDocument.TYPE_... to doctype names WGDocument.TYPENAME_...
Document - Interface in de.innovationgate.wga.common.beans.hdbmodel
Interface for all tags representing documents
DOCUMENTCACHE_SIZE_DEFAULT - Static variable in class de.innovationgate.webgate.api.WGDatabase
 
DocumentParent - Interface in de.innovationgate.wga.common.beans.hdbmodel
Interface for objects containing child documents
DocumentVisitor - Interface in de.innovationgate.wga.common.beans.hdbmodel
A visitor for HDBModel document definitions
dropAllDocumentCores(boolean) - Method in class de.innovationgate.webgate.api.WGDatabase
Called to drop all retrieved document cores for this session at once.
dropCache() - Method in class de.innovationgate.webgate.api.WGContent.ContentCache
 
dropCache() - Method in class de.innovationgate.webgate.api.WGContent
 
dropCache() - Method in class de.innovationgate.webgate.api.WGContentType
 
dropCache() - Method in class de.innovationgate.webgate.api.WGDocument.Cache
 
dropCache() - Method in class de.innovationgate.webgate.api.WGDocument
Drops the cache of this document.
dropCache() - Method in class de.innovationgate.webgate.api.WGStructEntry.StructCache
 
dropCache() - Method in class de.innovationgate.webgate.api.WGTMLModule
 
dropCore() - Method in class de.innovationgate.webgate.api.WGDocument
Drops the retrieved document core (i.e. backend document), if there is one.
dropCore(boolean) - Method in class de.innovationgate.webgate.api.WGSessionContext.DocumentContext
 
dropPasswordCache(String) - Method in class de.innovationgate.webgate.api.auth.FileAuthenticationModule
 
dropPasswordCache(String) - Method in interface de.innovationgate.webgate.api.auth.PasswordCachingAuthenticationModule
Tells the authentication module to drop the password cache for the given login name.
dropPasswordCache(String) - Method in class de.innovationgate.webgate.api.auth.RedirectionAuthModule
 
dropRelations() - Method in class de.innovationgate.webgate.api.WGArea.AreaCache
 
dropRelations() - Method in class de.innovationgate.webgate.api.WGDocument.Cache
 
dropRelations() - Method in class de.innovationgate.webgate.api.WGStructEntry.StructCache
 
DUMMY_AREA - Static variable in class de.innovationgate.webgate.api.templates.SimpleContentSource
 
A B C D E F G H I J L M N O P Q R S T U V W _