- accept(Object) - Method in interface de.innovationgate.webgate.api.servers.DatabaseFilter
-
- accept(DocumentVisitor) - Method in class de.innovationgate.wga.common.beans.hdbmodel.Content
-
- accept(DocumentVisitor) - Method in interface de.innovationgate.wga.common.beans.hdbmodel.Document
-
- accept(DocumentVisitor) - Method in class de.innovationgate.wga.common.beans.hdbmodel.ModelDefinition
-
- accept(DocumentVisitor) - Method in class de.innovationgate.wga.common.beans.hdbmodel.SingletonContent
-
- accept(DocumentVisitor) - Method in class de.innovationgate.wga.common.beans.hdbmodel.Storage
-
- accessLevel(int) - Static method in class de.innovationgate.webgate.api.WGDatabase
-
Returns access level information for the given access level code
- ACCESSLEVEL_AUTHOR - Static variable in class de.innovationgate.webgate.api.WGDatabase
-
User can create content documents but has no access to content documents,
not created by him
- ACCESSLEVEL_CHIEF_EDITOR - Static variable in class de.innovationgate.webgate.api.WGDatabase
-
Full functional rights, restricted technical rights
- ACCESSLEVEL_EDITOR - Static variable in class de.innovationgate.webgate.api.WGDatabase
-
User can create new content documents, and edit existing ones that he
didn't create.
- ACCESSLEVEL_GROUP_PREFIX - Static variable in class de.innovationgate.webgate.api.WGDatabase.AccessLevel
-
- ACCESSLEVEL_MANAGER - Static variable in class de.innovationgate.webgate.api.WGDatabase
-
Full access, creation and administration rights.
- ACCESSLEVEL_NOACCESS - Static variable in class de.innovationgate.webgate.api.WGDatabase
-
User has not access to the database.
- ACCESSLEVEL_NOTLOGGEDIN - Static variable in class de.innovationgate.webgate.api.WGDatabase
-
User nas no valid login
- ACCESSLEVEL_READER - Static variable in class de.innovationgate.webgate.api.WGDatabase
-
User can read documents but cannot create or edit them.
- accessLevelCode(String) - Static method in class de.innovationgate.webgate.api.WGDatabase
-
Converts access level names WGDatabase.ALNAME_... to codes
WGDatabase.ACCESSLEVEL_...
- ACCESSLEVELS - Static variable in class de.innovationgate.webgate.api.WGDatabase
-
Map of all access levels.
- accessLevelText(int) - Static method in class de.innovationgate.webgate.api.WGDatabase
-
Converts access level access level names WGDatabase.ALNAME_... to codes
WGDatabase.ACCESSLEVEL_...
- ACLRole - Class in de.innovationgate.wga.common.beans.csconfig.v1
-
- ACLRole() - Constructor for class de.innovationgate.wga.common.beans.csconfig.v1.ACLRole
-
- add(Object) - Method in class de.innovationgate.webgate.api.templates.LazyBeanList
-
- add(int, Object) - Method in class de.innovationgate.webgate.api.templates.LazyBeanList
-
- add(Object) - Method in class de.innovationgate.webgate.api.templates.LazyIterator
-
- addAfterCommitTask(Callable) - Method in class de.innovationgate.webgate.api.WGDatabase.WGRealTransaction
-
- addAfterTransactionTask(Callable<Object>) - Method in class de.innovationgate.webgate.api.WGSessionContext
-
- addAll(Collection) - Method in class de.innovationgate.webgate.api.templates.LazyBeanList
-
- addAll(int, Collection) - Method in class de.innovationgate.webgate.api.templates.LazyBeanList
-
- addAttachment(InputStream, String) - Method in interface de.innovationgate.webgate.api.mail.WGMail
-
adds the given inputstream as attachment to the mail
- addAuthenticationSourceListener(AuthenticationSourceListener) - Method in interface de.innovationgate.webgate.api.auth.AuthenticationModule
-
Method to add a listener to authentication source events.
- addAuthenticationSourceListener(AuthenticationSourceListener) - Method in class de.innovationgate.webgate.api.auth.FileAuthenticationModule
-
- addAuthenticationSourceListener(AuthenticationSourceListener) - Method in class de.innovationgate.webgate.api.auth.RedirectionAuthModule
-
- addBackendChangeListener(WGBackendChangeListener) - Method in class de.innovationgate.webgate.api.WGDatabase
-
Adds a listener for backend changes to the database
- addCategory(CategoryIF) - Method in class de.innovationgate.webgate.api.rss2.SimpleRSS.ItemWrapper
-
- addContentEventListener(WGContentEventListener) - Method in class de.innovationgate.webgate.api.WGDatabase
-
Adds a listener for content events to the database.
- addContentItemDefinition(WGContentItemDefinition) - Method in class de.innovationgate.webgate.api.schemadef.WGContentTypeDefinition
-
Adds a new content item definition to the schema
- addContentMetaDefinition(WGMetaFieldDefinition) - Method in class de.innovationgate.webgate.api.schemadef.WGContentTypeDefinition
-
Adds a new metadata field definition to the schema
- addCoreListener(WGHierarchicalDatabaseCoreListener) - Static method in class de.innovationgate.webgate.api.WGHierarchicalDatabase
-
Adds a HDB core listener
- addDatabaseConnectListener(WGDatabaseConnectListener) - Method in class de.innovationgate.webgate.api.WGDatabase
-
Adds a listener for the connection of this database to its backend.
- addDatabaseEventListener(WGDatabaseEventListener) - Method in class de.innovationgate.webgate.api.WGDatabase
-
Registers a listerer for database events.
- addDefaultRule(Element) - Static method in class de.innovationgate.wga.common.beans.LuceneIndexFileRule
-
adds the default rule to the lucene.itemrules element
- addDefaultRule(Element) - Static method in class de.innovationgate.wga.common.beans.LuceneIndexItemRule
-
adds the default rule to the lucene.itemrules element
- addDesignChangeListener(WGDesignChangeListener) - Method in class de.innovationgate.webgate.api.WGConfigurableTypeDesignProvider
-
- addDesignChangeListener(WGDesignChangeListener) - Method in class de.innovationgate.webgate.api.WGDatabase
-
Adds a design change listener to this database.
- addDesignChangeListener(WGDesignChangeListener) - Method in interface de.innovationgate.webgate.api.WGDesignProvider
-
Adds a listener for design change events, issued by this design provider
If the design provider does not support this then
WGDesignProvider.isNotifying()
should return false
- addDocumentDefinition(WGSchemaDocumentDefinition) - Method in class de.innovationgate.webgate.api.schemadef.WGSchemaDefinition
-
Adds a document definition to the schema
- addFetchedCore(WGDocument, WGDocumentCore) - Method in class de.innovationgate.webgate.api.WGSessionContext
-
Adds a fetched document core to the document cores list.
- addHit() - Method in class de.innovationgate.webgate.api.WGUserProfile
-
Registers a "hit" (page impression) for the current user.
- addMetadata(WGMetaFieldDefinition) - Method in class de.innovationgate.webgate.api.schemadef.WGSchemaDocumentDefinition
-
Adds a metadata definition
- addNewSession(HttpServletRequest, HttpSession) - Method in class de.innovationgate.webgate.api.WGUserProfile
-
Registers a new session for the user of this profile
- addRelationToGroup(String, WGContent, int) - Method in class de.innovationgate.webgate.api.WGContent
-
Creates a new relation and adds it to a relation group.
- addRelationToGroup(String, WGContent) - Method in class de.innovationgate.webgate.api.WGContent
-
Creates a new normal relation and adds it to a relation group.
- addServerDatabaseRetriever(ServerDatabaseRetriever) - Method in class de.innovationgate.webgate.api.modules.dbs.DatabaseProperties
-
- addUserAccessFilter(UserAccessFilter) - Method in class de.innovationgate.webgate.api.WGFactory
-
Registers a user access filter for use on all databases
- addWorkflowEventListener(WGWorkflowEventListener) - Method in class de.innovationgate.webgate.api.WGDatabase
-
Adds a listener for workflow events to the database
- afterSave(WGDocument.SaveAction) - Method in class de.innovationgate.webgate.api.WGDocument
-
Adds an action that will be executed after the document is saved the next time on this database session.
- ALNAME_AUTHOR - Static variable in class de.innovationgate.webgate.api.WGDatabase
-
Accesslevel-Name for ACCESSLEVEL_AUTHOR
- ALNAME_CHIEF_EDITOR - Static variable in class de.innovationgate.webgate.api.WGDatabase
-
Accesslevel-Name for ACCESSLEVEL_CHIEF_EDITOR
- ALNAME_EDITOR - Static variable in class de.innovationgate.webgate.api.WGDatabase
-
Accesslevel-Name for ACCESSLEVEL_EDITOR
- ALNAME_MANAGER - Static variable in class de.innovationgate.webgate.api.WGDatabase
-
Accesslevel-Name for ACCESSLEVEL_MANAGER
- ALNAME_NOACCESS - Static variable in class de.innovationgate.webgate.api.WGDatabase
-
Accesslevel-Name for ACCESSLEVEL_NOACCESS
- ALNAME_NOTLOGGEDIN - Static variable in class de.innovationgate.webgate.api.WGDatabase
-
Accesslevel-Name for ACCESSLEVEL_NOTLOGGEDIN
- ALNAME_READER - Static variable in class de.innovationgate.webgate.api.WGDatabase
-
Accesslevel-Name for ACCESSLEVEL_READER
- annotateFile(DataSource, WGFileAnnotations) - Method in interface de.innovationgate.webgate.api.WGFileAnnotator
-
Method annotating the file of the given data
- annotateMetadata(File, WGFileMetaData, List<WGFileAnnotator>) - Method in class de.innovationgate.webgate.api.WGDatabase
-
Tool method for annotating a metadata object based on the given file, using the default and optionally given additional annotators
- ANONYMOUS_USER - Static variable in class de.innovationgate.webgate.api.WGDatabase
-
Anonymous user name
- AnonymousAuthSession - Class in de.innovationgate.webgate.api.auth
-
Auth session object representing an anonymous login.
- AnonymousAwareAuthenticationModule - Interface in de.innovationgate.webgate.api.auth
-
- anonymousLogin(HttpServletRequest) - Method in interface de.innovationgate.webgate.api.auth.AnonymousAwareAuthenticationModule
-
- anyoneAllowed(List, boolean) - Static method in class de.innovationgate.webgate.api.WGDatabase
-
Given a list of user/group names from an access control field (e.g.
- anyoneAllowed(List) - Static method in class de.innovationgate.webgate.api.WGDatabase
-
Given a list of user/group names from an access control field (e.g.
- approve(String) - Method in class de.innovationgate.webgate.api.WGContent
-
For a content document in status REVIEW, approves this document and continues the workflow.
- approve(String) - Method in interface de.innovationgate.webgate.api.workflow.WGWorkflow
-
Approves the content
- archive(String) - Method in class de.innovationgate.webgate.api.WGContent
-
For a content document in Status RELEASE archives this document immediately.
- archive(String) - Method in interface de.innovationgate.webgate.api.workflow.WGWorkflow
-
Archives the content.
- AREA_CONTENT - Static variable in class de.innovationgate.webgate.api.WGHierarchicalDatabase
-
Name of the area in which HDB content is to be stored
- asList() - Method in class de.innovationgate.webgate.api.WGStructEntryList
-
Returns a basic List
containing the struct entries in their order.
- assignContentUID(WGContent, String) - Method in class de.innovationgate.webgate.api.WGHierarchicalDatabase
-
Issues an UID to a content document.
- attachAllFiles(WGDocument) - Method in class de.innovationgate.webgate.api.WGDocument
-
Copies all attachments of the parameter document to the current document.
- attachAllFiles(WGDocument, boolean) - Method in class de.innovationgate.webgate.api.WGDocument
-
Copies all attachments of the parameter document to the current document
- attachFile(File) - Method in class de.innovationgate.webgate.api.fake.WGFakeDocument
-
- attachFile(File) - Method in class de.innovationgate.webgate.api.templates.BeanFolder
-
- attachFile(File) - Method in class de.innovationgate.webgate.api.templates.BeanWrapper
-
- attachFile(File) - Method in interface de.innovationgate.webgate.api.templates.SimpleFileContainer
-
Called to attach a file to the container
- attachFile(File) - Method in class de.innovationgate.webgate.api.templates.WrappedKey
-
- attachFile(File, List<WGFileAnnotator>) - Method in class de.innovationgate.webgate.api.WGDocument
-
Attaches a file to the document.
- attachFile(File) - Method in class de.innovationgate.webgate.api.WGDocument
-
Attaches a file to the document.
- attachFile(InputStream, String) - Method in class de.innovationgate.webgate.api.WGDocument
-
Takes data from an input stream and attaches the data as file
under the given name.
- attachFile(File) - Method in interface de.innovationgate.webgate.api.WGDocumentCore
-
Attach a file from disk to the document
- attachFile(File) - Method in class de.innovationgate.webgate.api.WGDocumentCoreWrapper
-
- attachFileWithoutAnnotation(File) - Method in class de.innovationgate.webgate.api.WGDocument
-
Attaches a file to the document without running any annotators
- attachFileWithoutAnnotation(InputStream, String) - Method in class de.innovationgate.webgate.api.WGDocument
-
Takes data from an input stream and attaches the data as file, without running any annotators
under the given name.
- ATTRIB_UPDATED - Static variable in class de.innovationgate.webgate.api.WGDatabase
-
Special DB attribute that is to be set while a batch process (e.g.
- AUTH_FILE - Static variable in class de.innovationgate.webgate.api.auth.FileAuthenticationModule
-
Creation option to specify the XML config file location.
- AUTHENTICATED_GROUP - Static variable in class de.innovationgate.webgate.api.WGDatabase
-
Name of the implicit "authenticated" group holding all users that were able to authenticate themselves
- authenticationDataChanged() - Method in interface de.innovationgate.webgate.api.auth.AuthenticationSourceListener
-
Callback method on a change in the authentication data backend
- authenticationDataChanged() - Method in class de.innovationgate.webgate.api.fake.WGFakeContentStore
-
- authenticationDataChanged() - Method in class de.innovationgate.webgate.api.WGDatabase
-
- AuthenticationException - Exception in de.innovationgate.webgate.api.auth
-
Thrown when an authentication attempt fails because of an error in the process.
- AuthenticationException(String) - Constructor for exception de.innovationgate.webgate.api.auth.AuthenticationException
-
- AuthenticationException(String, Throwable) - Constructor for exception de.innovationgate.webgate.api.auth.AuthenticationException
-
- AuthenticationModule - Interface in de.innovationgate.webgate.api.auth
-
Interface for a generic authentication module, that authenticates user logins and provides some additional information about logged in users
One authentication module is bound to a WGDatabase object.
- AuthenticationSession - Interface in de.innovationgate.webgate.api.auth
-
Represents an authentication session of a logged in user, providing some additional information about him.
- AuthenticationSourceListener - Interface in de.innovationgate.webgate.api.auth
-
A listener that reacts on changes in the authentication data backend.
- AuthenticationSourceModuleType - Class in de.innovationgate.wga.modules.types
-
Type to define an OpenWGA authentication source to use with domains
- AuthenticationSourceModuleType() - Constructor for class de.innovationgate.wga.modules.types.AuthenticationSourceModuleType
-
- AUTHMODULE_KEY - Static variable in class de.innovationgate.webgate.api.auth.FileAuthenticationModule
-
- AuthModuleFactory - Interface in de.innovationgate.webgate.api.auth
-
Interface for a factory creating auth modues
- AuthSessionWithUserCacheQualifier - Interface in de.innovationgate.webgate.api.auth
-
- AUTHSOURCE_DEFAULT_DOMAIN - Static variable in class de.innovationgate.wga.common.beans.csconfig.v1.PluginConfig
-
- autoSave() - Method in class de.innovationgate.webgate.api.WGDocument
-
Marks the document to be automatically saved at the end of the session
- available() - Method in class de.innovationgate.webgate.api.BinaryFieldData.SizeReportingInputStream
-