Class WorkListField

java.lang.Object
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 Details

    • setContextObject

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

      Supported API: true
      Specified by:
      setContextObject in interface wt.workflow.TableField
    • setWorkItem

      public void setWorkItem(WorkItem workItem)
      Set the current WorkItem context

      Supported API: true
    • getWorkItem

      public WorkItem getWorkItem()
      Returns:
      Context workitem

      Supported API: true
    • setActivity

      public void setActivity(WfActivity activity)
      Sets the current activity context

      Supported API: true
    • getActivity

      public 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