public class OwBPMView
extends com.wewebu.ow.server.app.OwMasterView
implements com.wewebu.ow.server.app.OwClientRefreshContext
Workdesk BPM Plugin.
Main view.
Alfresco Workdesk
Copyright (c) Alfresco Software, Inc.
All rights reserved.
For licensing information read the license.txt file or
go to: http://wiki.alfresco.com
Constructor and Description |
---|
OwBPMView() |
Modifier and Type | Method and Description |
---|---|
protected OwBPMWorkItemListView |
createWorkItemListView()
overridable factory method
|
String |
getRefreshURL()
Helper method to create an URL which will trigger an update of the view.
|
protected com.wewebu.ow.server.app.OwSubNavigationView |
getSubNavigation()
Simple getter of current created navigation view.
|
OwBPMWorkItemListView |
getWorkItemListView()
Returns the work item List View with activated plugins
|
protected void |
init()
init the target after the context is set.
|
protected void |
onActivate(int iIndex_p,
Object oReason_p)
activate the target from a navigation module.
|
void |
onClientRefreshContextUpdate(int iReason_p,
Object param_p)
call client and cause it to refresh its display data
|
void |
onUpdate(com.wewebu.ow.server.ui.OwEventTarget caller_p,
int iCode_p,
Object param_p)
called by the framework to update the view when OwDocument.Update was called
NOTE: We can not use the onRender method to update,
because we do not know the call order of onRender.
|
getBreadcrumbPart, getConfigNode, getConfiguration, getDialogManager, getIcon, getPlugin, getPluginID, getTitle
activate, addView, detach, getDocument, getExternalFormEventTarget, getFormName, getFormTarget, getIterator, getMaximizeView, getParent, getRenderedNamedRegion, getRenderedRegion, getViewList, isFormTargetExternal, isNamedRegion, isRegion, isShowMaximized, isShowMinimized, isShowNormal, onRender, render, renderHTMLFormular, renderNamedRegion, renderRegion, serverSideDesignInclude, serverSideInclude, setDocument, setExternalFormTarget, setMaximizeView, setParent, showMaximized, showMinimized, showNormal, usesFormWithAttributes
protected void init() throws Exception
init
in class com.wewebu.ow.server.app.OwMasterView
Exception
protected OwBPMWorkItemListView createWorkItemListView()
protected void onActivate(int iIndex_p, Object oReason_p) throws Exception
onActivate
in class com.wewebu.ow.server.app.OwMasterView
iIndex_p
- int tab index of NavigationoReason_p
- User Object which was submitted when target was attached to the navigation moduleException
public void onUpdate(com.wewebu.ow.server.ui.OwEventTarget caller_p, int iCode_p, Object param_p) throws Exception
onUpdate
in interface com.wewebu.ow.server.ui.OwUpdateTarget
onUpdate
in class com.wewebu.ow.server.ui.OwView
caller_p
- OwEventTarget target that called updateiCode_p
- int optional reason codeparam_p
- Object optional parameter representing the refresh, depends on the value of iCode_p, can be nullException
public void onClientRefreshContextUpdate(int iReason_p, Object param_p) throws Exception
onClientRefreshContextUpdate
in interface com.wewebu.ow.server.app.OwClientRefreshContext
iReason_p
- reason as defined in OwUpdateCodesparam_p
- Object optional parameter representing the refresh, depends on the value of iReason_p, can be nullException
public OwBPMWorkItemListView getWorkItemListView()
OwBPMWorkItemListView
public String getRefreshURL()
protected com.wewebu.ow.server.app.OwSubNavigationView getSubNavigation()
Copyright © 2014 Alfresco Business Solutions. All Rights Reserved.