- FAKE_AREA - Static variable in class de.innovationgate.webgate.api.fake.WGFakeDatabase
-
- FAKE_CONTENTNAME - Static variable in class de.innovationgate.webgate.api.fake.WGFakeDatabase
-
- FAKE_CONTENTTYPE - Static variable in class de.innovationgate.webgate.api.fake.WGFakeDatabase
-
- FAKE_LANGUAGE - Static variable in class de.innovationgate.webgate.api.fake.WGFakeDatabase
-
- FAKE_STRUCTKEY - Static variable in class de.innovationgate.webgate.api.fake.WGFakeDatabase
-
- FAKE_TITLE - Static variable in class de.innovationgate.webgate.api.fake.WGFakeDatabase
-
- FAKE_TML - Static variable in class de.innovationgate.webgate.api.fake.WGFakeDatabase
-
- FALLBACK_SCHEME - Static variable in class de.innovationgate.utils.security.HashedPassword
-
- fastAccess(int, Object) - Method in class de.innovationgate.webgate.api.fake.WGFakeDatabase
-
- fastAccess(int, Object) - Method in class de.innovationgate.webgate.api.templates.SimpleContentSource
-
- fastAccess(int, Object) - Method in interface de.innovationgate.webgate.api.WGDatabaseCore
-
Called for fast re-retrieval of a document core, if that core on first instantiation specified a fast access key.
- FEATURE_ACCEPTS_STRUCTKEYS - Static variable in class de.innovationgate.webgate.api.WGDatabase
-
Controls if this implementation's newly created struct entries can accept
keys from the creator
- FEATURE_ACL_MANAGEABLE - Static variable in class de.innovationgate.webgate.api.WGDatabase
-
ACL of this database is manageable via WGAPI
- FEATURE_AUTOCASCADES_DELETIONS - Static variable in class de.innovationgate.webgate.api.WGDatabase
-
Automatically cascades deletions (i.e. deletes all dependent documents),
so that the WGAPI doesn't need to do that
- FEATURE_COMPLEXVALUES - Static variable in class de.innovationgate.webgate.api.WGDatabase
-
Content database can store complex values beyond string, number an dates
and performs type checking itself
- FEATURE_CONTENT_FILE_DERIVATES - Static variable in class de.innovationgate.webgate.api.WGDatabase
-
Determines if the database is able to store derivates to content file attachments
- FEATURE_CONTENT_READ_PROTECTION - Static variable in class de.innovationgate.webgate.api.WGDatabase
-
Indicates if the database knows any kind of user-specific content read protection, so that content caches must be individual for every user
- FEATURE_CONTENT_RELATIONS - Static variable in class de.innovationgate.webgate.api.WGDatabase
-
determines if the database supports real content relations
- FEATURE_CREATEABLE - Static variable in class de.innovationgate.webgate.api.WGDatabase
-
Use the WGAPI to create a new database of this type (Method
WGFactory.createDatabase())
- FEATURE_DIRECT_ENTITY_READDING - Static variable in class de.innovationgate.webgate.api.WGDatabase
-
Determines if the database supports removing and re-adding a subentity (item, relation, file attachments) without intermittent save
- FEATURE_DISABLE_META_LOWERCASING - Static variable in class de.innovationgate.webgate.api.WGDatabase
-
Enabling this feature will disable the lowercasing of metadata field values for fields that normally enforce this.
- FEATURE_EDITABLE - Static variable in class de.innovationgate.webgate.api.WGDatabase
-
Database is editable i.e. can modify data of it's backend
- FEATURE_EXTERNAL_AUTHENTICATION - Static variable in class de.innovationgate.webgate.api.WGDatabase
-
Shows if this database relies on authentication modules for external
authentication.
- FEATURE_FIND_UPDATED_DOCS - Static variable in class de.innovationgate.webgate.api.WGDatabase
-
Find updated documents since a cutoff date by core-method
getUpdateDocumentsSince
- FEATURE_FULLCONTENTFEATURES - Static variable in class de.innovationgate.webgate.api.WGDatabase
-
Content database has content types, struct entries, is multilingual and
maintains content versioning, so content document creation must receive
and generate all this info.
- FEATURE_GENERATES_STRUCTKEYS - Static variable in class de.innovationgate.webgate.api.WGDatabase
-
Controls, if this implementations's newly created struct entries can
generate their own keys
- FEATURE_HIERARCHICAL - Static variable in class de.innovationgate.webgate.api.WGDatabase
-
Content can be navigated hierarchical / is hierarchically ordered
- FEATURE_LASTCHANGED - Static variable in class de.innovationgate.webgate.api.WGDatabase
-
Content database maintains a last changed property, that should be
monitored to track database changes.
- FEATURE_LOADBALANCE - Static variable in class de.innovationgate.webgate.api.WGDatabase
-
determines that the underlying core has the feature to loadbalance
connections to multiple db servers, in this case connections are by
default readonly and each db updates have to be initialized by calling
beginUpdate()
- FEATURE_MILLISECOND_PRECISION - Static variable in class de.innovationgate.webgate.api.WGDatabase
-
determines if the database implementation has the ability to return document changes and modified dates on millisecond precision
- FEATURE_MULTILANGUAGE - Static variable in class de.innovationgate.webgate.api.WGDatabase
-
Controls, if this implementation holds content in multiple languages
- FEATURE_NATIVEEXPRESSIONS - Static variable in class de.innovationgate.webgate.api.WGDatabase
-
DB has a native expression language
- FEATURE_ORDERED_NAVIGATION_RESULTS - Static variable in class de.innovationgate.webgate.api.WGDatabase
-
- FEATURE_PERFORMS_BACKEND_LOGIN - Static variable in class de.innovationgate.webgate.api.WGDatabase
-
Controls if this implementation is able to perform a backend login, i.e. the core itself
logs in with the user's login data.
- FEATURE_PROVIDE_PORTLETITEM_STORAGE - Static variable in class de.innovationgate.webgate.api.WGDatabase
-
- FEATURE_QUERY_PROFILES - Static variable in class de.innovationgate.webgate.api.WGDatabase
-
Shows, if this implementation supports querying user profiles by method
queryUserProfileNames
- FEATURE_QUERYABLE - Static variable in class de.innovationgate.webgate.api.WGDatabase
-
Content supports query languages.
- FEATURE_REDUCE_CALLBACKS - Static variable in class de.innovationgate.webgate.api.WGDatabase
-
This feature instructs the WGAPI to reduce callbacks to the database on
some occassions where it is unlikely necessary to connect (Should
increase performance on implementations with slow database connections)
- FEATURE_RETRIEVE_ALL_CONTENTKEYS - Static variable in class de.innovationgate.webgate.api.WGDatabase
-
Controls if this WGAPI implementation implements the getAllContentKeys()
method
- FEATURE_SELF_PERSONALIZABLE - Static variable in class de.innovationgate.webgate.api.WGDatabase
-
The content store is able to also store user profiles and be its own "personalisation database"
- FEATURE_SESSIONTOKEN - Static variable in class de.innovationgate.webgate.api.WGDatabase
-
Controls if this implementation can take session tokens for a login
- FEATURE_STORESVARS - Static variable in class de.innovationgate.webgate.api.WGDatabase
-
Content database needs temporary storage of webtml variables in content
documents (e.g. to allow native expression languages to access them)
- FEATURE_TRANSACTIONS - Static variable in class de.innovationgate.webgate.api.WGDatabase
-
Content database supports transactions
- FEATURE_UNLIMITED_CORES - Static variable in class de.innovationgate.webgate.api.WGDatabase
-
Feature that will prevent the WGAPI from limiting the fetched cores for a session
Should be set for DBs where limiting on WGAPI level makes no sense
- FEATURE_UNPATCHEABLE - Static variable in class de.innovationgate.webgate.api.WGDatabase
-
Marks databases that should not be patched, f.e. because they are read-only
- FEATURE_USE_OBJECTS_AS_REFERENCES - Static variable in class de.innovationgate.webgate.api.WGDatabase
-
Controls the behaviour when setting object relations for newly created
objects.
- FEATURE_VALIDATE_ATTACHMENTS - Static variable in class de.innovationgate.webgate.api.WGDatabase
-
determines if documents in this database has the ability to validate file
attachments by calling doc.validateAttachments();
- feedSwingCombo(int, JComboBox) - Static method in class de.innovationgate.wga.common.DbType
-
Feeds a swing combo box with all database types of a general type
- feedSwingList(int, JList) - Static method in class de.innovationgate.wga.common.DbType
-
Feeds a swing list with all database types of a general type
- fetchAllMapsForUser(String) - Method in class de.innovationgate.utils.UserHashMapGroup
-
Fetches the map of the given user in all UserHashMaps
- fetchDatabaseModuleDefinition(Class<? extends WGDatabaseCore>) - Method in class de.innovationgate.webgate.api.servers.WGDatabaseServer
-
- fetchScheme(ModuleRegistry, String) - Static method in class de.innovationgate.utils.security.HashedPassword
-
- fetchServerDatabaseRetriever(ModuleDefinition, Class) - Static method in class de.innovationgate.webgate.api.servers.WGDatabaseServer
-
- FETCHSTATE_ACTIVE_ONLY - Static variable in class de.innovationgate.webgate.api.WGStructEntry
-
Only active contents (non-archived) have been fetched for this struct
entry.
- FETCHSTATE_ARCHIVED - Static variable in class de.innovationgate.webgate.api.WGStructEntry
-
All contents - including archived - have been fetched for this struct
entry.
- FETCHSTATE_NONE - Static variable in class de.innovationgate.webgate.api.WGStructEntry
-
No content has yet been fetched for this struct entry.
- FieldMapping - Class in de.innovationgate.wga.config
-
Field mapping definition for an OpenWGA application or data source
- FieldMapping() - Constructor for class de.innovationgate.wga.config.FieldMapping
-
- FieldMapping(String, String, String) - Constructor for class de.innovationgate.wga.config.FieldMapping
-
- FileAuthenticationModule - Class in de.innovationgate.webgate.api.auth
-
This authentication module takes an XML file as base where users and groups are defined:
- FileAuthenticationModule() - Constructor for class de.innovationgate.webgate.api.auth.FileAuthenticationModule
-
- FileDerivateManagerConfiguration - Class in de.innovationgate.wga.config
-
Global configuration for file derivate management
- FileDerivateManagerConfiguration() - Constructor for class de.innovationgate.wga.config.FileDerivateManagerConfiguration
-
- FILEENCODING_CSCONFIG_DEFINED - Static variable in class de.innovationgate.wga.common.beans.DesignDefinition
-
Placeholder for file encoding field if the encoding is to be retrieved from the csconfig.xml
- FILEPATTERN_WILDCARD - Static variable in class de.innovationgate.wga.common.beans.LuceneIndexFileRule
-
Wildcard for file name patterns
- FILEPATTERN_WILDCARD - Static variable in class de.innovationgate.wga.config.LuceneIndexFileRule
-
Wildcard for file name patterns
- FILESIZELIMIT_INDEX_ALL - Static variable in class de.innovationgate.wga.common.beans.LuceneIndexFileRule
-
File size limit representing that all files are indexed
- FILESIZELIMIT_INDEX_ALL - Static variable in class de.innovationgate.wga.config.LuceneIndexFileRule
-
File size limit representing that all files are indexed
- FILESIZELIMIT_INDEX_NONE - Static variable in class de.innovationgate.wga.common.beans.LuceneIndexFileRule
-
File size limit representing that no files are indexed
- FILESIZELIMIT_INDEX_NONE - Static variable in class de.innovationgate.wga.config.LuceneIndexFileRule
-
File size limit representing that no files are indexed
- Filter - Class in de.innovationgate.wga.common.beans.hdbmodel
-
Represents a filter definition
- Filter() - Constructor for class de.innovationgate.wga.common.beans.hdbmodel.Filter
-
- FilterClause - Interface in de.innovationgate.wga.common.beans.hdbmodel
-
Interface for filter clauses
- FilterMapping - Class in de.innovationgate.wga.config
-
Declaration of an OpenWGA servlet filter
- FilterMapping() - Constructor for class de.innovationgate.wga.config.FilterMapping
-
- FilterMapping(String, String) - Constructor for class de.innovationgate.wga.config.FilterMapping
-
- FilterParam - Class in de.innovationgate.wga.common.beans.hdbmodel
-
Represents a param definition inside a filter or relation
- FilterParam() - Constructor for class de.innovationgate.wga.common.beans.hdbmodel.FilterParam
-
- finalize() - Method in class de.innovationgate.webgate.api.WGFactory
-
- find(String, String, Map) - Method in class de.innovationgate.webgate.api.simple.BeanAdapter
-
- find(String, String, Map) - Method in class de.innovationgate.webgate.api.templates.QueryableSource
-
- find(String) - Method in class de.innovationgate.webgate.api.templates.QueryableSource
-
Abstract method to implement query behaviour.
- find(String, String, Map) - Method in class de.innovationgate.webgate.api.templates.SimpleContentSource
-
Used to implement querying behaviour to the SCS implementation.
- findNewVersion() - Method in class de.innovationgate.webgate.api.WGDatabase.FreeContentVersionFinder
-
- findObjectByHash(Collection, int) - Static method in class de.innovationgate.utils.WGUtils
-
Finds an object inside any collection based on its hashcode.
- findPublisherOption(String) - Method in class de.innovationgate.wga.common.beans.csconfig.v1.CSConfig
-
- findRemoteAction(String) - Method in class de.innovationgate.wga.common.beans.csconfig.v1.CSConfig
-
- fireWorkflowEvent(WGWorkflowEvent) - Method in class de.innovationgate.webgate.api.WGDatabase
-
Fires a workflow event.
- FLAG_ASC - Static variable in class de.innovationgate.webgate.api.WGColumnSet
-
- FLAG_DESC - Static variable in class de.innovationgate.webgate.api.WGColumnSet
-
- FLAG_DIVIDER - Static variable in class de.innovationgate.webgate.api.WGColumnSet
-
- FLAG_PATTERN - Static variable in class de.innovationgate.webgate.api.WGColumnSet
-
- flush(Serializable) - Method in class de.innovationgate.utils.cache.Cache
-
Flushes a single entry of the cache
- flush() - Method in class de.innovationgate.utils.LineBufferWriter
-
- flush() - Method in class de.innovationgate.utils.MD5HashingOutputStream
-
- flushAll() - Method in class de.innovationgate.utils.cache.Cache
-
Flushes the complete cache
- flushAll() - Method in interface de.innovationgate.utils.cache.CacheCore
-
Flushes the complete cache
- flushAll() - Method in class de.innovationgate.utils.cache.EHCacheCore
-
- flushEntry(String) - Method in class de.innovationgate.utils.cache.Cache
-
- flushEntry(Serializable) - Method in interface de.innovationgate.utils.cache.CacheCore
-
Flushes a single entry of the cache
- flushEntry(Serializable) - Method in class de.innovationgate.utils.cache.EHCacheCore
-
- flushGroup(String) - Method in class de.innovationgate.utils.cache.Cache
-
Flushes the entries of the cache that belong to the given group
- flushGroup(String) - Method in interface de.innovationgate.utils.cache.CacheCore
-
Flushes the entries of the cache that belong to the given group
- flushGroup(String) - Method in class de.innovationgate.utils.cache.EHCacheCore
-
- FOLDERNAME_FILES - Static variable in class de.innovationgate.wga.common.DesignDirectory
-
Name of the design folder containing file container directories
- FOLDERNAME_JAVA - Static variable in class de.innovationgate.wga.common.DesignDirectory
-
Name of the optional design folder containing java classes
- FOLDERNAME_SCRIPT - Static variable in class de.innovationgate.wga.common.DesignDirectory
-
Name of the design folder containing Script modules
- FOLDERNAME_SCRIPT_CSS - Static variable in class de.innovationgate.wga.common.DesignDirectory
-
Name of the folder containing Script modules of type "CSS"
- FOLDERNAME_SCRIPT_GROOVY - Static variable in class de.innovationgate.wga.common.DesignDirectory
-
Name of the folder containing Script modules of type "Groovy"
- FOLDERNAME_SCRIPT_JAVASCRIPT - Static variable in class de.innovationgate.wga.common.DesignDirectory
-
Name of the folder containing Script modules of type "JavaScript"
- FOLDERNAME_SCRIPT_TMLSCRIPT - Static variable in class de.innovationgate.wga.common.DesignDirectory
-
Name of the folder containing Script modules of type "TMLScript"
- FOLDERNAME_SCRIPT_VBS - Static variable in class de.innovationgate.wga.common.DesignDirectory
-
Name of the folder containing Script modules of type "Visual Basic Script"
- FOLDERNAME_SCRIPT_XML - Static variable in class de.innovationgate.wga.common.DesignDirectory
-
Name of the folder containing Script modules of type "XML"
- FOLDERNAME_TML - Static variable in class de.innovationgate.wga.common.DesignDirectory
-
Name of the design folder containing WebTML modules
- foreignChildLocksExists(Lockable, LockOwner) - Method in class de.innovationgate.webgate.api.locking.LockManager
-
checks if foreign locks exists on decendant objects of the given lockable
- ForgetfulThreadLocal - Class in de.innovationgate.utils
-
Deprecated.
- ForgetfulThreadLocal() - Constructor for class de.innovationgate.utils.ForgetfulThreadLocal
-
Deprecated.
- format(Object) - Method in class de.innovationgate.utils.DefaultObjectFormatter
-
- format(Object) - Method in class de.innovationgate.utils.FormattingChain
-
- format(Object) - Method in interface de.innovationgate.utils.ObjectFormatter
-
Formats an object to a string
- format(Date, StringBuffer, FieldPosition) - Method in class de.innovationgate.utils.TextualDateFormat
-
- FormattingChain - Class in de.innovationgate.utils
-
An object formatter that chains together multiple object formatters, that are processed in a well-defined order.
- FormattingChain() - Constructor for class de.innovationgate.utils.FormattingChain
-
- FormattingException - Exception in de.innovationgate.utils
-
Thrown upon formatting/parsing errors in WGUtils functionality
- FormattingException(String, Throwable) - Constructor for exception de.innovationgate.utils.FormattingException
-
- FormattingException(String) - Constructor for exception de.innovationgate.utils.FormattingException
-
- FormattingException(Throwable) - Constructor for exception de.innovationgate.utils.FormattingException
-
- forValue(Comparable<?>) - Static method in class de.innovationgate.webgate.api.WGDatabaseRevision
-
Creates a database revision object from a raw revision value
- fromDataType(OptionType, Object) - Static method in class de.innovationgate.wga.modules.options.OptionReader
-
Converts an option value in its native data type to it's string representation
- fromPersistentForm(String) - Method in interface de.innovationgate.webgate.api.WGDatabaseRevisionSerializer
-
Deprecated.
Recreates a revision object from a serialized form
- fromXML(String) - Static method in class de.innovationgate.wga.common.beans.csconfig.v1.PluginConfig
-
- FULL_CONTENT_STORE_IMPLEMENTATIONS - Static variable in class de.innovationgate.wga.config.WGAConfigurationMigrator
-
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 _