wt.workflow.engine
Class WfMonitor
java.lang.Object
wt.workflow.engine.WfMonitor
- public class WfMonitor
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
versionID
private static final String versionID
- See Also:
- Constant Field Values
selectedEvent
private static int selectedEvent
selectedProcess
private static int selectedProcess
selectedEventVector
private static Vector selectedEventVector
processVector
private static Vector processVector
processEventsRetrieved
private static boolean processEventsRetrieved
eventType
private static WfEventAuditType eventType
WfMonitor
public WfMonitor()
retrieveProcesses
private static void retrieveProcesses()
main
public static void main(String[] args)
throws IOException
- Throws:
IOException
selectProcess
private static void selectProcess()
showProcess
private static void showProcess()
deleteProcess
private static void deleteProcess()
changeEventConfiguration
private static void changeEventConfiguration()
showSelectedProcessHistory
private static void showSelectedProcessHistory()
showProcessHistory
private static void showProcessHistory()
showSelectedHistory
private static void showSelectedHistory()
showHistory
private static void showHistory()
selectEventType
private static void selectEventType()
selectEvent
private static void selectEvent()
showEvent
private static void showEvent()
showEventSource
private static void showEventSource()
refreshProcessEvents
private static void refreshProcessEvents()
refreshEvents
private static void refreshEvents()
refreshAllEvents
private static void refreshAllEvents()
deleteProcessEvents
private static void deleteProcessEvents()
deleteEvents
private static void deleteEvents()
showRetrievedEvents
private static void showRetrievedEvents()
eventToString
private static String eventToString(WfEventAudit evt)
processToString
private static String processToString(WfProcess process)
getChoice
public static int getChoice(int min,
int max)
getName
public static String getName(String target)
more
public static boolean more(String verb)
getObjectValue
public static Object getObjectValue(Class obj_cls)
indent
private static String indent(int level)
varToString
private static String varToString(int level,
WfVariable[] variables)
showProcessHeader
protected static void showProcessHeader(WfContainer process,
int level)
showProcess
protected static void showProcess(WfProcess process,
int level)
showTimes
private static void showTimes(WfExecutionObject obj,
int level)
showActivity
private static void showActivity(WfActivity activity,
int level)
editEventConfiguration
private static WfEventConfiguration editEventConfiguration(WfEventConfiguration evtCfg)
throws WTException
- Throws:
WTException