|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.webmethods.caf.faces.bean.BaseFacesBean
com.webmethods.caf.faces.bean.BaseFacesSessionBean
com.webmethods.caf.faces.data.task.ProcessDisplayProvider
public class ProcessDisplayProvider
Field Summary | |
---|---|
protected IBpmProcess |
m_process
Current instance of ad-hoc workflow process associated with current task |
Fields inherited from class com.webmethods.caf.faces.bean.BaseFacesSessionBean |
---|
fExpireWithPageFlow |
Fields inherited from class com.webmethods.caf.faces.bean.BaseFacesBean |
---|
DATA_BINDING_CLIENTS, OUTCOME_ERROR, OUTCOME_OK, resourcesProviders |
Constructor Summary | |
---|---|
ProcessDisplayProvider()
|
Method Summary | |
---|---|
String |
getCreatedByDisplayName()
Returns display name of the user who created ad-hoc workflow process |
String |
getLastModifiedByDisplayName()
Returns display name of the user who last modified ad-hoc workflow process. |
String |
getName()
Returns ad-hoc workflow process name |
String |
getParentProcessID()
Returns ID of the parent process if there is one. |
String |
getParentStepID()
Returns ID of the task step in the parent process if there is one. |
IBpmProcess |
getProcess()
Returns instance of ad-hoc workflow process |
String |
getProcessID()
|
String |
getStatusDisplayName()
Returns display name of the current ad-hoc workflow process status |
static Map |
getStatusMap()
Returns static map of all valid statuses for ad-hoc workflow process (status -> name) |
protected void |
release()
Override this method to release any resources associated with this session. |
void |
setProcess(IBpmProcess process)
Sets ad-hoc workflow process instance |
void |
setProcessID(String processID)
|
Methods inherited from class com.webmethods.caf.faces.bean.BaseFacesSessionBean |
---|
getExpireWithPageFlow, setExpireWithPageFlow, valueBound, valueUnbound |
Methods inherited from class com.webmethods.caf.faces.bean.BaseFacesBean |
---|
createMethodBinding, createValueBinding, error, error, error, error, error, getBean, getFacesContext, getLocale, getResourceInputStream, getResources, getResourcesProvider, getRootCause, getStackTrace, getTreeAttribute, isUserInRole, log, log, log, putTreeAttribute, resetDataBindingClients, resolveDataBinding, resolveDataBinding, resolveExpression, setValue |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected IBpmProcess m_process
Constructor Detail |
---|
public ProcessDisplayProvider()
Method Detail |
---|
public void setProcessID(String processID)
public void setProcess(IBpmProcess process)
public String getProcessID()
public IBpmProcess getProcess()
public String getName()
public String getParentProcessID()
public String getParentStepID()
public String getStatusDisplayName()
public String getCreatedByDisplayName()
public String getLastModifiedByDisplayName()
protected void release()
BaseFacesSessionBean
release
in class BaseFacesSessionBean
public static Map getStatusMap()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |