|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectwt.workflow.work.AssociatedProcessName
Class AssociatedProcessName
is used to create a table entry
in a table constructed by an AssociatedProcessProcessor. It can
supply a column header for "Associated Processes" and a link to view the
specified workflow process in the Process Manager.
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 | |
AssociatedProcessName()
|
Method Summary | |
String |
getColumnName()
Localized column header for the link to the Process manager for this workflow process |
Locale |
getLocale()
Get the current locale, returns the WTContext locale by default |
WfProcess |
getProcess()
Get the current process context |
String |
getValue()
Returns a link to the Process Manager for this 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 AssociatedProcessName()
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 |