|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectwt.workflow.work.AssociatedProcessOwner
Class AssociatedProcessOwner
is used to create a table entry
in a table constructed by an AssociatedProcessProcessor. It can
supply a column header for "Owner" and a the name of the person who owns
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 | |
AssociatedProcessOwner()
|
Method Summary | |
String |
getColumnName()
Localized column header for the workflow process owner's name |
Locale |
getLocale()
Get the current locale, returns the WTContext locale by default |
WfProcess |
getProcess()
Get the current process context |
String |
getValue()
Returns name of the workflow process owner. |
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 AssociatedProcessOwner()
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 |