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

W

WGAbstractResultSet - Class in de.innovationgate.webgate.api
Common base class of WGAPI query result sets, defining shared functionality
WGAbstractResultSet(WGDatabase, WGResultSetCore) - Constructor for class de.innovationgate.webgate.api.WGAbstractResultSet
 
WGAbstractResultSetIterator<T> - Class in de.innovationgate.webgate.api
Abstract base class for result set iterators, implementing shared functionality like prefetching which is neccessary for implicit filtering
WGAbstractResultSetIterator(List<T>) - Constructor for class de.innovationgate.webgate.api.WGAbstractResultSetIterator
 
WGAbstractResultSetIterator(Iterator<T>) - Constructor for class de.innovationgate.webgate.api.WGAbstractResultSetIterator
 
WGACL - Class in de.innovationgate.webgate.api
Represents the access control list of a database, that decides, which user has which rights.
WGACLCore - Interface in de.innovationgate.webgate.api
Interface that is implemented by concrete WGACL implementations.
WGACLEntry - Interface in de.innovationgate.webgate.api
Represents a single ACL entry
WGACLEntryFlags - Class in de.innovationgate.webgate.api
Class to parse the flags that are stored at each WGACLEntry and provide their data.
WGACLEntryFlags(WGDatabase.AccessLevel) - Constructor for class de.innovationgate.webgate.api.WGACLEntryFlags
Creates a flags object, having all settings on the default settings for the given level
WGACLEntryFlags.Flag - Class in de.innovationgate.webgate.api
 
WGACLEntryFlags.Flag(String) - Constructor for class de.innovationgate.webgate.api.WGACLEntryFlags.Flag
 
WGACLEntryFlags.Flag(String, String) - Constructor for class de.innovationgate.webgate.api.WGACLEntryFlags.Flag
 
WGAPIException - Exception in de.innovationgate.webgate.api
Root class for all exceptions thrown by the WGAPI.
WGAPIException(String) - Constructor for exception de.innovationgate.webgate.api.WGAPIException
 
WGAPIException(Throwable) - Constructor for exception de.innovationgate.webgate.api.WGAPIException
 
WGAPIException(String, Throwable) - Constructor for exception de.innovationgate.webgate.api.WGAPIException
 
WGAPIException(String, WGDocumentKey) - Constructor for exception de.innovationgate.webgate.api.WGAPIException
 
WGAPIException(String, String) - Constructor for exception de.innovationgate.webgate.api.WGAPIException
 
WGAPIException(String, String, WGDocumentKey) - Constructor for exception de.innovationgate.webgate.api.WGAPIException
 
WGAPIRegistrar - Class in de.innovationgate.webgate.api.modules
 
WGAPIRegistrar() - Constructor for class de.innovationgate.webgate.api.modules.WGAPIRegistrar
 
WGAPLUGIN_SUFFIX - Static variable in class de.innovationgate.wga.common.beans.csconfig.v1.PluginConfig
 
WGArea - Class in de.innovationgate.webgate.api
Represents an area of the content database, containing content documents.
WGArea(WGDatabase, WGDocumentCore) - Constructor for class de.innovationgate.webgate.api.WGArea
 
WGArea(WGDatabase, WGDocumentCore, WGDocumentObjectFlags) - Constructor for class de.innovationgate.webgate.api.WGArea
 
WGArea.AreaCache - Class in de.innovationgate.webgate.api
 
WGArea.AreaCache() - Constructor for class de.innovationgate.webgate.api.WGArea.AreaCache
 
WGArea.SessionData - Class in de.innovationgate.webgate.api
 
WGArea.SessionData() - Constructor for class de.innovationgate.webgate.api.WGArea.SessionData
 
WGAreaDefinition - Class in de.innovationgate.webgate.api.schemadef
Definition of an website area
WGAreaDefinition() - Constructor for class de.innovationgate.webgate.api.schemadef.WGAreaDefinition
 
WGAreaMap - Class in de.innovationgate.webgate.api
Represents a Map of WGArea-Objects, where the mapping key for each area is its name.
WGAreaMap(SortedMap<String, WGArea>) - Constructor for class de.innovationgate.webgate.api.WGAreaMap
Constructor.
WGAuthorisationException - Exception in de.innovationgate.webgate.api
Thrown whenever a user tries to start an unauthorized action (e.g. create a content document).
WGAuthorisationException(String, String) - Constructor for exception de.innovationgate.webgate.api.WGAuthorisationException
Constructor for WGAuthorisationException.
WGAuthorisationException(String, String, WGDocument) - Constructor for exception de.innovationgate.webgate.api.WGAuthorisationException
 
WGAuthorisationException(String, WGDocument) - Constructor for exception de.innovationgate.webgate.api.WGAuthorisationException
 
WGAuthorisationException(String) - Constructor for exception de.innovationgate.webgate.api.WGAuthorisationException
Constructor for WGAuthorisationException.
WGAutoApprovalCapableWorkflow - Interface in de.innovationgate.webgate.api.workflow
Interface for workflows allowing auto-approve and serving the necessary interface methods for this to accomplish
WGBackendChangeListener - Interface in de.innovationgate.webgate.api
Interface for a listener of database changes that are picked up in the backend, i.e. that were not done via the current database instance.
WGBackendException - Exception in de.innovationgate.webgate.api
Thrown on errors in a wgapi backend module (e.g. connection problems to sql server, errors in backend api)
WGBackendException(String) - Constructor for exception de.innovationgate.webgate.api.WGBackendException
 
WGBackendException(String, Throwable) - Constructor for exception de.innovationgate.webgate.api.WGBackendException
 
WGCachedResultSet - Class in de.innovationgate.webgate.api
Represents a query result set that can be cached.
WGCachedResultSet(WGResultSetCore) - Constructor for class de.innovationgate.webgate.api.WGCachedResultSet
Creates a cached result set that will cache the contents that is given as result set core
WGCachedResultSet(List<WGContentKey>) - Constructor for class de.innovationgate.webgate.api.WGCachedResultSet
 
WGCancelledException - Exception in de.innovationgate.webgate.api
Thrown whenever an operation was cancelled by some automatic task or the user
WGCancelledException(String) - Constructor for exception de.innovationgate.webgate.api.WGCancelledException
 
WGCancelledException(String, Throwable) - Constructor for exception de.innovationgate.webgate.api.WGCancelledException
 
WGClosedSessionException - Exception in de.innovationgate.webgate.api
Exception that is thrown whenever an operation is not possible because there is no open session on this database
WGClosedSessionException() - Constructor for exception de.innovationgate.webgate.api.WGClosedSessionException
 
WGClosedSessionException(String) - Constructor for exception de.innovationgate.webgate.api.WGClosedSessionException
 
WGColumnSet - Class in de.innovationgate.webgate.api
A definition of field columns of content documents for various purposes.
WGColumnSet(String) - Constructor for class de.innovationgate.webgate.api.WGColumnSet
Constructor
WGColumnSet.ColumnMeta - Class in de.innovationgate.webgate.api
Definition of a metadata field column, valid for usage in column sets
WGColumnSet.ColumnMeta(String, Class<?>...) - Constructor for class de.innovationgate.webgate.api.WGColumnSet.ColumnMeta
 
WGColumnSet.Term - Class in de.innovationgate.webgate.api
A single term defining a column in the set
WGColumnSet.Term(String) - Constructor for class de.innovationgate.webgate.api.WGColumnSet.Term
Constructor
WGConfigurableTypeDesignProvider - Class in de.innovationgate.webgate.api
A base class for design providers with internal management of provided document types.
WGConfigurableTypeDesignProvider() - Constructor for class de.innovationgate.webgate.api.WGConfigurableTypeDesignProvider
 
WGConfigurationException - Exception in de.innovationgate.webgate.api
Thrown when a functionality cannot be used because it has not been configured properly.
WGConfigurationException(String, Throwable) - Constructor for exception de.innovationgate.webgate.api.WGConfigurationException
 
WGConfigurationException(String) - Constructor for exception de.innovationgate.webgate.api.WGConfigurationException
 
WGContent - Class in de.innovationgate.webgate.api
Represents a content document of this content database.
WGContent(WGDatabase, WGDocumentCore) - Constructor for class de.innovationgate.webgate.api.WGContent
Constructor.
WGContent(WGDatabase, WGDocumentCore, WGDocumentObjectFlags) - Constructor for class de.innovationgate.webgate.api.WGContent
Constructor.
WGContent.ContentCache - Class in de.innovationgate.webgate.api
 
WGContent.ContentCache() - Constructor for class de.innovationgate.webgate.api.WGContent.ContentCache
 
WGContent.SessionData - Class in de.innovationgate.webgate.api
 
WGContent.SessionData() - Constructor for class de.innovationgate.webgate.api.WGContent.SessionData
 
WGContentEvent - Class in de.innovationgate.webgate.api
Represents an event that was triggered for a content document.
WGContentEvent(int, String, String, WGDatabase) - Constructor for class de.innovationgate.webgate.api.WGContentEvent
 
WGContentEventListener - Interface in de.innovationgate.webgate.api
A listener for content events in a database
WGContentItemDefinition - Class in de.innovationgate.webgate.api.schemadef
Predefinition of an item that is available on content documents of a content type
WGContentItemDefinition() - Constructor for class de.innovationgate.webgate.api.schemadef.WGContentItemDefinition
 
WGContentItemDefinition.Type - Enum in de.innovationgate.webgate.api.schemadef
Content items data types
WGContentIterator - Class in de.innovationgate.webgate.api
This class allows iterating over all contents stored in a content database.
WGContentIterator(WGDatabase, boolean) - Constructor for class de.innovationgate.webgate.api.WGContentIterator
Constructs an iterator for the given database
WGContentKey - Class in de.innovationgate.webgate.api
Represents the complete unique key of a content document, consisting of the struct key of the connected struct entry, the language code and the content version.
WGContentKey(Object, String, int) - Constructor for class de.innovationgate.webgate.api.WGContentKey
Constructor for content key object.
WGContentList - Class in de.innovationgate.webgate.api
List of content objects.
WGContentList() - Constructor for class de.innovationgate.webgate.api.WGContentList
Constructor for empty list.
WGContentNavigator - Class in de.innovationgate.webgate.api
Utility object to navigate the content hierarchy.
WGContentNavigator(String, WGLanguageChooser) - Constructor for class de.innovationgate.webgate.api.WGContentNavigator
Public constructor for WGContentNavigator.
WGContentNavigator.Iterator - Class in de.innovationgate.webgate.api
 
WGContentNavigator.IteratorCreator - Interface in de.innovationgate.webgate.api
Class capable of producing iterators for a content collection
WGContentQueryResult - Class in de.innovationgate.webgate.api
An internal representation of query results on content queries
WGContentQueryResult(Object, String, int, Object, String) - Constructor for class de.innovationgate.webgate.api.WGContentQueryResult
 
WGContentQueryResult(WGContentKey) - Constructor for class de.innovationgate.webgate.api.WGContentQueryResult
 
WGContentQueryResult(WGContentKey, Object) - Constructor for class de.innovationgate.webgate.api.WGContentQueryResult
 
WGContentQueryResult(WGContentKey, Object, String) - Constructor for class de.innovationgate.webgate.api.WGContentQueryResult
 
WGContentStoreVersionException - Exception in de.innovationgate.webgate.api
Thrown when a feature is used that is not available on the used OpenWGA content store version
WGContentStoreVersionException(String, double) - Constructor for exception de.innovationgate.webgate.api.WGContentStoreVersionException
 
WGContentType - Class in de.innovationgate.webgate.api
Formerly referred to as "Doctype", this is a document describing a type of content document.
WGContentType(WGDatabase, WGDocumentCore) - Constructor for class de.innovationgate.webgate.api.WGContentType
Constructor.
WGContentType(WGDatabase, WGDocumentCore, WGDocumentObjectFlags) - Constructor for class de.innovationgate.webgate.api.WGContentType
 
WGContentTypeDefinition - Class in de.innovationgate.webgate.api.schemadef
Definition of a content type
WGContentTypeDefinition() - Constructor for class de.innovationgate.webgate.api.schemadef.WGContentTypeDefinition
 
WGCreationException - Exception in de.innovationgate.webgate.api
Thrown for problems creating documents, that are no typical problems like duplicate keys, illegal state, arguments etc.
WGCreationException(String) - Constructor for exception de.innovationgate.webgate.api.WGCreationException
Constructor for WGCreationException.
WGCreationException(String, Throwable) - Constructor for exception de.innovationgate.webgate.api.WGCreationException
 
WGCSSJSModule - Class in de.innovationgate.webgate.api
Represents a Module containing various Non-WebTML-Code, e.g. for Web-Scripting- or Formatting-Languages
WGCSSJSModule(WGDatabase, WGDocumentCore, WGDocumentObjectFlags) - Constructor for class de.innovationgate.webgate.api.WGCSSJSModule
Constructor.
WGDatabase - Class in de.innovationgate.webgate.api
Represents a WGA Database.
WGDatabase.AccessLevel - Class in de.innovationgate.webgate.api
Represents an ACL Access Level
WGDatabase.AccessLevelPrivilege - Class in de.innovationgate.webgate.api
Represents an ACL privilege for an ACL level
WGDatabase.AccessLevelPrivilege(boolean, boolean) - Constructor for class de.innovationgate.webgate.api.WGDatabase.AccessLevelPrivilege
 
WGDatabase.AllDocumentsHierarchy - Class in de.innovationgate.webgate.api
 
WGDatabase.AllDocumentsHierarchy() - Constructor for class de.innovationgate.webgate.api.WGDatabase.AllDocumentsHierarchy
 
WGDatabase.ConnectAction - Interface in de.innovationgate.webgate.api
 
WGDatabase.DatabaseAction - Interface in de.innovationgate.webgate.api
An interface defining an action that can be execute on certain database events.
WGDatabase.DocumentCollectionHierarchy - Class in de.innovationgate.webgate.api
 
WGDatabase.DocumentCollectionHierarchy(int) - Constructor for class de.innovationgate.webgate.api.WGDatabase.DocumentCollectionHierarchy
 
WGDatabase.FreeContentVersionFinder - Class in de.innovationgate.webgate.api
Util class for finding the next free content version
WGDatabase.FreeContentVersionFinder(WGStructEntry, WGLanguage) - Constructor for class de.innovationgate.webgate.api.WGDatabase.FreeContentVersionFinder
 
WGDatabase.NoItemBehaviour - Class in de.innovationgate.webgate.api
Defines a behaviour for WGDatabases how they should respond to requests for nonexistent items
WGDatabase.NoItemBehaviour() - Constructor for class de.innovationgate.webgate.api.WGDatabase.NoItemBehaviour
Default contructor defining the "straight" behaviour which is default since WGA 4
WGDatabase.QueryCacheEntry - Class in de.innovationgate.webgate.api
Represents an Entry in Query cache with all neccessary info
WGDatabase.QueryCacheEntry(WGCachedResultSet, String) - Constructor for class de.innovationgate.webgate.api.WGDatabase.QueryCacheEntry
 
WGDatabase.QueryCacheKey - Class in de.innovationgate.webgate.api
Represents the key of a query cache entry, containing query type, query string and parameter
WGDatabase.QueryCacheKey(String, String, Map) - Constructor for class de.innovationgate.webgate.api.WGDatabase.QueryCacheKey
 
WGDatabase.ReconfigurationAccessor - Class in de.innovationgate.webgate.api
 
WGDatabase.ReconfigurationAccessor() - Constructor for class de.innovationgate.webgate.api.WGDatabase.ReconfigurationAccessor
 
WGDatabase.SessionStatistic - Class in de.innovationgate.webgate.api
Contains statistics about a WGA session.
WGDatabase.SessionStatistic(WGSessionContext) - Constructor for class de.innovationgate.webgate.api.WGDatabase.SessionStatistic
Constructor that will extract statistics from a session context.
WGDatabase.WGCascadedTransaction - Class in de.innovationgate.webgate.api
 
WGDatabase.WGCascadedTransaction() - Constructor for class de.innovationgate.webgate.api.WGDatabase.WGCascadedTransaction
 
WGDatabase.WGDatabaseStatistics - Class in de.innovationgate.webgate.api
Collects various statistics about this database.
WGDatabase.WGDatabaseStatistics() - Constructor for class de.innovationgate.webgate.api.WGDatabase.WGDatabaseStatistics
 
WGDatabase.WGFakeTransaction - Class in de.innovationgate.webgate.api
 
WGDatabase.WGFakeTransaction() - Constructor for class de.innovationgate.webgate.api.WGDatabase.WGFakeTransaction
 
WGDatabase.WGRealTransaction - Class in de.innovationgate.webgate.api
 
WGDatabase.WGRealTransaction() - Constructor for class de.innovationgate.webgate.api.WGDatabase.WGRealTransaction
 
WGDatabaseConnectListener - Interface in de.innovationgate.webgate.api
A listener that will get notified, when the database is connected to its backend.
WGDatabaseCore - Interface in de.innovationgate.webgate.api
Represents the core of a WGA database.
WGDatabaseCoreFeaturePageSequences - Interface in de.innovationgate.webgate.api
 
WGDatabaseCoreFeatureReturnHierarchyCount - Interface in de.innovationgate.webgate.api
Feature interface for WGDatabaseCore for performant retrieval of struct entry count (without actually retrieving the struct data) at certain hierarchy positions
WGDatabaseCoreFeatureSequenceProvider - Interface in de.innovationgate.webgate.api
Extension interface for database cores that provide sequence functionality
WGDatabaseEvent - Class in de.innovationgate.webgate.api
Information about a database event.
WGDatabaseEvent(WGDatabase, int, WGDocument) - Constructor for class de.innovationgate.webgate.api.WGDatabaseEvent
Constructor.
WGDatabaseEvent(WGDatabase, int, WGDocumentKey) - Constructor for class de.innovationgate.webgate.api.WGDatabaseEvent
Constructor.
WGDatabaseEvent(WGDatabase, int) - Constructor for class de.innovationgate.webgate.api.WGDatabaseEvent
Constructor.
WGDatabaseEventListener - Interface in de.innovationgate.webgate.api
A listener to database events.
WGDatabaseImpl - Class in de.innovationgate.webgate.api.query.rss
 
WGDatabaseImpl() - Constructor for class de.innovationgate.webgate.api.query.rss.WGDatabaseImpl
 
WGDatabaseRevision - Class in de.innovationgate.webgate.api
Represents a database revision and provides methods to operate with it, including comparision, serialisation and derserialisation
WGDatabaseRevision(Number) - Constructor for class de.innovationgate.webgate.api.WGDatabaseRevision
 
WGDatabaseRevisionSerializer - Interface in de.innovationgate.webgate.api
Deprecated.
Since database revisions are always instances of WGDatabaseRevision now having their own serialisation/deserialisation methods
WGDatabaseServer - Class in de.innovationgate.webgate.api.servers
Object representing a WGAPI database server, offering all available functionalities.
WGDatabaseServer() - Constructor for class de.innovationgate.webgate.api.servers.WGDatabaseServer
 
WGDefaultWorkflowEngine - Class in de.innovationgate.webgate.api.workflow
The default Workflow engine for WGAPI, which is a no-op that just releases contents when they are published.
WGDefaultWorkflowEngine() - Constructor for class de.innovationgate.webgate.api.workflow.WGDefaultWorkflowEngine
 
WGDeletedException - Exception in de.innovationgate.webgate.api
Exception thrown when some functionality is used on an entity object whose backend entity seemingly has already been deleted
WGDeletedException(String) - Constructor for exception de.innovationgate.webgate.api.WGDeletedException
 
WGDesignChangeEvent - Class in de.innovationgate.webgate.api
An event fired when a design provider or a database has changed it's design
WGDesignChangeEvent(WGDesignProvider, WGDatabase, List) - Constructor for class de.innovationgate.webgate.api.WGDesignChangeEvent
Public constructor, taking the design provider and a list of update logs
WGDesignChangeListener - Interface in de.innovationgate.webgate.api
A listener for design change events, issued by a WGDesignProvider or a WGDatabase.
WGDesignDocument - Class in de.innovationgate.webgate.api
Superclass for WGAPI "design documents", i.e. documents that are not directly related to authoring and therefor not editable by pure authors/editors.
WGDesignDocument(WGDatabase, WGDocumentCore, WGDocumentObjectFlags) - Constructor for class de.innovationgate.webgate.api.WGDesignDocument
Constructor.
WGDesignProvider - Interface in de.innovationgate.webgate.api
A provider of design document cores to be used with a WGDatabase if the design of that database comes from another location.
WGDesignResourceDocument - Class in de.innovationgate.webgate.api
Documents representing real design resources
WGDesignResourceDocument(WGDatabase, WGDocumentCore, WGDocumentObjectFlags) - Constructor for class de.innovationgate.webgate.api.WGDesignResourceDocument
 
WGDisabledException - Exception in de.innovationgate.webgate.api
Thrown when some backend service is disabled by configuration
WGDisabledException(String) - Constructor for exception de.innovationgate.webgate.api.WGDisabledException
 
WGDisabledException(String, Throwable) - Constructor for exception de.innovationgate.webgate.api.WGDisabledException
 
WGDocument - Class in de.innovationgate.webgate.api
Parent class for all document objects in a WGA database.
WGDocument(WGDatabase, WGDocumentCore) - Constructor for class de.innovationgate.webgate.api.WGDocument
 
WGDocument(WGDatabase, WGDocumentCore, WGDocumentObjectFlags) - Constructor for class de.innovationgate.webgate.api.WGDocument
Constructor.
WGDocument.Cache - Class in de.innovationgate.webgate.api
 
WGDocument.Cache() - Constructor for class de.innovationgate.webgate.api.WGDocument.Cache
 
WGDocument.FakeMetaDataContext - Class in de.innovationgate.webgate.api
Fake md context when the metadata does not represent already stored md
WGDocument.FakeMetaDataContext() - Constructor for class de.innovationgate.webgate.api.WGDocument.FakeMetaDataContext
 
WGDocument.SaveAction - Interface in de.innovationgate.webgate.api
An interface defining an action that can be execute after the current document was saved in the current session
WGDocumentCore - Interface in de.innovationgate.webgate.api
Represents the core of a WGA document.
WGDocumentCoreWrapper - Class in de.innovationgate.webgate.api
A multi-use wrapper for document cores to enhance them with some specialized functionality
WGDocumentCoreWrapper(WGDocumentCore) - Constructor for class de.innovationgate.webgate.api.WGDocumentCoreWrapper
 
WGDocumentDoesNotExistException - Exception in de.innovationgate.webgate.api
Thrown on WGDatabase.fetchDocumentListCache(WGDocumentListCache, int) to show that the searched document is marked "not available" in cache.
WGDocumentDoesNotExistException() - Constructor for exception de.innovationgate.webgate.api.WGDocumentDoesNotExistException
 
WGDocumentImpl - Class in de.innovationgate.webgate.api.query.rss
 
WGDocumentImpl(WGDatabase, String, Element, Element) - Constructor for class de.innovationgate.webgate.api.query.rss.WGDocumentImpl
 
WGDocumentImplRSS1 - Class in de.innovationgate.webgate.api.query.rss
 
WGDocumentImplRSS1(WGDatabase, String, Element, Element) - Constructor for class de.innovationgate.webgate.api.query.rss.WGDocumentImplRSS1
 
WGDocumentKey - Class in de.innovationgate.webgate.api
A class for parsing complete document keys and accessing the single information tokens.
WGDocumentKey(String, String, String) - Constructor for class de.innovationgate.webgate.api.WGDocumentKey
Public constructor, taking all information separately
WGDocumentKey(int, String, String) - Constructor for class de.innovationgate.webgate.api.WGDocumentKey
Public constructor, taking all information separately, using type int
WGDocumentKey(String) - Constructor for class de.innovationgate.webgate.api.WGDocumentKey
Public constructor taking a composite document key string that is parsed for its contents
WGDocumentListCache - Class in de.innovationgate.webgate.api
A class that caches the document keys of a given list of documents and is able to rebuild the document lists from these cached keys
WGDummyContent - Class in de.innovationgate.webgate.api.fake
 
WGDummyContent(WGDatabase, String) - Constructor for class de.innovationgate.webgate.api.fake.WGDummyContent
 
WGDuplicateKeyException - Exception in de.innovationgate.webgate.api
Thrown when an operation leads to a duplicate unique key.
WGDuplicateKeyException(String) - Constructor for exception de.innovationgate.webgate.api.WGDuplicateKeyException
 
WGEventScript - Class in de.innovationgate.webgate.api
Represents the data of an event script that can be executed on a WGA event.
WGEventScript(String, String) - Constructor for class de.innovationgate.webgate.api.WGEventScript
Constructor taking script type and code separately
WGEventScript(String) - Constructor for class de.innovationgate.webgate.api.WGEventScript
Constructor taking the script code as parameter
WGEventThread - Class in de.innovationgate.webgate.api
Thread that invokes background events (database updates) on the WGAPI.
WGEventThread() - Constructor for class de.innovationgate.webgate.api.WGEventThread
 
WGException - Exception in de.innovationgate.webgate.api
Base class for all exceptions thrown by WGA products/libraries.
WGException(String) - Constructor for exception de.innovationgate.webgate.api.WGException
 
WGException(String, Throwable) - Constructor for exception de.innovationgate.webgate.api.WGException
 
WGException(Throwable) - Constructor for exception de.innovationgate.webgate.api.WGException
 
WGExpressionException - Exception in de.innovationgate.webgate.api
Thrown when a native expression caused an error while evaluating
WGExpressionException(String, String, Throwable, String) - Constructor for exception de.innovationgate.webgate.api.WGExpressionException
 
WGExpressionException(String, String, Throwable) - Constructor for exception de.innovationgate.webgate.api.WGExpressionException
 
WGExpressionException(String, String) - Constructor for exception de.innovationgate.webgate.api.WGExpressionException
 
WGExtensionDataContainer - Interface in de.innovationgate.webgate.api
Interface for all entities that may hold extension data fields
WGFactory - Class in de.innovationgate.webgate.api
Entry class to use the WGAPI in any program.
WGFakeArea - Class in de.innovationgate.webgate.api.fake
 
WGFakeArea(WGDatabase, String) - Constructor for class de.innovationgate.webgate.api.fake.WGFakeArea
 
WGFakeContentStore - Class in de.innovationgate.webgate.api.fake
An actual behaviour-empty implementation usable as content store which cannot store any data
WGFakeContentStore() - Constructor for class de.innovationgate.webgate.api.fake.WGFakeContentStore
 
WGFakeContentStore.ACLEntryImpl - Class in de.innovationgate.webgate.api.fake
 
WGFakeContentStore.ACLEntryImpl() - Constructor for class de.innovationgate.webgate.api.fake.WGFakeContentStore.ACLEntryImpl
 
WGFakeContentStore.ACLImpl - Class in de.innovationgate.webgate.api.fake
 
WGFakeContentStore.ACLImpl() - Constructor for class de.innovationgate.webgate.api.fake.WGFakeContentStore.ACLImpl
 
WGFakeContentType - Class in de.innovationgate.webgate.api.fake
 
WGFakeContentType(WGDatabase, String) - Constructor for class de.innovationgate.webgate.api.fake.WGFakeContentType
 
WGFakeDatabase - Class in de.innovationgate.webgate.api.fake
 
WGFakeDatabase() - Constructor for class de.innovationgate.webgate.api.fake.WGFakeDatabase
 
WGFakeDocument - Class in de.innovationgate.webgate.api.fake
 
WGFakeDocument(WGDatabase, int) - Constructor for class de.innovationgate.webgate.api.fake.WGFakeDocument
 
WGFakeLanguage - Class in de.innovationgate.webgate.api.fake
 
WGFakeLanguage(WGDatabase, String, String) - Constructor for class de.innovationgate.webgate.api.fake.WGFakeLanguage
 
WGFakeStructEntry - Class in de.innovationgate.webgate.api.fake
 
WGFakeStructEntry(WGDatabase, Object) - Constructor for class de.innovationgate.webgate.api.fake.WGFakeStructEntry
 
WGFakeTML - Class in de.innovationgate.webgate.api.fake
 
WGFakeTML(WGDatabase, String, String) - Constructor for class de.innovationgate.webgate.api.fake.WGFakeTML
 
WGFakeUserProfile - Class in de.innovationgate.webgate.api.fake
 
WGFakeUserProfile(WGDatabase, String) - Constructor for class de.innovationgate.webgate.api.fake.WGFakeUserProfile
 
WGFileAnnotations - Interface in de.innovationgate.webgate.api
Shared annotation data of file attachments and derivates
WGFileAnnotator - Interface in de.innovationgate.webgate.api
An annotator for attached files, to analyze them and add information to the files annotations
WGFileContainer - Class in de.innovationgate.webgate.api
A file container, whose main duty is to carry file attachments.
WGFileContainer(WGDatabase, WGDocumentCore, WGDocumentObjectFlags) - Constructor for class de.innovationgate.webgate.api.WGFileContainer
Constructor.
WGFileConverter - Interface in de.innovationgate.webgate.api
 
WGFileDerivateMetaData - Class in de.innovationgate.webgate.api
Data bean for file derivate meta informations.
WGFileDerivateMetaData(WGDatabase, WGDocumentKey, String, String, String, Date, Date, long, String, String) - Constructor for class de.innovationgate.webgate.api.WGFileDerivateMetaData
 
WGFileMetaData - Class in de.innovationgate.webgate.api
Data bean for file meta informations, available since content store version 4.1.
WGFileMetaData(WGFileMetaDataContext, String, long, Date, Date, String, String, Map<String, Object>) - Constructor for class de.innovationgate.webgate.api.WGFileMetaData
 
WGFileMetaData.ManualDerivate - Class in de.innovationgate.webgate.api
A file derivate that was created manually
WGFileMetaData.ManualDerivate(String, String) - Constructor for class de.innovationgate.webgate.api.WGFileMetaData.ManualDerivate
Constructor.
WGFileMetaDataContext - Interface in de.innovationgate.webgate.api
A context object for WGFileMetaData, providing all necessary connections to the outside
WGHierarchicalDatabase - Class in de.innovationgate.webgate.api
wraps a wga content store to use it as hierarchical database simplifies creating content documents for data storage use creation of ContentTypes, Languages, Areas is encapsulated WGHierarchicalDatabase automatical create the following areas: - HDB-Content (used for content) - HDB-System (used for meta information about the db) WGHierarchicalDatabase automatical create the following content types: - HDB-ContentType with outer-layout HDB-Layout The hdb structure contains WGContents.
WGHierarchicalDatabase.PostUpdateEventBehaviour - Enum in de.innovationgate.webgate.api
Behaviour regarding the post update event
WGHierarchicalDatabaseCoreListener - Interface in de.innovationgate.webgate.api
Listener for WGHierarchicalDatabase core events
WGHierarchicalDatabaseEvent - Class in de.innovationgate.webgate.api
event which is fired by modify methods of WGHierarchicalDatabase "pre..." - events are fired directly after the method call before any processing is done "post..." - events are fired directly before the return statement of the correponding method after all processing is done
WGHierarchicalDatabaseEvent(String, WGHierarchicalDatabase) - Constructor for class de.innovationgate.webgate.api.WGHierarchicalDatabaseEvent
 
WGHierarchicalDatabaseEventCanceledException - Exception in de.innovationgate.webgate.api
Thrown when a HDB event is canceled by a listener using WGHierarchicalDatabaseEvent.cancel(String, Throwable)
WGHierarchicalDatabaseEventCanceledException(WGHierarchicalDatabaseEvent, String) - Constructor for exception de.innovationgate.webgate.api.WGHierarchicalDatabaseEventCanceledException
 
WGHierarchicalDatabaseEventCanceledException(WGHierarchicalDatabaseEvent, String, Throwable) - Constructor for exception de.innovationgate.webgate.api.WGHierarchicalDatabaseEventCanceledException
 
WGHierarchicalDatabaseEventException - Exception in de.innovationgate.webgate.api
thrown by WGHierarchicalDatabaseEvent to cancel() a process
WGHierarchicalDatabaseEventException(WGHierarchicalDatabaseEvent, String) - Constructor for exception de.innovationgate.webgate.api.WGHierarchicalDatabaseEventException
 
WGHierarchicalDatabaseEventException(WGHierarchicalDatabaseEvent, String, Throwable) - Constructor for exception de.innovationgate.webgate.api.WGHierarchicalDatabaseEventException
 
WGHierarchicalDatabaseJavaListenerFactory - Class in de.innovationgate.webgate.api
listener factory for WGHierarchicalDatabase to lookup listener by java class name
WGHierarchicalDatabaseJavaListenerFactory() - Constructor for class de.innovationgate.webgate.api.WGHierarchicalDatabaseJavaListenerFactory
 
WGHierarchicalDatabaseListener - Interface in de.innovationgate.webgate.api
Interface for listener for HDB content events
WGHierarchicalDatabaseListenerFactory - Interface in de.innovationgate.webgate.api
Interface for a factory to create HDB listener instances
WGHierarchicalDatabaseListenerV2 - Interface in de.innovationgate.webgate.api
extends the WGHierarchicalDatabaseListener - methods for content move operations - name
WGHierarchicalDatabaseStartup - Interface in de.innovationgate.webgate.api
Interface for a process to be run at HDB instance startup
WGHierarchyContentIterator - Class in de.innovationgate.webgate.api
An iterator over all released contents of one language at a certain hierarchy position.
WGHierarchyContentIterator(WGStructEntryIterator, String) - Constructor for class de.innovationgate.webgate.api.WGHierarchyContentIterator
 
WGIllegalArgumentException - Exception in de.innovationgate.webgate.api
checked exception for IllegalArgumentException.
WGIllegalArgumentException(String) - Constructor for exception de.innovationgate.webgate.api.WGIllegalArgumentException
 
WGIllegalArgumentException(String, Throwable) - Constructor for exception de.innovationgate.webgate.api.WGIllegalArgumentException
 
WGIllegalDataException - Exception in de.innovationgate.webgate.api
Thrown when: - Trying to retrieve data stored in a WGA database that is of illegal format and cannot be restored - Trying to store data to a WGA database that this database type is not capable of storing
WGIllegalDataException(String, Throwable) - Constructor for exception de.innovationgate.webgate.api.WGIllegalDataException
 
WGIllegalDataException(String) - Constructor for exception de.innovationgate.webgate.api.WGIllegalDataException
 
WGIllegalStateException - Exception in de.innovationgate.webgate.api
checked exception corresponding to IllegalStateException.
WGIllegalStateException(String) - Constructor for exception de.innovationgate.webgate.api.WGIllegalStateException
 
WGIllegalStateException(String, String) - Constructor for exception de.innovationgate.webgate.api.WGIllegalStateException
 
WGIllegalStateException(String, Throwable) - Constructor for exception de.innovationgate.webgate.api.WGIllegalStateException
 
WGInvalidDatabaseException - Exception in de.innovationgate.webgate.api
Thrown whenever a WGA database cannot be opened because of invalid information
WGInvalidDatabaseException(String) - Constructor for exception de.innovationgate.webgate.api.WGInvalidDatabaseException
Constructor for WGInvalidDatabaseException.
WGInvalidDatabaseException(String, Throwable) - Constructor for exception de.innovationgate.webgate.api.WGInvalidDatabaseException
 
WGIteratingResultSetCore - Interface in de.innovationgate.webgate.api
A result set core that supports single iterating over results
WGLanguage - Class in de.innovationgate.webgate.api
A language definion.
WGLanguage(WGDatabase, WGDocumentCore) - Constructor for class de.innovationgate.webgate.api.WGLanguage
Constructor.
WGLanguage(WGDatabase, WGDocumentCore, WGDocumentObjectFlags) - Constructor for class de.innovationgate.webgate.api.WGLanguage
 
WGLanguageChooser - Interface in de.innovationgate.webgate.api
An object implementing a language choosage functionality.
WGLanguageDefinition - Class in de.innovationgate.webgate.api.schemadef
Definition of an website area
WGLanguageDefinition() - Constructor for class de.innovationgate.webgate.api.schemadef.WGLanguageDefinition
 
WGMail - Interface in de.innovationgate.webgate.api.mail
An interface representing a mail created by the WGMailService
WGMailException - Exception in de.innovationgate.webgate.api.mail
Thrown if something goes wrong in WGAPI mail handling
WGMailException(String) - Constructor for exception de.innovationgate.webgate.api.mail.WGMailException
 
WGMailException(String, Throwable) - Constructor for exception de.innovationgate.webgate.api.mail.WGMailException
 
WGMailService - Interface in de.innovationgate.webgate.api.mail
A service offering mail sending functionalities to WGAPI (more specific, the workflow engines)
WGMetaFieldDefinition - Class in de.innovationgate.webgate.api.schemadef
Definition of a metadata field value for a schema document
WGMetaFieldDefinition(String, Object) - Constructor for class de.innovationgate.webgate.api.schemadef.WGMetaFieldDefinition
Constructor taking metadata field name and value
WGNamedWorkflow - Interface in de.innovationgate.webgate.api.workflow
Interface for a workflow that uses a "name" for identification
WGNotSupportedException - Exception in de.innovationgate.webgate.api
Thrown, when an operation is not supported on the database type.
WGNotSupportedException(String, Throwable) - Constructor for exception de.innovationgate.webgate.api.WGNotSupportedException
 
WGNotSupportedException(String) - Constructor for exception de.innovationgate.webgate.api.WGNotSupportedException
 
WGOperationKey - Class in de.innovationgate.webgate.api
An key for an operation involving the backend database.
WGOperationKey(WGDatabase, int, String) - Constructor for class de.innovationgate.webgate.api.WGOperationKey
Constructor.
WGPageOrderSet - Class in de.innovationgate.webgate.api
A column set used to define the order of document collections The order is determined by the fields defined on the set in descending order
WGPageVisitor - Interface in de.innovationgate.webgate.api
An interface for the visitor pattern to visit all documents in a given content hierarchy.
WGPersonalisationDatabaseCore - Interface in de.innovationgate.webgate.api
This is a mixin interface for WGDatabaseCore implementations that also provide storage of user profiles for personalisation.
WGPortlet - Interface in de.innovationgate.webgate.api
Registration data of a WebTML portlet
WGPortletDefaultBean - Class in de.innovationgate.webgate.api
Object representing a portlet registration on WGUserProfile
WGPortletDefaultBean(String, String, String) - Constructor for class de.innovationgate.webgate.api.WGPortletDefaultBean
 
WGPortletDefaultBean(String, String) - Constructor for class de.innovationgate.webgate.api.WGPortletDefaultBean
 
WGPortletItemStorage - Interface in de.innovationgate.webgate.api
A service to store items for WGTransientPortlets
WGPortletRegistry - Class in de.innovationgate.webgate.api
Base class for WebTML portlet registry implementations, defining shared functionality
WGPortletRegistry() - Constructor for class de.innovationgate.webgate.api.WGPortletRegistry
 
WGProcedureException - Exception in de.innovationgate.webgate.api
Thrown, when a database procedure causes an error.
WGProcedureException(String) - Constructor for exception de.innovationgate.webgate.api.WGProcedureException
 
WGQueryException - Exception in de.innovationgate.webgate.api
Thrown when a query results in an error, e.g. because of invalid query syntax
WGQueryException(String, String, Throwable) - Constructor for exception de.innovationgate.webgate.api.WGQueryException
 
WGQueryException(String, String) - Constructor for exception de.innovationgate.webgate.api.WGQueryException
 
WGReconfigurableDatabaseCore - Interface in de.innovationgate.webgate.api
A database core receiving an interface for reconfiguring its WGDatabase instance.
WGRelationData - Class in de.innovationgate.webgate.api
Contains data of a content relation.
WGRelationData(WGDatabase, WGContentKey, String, Object, String, int, String) - Constructor for class de.innovationgate.webgate.api.WGRelationData
 
WGRelationData(WGDatabase, WGContentKey, String, Object, String, int) - Constructor for class de.innovationgate.webgate.api.WGRelationData
 
WGReportingResultSetCore - Interface in de.innovationgate.webgate.api
A result set core able to report processing statistics after the query has been executed
WGRestrictionException - Exception in de.innovationgate.webgate.api
Thrown when an operation violates data restrictions
WGRestrictionException(String, String) - Constructor for exception de.innovationgate.webgate.api.WGRestrictionException
 
WGRestrictionException(String, String, WGDocumentKey) - Constructor for exception de.innovationgate.webgate.api.WGRestrictionException
 
WGRestrictionException(String, Throwable) - Constructor for exception de.innovationgate.webgate.api.WGRestrictionException
 
WGResultSet - Interface in de.innovationgate.webgate.api
Generic interface for result sets that are returned by the WGAPI.
WGResultSetCore - Interface in de.innovationgate.webgate.api
Represents the result set of a database query holding contents.
WGResultSetImpl - Class in de.innovationgate.webgate.api.query.rss
 
WGResultSetImpl(WGDatabase, Document) - Constructor for class de.innovationgate.webgate.api.query.rss.WGResultSetImpl
 
WGSchemaDefinition - Class in de.innovationgate.webgate.api.schemadef
The definition of a content schema for an OpenWGA content store, to be automatically enforced
WGSchemaDefinition() - Constructor for class de.innovationgate.webgate.api.schemadef.WGSchemaDefinition
 
WGSchemaDocument - Class in de.innovationgate.webgate.api
Denotes documents defining the content schema of the content store and their shared functionality, explicitly their data redirection to schema definitions
WGSchemaDocument(WGDatabase, WGDocumentCore, WGDocumentObjectFlags) - Constructor for class de.innovationgate.webgate.api.WGSchemaDocument
 
WGSchemaDocumentDefinition - Class in de.innovationgate.webgate.api.schemadef
The definition of a schema document that is used in the OpenWGA Content Store.
WGSchemaDocumentDefinition() - Constructor for class de.innovationgate.webgate.api.schemadef.WGSchemaDocumentDefinition
 
WGSchemaValidationException - Exception in de.innovationgate.webgate.api.schemadef
An exception thrown when the validation of a schema definition fails
WGSchemaValidationException(String) - Constructor for exception de.innovationgate.webgate.api.schemadef.WGSchemaValidationException
 
