|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.ccd.ui.dataobjects.workflow.WorkflowHelper
public class WorkflowHelper
WorkflowHelper class All methods for processing the requests for Business Portlet
Constructor Summary | |
---|---|
WorkflowHelper()
|
Method Summary | |
---|---|
java.util.Map |
getAttributes(WPSContext context,
java.lang.String catalogId,
MessageMap messageMap)
Getting attributes from the selected catalog |
static IWorkflowHelper |
getInstance()
getting instance |
void |
getUserRoles(WorkFlowTO workflowObj,
MessageMap messageMap,
WPSContext context)
Method for executing the request for user roles |
void |
process(WorkFlowTO workflowObj,
MessageMap messageMap,
WPSContext context)
Method for executing the request for fetching the data in workflow |
void |
processAction(WorkFlowTO workflowObj,
MessageMap messageMap,
WPSContext context)
Method for executing the request for the actions done on items |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public WorkflowHelper()
Method Detail |
---|
public static IWorkflowHelper getInstance()
public void process(WorkFlowTO workflowObj, MessageMap messageMap, WPSContext context)
process
in interface IWorkflowHelper
workflowObj
- Data object carrying all parameters for executing the requestmessageMap
- Map for adding informationcontext
- user context objectpublic void processAction(WorkFlowTO workflowObj, MessageMap messageMap, WPSContext context) throws WPCMediatorException
processAction
in interface IWorkflowHelper
workflowObj
- Data object carrying all parameters for executing the requestmessageMap
- Map for adding informationcontext
- user context object
WPCMediatorException
public void getUserRoles(WorkFlowTO workflowObj, MessageMap messageMap, WPSContext context) throws WPCMediatorException
getUserRoles
in interface IWorkflowHelper
workflowObj
- Data object carrying all parameters for executing the requestmessageMap
- Map for adding informationcontext
- user context object
WPCMediatorException
public java.util.Map getAttributes(WPSContext context, java.lang.String catalogId, MessageMap messageMap)
getAttributes
in interface IWorkflowHelper
context
- catalogId
-
UIException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |