- Task - Class in de.innovationgate.wga.config
-
Definition of a task for an OpenWGA scheduler job
- Task() - Constructor for class de.innovationgate.wga.config.Task
-
- Task(String) - Constructor for class de.innovationgate.wga.config.Task
-
- TempFileInputStream - Class in de.innovationgate.utils
-
An input stream for a temporary file that gets unused after the stream is gc'd.
- TempFileInputStream(File) - Constructor for class de.innovationgate.utils.TempFileInputStream
-
- TemporaryFile - Class in de.innovationgate.utils
-
A helper object to use temporary files that must have a special file name in file system.
- TemporaryFile(String, InputStream, File) - Constructor for class de.innovationgate.utils.TemporaryFile
-
Constructs a temporary file object and initializes it with the data from an input stream
If the input stream that is providing data is a java.util.zip.ZipInputStream it is NOT closed after
the file data is read (to allow further reading of other file entries in the zip data)!
- TemporaryKey - Interface in de.innovationgate.webgate.api.templates
-
Interface without methods that should be implemented by data keys that are temporary, i.e. will not be valid for other operations based on keys.
- TERM_DIVIDER - Static variable in class de.innovationgate.webgate.api.WGColumnSet
-
- TERM_PATTERN - Static variable in class de.innovationgate.webgate.api.WGColumnSet
-
- testAvailability(ModuleRegistry) - Method in interface de.innovationgate.wga.modules.AvailabilityTestableModuleDefinition
-
Called to test availability of this module
- testBits(int, int) - Static method in class de.innovationgate.utils.WGUtils
-
Makes a bitsise compare of two bitsets, represented by ints.
- testConnection() - Method in class de.innovationgate.webgate.api.servers.WGDatabaseServer
-
- testDependencies() - Method in interface de.innovationgate.wga.modules.ModuleDefinition
-
May test for dependencies that need to be met for this module to work.
- testDependencies() - Method in class de.innovationgate.wga.modules.OptionsCollector
-
- TextEncodingOptionType - Class in de.innovationgate.wga.modules.options
-
Option type for storing text encodings.
- TextualDateFormat - Class in de.innovationgate.utils
-
A date format which supports textual date representations
such as "today,tomorrow,yesterday" or "heute,morgen,gestern"
currently Locale.ENGLISH and Locale.GERMAN are supported,
all other locales fallback to Locale.ENGLISH
- TextualDateFormat(Locale, DateFormat) - Constructor for class de.innovationgate.utils.TextualDateFormat
-
create a DateFormat for the given locale and with the given fallback date format
- ThreadPool - Class in de.innovationgate.utils
-
Simple ThreadPool that just creates n threads and is able to issue a Runnable to an idle thread.
- ThreadPool(int) - Constructor for class de.innovationgate.utils.ThreadPool
-
Initializes a thread pool with the given number of threads
- TIMEFORMAT_STANDARD - Static variable in class de.innovationgate.utils.WGUtils
-
A normal german time format: HH:mm:ss
- timeOnly(Date) - Static method in class de.innovationgate.utils.WGUtils
-
Removes date information from a date, leaving daytime information only
- toArray() - Method in class de.innovationgate.utils.TransientList
-
- toArray(Object[]) - Method in class de.innovationgate.utils.TransientList
-
- toArray() - Method in class de.innovationgate.webgate.api.templates.LazyBeanList
-
- toArray(Object[]) - Method in class de.innovationgate.webgate.api.templates.LazyBeanList
-
- toBoolean(Object, boolean) - Static method in class de.innovationgate.utils.WGUtils
-
Converts arbitrary objects into their boolean counterpart
Boolean true are:
Boolean.TRUE
All strings that
WGUtils.stringToBoolean(String)
thinks are true
The numbers 1 and -1
All other objects evaluate to the default given as argument.
- toDataType(OptionType, String) - Static method in class de.innovationgate.wga.modules.options.OptionReader
-
Convert a string option to the data type declared by the option type
- toDocumentKey() - Method in class de.innovationgate.webgate.api.WGContentKey
-
Creates a document key pendant for this content key
- toHexString(byte[]) - Static method in class de.innovationgate.utils.WGUtils
-
Converts a byte array to a hexadecimal string
- toInteger(Object, int) - Static method in class de.innovationgate.utils.WGUtils
-
Converts arbitrary objects into their integer counterpart
Interpretable as integer are all Number
instances and all strings that represent representations of numbers,
also all other objects whose Object.toString()
returns somthing that may be interpreted as number.
- toJavaDate(List) - Static method in class de.innovationgate.utils.WGDominoUtils
-
Converts a collection of lotus.domino.DateTime objects to the
corresponding java.util.Date objects
- TOKEN_DIVIDER - Static variable in class de.innovationgate.webgate.api.WGContentKey
-
- toLowerCase(List) - Static method in class de.innovationgate.utils.WGUtils
-
Creates a new list that contains the same elements than the parameter
list, but with all string elements converted to lower case
- toLowerCaseMeta(String) - Method in class de.innovationgate.webgate.api.WGDatabase
-
Lowercases a metadata field value for this database if metadata lowercasing is not disabled
- toPersistentForm(Comparable<?>) - Method in interface de.innovationgate.webgate.api.WGDatabaseRevisionSerializer
-
Deprecated.
Creates a serialized form of the given revision object, able to be persisted
- toPlainText(String, String, boolean) - Static method in class de.innovationgate.utils.WGUtils
-
Converts a HTML to plain text by removing all HTML tags.
- toString() - Method in class de.innovationgate.utils.CBOItem
-
- toString() - Method in class de.innovationgate.utils.DirComparer.Diff
-
- toString() - Method in class de.innovationgate.utils.DynamicClassLoadingChain.SubLoader
-
- toString() - Method in class de.innovationgate.utils.DynamicClassLoadingChain
-
- toString() - Method in class de.innovationgate.utils.MD5HashingInputStream
-
- toString() - Method in class de.innovationgate.utils.MD5HashingOutputStream
-
- toString() - Method in class de.innovationgate.utils.net.IPv4Address
-
- toString() - Method in class de.innovationgate.utils.net.IPv4Range
-
- toString() - Method in class de.innovationgate.utils.net.IPv4Restriction
-
- toString() - Method in class de.innovationgate.utils.security.HashedPassword
-
- toString() - Method in class de.innovationgate.utils.SHA256HashingInputStream
-
- toString() - Method in class de.innovationgate.utils.SHA512HashingInputStream
-
- toString() - Method in class de.innovationgate.utils.SimpleImageInfo
-
- toString() - Method in class de.innovationgate.utils.URLBuilder
-
- toString(List) - Static method in class de.innovationgate.utils.WGUtils
-
Creates a new list that contains the string representations
of all elements of the original list
- toString() - Method in class de.innovationgate.webgate.api.BinaryFieldData.SizeReportingInputStream
-
- toString() - Method in enum de.innovationgate.webgate.api.Privilege
-
- toString() - Method in class de.innovationgate.webgate.api.templates.BeanKey
-
Returns the string representation (including encodings) for this bean key
- toString() - Method in class de.innovationgate.webgate.api.templates.QueryableSource.QueryableSourceKey
-
- toString() - Method in class de.innovationgate.webgate.api.WGACLEntryFlags.Flag
-
- toString() - Method in class de.innovationgate.webgate.api.WGACLEntryFlags
-
Returns the flag-string representation of the flags stored in this object.
- toString() - Method in class de.innovationgate.webgate.api.WGColumnSet.Term
-
- toString() - Method in class de.innovationgate.webgate.api.WGColumnSet
-
- toString() - Method in class de.innovationgate.webgate.api.WGContentKey
-
Returns a string representation for this content key, as used in URLs and parsed by the parse methods on this object.
- toString() - Method in class de.innovationgate.webgate.api.WGDatabaseRevision
-
- toString() - Method in class de.innovationgate.webgate.api.WGDocumentKey
-
Constructs the string representation of this document key
- toString() - Method in class de.innovationgate.webgate.api.WGEventScript
-
Returns the one-string-representation of this script in format: scripttype/scriptcode
- toString() - Method in class de.innovationgate.webgate.api.WGOperationKey
-
Returns the operation key string for this operation.
- toString() - Method in class de.innovationgate.webgate.api.WGUpdateLog
-
- toString() - Method in class de.innovationgate.wga.common.beans.csconfig.v1.PluginID
-
- toString() - Method in class de.innovationgate.wga.common.beans.csconfig.v1.Version
-
Serializes the version as standard OpenWGA version string
- toString() - Method in class de.innovationgate.wga.common.beans.hdbmodel.Content
-
- toString() - Method in class de.innovationgate.wga.common.beans.hdbmodel.SingletonContent
-
- toString() - Method in class de.innovationgate.wga.common.beans.hdbmodel.Storage
-
- toString() - Method in class de.innovationgate.wga.common.DbType
-
- toString() - Method in class de.innovationgate.wga.common.LogLevel
-
- toString() - Method in class de.innovationgate.wga.config.DesignReference
-
- toString() - Method in class de.innovationgate.wga.config.DesignSource
-
- toString() - Method in class de.innovationgate.wga.config.Domain
-
- touchEntry(Serializable) - Method in interface de.innovationgate.utils.cache.CacheCore
-
Mark an existing cache entry as updated, so the eviction policy regards it as new
This method does nothing if there is no entry under the given key.
- touchEntry(Serializable) - Method in class de.innovationgate.utils.cache.EHCacheCore
-
- toValidXmlString(String) - Static method in class de.innovationgate.utils.WGUtils
-
Removes C0 control characters that are invalid in XML 1.0 and not even allowed as escaped entities from the string
This method removes all characters from U+0000 to U+001F except U+0009, U+000A, U+000D.
- toXML() - Method in class de.innovationgate.wga.common.beans.csconfig.v1.PluginConfig
-
- TRANSACTION_MODE_DEFAULT - Static variable in class de.innovationgate.webgate.api.WGSessionContext
-
The default transaction mode of this database backend.
- TRANSACTION_MODE_MANUAL - Static variable in class de.innovationgate.webgate.api.WGSessionContext
-
- TransientList - Class in de.innovationgate.utils
-
wrapper for a list to use with session serialization
the original list is a transient field and is therefore not serialized
if the object is deserialized it behaves like an empty list
- TransientList(List) - Constructor for class de.innovationgate.utils.TransientList
-
- TransientMap - Class in de.innovationgate.utils
-
wrapper for a map to use with session serialization
the originalmap is a transient field and is therefore not serialized
if the object is deserialized it behaves like an empty map
- TransientMap(Map) - Constructor for class de.innovationgate.utils.TransientMap
-
- TransientObjectWrapper<T> - Class in de.innovationgate.utils
-
Wrapper for objects which should not be serialized.
- TransientObjectWrapper() - Constructor for class de.innovationgate.utils.TransientObjectWrapper
-
Creates a normal transient object wrapper
- TransientObjectWrapper(boolean) - Constructor for class de.innovationgate.utils.TransientObjectWrapper
-
Creates an object wrapper where the argument decides if it should really store its wrapped object transient.
- TYPE_ACLENTRY - Static variable in class de.innovationgate.webgate.api.WGDocument
-
Pseudo document type for ACL entries
- TYPE_AREA - Static variable in class de.innovationgate.webgate.api.WGDocument
-
Document types of WGArea objects
- TYPE_CONNECTED - Static variable in class de.innovationgate.webgate.api.WGDatabaseEvent
-
Database was connected
- TYPE_CONNECTION_ERROR - Static variable in class de.innovationgate.webgate.api.WGDatabaseEvent
-
Database was tried to connect but failed
- TYPE_CONTENT - Static variable in class de.innovationgate.webgate.api.WGDocument
-
Document types of WGContent objects
- TYPE_CONTENTTYPE - Static variable in class de.innovationgate.webgate.api.WGDocument
-
Document types of WGContentType objects
- TYPE_CREATED - Static variable in class de.innovationgate.webgate.api.WGContentEvent
-
A content was created
- TYPE_CRON - Static variable in class de.innovationgate.wga.config.Schedule
-
- TYPE_CSSJS - Static variable in class de.innovationgate.webgate.api.WGDocument
-
Document types of WGCSSJSModule objects
- TYPE_DBMETADATA - Static variable in class de.innovationgate.webgate.api.WGDocument
-
Pseudo document type for database metadata (i.e. extension data on db level)
- TYPE_DELETE - Static variable in class de.innovationgate.webgate.api.WGUpdateLog
-
An update log for a document deletion
- TYPE_DELETEDOCS - Static variable in class de.innovationgate.webgate.api.WGACLEntryFlags
-
- TYPE_DIRECTACCESS - Static variable in class de.innovationgate.webgate.api.WGACLEntryFlags
-
- TYPE_FILECONTAINER - Static variable in class de.innovationgate.webgate.api.WGDocument
-
Document types of WGFileContainer objects
- TYPE_FILEDERIVATE - Static variable in class de.innovationgate.webgate.api.WGDocument
-
Pseudo document type for file derivate
- TYPE_HASBEENDELETED - Static variable in class de.innovationgate.webgate.api.WGContentEvent
-
A content has been deleted
- TYPE_HASBEENMOVED - Static variable in class de.innovationgate.webgate.api.WGContentEvent
-
A content has been moved (by a movage of a struct entry)
- TYPE_HASBEENSAVED - Static variable in class de.innovationgate.webgate.api.WGContentEvent
-
A content has been saved
- TYPE_HOST - Static variable in class de.innovationgate.utils.net.IPv4Restriction
-
Restriction including a single host
- TYPE_HOST - Static variable in class de.innovationgate.wga.config.ClientRestriction
-
Restriction including a single host
- TYPE_ITEM - Static variable in class de.innovationgate.wga.config.FieldMapping
-
- TYPE_ITEM_MAPPING - Static variable in class de.innovationgate.wga.common.beans.csconfig.v2.Shortcut
-
- TYPE_JAVA - Static variable in class de.innovationgate.wga.common.beans.csconfig.v1.JobDefinition
-
- TYPE_LANGUAGE - Static variable in class de.innovationgate.webgate.api.WGDocument
-
Document types of WGLanguage objects
- TYPE_META - Static variable in class de.innovationgate.wga.config.FieldMapping
-
- TYPE_META_MAPPING - Static variable in class de.innovationgate.wga.common.beans.csconfig.v2.Shortcut
-
- TYPE_MOVESTRUCTS - Static variable in class de.innovationgate.webgate.api.WGACLEntryFlags
-
- TYPE_NETWORK - Static variable in class de.innovationgate.utils.net.IPv4Restriction
-
Restriction including a network
- TYPE_NETWORK - Static variable in class de.innovationgate.wga.config.ClientRestriction
-
Restriction including a network
- TYPE_NOROLEINHERITANCE - Static variable in class de.innovationgate.webgate.api.WGACLEntryFlags
-
- TYPE_PLUGIN - Static variable in class de.innovationgate.wga.common.beans.csconfig.v2.Shortcut
-
- TYPE_POST_CREATE_CONTENT - Static variable in class de.innovationgate.webgate.api.WGHierarchicalDatabaseEvent
-
- TYPE_POST_DELETE_CONTENT - Static variable in class de.innovationgate.webgate.api.WGHierarchicalDatabaseEvent
-
- TYPE_POST_MOVE_CONTENT_FROM - Static variable in class de.innovationgate.webgate.api.WGHierarchicalDatabaseEvent
-
- TYPE_POST_MOVE_CONTENT_TO - Static variable in class de.innovationgate.webgate.api.WGHierarchicalDatabaseEvent
-
- TYPE_POST_UPDATE_CONTENT - Static variable in class de.innovationgate.webgate.api.WGHierarchicalDatabaseEvent
-
- TYPE_PRE_CREATE_CONTENT - Static variable in class de.innovationgate.webgate.api.WGHierarchicalDatabaseEvent
-
- TYPE_PRE_DELETE_CONTENT - Static variable in class de.innovationgate.webgate.api.WGHierarchicalDatabaseEvent
-
- TYPE_PRE_MOVE_CONTENT_FROM - Static variable in class de.innovationgate.webgate.api.WGHierarchicalDatabaseEvent
-
- TYPE_PRE_MOVE_CONTENT_TO - Static variable in class de.innovationgate.webgate.api.WGHierarchicalDatabaseEvent
-
- TYPE_PRE_UPDATE_CONTENT - Static variable in class de.innovationgate.webgate.api.WGHierarchicalDatabaseEvent
-
- TYPE_RANGE - Static variable in class de.innovationgate.utils.net.IPv4Restriction
-
Restriction including an IP range
- TYPE_RANGE - Static variable in class de.innovationgate.wga.config.ClientRestriction
-
Restriction including an IP range
- TYPE_ROLE - Static variable in interface de.innovationgate.webgate.api.WGACLEntry
-
Entry of type ROLE.
- TYPE_ROLE - Static variable in class de.innovationgate.webgate.api.WGACLEntryFlags
-
- TYPE_SAVED - Static variable in class de.innovationgate.webgate.api.WGContentEvent
-
A content is to be saved
- TYPE_SIMPLE - Static variable in class de.innovationgate.wga.config.Schedule
-
- TYPE_STATUSCHANGED - Static variable in class de.innovationgate.webgate.api.WGContentEvent
-
The status of a content has been changed
- TYPE_STRUCTENTRY - Static variable in class de.innovationgate.webgate.api.WGDocument
-
Document types of WGStructEntry objects
- TYPE_STRUCTMOVE - Static variable in class de.innovationgate.webgate.api.WGUpdateLog
-
An update log for a struct entry movage.
- TYPE_TML - Static variable in class de.innovationgate.webgate.api.WGDocument
-
Document types of WGTMLModule objects
- TYPE_TMLSCRIPT_GLOBAL - Static variable in class de.innovationgate.wga.common.beans.csconfig.v2.Shortcut
-
- TYPE_TMLSCRIPTMODULE - Static variable in class de.innovationgate.wga.common.beans.csconfig.v1.JobDefinition
-
- TYPE_UPDATE - Static variable in class de.innovationgate.webgate.api.WGDatabaseEvent
-
Database data was updated.
- TYPE_UPDATE - Static variable in class de.innovationgate.webgate.api.WGUpdateLog
-
An update log for a document creation or update
- TYPE_USER - Static variable in interface de.innovationgate.webgate.api.WGACLEntry
-
Entry of type user (which may also contain a group)
- TYPE_USERPROFILE - Static variable in class de.innovationgate.webgate.api.WGDocument
-
Document types of WGUserProfile objects
- TYPE_WORKFLOWMAIL - Static variable in class de.innovationgate.webgate.api.workflow.WGWorkflowEvent
-
A workflow mail will be sent.
- TYPENAME_ACLENTRY - Static variable in class de.innovationgate.webgate.api.WGDocument
-
Pseudo document type name for ACL entries
- TYPENAME_AREA - Static variable in class de.innovationgate.webgate.api.WGDocument
-
Document type name of WGArea objects
- TYPENAME_CONTENT - Static variable in class de.innovationgate.webgate.api.WGDocument
-
Document type name of WGContent objects
- TYPENAME_CONTENTTYPE - Static variable in class de.innovationgate.webgate.api.WGDocument
-
Document type name of WGContentType objects
- TYPENAME_CSSJS - Static variable in class de.innovationgate.webgate.api.WGDocument
-
Document type name of WGCSSJSModule objects
- TYPENAME_DBMETADATA - Static variable in class de.innovationgate.webgate.api.WGDocument
-
Pseudo document type name for database metadata
- TYPENAME_FILECONTAINER - Static variable in class de.innovationgate.webgate.api.WGDocument
-
Document type name of WGFileContainer objects
- TYPENAME_FILEDERIVATE - Static variable in class de.innovationgate.webgate.api.WGDocument
-
Pseudo document type name for file derivate
- TYPENAME_LANGUAGE - Static variable in class de.innovationgate.webgate.api.WGDocument
-
Document type name of WGLanguage objects
- TYPENAME_STRUCTENTRY - Static variable in class de.innovationgate.webgate.api.WGDocument
-
Document type name of WGStructEntry objects
- TYPENAME_TML - Static variable in class de.innovationgate.webgate.api.WGDocument
-
Document type name of WGTMLModule objects
- TYPENAME_USERPROFILE - Static variable in class de.innovationgate.webgate.api.WGDocument
-
Document type name of WGUserProfile objects