WGSchemaValidationException(String, Throwable) - Constructor for exception de.innovationgate.webgate.api.schemadef.WGSchemaValidationException
 
WGScriptModule - Class in de.innovationgate.webgate.api
Represents a Module containing various Non-WebTML-Code, e.g. for Web-Scripting- or Formatting-Languages This is a behaviourless subclass of WGCSSJSModule that should hide this - now misleading - class name.
WGScriptModule(WGDatabase, WGDocumentCore, WGDocumentObjectFlags) - Constructor for class de.innovationgate.webgate.api.WGScriptModule
Constructor.
WGSequence - Class in de.innovationgate.webgate.api
A sequence service provided by the WGDatabase.
WGSessionContext - Class in de.innovationgate.webgate.api
Contains all information about the current database session.
WGSessionContext.DocumentContext - Class in de.innovationgate.webgate.api
 
WGSessionContext.DocumentContext(WGDocument) - Constructor for class de.innovationgate.webgate.api.WGSessionContext.DocumentContext
 
WGStandardResultSet - Class in de.innovationgate.webgate.api
Represents the results of a query.
WGStandardResultSet(WGDatabase, WGResultSetCore, Map, String) - Constructor for class de.innovationgate.webgate.api.WGStandardResultSet
Constructor.
WGStandardResultSet.FetchingIterator - Class in de.innovationgate.webgate.api
 
WGStandardResultSet.FetchingIterator() - Constructor for class de.innovationgate.webgate.api.WGStandardResultSet.FetchingIterator
 
WGStandardResultSetIterator - Class in de.innovationgate.webgate.api
Utility class for iterating over content keys to return WGContent documents
WGStandardResultSetIterator(WGAbstractResultSet, List<Object>, boolean, Integer) - Constructor for class de.innovationgate.webgate.api.WGStandardResultSetIterator
 
WGStandardResultSetIterator(WGAbstractResultSet, Iterator<Object>, boolean, Integer) - Constructor for class de.innovationgate.webgate.api.WGStandardResultSetIterator
 
WGStructEntry - Class in de.innovationgate.webgate.api
A struct entry that is used to build the site hierarchy, determine the content types at the hierarchy nodes and the editing rights in the hierarchy.
WGStructEntry(WGDatabase, WGDocumentCore) - Constructor for class de.innovationgate.webgate.api.WGStructEntry
Constructor.
WGStructEntry(WGDatabase, WGDocumentCore, WGDocumentObjectFlags) - Constructor for class de.innovationgate.webgate.api.WGStructEntry
 
WGStructEntry.ContentSet - Class in de.innovationgate.webgate.api
The set of contents that belongs to one struct entry, divided up into different maps
WGStructEntry.ContentSet() - Constructor for class de.innovationgate.webgate.api.WGStructEntry.ContentSet
Constructor for empty content sets, returned when the user is not allowed to read the contents
WGStructEntry.ContentSet(List<WGContent>) - Constructor for class de.innovationgate.webgate.api.WGStructEntry.ContentSet
 
WGStructEntry.SessionData - Class in de.innovationgate.webgate.api
 
WGStructEntry.SessionData() - Constructor for class de.innovationgate.webgate.api.WGStructEntry.SessionData
 
WGStructEntry.StructCache - Class in de.innovationgate.webgate.api
 
WGStructEntry.StructCache() - Constructor for class de.innovationgate.webgate.api.WGStructEntry.StructCache
 
WGStructEntryIterator - Class in de.innovationgate.webgate.api
Iterator to iterate over struct entries.
WGStructEntryList - Class in de.innovationgate.webgate.api
A list of struct entries.
WGStructEntryRetrievalIterator - Class in de.innovationgate.webgate.api
Class to iterate over struct entries returned by hierarchy retrieeval methods of WGAPI backend.
WGStructEntryRetrievalIterator(WGDatabase, WGDocument, Iterator<WGDocumentCore>) - Constructor for class de.innovationgate.webgate.api.WGStructEntryRetrievalIterator
 
WGSystemException - Exception in de.innovationgate.webgate.api
thrown on unexpected wgapi errors
WGSystemException(String) - Constructor for exception de.innovationgate.webgate.api.WGSystemException
 
WGSystemException(String, Throwable) - Constructor for exception de.innovationgate.webgate.api.WGSystemException
 
WGTMLModule - Class in de.innovationgate.webgate.api
A TML module containing WebTML Source code.
WGTMLModule(WGDatabase, WGDocumentCore, WGDocumentObjectFlags) - Constructor for class de.innovationgate.webgate.api.WGTMLModule
Constructor.
WGTransaction - Interface in de.innovationgate.webgate.api
Interface for WGAPI transactions.
WGTransientPortlet - Class in de.innovationgate.webgate.api
Implementation for a transient portlet, registered only for a single request in memory, used by the WGTransientPortletRegistry
WGTransientPortlet(WGTransientPortletRegistry, String, WGTransientPortlet) - Constructor for class de.innovationgate.webgate.api.WGTransientPortlet
 
WGTransientPortlet(WGTransientPortletRegistry, String, String) - Constructor for class de.innovationgate.webgate.api.WGTransientPortlet
For root portlets with direct key supply
WGTransientPortlet(WGTransientPortletRegistry, String) - Constructor for class de.innovationgate.webgate.api.WGTransientPortlet
For root portlets without key supply
WGTransientPortletRegistry - Class in de.innovationgate.webgate.api
A transient portlet registry which is able to store portlet items on the given profiles portlet item storage
WGTransientPortletRegistry(WGDatabase, WGUserProfile) - Constructor for class de.innovationgate.webgate.api.WGTransientPortletRegistry
 
WGTransientPortletRegistry.RootPortletInformation - Class in de.innovationgate.webgate.api
 
WGTransientPortletRegistry.RootPortletInformation(String, String) - Constructor for class de.innovationgate.webgate.api.WGTransientPortletRegistry.RootPortletInformation
 
WGUnavailableException - Exception in de.innovationgate.webgate.api
Thrown when an error occured because of an unavailable backend service e.g. a database server
WGUnavailableException(WGDatabase) - Constructor for exception de.innovationgate.webgate.api.WGUnavailableException
 
WGUnavailableException(WGDatabase, String) - Constructor for exception de.innovationgate.webgate.api.WGUnavailableException
 
WGUnavailableException(WGDatabase, String, Throwable) - Constructor for exception de.innovationgate.webgate.api.WGUnavailableException
 
WGUnresolveableVirtualLinkException - Exception in de.innovationgate.webgate.api
Thrown when a virtual link target cannot be resolved
WGUnresolveableVirtualLinkException(String) - Constructor for exception de.innovationgate.webgate.api.WGUnresolveableVirtualLinkException
 
WGUpdateLog - Class in de.innovationgate.webgate.api
Object representing a modification of a document that took place, which may be an update or a deletion.
WGUpdateLog(int, Date, String, String, String, WGDatabaseRevision) - Constructor for class de.innovationgate.webgate.api.WGUpdateLog
Constructor.
WGUpdateLogTimeComparator - Class in de.innovationgate.webgate.api
A comparator implementation that compares objects of Type WGUpdateLog for their logtime.
WGUpdateLogTimeComparator() - Constructor for class de.innovationgate.webgate.api.WGUpdateLogTimeComparator
 
