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 _ 

S

SATTRIB_BYPASS_PREEMTIVE_CACHING - Static variable in class de.innovationgate.webgate.api.WGSessionContext
Predefined attribute key to be placed via WGSessionContext.setAttribute(Object, Object) on a session to control "preemptive caching" behaviour, which automatically caches some frequently used values from a just retrieved document.
save(Date) - Method in class de.innovationgate.webgate.api.fake.WGFakeDocument
 
save(Date) - Method in class de.innovationgate.webgate.api.fake.WGFakeUserProfile
 
save(Date) - Method in class de.innovationgate.webgate.api.templates.BeanFolder
 
save(Date) - Method in class de.innovationgate.webgate.api.templates.BeanWrapper
 
save(Date) - Method in class de.innovationgate.webgate.api.templates.WrappedKey
 
save(WGACLEntry) - Method in class de.innovationgate.webgate.api.WGACL
Saves the given ACL entry.
save(WGACLEntry) - Method in interface de.innovationgate.webgate.api.WGACLCore
Saves/updates an ACL entry
save(Date) - Method in class de.innovationgate.webgate.api.WGContent
Saves changes made to this document.
save(Date) - Method in class de.innovationgate.webgate.api.WGDocument
Saves the current document with it's modifications.
save() - Method in class de.innovationgate.webgate.api.WGDocument
Saved the current state of the document.
save(Date) - Method in interface de.innovationgate.webgate.api.WGDocumentCore
Called to save modifications to this document core.
save(Date) - Method in class de.innovationgate.webgate.api.WGDocumentCoreWrapper
 
save(Date) - Method in class de.innovationgate.webgate.api.WGStructEntry
 
saveQuiet() - Method in class de.innovationgate.webgate.api.WGDocument
Saves the document without updating the last modified timestamp
saveRestrictions(Element, List) - Static method in class de.innovationgate.utils.net.IPv4Restriction
Writes restrictions to wga.xml.
saveRules(Element, List) - Static method in class de.innovationgate.wga.common.beans.LuceneIndexFileRule
Saves rules to lucene configuration in wga.xml
saveRules(Element, List) - Static method in class de.innovationgate.wga.common.beans.LuceneIndexItemRule
Saves rules to lucene configuration in wga.xml
saveWithGivenTimestamps(Date, Date) - Method in class de.innovationgate.webgate.api.WGDocument
Sets the given dates as created and modified dates of the document and saved it with them
saveWorkflowDefinition(Object) - Method in class de.innovationgate.webgate.api.workflow.WGDefaultWorkflowEngine
 
saveWorkflowDefinition(Object) - Method in interface de.innovationgate.webgate.api.workflow.WGWorkflowEngine
Saves the state of a workflow definition object
scaleByFactor(int, int) - Method in interface de.innovationgate.utils.ImageScaler
Scales the image based on the given scaling factors.
scaleByFactor(int, int) - Method in class de.innovationgate.utils.imgscalr.ImgScalrScaler
 
scaleByFactor(int, int) - Method in interface de.innovationgate.utils.MimeTypeSpecificImageScaler
Scales the image based on the given scaling factors.
scaleToSize(int, int) - Method in interface de.innovationgate.utils.ImageScaler
Scales the image to a determined target size This method uses the parameter width and height as target sizes for the scaled image.
scaleToSize(int, int, boolean) - Method in interface de.innovationgate.utils.ImageScaler
Scales the image to the determined target size if keepRation==true image orientation is determined (landscape or portrait) on landscape the image is scaled with the same ratio to the given width on portrait the image is scaled with the same ratio to the given height
scaleToSize(int, int) - Method in class de.innovationgate.utils.imgscalr.ImgScalrScaler
 
scaleToSize(int, int, boolean) - Method in class de.innovationgate.utils.imgscalr.ImgScalrScaler
 
scaleToSize(int, int, boolean) - Method in interface de.innovationgate.utils.MimeTypeSpecificImageScaler
Scales the image to the determined target size if keepRation==true image orientation is determined (landscape or portrait) on landscape the image is scaled with the same ratio to the given width on portrait the image is scaled with the same ratio to the given height
Schedule - Class in de.innovationgate.wga.config
The schedule definition of a Job
Schedule() - Constructor for class de.innovationgate.wga.config.Schedule
 
SchedulerConfiguration - Class in de.innovationgate.wga.config
Global configuration of the OpenWGA scheduler
SchedulerConfiguration() - Constructor for class de.innovationgate.wga.config.SchedulerConfiguration
 
SCRIPTTYPE_CSS - Static variable in class de.innovationgate.wga.common.DesignDirectory
Script module type "CSS"
SCRIPTTYPE_JS - Static variable in class de.innovationgate.wga.common.DesignDirectory
Script module type "JavaScript"
SCRIPTTYPE_TMLSCRIPT - Static variable in class de.innovationgate.wga.common.DesignDirectory
Script module type "TMLScript"
SCRIPTTYPE_VBS - Static variable in class de.innovationgate.wga.common.DesignDirectory
Script module type "Visual Basic Script"
SCRIPTTYPE_XML - Static variable in class de.innovationgate.wga.common.DesignDirectory
Script module type "XML"
search(int, int, String, int, boolean) - Method in interface de.innovationgate.wga.common.LogHandler
Performs a search on the applog.
SearchDetails - Class in de.innovationgate.webgate.api
All transient data of a document belonging to the query that was used to fetch it
SearchDetails() - Constructor for class de.innovationgate.webgate.api.SearchDetails
 
searchModuleDefinitions(ModuleRegistry, ClassLoader) - Method in interface de.innovationgate.wga.modules.CustomModuleRegistrationService
Searches modules from the given class loader Used when the module registry is searched completely.
searchModuleDefinitions(ModuleRegistry, ClassLoader, Iterable<URLClassLoader>) - Method in interface de.innovationgate.wga.modules.CustomModuleRegistrationService
Searches custom registrar configurations from registrarCfgLoaders and loads classes from classLoader Used when the class loaders of certain module providers are updated.
searchModuleDefinitions(ClassLoader) - Method in class de.innovationgate.wga.modules.ModuleRegistry
Triggers the search for ModuleRegistrars on the given class loader.
searchModuleDefinitions(ClassLoader, Iterable<URLClassLoader>) - Method in class de.innovationgate.wga.modules.ModuleRegistry
Triggers the search for ModuleRegistrars on the given class loader, but only those whose registration configs are on a list of registrar class loaders.
SEARCHORDER_ASCENDING - Static variable in class de.innovationgate.webgate.api.WGContent
Used with WGContentNavigator to determine ascending searchorder when finding content
SEARCHORDER_DESCENDING - Static variable in class de.innovationgate.webgate.api.WGContent
Used with WGContentNavigator to determine descending searchorder when finding content
SEARCHTYPE_PLAINTEXT - Static variable in interface de.innovationgate.wga.common.LogHandler
Search type which searches for the given string as plaintext
SEARCHTYPE_REGEXP - Static variable in interface de.innovationgate.wga.common.LogHandler
Searchtype which searches for the given string as regular expression, matching a single applog line.
selectContentForName(WGDatabase, String, boolean) - Method in interface de.innovationgate.webgate.api.WGLanguageChooser
Chooses the language version of a content document for a given unique name
selectContentForPage(WGStructEntry, boolean) - Method in interface de.innovationgate.webgate.api.WGLanguageChooser
Chooses the language version of a content document for a given pagee
selectContentPriorityOrder(WGStructEntry, boolean) - Method in interface de.innovationgate.webgate.api.WGLanguageChooser
Orders the content of a struct entry in the order they should be priorized language-wise.
selectDatabaseLanguage(WGDatabase) - Method in interface de.innovationgate.webgate.api.WGLanguageChooser
Chooses a language to use for the given database in some contextless functionality
SemicolonSeparatedListOptionType - Class in de.innovationgate.wga.modules.options
Option type meant to store comma separated lists "a,b,c" in a string
SemicolonSeparatedListOptionType() - Constructor for class de.innovationgate.wga.modules.options.SemicolonSeparatedListOptionType
 
send() - Method in interface de.innovationgate.webgate.api.mail.WGMail
Sends the mail
sendCommand(Command) - Method in class de.innovationgate.utils.remote.Client
Sends a command object to the server.
serialize() - Method in class de.innovationgate.utils.security.RSAEncrypter.RSAEncryptedData
Serializes the encrypted data into string form, including the given RSA encrypted DES key
serialize(RSAKeyPair) - Static method in class de.innovationgate.utils.security.RSAKeyPairUtils
 
serialize() - Method in class de.innovationgate.webgate.api.WGDatabaseRevision
Return a persisteable serialized form of this revision
serializeCollection(Collection, String, ObjectFormatter, boolean) - Static method in class de.innovationgate.utils.WGUtils
Serializes a collection to a single String using the given divider.
serializeCollection(Collection, String, ObjectFormatter) - Static method in class de.innovationgate.utils.WGUtils
Serializes a collection to a single String using the given divider.
serializeCollection(Collection, String) - Static method in class de.innovationgate.utils.WGUtils
Serializes a collection (containing strings) to a single String using the given divider.
serialVersionUID - Static variable in class de.innovationgate.wga.config.ConfigBean
 
Server - Class in de.innovationgate.utils.remote
The server object of the framework.
Server(int, CommandHandler) - Constructor for class de.innovationgate.utils.remote.Server
Creates a server that will run on the given port
ServerConnectionException - Exception in de.innovationgate.webgate.api.servers
Thrown when connection to a server fails
ServerConnectionException(String) - Constructor for exception de.innovationgate.webgate.api.servers.ServerConnectionException
 
ServerConnectionException(String, Throwable) - Constructor for exception de.innovationgate.webgate.api.servers.ServerConnectionException
 
ServerDatabaseRetriever - Interface in de.innovationgate.webgate.api.servers
A ServerDatabaseRetriever defines the functionality to open or create a database for a special WGDatabaseServer implementation Each WGA Module of Type ContentDatabaseModuleType or PersonalisationDatabaseModuleType offers a retriever per database server that it is valid on.
ServerFilePathOptionType - Class in de.innovationgate.wga.modules.options
Option type meant to store file paths of the WGA server's file system
SERVEROPTION_CACHE_DESIGN_NO_BACKGROUND_CHANGES - Static variable in class de.innovationgate.wga.config.WGAConfiguration
 
SERVEROPTION_CACHE_DESIGN_SIZE - Static variable in class de.innovationgate.wga.config.WGAConfiguration
 
SERVEROPTION_CACHE_STATIC_RESOURCES_EXPIRATION - Static variable in class de.innovationgate.wga.config.WGAConfiguration
 
SERVEROPTION_CACHE_USERCACHE_LATENCY - Static variable in class de.innovationgate.wga.config.WGAConfiguration
 
SERVEROPTION_CACHE_WEBTML_SIZE - Static variable in class de.innovationgate.wga.config.WGAConfiguration
 
SERVEROPTION_DEFAULT_WORKFLOW_ENGINE - Static variable in class de.innovationgate.wga.config.WGAConfiguration
 
SERVEROPTION_ENCODING_DESIGN - Static variable in class de.innovationgate.wga.config.WGAConfiguration
 
SERVEROPTION_ENCODING_OUTPUT - Static variable in class de.innovationgate.wga.config.WGAConfiguration
 
SERVEROPTION_EXTERNAL_FILE_SERVING_DIRECTORY - Static variable in class de.innovationgate.wga.config.WGAConfiguration
 
SERVEROPTION_EXTERNAL_FILE_SERVING_ENABLED - Static variable in class de.innovationgate.wga.config.WGAConfiguration
 
SERVEROPTION_EXTERNAL_FILE_SERVING_ROOT_URL - Static variable in class de.innovationgate.wga.config.WGAConfiguration
 
SERVEROPTION_EXTERNAL_FILE_SERVING_THRESHOLD - Static variable in class de.innovationgate.wga.config.WGAConfiguration
 
SERVEROPTION_LIBRARIES - Static variable in class de.innovationgate.wga.config.WGAConfiguration
 
SERVEROPTION_LOG_APPLOG_LEVEL - Static variable in class de.innovationgate.wga.config.WGAConfiguration
 
SERVEROPTION_LOG_PERMANENTLOG_DIR - Static variable in class de.innovationgate.wga.config.WGAConfiguration
 
SERVEROPTION_LOG_WARNINGS - Static variable in class de.innovationgate.wga.config.WGAConfiguration
 
SERVEROPTION_LOG_WARNINGS_APPLOG - Static variable in class de.innovationgate.wga.config.WGAConfiguration
 
SERVEROPTION_LOG_WARNINGS_TML - Static variable in class de.innovationgate.wga.config.WGAConfiguration
 
SERVEROPTION_PERMANENT_REDIRECT - Static variable in class de.innovationgate.wga.config.WGAConfiguration
 
SERVEROPTION_RESOURCES_DEFAULTDB - Static variable in class de.innovationgate.wga.config.WGAConfiguration
 
SERVEROPTION_RESOURCES_FAVICON - Static variable in class de.innovationgate.wga.config.WGAConfiguration
 
SERVEROPTION_ROOT_URL - Static variable in class de.innovationgate.wga.config.WGAConfiguration
 
SERVEROPTION_SECURITY_PASSWORD_ENCODING - Static variable in class de.innovationgate.wga.config.WGAConfiguration
 
SERVEROPTION_SERVER_NAME - Static variable in class de.innovationgate.wga.config.WGAConfiguration
 
SERVEROPTION_SERVICE_ADMIMPAGE - Static variable in class de.innovationgate.wga.config.WGAConfiguration
 
SERVEROPTION_SERVICE_APIS_PREFIX - Static variable in class de.innovationgate.wga.config.WGAConfiguration
 
SERVEROPTION_SERVICE_INTEGRATEDJMX_ENABLED - Static variable in class de.innovationgate.wga.config.WGAConfiguration
 
SERVEROPTION_SERVICE_INTEGRATEDJMX_HOST - Static variable in class de.innovationgate.wga.config.WGAConfiguration
 
SERVEROPTION_SERVICE_INTEGRATEDJMX_PORT_REGISTRY - Static variable in class de.innovationgate.wga.config.WGAConfiguration
 
SERVEROPTION_SERVICE_INTEGRATEDJMX_PORT_SERVICE - Static variable in class de.innovationgate.wga.config.WGAConfiguration
 
SERVEROPTION_SERVICE_INTEGRATEDJMX_SSL - Static variable in class de.innovationgate.wga.config.WGAConfiguration
 
SERVEROPTION_SERVICE_PROTOCOL_IMPLEMENTATION - Static variable in class de.innovationgate.wga.config.WGAConfiguration
 
SERVEROPTION_SERVICE_STARTPAGE - Static variable in class de.innovationgate.wga.config.WGAConfiguration
 
SERVEROPTION_SERVICE_WEBSERVICES - Static variable in class de.innovationgate.wga.config.WGAConfiguration
 
SERVEROPTION_WEBTML_HEADER - Static variable in class de.innovationgate.wga.config.WGAConfiguration
 
SERVEROPTION_WEBTML_OUTPUT_BUFFER - Static variable in class de.innovationgate.wga.config.WGAConfiguration
 
SERVEROPTIONDEFAULT_CACHE_DESIGN_NO_BACKGROUND_CHANGES - Static variable in class de.innovationgate.wga.config.WGAConfiguration
 
SERVEROPTIONDEFAULT_CACHE_DESIGN_SIZE - Static variable in class de.innovationgate.wga.config.WGAConfiguration
 
SERVEROPTIONDEFAULT_CACHE_STATIC_RESOURCES_EXPIRATION - Static variable in class de.innovationgate.wga.config.WGAConfiguration
 
SERVEROPTIONDEFAULT_CACHE_USERCACHE_LATENCY - Static variable in class de.innovationgate.wga.config.WGAConfiguration
 
SERVEROPTIONDEFAULT_CACHE_WEBTML_SIZE - Static variable in class de.innovationgate.wga.config.WGAConfiguration
 
SERVEROPTIONDEFAULT_ENCODING_OUTPUT - Static variable in class de.innovationgate.wga.config.WGAConfiguration
 
SERVEROPTIONDEFAULT_EXTERNAL_FILE_SERVING_ENABLED - Static variable in class de.innovationgate.wga.config.WGAConfiguration
 
SERVEROPTIONDEFAULT_EXTERNAL_FILE_SERVING_THRESHOLD - Static variable in class de.innovationgate.wga.config.WGAConfiguration
 
SERVEROPTIONDEFAULT_LIBRARIES - Static variable in class de.innovationgate.wga.config.WGAConfiguration
 
SERVEROPTIONDEFAULT_LOG_APPLOG_LEVEL - Static variable in class de.innovationgate.wga.config.WGAConfiguration
 
SERVEROPTIONDEFAULT_LOG_WARNINGS - Static variable in class de.innovationgate.wga.config.WGAConfiguration
 
SERVEROPTIONDEFAULT_LOG_WARNINGS_APPLOG - Static variable in class de.innovationgate.wga.config.WGAConfiguration
 
SERVEROPTIONDEFAULT_LOG_WARNINGS_TML - Static variable in class de.innovationgate.wga.config.WGAConfiguration
 
SERVEROPTIONDEFAULT_PERMANENT_REDIRECT - Static variable in class de.innovationgate.wga.config.WGAConfiguration
 
SERVEROPTIONDEFAULT_SECURITY_PASSWORD_ENCODING - Static variable in class de.innovationgate.wga.config.WGAConfiguration
 
SERVEROPTIONDEFAULT_SERVICE_ADMINPAGE - Static variable in class de.innovationgate.wga.config.WGAConfiguration
 
SERVEROPTIONDEFAULT_SERVICE_INTEGRATEDJMX_PORT_REGISTRY - Static variable in class de.innovationgate.wga.config.WGAConfiguration
 
SERVEROPTIONDEFAULT_SERVICE_INTEGRATEDJMX_PORT_SERVICE - Static variable in class de.innovationgate.wga.config.WGAConfiguration
 
SERVEROPTIONDEFAULT_SERVICE_STARTPAGE - Static variable in class de.innovationgate.wga.config.WGAConfiguration
 
SERVEROPTIONDEFAULT_SERVICE_WEBSERVICES - Static variable in class de.innovationgate.wga.config.WGAConfiguration
 
SERVEROPTIONDEFAULT_WEBTML_OUTPUT_BUFFER - Static variable in class de.innovationgate.wga.config.WGAConfiguration
 
SESSIONPARAM_HDBPARAMETER - Static variable in class de.innovationgate.webgate.api.WGHierarchicalDatabase
Name under which the HDB event parameter is stored as attribute of the WGSessionContext
SESSIONTOKEN_USER - Static variable in class de.innovationgate.webgate.api.WGDatabase
Dummy user name that is used in openSession-Method to insert a session token.
set(Object) - Method in class de.innovationgate.utils.ForgetfulThreadLocal
Deprecated.
 
set(Object) - Method in interface de.innovationgate.utils.ModifyListenerObjectWrapper
sets the object to wrap
set(Object) - Method in class de.innovationgate.utils.ModifyListenerObjectWrapperImpl
 
set(IPv4Address, IPv4Address) - Method in class de.innovationgate.utils.net.IPv4Range
Sets start and end IP at once
set(int, Object) - Method in class de.innovationgate.utils.TransientList
 
set(T) - Method in class de.innovationgate.utils.TransientObjectWrapper
 
set(int, Object) - Method in class de.innovationgate.webgate.api.templates.LazyBeanList
 
set(Object) - Method in class de.innovationgate.webgate.api.templates.LazyIterator
 
setAccessLog(AccessLog) - Method in class de.innovationgate.wga.config.WGAConfiguration
 
setAdministrators(List<Administrator>) - Method in class de.innovationgate.wga.config.WGAConfiguration
 
setAdminPageEnabled(boolean) - Method in class de.innovationgate.wga.config.WGAConfiguration
 
setAdminToolsPortRestrictions(List<Integer>) - Method in class de.innovationgate.wga.config.WGAConfiguration
 
setAllEnabled(Container, boolean) - Static method in class de.innovationgate.utils.WGUtils
Sets a swing/awt container and all of its child components enabled or disabled
setAllowDesignModification(boolean) - Method in class de.innovationgate.webgate.api.WGDatabase
Sets if this database should allow modification of design documents This call equals calling WGDatabase.setDoctypeModifiable(int, boolean) for the doctypes file container, script and tml module to false.
setAllowedChildTypes(List<String>) - Method in class de.innovationgate.webgate.api.WGContentType
Sets the allowed content types for child pages on pages of this type.
setAllowedChildTypes(List<String>) - Method in class de.innovationgate.webgate.api.WGStructEntry
Sets the allowed content types for child pages of this struct.
setAllowedDatabases(List<String>) - Method in class de.innovationgate.wga.config.VirtualHost
 
setAllowedPositions(List) - Method in class de.innovationgate.webgate.api.WGContentType
Sets the allowed positions for this content type.
setAllowedRootTypes(List<String>) - Method in class de.innovationgate.webgate.api.WGArea
Sets the allowed content types for root pages on this area.
setAnonymousAccessLevel(int) - Method in class de.innovationgate.wga.common.beans.csconfig.v1.CSConfig
 
setApplicationLogDirectory(String) - Method in class de.innovationgate.wga.config.WGAConfiguration
 
setApplicationLogLevel(String) - Method in class de.innovationgate.wga.config.WGAConfiguration
 
setAttribute(String, Object) - Method in class de.innovationgate.webgate.api.WGDatabase
Sets a custom attribute to the database.
setAttribute(Object, Object) - Method in class de.innovationgate.webgate.api.WGSessionContext
Sets a custom attribute to this session.
setAuthentication(String) - Method in class de.innovationgate.wga.common.beans.csconfig.v1.PluginConfig
 
setAuthenticationModule(AuthenticationModule) - Method in class de.innovationgate.webgate.api.WGDatabase
Injects an authentication module to the database that should be used to authenticate users.
setAuthenticationSource(AuthenticationSource) - Method in class de.innovationgate.wga.config.Domain
 
setAuthModuleFactory(AuthModuleFactory) - Static method in class de.innovationgate.webgate.api.WGFactory
Sets the Factory for Authentication Modules used by databases of this factory
setAuthoring(boolean) - Method in class de.innovationgate.webgate.api.WGContentType
Sets if this content type should be available for authoring purposes.
setAuthoringDesignAccessPortRestrictions(List<Integer>) - Method in class de.innovationgate.wga.config.WGAConfiguration
 
setAutoApprove(boolean) - Method in class de.innovationgate.webgate.api.WGDatabase
Sets if automatic approval is enabled
setAutoCreate(boolean) - Method in class de.innovationgate.webgate.api.schemadef.WGSchemaDocumentDefinition
Sets if a schema document is to be automatically created based on this definition
setAutoUpdate(boolean) - Method in class de.innovationgate.wga.common.beans.DesignConfiguration
Sets if the design synchronisation should automatically update designs when their files are modified
setBackendChildEditors(List<String>) - Method in class de.innovationgate.webgate.api.WGStructEntry.SessionData
 
setBackendEditors(List) - Method in class de.innovationgate.webgate.api.WGArea.SessionData
 
setBackendPageEditors(List<String>) - Method in class de.innovationgate.webgate.api.WGStructEntry.SessionData
 
setBackendReaders(List) - Method in class de.innovationgate.webgate.api.WGArea.SessionData
 
setBackendReaders(List<String>) - Method in class de.innovationgate.webgate.api.WGStructEntry.SessionData
 
setBackendStatus(String) - Method in class de.innovationgate.webgate.api.WGContent.SessionData
 
setBaseClass(String) - Method in class de.innovationgate.wga.common.beans.hdbmodel.Relation
 
setBasicContentDBInformation(Element, boolean, boolean, String, String, String, String, String, boolean, String, String) - Static method in class de.innovationgate.wga.common.WGAXML
set the given information on the given contentDbElement
setBasicDomainInformation(Element, String, String, String, String) - Static method in class de.innovationgate.wga.common.WGAXML
set the given information on the given domainElement
setBasicPersDBInformation(Element, boolean, boolean, String, String, String, String, boolean, String, String, String) - Static method in class de.innovationgate.wga.common.WGAXML
set the given information on the given persDbElement
setBatchProcess(boolean) - Method in class de.innovationgate.webgate.api.WGSessionContext
Sets it this session is marked as belonging to a batch process.
setBccAddresses(List<InternetAddress>) - Method in interface de.innovationgate.webgate.api.mail.WGMail
 
setBinary(boolean) - Method in class de.innovationgate.wga.common.beans.csconfig.v1.MediaKey
 
setBody(String) - Method in interface de.innovationgate.webgate.api.mail.WGMail
 
setBoost(float) - Method in class de.innovationgate.wga.common.beans.LuceneIndexFileRule
sets the boost value for this rule
setBoost(float) - Method in class de.innovationgate.wga.common.beans.LuceneIndexItemRule
sets the boost value for this rule
setBoost(float) - Method in class de.innovationgate.wga.config.LuceneIndexFileRule
 
setBoost(float) - Method in class de.innovationgate.wga.config.LuceneIndexItemRule
 
setBrowseable(boolean) - Method in class de.innovationgate.webgate.api.templates.ContentSourceSpecs
Sets, if this SCS implementation is browseable (supports browsing folders).
setBrowserTitle(String) - Method in class de.innovationgate.webgate.api.WGContent
Sets the browser title of this document, the title to be shown as for the browser window when this document is loaded
setBuildVersion(int) - Method in class de.innovationgate.wga.common.beans.csconfig.v1.Version
Sets the build version
setCacheable(boolean) - Method in class de.innovationgate.webgate.api.fake.WGFakeDocument
 
setCacheable(boolean) - Method in class de.innovationgate.webgate.api.WGTMLModule
Sets if the result of this modules code should be browser-cacheable
setCacheExpirationForStaticResources(int) - Method in class de.innovationgate.wga.config.WGAConfiguration
 
setCachingEnabled(boolean) - Method in class de.innovationgate.webgate.api.WGDatabase
Controls if the document caching is enabled for this database.
setCachingEnabled(boolean) - Method in class de.innovationgate.webgate.api.WGDocument
Controls if item/meta caching is enabled for this document.
setCachingEnabled(boolean) - Method in class de.innovationgate.webgate.api.WGSessionContext
Sets, if caching is enabled for this session.
setCalculatesKeys(boolean) - Method in class de.innovationgate.webgate.api.templates.ContentSourceSpecs
Sets, if this SCS implementation calculates it's bean keys itself.
setCallerLevel(int) - Method in class de.innovationgate.wga.common.beans.csconfig.v1.RemoteAction
 
setCallers(List) - Method in class de.innovationgate.wga.common.beans.csconfig.v1.RemoteAction
 
