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 _ 

U

UID_ALL_DATABASES - Static variable in class de.innovationgate.wga.config.VirtualHost
 
UID_DEFAULT_DOMAIN - Static variable in class de.innovationgate.wga.config.WGAConfiguration
 
UID_DESIGNSOURCE_DB - Static variable in class de.innovationgate.wga.config.WGAConfiguration
 
UID_DESIGNSOURCE_FILESYSTEM - Static variable in class de.innovationgate.wga.config.WGAConfiguration
 
UID_DESIGNSOURCE_PLUGIN - Static variable in class de.innovationgate.wga.config.WGAConfiguration
 
UID_EMBEDDED_DBSERVER - Static variable in class de.innovationgate.wga.config.WGAConfiguration
 
UIDGenerator - Class in de.innovationgate.utils
All-purpose generator for unique IDs.
UIDGenerator() - Constructor for class de.innovationgate.utils.UIDGenerator
 
unconvert(String) - Method in class de.innovationgate.wga.modules.options.BooleanOptionType
 
unconvert(String) - Method in class de.innovationgate.wga.modules.options.CommaSeparatedListOptionType
 
unconvert(String) - Method in interface de.innovationgate.wga.modules.options.ConvertingOptionType
 
unconvert(String) - Method in class de.innovationgate.wga.modules.options.IntegerOptionType
 
unconvert(String) - Method in class de.innovationgate.wga.modules.options.JSONListOptionType
 
unconvert(String) - Method in class de.innovationgate.wga.modules.options.PasswordOptionType
 
unconvert(String) - Method in class de.innovationgate.wga.modules.options.SemicolonSeparatedListOptionType
 
unconvert(String) - Method in class de.innovationgate.wga.modules.options.SpaceSeparatedListOptionType
 
unconvert(String) - Method in class de.innovationgate.wga.modules.options.URLOptionType
 
unconvertOptionValue(OptionDefinition, Object) - Static method in class de.innovationgate.wga.modules.options.OptionReader
Unconverts an option value to the native data type, based on the given option definition
UNKNOWN_REMOTE_USER - Static variable in class de.innovationgate.webgate.api.WGDatabase
Dummy user name that is used on request based authmodules if request.getRemoteUser() returns 'null'
unlock(LockOwner) - Method in interface de.innovationgate.webgate.api.locking.Lockable
unlock the object if it is locked by the given owner this method only delegates to LockOwner.releaseLock()
unlock(LockOwner) - Method in class de.innovationgate.webgate.api.WGDatabase
 
unlock() - Method in class de.innovationgate.webgate.api.WGDatabase
unlocks the database for the current sessioncontext
unlock(LockOwner) - Method in class de.innovationgate.webgate.api.WGDocument
 
unlock() - Method in class de.innovationgate.webgate.api.WGDocument
unlocks the document for the current sessioncontext
UNMIGRATEABLE_DBMETADATA - Static variable in class de.innovationgate.webgate.api.utils.ContentStoreDumpManager
Extension data fields on the database which should not be migrated as they represent local database state that should not be transferred
unzip(byte[]) - Static method in class de.innovationgate.utils.Zipper
Deprecated.
 
unzipDirectory(File, ZipInputStream) - Method in class de.innovationgate.utils.DirZipper
Unzips the content of the given input stream to a directory
unzipString(byte[]) - Static method in class de.innovationgate.utils.WGUtils
Unzips a string from bytes previously produced by WGUtils.zipString(String)
updateContent(String, Object, Object) - Method in class de.innovationgate.webgate.api.simple.BeanAdapter
 
updateContent(String, Object, Object) - Method in class de.innovationgate.webgate.api.templates.QueryableSource
 
updateContent(String, Object, Object) - Method in class de.innovationgate.webgate.api.templates.SimpleContentSource
Implement behaviour to update the database backend with new data for a data object
updateContent(WGContent, String, Object) - Method in class de.innovationgate.webgate.api.WGHierarchicalDatabase
updates the title on the given content and optional further fields within the listener using parameter if versioning is enabled the post_update_event is executed on a draft copy
updateContent(WGContent) - Method in class de.innovationgate.webgate.api.WGHierarchicalDatabase
updates the given content within the listener, parameter will be null, leaves the title unchanged
updateContent(WGContent, Object) - Method in class de.innovationgate.webgate.api.WGHierarchicalDatabase
updates the given content within the listener using parameter, leaves the title unchanged
updateList(List, Collection) - Static method in class de.innovationgate.utils.WGUtils
Updates a list with the state represented by another list, with as less changes as possible.
updatePortlet(WGPortlet) - Method in class de.innovationgate.webgate.api.WGPortletRegistry
Updates an already registered portlet with the information given in the parameter portlet object
updatePortlet(WGPortlet) - Method in class de.innovationgate.webgate.api.WGTransientPortletRegistry
 
