public class BulkActivityWorkflowMonitorController
extends org.openmdx.portal.servlet.AbstractWizardController
| Modifier and Type | Class and Description |
|---|---|
static class |
BulkActivityWorkflowMonitorController.ProcessState
ProcessState
|
| Modifier and Type | Field and Description |
|---|---|
static String |
ACTIVITYTRACKER_CLASS |
static String |
WFPROCESSINSTANCE_CLASS |
| Constructor and Description |
|---|
BulkActivityWorkflowMonitorController()
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
doClose()
Cancel action.
|
void |
doRefresh()
Refresh action.
|
int |
getCountChildrenFailed(WfProcessInstance wfProcessInstance)
Get number of failed child processes.
|
int |
getCountChildrenPending(WfProcessInstance wfProcessInstance)
Get number of pending child processes.
|
int |
getCountChildrenSuccess(WfProcessInstance wfProcessInstance)
Get number of successful child processes.
|
String |
getLastElementOfName(String name)
Get last element of name.
|
Map<String,WfProcessInstance> |
getProcessInstances() |
BulkActivityWorkflowMonitorController.ProcessState |
getState(WfProcessInstance wfProcessInstance)
Get workflow process state.
|
String |
getWfProcessInstanceSortKey(WfProcessInstance wfProcessInstance)
Get sort key for given workflow.
|
close, forward, getApp, getCodes, getCommand, getCurrentView, getExitAction, getFieldLabel, getFirstParameterValue, getForm, getForms, getObject, getObjectIdentity, getParameterValues, getPm, getProviderName, getRequest, getRequestId, getRequestParameter, getSegmentName, getServletPath, getServletPathPrefix, getSession, getTexts, getToolTip, getWizardName, handle, init, initFormFields, prepare, setApp, setCodes, setCurrentView, setExitAction, setForms, setObject, setObjectIdentity, setPm, setProviderName, setRequest, setRequestId, setSegmentName, setSession, setTextspublic static final String ACTIVITYTRACKER_CLASS
public static final String WFPROCESSINSTANCE_CLASS
public BulkActivityWorkflowMonitorController()
public String getLastElementOfName(String name)
name - public BulkActivityWorkflowMonitorController.ProcessState getState(WfProcessInstance wfProcessInstance)
wfProcessInstance - public String getWfProcessInstanceSortKey(WfProcessInstance wfProcessInstance)
wfProcessInstance - public int getCountChildrenFailed(WfProcessInstance wfProcessInstance)
wfProcessInstance - public int getCountChildrenPending(WfProcessInstance wfProcessInstance)
wfProcessInstance - public int getCountChildrenSuccess(WfProcessInstance wfProcessInstance)
wfProcessInstance - public void doRefresh()
throws org.openmdx.base.exception.ServiceException
org.openmdx.base.exception.ServiceExceptionpublic void doClose()
throws org.openmdx.base.exception.ServiceException
org.openmdx.base.exception.ServiceExceptionpublic Map<String,WfProcessInstance> getProcessInstances()
This software is published under the BSD license. Copyright © 2003-${build.year}, CRIXP AG, Switzerland, All rights reserved. Use is subject to license terms.