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

B

BackendAuthSession - Class in de.innovationgate.webgate.api.auth
An authentication session that needs to be authenticated in the WGAPI backend implementation.
BackendAuthSession(String, Object) - Constructor for class de.innovationgate.webgate.api.auth.BackendAuthSession
 
BACKENDSERVICE_CLEAR_CONTENT - Static variable in class de.innovationgate.webgate.api.WGDatabase
Service to clear all areas, struct entries and content documents from the content store in one fast batch operation.
BACKENDSERVICE_CLEAR_CONTENT_AND_SCHEMA - Static variable in class de.innovationgate.webgate.api.WGDatabase
Service to clear all content (areas, structs and contents) and schema (contenttypes and language definitions) from the content store in one fast batch operation.
BACKENDSERVICE_CLEAR_DATABASE - Static variable in class de.innovationgate.webgate.api.WGDatabase
Completely clears all data from the database, including all documents, the ACL, database metadata, historylog.
BACKENDSERVICE_CLEAR_USERPROFILES - Static variable in class de.innovationgate.webgate.api.WGDatabase
Service to clear all user profiles of the personalisation database in one fast batch operation.
BACKENDSERVICE_DAILY_MAINTENANCE - Static variable in class de.innovationgate.webgate.api.WGDatabase
A backend service defining some daily maintenance operation, to execute on the first event thread run each day
BACKENDSERVICE_FETCH_MULTI_CONTENT - Static variable in class de.innovationgate.webgate.api.WGDatabase
Fetches multiple contents in one backend call by their content key
BACKENDSERVICE_NEW_CONTENT_VERSION - Static variable in class de.innovationgate.webgate.api.WGDatabase
Service to effectively determine the version number for a new content document
BACKENDSERVICE_PROBE_CONTENT - Static variable in class de.innovationgate.webgate.api.WGDatabase
Checks if a content document for a certain page exists in a given language and status
BACKENDSERVICE_SELECT_PENDINGRELEASE_DOCS - Static variable in class de.innovationgate.webgate.api.WGDatabase
Selects all documents that are pending release.
BeanAdapter - Class in de.innovationgate.webgate.api.simple
A simple content source that retrieves data from a custom Java bean
BeanAdapter() - Constructor for class de.innovationgate.webgate.api.simple.BeanAdapter
 
BeanAdapterModuleDefinition - Class in de.innovationgate.webgate.api.modules.dbs
 
BeanAdapterModuleDefinition() - Constructor for class de.innovationgate.webgate.api.modules.dbs.BeanAdapterModuleDefinition
 
BeanCreationHandler - Interface in de.innovationgate.webgate.api.simple
Interface of a class that is responsible for creating beans for the BeanAdapter
BeanFolder - Class in de.innovationgate.webgate.api.templates
Represents a "folder" of the SimpleContentSource, which is abstracted as Area by the WGAPI.
BeanFolder(SimpleContentSource, String) - Constructor for class de.innovationgate.webgate.api.templates.BeanFolder
 
BeanKey - Class in de.innovationgate.webgate.api.templates
Represents a (complete) key to a bean, stored in a SimpleContentSource.
BeanKey(String, Object) - Constructor for class de.innovationgate.webgate.api.templates.BeanKey
Constructor, taking folder and folder-dependent key
BeanWrapper - Class in de.innovationgate.webgate.api.templates
A wrapper object that takes a JavaBean storage object and serves it's data as document core.
BeanWrapper(SimpleContentSource, BeanKey, Object, boolean, boolean) - Constructor for class de.innovationgate.webgate.api.templates.BeanWrapper
Constructor.
beginTransaction() - Method in class de.innovationgate.webgate.api.fake.WGFakeDatabase
 
beginTransaction() - Method in class de.innovationgate.webgate.api.query.rss.WGDatabaseImpl
 
beginTransaction() - Method in class de.innovationgate.webgate.api.templates.SimpleContentSource
 
beginTransaction() - Method in class de.innovationgate.webgate.api.WGDatabase
beginTransaction() - Method in interface de.innovationgate.webgate.api.WGDatabaseCore
Called when a transaction should begin.
beginUpdate() - Method in class de.innovationgate.webgate.api.fake.WGFakeContentStore
 
beginUpdate() - Method in class de.innovationgate.webgate.api.query.rss.WGDatabaseImpl
 
beginUpdate() - Method in class de.innovationgate.webgate.api.rss2.SimpleRSS
 
beginUpdate() - Method in class de.innovationgate.webgate.api.templates.SimpleContentSource
 
beginUpdate() - Method in class de.innovationgate.webgate.api.WGDatabase
Notify database of the beginning of update operations via this connection.
beginUpdate() - Method in interface de.innovationgate.webgate.api.WGDatabaseCore
Notifies the backend database that the session will update data from now on.
BinaryFieldData - Class in de.innovationgate.webgate.api
Represents binary data on a field.
BinaryFieldData(long, BinaryFieldData.Retriever) - Constructor for class de.innovationgate.webgate.api.BinaryFieldData
Constructor for binary field datas from database.
BinaryFieldData(Object) - Constructor for class de.innovationgate.webgate.api.BinaryFieldData
Constructor to create an new binary field.
BinaryFieldData.Retriever - Interface in de.innovationgate.webgate.api
An interface for the functionality that actually retrieves the input stream of binary field data
BinaryFieldData.SizeReportingInputStream - Class in de.innovationgate.webgate.api
 
BinaryFieldData.SizeReportingInputStream(InputStream) - Constructor for class de.innovationgate.webgate.api.BinaryFieldData.SizeReportingInputStream
 
browse(String) - Method in class de.innovationgate.webgate.api.rss2.SimpleRSS
 
browse(String) - Method in class de.innovationgate.webgate.api.simple.BeanAdapter
 
browse(String) - Method in class de.innovationgate.webgate.api.templates.QueryableSource
 
browse(String) - Method in class de.innovationgate.webgate.api.templates.SimpleContentSource
Browses the given folder for contents.
buildDesignDocumentKey(int, String, String) - Static method in class de.innovationgate.webgate.api.WGDesignDocument
Builds a document key for a design document by the given data.
buildDocumentKey(WGDocumentCore, WGDatabase) - Static method in class de.innovationgate.webgate.api.WGDocument
Builds the document key for a document core.
buildDocumentList(WGDatabase) - Method in class de.innovationgate.webgate.api.WGDocumentListCache
Rebuilds the document list from cache The method will return null if the number of documents in the list that must be gathered from backend exceeds the database configuration on WGDatabase.getListCacheRebuildThreshold()
buildDocumentSubList(WGDatabase, int, int) - Method in class de.innovationgate.webgate.api.WGDocumentListCache
Rebuilds the document list from cache The method will return null if the number of documents in the list that must be gathered from backend exceeds the database configuration on WGDatabase.getListCacheRebuildThreshold()
buildFromDocuments(List<? extends WGDocument>, int, int) - Static method in class de.innovationgate.webgate.api.WGDocumentListCache
Builds a document list cache from a collection containing WGDocument objects
buildFromDocuments(Collection<? extends WGDocument>) - Static method in class de.innovationgate.webgate.api.WGDocumentListCache
 
buildQualifiedFileName() - Method in class de.innovationgate.wga.common.beans.csconfig.v1.PluginID
 
buildShortFileName() - Method in class de.innovationgate.wga.common.beans.csconfig.v1.PluginID
 
buildShortName() - Method in class de.innovationgate.wga.common.beans.csconfig.v1.PluginID
 
A B C D E F G H I J L M N O P Q R S T U V W _