- PAGE_ORDER_EXPRESSION_PATTERN - Static variable in class de.innovationgate.webgate.api.WGPageOrderSet
-
- PageHierarchyNode - Interface in de.innovationgate.webgate.api
-
Interface that represents a node in the page hierarchy of a WGA Content Store.
- PAGERESTRICTION_ANY - Static variable in class de.innovationgate.webgate.api.WGDocument
-
Restriction string for page positioning: Any page allowed
- PAGERESTRICTION_FIXEDTYPES - Static variable in class de.innovationgate.webgate.api.WGDocument
-
Restriction string for page positioning: Pages of special content types allowed
- PAGERESTRICTION_NONE - Static variable in class de.innovationgate.webgate.api.WGDocument
-
Restriction string for page positioning: No pages allowed
- PAGERESTRICTION_UNSPECIFIED - Static variable in class de.innovationgate.webgate.api.WGDocument
-
Restriction string for page positioning: No restriction set here, retrieve from "parent"
- PARAM_DISPOSAL_LISTENER - Static variable in class de.innovationgate.utils.cache.Cache
-
Injects an
CacheDisposalListener
implementation which will be notified about cache elements being removed/evicted
- PARAM_EVICTION_POLICY - Static variable in class de.innovationgate.utils.cache.Cache
-
Control the eviction policy of the cache.
- PARAM_TIME_TO_LIVE_SECONDS - Static variable in class de.innovationgate.utils.cache.Cache
-
A java.lang.Integer that determines how long a cache entry may live in cache
- parse(String, ParsePosition) - Method in class de.innovationgate.utils.TextualDateFormat
-
- parse(String) - Method in class de.innovationgate.webgate.api.WGACLEntryFlags
-
- parse(String, WGDatabase, boolean) - Static method in class de.innovationgate.webgate.api.WGContentKey
-
Parses a content key string and returns the according content key object.
- parse(String, WGDatabase) - Static method in class de.innovationgate.webgate.api.WGContentKey
-
Parses a content key string and returns the according unique content key object.
- parse(String) - Static method in class de.innovationgate.webgate.api.WGPageOrderSet
-
- parseFlags(WGACLEntry) - Method in class de.innovationgate.webgate.api.WGACL
-
Parses the given flags and returns a WGACLEntryFlags containing the parsed flag information
- parseInt(String) - Static method in class de.innovationgate.utils.WGUtils
-
Parses an integer from a string.
- parseItemValue(String) - Method in class de.innovationgate.wga.common.beans.LuceneIndexItemRule
-
Parses an items value according to the content type of this rule
- parseQualifiedFileName(String) - Static method in class de.innovationgate.wga.common.beans.csconfig.v1.PluginID
-
- parseResponse(Object) - Method in interface de.innovationgate.utils.remote.commands.Command
-
Receives the response object from the server.
- parseResponse(Object) - Method in class de.innovationgate.utils.remote.commands.Connect
-
- parseResponse(Object) - Method in class de.innovationgate.utils.remote.commands.Disconnect
-
- parseRestrictionString(String) - Static method in class de.innovationgate.utils.net.IPv4Restriction
-
- parseStructKey(String) - Method in class de.innovationgate.webgate.api.fake.WGFakeDatabase
-
- parseStructKey(String) - Method in class de.innovationgate.webgate.api.templates.SimpleContentSource
-
- parseStructKey(String) - Method in class de.innovationgate.webgate.api.WGDatabase
-
Parses the string representation of a struct key (e.g. used in a URL) to
the real internal struct key format
- parseStructKey(String) - Method in interface de.innovationgate.webgate.api.WGDatabaseCore
-
Parses the string representation of a struct key (as used in URLs) to the implementation specific format.
- PasswordCachingAuthenticationModule - Interface in de.innovationgate.webgate.api.auth
-
Mixin interface for a
AuthenticationModule
which caches user passwords and provides a method to drop the password cache for individual users
- PasswordEncodingException - Exception in de.innovationgate.wga.modules.options
-
Thrown when password encoding fails
- PasswordEncodingException(String, Throwable) - Constructor for exception de.innovationgate.wga.modules.options.PasswordEncodingException
-
- PasswordEncodingsOptionType - Class in de.innovationgate.wga.modules.options
-
An option type that offers the registered ways to encode passwords (modules of type
PasswordEncodingType
)
- PasswordEncodingsOptionType(ModuleRegistry) - Constructor for class de.innovationgate.wga.modules.options.PasswordEncodingsOptionType
-
- PasswordEncodingsValueProvider - Class in de.innovationgate.wga.modules.options
-
An option value provider providing the registered ways to encode passwords (modules of type
PasswordEncodingType
)
- PasswordEncodingsValueProvider(ModuleRegistry) - Constructor for class de.innovationgate.wga.modules.options.PasswordEncodingsValueProvider
-
- PasswordEncodingType - Class in de.innovationgate.wga.modules.types
-
Type to define a way to store passwords in OpenWGA configuration, which need to be re-decodable
- PasswordEncodingType() - Constructor for class de.innovationgate.wga.modules.types.PasswordEncodingType
-
- PasswordOptionEncoder - Interface in de.innovationgate.wga.modules.options
-
- PasswordOptionType - Class in de.innovationgate.wga.modules.options
-
An option that stores passwords in some encoded way to provide some level of protection
- PasswordOptionType(ModuleRegistry) - Constructor for class de.innovationgate.wga.modules.options.PasswordOptionType
-
- PATTERN_FILENAMES - Static variable in class de.innovationgate.wga.common.Constants
-
RegEx pattern for valid synchronisation filenames
- PATTERN_KEYS - Static variable in class de.innovationgate.wga.common.Constants
-
RegEx pattern for valid design keys
- PATTERN_ROLENAMES - Static variable in class de.innovationgate.wga.common.Constants
-
RegEx pattern for ACL role names
- PatternListVerifier - Class in de.innovationgate.utils
-
Class that takes a list of regular expression patterns and tests strings against all of them.
- PatternListVerifier() - Constructor for class de.innovationgate.utils.PatternListVerifier
-
- performChildCreationCheck() - Method in class de.innovationgate.webgate.api.WGStructEntry
-
Performs a check if the current user generally create child pages of this page, according to the hierarchical access rights.
- performChildCreationCheck(WGContentType) - Method in class de.innovationgate.webgate.api.WGStructEntry
-
Checks if the current user may create a new child struct entry of the given content type.
- performChildPageCreationCheck(WGContentType, WGLanguage) - Method in class de.innovationgate.webgate.api.WGStructEntry
-
Checks if the current user may create a new child page with the given data.
- performContentCreationCheck(WGStructEntry, WGLanguage) - Method in class de.innovationgate.webgate.api.WGDatabase
-
Controls if the current user may create a content document with the given data.
- performDesignCreationCheck(int, String, String) - Method in class de.innovationgate.webgate.api.WGDatabase
-
Controls if the current user may create a design document with the given data.
- performEditPageCheck() - 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.
- performRemoveCheck(boolean, WGDocument) - Method in class de.innovationgate.webgate.api.WGArea
-
- performRemoveCheck() - Method in class de.innovationgate.webgate.api.WGDocument
-
Performs a validation for removing the document at the current state, just like it actually was removed.
- performRemoveCheck(boolean) - Method in class de.innovationgate.webgate.api.WGDocument
-
Performs a validation for removing the document at the current state, just like it actually was removed.
- performRootCreationCheck(WGContentType) - Method in class de.innovationgate.webgate.api.WGArea
-
Checks if the current user may create a new root struct entry of the given content type.
- performRootPageCreationCheck(WGContentType, WGLanguage) - Method in class de.innovationgate.webgate.api.WGArea
-
Checks if the current user may create a new root page with the given data.
- performSaveCheck() - Method in class de.innovationgate.webgate.api.WGArea
-
- performSaveCheck() - Method in class de.innovationgate.webgate.api.WGContent
-
- performSaveCheck() - Method in class de.innovationgate.webgate.api.WGContentType
-
- performSaveCheck() - Method in class de.innovationgate.webgate.api.WGCSSJSModule
-
- performSaveCheck() - Method in class de.innovationgate.webgate.api.WGDesignResourceDocument
-
- performSaveCheck() - Method in class de.innovationgate.webgate.api.WGDocument
-
Performs a validation for saving the document at the current state, just like it actually was saved.
- performSaveCheck() - Method in class de.innovationgate.webgate.api.WGFileContainer
-
- performSaveCheck() - Method in class de.innovationgate.webgate.api.WGLanguage
-
- performSaveCheck() - Method in class de.innovationgate.webgate.api.WGSchemaDocument
-
- performSaveCheck() - Method in class de.innovationgate.webgate.api.WGStructEntry
-
- performSaveCheck() - Method in class de.innovationgate.webgate.api.WGTMLModule
-
- performStructCreationCheck(Object, WGDocument, WGContentType) - Method in class de.innovationgate.webgate.api.WGDatabase
-
Controls if the current user may create a struct entry with the given data.
- performStructMoveCheck(WGStructEntry, WGDocument) - Method in class de.innovationgate.webgate.api.WGDatabase
-
Controls if the current user may move a struct entry to the given new parent.
- performSubtreeModificationCheck() - Method in class de.innovationgate.webgate.api.WGStructEntry
-
Tests if the current user may modify each document of the current pages subtree.
- PERS_MODE_AUTO - Static variable in class de.innovationgate.wga.common.WGAXML
-
String representing personalisation mode "automatic" in wga.xml
- PERS_MODE_CUSTOM - Static variable in class de.innovationgate.wga.common.WGAXML
-
String representing personalisation mode "custom / TMLScript based" in wga.xml
- PERS_MODE_LOGIN - Static variable in class de.innovationgate.wga.common.WGAXML
-
String representing personalisation mode "login based" in wga.xml
- PERS_STATISTICS_HIT - Static variable in class de.innovationgate.wga.common.WGAXML
-
String representing personalisation statistics mode "hit based" in wga.xml
- PERS_STATISTICS_OFF - Static variable in class de.innovationgate.wga.common.WGAXML
-
String representing personalisation statistics mode "off" in wga.xml
- PERS_STATISTICS_SESSION - Static variable in class de.innovationgate.wga.common.WGAXML
-
String representing personalisation statistics mode "session based" in wga.xml
- PERSMODE_AUTO - Static variable in class de.innovationgate.wga.common.Constants
-
Personalisation mode "automatic"
- PERSMODE_CUSTOM - Static variable in class de.innovationgate.wga.common.Constants
-
Personalisation mode "custom / tmlscript based"
- PERSMODE_LOGIN - Static variable in class de.innovationgate.wga.common.Constants
-
Personalisation mode "Login based"
- PERSMODE_SESSION - Static variable in class de.innovationgate.wga.common.Constants
-
Personalisation mode "session"
- PersonalisationConfiguration - Class in de.innovationgate.wga.config
-
Global Configuration of OpenWGA personalisation
- PersonalisationConfiguration() - Constructor for class de.innovationgate.wga.config.PersonalisationConfiguration
-
- PersonalisationDatabase - Class in de.innovationgate.wga.config
-
Configuration of a domain-wide personalisation database
- PersonalisationDatabase() - Constructor for class de.innovationgate.wga.config.PersonalisationDatabase
-
- PersonalisationDatabase(String, String) - Constructor for class de.innovationgate.wga.config.PersonalisationDatabase
-
- PersonalisationDatabaseModuleType - Class in de.innovationgate.wga.modules.types
-
Type for implementations of OpenWGA personalisation databases
- PersonalisationDatabaseModuleType() - Constructor for class de.innovationgate.wga.modules.types.PersonalisationDatabaseModuleType
-
- PERSSTATMODE_HIT - Static variable in class de.innovationgate.wga.common.Constants
-
Session and hit based statistics
- PERSSTATMODE_OFF - Static variable in class de.innovationgate.wga.common.Constants
-
All statistics off
- PERSSTATMODE_SESSION - Static variable in class de.innovationgate.wga.common.Constants
-
Session based statistics
- PLUGIN_DBKEY_PREFIX - Static variable in class de.innovationgate.wga.common.beans.csconfig.v1.PluginConfig
-
- PluginConfig - Class in de.innovationgate.wga.common.beans.csconfig.v1
-
- PluginConfig() - Constructor for class de.innovationgate.wga.common.beans.csconfig.v1.PluginConfig
-
- PluginConfig - Class in de.innovationgate.wga.common.beans.csconfig.v3
-
- PluginConfig() - Constructor for class de.innovationgate.wga.common.beans.csconfig.v3.PluginConfig
-
- PluginConfig - Class in de.innovationgate.wga.common.beans.csconfig.v4
-
- PluginConfig() - Constructor for class de.innovationgate.wga.common.beans.csconfig.v4.PluginConfig
-
- PluginConfig - Class in de.innovationgate.wga.common.beans.csconfig.v5
-
- PluginConfig() - Constructor for class de.innovationgate.wga.common.beans.csconfig.v5.PluginConfig
-
- PluginID - Class in de.innovationgate.wga.common.beans.csconfig.v1
-
- PluginID() - Constructor for class de.innovationgate.wga.common.beans.csconfig.v1.PluginID
-
- PluginID(String) - Constructor for class de.innovationgate.wga.common.beans.csconfig.v1.PluginID
-
- PortletItemStorageData - Interface in de.innovationgate.webgate.api
-
Interface to access the item storage data for one portlet for migration purposes
- PORTLETREGISTRYMODE_PERSISTENT - Static variable in class de.innovationgate.webgate.api.WGDatabase
-
Portlet registry mode "persistent" where registrations are stored on the user profile and persisted.
- PORTLETREGISTRYMODE_TRANSIENT - Static variable in class de.innovationgate.webgate.api.WGDatabase
-
Portlet registry mode "transient", where registrations are only kept for each individual request.
- POSITIONING_CHILDENTRIES - Static variable in class de.innovationgate.webgate.api.WGContentType
-
Content type is allowed in all child entries
- POSITIONING_EVERYWHERE - Static variable in class de.innovationgate.webgate.api.WGContentType
-
Content type is allowed everywhere.
- POSITIONING_FIXEDPARENTS - Static variable in class de.innovationgate.webgate.api.WGContentType
-
Content type is allowed under special parent documents, specified as
allowed positions
- POSITIONING_FIXEDPARENTTYPES - Static variable in class de.innovationgate.webgate.api.WGContentType
-
Content type is allowed under parent documents with special content
types, specified as allowed positions
- POSITIONING_ROOTENTRIES - Static variable in class de.innovationgate.webgate.api.WGContentType
-
Content type is allowed in all root entries.
- postCreateContent(WGHierarchicalDatabaseEvent) - Method in interface de.innovationgate.webgate.api.WGHierarchicalDatabaseListener
-
Called after a content has been created
- postDeleteContent(WGHierarchicalDatabaseEvent) - Method in interface de.innovationgate.webgate.api.WGHierarchicalDatabaseListener
-
Called after a content has been deleted
- postMoveContentFrom(WGHierarchicalDatabaseEvent) - Method in interface de.innovationgate.webgate.api.WGHierarchicalDatabaseListenerV2
-
Called after the content is moved on the source hierarchy
- postMoveContentTo(WGHierarchicalDatabaseEvent) - Method in interface de.innovationgate.webgate.api.WGHierarchicalDatabaseListenerV2
-
Called after the content was moved on the target hierarchy
- postUpdateContent(WGHierarchicalDatabaseEvent) - Method in interface de.innovationgate.webgate.api.WGHierarchicalDatabaseListener
-
Called after a content has been updated
- preCreateContent(WGHierarchicalDatabaseEvent) - Method in interface de.innovationgate.webgate.api.WGHierarchicalDatabaseListener
-
Called before a content is created
- PredefinedValuesOptionType - Class in de.innovationgate.wga.modules.options
-
- PredefinedValuesOptionType(LocalisationBundleLoader, String) - Constructor for class de.innovationgate.wga.modules.options.PredefinedValuesOptionType
-
- PredefinedValuesOptionType() - Constructor for class de.innovationgate.wga.modules.options.PredefinedValuesOptionType
-
- PredefinedValuesValueProvider - Interface in de.innovationgate.wga.modules.options
-
Interface for a value provider allowing to determine predefined values
- preDeleteContent(WGHierarchicalDatabaseEvent) - Method in interface de.innovationgate.webgate.api.WGHierarchicalDatabaseListener
-
Called before a content is deleted
- PrefetchingIterator<T> - Class in de.innovationgate.utils
-
- PrefetchingIterator() - Constructor for class de.innovationgate.utils.PrefetchingIterator
-
- preMoveContentFrom(WGHierarchicalDatabaseEvent) - Method in interface de.innovationgate.webgate.api.WGHierarchicalDatabaseListenerV2
-
Called before the content is moved on the source hierarchy
- preMoveContentTo(WGHierarchicalDatabaseEvent) - Method in interface de.innovationgate.webgate.api.WGHierarchicalDatabaseListenerV2
-
Called before a content is moved on the target hierarchy
- prepareDatabase(Class<? extends WGDatabaseCore>, Map<String, String>) - Method in class de.innovationgate.webgate.api.servers.WGDatabaseServer
-
- prepareDatabase(WGDatabaseServer, String, String, String, String, Map<String, String>) - Method in class de.innovationgate.webgate.api.WGFactory
-
Opens a WGA database initially, but only prepares it for work.
- prepareNewProfile(WGUserProfile) - Method in interface de.innovationgate.webgate.api.WGPortletItemStorage
-
Callback after a new user profile is created
- prepareNewProfile(WGUserProfile) - Method in class de.innovationgate.webgate.api.WGPortletRegistry
-
Takes a newly created user profile to do some eventually neccessary initialisations on it
This is called on each new user profile so the registry has a chance to initialise it if neccessary.
- prepareNewProfile(WGUserProfile) - Method in class de.innovationgate.webgate.api.WGTransientPortletRegistry
-
- preSaveProfile(WGUserProfile) - Method in interface de.innovationgate.webgate.api.WGPortletItemStorage
-
Callback before the user profile is saved
- preSaveProfile(WGUserProfile) - Method in class de.innovationgate.webgate.api.WGPortletRegistry
-
Called immediately before a user profile is saved, so that the portlet registry may do some work necessary before saving
- preSaveProfile(WGUserProfile) - Method in class de.innovationgate.webgate.api.WGTransientPortletRegistry
-
- preUpdateContent(WGHierarchicalDatabaseEvent) - Method in interface de.innovationgate.webgate.api.WGHierarchicalDatabaseListener
-
Called before a content is updated
- previewNextValue() - Method in class de.innovationgate.utils.PrefetchingIterator
-
Returns the next value to serve without advancing the iterator.
- previous() - Method in class de.innovationgate.webgate.api.templates.LazyIterator
-
- previousIndex() - Method in class de.innovationgate.webgate.api.templates.LazyIterator
-
- Privilege - Enum in de.innovationgate.webgate.api
-
- processChange(WGDatabase, WGUpdateLog) - Method in interface de.innovationgate.webgate.api.WGBackendChangeListener
-
Called for every single backend change that is picked up
- PROFILEQUERY_TYPE_ALL - Static variable in class de.innovationgate.webgate.api.WGDatabase
-
- PROFILETYPE_UNDEFINED - Static variable in class de.innovationgate.webgate.api.WGUserProfile
-
- PROTECTED_DATABASE_EXTDATA - Static variable in class de.innovationgate.webgate.api.WGDatabase
-
Extension data fields on the database which are no regular data and do not represent any database state and should be protected from data deletion operations
- provideInputStream(File) - Method in class de.innovationgate.utils.DirZipper.DefaultInputStreamProvider
-
- provideInputStream(File) - Method in interface de.innovationgate.utils.DirZipper.InputStreamProvider
-
Provides an input stream for the data of an individual file
- providesType(int) - Method in class de.innovationgate.webgate.api.WGConfigurableTypeDesignProvider
-
- providesType(int) - Method in interface de.innovationgate.webgate.api.WGDesignProvider
-
Determines if this design provider provides designs of this type
- ProxyConfiguration - Class in de.innovationgate.wga.config
-
Configures a proxy to be used by OpenWGA internally when accessing net resources
- ProxyConfiguration() - Constructor for class de.innovationgate.wga.config.ProxyConfiguration
-
- publish(String) - Method in class de.innovationgate.webgate.api.WGContent
-
For a content document in status DRAFT, set it to status REVIEW and let it enter publishing workflow.
- publish() - Method in class de.innovationgate.webgate.api.WGContent
-
For a content document in status DRAFT, set it to status REVIEW and let it enter publishing workflow.
- publish(String, String) - Method in class de.innovationgate.webgate.api.WGContent
-
For a content document in status DRAFT, set it to status REVIEW and let it enter publishing workflow.
- publish(String) - Method in interface de.innovationgate.webgate.api.workflow.WGWorkflow
-
Publishes a draft content so it can enter authorization workflow.
- PublisherOption - Class in de.innovationgate.wga.common.beans.csconfig.v1
-
- PublisherOption() - Constructor for class de.innovationgate.wga.common.beans.csconfig.v1.PublisherOption
-
- PublisherOption(String, String) - Constructor for class de.innovationgate.wga.common.beans.csconfig.v1.PublisherOption
-
- pullupDesignProviders(Document) - Static method in class de.innovationgate.wga.common.WGAXML
-
Automatically sorts design providers in wga.xml to be the first to be connected.
- pushData(WGDocument) - Method in class de.innovationgate.webgate.api.WGArea
-
- pushData(WGDocument) - Method in class de.innovationgate.webgate.api.WGContent
-
- pushData(WGDocument) - Method in class de.innovationgate.webgate.api.WGContentType
-
- pushData(WGDocument) - Method in class de.innovationgate.webgate.api.WGCSSJSModule
-
- pushData(WGDocument) - Method in class de.innovationgate.webgate.api.WGDocument
-
Pushed the data of this document to another document of the same type.
- pushData(WGDocument) - Method in class de.innovationgate.webgate.api.WGFileContainer
-
- pushData(WGFileMetaData) - Method in class de.innovationgate.webgate.api.WGFileMetaData
-
- pushData(WGDocument) - Method in class de.innovationgate.webgate.api.WGLanguage
-
- pushData(WGPortletItemStorage) - Method in interface de.innovationgate.webgate.api.WGPortletItemStorage
-
Pushes all persistent item storage data from all portlets to the given target storage
- pushData(WGDocument) - Method in class de.innovationgate.webgate.api.WGStructEntry
-
- pushData(WGDocument) - Method in class de.innovationgate.webgate.api.WGTMLModule
-
- pushData(WGDocument) - Method in class de.innovationgate.webgate.api.WGUserProfile
-
- put(Object, Object) - Method in class de.innovationgate.utils.HierarchyMap
-
Adds a value to the current map.
- put(Object, Object) - Method in class de.innovationgate.utils.TransientMap
-
- put(KeyType, ValueType) - Method in class de.innovationgate.utils.UserHashMap
-
- put(String, OptionDefinition) - Method in class de.innovationgate.wga.modules.OptionDefinitionsMap
-
- putAll(Map) - Method in class de.innovationgate.utils.HierarchyMap
-
Adds multiple values to the current map.
- putAll(Map) - Method in class de.innovationgate.utils.TransientMap
-
- putAll(Map<? extends KeyType, ? extends ValueType>) - Method in class de.innovationgate.utils.UserHashMap
-
- putAllNonNullValues(Map, Map) - Static method in class de.innovationgate.utils.WGUtils
-
Puts all entries from map source to map target whose values are non-null.
- putDefaultOption(Map, String, Object) - Static method in class de.innovationgate.webgate.api.WGDatabase
-
Sets an option to a map if it is not already set