|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectwt.workflow.work.AssociatedProcessState
Class AssociatedProcessState
is used to create a table entry
in a table constructed by an AssociatedProcessProcessor. It can
supply a column header for "State" and the localized current state of the
specified workflow process.
Supported API: false
Extendable: true
Field Summary | |
private Locale |
myLocale
|
private WfProcess |
myProcess
|
private static ResourceBundle |
rb
|
private static String |
RESOURCE
|
private static boolean |
VERBOSE
|
Constructor Summary | |
AssociatedProcessState()
|
Method Summary | |
String |
getColumnName()
Localized column header for the workflow process state |
Locale |
getLocale()
Get the current locale, returns the WTContext locale by default |
WfProcess |
getProcess()
Get the current process context |
String |
getValue()
Returns localized state of the workflow process. |
void |
setContextObject(WTObject object)
Set the current WfProcess context object |
void |
setLocale(Locale locale)
Sets the current locale |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
private static final String RESOURCE
private static ResourceBundle rb
private Locale myLocale
private static boolean VERBOSE
private WfProcess myProcess
Constructor Detail |
public AssociatedProcessState()
Method Detail |
public void setContextObject(WTObject object)
setContextObject
in interface TableField
public WfProcess getProcess()
public String getValue()
getValue
in interface TableField
public String getColumnName()
getColumnName
in interface TableField
public void setLocale(Locale locale)
public Locale getLocale()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |