- MailConfiguration - Class in de.innovationgate.wga.config
-
Configuration of a global SMTP mail server
- MailConfiguration() - Constructor for class de.innovationgate.wga.config.MailConfiguration
-
- maintenance(boolean) - Method in class de.innovationgate.utils.UserHashMapGroup
-
- MapWrapper - Class in de.innovationgate.webgate.api.templates
-
A wrapper object that takes a java.util.Map as storage object and serves it's data as document core.
- MapWrapper(SimpleContentSource, BeanKey, Map, boolean, boolean) - Constructor for class de.innovationgate.webgate.api.templates.MapWrapper
-
Constructor.
- mark(int) - Method in class de.innovationgate.utils.MD5HashingInputStream
-
- mark(int) - Method in class de.innovationgate.utils.SHA256HashingInputStream
-
- mark(int) - Method in class de.innovationgate.utils.SHA512HashingInputStream
-
- mark(int) - Method in class de.innovationgate.webgate.api.BinaryFieldData.SizeReportingInputStream
-
- markEdited() - Method in class de.innovationgate.webgate.api.WGDocument
-
Manually sets this document as being edited.
- markFileMetaDataModified(WGFileMetaData) - Method in class de.innovationgate.webgate.api.fake.WGFakeDocument
-
- markFileMetaDataModified(WGFileMetaData) - Method in class de.innovationgate.webgate.api.templates.BeanFolder
-
- markFileMetaDataModified(WGFileMetaData) - Method in class de.innovationgate.webgate.api.templates.BeanWrapper
-
- markFileMetaDataModified(WGFileMetaData) - Method in class de.innovationgate.webgate.api.templates.WrappedKey
-
- markFileMetaDataModified(WGFileMetaData) - Method in interface de.innovationgate.webgate.api.WGDocumentCore
-
Marks a file metadata object as being modified, so the core knows that it must be saved
- markFileMetaDataModified(WGFileMetaData) - Method in class de.innovationgate.webgate.api.WGDocumentCoreWrapper
-
- markMetaDataModified(WGFileMetaData) - Method in class de.innovationgate.webgate.api.WGDocument.FakeMetaDataContext
-
- markMetaDataModified(WGFileMetaData) - Method in class de.innovationgate.webgate.api.WGDocument
-
- markMetaDataModified(WGFileMetaData) - Method in interface de.innovationgate.webgate.api.WGFileMetaDataContext
-
Informs the parent resource that the file metadata object is modified, so it is saveable
- markSupported() - Method in class de.innovationgate.utils.MD5HashingInputStream
-
- markSupported() - Method in class de.innovationgate.utils.SHA256HashingInputStream
-
- markSupported() - Method in class de.innovationgate.utils.SHA512HashingInputStream
-
- markSupported() - Method in class de.innovationgate.webgate.api.BinaryFieldData.SizeReportingInputStream
-
- MASTER_USERNAME - Static variable in class de.innovationgate.webgate.api.WGDatabase
-
The user name that is returned for the user of a WGA master session
- MasterLoginAuthSession - Class in de.innovationgate.webgate.api.auth
-
Auth session object representing an anonymous login.
- MasterSessionTask - Class in de.innovationgate.webgate.api.utils
-
Tool class that provides a convenient way to execute a custom task on a database in a master session on a parallel thread.
- MasterSessionTask(WGDatabase) - Constructor for class de.innovationgate.webgate.api.utils.MasterSessionTask
-
Construct a master session task for a specific database
- MasterSessionTask(WGDatabase, boolean) - Constructor for class de.innovationgate.webgate.api.utils.MasterSessionTask
-
Construct a master session task for a specific database
- mayAccessDirectly() - Method in class de.innovationgate.webgate.api.WGUserAccess
-
Returns if user has privilege to access the application directly, f.e. via URL
- mayBePublished(WGContent, boolean, String) - Static method in class de.innovationgate.webgate.api.WGContent
-
Determines, if a content may be published (visible to a user) right now, testing all necessary conditions.
- mayBePublished(boolean, String) - Method in class de.innovationgate.webgate.api.WGContent
-
A executed the static method "mayBePublished" on this content.
- mayCreateChildEntry(WGDocument) - Method in class de.innovationgate.webgate.api.WGContentType
-
Tests, if the user is allowed to create struct entries in this content
type for the given parent, according to this content type.
- mayCreateContent() - Method in class de.innovationgate.webgate.api.WGContentType
-
Tests if the current user may create contents for this content type.
- mayCreateContent() - Method in class de.innovationgate.webgate.api.WGLanguage
-
Tests if the current user is allowed to create content in this language
- mayDeleteDocuments() - Method in class de.innovationgate.webgate.api.WGUserAccess
-
Returns if user has privilege to delete documents
- mayEditAreaChildren() - Method in class de.innovationgate.webgate.api.WGArea
-
- mayEditChildPages() - Method in class de.innovationgate.webgate.api.WGStructEntry
-
Tests if the current user generally may edit child pages of this page, according to the hierarchical access rights.
- mayEditChildren() - Method in class de.innovationgate.webgate.api.WGStructEntry
-
- mayEditContent() - Method in class de.innovationgate.webgate.api.WGContent
-
Tests if the current user is allowed to edit (i.e. save modifications) the current document
- mayEditDocument() - Method in class de.innovationgate.webgate.api.WGDesignDocument
-
- mayEditEntryAndContent() - Method in class de.innovationgate.webgate.api.WGStructEntry
-
- mayEditPage() - Method in class de.innovationgate.webgate.api.WGStructEntry
-
Tests if the current user generally may edit this struct entry and it's contents, according to the hierarchical access rights.
- mayEditPages() - Method in class de.innovationgate.webgate.api.WGArea
-
Tests if the current user is generally allowed to edit documents in this area, according to area access rights
- mayMoveStructEntries() - Method in class de.innovationgate.webgate.api.WGUserAccess
-
Returns if user has privilege to move struct entries
- mayReadContent() - Method in class de.innovationgate.webgate.api.WGArea
-
Tests if the current user may read contents in this area
- mayReadContent() - Method in class de.innovationgate.webgate.api.WGStructEntry
-
Tests if the current user may read contents on this page and below
- mayRemove() - Method in class de.innovationgate.webgate.api.WGDocument
-
- mayRemove(boolean) - Method in class de.innovationgate.webgate.api.WGDocument
-
- maySave() - Method in class de.innovationgate.webgate.api.WGDocument
-
Tests if the current user is allowed to save the current document
For getting more details about failure reasons for save checks see
WGDocument.performSaveCheck()
- maySave() - Method in class de.innovationgate.webgate.api.WGStructEntry
-
- MD5HashingInputStream - Class in de.innovationgate.utils
-
A wrapper input stream that returns the data of the wrapped stream unmodified, but builds an MD5 hash from its data while reading.
- MD5HashingInputStream(InputStream) - Constructor for class de.innovationgate.utils.MD5HashingInputStream
-
Constructor
- MD5HashingOutputStream - Class in de.innovationgate.utils
-
A wrapper output stream that gives the written data unmodified to the wrapped stream, but builds an MD5 hash from its data while writing.
- MD5HashingOutputStream(OutputStream) - Constructor for class de.innovationgate.utils.MD5HashingOutputStream
-
- MediaKey - Class in de.innovationgate.wga.common.beans.csconfig.v1
-
- MediaKey() - Constructor for class de.innovationgate.wga.common.beans.csconfig.v1.MediaKey
-
- MediaKey(String, String, boolean, boolean) - Constructor for class de.innovationgate.wga.common.beans.csconfig.v1.MediaKey
-
- META_ALLOWED_CHILDTYPES - Static variable in class de.innovationgate.webgate.api.WGContentType
-
- META_ALLOWED_CHILDTYPES - Static variable in class de.innovationgate.webgate.api.WGStructEntry
-
- META_ALLOWED_POSITIONS - Static variable in class de.innovationgate.webgate.api.WGContentType
-
- META_ALLOWED_ROOTTYPES - Static variable in class de.innovationgate.webgate.api.WGArea
-
- META_AREA - Static variable in class de.innovationgate.webgate.api.WGStructEntry
-
- META_AUTHOR - Static variable in class de.innovationgate.webgate.api.WGContent
-
- META_AUTHORING - Static variable in class de.innovationgate.webgate.api.WGContentType
-
- META_BROWSERTITLE - Static variable in class de.innovationgate.webgate.api.WGContent
-
- META_CACHEABLE - Static variable in class de.innovationgate.webgate.api.WGTMLModule
-
- META_CHILD_EDITORS - Static variable in class de.innovationgate.webgate.api.WGStructEntry
-
- META_CHILDPAGERESTRICTIONS - Static variable in class de.innovationgate.webgate.api.WGContentType
-
- META_CHILDPAGERESTRICTIONS - Static variable in class de.innovationgate.webgate.api.WGStructEntry
-
- META_CLIENT - Static variable in class de.innovationgate.webgate.api.WGUserProfile
-
- META_COAUTHORS - Static variable in class de.innovationgate.webgate.api.WGContent
-
- META_CODE - Static variable in class de.innovationgate.webgate.api.WGCSSJSModule
-
- META_CODE - Static variable in class de.innovationgate.webgate.api.WGTMLModule
-
- META_CODEOFFSET - Static variable in class de.innovationgate.webgate.api.WGCSSJSModule
-
- META_CODEOFFSET - Static variable in class de.innovationgate.webgate.api.WGTMLModule
-
- META_CODETYPE - Static variable in class de.innovationgate.webgate.api.WGCSSJSModule
-
- META_CONTENTCLASS - Static variable in class de.innovationgate.webgate.api.WGContent
-
- META_CONTENTTYPE - Static variable in class de.innovationgate.webgate.api.WGStructEntry
-
- META_COPYRIGHT - Static variable in class de.innovationgate.webgate.api.WGFileMetaData
-
- META_CREATED - Static variable in class de.innovationgate.webgate.api.WGDocument
-
- META_CREATED - Static variable in class de.innovationgate.webgate.api.WGFileMetaData
-
- META_DBLOGIN - Static variable in class de.innovationgate.webgate.api.WGUserProfile
-
- META_DESCRIPTION - Static variable in class de.innovationgate.webgate.api.WGContent
-
- META_DESCRIPTION - Static variable in class de.innovationgate.webgate.api.WGDesignDocument
-
- META_DESCRIPTION - Static variable in class de.innovationgate.webgate.api.WGFileMetaData
-
- META_DESCRIPTIONALIASES - Static variable in class de.innovationgate.webgate.api.WGContentType
-
- META_DESIGNREFERENCE - Static variable in class de.innovationgate.webgate.api.WGDesignDocument
-
- META_DIRECTACCESS - Static variable in class de.innovationgate.webgate.api.WGTMLModule
-
- META_EDITORS - Static variable in class de.innovationgate.webgate.api.WGArea
-
- META_EDITORS - Static variable in class de.innovationgate.webgate.api.WGContentType
-
- META_EDITORS - Static variable in class de.innovationgate.webgate.api.WGLanguage
-
- META_EVENT_CREATECONTENT - Static variable in class de.innovationgate.webgate.api.WGContentType
-
- META_EVENT_SAVECONTENT - Static variable in class de.innovationgate.webgate.api.WGContentType
-
- META_EVENT_STATUSCHANGE - Static variable in class de.innovationgate.webgate.api.WGContentType
-
- META_EVENT_WORKFLOWMAIL - Static variable in class de.innovationgate.webgate.api.WGContentType
-
- META_HITS - Static variable in class de.innovationgate.webgate.api.WGUserProfile
-
- META_INNER_LAYOUT - Static variable in class de.innovationgate.webgate.api.WGContentType
-
- META_IS_HIDDEN_FROM - Static variable in class de.innovationgate.webgate.api.WGContent
-
- META_KEY - Static variable in class de.innovationgate.webgate.api.WGStructEntry
-
- META_KEYWORDS - Static variable in class de.innovationgate.webgate.api.WGContent
-
- META_LANGUAGE - Static variable in class de.innovationgate.webgate.api.WGContent
-
- META_LANGUAGES - Static variable in class de.innovationgate.webgate.api.WGUserProfile
-
- META_LASTACCESS - Static variable in class de.innovationgate.webgate.api.WGUserProfile
-
- META_LASTCLIENT - Static variable in class de.innovationgate.webgate.api.WGContent
-
- META_LASTIP - Static variable in class de.innovationgate.webgate.api.WGUserProfile
-
- META_LASTMODIFIED - Static variable in class de.innovationgate.webgate.api.WGDocument
-
- META_LASTMODIFIED - Static variable in class de.innovationgate.webgate.api.WGFileMetaData
-
- META_LASTSESSIONDATE - Static variable in class de.innovationgate.webgate.api.WGUserProfile
-
- META_LASTSESSIONHITS - Static variable in class de.innovationgate.webgate.api.WGUserProfile
-
- META_LASTSESSIONID - Static variable in class de.innovationgate.webgate.api.WGUserProfile
-
- META_LINK_TARGET - Static variable in class de.innovationgate.webgate.api.WGContent
-
- META_MD5CHECKSUM - Static variable in class de.innovationgate.webgate.api.WGFileMetaData
-
- META_MEDIAKEY - Static variable in class de.innovationgate.webgate.api.WGTMLModule
-
- META_MIMETYPE - Static variable in class de.innovationgate.webgate.api.WGFileMetaData
-
- META_NAME - Static variable in class de.innovationgate.webgate.api.WGDesignDocument
-
- META_NAME - Static variable in class de.innovationgate.webgate.api.WGFileMetaData
-
- META_NAME - Static variable in class de.innovationgate.webgate.api.WGUserProfile
-
- META_NAMEALIASES - Static variable in class de.innovationgate.webgate.api.WGContentType
-
- META_OUTER_LAYOUT - Static variable in class de.innovationgate.webgate.api.WGContentType
-
- META_OWNER - Static variable in class de.innovationgate.webgate.api.WGContent
-
- META_PAGE_EDITORS - Static variable in class de.innovationgate.webgate.api.WGStructEntry
-
- META_PASSWORD - Static variable in class de.innovationgate.webgate.api.WGUserProfile
-
- META_PASTAUTHORS - Static variable in class de.innovationgate.webgate.api.WGDocument
-
- META_PASTEDITDATES - Static variable in class de.innovationgate.webgate.api.WGDocument
-
- META_PENDINGRELEASE - Static variable in class de.innovationgate.webgate.api.WGContent
-
- META_PORTLETITEMSTORAGE - Static variable in class de.innovationgate.webgate.api.WGUserProfile
-
- META_PORTLETREGISTRY - Static variable in class de.innovationgate.webgate.api.WGUserProfile
-
- META_POSITION - Static variable in class de.innovationgate.webgate.api.WGStructEntry
-
- META_POSITIONING - Static variable in class de.innovationgate.webgate.api.WGContentType
-
- META_PREFERREDPARENT - Static variable in class de.innovationgate.webgate.api.WGContentType
-
- META_PREVIOUSSESSIONDATE - Static variable in class de.innovationgate.webgate.api.WGUserProfile
-
- META_PREVIOUSSESSIONHITS - Static variable in class de.innovationgate.webgate.api.WGUserProfile
-
- META_PREVIOUSSESSIONID - Static variable in class de.innovationgate.webgate.api.WGUserProfile
-
- META_PUBLISHED - Static variable in class de.innovationgate.webgate.api.WGContent
-
- META_PUBLISHED - Static variable in class de.innovationgate.webgate.api.WGStructEntry
-
- META_READERS - Static variable in class de.innovationgate.webgate.api.WGArea
-
- META_READERS - Static variable in class de.innovationgate.webgate.api.WGContent
-
- META_READERS - Static variable in class de.innovationgate.webgate.api.WGStructEntry
-
- META_REVISION - Static variable in class de.innovationgate.webgate.api.WGDocument
-
- META_ROOTPAGERESTRICTIONS - Static variable in class de.innovationgate.webgate.api.WGArea
-
- META_SEARCHSCORE - Static variable in class de.innovationgate.webgate.api.WGContent
-
- META_SESSIONS - Static variable in class de.innovationgate.webgate.api.WGUserProfile
-
- META_SHA512CHECKSUM - Static variable in class de.innovationgate.webgate.api.WGFileMetaData
-
- META_SIZE - Static variable in class de.innovationgate.webgate.api.WGFileMetaData
-
- META_STATUS - Static variable in class de.innovationgate.webgate.api.WGContent
-
- META_STRUCTENTRY - Static variable in class de.innovationgate.webgate.api.WGContent
-
- META_SYSTEM - Static variable in class de.innovationgate.webgate.api.WGArea
-
- META_TITLE - Static variable in class de.innovationgate.webgate.api.WGContent
-
- META_TITLE - Static variable in class de.innovationgate.webgate.api.WGFileMetaData
-
- META_TITLE - Static variable in class de.innovationgate.webgate.api.WGLanguage
-
- META_TITLE - Static variable in class de.innovationgate.webgate.api.WGStructEntry
-
- META_TYPE - Static variable in class de.innovationgate.webgate.api.WGUserProfile
-
- META_UNIQUE_NAME - Static variable in class de.innovationgate.webgate.api.WGContent
-
- META_UNIQUENAME - Static variable in class de.innovationgate.webgate.api.WGStructEntry
-
- META_VALID_FROM - Static variable in class de.innovationgate.webgate.api.WGContent
-
- META_VALID_TO - Static variable in class de.innovationgate.webgate.api.WGContent
-
- META_VARIANT - Static variable in class de.innovationgate.webgate.api.WGDesignDocument
-
- META_VERSION - Static variable in class de.innovationgate.webgate.api.WGContent
-
- META_VIRTUAL_LINK - Static variable in class de.innovationgate.webgate.api.WGContent
-
- META_VIRTUAL_LINK_TYPE - Static variable in class de.innovationgate.webgate.api.WGContent
-
- META_VISIBLE - Static variable in class de.innovationgate.webgate.api.WGContent
-
- META_WFHISTORY - Static variable in class de.innovationgate.webgate.api.WGContent
-
- META_WORKFLOW - Static variable in class de.innovationgate.webgate.api.WGContentType
-
- META_WORKFLOW_NAME - Static variable in class de.innovationgate.webgate.api.WGStructEntry
-
- METADATA_MODULE_QUALIFIER - Static variable in class de.innovationgate.webgate.api.WGCSSJSModule
-
- MetaInfo - Class in de.innovationgate.webgate.api
-
Bean containing information about a document metadata field.
- MetaInfo(String, Class<?>, Object) - Constructor for class de.innovationgate.webgate.api.MetaInfo
-
Constructor
- METAINFO_ALLOWED_CHILDTYPES - Static variable in class de.innovationgate.webgate.api.WGContentType
-
- METAINFO_ALLOWED_CHILDTYPES - Static variable in class de.innovationgate.webgate.api.WGStructEntry
-
- METAINFO_ALLOWED_POSITIONS - Static variable in class de.innovationgate.webgate.api.WGContentType
-
- METAINFO_ALLOWED_ROOTTYPES - Static variable in class de.innovationgate.webgate.api.WGArea
-
- METAINFO_AREA - Static variable in class de.innovationgate.webgate.api.WGStructEntry
-
- METAINFO_AUTHOR - Static variable in class de.innovationgate.webgate.api.WGContent
-
- METAINFO_AUTHORING - Static variable in class de.innovationgate.webgate.api.WGContentType
-
- METAINFO_BROWSERTITLE - Static variable in class de.innovationgate.webgate.api.WGContent
-
- METAINFO_CACHEABLE - Static variable in class de.innovationgate.webgate.api.WGTMLModule
-
- METAINFO_CHILD_EDITORS - Static variable in class de.innovationgate.webgate.api.WGStructEntry
-
- METAINFO_CHILDPAGERESTRICTIONS - Static variable in class de.innovationgate.webgate.api.WGContentType
-
- METAINFO_CHILDPAGERESTRICTIONS - Static variable in class de.innovationgate.webgate.api.WGStructEntry
-
- METAINFO_CLIENT - Static variable in class de.innovationgate.webgate.api.WGUserProfile
-
- METAINFO_COAUTHORS - Static variable in class de.innovationgate.webgate.api.WGContent
-
- METAINFO_CODE - Static variable in class de.innovationgate.webgate.api.WGCSSJSModule
-
- METAINFO_CODE - Static variable in class de.innovationgate.webgate.api.WGTMLModule
-
- METAINFO_CODEOFFSET - Static variable in class de.innovationgate.webgate.api.WGCSSJSModule
-
- METAINFO_CODEOFFSET - Static variable in class de.innovationgate.webgate.api.WGTMLModule
-
- METAINFO_CODETYPE - Static variable in class de.innovationgate.webgate.api.WGCSSJSModule
-
- METAINFO_CONTENTCLASS - Static variable in class de.innovationgate.webgate.api.WGContent
-
- METAINFO_CONTENTTYPE - Static variable in class de.innovationgate.webgate.api.WGStructEntry
-
- METAINFO_COPYRIGHT - Static variable in class de.innovationgate.webgate.api.WGFileMetaData
-
- METAINFO_CREATED - Static variable in class de.innovationgate.webgate.api.WGDocument
-
- METAINFO_CREATED - Static variable in class de.innovationgate.webgate.api.WGFileMetaData
-
- METAINFO_DBLOGIN - Static variable in class de.innovationgate.webgate.api.WGUserProfile
-
- METAINFO_DESCRIPTION - Static variable in class de.innovationgate.webgate.api.WGContent
-
- METAINFO_DESCRIPTION - Static variable in class de.innovationgate.webgate.api.WGDesignDocument
-
- METAINFO_DESCRIPTION - Static variable in class de.innovationgate.webgate.api.WGFileMetaData
-
- METAINFO_DESCRIPTIONALIASES - Static variable in class de.innovationgate.webgate.api.WGContentType
-
- METAINFO_DESIGNREFERENCE - Static variable in class de.innovationgate.webgate.api.WGDesignDocument
-
- METAINFO_DIRECTACCESS - Static variable in class de.innovationgate.webgate.api.WGTMLModule
-
- METAINFO_EDITORS - Static variable in class de.innovationgate.webgate.api.WGArea
-
- METAINFO_EDITORS - Static variable in class de.innovationgate.webgate.api.WGContentType
-
- METAINFO_EDITORS - Static variable in class de.innovationgate.webgate.api.WGLanguage
-
- METAINFO_EVENT_CREATECONTENT - Static variable in class de.innovationgate.webgate.api.WGContentType
-
- METAINFO_EVENT_SAVECONTENT - Static variable in class de.innovationgate.webgate.api.WGContentType
-
- METAINFO_EVENT_STATUSCHANGE - Static variable in class de.innovationgate.webgate.api.WGContentType
-
- METAINFO_EVENT_WORKFLOWMAIL - Static variable in class de.innovationgate.webgate.api.WGContentType
-
- METAINFO_HITS - Static variable in class de.innovationgate.webgate.api.WGUserProfile
-
- METAINFO_INNER_LAYOUT - Static variable in class de.innovationgate.webgate.api.WGContentType
-
- METAINFO_IS_HIDDEN_FROM - Static variable in class de.innovationgate.webgate.api.WGContent
-
- METAINFO_KEY - Static variable in class de.innovationgate.webgate.api.WGStructEntry
-
- METAINFO_KEYWORDS - Static variable in class de.innovationgate.webgate.api.WGContent
-
- METAINFO_LANGUAGE - Static variable in class de.innovationgate.webgate.api.WGContent
-
- METAINFO_LANGUAGES - Static variable in class de.innovationgate.webgate.api.WGUserProfile
-
- METAINFO_LASTACCESS - Static variable in class de.innovationgate.webgate.api.WGUserProfile
-
- METAINFO_LASTCLIENT - Static variable in class de.innovationgate.webgate.api.WGContent
-
- METAINFO_LASTIP - Static variable in class de.innovationgate.webgate.api.WGUserProfile
-
- METAINFO_LASTMODIFIED - Static variable in class de.innovationgate.webgate.api.WGDocument
-
- METAINFO_LASTMODIFIED - Static variable in class de.innovationgate.webgate.api.WGFileMetaData
-
- METAINFO_LASTSESSIONDATE - Static variable in class de.innovationgate.webgate.api.WGUserProfile
-
- METAINFO_LASTSESSIONHITS - Static variable in class de.innovationgate.webgate.api.WGUserProfile
-
- METAINFO_LASTSESSIONID - Static variable in class de.innovationgate.webgate.api.WGUserProfile
-
- METAINFO_LINK_TARGET - Static variable in class de.innovationgate.webgate.api.WGContent
-
- METAINFO_MD5CHECKSUM - Static variable in class de.innovationgate.webgate.api.WGFileMetaData
-
- METAINFO_MEDIAKEY - Static variable in class de.innovationgate.webgate.api.WGTMLModule
-
- METAINFO_MIMETYPE - Static variable in class de.innovationgate.webgate.api.WGFileMetaData
-
- METAINFO_NAME - Static variable in class de.innovationgate.webgate.api.WGDesignDocument
-
- METAINFO_NAME - Static variable in class de.innovationgate.webgate.api.WGFileMetaData
-
- METAINFO_NAME - Static variable in class de.innovationgate.webgate.api.WGUserProfile
-
- METAINFO_NAMEALIASES - Static variable in class de.innovationgate.webgate.api.WGContentType
-
- METAINFO_OUTER_LAYOUT - Static variable in class de.innovationgate.webgate.api.WGContentType
-
- METAINFO_OWNER - Static variable in class de.innovationgate.webgate.api.WGContent
-
- METAINFO_PAGE_EDITORS - Static variable in class de.innovationgate.webgate.api.WGStructEntry
-
- METAINFO_PASSWORD - Static variable in class de.innovationgate.webgate.api.WGUserProfile
-
- METAINFO_PASTAUTHORS - Static variable in class de.innovationgate.webgate.api.WGDocument
-
- METAINFO_PASTEDITDATES - Static variable in class de.innovationgate.webgate.api.WGDocument
-
- METAINFO_PENDINGRELEASE - Static variable in class de.innovationgate.webgate.api.WGContent
-
- METAINFO_PORTLETITEMSTORAGE - Static variable in class de.innovationgate.webgate.api.WGUserProfile
-
- METAINFO_PORTLETREGISTRY - Static variable in class de.innovationgate.webgate.api.WGUserProfile
-
- METAINFO_POSITION - Static variable in class de.innovationgate.webgate.api.WGStructEntry
-
- METAINFO_POSITIONING - Static variable in class de.innovationgate.webgate.api.WGContentType
-
- METAINFO_PREFERREDPARENT - Static variable in class de.innovationgate.webgate.api.WGContentType
-
- METAINFO_PREVIOUSSESSIONDATE - Static variable in class de.innovationgate.webgate.api.WGUserProfile
-
- METAINFO_PREVIOUSSESSIONHITS - Static variable in class de.innovationgate.webgate.api.WGUserProfile
-
- METAINFO_PREVIOUSSESSIONID - Static variable in class de.innovationgate.webgate.api.WGUserProfile
-
- METAINFO_PUBLISHED - Static variable in class de.innovationgate.webgate.api.WGContent
-
- METAINFO_PUBLISHED - Static variable in class de.innovationgate.webgate.api.WGStructEntry
-
- METAINFO_READERS - Static variable in class de.innovationgate.webgate.api.WGArea
-
- METAINFO_READERS - Static variable in class de.innovationgate.webgate.api.WGContent
-
- METAINFO_READERS - Static variable in class de.innovationgate.webgate.api.WGStructEntry
-
- METAINFO_REVISION - Static variable in class de.innovationgate.webgate.api.WGDocument
-
- METAINFO_ROOTPAGERESTRICTIONS - Static variable in class de.innovationgate.webgate.api.WGArea
-
- METAINFO_SEARCHSCORE - Static variable in class de.innovationgate.webgate.api.WGContent
-
- METAINFO_SESSIONS - Static variable in class de.innovationgate.webgate.api.WGUserProfile
-
- METAINFO_SHA512CHECKSUM - Static variable in class de.innovationgate.webgate.api.WGFileMetaData
-
- METAINFO_SIZE - Static variable in class de.innovationgate.webgate.api.WGFileMetaData
-
- METAINFO_STATUS - Static variable in class de.innovationgate.webgate.api.WGContent
-
- METAINFO_STRUCTENTRY - Static variable in class de.innovationgate.webgate.api.WGContent
-
- METAINFO_SYSTEM - Static variable in class de.innovationgate.webgate.api.WGArea
-
- METAINFO_TITLE - Static variable in class de.innovationgate.webgate.api.WGContent
-
- METAINFO_TITLE - Static variable in class de.innovationgate.webgate.api.WGFileMetaData
-
- METAINFO_TITLE - Static variable in class de.innovationgate.webgate.api.WGLanguage
-
- METAINFO_TITLE - Static variable in class de.innovationgate.webgate.api.WGStructEntry
-
- METAINFO_TYPE - Static variable in class de.innovationgate.webgate.api.WGUserProfile
-
- METAINFO_UNIQUE_NAME - Static variable in class de.innovationgate.webgate.api.WGContent
-
- METAINFO_UNIQUENAME - Static variable in class de.innovationgate.webgate.api.WGStructEntry
-
- METAINFO_VALID_FROM - Static variable in class de.innovationgate.webgate.api.WGContent
-
- METAINFO_VALID_TO - Static variable in class de.innovationgate.webgate.api.WGContent
-
- METAINFO_VARIANT - Static variable in class de.innovationgate.webgate.api.WGDesignDocument
-
- METAINFO_VERSION - Static variable in class de.innovationgate.webgate.api.WGContent
-
- METAINFO_VIRTUAL_LINK - Static variable in class de.innovationgate.webgate.api.WGContent
-
- METAINFO_VIRTUAL_LINK_TYPE - Static variable in class de.innovationgate.webgate.api.WGContent
-
- METAINFO_VISIBLE - Static variable in class de.innovationgate.webgate.api.WGContent
-
- METAINFO_WFHISTORY - Static variable in class de.innovationgate.webgate.api.WGContent
-
- METAINFO_WORKFLOW - Static variable in class de.innovationgate.webgate.api.WGContentType
-
- METAINFO_WORKFLOW_NAME - Static variable in class de.innovationgate.webgate.api.WGStructEntry
-
- MetaInfoProvider - Interface in de.innovationgate.webgate.api
-
implementing classes provide informations about metadata by MetaInfo beans
- MigrationMessage - Class in de.innovationgate.wga.config
-
A message put out by the OpenWGA configuration migrator
- MigrationMessage(int, String) - Constructor for class de.innovationgate.wga.config.MigrationMessage
-
- MigrationMessage(int, Throwable) - Constructor for class de.innovationgate.wga.config.MigrationMessage
-
- MigrationMessage(int, String, Throwable) - Constructor for class de.innovationgate.wga.config.MigrationMessage
-
- MigrationResult - Class in de.innovationgate.wga.config
-
Object collecting the results of an OpenWGA configuration migration
- MigrationResult() - Constructor for class de.innovationgate.wga.config.MigrationResult
-
- MimetypeDeterminationService - Interface in de.innovationgate.webgate.api
-
A service to determine the MIME type of a file by its filename
- MimeTypeSpecificImageScaler - Interface in de.innovationgate.utils
-
An image scaler for a specific mime type.
- MimeTypeSpecificImageScalerFactory - Interface in de.innovationgate.utils
-
A factory for creating mime type specific image scalers
- MODE_AUTO - Static variable in class de.innovationgate.wga.config.PersonalisationDatabase
-
- MODE_EXCLUDE - Static variable in annotation type de.innovationgate.wga.common.CodeCompletion
-
"Blacklist" mode: Everything is available for code completion that is not explicitly excluded
- MODE_INCLUDE - Static variable in annotation type de.innovationgate.wga.common.CodeCompletion
-
"Whitelist" mode: Only explicitly included methods/fields are available for code completion
- MODE_LOGIN - Static variable in class de.innovationgate.wga.config.PersonalisationDatabase
-
- ModelDefinition - Class in de.innovationgate.wga.common.beans.hdbmodel
-
The base object of HDBModel hierarchy definition
- ModelDefinition() - Constructor for class de.innovationgate.wga.common.beans.hdbmodel.ModelDefinition
-
- ModifyListener - Interface in de.innovationgate.utils
-
interface for ModifyListeners
A modifiyListener is notified on modifications of monitorable maps, lists and objects
- ModifyListenerFactory - Class in de.innovationgate.utils
-
Factory to create maps, lists and objects which can be monitored
for modification by an
ModifyListener
- ModifyListenerObjectWrapper - Interface in de.innovationgate.utils
-
- ModifyListenerObjectWrapperImpl - Class in de.innovationgate.utils
-
- ModifyListenerObjectWrapperImpl(Object) - Constructor for class de.innovationgate.utils.ModifyListenerObjectWrapperImpl
-
creates a wrapper for the given object
- ModuleAvailabilityException - Exception in de.innovationgate.wga.modules
-
- ModuleAvailabilityException(String, Throwable) - Constructor for exception de.innovationgate.wga.modules.ModuleAvailabilityException
-
- ModuleAvailabilityException(String) - Constructor for exception de.innovationgate.wga.modules.ModuleAvailabilityException
-
- ModuleDefinition - Interface in de.innovationgate.wga.modules
-
Defines some abstact "Module" to be used by WGA.
- ModuleDefinitionsValueProvider - Class in de.innovationgate.wga.modules.options
-
A generic value provider providing titles and implementation classes of a given module type as as title/values
- ModuleDefinitionsValueProvider(ModuleRegistry, String) - Constructor for class de.innovationgate.wga.modules.options.ModuleDefinitionsValueProvider
-
- ModuleDefinitionValidationException - Exception in de.innovationgate.wga.modules
-
- ModuleDefinitionValidationException(String, Exception) - Constructor for exception de.innovationgate.wga.modules.ModuleDefinitionValidationException
-
- ModuleDefinitionValidationException(String) - Constructor for exception de.innovationgate.wga.modules.ModuleDefinitionValidationException
-
- ModuleDependencyException - Exception in de.innovationgate.wga.modules
-
- ModuleDependencyException(String) - Constructor for exception de.innovationgate.wga.modules.ModuleDependencyException
-
- ModuleDependencyException(String, Throwable) - Constructor for exception de.innovationgate.wga.modules.ModuleDependencyException
-
- ModuleInstantiationException - Exception in de.innovationgate.wga.modules
-
- ModuleInstantiationException(String) - Constructor for exception de.innovationgate.wga.modules.ModuleInstantiationException
-
- ModuleInstantiationException(String, Throwable) - Constructor for exception de.innovationgate.wga.modules.ModuleInstantiationException
-
- ModuleRegistrar - Interface in de.innovationgate.wga.modules
-
A class that registers module definitions with the registry.
- MODULEREGISTRATORS_RESOURCE - Static variable in class de.innovationgate.wga.modules.ModuleRegistry
-
The name of the text file resource which should contain a full qualified name of a
ModuleRegistrar
implementation
- ModuleRegistry - Class in de.innovationgate.wga.modules
-
A general purpose module registry for WGA
The capabilities are:
Offers a queryable registration for
ModuleDefinition
objects, which are mapped by their module type and their implementation class.
- ModuleRegistry() - Constructor for class de.innovationgate.wga.modules.ModuleRegistry
-
- moduleRegistryChanged(ModuleRegistry, Class<? extends ModuleType>) - Method in interface de.innovationgate.wga.modules.ModuleRegistryChangeListener
-
- ModuleRegistryChangeListener - Interface in de.innovationgate.wga.modules
-
- ModuleType - Interface in de.innovationgate.wga.modules
-
A type of module which determines for which purpose a module is usable.
- moduleWasRemoved(ModuleRegistry) - Method in interface de.innovationgate.wga.modules.RemovalAwareModule
-
- monitorLastChange() - Method in class de.innovationgate.webgate.api.WGDatabase
-
Shows, if the database monitors the last change date of the backend
database to maintain caches.
- MOVE - Static variable in class de.innovationgate.wga.modules.options.ShareOpsValueProvider
-
- moveContent(WGContent, WGContent, Object) - Method in class de.innovationgate.webgate.api.WGHierarchicalDatabase
-
moves the given content under the given parent content
pre- and post-move events are first fired on the old hierarchy and then on the new hierarchy
if target parent is null the content will be moved to the db root
- moveContent(WGContent, WGContent) - Method in class de.innovationgate.webgate.api.WGHierarchicalDatabase
-
moves the given content under the given parent content
pre- and post-move events are first fired on the old hierarchy and then on the new hierarchy
if target parent is null the content will be moved to the db root
- moveStructEntry(WGStructEntry, WGDocument) - Method in class de.innovationgate.webgate.api.fake.WGFakeDatabase
-
- moveStructEntry(WGStructEntry, WGDocument) - Method in class de.innovationgate.webgate.api.templates.SimpleContentSource
-
- moveStructEntry(WGStructEntry, WGDocument) - Method in class de.innovationgate.webgate.api.WGDatabase
-
Moves a struct entry to a new position.
- moveStructEntry(WGStructEntry, WGDocument) - Method in interface de.innovationgate.webgate.api.WGDatabaseCore
-
Moves a struct entry to a new parent document, either another struct entry of an area.
- MultilineStringOptionType - Class in de.innovationgate.wga.modules.options
-
An option type meant to store strings that may have multiple lines
- MultilineStringOptionType() - Constructor for class de.innovationgate.wga.modules.options.MultilineStringOptionType
-
- MultiPredefinedValuesOptionType - Class in de.innovationgate.wga.modules.options
-
- MultiPredefinedValuesOptionType(LocalisationBundleLoader, String) - Constructor for class de.innovationgate.wga.modules.options.MultiPredefinedValuesOptionType
-
- MultiPredefinedValuesOptionType() - Constructor for class de.innovationgate.wga.modules.options.MultiPredefinedValuesOptionType
-