org.ow2.petals.flowwatch.gui.beans
Class ListOfFlowsByType
java.lang.Object
org.ow2.petals.flowwatch.gui.beans.ListOfFlowsByType
public class ListOfFlowsByType
- extends java.lang.Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ListOfFlowsByType
public ListOfFlowsByType()
loadByType
public void loadByType(javax.servlet.http.HttpServletRequest request)
getFlowParameterName
public java.lang.String getFlowParameterName(int numIndex)
getShortName
public java.lang.String getShortName(org.ow2.petals.flowwatch.flowmanager.FlowWithParams flowWithParams)
getName
public java.lang.String getName(org.ow2.petals.flowwatch.flowmanager.FlowWithParams flowWithParams)
viewAllFlow
public void viewAllFlow()
validateFilter
public void validateFilter()
throws org.ow2.opensuit.core.validation.ValidationErrors
- Throws:
org.ow2.opensuit.core.validation.ValidationErrors
applyFilterByType
public void applyFilterByType()
refresh
public void refresh()
exportFlows
public void exportFlows(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
java.lang.String nbOfResultStg)
throws java.lang.Exception
- Throws:
java.lang.Exception
getParamIndex
public int[] getParamIndex()
getFlowsWithParams
public java.util.List<org.ow2.petals.flowwatch.flowmanager.FlowWithParams> getFlowsWithParams()
throws java.lang.Exception
- Throws:
java.lang.Exception
getBefore
public java.util.Date getBefore()
setBefore
public void setBefore(java.util.Date before)
getAfter
public java.util.Date getAfter()
setAfter
public void setAfter(java.util.Date after)
getAllStatus
public static int[] getAllStatus()
getUiStatus
public int getUiStatus(int status)
- Convert a flow status into a ui status (in_progress = 2, success = 0,
failure = 1)
- Parameters:
status -
- Returns:
Copyright © 2009-2010 eBM Websourcing. All Rights Reserved.