wt.workflow.worklist
Class WorkListField

java.lang.Object
  extended by wt.workflow.worklist.WorkListField
All Implemented Interfaces:
wt.workflow.TableField

public abstract class WorkListField
extends Object
implements wt.workflow.TableField

This class

Supported API: true

Extendable: false


Method Summary
 wt.workflow.engine.WfActivity getActivity()
          Get the current activity context

Supported API: true
 WTObject getBusinessObject()
          Get the PrimaryBusinessObject for the field

Supported API: true
 Locale getLocale()
          Get the current locale, returns the WTContext locale by default

Supported API: true
 WfProcess getProcess()
          Get the current process context

Supported API: true
 wt.workflow.work.WorkItem getWorkItem()
           
 void setActivity(wt.workflow.engine.WfActivity activity)
          Sets the current activity context

Supported API: true
 void setContextObject(WTObject object)
          Set the current WorkItem context

Supported API: true
 void setLocale(Locale locale)
          Sets the current locale

Supported API: true
 void setProcess(WfProcess process)
          Sets the current process context

Supported API: true
 void setWorkItem(wt.workflow.work.WorkItem workItem)
          Set the current WorkItem context

Supported API: true
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

setContextObject

public void setContextObject(WTObject object)
Set the current WorkItem context

Supported API: true


setWorkItem

public void setWorkItem(wt.workflow.work.WorkItem workItem)
Set the current WorkItem context

Supported API: true


getWorkItem

public wt.workflow.work.WorkItem getWorkItem()
Returns:
Context workitem

Supported API: true

setActivity

public void setActivity(wt.workflow.engine.WfActivity activity)
Sets the current activity context

Supported API: true


getActivity

public wt.workflow.engine.WfActivity getActivity()
Get the current activity context

Supported API: true


setProcess

public void setProcess(WfProcess process)
Sets the current process context

Supported API: true


getProcess

public WfProcess getProcess()
Get the current process context

Supported API: true


setLocale

public void setLocale(Locale locale)
Sets the current locale

Supported API: true


getLocale

public Locale getLocale()
Get the current locale, returns the WTContext locale by default

Supported API: true


getBusinessObject

public WTObject getBusinessObject()
Get the PrimaryBusinessObject for the field

Supported API: true