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

F

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
 
fastAccess(int, Object) - Method in class de.innovationgate.webgate.api.fake.WGFakeDatabase
 
fastAccess(int, Object) - Method in class de.innovationgate.webgate.api.query.rss.WGDatabaseImpl
 
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
Determines if a database returns ordered results on hierarchy navigation methods WGDatabaseCore.getRootEntries(WGArea, WGPageOrderSet) and WGDatabaseCore.getChildEntries(WGStructEntry, WGPageOrderSet), allowing the fetching of partial results
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
Determines if a database is able to return meta WGUserProfile.META_PORTLETITEMSTORAGE, a storage service for items of transient portlets
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();
fetchDatabaseModuleDefinition(Class<? extends WGDatabaseCore>) - Method in class de.innovationgate.webgate.api.servers.WGDatabaseServer
 
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.
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
 
FileAuthenticationModuleDefinition - Class in de.innovationgate.webgate.api.modules.auth
 
FileAuthenticationModuleDefinition() - Constructor for class de.innovationgate.webgate.api.modules.auth.FileAuthenticationModuleDefinition
 
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
FILESIZELIMIT_INDEX_ALL - Static variable in class de.innovationgate.wga.common.beans.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
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
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.rss2.SimpleRSS
 
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
 
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
 
foreignChildLocksExists(Lockable, LockOwner) - Method in class de.innovationgate.webgate.api.locking.LockManager
checks if foreign locks exists on decendant objects of the given lockable
forValue(Comparable<?>) - Static method in class de.innovationgate.webgate.api.WGDatabaseRevision
Creates a database revision object from a raw revision value
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
 
A B C D E F G H I J L M N O P Q R S T U V W _