wt.clients.workflow.manager
Class PMClient

java.lang.Object
  extended bywt.clients.workflow.manager.PMClient

public class PMClient
extends Object


Constructor Summary
PMClient()
           
 
Method Summary
static void changeState(String oid, String transition)
          Change the state of the WfExecutionObject (activity, process, etc).
static void completeActivity(String oid, Vector events)
          Complete activity with routing events.
static MonitorModel getMonitorModel(String processOID)
          Builds and returns a MonitorModel.
static Boolean isUserMemberOfGroup(String groupName)
          Checks if the current user is a member of the specified group.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PMClient

public PMClient()
Method Detail

changeState

public static void changeState(String oid,
                               String transition)
                        throws WTException
Change the state of the WfExecutionObject (activity, process, etc).

Throws:
WTException

completeActivity

public static void completeActivity(String oid,
                                    Vector events)
                             throws WTException
Complete activity with routing events.

Throws:
WTException

getMonitorModel

public static MonitorModel getMonitorModel(String processOID)
                                    throws WTException
Builds and returns a MonitorModel.

Throws:
WTException

isUserMemberOfGroup

public static Boolean isUserMemberOfGroup(String groupName)
                                   throws WTException
Checks if the current user is a member of the specified group.

Throws:
WTException