Package com.wewebu.ow.server.app

Interface Summary
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.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.
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.
OwEditableProperty Interface for a editable property used in HTML forms.
OwInfoView A Info View supports links between several JSP pages.
OwPlugin Base interface for all plugins.
OwSequenceView Base Interface for sequence views.
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.
OwToolExtension An extension of the tool item.
Defines the actions performed when a tool item is clicked.
OwUserOperationExecutor Interface for user operation executor.
OwUserOperationListener The user operation listener.
OwUserOperationListenerFactory The factory interface for user operation listener creation.
 

Class Summary
OwAbstractToolExtension A generic extension of the tool item.
Implements the common configuration issues for an extension.
OwAppEdition Utility that returns different footer based on released edition.
OwAppVersion This class models a version string.
OwAttrBagBasedUserOperationListener Listener for user operation.
OwAttrBagBasedUserOperationListener.OwDateValue converter class for attribute bag value
OwBaseComboboxRenderer Combo box renderer component.
OwClassicComboboxRenderer Classic combo box renderer component.
OwClipboard Clipboard object, holds a list of clipboard items for cut, copy, paste functions.
OwClipboardContentOwField Clipboard Content.
OwClipboardContentOwObject Single clipboard item for OwObject types.
OwClipboardContentOwWorkitem Single clipboard item for OwWorkitem types.
OwClipboardView View to display the clipboard content.
OwConfigDump Configuration View to display the whole configuration of the application and its plugins.
OwConfiguration Configuration class for the global application Configuration and Plugins.
OwContextBasedUOListenerFactory Abstract class for user operation listener factory.
OwDbUserOperationListenerFactory Factory that creates a operation listener that log user events using a logger (can be a db logger too).
OwDefaultComboItem Default implementation for combo box item.
OwDefaultComboModel Default implementation for combo box model.
OwDispatchCodes Predefined dispatch codes for OwMasterDocument.onDisptach / dispatch methods, for transparent plugin communication.
OwDocumentFunction Base Class for Document Function plugins.
OwDocumentFunctionCall Document Function Call Object.
Objects of this class represent document function calls.
OwDocumentImportItemContentCollection Standard OwContentCollection implementation that is wrapped around an OwDocumentImportItem.
Can and should be used to create an OwContentCollection for new object creation, save or checkin from an OwDocumentImportItem.
OwDocumentImportItemContentElement Standard OwContentElement implementation that is wrapped around an OwDocumentImportItem.
Used by the OwDocumentImportItemContentCollection to represent the single pages (aka content streams) of the content collection.
OwDynamicLayoutSettings Class for holding some of the settings of dynamic layout.
OwEcmUtil Utility functions for working with the ECM system.
OwEcmUtil.OwParentPathInfo Returned item from the function OwEcmUtil.getParentPathOfClass(OwObject obj_p, Collection classNames_p)
OwEcmUtil.OwSimpleSearchClause A simple search clause tuple.
OwEditablePropertyDate Base class for a single editable date property used in HTML forms.
OwEditablePropertyString Base class for a single editable property used in HTML forms.
OwExtJSComboboxRenderer ExtJS combo box renderer component.
OwFieldManager Base Class for field User Interface.
Displays field as HTML and creates HTML Form Elements for editing properties, also performs Validation.
OwFieldManagerComboModel Combo Box Model used when OwFieldManager needs to display combobox fields.
OwFieldManagerControl Base Class for field manager UI Controls.
OwFunction Base class for all function plugins.
OwHelpDialog Standard Dialog to display a help page within other dialogs.
OwJspFormConfigurator JspForm Configurator.
OwLogBasedUserOperationListener Listener for user operation.
OwLoginView Login View Module for the Application.
OwLogUserOperationListenerFactory Factory that creates a operation listener that log user events in attribute bag.
OwMainAppContext Main Application Context Class Implementation.
OwMainLayout Main Layout for Workdesk.
OwMainMenuView Creates a standard top level Menus for the Workdesk.
OwMainNavigationView Main Navigation UI Module.
OwMasterDocument Document Module base class for the Main Area Plugins.
OwMasterView View Module base class for the Main Area Plugins.
OwMaxMinButtonControlView View Module to display a maximize minimize button and maximize minimize the attached view.
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.
OwMultipleSelectionCall Multiple selection document function call wrapper.
OwObjectSequenceDialog Object collection nase implementation.
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.
OwSearchCriteriaView View Module to display and edit search criteria.
OwSettings Settings which hold the user and application settings, which can be changed during runtime.
The settings store the nodes in two XML documents.
OwSettingsPropertyControl Base class for a single settings property controls used in the OwSettings for the plugins.
OwSettingsSet Settings Set, containing the settings properties for a plugin.
OwSmallSubMenuView Creates a standard small menu for the Workdesk.
OwStandardDialog Standard Dialog Layout for Workdesk.
OwStandardDocumentImportItem The OwStandardDocumentImportItem is a default implementation that can be used if collecting the imported file(s), identified by a numerical ID, in some temporary directory.
OwStandardFieldManager Standard Implementation of the Property User Interface.
OwStandardSequenceDialog Extends the Standard Dialog with a prev / next button, as well as a overridden listener interface to handle sequences.
OwSubLayout Layout of the tab/plugin areas.
OwSubMenuView Creates a standard Menus for the Workdesk.
OwSubNavigationView Sub View Navigation UI Module.
OwUpdateCodes Global Definitions of the codes used in the OwDocument.Update(...) and OwClientRefreshContext.onClientRefreshContextUpdate(...) functions.
OwUserOperationDispatch Operation executor utility.
OwUserOperationEvent The user operation event class.
OwUserSelectDialog Base Class for the login sub module to be created in the network (DMS) Adaptor.
OwWindowPositions Settings value for the window / viewer positions when the viewer is opened via autoopen feature.
 

Enum Summary
OwUserOperationEvent.OwUserOperationType Operation Types
 

Exception Summary
OwClipboardException Exception thrown when a clipboard operation cannot be performed.
OwFieldManagerException Specialized Exception thrown, when a a edit field could not be updated / validated in field manager.
 



Copyright © 2013 Alfresco Business Solutions. All Rights Reserved.