WGUserAccess - Class in de.innovationgate.webgate.api
Represents basic user access information
WGUserAccess(String, int, WGACLEntryFlags) - Constructor for class de.innovationgate.webgate.api.WGUserAccess
Public constructor, taking all information
WGUserAccess(String, int) - Constructor for class de.innovationgate.webgate.api.WGUserAccess
Public constructor for user access that is not based on an ACL entry
WGUserDetails - Class in de.innovationgate.webgate.api
Detail information about a logged in WGA user, consolidating information from an auth session and - His primary name (which should be identical to what the WGSessionContext returns as user name) - His known name aliases/variants - His user groups - His roles - His e mail address (for workflow) Not every database implementation supports creating this detail information.
WGUserDetails(int, String, String, String, Collection<String>, Collection<String>, Collection<String>, List<String>, WGACLEntryFlags) - Constructor for class de.innovationgate.webgate.api.WGUserDetails
Constructor.
WGUserProfile - Class in de.innovationgate.webgate.api
A user profile, used to store information about and from a web user.
WGUserProfile(WGDatabase, WGDocumentCore, WGDocumentObjectFlags) - Constructor for class de.innovationgate.webgate.api.WGUserProfile
Constructor.
WGVirtualDesignProvider - Interface in de.innovationgate.webgate.api
Flag interface identifying that a design provider is virtual.
WGWorkflow - Interface in de.innovationgate.webgate.api.workflow
Interface for a workflow object.
WGWorkflowEngine - Interface in de.innovationgate.webgate.api.workflow
Interface for a worklow engine, generating workflow objects for specific contents.
WGWorkflowEvent - Class in de.innovationgate.webgate.api.workflow
Represents a workflow event, e.g. sending a workflow mail, and contains associated information.
WGWorkflowEvent(int, WGContent, Object) - Constructor for class de.innovationgate.webgate.api.workflow.WGWorkflowEvent
Constructor.
WGWorkflowEventListener - Interface in de.innovationgate.webgate.api.workflow
A listener for workflow events
WGWrongRevisionException - Exception in de.innovationgate.webgate.api
Thrown when a revision is passed to a method that is no correct revision of the current database
WGWrongRevisionException(Class) - Constructor for exception de.innovationgate.webgate.api.WGWrongRevisionException
 
WGWrongRevisionException(String) - Constructor for exception de.innovationgate.webgate.api.WGWrongRevisionException
 
WhereClause - Class in de.innovationgate.wga.common.beans.hdbmodel
Represents a where clause inside a filter or relation
WhereClause() - Constructor for class de.innovationgate.wga.common.beans.hdbmodel.WhereClause
 
withQualifier(String) - Method in class de.innovationgate.webgate.api.WGDocumentKey
Creates a new key with an additional qualifier that is just used to distinguish this key via WGDocumentKey.equals(Object) and WGDocumentKey.hashCode() but is not used within the key itself.
WorkflowEngineModuleType - Class in de.innovationgate.wga.modules.types
Type for implementations of OpenWGA workflow engines
WorkflowEngineModuleType() - Constructor for class de.innovationgate.wga.modules.types.WorkflowEngineModuleType
 
workflowMail(WGWorkflowEvent) - Method in interface de.innovationgate.webgate.api.workflow.WGWorkflowEventListener
Triggered when a workflow mail will be sent.
WrappedKey - Class in de.innovationgate.webgate.api.templates
The wrapped data key for a data object.
WrappedKey(SimpleContentSource, BeanKey, Object, boolean) - Constructor for class de.innovationgate.webgate.api.templates.WrappedKey
Constructor not to be used outside WGAPI.
write(OutputStream) - Method in class de.innovationgate.webgate.api.schemadef.WGSchemaDefinition
Serializes the schema definition to an output stream.
write(File) - Method in class de.innovationgate.wga.common.beans.csconfig.v1.CSConfig
 
write(FileObject) - Method in class de.innovationgate.wga.common.beans.csconfig.v1.CSConfig
 
write(JsonWriter, Version) - Method in class de.innovationgate.wga.common.beans.csconfig.v1.Version.GsonTypeAdapter
 
write(File) - Method in class de.innovationgate.wga.common.beans.DesignDefinition
Writes syncinfo data to a UTF-8-encoded file
write(FileObject) - Method in class de.innovationgate.wga.common.beans.DesignDefinition
Writes syncinfo data to a UTF-8-encoded VFS file object
writeExtensionData(String, Object) - Method in class de.innovationgate.webgate.api.fake.WGFakeDatabase
 
writeExtensionData(String, Object) - Method in class de.innovationgate.webgate.api.fake.WGFakeDocument
 
writeExtensionData(String, Object) - Method in class de.innovationgate.webgate.api.query.rss.WGDatabaseImpl
 
writeExtensionData(String, Object) - Method in class de.innovationgate.webgate.api.templates.BeanFolder
 
writeExtensionData(String, Object) - Method in class de.innovationgate.webgate.api.templates.BeanWrapper
 
writeExtensionData(String, Object) - Method in class de.innovationgate.webgate.api.templates.SimpleContentSource
 
writeExtensionData(String, Object) - Method in class de.innovationgate.webgate.api.templates.WrappedKey
 
writeExtensionData(String, Object) - Method in class de.innovationgate.webgate.api.WGDatabase
Writes a extension data field.
writeExtensionData(String, Object) - Method in interface de.innovationgate.webgate.api.WGDatabaseCore
Writes an extension data field to in this database.
writeExtensionData(String, Object) - Method in class de.innovationgate.webgate.api.WGDocument
 
writeExtensionData(String, Object) - Method in class de.innovationgate.webgate.api.WGDocumentCoreWrapper
 
writeExtensionData(String, Object) - Method in interface de.innovationgate.webgate.api.WGExtensionDataContainer
Sets the value of an extension data field.
writeExtensionData(String, Object) - Method in class de.innovationgate.webgate.api.WGFileDerivateMetaData
 
writeExtensionData(String, Object) - Method in class de.innovationgate.webgate.api.WGFileMetaData
 
writeFileDerivateMetaData(WGFileDerivateMetaData) - Method in class de.innovationgate.webgate.api.fake.WGFakeDocument
 
writeFileDerivateMetaData(WGFileDerivateMetaData) - Method in class de.innovationgate.webgate.api.templates.BeanFolder
 
writeFileDerivateMetaData(WGFileDerivateMetaData) - Method in class de.innovationgate.webgate.api.templates.BeanWrapper
 
writeFileDerivateMetaData(WGFileDerivateMetaData) - Method in class de.innovationgate.webgate.api.templates.WrappedKey
 
writeFileDerivateMetaData(WGFileDerivateMetaData) - Method in class de.innovationgate.webgate.api.WGDocument
Write modifications to derivate metadata to the derivate
writeFileDerivateMetaData(WGFileDerivateMetaData) - Method in interface de.innovationgate.webgate.api.WGDocumentCore
Writes the modified metadata of a file derivate to the database.
writeFileDerivateMetaData(WGFileDerivateMetaData) - Method in class de.innovationgate.webgate.api.WGDocumentCoreWrapper
 
A B C D E F G H I J L M N O P Q R S T U V W _