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

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.
Base64 - Class in de.innovationgate.utils
General purpose class to convert bytes to Base64 encoded strings or vice versa.
Base64() - Constructor for class de.innovationgate.utils.Base64
 
base64Table - Static variable in class de.innovationgate.utils.Base64
The translation table
base64TableWeb - Static variable in class de.innovationgate.utils.Base64
WebBase64Table view RFC3548 for details
base64toString(String) - Static method in class de.innovationgate.utils.WGUtils
Converts a base64-encoded string into bytes, then constructs a string from these bytes and returns it
BasicOptionDefinition - Class in de.innovationgate.wga.modules.options
A very basic implementation of OptionDefinition which merely is a bean containing all those retrievable information in an un-localized form and offering simple setters for them.
BasicOptionDefinition(String, OptionType) - Constructor for class de.innovationgate.wga.modules.options.BasicOptionDefinition
 
BasicPredefinedValuesProvider - Class in de.innovationgate.wga.modules.options
A PredefinedValuesValueProvider implemnetation that just received values and titles for them without multilanguage support.
BasicPredefinedValuesProvider() - Constructor for class de.innovationgate.wga.modules.options.BasicPredefinedValuesProvider
 
BCrypt - Class in de.innovationgate.utils.security
BCrypt implements OpenBSD-style Blowfish password hashing using the scheme described in "A Future-Adaptable Password Scheme" by Niels Provos and David Mazieres.
BCrypt() - Constructor for class de.innovationgate.utils.security.BCrypt
 
BCrypt10HashingScheme - Class in de.innovationgate.utils.security
Hashing scheme using BCrypt-10
BCrypt10HashingScheme() - Constructor for class de.innovationgate.utils.security.BCrypt10HashingScheme
 
BEAN_MODE_ALL - Static variable in annotation type de.innovationgate.wga.common.CodeCompletion
 
BEAN_MODE_LOWERCASED - Static variable in annotation type de.innovationgate.wga.common.CodeCompletion
 
BEAN_MODE_NONE - Static variable in annotation type de.innovationgate.wga.common.CodeCompletion
 
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
 
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.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.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
 
BooleanOptionType - Class in de.innovationgate.wga.modules.options
Option type storing boolean values as "true" and "false"
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.
build(boolean) - Method in class de.innovationgate.utils.URLBuilder
Rebuilds the URL to a string.
build() - Method in class de.innovationgate.utils.URLBuilder
Rebuilds the URL in relative form to a string.
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()
buildFromContentKeys(Collection<WGContentKey>) - Static method in class de.innovationgate.webgate.api.WGDocumentListCache
Builds a document list cache from a collection containing WGContentKey objects
buildFromDocumentCores(Collection<WGDocumentCore>, WGDatabase) - Static method in class de.innovationgate.webgate.api.WGDocumentListCache
Builds a document list cache from a collection containing WGDocumentCore objects
buildFromDocuments(List<? extends WGDocument>, 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
 
buildFromKeys(Collection<WGDocumentKey>) - Static method in class de.innovationgate.webgate.api.WGDocumentListCache
Builds a document list cache from a collection containing WGDocumentKey objects
buildFromKeyStrings(Collection<String>) - Static method in class de.innovationgate.webgate.api.WGDocumentListCache
Builds a document list cache from a collection containing document key strings
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
 
BUNDLE_KEY_TODAY - Static variable in class de.innovationgate.utils.TextualDateFormat
 
BUNDLE_KEY_TOMORROW - Static variable in class de.innovationgate.utils.TextualDateFormat
 
BUNDLE_KEY_YESTERDAY - Static variable in class de.innovationgate.utils.TextualDateFormat
 
BundleLoader - Interface in de.innovationgate.wga.modules
Interface for a loader of resource bundles for module definition display strings
ByteArrayDataSource - Class in de.innovationgate.utils.io
A data source serving data from a byte array
ByteArrayDataSource(byte[], String, String) - Constructor for class de.innovationgate.utils.io.ByteArrayDataSource
 
A B C D E F G H I J K L M N O P Q R S T U V W X Z _