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

M

maintenance(boolean) - Method in class de.innovationgate.webgate.api.WGDatabase
 
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.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.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 - asks pageRightsFilter - checks struct edit rights (hierarchicaly)
mayCreateContent(WGStructEntry) - Method in class de.innovationgate.webgate.api.WGLanguage
 
mayCreateContent(WGLanguage) - Method in class de.innovationgate.webgate.api.WGStructEntry
Test if user may create content in a given 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
Deprecated.
mayEditChildPages(WGStructEntry, WGUserAccess) - Method in class de.innovationgate.webgate.api.DefaultPageRightsFilter
 
mayEditChildPages(WGStructEntry, WGUserAccess) - Method in interface de.innovationgate.webgate.api.PageRightsFilter
Called to determine if the current user may edit data on child pages of the given page
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
Deprecated.
Because of counter-intuitive return values. Use WGStructEntry.mayEditChildPages()
mayEditContent(WGStructEntry, WGUserAccess, WGLanguage) - Method in class de.innovationgate.webgate.api.DefaultPageRightsFilter
 
mayEditContent(WGStructEntry, WGUserAccess, WGLanguage) - Method in interface de.innovationgate.webgate.api.PageRightsFilter
Called to determine if the current user may edit content of a given language on this page
mayEditContent() - Method in class de.innovationgate.webgate.api.WGContent
Tests if the current user is allowed to edit (i.e. create or save DRAFT) the current document
mayEditDocument() - Method in class de.innovationgate.webgate.api.WGDesignDocument
Deprecated.
mayEditEntryAndContent() - Method in class de.innovationgate.webgate.api.WGStructEntry
Deprecated.
Because of counter-intuitive return values. Use WGStructEntry.performChildCreationCheck() or WGStructEntry.mayEditChildPages()
mayEditPage(WGStructEntry, WGUserAccess) - Method in class de.innovationgate.webgate.api.DefaultPageRightsFilter
 
mayEditPage(WGStructEntry, WGUserAccess) - Method in interface de.innovationgate.webgate.api.PageRightsFilter
Called to determine if the current user may edit data on the given page
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
mayPushExtData(String) - Method in class de.innovationgate.webgate.api.WGDocument
checks if extension data may be "pushed".
mayPushExtData(String) - Method in class de.innovationgate.webgate.api.WGStructEntry
 
mayReadContent(WGStructEntry, WGUserAccess) - Method in class de.innovationgate.webgate.api.DefaultPageRightsFilter
 
mayReadContent(WGStructEntry, WGUserAccess) - Method in interface de.innovationgate.webgate.api.PageRightsFilter
Called to determine if the current user may read contents on the given page
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
Tests if the current user is allowed to remove the current document For getting more details about failure reasons for remove checks see WGDocument.performRemoveCheck(boolean)
mayRemove(boolean) - Method in class de.innovationgate.webgate.api.WGDocument
Tests if the current user is allowed to remove the current document For getting more details about failure reasons for remove checks see WGDocument.performRemoveCheck(boolean)
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
 
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
 
mergeFlags(WGACLEntryFlags) - Method in class de.innovationgate.webgate.api.WGACLEntryFlags
Loads all enabled flags from the given entry flags object
mergeWithDocuments(List<? extends WGDocument>, int, int) - Method in class de.innovationgate.webgate.api.WGDocumentListCache
Creates a new cache with the entries of this collection and the entries of the given list merged
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_PAGESEQUENCE - 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_PREPROCESS - Static variable in class de.innovationgate.webgate.api.WGTMLModule
 
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_SEO_ROBOTS_FOLLOW - Static variable in class de.innovationgate.webgate.api.WGContent
 
META_SEO_ROBOTS_INDEX - Static variable in class de.innovationgate.webgate.api.WGContent
 
META_SEO_SITEMAP_CHANGEFREQ - Static variable in class de.innovationgate.webgate.api.WGContent
 
META_SEO_SITEMAP_PRIORITY - 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_SOURCEFILENAME - Static variable in class de.innovationgate.webgate.api.WGDesignResourceDocument
 
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_TITLEPATH - Static variable in class de.innovationgate.webgate.api.WGContent
 
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_PAGESEQUENCE - 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_PREPROCESS - Static variable in class de.innovationgate.webgate.api.WGTMLModule
 
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_SEO_ROBOTS_FOLLOW - Static variable in class de.innovationgate.webgate.api.WGContent
 
METAINFO_SEO_ROBOTS_INDEX - Static variable in class de.innovationgate.webgate.api.WGContent
 
METAINFO_SEO_SITEMAP_CHANGEFREQ - Static variable in class de.innovationgate.webgate.api.WGContent
 
METAINFO_SEO_SITEMAP_PRIORITY - 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_SOURCEFILENAME - Static variable in class de.innovationgate.webgate.api.WGDesignResourceDocument
 
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_TITLEPATH - Static variable in class de.innovationgate.webgate.api.WGContent
 
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
MimetypeDeterminationService - Interface in de.innovationgate.webgate.api
A service to determine the MIME type of a file by its filename
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
 
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.
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.query.rss.WGDatabaseImpl
 
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.
A B C D E F G H I J L M N O P Q R S T U V W _