|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.wewebu.ow.server.ui.OwEventTarget
com.wewebu.ow.server.ui.OwDocument
com.wewebu.ow.server.app.OwMasterDocument
com.wewebu.ow.server.plug.owbpm.OwBPMDocument
public class OwBPMDocument
Workdesk BPM Plugin.
Main Document
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
Field Summary | |
---|---|
protected com.wewebu.ow.server.ecm.bpm.OwWorkitemRepository |
m_bpmrepository
the bpm repository |
protected List |
m_columnInfoList
list of OwFieldColumnInfo to be used for the child list columns |
protected Map |
m_rulemap
map of List of OwPriorityRule rules, keyed by container name |
static String |
QUEUE_DELIMITER
token that identifies a delimiter in configuration |
static String |
SETTINGS_PARAM_COLUMN_INFO
settings parameter name for the column info list for the node list view. |
static String |
SETTINGS_PARAM_SORT
settings parameter name for the sorting. |
Fields inherited from class com.wewebu.ow.server.ui.OwDocument |
---|
m_ViewList |
Constructor Summary | |
---|---|
OwBPMDocument()
|
Method Summary | |
---|---|
com.wewebu.ow.server.ecm.bpm.OwWorkitemRepository |
getBpmRepository()
the bpm repository |
protected List |
getColumnSortCriteria()
Get the column sort criteria. Column sort criteria can be defined via <ColumnSortCriteria>
tag in owplugins.xml or Settings plugin.Double defined properties will be filtered out. |
protected List |
getDefaultColumnInfo()
get the default column info for the child list if no column info is defined in the opened folder |
int |
getMaxChildCount()
get the maximum number of items to retrieve in a queue |
Map |
getRuleMap()
map of List of OwStandardPriorityRule rules, keyed by container name |
Collection |
getWorkQueues()
a collection of OwBPMVirtualQueue for each queue |
Methods inherited from class com.wewebu.ow.server.app.OwMasterDocument |
---|
dispatch, getConfigNode, getConfiguration, getMasterView, getPersistentAttributeBagWriteable, getPlugin, getPluginID, getSafeSetting, init, onDispatch, setPlugin, setSafeSetting |
Methods inherited from class com.wewebu.ow.server.ui.OwDocument |
---|
attachView, attributecount, clear, detachView, getAttribute, getAttribute, getAttributeNames, getSafeAttribute, hasAttribute, remove, save, setAttribute, update |
Methods inherited from class com.wewebu.ow.server.ui.OwEventTarget |
---|
attach, detach, disableRequestListener, enableRequestListener, getAjaxEventURL, getContext, getEventURL, getFormEventFunction, getFormEventURL, getFormName, getFormTarget, getID, onExternalRequest, onFormEvent, onRequest, setExternalFormTarget, updateExternalFormTarget |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final String QUEUE_DELIMITER
public static final String SETTINGS_PARAM_COLUMN_INFO
public static final String SETTINGS_PARAM_SORT
protected com.wewebu.ow.server.ecm.bpm.OwWorkitemRepository m_bpmrepository
protected List m_columnInfoList
protected Map m_rulemap
Constructor Detail |
---|
public OwBPMDocument()
Method Detail |
---|
public Map getRuleMap() throws Exception
Exception
protected List getDefaultColumnInfo() throws Exception
Exception
protected List getColumnSortCriteria() throws Exception
<ColumnSortCriteria>
tag in owplugins.xml
or Settings plugin.
Exception
public Collection getWorkQueues() throws Exception
Exception,
- OwConfigurationException
Exception
public com.wewebu.ow.server.ecm.bpm.OwWorkitemRepository getBpmRepository() throws Exception
Exception
public int getMaxChildCount()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |