|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Classes in com.wewebu.ow.server.app used by com.wewebu.ow.server.app | |
|---|---|
| OwAppVersion
This class models a version string. |
|
| OwAttrBagBasedUserOperationListener.OwDateValue
converter class for attribute bag value |
|
| OwBaseComboboxRenderer
Combo box renderer component. |
|
| OwClientRefreshContext
Interface to refresh objects and display data. Mainly used by the function plugins to inform their clients of changed objects, which have to be updated. See OwUpdateCodes as well. |
|
| OwClipboard
Clipboard object, holds a list of clipboard items for cut, copy, paste functions. |
|
| OwClipboard.OwClipboardContent
Clipboard item base interface for all clipboard content items. |
|
| OwClipboard.OwClipboardOperation
Interface for clipboard operation type. |
|
| OwComboboxRenderer
Combo box renderer component interface. |
|
| OwComboboxRendererFactory
Factory which will create new instances of a renderer. |
|
| OwComboItem
Interface for combo box item. |
|
| OwComboModel
Interface for combo box model. |
|
| OwConfiguration
Configuration class for the global application Configuration and Plugins. |
|
| OwConfiguration.OwMasterPluginInstance
plugin instance used as return value of createMasterPlugin function |
|
| OwContextBasedUOListenerFactory
Abstract class for user operation listener factory. |
|
| OwDocumentFunction
Base Class for Document Function plugins. |
|
| OwDocumentFunctionCall
Document Function Call Object. Objects of this class represent document function calls. |
|
| OwDocumentImporter
Interface for document importers. A document importer can be used by plugins that gather content like the add document, the save or the checkin plugins to receive the content from the user. |
|
| OwDocumentImporterCallback
Callback interface invoked by the OwDocumentImporter. A document importer can be used by plugins that gather content like the add document, the save or the checkin plugins to receive the content from the user. |
|
| OwDocumentImportItem
Interface describing one single document imported by a document importer. A document importer can be used by plugins that gather content like the add document, the save or the checkin plugins to receive the content from the user. |
|
| OwDocumentImportItemContentElement
Standard implementation that is wrapped around
an .Used by the to represent
the single pages (aka content streams) of the content collection. |
|
| OwDynamicLayoutSettings
Class for holding some of the settings of dynamic layout. |
|
| OwEcmUtil.OwSimpleSearchClause
A simple search clause tuple. |
|
| OwEditableProperty
Interface for a editable property used in HTML forms. |
|
| OwEditablePropertyString
Base class for a single editable property used in HTML forms. |
|
| OwFieldManager
Base Class for field User Interface. Displays field as HTML and creates HTML Form Elements for editing properties, also performs Validation. |
|
| OwFieldManagerControl
Base Class for field manager UI Controls. |
|
| OwFunction
Base class for all function plugins. |
|
| OwInfoView
A Info View supports links between several JSP pages. |
|
| OwMainAppContext
Main Application Context Class Implementation. |
|
| OwMasterDocument
Document Module base class for the Main Area Plugins. |
|
| OwMasterView
View Module base class for the Main Area Plugins. |
|
| OwMenuView
Base class for menus for the Workdesk. |
|
| OwMessageBox
Generic Message Box with OK and Cancel button. |
|
| OwMimeManager
MIME Manager, holds the MIME table, creates Object hyper links, handles requests to view and open objects according to their MIME type. NOTE: ALWAYS CALL Reset() in your onRender method before using the insertLink functions, otherwise the map increases to infinite. |
|
| OwMimeManager.OwOpenCommand
Identifies a open command URL or script. |
|
| OwMimeManager.OwReplaceScanner
Class to perform search and replace on strings. Derive a subclass and implement getReplacement. |
|
| OwPlugin
Base interface for all plugins. |
|
| OwPluginKeyBoardMaping
Single keyboard mapping for a plugin. |
|
| OwRecordFunction
Base class for Record Function plugins, used in the record plugin only. |
|
| OwScript
Object representation of a JavaScript snippet. |
|
| OwSequenceView
Base Interface for sequence views. |
|
| OwSettings
Settings which hold the user and application settings, which can be changed during runtime. The settings store the nodes in two XML documents. |
|
| OwSettingsProperty
Base interface for a single settings property used in the OwSettings for the plugins. Unlike configuration node entries, the settings are stored for each user or for a site, where the configuration via getConfigNode is only set during startup. |
|
| OwSettingsSet
Settings Set, containing the settings properties for a plugin. |
|
| OwStandardDialog
Standard Dialog Layout for Workdesk. |
|
| OwStandardSequenceDialog
Extends the Standard Dialog with a prev / next button, as well as a overridden listener interface to handle sequences. |
|
| OwSubNavigationView
Sub View Navigation UI Module. |
|
| OwToolExtension
An extension of the tool item. Defines the actions performed when a tool item is clicked. |
|
| OwUserOperationDispatch
Operation executor utility. |
|
| OwUserOperationEvent
The user operation event class. |
|
| OwUserOperationEvent.OwUserOperationType
Operation Types |
|
| OwUserOperationExecutor
Interface for user operation executor. |
|
| OwUserOperationListener
The user operation listener. |
|
| OwUserOperationListenerFactory
The factory interface for user operation listener creation. |
|
| OwWindowPositions
Settings value for the window / viewer positions when the viewer is opened via autoopen feature. |
|
| Classes in com.wewebu.ow.server.app used by com.wewebu.ow.server.command | |
|---|---|
| OwMainAppContext
Main Application Context Class Implementation. |
|
| Classes in com.wewebu.ow.server.app used by com.wewebu.ow.server.dmsdialogs | |
|---|---|
| OwClientRefreshContext
Interface to refresh objects and display data. Mainly used by the function plugins to inform their clients of changed objects, which have to be updated. See OwUpdateCodes as well. |
|
| OwJspFormConfigurator
JspForm Configurator. |
|
| OwMainAppContext
Main Application Context Class Implementation. |
|
| OwMenuView
Base class for menus for the Workdesk. |
|
| OwStandardDialog
Standard Dialog Layout for Workdesk. |
|
| OwSubLayout
Layout of the tab/plugin areas. |
|
| OwSubNavigationView
Sub View Navigation UI Module. |
|
| Classes in com.wewebu.ow.server.app used by com.wewebu.ow.server.dmsdialogs.views | |
|---|---|
| OwClientRefreshContext
Interface to refresh objects and display data. Mainly used by the function plugins to inform their clients of changed objects, which have to be updated. See OwUpdateCodes as well. |
|
| OwClipboard
Clipboard object, holds a list of clipboard items for cut, copy, paste functions. |
|
| OwConfiguration
Configuration class for the global application Configuration and Plugins. |
|
| OwDocumentFunction
Base Class for Document Function plugins. |
|
| OwDocumentImporter
Interface for document importers. A document importer can be used by plugins that gather content like the add document, the save or the checkin plugins to receive the content from the user. |
|
| OwDocumentImporterCallback
Callback interface invoked by the OwDocumentImporter. A document importer can be used by plugins that gather content like the add document, the save or the checkin plugins to receive the content from the user. |
|
| OwDocumentImportItem
Interface describing one single document imported by a document importer. A document importer can be used by plugins that gather content like the add document, the save or the checkin plugins to receive the content from the user. |
|
| OwFieldManager
Base Class for field User Interface. Displays field as HTML and creates HTML Form Elements for editing properties, also performs Validation. |
|
| OwJspFormConfigurator
JspForm Configurator. |
|
| OwMainAppContext
Main Application Context Class Implementation. |
|
| OwMenuView
Base class for menus for the Workdesk. |
|
| OwMimeManager
MIME Manager, holds the MIME table, creates Object hyper links, handles requests to view and open objects according to their MIME type. NOTE: ALWAYS CALL Reset() in your onRender method before using the insertLink functions, otherwise the map increases to infinite. |
|
| OwSearchCriteriaView
View Module to display and edit search criteria. |
|
| OwStandardDialog
Standard Dialog Layout for Workdesk. |
|
| OwSubMenuView
Creates a standard Menus for the Workdesk. |
|
| OwSubNavigationView
Sub View Navigation UI Module. |
|
| OwUserSelectDialog
Base Class for the login sub module to be created in the network (DMS) Adaptor. |
|
| Classes in com.wewebu.ow.server.app used by com.wewebu.ow.server.ecm | |
|---|---|
| OwUserOperationExecutor
Interface for user operation executor. |
|
| Classes in com.wewebu.ow.server.app used by com.wewebu.ow.server.fieldctrlimpl | |
|---|---|
| OwFieldManager
Base Class for field User Interface. Displays field as HTML and creates HTML Form Elements for editing properties, also performs Validation. |
|
| OwFieldManagerControl
Base Class for field manager UI Controls. |
|
| Classes in com.wewebu.ow.server.app used by com.wewebu.ow.server.servlets | |
|---|---|
| OwDocumentImportItem
Interface describing one single document imported by a document importer. A document importer can be used by plugins that gather content like the add document, the save or the checkin plugins to receive the content from the user. |
|
| OwMainAppContext
Main Application Context Class Implementation. |
|
| Classes in com.wewebu.ow.server.app used by com.wewebu.ow.server.settingsimpl | |
|---|---|
| OwMainAppContext
Main Application Context Class Implementation. |
|
| OwSettingsProperty
Base interface for a single settings property used in the OwSettings for the plugins. Unlike configuration node entries, the settings are stored for each user or for a site, where the configuration via getConfigNode is only set during startup. |
|
| OwSettingsPropertyControl
Base class for a single settings property controls used in the OwSettings for the plugins. |
|
| OwWindowPositions
Settings value for the window / viewer positions when the viewer is opened via autoopen feature. |
|
| Classes in com.wewebu.ow.server.app used by com.wewebu.ow.server.ui | |
|---|---|
| OwJspFormConfigurator
JspForm Configurator. |
|
| OwSubNavigationView
Sub View Navigation UI Module. |
|
| Classes in com.wewebu.ow.server.app used by com.wewebu.ow.server.util.paramcodec | |
|---|---|
| OwMainAppContext
Main Application Context Class Implementation. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||