Package wt.workflow.worklist
Class WorkListField
java.lang.Object
wt.workflow.worklist.WorkListField
- All Implemented Interfaces:
wt.workflow.TableField
This class
Supported API: true
Extendable: false
Supported API: true
Extendable: false
-
Method Summary
Modifier and TypeMethodDescriptionGet the current activity context
Supported API: trueGet the PrimaryBusinessObject for the field
Supported API: trueGet the current locale, returns the WTContext locale by default
Supported API: trueGet the current process context
Supported API: truevoidsetActivity(WfActivity activity) Sets the current activity context
Supported API: truevoidsetContextObject(WTObject object) Set the current WorkItem context
Supported API: truevoidSets the current locale
Supported API: truevoidsetProcess(WfProcess process) Sets the current process context
Supported API: truevoidsetWorkItem(WorkItem workItem) Set the current WorkItem context
Supported API: true
-
Method Details
-
setContextObject
Set the current WorkItem context
Supported API: true- Specified by:
setContextObjectin interfacewt.workflow.TableField
-
setWorkItem
Set the current WorkItem context
Supported API: true -
getWorkItem
- Returns:
- Context workitem
Supported API: true
-
setActivity
Sets the current activity context
Supported API: true -
getActivity
Get the current activity context
Supported API: true -
setProcess
Sets the current process context
Supported API: true -
getProcess
Get the current process context
Supported API: true -
setLocale
Sets the current locale
Supported API: true -
getLocale
Get the current locale, returns the WTContext locale by default
Supported API: true -
getBusinessObject
Get the PrimaryBusinessObject for the field
Supported API: true
-