wt.workflow.engine
Class WfMonitor

java.lang.Object
  extended bywt.workflow.engine.WfMonitor

public class WfMonitor
extends Object


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

Field Detail

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
Constructor Detail

WfMonitor

public WfMonitor()
Method Detail

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