|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of OwObject in com.wewebu.ow.server.ao |
---|
Methods in com.wewebu.ow.server.ao that return OwObject | |
---|---|
OwObject |
OwVirtualFolderFactory.createVirtualFolder(Node xmlVirtualFolderDescriptionNode_p,
String strName_p,
String strDmsIDPart_p)
|
protected OwObject |
OwSupportBasedManager.getAOSupportObject(String strName_p,
boolean forceUserspecificObject_p,
boolean createIfNotExist_p)
|
protected OwObject[] |
OwSupportBasedManager.getAOSupportObjects(String strName_p,
boolean forceUserspecificObject_p,
boolean createIfNotExist_p)
|
OwObject |
OwVirtualFoldersManager.getApplicationObject(String strName_p,
boolean forceUserSpecificObject_p,
boolean createIfNotExist_p)
|
OwObject |
OwDefaultAOManager.getApplicationObject(String strName_p,
boolean forceUserSpecificObject_p,
boolean createIfNotExist_p)
|
OwObject |
OwVirtualFoldersManager.getApplicationObject(String strName_p,
Object param_p,
boolean forceUserSpecificObject_p,
boolean createIfNotExist_p)
|
OwObject |
OwDefaultAOManager.getApplicationObject(String strName_p,
Object param_p,
boolean forceUserSpecificObject_p,
boolean createIfNotExist_p)
|
OwObject |
OwRepositoryAOSupport.getSupportObject(String strName_p,
boolean forceUserspecificObject_p,
boolean createIfNotExist_p)
|
OwObject |
OwFileAOSupport.getSupportObject(String strName_p,
boolean forceUserspecificObject_p,
boolean createIfNotExist_p)
|
OwObject |
OwAOSupport.getSupportObject(String strName_p,
boolean forceUserspecificObject_p,
boolean createIfNotExist_p)
Returns the persistent application OwObject that is matched by the given name. |
OwObject[] |
OwRepositoryAOSupport.getSupportObjects(String strName_p,
boolean forceUserspecificObject_p,
boolean createIfNotExist_p)
|
OwObject[] |
OwFileAOSupport.getSupportObjects(String strName_p,
boolean forceUserspecificObject_p,
boolean createIfNotExist_p)
|
OwObject[] |
OwAOSupport.getSupportObjects(String strName_p,
boolean forceUserspecificObject_p,
boolean createIfNotExist_p)
Returns a collection of persistent application OwObject s that are matched by the given name. |
Methods in com.wewebu.ow.server.ao that return types with arguments of type OwObject | |
---|---|
Collection<OwObject> |
OwDefaultAOManager.getApplicationObjects(String strName_p,
boolean forceUserSpecificObject_p)
|
Methods in com.wewebu.ow.server.ao with parameters of type OwObject | |
---|---|
OwSearchTemplate |
OwSearchTemplateFactory.createSearchTemplate(OwObject obj_p)
Create search template from given OwObject, where the content of given OwObject is the search definition. |
Uses of OwObject in com.wewebu.ow.server.app |
---|
Fields in com.wewebu.ow.server.app declared as OwObject | |
---|---|
protected OwObject |
OwMimeManager.m_parent
|
protected OwObject |
OwSettings.m_SitePreferences
OwObject holding application scope preferences, identical for all users |
protected OwObject |
OwSettings.m_UserPreferences
OwObject holding user scope preferences, one for each user |
Methods in com.wewebu.ow.server.app that return OwObject | |
---|---|
static OwObject |
OwEcmUtil.createObjectFromString(OwMainAppContext context_p,
String strObject_p)
creates a OwObject from a string. |
static OwObject |
OwEcmUtil.createSafeSubFolder(OwMainAppContext context_p,
OwObject baseFolder_p,
String strName_p)
creates a simple subfolder using the default folder class from bootstrap checks if folder exits already |
OwObject |
OwObjectSequenceDialog.getCurrentItem()
|
OwObject |
OwClipboardContentOwObject.getObject()
the object in the clipboard |
OwObject |
OwEcmUtil.OwParentPathInfo.getParent()
get the parent that matches a requested classname |
OwObject |
OwClipboardContentOwObject.getParent()
the parent of the object for cut operations, can be null |
Methods in com.wewebu.ow.server.app with parameters of type OwObject | |
---|---|
void |
OwClipboard.addContent(OwObject content_p,
OwObject parent_p)
add an OwObject type item |
protected void |
OwDocumentFunction.addHistoryEvent(Collection objects_p,
OwObject oParent_p,
int iEventType_p,
int iStatus_p)
add the plugin invoke event to the history manager |
void |
OwRecordFunction.addHistoryEvent(OwObject rootObject_p,
Collection objects_p,
int iEventType_p,
int iStatus_p)
add the plugin invoke event to the history manager |
protected void |
OwRecordFunction.addHistoryEvent(OwObject rootObject_p,
OwObject folderObject_p,
int iEventType_p,
int iStatus_p)
add the plugin invoke event to the history manager |
protected void |
OwDocumentFunction.addHistoryEvent(OwObject oObject_p,
OwObject oParent_p,
int iEventType_p,
int iStatus_p)
add the plugin invoke event to the history manager |
static OwObject |
OwEcmUtil.createSafeSubFolder(OwMainAppContext context_p,
OwObject baseFolder_p,
String strName_p)
creates a simple subfolder using the default folder class from bootstrap checks if folder exits already |
String |
OwRecordFunction.getBigIconHTML(OwObject rootObject_p,
OwObject folderObject_p)
get the HTML code for the small (24x24 pixels) icon for this plugin to be displayed in the object list. |
String |
OwDocumentFunction.getBigIconHTML(OwObject oObject_p,
OwObject oParent_p)
get the HTML code for the big (24 x 24 Pixels )icon for this plugin to be displayed in the object list. |
String |
OwRecordFunction.getIconHTML(OwObject rootObject_p,
OwObject folderObject_p)
get the HTML code for the small (16x16 pixels) icon for this plugin to be displayed in the object list. |
String |
OwDocumentFunction.getIconHTML(OwObject oObject_p,
OwObject oParent_p)
get the HTML code for the small (16x16 pixels) icon for this plugin to be displayed in the object list. |
String |
OwRecordFunction.getLabel(OwObject rootObject_p,
OwObject folderObject_p)
get the label for the plugin, used in menus |
String |
OwDocumentFunction.getLabel(OwObject oObject_p,
OwObject oParent_p)
get the label for the plugin, used in menus |
static List |
OwEcmUtil.getParentPathOfClass(OwObject obj_p,
Collection classNames_p)
get a collection of parents with paths for an object, which are of the specified classname used to find the records a object is filed in NOTE: The function will not just search the next parents, but the whole path of parents. |
OwView |
OwDocumentImporter.getPostProcessView(int importContext_p,
OwObject savedObj_p)
Return the view which should be displayed for post processing. |
boolean |
OwDocumentFunction.isEnabled(Collection objects_p,
OwObject oParent_p,
int iContext_p)
check if function is enabled for the given objects (called only for multi select operations) |
boolean |
OwRecordFunction.isEnabled(OwObject rootObject_p,
OwObject folderObject_p,
int iContext_p)
check if function is enabled for the given object parameters |
boolean |
OwDocumentFunction.isEnabled(OwObject oObject_p,
OwObject oParent_p,
int iContext_p)
check if function is enabled for the given object parameters (called only for single select operations) |
void |
OwRecordFunction.onClickEvent(OwObject rootObject_p,
OwObject folderObject_p,
OwClientRefreshContext refreshCtx_p)
event called when user clicked the plugin label / icon overridable |
abstract void |
OwDocumentFunction.onClickEvent(OwObject oObject_p,
OwObject oParent_p,
OwClientRefreshContext refreshCtx_p)
event called when user clicked the plugin label / icon |
void |
OwRecordFunction.onClickEvent(OwObject rootObject_p,
OwObject folderObject_p,
String subpath_p,
String subdisplaypath_p,
OwClientRefreshContext refreshCtx_p)
event called when user clicked the plugin label / icon overridable |
void |
OwDocumentFunction.onColumnClickEvent(OwObjectCollection objects_p,
OwObject oParent_p,
OwClientRefreshContext refreshCtx_p)
event called when user clicked the plugin column (only when own column was defined using getColumnTitle()) |
void |
OwDocumentFunction.onMultiselectClickEvent(Collection objects_p,
OwObject oParent_p,
OwClientRefreshContext refreshCtx_p)
event called when user clicked the plugin for multiple selected items |
static void |
OwMimeManager.openObject(OwMainAppContext context_p,
OwObjectReference obj_p,
OwObject parent_p,
int iViewerMode_p,
OwClientRefreshContext refreshCtx_p)
open the given object according to MIME settings |
static void |
OwMimeManager.openObject(OwMainAppContext context_p,
OwObjectReference obj_p,
OwObject parent_p,
int iViewerMode_p,
OwClientRefreshContext refreshCtx_p,
int iPage_p,
OwWindowPositions windowpos_p,
Collection objects_p)
open the given object according to MIME settings |
static void |
OwMimeManager.openObject(OwMainAppContext context_p,
OwObjectReference obj_p,
OwObject parent_p,
int iViewerMode_p,
OwClientRefreshContext refreshCtx_p,
int iPage_p,
OwWindowPositions windowpos_p,
Collection objects_p,
String additionalParams_p)
open the given object according to the MIME settings, and add also the additional params to the caller URL. |
static void |
OwMimeManager.openObject(OwMainAppContext context_p,
OwObjectReference obj_p,
OwObject parent_p,
int iViewerMode_p,
OwClientRefreshContext refreshCtx_p,
int iPage_p,
OwWindowPositions windowpos_p,
Collection objects_p,
String additionalParams_p,
String mimeContext_p)
open the given object according to the MIME settings, and add also the additional params to the caller URL. |
static void |
OwMimeManager.openObject(OwMainAppContext context_p,
OwObjectReference obj_p,
OwObject parent_p,
int iViewerMode_p,
OwClientRefreshContext refreshCtx_p,
String mimeContext_p)
open the given object according to MIME settings |
static void |
OwMimeManager.openObjectPreview(OwMainAppContext context_p,
OwObjectReference obj_p,
OwObject parent_p,
int iViewerMode_p,
OwClientRefreshContext refreshCtx_p)
open the given object according to MIME settings |
static void |
OwMimeManager.openObjectPreview(OwMainAppContext context_p,
OwObjectReference obj_p,
OwObject parent_p,
int iViewerMode_p,
OwClientRefreshContext refreshCtx_p,
int iPage_p,
OwWindowPositions windowpos_p,
Collection objects_p)
open the given object according to MIME settings |
protected void |
OwSettings.savePrefs(OwObject prefsObject_p,
boolean fUser_p)
|
void |
OwClipboard.setContent(OwObject content_p,
OwObject parent_p)
set a single OwObject type item |
void |
OwMimeManager.setParent(OwObject parent_p)
set parent to use in document functions |
Constructors in com.wewebu.ow.server.app with parameters of type OwObject | |
---|---|
OwClipboardContentOwObject(OwObject content_p,
OwObject parent_p)
construct a clipboard item |
|
OwEcmUtil.OwParentPathInfo(OwObject parent_p,
String path_p,
String displaypath_p)
construct a path info item |
|
OwMultipleSelectionCall(OwDocumentFunction documentFunction_p,
Collection objects_p,
OwObject parent_p,
OwClientRefreshContext refreshCtx_p,
OwMainAppContext context_p)
Constructor. |
Constructor parameters in com.wewebu.ow.server.app with type arguments of type OwObject | |
---|---|
OwObjectSequenceDialog(List<OwObject> objectItems)
|
Uses of OwObject in com.wewebu.ow.server.command |
---|
Methods in com.wewebu.ow.server.command that return OwObject | |
---|---|
OwObject |
OwMultipleObjectsProcessCollector.OwObjectCollectData.getObject()
|
Methods in com.wewebu.ow.server.command with parameters of type OwObject | |
---|---|
boolean |
OwProcessableObjectStrategy.canBeProcessed(OwObject oObject_p)
Check if the given object can be processed |
OwMultipleObjectsProcessCollector.OwObjectCollectData |
OwMultipleObjectsProcessCollector.createCollectData(OwObject object_p)
|
protected abstract void |
OwCommand.processObject(OwObject object_p)
Process an object. |
Constructors in com.wewebu.ow.server.command with parameters of type OwObject | |
---|---|
OwCommand(OwObject object_p,
OwMainAppContext appContext_p,
OwProcessableObjectStrategy processableObjectStrategy_p)
Constructs a command where the given object is verified if it can be processed by this command, using processableStrategy_p . |
|
OwMultipleObjectsProcessCollector.OwObjectCollectData(OwObject object_p)
Constructor |
Uses of OwObject in com.wewebu.ow.server.dmsdialogs |
---|
Fields in com.wewebu.ow.server.dmsdialogs declared as OwObject | |
---|---|
protected OwObject |
OwCreateObjectFormularDialog.m_folderObject
selected object of record |
protected OwObject |
OwCreateObjectDialog.m_folderObject
selected object of record |
Methods in com.wewebu.ow.server.dmsdialogs that return OwObject | |
---|---|
OwObject |
OwCreateObjectFormularDialog.getNewObject()
get the newly created object |
OwObject |
OwCreateObjectDialog.getNewObject()
get the newly created object |
Methods in com.wewebu.ow.server.dmsdialogs with parameters of type OwObject | |
---|---|
void |
OwStandardPropertyViewBridge.setObjectRefEx(OwObject objectRef_p,
boolean showSystemProperties_p,
Collection propertyInfos_p)
|
void |
OwPropertyViewBridge.setObjectRefEx(OwObject objectRef_p,
boolean showSystemProperties_p,
Collection propertyInfos_p)
Sets the object whose properties will be displayed. |
void |
OwFormPropertyViewBridge.setObjectRefEx(OwObject objectRef_p,
boolean showSystemProperties_p,
Collection propertyInfos_p)
|
Constructors in com.wewebu.ow.server.dmsdialogs with parameters of type OwObject | |
---|---|
OwCreateObjectDialog(OwObject folderObject_p,
OwObjectClassSelectionCfg classSelectionCfg,
boolean fOpenObject_p)
create a record / folder create dialog |
|
OwCreateObjectDialog(OwObject folderObject_p,
String strClassName_p,
String strObjectClassParent_p,
boolean fOpenObject_p)
Deprecated. will be replaced by OwCreateObjectDialog.OwCreateObjectDialog(OwObject, OwObjectClassSelectionCfg, boolean) |
|
OwCreateObjectFormularDialog(OwObject folderObject_p,
String strClassName_p,
String strObjectClassParent_p,
boolean fOpenObject_p,
OwJspFormConfigurator strJspFormConfig_p)
create a record / folder create dialog |
|
OwCreateObjectWithFormDialog(OwObject folderObject_p,
OwObjectClassSelectionCfg classSelectionCfg,
boolean openObject_p,
OwJspFormConfigurator jspFormConfig_p)
|
|
OwCreateObjectWithFormDialog(OwObject folderObject_p,
OwObjectClassSelectionCfg classSelectionCfg,
boolean openObject_p,
String jspForm_p)
|
|
OwCreateObjectWithFormDialog(OwObject folderObject_p,
String strClassName_p,
String strObjectClassParent_p,
boolean openObject_p,
OwJspFormConfigurator jspFormConfig_p)
Deprecated. replaced by OwCreateObjectWithFormDialog.OwCreateObjectWithFormDialog(OwObject, OwObjectClassSelectionCfg, boolean, OwJspFormConfigurator) |
|
OwCreateObjectWithFormDialog(OwObject folderObject_p,
String strClassName_p,
String strObjectClassParent_p,
boolean openObject_p,
String jspForm_p)
Deprecated. will be replaced by OwCreateObjectWithFormDialog.OwCreateObjectWithFormDialog(OwObject, OwObjectClassSelectionCfg, boolean, String) |
Uses of OwObject in com.wewebu.ow.server.dmsdialogs.views |
---|
Fields in com.wewebu.ow.server.dmsdialogs.views declared as OwObject | |
---|---|
protected OwObject |
OwObjectHistoryView.m_object
object to find the parents of |
protected OwObject |
OwObjectFiledRecordsView.m_object
object to find the parents of |
protected OwObject |
OwObjectPropertyView.m_ObjectRef
object reference the view is working on |
protected OwObject |
OwObjectEditVersionsView.m_ObjectRef
object reference to display versions |
protected OwObject |
OwObjectAccessRightsView.m_ObjectRef
object reference the view is working on |
protected OwObject |
OwMultipanelAccessRightsView.m_ObjectRef
object reference the view is working on |
Methods in com.wewebu.ow.server.dmsdialogs.views that return OwObject | |
---|---|
protected OwObject |
OwUIGenericAccessRightsModul.getObject()
Deprecated. since 4.0.0.0 use the view's OwPermissionsDocument |
OwObject |
OwPrivilegeSetEditorDocument.getObject()
|
OwObject |
OwPrivilegesDocument.getObject()
|
OwObject |
OwPermissionsDocument.getObject()
|
OwObject |
OwObjectLinksDocument.getObject()
|
OwObject |
OwObjectPropertyView.getObjectRef()
|
OwObject |
OwObjectPropertyFormularView.getObjectRef()
get the current object to use for property rendering |
OwObject |
OwObjectAccessRightsView.getObjectRef()
get the object, the access rights view is working on |
OwObject |
OwMultipanelAccessRightsView.getObjectRef()
get the object, the access rights view is working on |
OwObject |
OwObjectListViewCombined.getParentObject()
|
OwObject |
OwObjectListView.getParentObject()
get the parent object |
Methods in com.wewebu.ow.server.dmsdialogs.views with parameters of type OwObject | |
---|---|
protected OwObjectListViewPluginCache.OwPluginStatusCachingUtility |
OwObjectListViewPluginCache.createPluginStatusCacheUtility(int startIndex,
int endIndex,
List objectList,
OwObject parentObject,
Collection pluginEntries,
boolean displayEmptyPluginColumn)
Create the plugin status cache instance for provided information. |
OwObjectListViewPluginCache.OwPluginStatus |
OwObjectListViewPluginCache.OwPluginStatusCachingUtility.getCachedPluginState(OwObjectListView.OwPluginEntry pluginEntry_p,
OwObject obj_p)
Returns the cached plugin status. |
protected String |
OwObjectListViewEXTJSGrid.getDocumentInstanceFunctionPluginLinks(OwObject obj_p,
int iIndex_p,
Collection instancePluginsList_p)
insert the document function plugins for the requested row index and object |
protected OwObjectClass |
OwTypedLinksView.getLinkClass(OwObject object)
|
protected String |
OwObjectListViewRow.getRowClassName(int iIndex_p,
OwObject obj_p)
overridable get the style class name for the row |
protected String |
OwObjectListViewEXTJSGrid.getRowClassName(int iIndex_p,
OwObject obj_p)
overridable get the style class name for the row |
protected String |
OwObjectEditVersionsView.getRowClassName(int iIndex_p,
OwObject obj_p)
overridable get the style class name for the row |
protected String |
OwObjectListViewRow.getSelectedRowClassName(int iIndex_p,
OwObject obj_p)
overridable get the style class name for the row |
protected String |
OwObjectListViewEXTJSGrid.getTooltipUrl(OwObject obj_p)
Returns the Tooltip URL |
protected void |
OwObjectListViewRow.insertDocumentFunctionPluginRows(Writer w_p,
OwObject obj_p,
int iIndex_p,
Collection instancePluginsList_p)
insert the document function plugins for the requested row index and object |
protected void |
OwObjectListViewThumbnails.insertDocumentFunctionPlugins(Writer w_p,
OwObject obj_p,
int iIndex_p,
Collection instancePluginsList_p)
insert the document function plugins for the requested row index and object |
void |
OwObjectTreeView.navigateChildObject(OwObject obj_p)
navigate to the given child object |
void |
OwObjectListView.OwObjectListViewEventListner.onObjectListViewFilterChange(OwSearchNode filterNode_p,
OwObject parent_p)
called when user changes or activates the column filter |
String |
OwObjectListView.OwObjectListViewEventListner.onObjectListViewGetRowClassName(int iIndex_p,
OwObject obj_p)
get the style class name for the row |
boolean |
OwObjectListView.OwObjectListViewEventListner.onObjectListViewItemClick(OwObject obj_p)
called when uses clicks on a folder, used to redirect folder events an bypass the mimemanager |
void |
OwObjectListView.OwObjectListViewEventListner.onObjectListViewSelect(OwObject object_p,
OwObject parent_p)
called when user clicks a select button, fUseSelectButton_p must have been set to display select buttons |
protected void |
OwObjectListViewEXTJSGrid.processOccurred(OwObject obj)
Process occurred object types, for quicker handling of document functions. |
protected void |
OwObjectListViewRow.renderCheckedOut(StringWriter rowBuffer,
OwObject obj)
|
protected void |
OwObjectListViewRow.renderExtraColumnRows(Writer w_p,
OwObject obj_p,
int iIndex_p)
overridable to render additional columns |
protected void |
OwObjectListViewRow.renderLockedColumn(Writer w_p,
OwObject obj_p)
Render lock column. |
protected void |
OwObjectListViewRow.renderMimeType(StringWriter rowBuffer,
OwObject obj)
|
protected void |
OwObjectListViewRow.renderProperties(StringWriter rowBuffer,
OwObject obj)
|
protected void |
OwObjectListViewRow.renderVersion(StringWriter rowBuffer,
OwObject obj)
|
void |
OwObjectLinksDocument.setObject(OwObject object)
|
void |
OwObjectListViewThumbnails.setObjectList(OwObjectCollection objectList_p,
OwObject parentObject_p)
set the list of objects to be displayed by this list view |
void |
OwObjectListViewRow.setObjectList(OwObjectCollection objectList_p,
OwObject parentObject_p)
set the list of objects to be displayed by this list view |
void |
OwObjectListViewEXTJSGrid.setObjectList(OwObjectCollection objectList_p,
OwObject parentObject_p)
set the list of objects to be displayed by this list view |
void |
OwObjectListViewCombined.setObjectList(OwObjectCollection objectList_p,
OwObject parentObject_p)
|
abstract void |
OwObjectListView.setObjectList(OwObjectCollection objectList_p,
OwObject parentObject_p)
set the list of objects to be displayed by this list view |
void |
OwObjectPropertyFormularView.setObjectRef(OwObject objectRef_p)
|
void |
OwObjectHistoryView.setObjectRef(OwObject obj_p)
set the object to find the filed records for |
void |
OwObjectEditVersionsView.setObjectRef(OwObject objectRef_p)
|
void |
OwObjectAccessRightsView.setObjectRef(OwObject obj_p)
set the object, the access rights view is working on |
void |
OwMultipanelAccessRightsView.setObjectRef(OwObject obj_p)
set the object, the access rights view is working on |
void |
OwObjectPropertyView.setObjectRef(OwObject objectRef_p,
boolean showSystemProperties_p)
|
void |
OwObjectFiledRecordsView.setObjectRef(OwObject obj_p,
Collection classNames_p)
set the object to find the filed records for |
void |
OwObjectPropertyView.setObjectRefEx(OwObject objectRef_p,
boolean showSystemProperties_p,
Collection propertyInfos_p)
|
protected void |
OwObjectListView.setParentObject(OwObject newParent_p)
|
Constructors in com.wewebu.ow.server.dmsdialogs.views with parameters of type OwObject | |
---|---|
OwObjectListViewPluginCache.OwPluginStatusCachingUtility(int startIndex_p,
int endIndex_p,
List objectList_p,
OwObject parentObject_p,
Collection pluginEntries_p)
Constructor |
|
OwObjectListViewPluginCache.OwPluginStatusCachingUtility(int startIndex_p,
int endIndex_p,
List objectList_p,
OwObject parentObject_p,
Collection pluginEntries_p,
boolean displayEmptyPluginColumn_p)
Constructor |
|
OwPermissionsDocument(OwObject object_p)
Constructor. |
|
OwPermissionsDocument(OwObject object_p,
OwPermissionCollection permissions_p)
Constructor |
|
OwUIGenericAccessRightsModul(OwNetwork network_p,
OwObject object_p)
|
|
OwUIGenericAccessRightsModul(OwNetwork network_p,
OwObject object_p,
int views_p)
Constructor |
|
OwUIGenericAccessRightsModul(OwNetwork network_p,
OwObject object_p,
String policyViewTitle_p,
String privilegesViewTitle_p,
int views_p)
Constructor |
|
OwUIGenericAccessRightsModul(OwNetwork network_p,
OwObject object_p,
String policyViewTitle_p,
String privilegesViewTitle_p,
Map<String,String> privilegeDisplayNames_p,
int views_p)
Constructor |
Uses of OwObject in com.wewebu.ow.server.ecm |
---|
Subinterfaces of OwObject in com.wewebu.ow.server.ecm | |
---|---|
interface |
OwObjectLink
OwObjectLink representation of association/relationship. |
interface |
OwSemiVirtualFolder
Semi-virtual-folder object adapter interface. |
interface |
OwVirtualFolderObject
Base Class for virtual folder objects. |
Classes in com.wewebu.ow.server.ecm that implement OwObject | |
---|---|
class |
OwFileObject
Implements OwObject for files on the files system. |
class |
OwObjectSkeleton
OwObject implementation to be used for new objects. To be implemented with the specific ECM system. |
class |
OwStandardDecoratorObject
OwObject wrapper to implement a decorator pattern. |
class |
OwStandardVirtualFolderObjectFactory
Base Class for virtual folder objects. Folder Objects can contain other objects like documents and sub folders. |
Fields in com.wewebu.ow.server.ecm declared as OwObject | |
---|---|
protected OwObject |
OwStandardSearchTemplate.m_object
|
Methods in com.wewebu.ow.server.ecm that return OwObject | |
---|---|
OwObject |
OwStandardVirtualFolderObjectFactory.getInstance()
get a instance from this reference |
OwObject |
OwStandardUnresolvedReference.getInstance()
get a instance from this reference |
OwObject |
OwStandardObjectReference.getInstance()
get a instance from this reference |
OwObject |
OwStandardDecoratorObject.getInstance()
|
OwObject |
OwObjectSkeleton.getInstance()
get a instance from this reference |
OwObject |
OwObjectReference.getInstance()
get a instance from this reference |
OwObject |
OwFileObject.getInstance()
get a instance from this reference |
OwObject |
OwVersionSeries.getObject(OwVersion version_p)
get a OwObject for a given OwVersion |
OwObject |
OwRepository.getObjectFromDMSID(String strDMSID_p,
boolean fRefresh_p)
reconstructs an Object from ECM Id, OwObjectReference.getDMSID() for details. |
OwObject |
OwRepository.getObjectFromPath(String strPath_p,
boolean fRefresh_p)
get object from given path |
OwObject |
OwLocation.getParent()
The parent object, can return null if not filed/contained in a structure. |
abstract OwObject |
OwStandardDecoratorObject.getWrappedObject()
to be overridden |
Methods in com.wewebu.ow.server.ecm with parameters of type OwObject | |
---|---|
void |
OwStandardVirtualFolderObjectFactory.add(OwObject oObject_p)
adds a object reference to this parent object / folder |
void |
OwStandardDecoratorObject.add(OwObject object_p)
|
void |
OwObjectSkeleton.add(OwObject oObject_p)
adds a object reference to this parent object (folder) |
void |
OwObject.add(OwObject oObject_p)
adds a object reference to this parent object (folder) |
void |
OwFileObject.add(OwObject oObject_p)
adds a object reference to this parent object / folder |
boolean |
OwStandardVirtualFolderObjectFactory.canAdd(OwObject oObject_p,
int iContext_p)
checks if object supports add function |
boolean |
OwStandardDecoratorObject.canAdd(OwObject object_p,
int context_p)
|
boolean |
OwObjectSkeleton.canAdd(OwObject oObject_p,
int iContext_p)
checks if object supports add function and if user has sufficient access rights |
boolean |
OwObject.canAdd(OwObject oObject_p,
int iContext_p)
checks if object supports add function and if user has sufficient access rights |
boolean |
OwFileObject.canAdd(OwObject oObject_p,
int iContext_p)
checks if object supports add function |
boolean |
OwNetwork.canCreateNewObject(OwResource resource_p,
OwObject parent_p,
int iContext_p)
check, if Adapter can create a new objects |
boolean |
OwNetwork.canCreateObjectCopy(OwObject parent_p,
int[] childTypes_p,
int iContext_p)
creates a cloned object with new properties on the ECM system |
boolean |
OwNetwork.canDo(OwObject obj_p,
int iFunctionCode_p,
int iContext_p)
check if a extended function like print can be performed on the given object |
boolean |
OwNetwork.canEditAccessRights(OwObject object_p)
check if access rights can be edited on the Object. |
boolean |
OwStandardVirtualFolderObjectFactory.canMove(OwObject oObject_p,
OwObject oldParent_p,
int iContext_p)
check if move operation is allowed |
boolean |
OwStandardDecoratorObject.canMove(OwObject object_p,
OwObject oldParent_p,
int context_p)
|
boolean |
OwObjectSkeleton.canMove(OwObject oObject_p,
OwObject oldParent_p,
int iContext_p)
check if move operation is allowed |
boolean |
OwObject.canMove(OwObject oObject_p,
OwObject oldParent_p,
int iContext_p)
check if move operation is allowed |
boolean |
OwFileObject.canMove(OwObject oObject_p,
OwObject oldParent_p,
int iContext_p)
check if move operation is allowed |
boolean |
OwStandardVirtualFolderObjectFactory.canRemoveReference(OwObject oObject_p,
int iContext_p)
checks if the reference can be removed this object needs to be parent of given object, and user needs to have sufficient access rights |
boolean |
OwStandardDecoratorObject.canRemoveReference(OwObject object_p,
int context_p)
|
boolean |
OwObjectSkeleton.canRemoveReference(OwObject oObject_p,
int iContext_p)
checks if the reference can be removed this object needs to be parent of given object, and user needs to have sufficient access rights |
boolean |
OwObject.canRemoveReference(OwObject oObject_p,
int iContext_p)
checks if the reference can be removed this object needs to be parent of given object, and user needs to have sufficient access rights |
boolean |
OwFileObject.canRemoveReference(OwObject oObject_p,
int iContext_p)
checks if the reference can be removed this object needs to be parent of given object, and user needs to have sufficient access rights |
void |
OwBatch.checkin(OwObject batchobject_p,
boolean fPromote_p,
Object mode_p,
String strObjectClassName_p,
OwPropertyCollection properties_p,
OwPermissionCollection permissions_p,
OwContentCollection content_p,
boolean fOverwriteContent_p,
String strMimeType_p,
String strMimeParameter_p)
checkin |
void |
OwBatch.checkout(OwObject batchobject_p,
Object mode_p)
checkout |
String |
OwNetwork.createNewObject(boolean fPromote_p,
Object mode_p,
OwResource resource_p,
String strObjectClassName_p,
OwPropertyCollection properties_p,
OwPermissionCollection permissions_p,
OwContentCollection content_p,
OwObject parent_p,
String strMimeType_p,
String strMimeParameter_p)
creates a new object on the ECM System using the given parameters has additional promote and checkin mode parameters for versionable objects |
String |
OwBatch.createNewObject(boolean fPromote_p,
Object mode_p,
OwResource resource_p,
String strObjectClassName_p,
OwPropertyCollection properties_p,
OwPermissionCollection permissions_p,
OwContentCollection content_p,
OwObject parent_p,
String strMimeType_p,
String strMimeParameter_p)
creates a new object on the ECM System using the given parameters has additional promote and checkin mode parameters for versionable objects |
String |
OwNetwork.createNewObject(boolean fPromote_p,
Object mode_p,
OwResource resource_p,
String strObjectClassName_p,
OwPropertyCollection properties_p,
OwPermissionCollection permissions_p,
OwContentCollection content_p,
OwObject parent_p,
String strMimeType_p,
String strMimeParameter_p,
boolean fKeepCheckedOut_p)
Creates a new object on the ECM System using the given parameters. Has additional promote and checkin mode parameters for versionable objects and the extra parameter fKeepCheckedOut_p to control whether the new objects are checked in automatically or not. |
String |
OwNetwork.createNewObject(OwResource resource_p,
String strObjectClassName_p,
OwPropertyCollection properties_p,
OwPermissionCollection permissions_p,
OwContentCollection content_p,
OwObject parent_p,
String strMimeType_p,
String strMimeParameter_p)
creates a new object on the ECM System using the given parameters |
String |
OwNetwork.createObjectCopy(OwObject obj_p,
OwPropertyCollection properties_p,
OwPermissionCollection permissions_p,
OwObject parent_p,
int[] childTypes_p)
creates a cloned object with new properties on the ECM system copies the content as well |
void |
OwBatch.delete(OwObject batchobject_p)
Deletes an object and all its references from DB. |
void |
OwBatch.demote(OwObject batchobject_p)
demote version |
static OwPropertyCollection |
OwStandardPropertyClass.getClonedProperties(OwObject object_p,
Collection propertyNames_p)
retrieve the specified properties from the object as a copy NOTE: The returned collection contains exactly the requested propertyNames_p, or all if propertyNames_p == null
NOTE: if the properties where not already obtained from the archive (e.g. |
OwUIAccessRightsModul |
OwNetwork.getEditAccessRightsSubModul(OwObject object_p)
get an instance of the edit access rights UI submodule for editing document access rights Access rights are very specific to the ECM System and can not be handled generically |
OwObjectLinkRelation |
OwObjectLink.getRelation(OwObject obj)
Get information about the provided OwObject, if it is part of the OwObjectLink relation. |
boolean |
OwObjectLinkRelation.match(OwObjectLink link,
OwObject object)
|
void |
OwStandardVirtualFolderObjectFactory.move(OwObject oObject_p,
OwObject oldParent_p)
moves a object reference to this parent object (folder) |
void |
OwStandardDecoratorObject.move(OwObject object_p,
OwObject oldParent_p)
|
void |
OwObjectSkeleton.move(OwObject oObject_p,
OwObject oldParent_p)
moves a object reference to this parent object (folder) |
void |
OwObject.move(OwObject oObject_p,
OwObject oldParent_p)
moves a object reference to this parent object (folder) |
void |
OwFileObject.move(OwObject oObject_p,
OwObject oldParent_p)
moves a object reference to this parent object (folder) |
void |
OwBatch.move(OwObject object_p,
OwObject destination_p,
OwObject oldParent_p)
Moves an object reference to a new parent/destination object (folder). |
void |
OwBatch.promote(OwObject batchobject_p)
promote version |
void |
OwStandardVirtualFolderObjectFactory.removeReference(OwObject oObject_p)
removes the reference of the given object from this object (folder) this object needs to be parent of given object |
void |
OwStandardDecoratorObject.removeReference(OwObject object_p)
|
void |
OwObjectSkeleton.removeReference(OwObject oObject_p)
removes the reference of the given object from this object (OwEmptyObject) this object needs to be parent of given object |
void |
OwObject.removeReference(OwObject oObject_p)
removes the reference of the given object from this object (folder) this object needs to be parent of given object |
void |
OwFileObject.removeReference(OwObject oObject_p)
removes the reference of the given object from this object (folder) this object needs to be parent of given object |
boolean |
OwObjectLinkRelation.sameDirection(OwObjectLink link,
OwObject object)
|
void |
OwBatch.save(OwObject batchobject_p,
OwContentCollection content_p,
String strMimeType_p,
String strMimeParameter_p)
set the content to the checked out object |
void |
OwBatch.setPermissions(OwObject batchobject_p,
OwPermissionCollection permissions_p)
set the permissions object |
void |
OwBatch.setProperties(OwObject batchobject_p,
OwPropertyCollection properties_p,
Object mode_p)
set the properties in the object |
Constructors in com.wewebu.ow.server.ecm with parameters of type OwObject | |
---|---|
OwStandardSearchTemplate(OwNetworkContext context_p,
OwObject obj_p)
Creates a new search template with the given object NOTE: The syntax of the XML Template is compatible with FileNet P8 Search designer. |
|
OwStandardSearchTemplate(OwNetworkContext context_p,
OwObject obj_p,
boolean useSearchPaths_p)
Deprecated. since 4.0.0.0 use OwStandardSearchTemplate.OwStandardSearchTemplate(OwNetworkContext, OwObject) constructor |
Uses of OwObject in com.wewebu.ow.server.ecm.bpm |
---|
Subinterfaces of OwObject in com.wewebu.ow.server.ecm.bpm | |
---|---|
interface |
OwWorkitem
Base interface for Workitem containers, or BPM Queues. To be implemented with the specific BPM system. |
interface |
OwWorkitemContainer
Base interface for Workitem containers, or BPM Queues. To be implemented with the specific BPM system. |
Uses of OwObject in com.wewebu.ow.server.ecmimpl |
---|
Fields in com.wewebu.ow.server.ecmimpl with type parameters of type OwObject | |
---|---|
static OwAOType<OwObject> |
OwAOConstants.AO_PREFERENCES
|
Methods in com.wewebu.ow.server.ecmimpl that return OwObject | |
---|---|
OwObject |
OwSimpleLocation.getParent()
|
Methods in com.wewebu.ow.server.ecmimpl with parameters of type OwObject | |
---|---|
void |
OwSimpleLocation.setParent(OwObject parent)
|
Constructors in com.wewebu.ow.server.ecmimpl with parameters of type OwObject | |
---|---|
OwSimpleLocation(OwObject parent)
Create a Location from parent, which will implicitly set the resource from provided parent object. |
Uses of OwObject in com.wewebu.ow.server.field |
---|
Methods in com.wewebu.ow.server.field with parameters of type OwObject | |
---|---|
boolean |
OwStandardPriorityRule.appliesTo(OwObject object_p)
|
boolean |
OwPriorityRule.appliesTo(OwObject object_p)
Checks if this rule applies to an OwObject |
boolean |
OwExpressionPriorityRule.appliesTo(OwObject object_p)
|
Constructors in com.wewebu.ow.server.field with parameters of type OwObject | |
---|---|
OwObjectScope(String name_p,
OwObject object_p)
|
Uses of OwObject in com.wewebu.ow.server.history |
---|
Subinterfaces of OwObject in com.wewebu.ow.server.history | |
---|---|
interface |
OwHistoryEntry
Interface for history entries used with the history manager to display the history events. To be implemented with the specific ECM system. |
Classes in com.wewebu.ow.server.history that implement OwObject | |
---|---|
class |
OwSessionHistoryEntry
History entry for in memory stored events. |
class |
OwStandardHistoryEntry
Standard implementation of the OwHistoryEntry interface. |
Methods in com.wewebu.ow.server.history that return OwObject | |
---|---|
OwObject |
OwStandardHistoryEntry.getInstance()
get a instance from this reference |
OwObject |
OwStandardHistoryObjectCreateEvent.getParent()
|
OwObject |
OwHistoryObjectCreateEvent.getParent()
get the parent object of the new object, or null if not used in the creation of the object |
Methods in com.wewebu.ow.server.history with parameters of type OwObject | |
---|---|
void |
OwStandardHistoryEntry.add(OwObject oObject_p)
|
boolean |
OwStandardHistoryEntry.canAdd(OwObject oObject_p,
int iContext_p)
|
boolean |
OwStandardHistoryEntry.canMove(OwObject oObject_p,
OwObject oldParent_p,
int iContext_p)
|
boolean |
OwStandardHistoryEntry.canRemoveReference(OwObject oObject_p,
int iContext_p)
|
void |
OwStandardHistoryEntry.move(OwObject oObject_p,
OwObject oldParent_p)
|
void |
OwStandardHistoryEntry.removeReference(OwObject oObject_p)
|
Constructors in com.wewebu.ow.server.history with parameters of type OwObject | |
---|---|
OwStandardHistoryObjectCreateEvent(String classname_p,
String dmsid_p,
OwPropertyCollection properties_p,
OwResource resource_p,
OwObject parent_p,
OwPermissionCollection permissions_p)
|
|
OwStandardHistoryObjectCreateEvent(String classname_p,
String dmsid_p,
OwPropertyCollection properties_p,
OwResource resource_p,
OwObject parent_p,
OwPermissionCollection permissions_p,
Boolean promote_p,
Object mode_p)
|
|
OwStandardHistoryPropertyChangeEvent(OwObject object_p,
OwPropertyCollection newProperties_p)
constructs a property change event class for historization if object_p was already modified, use second constructor |
|
OwStandardHistoryPropertyChangeEvent(OwObject object_p,
OwPropertyCollection oldProperties_p,
OwPropertyCollection newProperties_p)
constructs a property change event class for historization |
Uses of OwObject in com.wewebu.ow.server.historyimpl.simplehistory |
---|
Methods in com.wewebu.ow.server.historyimpl.simplehistory that return OwObject | |
---|---|
OwObject |
OwSimpleHistoryManager.getObjectFromDMSID(String strDMSID_p,
boolean fRefresh_p)
reconstructs an Object from ECM Id, see OwObject.getDMSID for details. |
OwObject |
OwSimpleHistoryManager.getObjectFromPath(String strPath_p,
boolean fRefresh_p)
get object from given path |
Uses of OwObject in com.wewebu.ow.server.plug.owutil |
---|
Methods in com.wewebu.ow.server.plug.owutil with parameters of type OwObject | |
---|---|
static Map |
OwMappingUtils.getParameterMapValuesFromObject(OwXMLUtil confignode_p,
OwObject sourceObject_p,
String mappingElementName_p)
Compute a Map of values derived from the parent and to be set in advance in the new object reads the ParameterMapping section in the plugin descriptor Each Parameter from the Parent Object is set to the parameter in the new Object Example: Instruction: Name=Customer.Name The Parameter Name in the new object gets the value of the Parameter Customer.Name in the Parent object where Customer is a Object Reference Property and Name is the property of that reference. |
static Map |
OwMappingUtils.getParameterMapValuesFromRecord(OwXMLUtil confignode_p,
OwObject rootObject_p,
OwObject folderObject_p)
Compute a Map of values derived from the parent and to be set in advance in the new object, reads the ParameterMapping section in the plugin descriptor. |
Uses of OwObject in com.wewebu.ow.server.servlets |
---|
Methods in com.wewebu.ow.server.servlets with parameters of type OwObject | |
---|---|
protected void |
OwMultifileDownload.addMultiContentArchiveEntry(OwMultifileDownload.OwFolderArchiveEntry parentFolder_p,
OwObject object_p)
(overridable) Adds an OwMultifileDownload.OwContentArchiveEntry to the specified parent folder for the
specified OwObject . |
protected void |
OwMultifileDownload.addSingleContentEntry(OwMultifileDownload.OwFolderArchiveEntry parentFolder_p,
OwObject object_p)
(overridable) Adds an OwMultifileDownload.OwContentArchiveEntry to the specified parent folder for the
specified OwObject . |
Method parameters in com.wewebu.ow.server.servlets with type arguments of type OwObject | |
---|---|
protected OwMultifileDownload.OwFolderArchiveEntry |
OwMultifileDownload.createContentArchive(List<OwObject> objectsToZip_p,
OwMainAppContext context_p)
(overridable) Creates the archive that will be served by OwMultifileDownload.processRequest(HttpServletRequest, HttpServletResponse) |
Uses of OwObject in com.wewebu.ow.server.settingsimpl |
---|
Methods in com.wewebu.ow.server.settingsimpl that return OwObject | |
---|---|
OwObject |
OwSettingsPropertyObject.OwObjectEntry.getInstance()
get a instance from this reference |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |