public class OwBPMFunctionView
extends com.wewebu.ow.server.ui.OwView
implements com.wewebu.ow.server.app.OwClientRefreshContext
Workdesk BPM Plugin.
Displays the BPM Container functions
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
Modifier and Type | Field and Description |
---|---|
protected OwBPMVirtualQueue |
m_currentQueue
currently selected queue
|
protected static String |
QUERY_KEY_PLUGIN
query string key for the plugin index
|
Constructor and Description |
---|
OwBPMFunctionView() |
Modifier and Type | Method and Description |
---|---|
void |
detach() |
com.wewebu.ow.server.ecm.OwObject |
getContainerObject()
get the active container the plugins are working on
|
String |
getDocumentFunctionEventURL(int iPlugIndex_p)
get the event URL for document plugin functions
|
List |
getDocumentFuntionPlugins()
get function plugins
|
boolean |
getIsPluginEnabled(com.wewebu.ow.server.app.OwDocumentFunction docFunctionPlugin_p)
check if plugin is enabled
|
protected void |
init() |
void |
onClientRefreshContextUpdate(int iReason_p,
Object param_p) |
void |
onDocumentFunctionPluginEvent(javax.servlet.http.HttpServletRequest request_p)
event called when user clicked a plugin link
|
protected void |
onRender(Writer w_p) |
void |
onUpdate(com.wewebu.ow.server.ui.OwEventTarget caller_p,
int iCode_p,
Object param_p) |
void |
setRefreshContext(com.wewebu.ow.server.app.OwClientRefreshContext eventlister_p)
register an eventlistener with this view to receive notifications
|
activate, addView, getBreadcrumbPart, getDocument, getExternalFormEventTarget, getFormName, getFormTarget, getIcon, getIterator, getMaximizeView, getParent, getRenderedNamedRegion, getRenderedRegion, getTitle, getViewList, isFormTargetExternal, isNamedRegion, isRegion, isShowMaximized, isShowMinimized, isShowNormal, onActivate, render, renderHTMLFormular, renderNamedRegion, renderRegion, serverSideDesignInclude, serverSideInclude, setDocument, setExternalFormTarget, setMaximizeView, setParent, showMaximized, showMinimized, showNormal, usesFormWithAttributes
protected static final String QUERY_KEY_PLUGIN
protected OwBPMVirtualQueue m_currentQueue
protected void init() throws Exception
init
in class com.wewebu.ow.server.ui.OwView
Exception
public List getDocumentFuntionPlugins()
List
of function pluginspublic com.wewebu.ow.server.ecm.OwObject getContainerObject()
OwObject
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
Exception
public boolean getIsPluginEnabled(com.wewebu.ow.server.app.OwDocumentFunction docFunctionPlugin_p) throws Exception
docFunctionPlugin_p
- boolean
Exception
public String getDocumentFunctionEventURL(int iPlugIndex_p)
iPlugIndex_p
- String
public void onDocumentFunctionPluginEvent(javax.servlet.http.HttpServletRequest request_p) throws Exception
request_p
- HttpServletRequestException
protected void onRender(Writer w_p) throws Exception
onRender
in class com.wewebu.ow.server.ui.OwView
Exception
public void onClientRefreshContextUpdate(int iReason_p, Object param_p) throws Exception
onClientRefreshContextUpdate
in interface com.wewebu.ow.server.app.OwClientRefreshContext
Exception
public void setRefreshContext(com.wewebu.ow.server.app.OwClientRefreshContext eventlister_p)
eventlister_p
- OwClientRefreshContext interfacepublic void detach()
detach
in class com.wewebu.ow.server.ui.OwView
Copyright © 2014 Alfresco Business Solutions. All Rights Reserved.