setCascadeDeletions(boolean) - Method in class de.innovationgate.webgate.api.WGSessionContext
Sets if cascaded deletions (removing a parent document automatically removes it's children) should be enabled
setCategory(String) - Method in class de.innovationgate.wga.modules.options.BasicOptionDefinition
 
setCategory(String) - Method in class de.innovationgate.wga.modules.options.LocalizedOptionDefinition
Sets the category of this option which should be declared as OptionCategoryDefinition to the registry
setCcAddresses(List<InternetAddress>) - Method in interface de.innovationgate.webgate.api.mail.WGMail
 
setChanged(boolean) - Method in class de.innovationgate.wga.config.ConfigBean
 
setCharacterEncoding(String) - Method in class de.innovationgate.wga.config.WGAConfiguration
 
setChildContents(List<Content>) - Method in class de.innovationgate.wga.common.beans.hdbmodel.Storage
 
setChildEditors(List) - Method in class de.innovationgate.webgate.api.WGStructEntry
Sets allowed editors for child entries and their content (if they inherit their editing rights)
setChildLoader(DynamicClassLoadingChain.SubLoader) - Method in class de.innovationgate.utils.DynamicClassLoadingChain.SubLoader
 
setChildPageRestrictions(String) - Method in class de.innovationgate.webgate.api.WGContentType
Sets the restrictions regarding childpages on pages of this content type.
setChildPageRestrictions(String) - Method in class de.innovationgate.webgate.api.WGStructEntry
Sets the restrictions regarding childpages of this struct.
setChildSingletonContents(List<SingletonContent>) - Method in class de.innovationgate.wga.common.beans.hdbmodel.Content
 
setChildSingletonContents(List<SingletonContent>) - Method in class de.innovationgate.wga.common.beans.hdbmodel.Storage
 
setChildStorages(List<Storage>) - Method in class de.innovationgate.wga.common.beans.hdbmodel.Content
 
setChildStorages(List<Storage>) - Method in class de.innovationgate.wga.common.beans.hdbmodel.Storage
 
setClassAssertionStatus(String, boolean) - Method in class de.innovationgate.utils.DynamicClassLoadingChain
 
setClearCacheEvery(int) - Method in class de.innovationgate.webgate.api.utils.ContentStoreDumpManager
Sets after how much processed documents the database caches are cleared to free memory.
setClearDatabaseOnUpdate(boolean) - Method in class de.innovationgate.wga.common.beans.csconfig.v3.PluginConfig
 
setClient(String) - Method in class de.innovationgate.webgate.api.WGSessionContext
Sets the WGA client software that is currently using the WGAPI.
setClient(String) - Method in class de.innovationgate.webgate.api.WGUserProfile
Sets the browser client name for the current user
setClientRestrictionsEnabled(boolean) - Method in class de.innovationgate.wga.config.ContentDatabase
 
setClientSocketTimeout(int) - Method in class de.innovationgate.utils.remote.Server
Sets the client timeout for socket connections in milliseconds.
setClusterConfiguration(ClusterConfiguration) - Method in class de.innovationgate.wga.config.WGAConfiguration
 
setCoauthors(List) - Method in class de.innovationgate.webgate.api.WGContent
Sets a list of co-authors allowed to edit this content
setCode(String) - Method in class de.innovationgate.webgate.api.WGCSSJSModule
Sets the program code of this library.
setCode(String) - Method in class de.innovationgate.webgate.api.WGEventScript
Sets the script code
setCode(String) - Method in class de.innovationgate.webgate.api.WGTMLModule
Sets the WebTML-Code for this module
setCodeType(String) - Method in class de.innovationgate.webgate.api.WGCSSJSModule
Sets the code type of this library.
setComplete(boolean) - Method in class de.innovationgate.webgate.api.WGDocumentListCache
 
setCompressionQuality(float) - Method in class de.innovationgate.utils.imgscalr.ImageIOOutputEncoder
 
setConfig(WGAConfiguration) - Method in class de.innovationgate.wga.config.MigrationResult
 
setConnectionScript(String) - Method in class de.innovationgate.wga.common.beans.csconfig.v1.CSConfig
 
setContentClass(String) - Method in class de.innovationgate.webgate.api.WGContent
Sets the content class for this content.
setContentClass(String) - Method in class de.innovationgate.wga.common.beans.hdbmodel.Content
 
setContentCreators(List) - Method in class de.innovationgate.webgate.api.WGContentType
Deprecated. 
setContentCreators(List) - Method in class de.innovationgate.webgate.api.WGLanguage
Deprecated. 
setContentDatabases(List<ContentDatabase>) - Method in class de.innovationgate.wga.config.WGAConfiguration
 
setContentId(String) - Method in class de.innovationgate.wga.common.beans.hdbmodel.SingletonContent
 
setContentItemDefinitions(List<WGContentItemDefinition>) - Method in class de.innovationgate.webgate.api.schemadef.WGContentTypeDefinition
Sets definitions of items for content documents of this content type
setContentMetaDefinitions(List<WGMetaFieldDefinition>) - Method in class de.innovationgate.webgate.api.schemadef.WGContentTypeDefinition
Sets metadata field definitions to the schema
setContentReadProtected(boolean) - Method in class de.innovationgate.webgate.api.templates.ContentSourceSpecs
 
setContentType(String) - Method in class de.innovationgate.wga.common.beans.LuceneIndexItemRule
Sets the content type for indexing.
setContentType(String) - Method in class de.innovationgate.wga.config.LuceneIndexItemRule
 
setContentTypeEventsEnabled(boolean) - Method in class de.innovationgate.webgate.api.WGSessionContext
Sets if content type events are enabled on this session
setContext(WGFileMetaDataContext) - Method in class de.innovationgate.webgate.api.WGFileMetaData
Sets the file metadata context
setCopyright(String) - Method in class de.innovationgate.webgate.api.WGFileMetaData
Sets the copyright for this image
setCore(WGDocumentCore) - Method in class de.innovationgate.webgate.api.WGSessionContext.DocumentContext
 
setCoreEventListeners(List<String>) - Method in class de.innovationgate.wga.config.WGAConfiguration
 
setCountLinesOnly(boolean) - Method in class de.innovationgate.utils.LineBufferWriter
Sets if the buffer should only count lines but store no written content Defaults to false.
setCreateDefaultLanguage(boolean) - Method in class de.innovationgate.webgate.api.schemadef.WGSchemaDefinition
Sets if a language document for the platform default language should be automatically created
setCsConfig(CSConfig) - Method in class de.innovationgate.wga.common.beans.csconfig.v4.PluginConfig
 
setCurrentSession(WGSessionContext) - Method in class de.innovationgate.webgate.api.fake.WGFakeDatabase
 
setCurrentSession(WGSessionContext) - Method in class de.innovationgate.webgate.api.templates.SimpleContentSource
 
setCurrentSession(WGSessionContext) - Method in interface de.innovationgate.webgate.api.WGDatabaseCore
Method to inject the current session context to the core.
setCustomData(Object) - Method in class de.innovationgate.webgate.api.WGSessionContext.DocumentContext
 
setCustomErrorPage(String) - Method in class de.innovationgate.wga.config.WGAConfiguration
 
setCustomErrorPageEnabled(boolean) - Method in class de.innovationgate.wga.config.WGAConfiguration
 
setCustomFieldValue(String, Object) - Method in interface de.innovationgate.webgate.api.WGFileAnnotations
Sets the value of a custom field annotated for this file
setCustomFieldValue(String, Object) - Method in class de.innovationgate.webgate.api.WGFileDerivateMetaData
 
setCustomFieldValue(String, Object) - Method in class de.innovationgate.webgate.api.WGFileMetaData
 
setCustomParams(Dictionary<CustomParam>) - Method in class de.innovationgate.wga.common.beans.hdbmodel.Content
 
setCustomParams(Dictionary<CustomParam>) - Method in interface de.innovationgate.wga.common.beans.hdbmodel.CustomParamsCarrier
 
setCustomParams(Dictionary<CustomParam>) - Method in class de.innovationgate.wga.common.beans.hdbmodel.Filter
 
setCustomParams(Dictionary<CustomParam>) - Method in class de.innovationgate.wga.common.beans.hdbmodel.Item
 
setCustomParams(Dictionary<CustomParam>) - Method in class de.innovationgate.wga.common.beans.hdbmodel.ModelDefinition
 
setCustomParams(Dictionary<CustomParam>) - Method in class de.innovationgate.wga.common.beans.hdbmodel.Relation
 
setCustomParams(Dictionary<CustomParam>) - Method in class de.innovationgate.wga.common.beans.hdbmodel.SingletonContent
 
setCustomParams(Dictionary<CustomParam>) - Method in class de.innovationgate.wga.common.beans.hdbmodel.Storage
 
setData(String) - Method in class de.innovationgate.utils.security.RSAEncrypter.RSAEncryptedData
Sets the DES encrypted data
setData(String) - Method in class de.innovationgate.wga.config.Schedule
 
setDatabaseBackendMaintenanceEnabled(boolean) - Method in class de.innovationgate.webgate.api.WGFactory
Sets if daily database maintenance is generally enabled
setDatabaseMaintenanceEnabled(boolean) - Method in class de.innovationgate.webgate.api.WGFactory
Deprecated.
Because of changed semantics. Use WGFactory.setDatabaseBackendMaintenanceEnabled(boolean) instead.
setDatabaseOptions(Map<String, String>) - Method in class de.innovationgate.wga.config.Database
 
setDatabaseServers(List<DatabaseServer>) - Method in class de.innovationgate.wga.config.WGAConfiguration
 
setDatabaseServerType(Class<? extends WGDatabaseServer>) - Method in class de.innovationgate.webgate.api.servers.GenericServerDatabaseRetriever
 
setDate(Date) - Method in class de.innovationgate.webgate.api.WGUpdateLog
Sets the date of modification
setDBLogin(String) - Method in class de.innovationgate.webgate.api.WGUserProfile
Sets the content db login for the current user
setDbReference(String) - Method in class de.innovationgate.webgate.api.WGDatabase
Sets a reference for this database to use throughout the application.
setDbServer(String) - Method in class de.innovationgate.wga.config.AccessLog
 
setDbServer(String) - Method in class de.innovationgate.wga.config.Database
 
setDbTypeIndependent(boolean) - Method in class de.innovationgate.wga.modules.properties.WorkflowEngineProperties
 
setDefaultAccessLevel(int) - Method in class de.innovationgate.wga.common.beans.csconfig.v1.CSConfig
 
setDefaultAssertionStatus(boolean) - Method in class de.innovationgate.utils.DynamicClassLoadingChain
 
setDefaultDatabase(String) - Method in class de.innovationgate.wga.config.VirtualHost
 
setDefaultDatabase(String) - Method in class de.innovationgate.wga.config.WGAConfiguration
sets the dbkey of the default database
setDefaultEncoding(String) - Method in class de.innovationgate.wga.config.DesignConfiguration
 
setDefaultLanguage(String) - Method in class de.innovationgate.webgate.api.WGDatabase
Manually set a default language for this database
setDefaultLanguage(String) - Method in class de.innovationgate.wga.config.ContentStore
 
setDefaultListenerFactory(WGHierarchicalDatabaseListenerFactory) - Static method in class de.innovationgate.webgate.api.WGHierarchicalDatabase
Sets the default listener factory for all HDB instances
setDefaultManager(String) - Method in class de.innovationgate.wga.config.Domain
 
setDefaultManagerRole(boolean) - Method in class de.innovationgate.wga.common.beans.csconfig.v1.ACLRole
 
setDefaultMasterNode(boolean) - Method in class de.innovationgate.wga.config.ClusterConfiguration
 
setDefaultProperty(Map, Object, Object) - Static method in class de.innovationgate.utils.WGUtils
Sets a property to a map only if the map does not yet contain the property key.
setDefaultStartupImpl(WGHierarchicalDatabaseStartup) - Static method in class de.innovationgate.webgate.api.WGHierarchicalDatabase
Sets the default startup implementation for all HDB instances
setDefaultValue(String) - Method in class de.innovationgate.wga.modules.options.BasicOptionDefinition
 
setDefaultValue(String) - Method in class de.innovationgate.wga.modules.options.LocalizedOptionDefinition
Sets the default value of this option
setDefaultValueExpression(String) - Method in class de.innovationgate.wga.common.beans.hdbmodel.Item
 
setDefaultWorkflowEngine(Class<? extends WGWorkflowEngine>) - Static method in class de.innovationgate.webgate.api.WGFactory
Sets the default workflow engine to use by the WGAPI
setDefinition(String) - Method in class de.innovationgate.wga.common.beans.hdbmodel.ModelDefinition
 
setDeleted(boolean) - Method in class de.innovationgate.webgate.api.fake.WGFakeDocument
 
setDependencies(List) - Method in class de.innovationgate.wga.common.beans.csconfig.v1.PluginConfig
 
setDependentOptions(List<DependentOption>) - Method in class de.innovationgate.wga.modules.options.BasicOptionDefinition
 
setDescription(String) - Method in class de.innovationgate.webgate.api.WGContent
Set a description for this content document.
setDescription(String) - Method in class de.innovationgate.webgate.api.WGDesignDocument
Sets a description
setDescription(String) - Method in class de.innovationgate.webgate.api.WGFileMetaData
Sets the description of this image
setDescription(String) - Method in class de.innovationgate.wga.common.beans.csconfig.v1.JobDefinition
 
setDescription(String) - Method in class de.innovationgate.wga.common.beans.csconfig.v1.PluginConfig
 
setDescription(String) - Method in class de.innovationgate.wga.config.ConfigBean
 
setDescription(String) - Method in class de.innovationgate.wga.config.Job
 
setDescription(String) - Method in class de.innovationgate.wga.modules.options.BasicOptionDefinition
 
setDescriptionAliases(List) - Method in class de.innovationgate.webgate.api.WGContentType
Sets the description aliases in different languages.
setDesign(String) - Method in interface de.innovationgate.webgate.api.WGPortlet
Sets the name of the WebTML module used as portlet design
setDesign(String) - Method in class de.innovationgate.webgate.api.WGPortletDefaultBean
 
setDesign(String) - Method in class de.innovationgate.webgate.api.WGTransientPortlet
 
setDesign(Design) - Method in class de.innovationgate.wga.config.ContentStore
 
setDesignDb(String) - Method in interface de.innovationgate.webgate.api.WGPortlet
Sets the database key of the application containing the portlet design
setDesignDb(String) - Method in class de.innovationgate.webgate.api.WGPortletDefaultBean
 
setDesignDb(String) - Method in class de.innovationgate.webgate.api.WGTransientPortlet
 
setDesignFileCacheSize(int) - Method in class de.innovationgate.wga.config.DesignConfiguration
Deprecated.
setDesignKey(String) - Method in class de.innovationgate.wga.common.beans.DesignDefinition
 
setDesignProvider(WGDesignProvider) - Method in class de.innovationgate.webgate.api.WGDatabase
Sets an external design provider from which this database should retrieve design documents.
setDesignProviderClass(Class) - Method in class de.innovationgate.wga.modules.properties.DesignSourceProperties
Sets the design provider class used by this design source
setDesignSources(List<DesignSource>) - Method in class de.innovationgate.wga.config.DesignConfiguration
 
setDESKey(String) - Method in class de.innovationgate.utils.security.RSAEncrypter.RSAEncryptedData
Sets the RSA encrypted DES key
setDetailInfo(String) - Method in class de.innovationgate.wga.common.beans.DesignConfiguration
Sets the detail information for the design provider
setDirectAccessAllowed(boolean) - Method in class de.innovationgate.webgate.api.WGTMLModule
Sets if this module should be directly accessible via URL
setDisablePluginInit(boolean) - Method in class de.innovationgate.wga.common.beans.csconfig.v3.PluginConfig
 
setDisconnectionScript(String) - Method in class de.innovationgate.wga.common.beans.csconfig.v3.CSConfig
 
setDisplayHeight(int) - Method in interface de.innovationgate.webgate.api.WGFileAnnotations
Sets the display height in pixels for images or videos
setDisplayHeight(int) - Method in class de.innovationgate.webgate.api.WGFileDerivateMetaData
 
setDisplayHeight(int) - Method in class de.innovationgate.webgate.api.WGFileMetaData
 
setDisplayOkButton(boolean) - Method in class de.innovationgate.utils.swing.DisplayHTMLDialog
Sets if the buttons should be "OK" and "Cancel" instead of one single "Close"
setDisplayType(String) - Method in class de.innovationgate.webgate.api.WGContentNavigator
Sets the display type (i.e. role in WebTML) that this navigator should use.
setDisplayWidth(int) - Method in interface de.innovationgate.webgate.api.WGFileAnnotations
Sets the display width in pixels for images or videos
setDisplayWidth(int) - Method in class de.innovationgate.webgate.api.WGFileDerivateMetaData
 
setDisplayWidth(int) - Method in class de.innovationgate.webgate.api.WGFileMetaData
 
setDoctypeModifiable(int, boolean) - Method in class de.innovationgate.webgate.api.WGDatabase
Sets if documents of a given doctype are modifiable for non-master sessions Functionalities that feed the design of a database with external data might want to disable modifiability of those types that are served.
setDocument(WGDocument) - Method in class de.innovationgate.webgate.api.WGSessionContext.DocumentContext
 
setDocumentDefinitions(List<WGSchemaDocumentDefinition>) - Method in class de.innovationgate.webgate.api.schemadef.WGSchemaDefinition
Sets the document definitions of this schema
setDocumentKey(String) - Method in class de.innovationgate.webgate.api.WGUpdateLog
Sets the document key of the modified document
setDomain(String) - Method in class de.innovationgate.wga.config.ContentDatabase
 
setDomains(List<Domain>) - Method in class de.innovationgate.wga.config.WGAConfiguration
 
setDOMDocument(Document) - Method in class de.innovationgate.webgate.api.WGCSSJSModule
Converts the given DOM-Document to XML sets it as code for this module.
setDynamicFolders(boolean) - Method in class de.innovationgate.webgate.api.templates.ContentSourceSpecs
Returns, if the available SCS folders can change dynamically in WGA runtime.
setEdited(boolean) - Method in class de.innovationgate.webgate.api.WGSessionContext.DocumentContext
 
setEditors(List) - Method in class de.innovationgate.webgate.api.WGArea
Sets the allowed editors for this area.
setEditors(List) - Method in class de.innovationgate.webgate.api.WGContentType
Sets the list of allowed content creators for this content type.
setEditors(List) - Method in class de.innovationgate.webgate.api.WGLanguage
Set the people allowed to edit content of this language
setEditors(String) - Method in class de.innovationgate.wga.common.beans.hdbmodel.Storage
 
setElementMappings(List) - Method in class de.innovationgate.wga.common.beans.csconfig.v1.CSConfig
 
setEmptyAllowed(boolean) - Method in class de.innovationgate.wga.modules.options.PredefinedValuesOptionType
 
setEmptyAllowedOverride(boolean) - Method in class de.innovationgate.wga.modules.options.LocalizedOptionDefinition
Explicitly chooses the empty allowed setting for this option definition while overriding this setting from the option type
setEnableAdminNotifications(boolean) - Method in class de.innovationgate.wga.config.MailConfiguration
 
setEnabled(boolean) - Method in class de.innovationgate.wga.common.beans.LuceneConfiguration
Sets if the lucene index is enabled for this database
setEnabled(boolean) - Method in class de.innovationgate.wga.config.AccessLog
 
setEnabled(boolean) - Method in class de.innovationgate.wga.config.ClusterConfiguration
 
setEnabled(boolean) - Method in class de.innovationgate.wga.config.Database
 
setEnabled(boolean) - Method in class de.innovationgate.wga.config.DatabaseServer
 
setEnabled(boolean) - Method in class de.innovationgate.wga.config.FilterMapping
 
setEnabled(boolean) - Method in class de.innovationgate.wga.config.HttpSessionManagerConfiguration
 
setEnabled(boolean) - Method in class de.innovationgate.wga.config.LuceneIndexConfiguration
 
setEnabled(boolean) - Method in class de.innovationgate.wga.config.LuceneManagerConfiguration
 
setEnabled(boolean) - Method in class de.innovationgate.wga.config.ProxyConfiguration
 
setEnabled(boolean) - Method in class de.innovationgate.wga.config.Schedule
 
setEnabled(boolean) - Method in class de.innovationgate.wga.config.Share
 
setEnabled(boolean) - Method in class de.innovationgate.wga.config.VirtualHost
 
setEncoderMappings(List) - Method in class de.innovationgate.wga.common.beans.csconfig.v1.CSConfig
 
setEncodeText(boolean) - Method in interface de.innovationgate.webgate.api.mail.WGMail
Sets if the mail content should be UTF-8 encoded.
setEncoding(String) - Method in class de.innovationgate.utils.URLBuilder
Sets the encoding used to encode the URL on building it using URLBuilder.build() and variants.
setEncoding(String) - Method in class de.innovationgate.wga.config.Administrator
 
setEnd(IPv4Address) - Method in class de.innovationgate.utils.net.IPv4Range
Sets the end IP
setEndDate(Date) - Method in class de.innovationgate.wga.config.Schedule
 
setEndIP(IPv4Address) - Method in class de.innovationgate.utils.net.IPv4Restriction
Sets the end ip of a restriction of IPv4Restriction.TYPE_RANGE
setEndIP(String) - Method in class de.innovationgate.wga.config.ClientRestriction
 
setEventContentCreated(WGEventScript) - Method in class de.innovationgate.webgate.api.WGContentType
Sets the event script for event "contentCreated"
setEventContentSaved(WGEventScript) - Method in class de.innovationgate.webgate.api.WGContentType
Sets the event script for event "contentSaved"
setEventsEnabled(boolean) - Method in class de.innovationgate.webgate.api.WGSessionContext
Sets if events should be enabled for this session
setEventStatusChange(WGEventScript) - Method in class de.innovationgate.webgate.api.WGContentType
Sets the event script for event "statusChange"
setEventWorkflowMail(WGEventScript) - Method in class de.innovationgate.webgate.api.WGContentType
Sets the event script for event "workflowMail"
setExpert(boolean) - Method in class de.innovationgate.wga.modules.options.BasicOptionDefinition
 
setExpert(boolean) - Method in class de.innovationgate.wga.modules.options.LocalizedOptionDefinition
Sets if this option is an expert option
setExplanation(Object) - Method in class de.innovationgate.webgate.api.SearchDetails
Sets an explantion about the role of the document inside the query
setExpression(String) - Method in class de.innovationgate.wga.common.beans.hdbmodel.FilterParam
 
setExpression(String) - Method in class de.innovationgate.wga.config.FieldMapping
 
setExtraFilterParams(List<FilterParam>) - Method in class de.innovationgate.wga.common.beans.hdbmodel.Relation
 
setExtraOrderClause(OrderClause) - Method in class de.innovationgate.wga.common.beans.hdbmodel.Relation
 
setExtraWhereClauses(List<WhereClause>) - Method in class de.innovationgate.wga.common.beans.hdbmodel.Relation
 
setFavicon(String) - Method in class de.innovationgate.wga.config.WGAConfiguration
 
setFileAnnotators(List<WGFileAnnotator>) - Method in class de.innovationgate.webgate.api.WGDatabase
Sets annotators which are called when files are attached to this database and is able to annotate the file with additional information
setFileDerivateManagerConfiguration(FileDerivateManagerConfiguration) - Method in class de.innovationgate.wga.config.WGAConfiguration
 
setFileEncoding(String) - Method in class de.innovationgate.wga.common.beans.DesignDefinition
Sets the file encoding for reading and writing files
setFileExclusions(List<String>) - Method in class de.innovationgate.wga.config.DesignConfiguration
 
setFilePattern(String) - Method in class de.innovationgate.wga.common.beans.LuceneIndexFileRule
Sets the file pattern.
setFilePattern(String) - Method in class de.innovationgate.wga.config.LuceneIndexFileRule
 
setFileRules(List) - Method in class de.innovationgate.wga.common.beans.LuceneConfiguration
Sets the file rules of this configuration.
setFileRules(List<LuceneIndexFileRule>) - Method in class de.innovationgate.wga.config.LuceneIndexConfiguration
 
setFileSizeLimit(int) - Method in class de.innovationgate.wga.common.beans.LuceneIndexFileRule
Sets the size limit of bytes for indexing files via this rule.
setFileSizeLimit(int) - Method in class de.innovationgate.wga.config.LuceneIndexFileRule
 
setFilter(String) - Method in class de.innovationgate.wga.common.beans.hdbmodel.Relation
 
setFilterMappings(List<FilterMapping>) - Method in class de.innovationgate.wga.config.WGAConfiguration
 
setFilterParams(List<FilterParam>) - Method in class de.innovationgate.wga.common.beans.hdbmodel.Filter
 
setFilters(List<Filter>) - Method in class de.innovationgate.wga.common.beans.hdbmodel.Content
 
setFlags(String) - Method in interface de.innovationgate.webgate.api.WGACLEntry
Sets custom flags for this entry in form of a string.
setFolder(String) - Method in class de.innovationgate.wga.common.DesignDirectory.ScriptInformation
Sets the script module folder in design directory
setForGetItemText(String) - Method in class de.innovationgate.webgate.api.WGDatabase.NoItemBehaviour
 
setForGetItemValue(Object) - Method in class de.innovationgate.webgate.api.WGDatabase.NoItemBehaviour
 
setForGetItemValueList(List) - Method in class de.innovationgate.webgate.api.WGDatabase.NoItemBehaviour
 
setFormat(String) - Method in interface de.innovationgate.utils.ImageScaler
Sets the output format
setFormat(String) - Method in class de.innovationgate.utils.imgscalr.ImgScalrScaler
 
setForTMLFormEmptyField(Object) - Method in class de.innovationgate.webgate.api.WGDatabase.NoItemBehaviour
 
setForTMLFormEmptyFieldList(List) - Method in class de.innovationgate.webgate.api.WGDatabase.NoItemBehaviour
 
setForTMLFormField(Object) - Method in class de.innovationgate.webgate.api.WGDatabase.NoItemBehaviour
 
setForTMLFormFieldList(List) - Method in class de.innovationgate.webgate.api.WGDatabase.NoItemBehaviour
 
setForTMLItem(Object) - Method in class de.innovationgate.webgate.api.WGDatabase.NoItemBehaviour
 
setForTMLItemList(List) - Method in class de.innovationgate.webgate.api.WGDatabase.NoItemBehaviour
 
setFragment(String) - Method in class de.innovationgate.utils.URLBuilder
 
setFromAddress(InternetAddress) - Method in interface de.innovationgate.webgate.api.mail.WGMail
 
setFromAddress(String) - Method in class de.innovationgate.wga.config.MailConfiguration
 
setFromName(String) - Method in class de.innovationgate.wga.config.MailConfiguration
 
setGlobalDatabaseOptions(Map<String, String>) - Method in class de.innovationgate.wga.config.WGAConfiguration
 
setGlobalPublisherOptions(Map<String, String>) - Method in class de.innovationgate.wga.config.WGAConfiguration
 
setGroup(String) - Method in class de.innovationgate.utils.cache.CacheEntryParams
Sets the cache group
setGroup(boolean) - Method in class de.innovationgate.wga.common.beans.hdbmodel.Relation
 
setHash(String) - Method in class de.innovationgate.utils.security.HashedPassword
 
setHdbModelMode(boolean) - Method in class de.innovationgate.webgate.api.WGHierarchicalDatabase
Sets if this HDB instance is in HDBModel mode.
setHeader(String) - Method in class de.innovationgate.utils.swing.DisplayHTMLDialog
Set the header text
setHeight(int) - Method in class de.innovationgate.utils.SimpleImageInfo
Sets the height of the image in pixels
setHiddenFrom(List) - Method in class de.innovationgate.webgate.api.WGContent
Sets the navigation elements, in that this content should not be shown.
setHideDefaultDatabaseInURL(boolean) - Method in class de.innovationgate.wga.config.VirtualHost
 
setHost(String) - Method in class de.innovationgate.utils.URLBuilder
Sets the host
setHostIP(IPv4Address) - Method in class de.innovationgate.utils.net.IPv4Restriction
Sets the host ip of a restriction of IPv4Restriction.TYPE_HOST
setHostIP(String) - Method in class de.innovationgate.wga.config.ClientRestriction
 
setHTML(String) - Method in class de.innovationgate.utils.swing.DisplayHTMLDialog
Sets the HTML code to display
setHttpClientFactory(HttpClientFactory) - Static method in class de.innovationgate.webgate.api.WGFactory
set the factory use to create HttpClient instances in WGA
setHttpLogin(boolean) - Method in class de.innovationgate.wga.common.beans.csconfig.v1.MediaKey
 
setHttpProxy(String) - Method in class de.innovationgate.wga.config.ProxyConfiguration
 
setHttpProxyPort(int) - Method in class de.innovationgate.wga.config.ProxyConfiguration
 
setHttpSessionManagerConfiguration(HttpSessionManagerConfiguration) - Method in class de.innovationgate.wga.config.WGAConfiguration
 
setId(PluginID) - Method in class de.innovationgate.wga.common.beans.csconfig.v1.PluginConfig
 
setImageEncodeParam(Object) - Method in interface de.innovationgate.utils.ImageScaler
Sets the image encoding params
setImageEncodeParam(Object) - Method in class de.innovationgate.utils.imgscalr.ImageIOOutputEncoder
 
setImageEncodeParam(Object) - Method in class de.innovationgate.utils.imgscalr.ImgScalrScaler
 
setImageEncodeParam(Object) - Method in interface de.innovationgate.utils.MimeTypeSpecificImageScaler
Sets the image encoding params
setImplClassName(String) - Method in class de.innovationgate.wga.config.AccessLog
 
setImplClassName(String) - Method in class de.innovationgate.wga.config.AuthenticationSource
 
setImplClassName(String) - Method in class de.innovationgate.wga.config.ClusterConfiguration
 
setImplClassName(String) - Method in class de.innovationgate.wga.config.Database
 
setImplClassName(String) - Method in class de.innovationgate.wga.config.DatabaseServer
 
setImplClassName(String) - Method in class de.innovationgate.wga.config.DesignSource
 
setImplClassName(String) - Method in class de.innovationgate.wga.config.FilterMapping
 
setImplClassName(String) - Method in class de.innovationgate.wga.config.HttpSessionManagerConfiguration
 
setImplClassName(String) - Method in class de.innovationgate.wga.config.Share
 
setImplClassName(String) - Method in class de.innovationgate.wga.config.Task
 
setImplementationClass(String) - Method in class de.innovationgate.wga.common.beans.csconfig.v1.ElementMapping
 
setImplementationClass(String) - Method in class de.innovationgate.wga.common.beans.csconfig.v1.EncoderMapping
 
setImplementationLoader(ClassLoader) - Static method in class de.innovationgate.webgate.api.WGFactory
Sets a class loader that is used to load WGAPI implementation classes
setIncludedInAllContent(boolean) - Method in class de.innovationgate.wga.common.beans.LuceneIndexFileRule
Sets if the index information of this file should be used for unspecific searches where no item to search if defined.
setIncludedInAllContent(boolean) - Method in class de.innovationgate.wga.config.LuceneIndexFileRule
 
setIndexEnhancers(List<String>) - Method in class de.innovationgate.wga.config.LuceneIndexConfiguration
 
setIndexFileContentOnDocuments(boolean) - Method in class de.innovationgate.wga.config.LuceneIndexConfiguration
 
setIndexInterval(int) - Method in class de.innovationgate.wga.config.LuceneManagerConfiguration
 
setIndexType(String) - Method in class de.innovationgate.wga.common.beans.LuceneIndexItemRule
Sets the indexing type.
setIndexType(String) - Method in class de.innovationgate.wga.config.LuceneIndexItemRule
 
setInitialValue(Object) - Method in class de.innovationgate.webgate.api.schemadef.WGContentItemDefinition
Sets the initial value for the item as a single value.
setInitialValueList(List<Object>) - Method in class de.innovationgate.webgate.api.schemadef.WGContentItemDefinition
Sets the initial value for the item as a value list.
setInitParameters(Map<String, String>) - Method in class de.innovationgate.wga.config.FilterMapping
 
setInitScript(String) - Method in class de.innovationgate.wga.common.beans.csconfig.v1.CSConfig
 
setInnerLayout(WGTMLModule) - Method in class de.innovationgate.webgate.api.WGContentType
Sets the inner layout for this content type.
setInnerLayoutName(String) - Method in class de.innovationgate.webgate.api.WGContentType
Sets the inner layout for this content type by specifying the name without reference to the document
setInputStreamProvider(DirZipper.InputStreamProvider) - Method in class de.innovationgate.utils.DirZipper
Sets the input stream provider that the DirZipper will use to fetch input streams for indidivual files
setIP(String) - Method in class de.innovationgate.utils.net.IPv4Address
Set the IP from an incoming String.
setIP(int[]) - Method in class de.innovationgate.utils.net.IPv4Address
Set the whole IP array.
setIP(int, int) - Method in class de.innovationgate.utils.net.IPv4Address
set the IP array value on the given index 0-3
setItemExpression(String) - Method in class de.innovationgate.wga.common.beans.LuceneIndexItemRule
Sets the item name pattern.
setItemExpression(String) - Method in class de.innovationgate.wga.config.LuceneIndexItemRule
 
setItemRules(List) - Method in class de.innovationgate.wga.common.beans.LuceneConfiguration
Sets the item rules of this configuration.
setItemRules(List<LuceneIndexItemRule>) - Method in class de.innovationgate.wga.config.LuceneIndexConfiguration
 
setItems(List<Item>) - Method in class de.innovationgate.wga.common.beans.hdbmodel.Content
 
setItems(List<Item>) - Method in class de.innovationgate.wga.common.beans.hdbmodel.SingletonContent
 
setItemValue(String, Object) - Method in class de.innovationgate.webgate.api.fake.WGFakeDocument
 
setItemValue(String, Object) - Method in class de.innovationgate.webgate.api.templates.BeanFolder
 
setItemValue(String, Object) - Method in class de.innovationgate.webgate.api.templates.BeanWrapper
 
setItemValue(String, Object) - Method in class de.innovationgate.webgate.api.templates.MapWrapper
 
setItemValue(String, Object) - Method in class de.innovationgate.webgate.api.templates.WrappedKey
 
setItemValue(String, Object) - Method in class de.innovationgate.webgate.api.WGDocument
Sets an item to the given value.
setItemValue(String, Object) - Method in interface de.innovationgate.webgate.api.WGDocumentCore
Sets a new value for a content item.
setItemValue(String, Object) - Method in class de.innovationgate.webgate.api.WGDocumentCoreWrapper
 
setItemValue(WGTransientPortlet, String, Object) - Method in interface de.innovationgate.webgate.api.WGPortletItemStorage
Sets stored item for this portlet
setItemValue(WGPortlet, String, Object) - Method in class de.innovationgate.webgate.api.WGPortletRegistry
Sets the value of a portlet item, eventually creating it
setItemValue(WGPortlet, String, Object) - Method in class de.innovationgate.webgate.api.WGTransientPortletRegistry
 
setJListSelection(List, JList) - Static method in class de.innovationgate.utils.WGUtils
Sets the selected items on a JList, which is a tedious task to do by hand.
setJobDefinitions(List) - Method in class de.innovationgate.wga.common.beans.csconfig.v1.CSConfig
 
setJobs(List<Job>) - Method in class de.innovationgate.wga.config.SchedulerConfiguration
 
setKey(String) - Method in class de.innovationgate.webgate.api.WGPortletDefaultBean
Sets the portlet key
setKey(String) - Method in class de.innovationgate.wga.common.beans.csconfig.v1.MediaKey
 
setKey(String) - Method in class de.innovationgate.wga.common.beans.DesignConfiguration
Sets the key of the design provider.
setKey(String) - Method in class de.innovationgate.wga.config.ContentDatabase
 
setKeywords(List) - Method in class de.innovationgate.webgate.api.WGContent
Sets keywords for this content to provide for internet search services.
setLanguages(List) - Method in class de.innovationgate.webgate.api.WGUserProfile
Sets the accepted languages for the current user
setLastAccess(Date) - Method in class de.innovationgate.webgate.api.WGUserProfile
Sets the last accessed date.
setLastClient(String) - Method in class de.innovationgate.webgate.api.WGContent
Sets the last client that edited this content
setLastModified(Date) - Method in class de.innovationgate.wga.config.WGAConfiguration
 
setLazyConnecting(boolean) - Method in class de.innovationgate.wga.config.Database
 
setLbRoute(String) - Method in class de.innovationgate.wga.config.ClusterConfiguration
 
setLevel(int) - Method in interface de.innovationgate.webgate.api.WGACLEntry
Sets the access level for this entry which should be a value of WGDatabase.ACCESSLEVEL_...
setLevel(int) - Method in class de.innovationgate.wga.config.MigrationMessage
 
setLinkTarget(String) - Method in class de.innovationgate.webgate.api.WGContent
Sets the link target of this content, i.e. the frame or browser window name, in which this content should be displayed when clicked in a navigator.
setList(boolean) - Method in class de.innovationgate.webgate.api.schemadef.WGContentItemDefinition
Sets if the item should be a list item.
setListener(WGContent, String) - Method in class de.innovationgate.webgate.api.WGHierarchicalDatabase
sets the given module (tmlscriptmodule) or classname (implementation of WGHierarchicalContentListener) on the given storage or content
setLocation(String) - Method in class de.innovationgate.webgate.api.servers.DatabaseInformation
Sets a descriptive location of this database to display to the administrator
setLoggingDir(String) - Method in class de.innovationgate.wga.config.SchedulerConfiguration
 
setLogKeysOnly(boolean) - Method in class de.innovationgate.wga.config.AccessLog
 
setLookupDesignVariants(boolean) - Method in class de.innovationgate.wga.common.beans.DesignConfiguration
Sets if the design sharing should lookup design variants
setLowerCaseItems(boolean) - Method in class de.innovationgate.webgate.api.templates.ContentSourceSpecs
Sets if all item names are converted to lower case automatically before they are processed by the SCS implementation.
setMailAddress(String) - Method in class de.innovationgate.webgate.api.auth.BackendAuthSession
Set the mail address of the session user
setMailService(WGMailService) - Static method in class de.innovationgate.webgate.api.WGFactory
Sets the mail service to use in WGAPI
setMaintainsLastChanged(boolean) - Method in class de.innovationgate.webgate.api.templates.ContentSourceSpecs
Sets if the SCS implementation maintains the last changed date.
setMaintenanceVersion(int) - Method in class de.innovationgate.wga.common.beans.csconfig.v1.Version
Sets the maintenance version
setMajorVersion(int) - Method in class de.innovationgate.wga.common.beans.csconfig.v1.Version
Sets the major version
setManualDerivate(String, String, InputStream) - Method in class de.innovationgate.webgate.api.WGFileMetaData
 
setMapLatency(long) - Method in class de.innovationgate.utils.UserHashMap
Sets the latency of the map.
setMasterTenantUser(String) - Method in class de.innovationgate.webgate.api.WGSessionContext
On master sessions can be used to set the name of the user that triggered the master session.
setMaxBooleanClauseCount(int) - Method in class de.innovationgate.wga.config.LuceneManagerConfiguration
 
setMaxDocs(int) - Method in class de.innovationgate.webgate.api.WGSessionContext
Sets the maximum number of backend documents that the current session may fetch at once.
setMaxDocsPerDBSession(int) - Method in class de.innovationgate.wga.config.LuceneManagerConfiguration
 
setMaximumLoginAttempts(int) - Method in class de.innovationgate.wga.config.Domain
 
setMayAccessDirectly(boolean) - Method in class de.innovationgate.webgate.api.WGACLEntryFlags
Sets access privilege if a user may use the application directly
setMayDeleteDocs(boolean) - Method in class de.innovationgate.webgate.api.WGACLEntryFlags
Sets privilege to delete docs
setMayMoveStructs(boolean) - Method in class de.innovationgate.webgate.api.WGACLEntryFlags
Sets privilege to move struct entries
setMediaKeys(List) - Method in class de.innovationgate.wga.common.beans.csconfig.v1.CSConfig
 
setMessage(String) - Method in class de.innovationgate.wga.config.MigrationMessage
 
setMetaData(String, Object) - Method in class de.innovationgate.webgate.api.fake.WGFakeDocument
 
setMetadata(List<WGMetaFieldDefinition>) - Method in class de.innovationgate.webgate.api.schemadef.WGSchemaDocumentDefinition
Sets the metadata field definitions
setMetaData(String, Object) - Method in class de.innovationgate.webgate.api.templates.BeanFolder
 
setMetaData(String, Object) - Method in class de.innovationgate.webgate.api.templates.BeanWrapper
 
setMetaData(String, Object) - Method in class de.innovationgate.webgate.api.templates.MapWrapper
 
setMetaData(String, Object) - Method in class de.innovationgate.webgate.api.templates.WrappedKey
 
setMetaData(String, Object) - Method in class de.innovationgate.webgate.api.WGDocument
Sets a meta data of this document.
setMetaData(String, Object) - Method in interface de.innovationgate.webgate.api.WGDocumentCore
Modifies various meta data for the document core.
setMetaData(String, Object) - Method in class de.innovationgate.webgate.api.WGDocumentCoreWrapper
 
setMetaData(String, Object) - Method in class de.innovationgate.webgate.api.WGSchemaDocument
 
setMetaToDefault(String) - Method in class de.innovationgate.webgate.api.WGDocument
sets the given meta to the default value
setMimeType(String) - Method in class de.innovationgate.utils.SimpleImageInfo
Sets the images mime type
setMimeType(String) - Method in interface de.innovationgate.webgate.api.WGFileAnnotations
Sets the mime type
setMimeType(String) - Method in class de.innovationgate.webgate.api.WGFileDerivateMetaData
 
setMimeType(String) - Method in class de.innovationgate.webgate.api.WGFileMetaData
 
setMimeType(String) - Method in class de.innovationgate.wga.common.beans.csconfig.v1.MediaKey
 
setMimetypeDeterminationService(MimetypeDeterminationService) - Static method in class de.innovationgate.webgate.api.WGFactory
Returns a service for determining file mimetypes
setMinimumJavaVersion(Version) - Method in class de.innovationgate.wga.common.beans.csconfig.v1.PluginConfig
 
setMinimumWGAVersion(Version) - Method in class de.innovationgate.wga.common.beans.csconfig.v1.PluginConfig
 
setMinimumWGAVersion(Version) - Method in class de.innovationgate.wga.common.beans.csconfig.v4.CSConfig
 
setMinimumWGAVersion(Version) - Method in class de.innovationgate.wga.common.beans.csconfig.v4.PluginConfig
 
setMinorVersion(int) - Method in class de.innovationgate.wga.common.beans.csconfig.v1.Version
Sets the minor version
setMode(String) - Method in class de.innovationgate.wga.common.beans.DesignConfiguration
Sets the mode of the design provider.
setModuleName(String) - Method in class de.innovationgate.wga.common.beans.csconfig.v1.RemoteAction
 
setModuleRegistry(ModuleRegistry) - Static method in class de.innovationgate.webgate.api.WGFactory
Sets the module registry to use by the WGAPI
setName(String) - Method in class de.innovationgate.webgate.api.schemadef.WGContentItemDefinition
Sets the name of the item
setName(String) - Method in class de.innovationgate.webgate.api.schemadef.WGSchemaDocumentDefinition
Sets the name of the document to create from this schemaSets the name of the schema document
setName(String) - Method in interface de.innovationgate.webgate.api.WGPortlet
Sets the registration name of the portlet
setName(String) - Method in class de.innovationgate.webgate.api.WGPortletDefaultBean
 
setName(String) - Method in class de.innovationgate.webgate.api.WGTransientPortlet
 
setName(String) - Method in class de.innovationgate.wga.common.beans.csconfig.v1.ACLRole
 
setName(String) - Method in class de.innovationgate.wga.common.beans.csconfig.v1.ElementMapping
 
setName(String) - Method in class de.innovationgate.wga.common.beans.csconfig.v1.EncoderMapping
 
setName(String) - Method in class de.innovationgate.wga.common.beans.csconfig.v1.JobDefinition
 
setName(String) - Method in class de.innovationgate.wga.common.beans.csconfig.v1.PublisherOption
 
setName(String) - Method in class de.innovationgate.wga.common.beans.hdbmodel.CustomParam
 
setName(String) - Method in class de.innovationgate.wga.common.beans.hdbmodel.Filter
 
setName(String) - Method in class de.innovationgate.wga.common.beans.hdbmodel.FilterParam
 
setName(String) - Method in class de.innovationgate.wga.common.beans.hdbmodel.Item
 
setName(String) - Method in class de.innovationgate.wga.common.beans.hdbmodel.Relation
 
setName(String) - Method in class de.innovationgate.wga.config.Design
 
setName(String) - Method in class de.innovationgate.wga.config.Domain
 
setName(String) - Method in class de.innovationgate.wga.config.FieldMapping
 
setName(String) - Method in class de.innovationgate.wga.config.FilterMapping
 
setName(String) - Method in class de.innovationgate.wga.config.Job
 
setName(String) - Method in class de.innovationgate.wga.config.Share
 
setName(String) - Method in class de.innovationgate.wga.config.VirtualResource
 
setName(String) - Method in class de.innovationgate.wga.modules.options.DependentOption
Sets the name of the option we depend on
setNameAliases(List) - Method in class de.innovationgate.webgate.api.WGContentType
Sets the name aliases in different languages.
setNeededValue(String) - Method in class de.innovationgate.wga.modules.options.DependentOption
Sets the needed value of the option we depend on.
setNetmask(IPv4Address) - Method in class de.innovationgate.utils.net.IPv4Restriction
Sets the netmask of a restriction of IPv4Restriction.TYPE_NETWORK
setNetmask(String) - Method in class de.innovationgate.wga.config.ClientRestriction
 
setNetwork(IPv4Address) - Method in class de.innovationgate.utils.net.IPv4Restriction
Sets the network address of a restriction of IPv4Restriction.TYPE_NETWORK
setNetwork(String) - Method in class de.innovationgate.wga.config.ClientRestriction
 
setNoRoleInheritance(boolean) - Method in class de.innovationgate.webgate.api.WGACLEntryFlags
Sets flag if a user inherits roles from less specific ACL entries
setOnlyPublished(boolean) - Method in class de.innovationgate.webgate.api.WGContentNavigator
Sets if only published contents are to be retrieved
setOptimizeIndexAutomatically(boolean) - Method in class de.innovationgate.wga.config.LuceneManagerConfiguration
 
setOptional(boolean) - Method in class de.innovationgate.wga.common.beans.hdbmodel.Relation
 
setOptional(boolean) - Method in class de.innovationgate.wga.modules.options.BasicOptionDefinition
 
setOptional(boolean) - Method in class de.innovationgate.wga.modules.options.LocalizedOptionDefinition
Sets if this option is optional.
setOptions(Map<String, String>) - Method in class de.innovationgate.wga.common.beans.csconfig.v5.PluginConfig
 
setOptions(Map<String, String>) - Method in class de.innovationgate.wga.config.AccessLog
 
setOptions(Map<String, String>) - Method in class de.innovationgate.wga.config.AuthenticationSource
 
setOptions(Map<String, String>) - Method in class de.innovationgate.wga.config.ClusterConfiguration
 
setOptions(Map<String, String>) - Method in class de.innovationgate.wga.config.DatabaseServer
 
setOptions(Map<String, String>) - Method in class de.innovationgate.wga.config.Design
 
setOptions(Map<String, String>) - Method in class de.innovationgate.wga.config.DesignSource
 
setOptions(Map<String, String>) - Method in class de.innovationgate.wga.config.HttpSessionManagerConfiguration
 
setOptions(Map<String, String>) - Method in class de.innovationgate.wga.config.Job
 
setOptions(Map<String, String>) - Method in class de.innovationgate.wga.config.MailConfiguration
 
setOptions(Map<String, String>) - Method in class de.innovationgate.wga.config.Share
 
setOptions(Map<String, String>) - Method in class de.innovationgate.wga.config.Task
 
setOptionType(OptionType) - Method in class de.innovationgate.wga.modules.options.BasicOptionDefinition
 
setOrderClause(OrderClause) - Method in class de.innovationgate.wga.common.beans.hdbmodel.Filter
 
setOriginalRevision(WGDatabaseRevision) - Method in class de.innovationgate.webgate.api.WGFileDerivateMetaData
Sets the revision of the original file for which this derivate was created
setOuterLayout(WGTMLModule) - Method in class de.innovationgate.webgate.api.WGContentType
Sets the outer layout for this content type.
setOuterLayoutName(String) - Method in class de.innovationgate.webgate.api.WGContentType
Sets the outer layout for this content type by specifying the name without reference to the document
setOverlay(Design) - Method in class de.innovationgate.wga.config.ContentStore
 
setOwner(String) - Method in class de.innovationgate.webgate.api.WGContent
Sets the owner of the content document
setPackageAssertionStatus(String, boolean) - Method in class de.innovationgate.utils.DynamicClassLoadingChain
 
setPageEditors(List) - Method in class de.innovationgate.webgate.api.WGStructEntry
Sets names that are allowed to edit this struct and it's contents.
setParameter(String, String) - Method in class de.innovationgate.utils.URLBuilder
Createds/modifies a parameter
setParameterEncoding(String) - Method in class de.innovationgate.utils.URLBuilder
Deprecated.
Use URLBuilder.setEncoding(String) instead. Encoding is now also used for other URL components.
setPassword(String) - Method in class de.innovationgate.webgate.api.WGUserProfile
Sets the custom password for this profile, used in personalisation mode "custom" to open this profile.
setPassword(String) - Method in class de.innovationgate.wga.config.Administrator
 
setPassword(String) - Method in class de.innovationgate.wga.config.MailConfiguration
 
setPassword(String) - Method in class de.innovationgate.wga.config.ProxyConfiguration
 
setPasswordEncoding(String) - Method in class de.innovationgate.wga.config.WGAConfiguration
 
setPatchVersion(int) - Method in class de.innovationgate.wga.common.beans.csconfig.v1.Version
Sets the patch version
setPath(String) - Method in class de.innovationgate.utils.URLBuilder
Sets the path part
setPath(String) - Method in class de.innovationgate.wga.config.LuceneManagerConfiguration
 
setPath(String) - Method in class de.innovationgate.wga.config.VirtualResource
 
setPerformStatusTestsOnSave(boolean) - Method in class de.innovationgate.webgate.api.WGContent.SessionData
 
setPersonalisation(PersonalisationDatabase) - Method in class de.innovationgate.wga.config.Domain
 
setPersonalisationAgentExclusions(List<String>) - Method in class de.innovationgate.wga.config.PersonalisationConfiguration
 
setPersonalisationMode(int) - Method in class de.innovationgate.wga.common.beans.csconfig.v1.PluginConfig
 
setPlainText(BinaryFieldData) - Method in interface de.innovationgate.webgate.api.WGFileAnnotations
sets the plain text representation of this file
setPlainText(BinaryFieldData) - Method in class de.innovationgate.webgate.api.WGFileDerivateMetaData
 
setPlainText(BinaryFieldData) - Method in class de.innovationgate.webgate.api.WGFileMetaData
 
setPluginConfig(PluginConfig) - Method in class de.innovationgate.wga.common.beans.csconfig.v1.CSConfig
 
setPluginHomepage(String) - Method in class de.innovationgate.wga.common.beans.csconfig.v1.PluginConfig
 
setPollingInterval(int) - Method in class de.innovationgate.wga.config.DesignConfiguration
 
setPort(int) - Method in class de.innovationgate.utils.URLBuilder
Sets the TCP port for this URL
setPosition(int) - Method in class de.innovationgate.webgate.api.WGStructEntry
Sets the position number.
setPositioning(String) - Method in class de.innovationgate.webgate.api.WGContentType
Sets the allowed positioning of content of this content type.
setPostUpdateEventBehaviour(WGHierarchicalDatabase.PostUpdateEventBehaviour) - Method in class de.innovationgate.webgate.api.WGHierarchicalDatabase
Sets a behaviour for post update events
setPreferredParent(WGStructEntry) - Method in class de.innovationgate.webgate.api.WGContentType
Sets the preferred parent for documents of this content type.
setPrimaryFileName(String) - Method in class de.innovationgate.webgate.api.WGDocument
Manually sets the primary attachment of this document
setProcedures(List) - Method in class de.innovationgate.webgate.api.templates.ContentSourceSpecs
Sets the procedures that this SCS implementation should offer.
setProtectedRelationsEnabled(boolean) - Method in class de.innovationgate.webgate.api.WGSessionContext
Sets if protection for protected relations is enabled.
setProtocol(String) - Method in class de.innovationgate.utils.URLBuilder
Sets the protocol
setProvider(String) - Method in class de.innovationgate.wga.common.beans.DesignConfiguration
Set the design provider type.
setProxyConfiguration(ProxyConfiguration) - Method in class de.innovationgate.wga.config.WGAConfiguration
 
setPublisherOptions(List) - Method in class de.innovationgate.wga.common.beans.csconfig.v1.CSConfig
 
setPublisherOptions(Map<String, String>) - Method in class de.innovationgate.wga.config.ContentDatabase
 
setQuality(float) - Method in interface de.innovationgate.utils.ImageScaler
Sets the quality of the output format.
setQuality(float) - Method in class de.innovationgate.utils.imgscalr.ImgScalrScaler
 
setQuery(String) - Method in class de.innovationgate.utils.URLBuilder
setQueryable(boolean) - Method in class de.innovationgate.webgate.api.templates.ContentSourceSpecs
Sets if this database is queryable, i.e. supports querying for content by a query language.
setReaders(List) - Method in class de.innovationgate.webgate.api.WGArea
Sets the allowed readers for this area.
setReaders(List) - Method in class de.innovationgate.webgate.api.WGContent
Sets a list of readers allowed to see this content
setReaders(List) - Method in class de.innovationgate.webgate.api.WGStructEntry
Sets the allowed readers for this struct entry.
setReaders(String) - Method in class de.innovationgate.wga.common.beans.hdbmodel.Storage
 
setReference(String) - Method in class de.innovationgate.wga.common.beans.csconfig.v2.Shortcut
 
setReferenceTypeOverride(Class<? extends ReferenceType>) - Method in class de.innovationgate.wga.modules.options.LocalizedOptionDefinition
Explicitly chooses a reference type for this option definition while overriding this setting from the option type
setRelation(String, WGDocumentCore) - Method in class de.innovationgate.webgate.api.fake.WGFakeDocument
 
setRelation(WGRelationData) - Method in class de.innovationgate.webgate.api.fake.WGFakeDocument
 
setRelation(String, WGDocumentCore) - Method in class de.innovationgate.webgate.api.templates.BeanFolder
 
setRelation(WGRelationData) - Method in class de.innovationgate.webgate.api.templates.BeanFolder
 
setRelation(String, WGDocumentCore) - Method in class de.innovationgate.webgate.api.templates.BeanWrapper
 
setRelation(WGRelationData) - Method in class de.innovationgate.webgate.api.templates.BeanWrapper
 
setRelation(String, WGDocumentCore) - Method in class de.innovationgate.webgate.api.templates.WrappedKey
 
setRelation(WGRelationData) - Method in class de.innovationgate.webgate.api.templates.WrappedKey
 
setRelation(String, WGContent, int) - Method in class de.innovationgate.webgate.api.WGContent
Sets a content relation to the designated target content.
setRelation(String, WGContent) - Method in class de.innovationgate.webgate.api.WGContent
Sets a normal content relation to the designated target content.
setRelation(WGRelationData) - Method in class de.innovationgate.webgate.api.WGContent
Sets a content relation with the given data
setRelation(WGRelationData) - Method in interface de.innovationgate.webgate.api.WGDocumentCore
Sets a content relation to the designated target
setRelation(WGRelationData) - Method in class de.innovationgate.webgate.api.WGDocumentCoreWrapper
 
setRelations(List<Relation>) - Method in class de.innovationgate.wga.common.beans.hdbmodel.Content
 
setRemoteActions(List) - Method in class de.innovationgate.wga.common.beans.csconfig.v1.CSConfig
 
setRepairable(boolean) - Method in exception de.innovationgate.webgate.api.WGBackendException
 
setReplyToAddress(InternetAddress) - Method in interface de.innovationgate.webgate.api.mail.WGMail
 
setResource(String) - Method in class de.innovationgate.wga.common.beans.csconfig.v1.JobDefinition
 
setRestricted(boolean) - Method in class de.innovationgate.wga.modules.options.MultiPredefinedValuesOptionType
Sets if this option type is restricted
setRestricted(boolean) - Method in class de.innovationgate.wga.modules.options.PredefinedValuesOptionType
Sets if this option type is restricted
setResult(Object) - Method in class de.innovationgate.webgate.api.utils.MasterSessionTask
Sets the result of this task.
setRoles(List) - Method in class de.innovationgate.wga.common.beans.csconfig.v1.CSConfig
 
setRootPageRestrictions(String) - Method in class de.innovationgate.webgate.api.WGArea
Sets the restrictions regarding root pages on this area
setRootStorages(List<Storage>) - Method in class de.innovationgate.wga.common.beans.hdbmodel.ModelDefinition
 
setRootURL(String) - Method in class de.innovationgate.wga.config.WGAConfiguration
 
setRunWizard(boolean) - Method in class de.innovationgate.wga.config.WGAConfiguration
 
setSaveEventSemaphore(boolean) - Method in class de.innovationgate.webgate.api.WGContent.SessionData
 
setSchedule(String) - Method in class de.innovationgate.wga.common.beans.csconfig.v1.JobDefinition
 
setSchedules(List<Schedule>) - Method in class de.innovationgate.wga.config.Job
 
setSchemeName(String) - Method in class de.innovationgate.utils.security.HashedPassword
 
setScore(Float) - Method in class de.innovationgate.webgate.api.SearchDetails
Sets the search score (i.e. relevance) of this document in the query
setScripts(String) - Method in class de.innovationgate.wga.common.beans.hdbmodel.ModelDefinition
 
setSearchDetails(SearchDetails) - Method in class de.innovationgate.webgate.api.WGContent.SessionData
 
setSearchDetails(SearchDetails) - Method in class de.innovationgate.webgate.api.WGContent
Sets detail information for this document related to the last search.
setSearchExplaination(Object) - Method in class de.innovationgate.webgate.api.WGContent.SessionData
setSearchExplanation(Object) - Method in class de.innovationgate.webgate.api.WGContent
Sets the search explanation for this document This method is for e.g. used by lucene in 'explain' mode to give back a detail information of the scoring
setSearchScore(Float) - Method in class de.innovationgate.webgate.api.WGContent.SessionData
setSearchScore(float) - Method in class de.innovationgate.webgate.api.WGContent
Sets the search score for this document on the last fulltext search.
setSecondsToLive(int) - Method in class de.innovationgate.utils.cache.CacheEntryParams
Sets the cache entry latency in seconds
setSelectedValue(JComboBox, Object) - Static method in class de.innovationgate.utils.CBOItem
Sets the selected value of a combo box, whose options are represented by CBOItems.
setSerializer(Persister) - Static method in class de.innovationgate.wga.common.beans.hdbmodel.ModelDefinition
 
setServePropertiesAsMetas(boolean) - Method in class de.innovationgate.webgate.api.templates.ContentSourceSpecs
Determines, if this content source should return bean properties/map entries, whose names/keys match metadata fieldnames, as metadata value.
setServer(String) - Method in class de.innovationgate.wga.config.MailConfiguration
 
setServerAliases(List<String>) - Method in class de.innovationgate.wga.config.VirtualHost
 
setServername(String) - Method in class de.innovationgate.wga.config.VirtualHost
 
setSessionToken(String) - Method in class de.innovationgate.webgate.api.auth.BackendAuthSession
Set a session token of the session
setShares(List<Share>) - Method in class de.innovationgate.wga.config.WGAConfiguration
 
setShortcut(String) - Method in class de.innovationgate.wga.common.beans.csconfig.v2.Shortcut
 
setShortcuts(List) - Method in class de.innovationgate.wga.common.beans.csconfig.v2.CSConfig
 
setShowOnStartPage(boolean) - Method in class de.innovationgate.wga.common.beans.csconfig.v1.PluginConfig
 
setSingleton(boolean) - Method in class de.innovationgate.wga.modules.properties.DesignSourceProperties
Sets if the design source is a singleton
setSingletonDescription(String) - Method in class de.innovationgate.wga.modules.properties.DesignSourceProperties
Sets EITHER unlocalized singleton description to use OR - if a singleton title bundle loader is set - a label key to use with the loader to retrieve a localized description.
setSingletonTitle(String) - Method in class de.innovationgate.wga.modules.properties.DesignSourceProperties
Sets EITHER unlocalized singleton title to use OR - if a singleton title bundle loader is set - a label key to use with the loader to retrieve a localized title.
setSingletonTitleBundleLoader(LocalisationBundleLoader) - Method in class de.innovationgate.wga.modules.properties.DesignSourceProperties
Sets a bundle loader to provide localized singleton titles and descriptions.
setSingletonUID(String) - Method in class de.innovationgate.wga.modules.properties.DesignSourceProperties
 
setSingleUserMode(boolean) - Method in class de.innovationgate.utils.UserHashMapGroup
 
setSortable(boolean) - Method in class de.innovationgate.wga.common.beans.LuceneIndexItemRule
Sets if searches should be sortable by items applying to this rule
setSortable(boolean) - Method in class de.innovationgate.wga.config.LuceneIndexItemRule
 
setSource(String) - Method in class de.innovationgate.wga.config.Design
 
setSourceFileName(String) - Method in interface de.innovationgate.utils.ImageScaler
Sets the name of the sourcefile
setSourceFileName(String) - Method in class de.innovationgate.utils.imgscalr.ImgScalrScaler
 
setStart(IPv4Address) - Method in class de.innovationgate.utils.net.IPv4Range
Sets the start IP
setStartDate(Date) - Method in class de.innovationgate.wga.config.Schedule
 
setStartIP(IPv4Address) - Method in class de.innovationgate.utils.net.IPv4Restriction
Sets the start ip of a restriction of type IPv4Restriction.TYPE_RANGE
setStartIP(String) - Method in class de.innovationgate.wga.config.ClientRestriction
 
setStaticClasspath(boolean) - Method in class de.innovationgate.wga.common.beans.csconfig.v3.CSConfig
 
setStorageId(String) - Method in class de.innovationgate.wga.common.beans.hdbmodel.Storage
 
setStructEditors(List) - Method in class de.innovationgate.webgate.api.WGStructEntry
Deprecated. 
setSubject(String) - Method in interface de.innovationgate.webgate.api.mail.WGMail
 
setSuffix(String) - Method in class de.innovationgate.wga.common.DesignDirectory.ScriptInformation
Sets the file suffix for module files
setSystemArea(boolean) - Method in class de.innovationgate.webgate.api.WGArea
Sets if this area should be marked a system area.
setTargetClass(String) - Method in class de.innovationgate.wga.common.beans.hdbmodel.Relation
 
setTask(String) - Method in class de.innovationgate.webgate.api.WGSessionContext
Sets the task that the current WGA client is accomplishing
setTask(String) - Method in class de.innovationgate.webgate.api.WGUpdateLog
Sets the task of the update log
setTasks(List<Task>) - Method in class de.innovationgate.wga.config.Job
 
setTempDir(File) - Static method in class de.innovationgate.webgate.api.WGFactory
Sets the directory for temporary files used by the WGAPI.
setTestUniqueNames(boolean) - Method in class de.innovationgate.webgate.api.WGSessionContext
Sets if unique content names should be tested before storing content in this session
setText(String) - Method in class de.innovationgate.wga.common.beans.hdbmodel.OrderClause
 
setText(String) - Method in class de.innovationgate.wga.common.beans.hdbmodel.WhereClause
 
setThrottlingEnabled(boolean) - Method in class de.innovationgate.wga.config.DesignConfiguration
 
setThrottlingPeriodMinutes(int) - Method in class de.innovationgate.wga.config.DesignConfiguration
 
setThrowable(Throwable) - Method in class de.innovationgate.wga.config.MigrationMessage
 
setTitle(String) - Method in class de.innovationgate.webgate.api.servers.DatabaseInformation
Sets the display title
setTitle(String) - Method in class de.innovationgate.webgate.api.WGContent
Sets the title of this content document.
setTitle(String) - Method in class de.innovationgate.webgate.api.WGDatabase
Sets the title of the database.
setTitle(String) - Method in class de.innovationgate.webgate.api.WGFileMetaData
 
setTitle(String) - Method in class de.innovationgate.webgate.api.WGLanguage
Set the title of this language.
setTitle(String) - Method in class de.innovationgate.webgate.api.WGStructEntry
Sets the struct title.
setTitle(String) - Method in class de.innovationgate.wga.common.beans.csconfig.v1.PluginConfig
 
setTitle(String) - Method in class de.innovationgate.wga.config.ContentDatabase
 
setTitle(String) - Method in class de.innovationgate.wga.config.DatabaseServer
 
setTitle(String) - Method in class de.innovationgate.wga.config.DesignSource
 
setTitle(String) - Method in class de.innovationgate.wga.config.Job
 
setTitle(String) - Method in class de.innovationgate.wga.modules.options.BasicOptionDefinition
 
setTmlBuffer(int) - Method in class de.innovationgate.wga.config.WGAConfiguration
 
setTmlHeader(String) - Method in class de.innovationgate.wga.config.WGAConfiguration
 
setToAddress(String) - Method in class de.innovationgate.wga.config.MailConfiguration
 
setToAddresses(List<InternetAddress>) - Method in interface de.innovationgate.webgate.api.mail.WGMail
 
setTransactionMode(int) - Method in class de.innovationgate.webgate.api.WGSessionContext
Sets the transaction mode for this session.
setType(String) - Method in class de.innovationgate.utils.net.IPv4Restriction
Sets the restriction type.
setType(WGContentItemDefinition.Type) - Method in class de.innovationgate.webgate.api.schemadef.WGContentItemDefinition
Sets the data type of the defined content item
setType(String) - Method in class de.innovationgate.webgate.api.WGEventScript
Sets the script type (i.e. language)
setType(int) - Method in class de.innovationgate.webgate.api.WGUpdateLog
Sets the type of the update log.
setType(int) - Method in class de.innovationgate.wga.common.beans.csconfig.v1.JobDefinition
 
setType(int) - Method in class de.innovationgate.wga.common.beans.csconfig.v2.Shortcut
 
setType(String) - Method in class de.innovationgate.wga.common.DesignDirectory.ScriptInformation
Sets the script type.
setType(String) - Method in class de.innovationgate.wga.config.ClientRestriction
 
setType(String) - Method in class de.innovationgate.wga.config.FieldMapping
 
setType(String) - Method in class de.innovationgate.wga.config.Schedule
 
setUniqueName(String) - Method in class de.innovationgate.webgate.api.WGContent
Sets the unique name of this content document, which can be used in URLs instead of the content key.
setUniqueName(String) - Method in class de.innovationgate.webgate.api.WGStructEntry
Sets the unique name of this struct entry
setUniqueName(String) - Method in class de.innovationgate.wga.common.beans.csconfig.v1.PluginID
 
setUpdateProcessEnabled(String) - Method in class de.innovationgate.wga.config.FileDerivateManagerConfiguration
 
setUpdateProcessInterval(int) - Method in class de.innovationgate.wga.config.FileDerivateManagerConfiguration
 
setUrlPatterns(List<String>) - Method in class de.innovationgate.wga.config.FilterMapping
 
setUsage(String) - Method in class de.innovationgate.webgate.api.WGFileDerivateMetaData
Sets the usage of this derivate as constant WGFileAnnotations.USAGE_...
setUsageAsAuthSource(boolean) - Method in class de.innovationgate.wga.common.beans.csconfig.v1.PluginConfig
 
setUsageAsContentStore(boolean) - Method in class de.innovationgate.wga.common.beans.csconfig.v1.PluginConfig
 
setUsageAsDesignProvider(boolean) - Method in class de.innovationgate.wga.common.beans.csconfig.v1.PluginConfig
 
setUsed(boolean) - Method in class de.innovationgate.webgate.api.WGOperationKey
Sets the usage state of the operation key
setUseMasterLogin(boolean) - Method in class de.innovationgate.webgate.api.templates.ContentSourceSpecs
Sets if this SCS implementation can use a master login.
setUsePermanentRedirect(boolean) - Method in class de.innovationgate.wga.config.WGAConfiguration
 
setUser(String) - Method in class de.innovationgate.webgate.api.WGUpdateLog
Sets the user that executed the modification
setUser(String) - Method in class de.innovationgate.wga.config.MailConfiguration
 
setUser(String) - Method in class de.innovationgate.wga.config.ProxyConfiguration
 
setUserCacheLatencyMinutes(int) - Method in class de.innovationgate.wga.config.WGAConfiguration
 
setUsername(String) - Method in class de.innovationgate.wga.config.Administrator
 
setUseVersioning(boolean) - Method in class de.innovationgate.webgate.api.WGHierarchicalDatabase
Sets if this HDB instance should use versioning.
setValid(boolean) - Method in class de.innovationgate.webgate.api.auth.BackendAuthSession
Set if this session is valid
setValidationErrors(List<ValidationError>) - Method in exception de.innovationgate.wga.config.ConfigValidationException
 
setValidity(Date, Date) - Method in class de.innovationgate.webgate.api.WGContent
Sets validity dates, narrowing the period of time, in which a document will be visible.
setValue(Object) - Method in class de.innovationgate.webgate.api.schemadef.WGMetaFieldDefinition
Sets the value(s) of the metadata field.
setValue(String) - Method in class de.innovationgate.wga.common.beans.csconfig.v1.PublisherOption
 
setValue(String) - Method in class de.innovationgate.wga.common.beans.hdbmodel.CustomParam
 
setVendor(String) - Method in class de.innovationgate.wga.common.beans.csconfig.v1.PluginConfig
 
setVersion(String) - Method in class de.innovationgate.utils.remote.Client
Sets the version of the client.
setVersion(String) - Method in class de.innovationgate.utils.remote.Server
Sets the version of the server.
setVersion(double) - Method in class de.innovationgate.webgate.api.schemadef.WGSchemaDefinition
Sets the version of the schema format
setVersion(Version) - Method in class de.innovationgate.wga.common.beans.csconfig.v1.PluginID
 
setVersion(double) - Method in class de.innovationgate.wga.common.beans.hdbmodel.ModelDefinition
 
setVersionCompliance(String) - Method in class de.innovationgate.wga.common.beans.csconfig.v1.CSConfig
 
setVersioning(String) - Method in class de.innovationgate.wga.common.beans.hdbmodel.ModelDefinition
 
setVirtualHosts(List<VirtualHost>) - Method in class de.innovationgate.wga.config.WGAConfiguration
 
setVirtualItemValue(String, Object) - Method in class de.innovationgate.webgate.api.WGContent
Sets a virtual item for this content document.
setVirtualLink(String, String) - Method in class de.innovationgate.webgate.api.WGContent
Sets a virtual link for this document, making the content document a "virtual document".
setVirtualResources(List<VirtualResource>) - Method in class de.innovationgate.wga.config.VirtualHost
 
setVisible(boolean) - Method in class de.innovationgate.webgate.api.WGContent
Sets the general visibility flag, choosing if this document is visible.
setWarningsEnabled(boolean) - Method in class de.innovationgate.wga.config.WGAConfiguration
 
setWarningsOutputOnConsole(boolean) - Method in class de.innovationgate.wga.config.WGAConfiguration
 
setWarningsOutputViaTML(String) - Method in class de.innovationgate.wga.config.WGAConfiguration
 
setWebHomepage(String) - Method in class de.innovationgate.wga.common.beans.csconfig.v1.PluginConfig
 
setWebservicesEnabled(boolean) - Method in class de.innovationgate.wga.config.WGAConfiguration
 
setWebtmlCacheSize(int) - Method in class de.innovationgate.wga.config.WGAConfiguration
 
setWgaVersion(String) - Method in class de.innovationgate.wga.config.WGAConfiguration
 
setWGDocument(WGDocument) - Method in class de.innovationgate.webgate.api.fake.WGFakeDocument
 
setWGDocument(WGDocument) - Method in class de.innovationgate.webgate.api.templates.BeanFolder
 
setWGDocument(WGDocument) - Method in class de.innovationgate.webgate.api.templates.BeanWrapper
 
setWGDocument(WGDocument) - Method in class de.innovationgate.webgate.api.templates.WrappedKey
 
setWGDocument(WGDocument) - Method in interface de.innovationgate.webgate.api.WGDocumentCore
Called by the WGAPI after instantiation of this document core to provide a reference to the wrapping WGDocument object.
setWGDocument(WGDocument) - Method in class de.innovationgate.webgate.api.WGDocumentCoreWrapper
 
setWhereClauses(List<WhereClause>) - Method in class de.innovationgate.wga.common.beans.hdbmodel.Filter
 
setWidth(int) - Method in class de.innovationgate.utils.SimpleImageInfo
Sets the width of the image in pixels
setWorkflow(String) - Method in class de.innovationgate.webgate.api.WGContentType
Sets the workflow name of this content type.
setWorkflowName(String) - Method in class de.innovationgate.webgate.api.WGStructEntry
Sets the workflow name.
setWritable(boolean) - Method in class de.innovationgate.webgate.api.templates.ContentSourceSpecs
Returns if this SCS implementation is writable, i.e. supports creating, modifying and deleting beans.
SHA1HashingScheme - Class in de.innovationgate.utils.security
Hashing scheme using SHA-1
SHA1HashingScheme() - Constructor for class de.innovationgate.utils.security.SHA1HashingScheme
 
SHA256HashingInputStream - Class in de.innovationgate.utils
A wrapper input stream that returns the data of the wrapped stream unmodified, but builds an SHA-256 hash from its data while reading.
SHA256HashingInputStream(InputStream) - Constructor for class de.innovationgate.utils.SHA256HashingInputStream
Constructor
SHA512HashingInputStream - Class in de.innovationgate.utils
A wrapper input stream that returns the data of the wrapped stream unmodified, but builds an SHA-256 hash from its data while reading.
SHA512HashingInputStream(InputStream) - Constructor for class de.innovationgate.utils.SHA512HashingInputStream
Constructor
Share - Class in de.innovationgate.wga.config
Definition of a content share
Share() - Constructor for class de.innovationgate.wga.config.Share
 
ShareOpsOptionType - Class in de.innovationgate.wga.modules.options
An option type allowing to enable/disable operations for a content share: create, move, delete
ShareOpsValueProvider - Class in de.innovationgate.wga.modules.options
An option value provider offering operations to enable/disable for a content share: create, move, delete
Shortcut - Class in de.innovationgate.wga.common.beans.csconfig.v2
 
Shortcut() - Constructor for class de.innovationgate.wga.common.beans.csconfig.v2.Shortcut
 
shrinkToSize(int, int) - Method in interface de.innovationgate.utils.ImageScaler
Scales the images down to fit into given maximum sizes.
shrinkToSize(int, int) - Method in class de.innovationgate.utils.imgscalr.ImgScalrScaler
 
shrinkToSize(int, int) - Method in interface de.innovationgate.utils.MimeTypeSpecificImageScaler
Scales the images down to fit into given maximum sizes.
shutdown() - Method in class de.innovationgate.webgate.api.WGFactory
Shutdown all databases and the factory
SimpleContentSource - Class in de.innovationgate.webgate.api.templates
Template class to implement a simple content source with a subset of WGAPI features.
SimpleContentSource() - Constructor for class de.innovationgate.webgate.api.templates.SimpleContentSource
 
SimpleFileContainer - Interface in de.innovationgate.webgate.api.templates
Interface that should be implemented by objects that are to be used as file containers by SimpleFileRepository.
SimpleImageInfo - Class in de.innovationgate.utils
Bean class for quickly analyzing images for metadata
SimpleImageInfo(File) - Constructor for class de.innovationgate.utils.SimpleImageInfo
Analyze an image file
SimpleImageInfo(InputStream) - Constructor for class de.innovationgate.utils.SimpleImageInfo
Analyze image data on an input stream
SimpleImageInfo(byte[]) - Constructor for class de.innovationgate.utils.SimpleImageInfo
Analyze image data in a byte array
SINGLETON_SERVER_PREFIX - Static variable in class de.innovationgate.wga.config.WGAConfiguration
 
SingletonContent - Class in de.innovationgate.wga.common.beans.hdbmodel
Represents a singleton content definition
SingletonContent() - Constructor for class de.innovationgate.wga.common.beans.hdbmodel.SingletonContent
 
size() - Method in class de.innovationgate.utils.HierarchyMap
Size of the current and parent map together.
size() - Method in class de.innovationgate.utils.TransientList
 
size() - Method in class de.innovationgate.utils.TransientMap
 
size() - Method in class de.innovationgate.utils.UserHashMap
 
size() - Method in class de.innovationgate.utils.UserHashMapGroup
Returns the number of UserHashMaps in this group
size() - Method in class de.innovationgate.webgate.api.templates.LazyBeanList
 
size() - Method in class de.innovationgate.webgate.api.WGDocumentListCache
 
skip(long) - Method in class de.innovationgate.utils.MD5HashingInputStream
 
skip(long) - Method in class de.innovationgate.utils.SHA256HashingInputStream
 
skip(long) - Method in class de.innovationgate.utils.SHA512HashingInputStream
 
skip(int) - Method in interface de.innovationgate.utils.SkippingIterator
Will skip the given number of elements in the queue.
skip(int) - Method in class de.innovationgate.utils.SkippingIteratorWrapper
 
skip(long) - Method in class de.innovationgate.webgate.api.BinaryFieldData.SizeReportingInputStream
 
skip(int) - Method in class de.innovationgate.webgate.api.WGAbstractResultSetIterator
 
skip(int) - Method in class de.innovationgate.webgate.api.WGContentNavigator.Iterator
 
skip(int) - Method in class de.innovationgate.webgate.api.WGHierarchyContentIterator
 
skip(int) - Method in class de.innovationgate.webgate.api.WGStandardResultSetIterator
 
skip(int) - Method in class de.innovationgate.webgate.api.WGStructEntryIterator
 
skip(int) - Method in class de.innovationgate.webgate.api.WGStructEntryRetrievalIterator
 
SkippingIterator<T> - Interface in de.innovationgate.utils
An iterator that is able to skip an arbitrary number of results without retrieving them (which may save resources)
SkippingIteratorWrapper<T> - Class in de.innovationgate.utils
A simple skipping iterator wrapper This is just a basic implementation which emulates skipping behaviour via iterating over the SkippingIteratorWrapper.next() method.
SkippingIteratorWrapper(Iterator<? extends T>) - Constructor for class de.innovationgate.utils.SkippingIteratorWrapper
 
SkipValidation - Annotation Type in de.innovationgate.wga.config
skips the cascade validation on the annotated item
sort(LinkedHashMap<String, String>) - Method in class de.innovationgate.wga.modules.OptionDefinitionsMap
Sort options by the order in which they are defined in this map
sortByProperty(Collection, String) - Static method in class de.innovationgate.utils.WGUtils
Sorts a collection by a property of the collection contents.
sortByTitle(List) - Static method in class de.innovationgate.utils.CBOItem
Sorts a list of CBOItem objects by their title
sortChildElements(Element, String) - Static method in class de.innovationgate.utils.WGUtils
Sorts the child elements of an element based on their indiviual XPath result.
sortOptions(ModuleRegistry) - Method in class de.innovationgate.wga.config.WGAConfiguration
 
SortOptionsVisitor - Class in de.innovationgate.wga.config
A configuration visitor sorting options by their definition order
SortOptionsVisitor(ModuleRegistry, WGAConfiguration) - Constructor for class de.innovationgate.wga.config.SortOptionsVisitor
 
SpaceSeparatedListOptionType - Class in de.innovationgate.wga.modules.options
Option type meant to store comma separated lists "a,b,c" in a string
SpaceSeparatedListOptionType() - Constructor for class de.innovationgate.wga.modules.options.SpaceSeparatedListOptionType
 
startTransaction() - Method in class de.innovationgate.webgate.api.WGDatabase
Starts a transaction and returns a transaction object.
STATISTICS_OFF - Static variable in class de.innovationgate.wga.config.PersonalisationDatabase
 
STATISTICS_ON_HIT - Static variable in class de.innovationgate.wga.config.PersonalisationDatabase
 
STATISTICS_ON_SESSION - Static variable in class de.innovationgate.wga.config.PersonalisationDatabase
 
STATUS_ARCHIVE - Static variable in class de.innovationgate.webgate.api.WGContent
Document is archived and no longer used.
STATUS_DRAFT - Static variable in class de.innovationgate.webgate.api.WGContent
Content is in status draft can be edited.
STATUS_RELEASE - Static variable in class de.innovationgate.webgate.api.WGContent
Content is released and shown online
STATUS_REVIEW - Static variable in class de.innovationgate.webgate.api.WGContent
Content is reviewed by workflow approvers
stdDateFormat(Date) - Static method in class de.innovationgate.utils.WGUtils
Formats a date by WGAs default date format dd.MM.yyyy
stdFormat(Number) - Static method in class de.innovationgate.utils.WGUtils
Formats a number by WGAs default decimal format #,##0
stdTimeFormat(Date) - Static method in class de.innovationgate.utils.WGUtils
Formats a date by WGAs default time format HH:mm:SS
stopEviction() - Static method in class de.innovationgate.utils.TemporaryFile
Stops the eviction thread
Storage - Class in de.innovationgate.wga.common.beans.hdbmodel
Represents a storage definition
Storage() - Constructor for class de.innovationgate.wga.common.beans.hdbmodel.Storage
 
STORAGE_ADMIN_ROLE - Static variable in class de.innovationgate.webgate.api.WGHierarchicalDatabase
ACL Role name which is granted administrative HDB rights, like editing rights to HDB storage documents.
STORAGE_DELIMITER - Static variable in class de.innovationgate.webgate.api.WGHierarchicalDatabase
Character by which the name parts of HDB storage ids are divided
straight() - Method in class de.innovationgate.webgate.api.WGDatabase.NoItemBehaviour
 
StringOptionType - Class in de.innovationgate.wga.modules.options
generic option type meant for storing any kind of string
stringToBoolean(String) - Static method in class de.innovationgate.utils.WGUtils
Converts a string to a boolean value, accepting "true", "t", "1", "yes" and "y" as true, accepting "false", "f", "0", "no", "n" as false, and throwing an IllegalArgumentException when none of these strings match.
strReplace(String, String, ReplaceProcessor, boolean, boolean) - Static method in class de.innovationgate.utils.WGUtils
Replaces occurences of a substring inside a string by another substring.
strReplace(String, String, ReplaceProcessor, boolean) - Static method in class de.innovationgate.utils.WGUtils
Replaces occurences of a substring inside a string by another substring.
strReplace(String, String, String, boolean, boolean) - Static method in class de.innovationgate.utils.WGUtils
Replaces occurences of a substring inside a string by another substring.
strReplace(String, String, String, boolean) - Static method in class de.innovationgate.utils.WGUtils
Replaces occurences of a substring inside a string by another substring.
strReplaceOld(String, String, String, boolean) - Static method in class de.innovationgate.utils.WGUtils
Deprecated. 
subList(int, int) - Method in class de.innovationgate.utils.TransientList
 
subList(int, int) - Method in class de.innovationgate.webgate.api.templates.LazyBeanList
 
SUFFIX_METADATA - Static variable in class de.innovationgate.wga.common.DesignDirectory
Suffix for design metadata files
SUFFIX_SCRIPT_CSS - Static variable in class de.innovationgate.wga.common.DesignDirectory
Suffix for Script module files of type "CSS"
SUFFIX_SCRIPT_GROOVY - Static variable in class de.innovationgate.wga.common.DesignDirectory
Suffix for Script module files of type "Groovy"
SUFFIX_SCRIPT_JAVASCRIPT - Static variable in class de.innovationgate.wga.common.DesignDirectory
Suffix for Script module files of type "JavaScript"
SUFFIX_SCRIPT_TMLSCRIPT - Static variable in class de.innovationgate.wga.common.DesignDirectory
Suffix for Script module files of type "TMLScript"
SUFFIX_SCRIPT_VBS - Static variable in class de.innovationgate.wga.common.DesignDirectory
Suffix for Script module files of type "Visual Basic Script"
SUFFIX_SCRIPT_XML - Static variable in class de.innovationgate.wga.common.DesignDirectory
Suffix for Script module files of type "XML"
SUFFIX_TML - Static variable in class de.innovationgate.wga.common.DesignDirectory
Suffix for WebTML module files
SUPPORTED_MIMETYPES - Static variable in class de.innovationgate.utils.imgscalr.ImgScalrScaler
 
SymmetricEncryptionEngine - Class in de.innovationgate.utils.security
engine to perform symmetric encryption by default a transformation of "AES/CBC/PKCS5Padding" with a 128bit key length is used
SymmetricEncryptionEngine() - Constructor for class de.innovationgate.utils.security.SymmetricEncryptionEngine
 
SYNCINFO_FILE - Static variable in class de.innovationgate.wga.common.DesignDirectory
Name of the (deprecated) sync information file
SYSPROP_DESENCRYPTER_ALGORITHM - Static variable in class de.innovationgate.utils.DESEncrypter
Deprecated.
 
SYSPROP_DESIGN_ROOT - Static variable in class de.innovationgate.wga.config.WGAConfiguration
 
SYSPROP_LUCENE_ROOT - Static variable in class de.innovationgate.wga.config.WGAConfiguration
 
SYSPROP_WARNINGS_ON_SERVER_CONSOLE - Static variable in class de.innovationgate.wga.config.WGAConfiguration
 
SYSPROPERTY_AUTH_FOLDER - Static variable in class de.innovationgate.webgate.api.auth.FileAuthenticationModule
Sysproperty to specify a base path for XML config files.
SYSPROPERTY_AUTH_MAPPING - Static variable in class de.innovationgate.webgate.api.auth.DefaultAuthModuleFactory
System property prefix by which Auth module implementations can be mapped to a short name, usable in "auth.module".
SYSPROPERTY_CACHE - Static variable in class de.innovationgate.utils.cache.CacheFactory
Sysproperty determining the cache core implementation to use.
SYSPROPERTY_EVENTTHREAD - Static variable in class de.innovationgate.webgate.api.WGFactory
System property to turn off the usage of an event thread.
SYSPROPERTY_LUCENE_KEYWORDS_AS_CONTENT - Static variable in class de.innovationgate.webgate.api.WGContent
Sysproperty name to determine of metadata field WGContent.META_KEYWORDS should be included in lucenes "allcontent" field
SYSPROPERTY_MAINTAIN_OPERATIONKEYS - Static variable in class de.innovationgate.webgate.api.WGDatabase
Java system property to enable/disable automatic operation key maintaining
SYSPROPERTY_METHOD - Static variable in class de.innovationgate.utils.imgscalr.ImgScalrScaler
 
SYSPROPERTY_VERBOSE_BACKENDACCESS - Static variable in class de.innovationgate.webgate.api.WGDatabase
Sysproperty to enable verbose backend access
SYSPROPERTY_VERBOSE_BACKENDACCESS_DOCTYPES - Static variable in class de.innovationgate.webgate.api.WGDatabase
Sysproperty to configure the doctypes for verbose backend access, as commaseparated typename list
SYSPROPERTY_VERBOSE_CACHEMANAGEMENT - Static variable in class de.innovationgate.webgate.api.WGDatabase
Java system property for turning on verbose cachemanagement in applog
SYSPROPERTY_VERBOSE_MUTABLECLONING - Static variable in class de.innovationgate.webgate.api.WGDatabase
Java system property for turning on verbose output when a mutable object needs to be cloned in WGAPI
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 _