updateSubLoader(String, URL[], boolean) - Method in class de.innovationgate.utils.DynamicClassLoadingChain
Creates or updates a subloader for the given key.
updateSubLoader(String, URL[]) - Method in class de.innovationgate.utils.DynamicClassLoadingChain
Creates or updates a subloader for the given key.
URLBuilder - Class in de.innovationgate.utils
Class for building and modifying URLs including their parameters.
URLBuilder(URL) - Constructor for class de.innovationgate.utils.URLBuilder
Creates a URLBuilder that parses an existing URL
URLBuilder(URL, String) - Constructor for class de.innovationgate.utils.URLBuilder
Creates a URLBuilder that parses an existing URL
URLBuilder(URI) - Constructor for class de.innovationgate.utils.URLBuilder
Creates a URLBuilder that parses an existing URI
URLBuilder(URI, String) - Constructor for class de.innovationgate.utils.URLBuilder
Creates a URLBuilder that parses an existing URI
URLBuilder(String, int, String, String, String, String) - Constructor for class de.innovationgate.utils.URLBuilder
Creates a URL Builder that takes various URL parts as parameters
URLBuilder(String, int, String, String, String, String, String) - Constructor for class de.innovationgate.utils.URLBuilder
Creates a URL Builder that takes various URL parts as parameters
URLBuilder(String, int, String, String, String) - Constructor for class de.innovationgate.utils.URLBuilder
Builds a URL builder for the given URL parts
URLBuilder(HttpServletRequest, String) - Constructor for class de.innovationgate.utils.URLBuilder
Builds a URL builder taking the request URL of the given request
URLBuilder(HttpServletRequest) - Constructor for class de.innovationgate.utils.URLBuilder
Builds a URL builder taking the request URL of the given request, decoding it using UTF-8
URLOptionType - Class in de.innovationgate.wga.modules.options
An option type holding and validating a complete URL
URLOptionType() - Constructor for class de.innovationgate.wga.modules.options.URLOptionType
 
USAGE_ICON - Static variable in interface de.innovationgate.webgate.api.WGFileAnnotations
An image representation representing the file type of the original file
USAGE_POSTER - Static variable in interface de.innovationgate.webgate.api.WGFileAnnotations
An image representation of any file displaying the files contents in graphical form
useJPEGForOutput() - Method in interface de.innovationgate.utils.ImageScaler
Sets the scaler to use JPEG images for output with 90% quality.
useJPEGForOutput() - Method in class de.innovationgate.utils.imgscalr.ImgScalrScaler
 
usePNGForOutput() - Method in interface de.innovationgate.utils.ImageScaler
Sets the scaler to use PNG images (with color palette) for output,
usePNGForOutput() - Method in class de.innovationgate.utils.imgscalr.ImgScalrScaler
 
USER_BACKENDSERVICES - Static variable in class de.innovationgate.webgate.api.WGDatabase
Backend services that are allowed to be called under user session
USER_BEAN - Static variable in class de.innovationgate.webgate.api.simple.BeanAdapter
 
UserAccessFilter - Interface in de.innovationgate.webgate.api
A filter to reduce user access of logged in users.
UserGroupInfo - Interface in de.innovationgate.webgate.api.auth
Information about a user or group, retrieved via AuthenticationModule.query(Object, String)
UserGroupInfoComparator - Class in de.innovationgate.webgate.api.auth
A comparator to sort UserGroupInfo objects by their full qualified name
UserGroupInfoComparator() - Constructor for class de.innovationgate.webgate.api.auth.UserGroupInfoComparator
 
UserHashMap<KeyType,ValueType> - Class in de.innovationgate.utils
A Map that contains different maps for different users identified by a unique user name.
UserHashMapGroup - Class in de.innovationgate.utils
A group of UserHashMap objects, whose currently served user can be switched at once Users should perform UserHashMapGroup.maintenance(boolean) regularly to remove user hash maps that are not used any more
UserHashMapGroup() - Constructor for class de.innovationgate.utils.UserHashMapGroup
 
USERLABEL_COMMONNAME - Static variable in interface de.innovationgate.webgate.api.auth.AuthenticationModule
A predefined, yet optional labeled name denoting a display name for the user that is easy on the eye
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 _