|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of WPSContext in com.ibm.ccd.ui.alert.framework |
---|
Methods in com.ibm.ccd.ui.alert.framework with parameters of type WPSContext | |
---|---|
void |
TransactionExchangeService.addTransaction(ITransaction transactionObject,
WPSContext context)
|
void |
TransactionExchangeService.addTransaction(java.lang.String transactionID,
java.lang.String transactionDesc,
java.lang.String startTime,
java.lang.String endTime,
java.lang.String status,
WPSContext context)
|
void |
IAlertsDataSource.addTransaction(java.lang.String transactionID,
java.lang.String transactionDesc,
java.lang.String startTime,
java.lang.String endTime,
java.lang.String status,
WPSContext context)
|
void |
TransactionExchangeService.addTransaction(java.lang.String transactionID,
java.lang.String transactionDesc,
java.lang.String startTime,
WPSContext context)
|
void |
IAlertsDataSource.addTransaction(java.lang.String transactionID,
java.lang.String transactionDesc,
java.lang.String startTime,
WPSContext context)
|
void |
TransactionExchangeService.addTransaction(java.lang.String transactionID,
WPSContext context)
|
void |
IAlertsDataSource.addTransaction(java.lang.String transactionID,
WPSContext context)
|
ITransactions |
TransactionExchangeService.getTransactions(WPSContext context)
|
ITransactions |
IAlertsDataSource.getTransactions(WPSContext context)
|
Uses of WPSContext in com.ibm.ccd.ui.dataobjects.workflow |
---|
Methods in com.ibm.ccd.ui.dataobjects.workflow with parameters of type WPSContext | |
---|---|
java.util.Map |
WorkflowHelper.getAttributes(WPSContext context,
java.lang.String catalogId,
MessageMap messageMap)
Getting attributes from the selected catalog |
java.util.Map |
IWorkflowHelper.getAttributes(WPSContext context,
java.lang.String catalogId,
MessageMap messageMap)
For getting attributes |
void |
WorkflowHelper.getUserRoles(WorkFlowTO workflowObj,
MessageMap messageMap,
WPSContext context)
Method for executing the request for user roles |
void |
IWorkflowHelper.getUserRoles(WorkFlowTO workflowObj,
MessageMap messageMap,
WPSContext context)
For getting roles for user |
void |
WorkflowHelper.process(WorkFlowTO workflowObj,
MessageMap messageMap,
WPSContext context)
Method for executing the request for fetching the data in workflow |
void |
IWorkflowHelper.process(WorkFlowTO workflowObj,
MessageMap messageMap,
WPSContext context)
For fetching the workflow elements. |
void |
WorkflowHelper.processAction(WorkFlowTO workflowObj,
MessageMap messageMap,
WPSContext context)
Method for executing the request for the actions done on items |
void |
IWorkflowHelper.processAction(WorkFlowTO workflowObj,
MessageMap messageMap,
WPSContext context)
For initiating the process on items |
Uses of WPSContext in com.ibm.ccd.ui.mediator |
---|
Methods in com.ibm.ccd.ui.mediator with parameters of type WPSContext | |
---|---|
java.lang.String |
WPCMediator.cloneItem(ICatalogItem item,
WPSContext context)
Creates the Item in WPC and returns the itemID(primary key) |
java.lang.String |
WPCMediator.createItem(ICatalogItem item,
WPSContext context)
Creates the Item in WPC and returns the itemID(primary key) |
java.lang.String |
IWPCMediator.createItem(ICatalogItem item,
WPSContext context)
creates the item in WPC,the default invokation mode is Sync. |
void |
WPCMediator.deleteItem(ICatalogItem item,
WPSContext context)
Deletes the Item in WPC. |
void |
IWPCMediator.deleteItem(ICatalogItem item,
WPSContext context)
deletes the item in WPC, the default invokation mode is Sync. |
void |
WPCMediator.deleteItem(java.lang.String parentCgy,
java.lang.String catalogID,
java.lang.String itemID,
WPSContext context)
Deletes the Item in WPC. |
void |
IWPCMediator.deleteItem(java.lang.String parentCgy,
java.lang.String catalogID,
java.lang.String itemID,
WPSContext context)
deletes the Item from WPC for the given itemID, catalogID and ParenetCategory ID The default invokation mode is Sync. |
java.lang.String |
WPCMediator.downloadItemDetails(CategoryHierarchy hierarchy,
ICatalogItem catalogItem,
java.lang.String[] headerInfor,
java.lang.String[] itemPrimaryKey,
WPSContext context)
|
java.lang.String |
IWPCMediator.downloadItemDetails(CategoryHierarchy hierarchy,
ICatalogItem catalogItem,
java.lang.String[] headerInfor,
java.lang.String[] itemPrimaryKey,
WPSContext context)
This Method is for downloading Item(s) from SingleItem or from Search results |
java.util.List |
WPCMediator.getBusinessProcess(WPSContext context)
|
java.util.List |
IWPCMediator.getBusinessProcess(WPSContext context)
|
java.util.List |
WPCMediator.getBusinessProcess(WPSContext context,
java.lang.String roleName)
|
java.util.List |
IWPCMediator.getBusinessProcess(WPSContext context,
java.lang.String roleName)
|
Node[] |
WPCMediator.getCatalogChildren(java.lang.String parentCategory,
java.lang.String catalogName,
java.lang.String hierarchyName,
java.lang.String heirarchyType,
java.lang.String childrenSize,
WPSContext context)
returns the children of the catalog node, |
Node[] |
IWPCMediator.getCatalogChildren(java.lang.String parentCategory,
java.lang.String catalogName,
java.lang.String hierarchyName,
java.lang.String heirarchyType,
java.lang.String childrenSize,
WPSContext context)
returns the children of the catalog node for a particular parent category, Hierarychy, Catalog |
Node[] |
WPCMediator.getCatalogChildren(java.lang.String parentID,
WPSContext context)
returns the children of the catalog node, |
Node[] |
IWPCMediator.getCatalogChildren(java.lang.String parentID,
WPSContext context)
returns the children of the catalog node, the default invokation mode is Sync. |
ICatalogItem |
WPCMediator.getCatalogItem(java.lang.String parentCgyID,
java.lang.String catalogID,
java.lang.String itemID,
WPSContext context)
Returns the CatalogItem for the given itemID,catalogID and parentCategory |
ICatalogItem |
IWPCMediator.getCatalogItem(java.lang.String parentCgyID,
java.lang.String catalogID,
java.lang.String itemID,
WPSContext context)
returns the catalog item from WPC for the given catalogID and parent CategoryID, the default invokation mode is Sync. |
ICatalogItem |
WPCMediator.getCatalogItem(java.lang.String parentCgyID,
java.lang.String catalogID,
WPSContext context)
Returns the CatalogItem Spec. |
ICatalogItem |
IWPCMediator.getCatalogItem(java.lang.String parentCgyID,
java.lang.String catalogID,
WPSContext context)
returns the catalog Spec. |
ICatalogItem |
WPCMediator.getCatalogItemClone(ICatalogItem item,
WPSContext context)
Returns Clone of the CatalogItem for the given item |
ICatalogItem |
IWPCMediator.getCatalogItemClone(ICatalogItem item,
WPSContext context)
Returns Clone of the CatalogItem for the given item |
ICatalogItem |
WPCMediator.getCatalogItemClone(java.lang.String parentCgyID,
java.lang.String catalogID,
java.lang.String itemID,
WPSContext context)
Returns Clone of the CatalogItem for the given itemID,catalogID and parentCategory |
ICatalogItem |
IWPCMediator.getCatalogItemClone(java.lang.String parentCgyID,
java.lang.String catalogID,
java.lang.String itemID,
WPSContext context)
Returns Clone of the CatalogItem for the given itemID,catalogID and parentCategory |
java.util.Map |
WPCMediator.getCatalogItems(java.util.List idlist,
java.lang.String catalogId,
WPSContext context)
Returns the List of CatalogItem Spec. |
CategoryHierarchy[] |
WPCMediator.getCatalogs(WPSContext context)
|
CategoryHierarchy[] |
IWPCMediator.getCatalogs(WPSContext context)
returns the first level of Hierarychy for the Catalogs |
CatalogViewMaster |
WPCMediator.getCatalogView(java.lang.String catalogName,
java.lang.String catalogViewName,
WPSContext context)
|
CatalogViewMaster |
IWPCMediator.getCatalogView(java.lang.String catalogName,
java.lang.String catalogViewName,
WPSContext context)
|
java.util.List |
WPCMediator.getCatalogViewList(java.lang.String catalogName,
WPSContext context)
returs a list of CatalogViews for a given CatalogName |
java.util.List |
IWPCMediator.getCatalogViewList(java.lang.String catalogName,
WPSContext context)
returs a list of CatalogViews for a given CatalogName |
java.lang.Object |
WPCMediator.getImageObject(FileDownloadResource resourceObj,
WPSContext context)
|
java.lang.Object |
IWPCMediator.getImageObject(FileDownloadResource resourceObj,
WPSContext context)
This method fetches Image stream from wpc for specific Item (GTNID) and attribute. |
Attribute[] |
WPCMediator.getLookupTableAttributes(java.lang.String lookupID,
WPSContext context)
Deprecated. same operationis done by getSearchAttributes() method. Returns the CatalogItem Spec. for the given catalogID and parentCategory |
Attribute[] |
WPCMediator.getSearchAttributes(java.lang.String catalogId,
WPSContext context)
|
Attribute[] |
WPCMediator.getSearchResultAttributes(java.lang.String catalogId,
WPSContext context)
|
java.util.Map |
WPCMediator.getStepItems(WPSContext context,
java.lang.String roleName,
java.lang.String collabName,
java.lang.String workflowName,
java.lang.String stepName,
PageNavigation pageNav,
java.util.List attributeList)
|
java.util.Map |
WPCMediator.getStepItems(WPSContext context,
java.lang.String roleName,
java.lang.String collabName,
java.lang.String workflowName,
java.lang.String stepName,
java.lang.String categoryFilter,
PageNavigation pageNav,
java.util.List attributeList)
|
Workflow |
WPCMediator.getSteps(WPSContext context,
java.lang.String roleName,
java.lang.String workflowName)
|
Workflow |
IWPCMediator.getSteps(WPSContext context,
java.lang.String roleName,
java.lang.String workflowName)
|
java.util.Map |
WPCMediator.getTransactionsStatus(java.lang.String[] transkeyArray,
WPSContext context)
Fetching the Transactions status from WPC |
java.util.Map |
IWPCMediator.getTransactionsStatus(java.lang.String[] strArry,
WPSContext context)
Triggers the WPC to get the trasactions from WPC and updates Trasactions Object with new status of each transactions in ITransactions |
java.util.List |
WPCMediator.getUserRoles(WPSContext context)
|
java.util.List |
IWPCMediator.getUserRoles(WPSContext context)
|
CatalogViewMaster |
WPCMediator.getWorkFlowView(java.lang.String catalogName,
java.lang.String workFlowName,
java.lang.String stepName,
WPSContext context)
|
void |
WPCMediator.performLookupTableSearch(SearchBean searchBean,
WPSContext context)
|
void |
WPCMediator.performSearch(SearchBean searchBean,
WPSContext context)
Request WPC to perform the search |
void |
IWPCMediator.performSearch(SearchBean searchBean,
WPSContext context)
Triggers the WPC to Perform the search based on the criteria and prepares the result |
void |
WPCMediator.performSearchForMultiEdit(SearchBean searchBean,
WPSContext context)
|
void |
WPCMediator.processAction(WPSContext context,
WorkFlowTO workflowTo)
For initiating the process Actions |
void |
IWPCMediator.processAction(WPSContext context,
WorkFlowTO workflowTo)
|
java.lang.String |
WPCMediator.processUploadedFile(java.lang.String documentPath,
java.lang.String collabName,
WPSContext context)
Request WPC to trigger uploaded file for an update. |
java.lang.String |
IWPCMediator.processUploadedFile(java.lang.String documentPath,
java.lang.String collabName,
WPSContext context)
Provides the followup process action for the uplaod which triggers the for an update in wpc |
void |
WPCMediator.updateItem(ICatalogItem item,
WPSContext context)
Updates the Item in WPC. |
void |
IWPCMediator.updateItem(ICatalogItem item,
WPSContext context)
updates the item in WPC, the default invokation mode is Sync. |
java.lang.String |
WPCMediator.uploadFile(Attachment attachment,
WPSContext context)
Uploads the file into WPC, and returns with the document path where the file has been uploaded. |
java.lang.String |
IWPCMediator.uploadFile(Attachment attachment,
WPSContext context)
uploads the file into WPC, and returns with the doc.path The default invokation mode is ASync. |
Uses of WPSContext in com.ibm.ccd.ui.portlets |
---|
Methods in com.ibm.ccd.ui.portlets that return WPSContext | |
---|---|
protected WPSContext |
BasePortlet.createContext(org.apache.jetspeed.portlet.PortletRequest request)
|
protected WPSContext |
BasePortlet.getWPSContext(org.apache.jetspeed.portlet.PortletRequest request)
This method retrives WPCUser from
PortletSession |
Methods in com.ibm.ccd.ui.portlets with parameters of type WPSContext | |
---|---|
protected void |
BasePortlet.addTransaction(java.lang.String transactionId,
java.lang.String description,
WPSContext context)
For adding transaction |
protected void |
BasePortlet.addTransaction(java.lang.String transactionId,
WPSContext context)
|
Uses of WPSContext in com.ibm.ccd.ui.portlets.catalog |
---|
Fields in com.ibm.ccd.ui.portlets.catalog declared as WPSContext | |
---|---|
protected WPSContext |
ItemCatalogPortlet.wpsContext
|
Uses of WPSContext in com.ibm.ccd.ui.portlets.fileupload |
---|
Methods in com.ibm.ccd.ui.portlets.fileupload that return WPSContext | |
---|---|
WPSContext |
FileUploadBean.getContext()
|
Methods in com.ibm.ccd.ui.portlets.fileupload with parameters of type WPSContext | |
---|---|
void |
FileUploadBean.setContext(WPSContext context)
|
Uses of WPSContext in com.ibm.ccd.ui.portlets.helper |
---|
Methods in com.ibm.ccd.ui.portlets.helper that return WPSContext | |
---|---|
WPSContext |
PortletHelper.createContext(org.apache.jetspeed.portlet.PortletRequest request)
|
WPSContext |
PortletHelper.getWPSContext(org.apache.jetspeed.portlet.PortletRequest request)
|
Uses of WPSContext in com.ibm.ccd.ui.portlets.items |
---|
Methods in com.ibm.ccd.ui.portlets.items that return WPSContext | |
---|---|
WPSContext |
AdditionalResourceBean.getContext()
|
Methods in com.ibm.ccd.ui.portlets.items with parameters of type WPSContext | |
---|---|
void |
AdditionalResourceBean.setContext(WPSContext context)
|
Constructors in com.ibm.ccd.ui.portlets.items with parameters of type WPSContext | |
---|---|
AdditionalResourceBean(WPSContext context,
javax.servlet.ServletConfig servletConfig)
|
Uses of WPSContext in com.ibm.ccd.ui.portlets.massupdate |
---|
Methods in com.ibm.ccd.ui.portlets.massupdate that return WPSContext | |
---|---|
WPSContext |
MassUpdateHelper.getWpsContext()
|
Methods in com.ibm.ccd.ui.portlets.massupdate with parameters of type WPSContext | |
---|---|
java.util.Map |
MassUpdateHelper.getCatalogItems(MassUpdateBean massUpdateBean,
java.util.List itemListConv,
java.lang.String catalogID,
WPSContext context)
Main method getting CatalogItems from WPC. |
void |
MassUpdateHelper.setWpsContext(WPSContext context)
|
Uses of WPSContext in com.ibm.ccd.ui.portlets.search.core |
---|
Methods in com.ibm.ccd.ui.portlets.search.core that return WPSContext | |
---|---|
WPSContext |
SearchHelper.getWpsContext()
|
WPSContext |
SearchBean.getWpsContext()
|
Methods in com.ibm.ccd.ui.portlets.search.core with parameters of type WPSContext | |
---|---|
void |
SearchHelper.setWpsContext(WPSContext context)
|
void |
SearchBean.setWpsContext(WPSContext context)
|
Uses of WPSContext in com.ibm.ccd.ui.portlets.search.core.cmd |
---|
Fields in com.ibm.ccd.ui.portlets.search.core.cmd declared as WPSContext | |
---|---|
protected WPSContext |
QuickSearchCmd.wpsContext
|
protected WPSContext |
PopulateViewDataStoreCmd.wpsContext
|
protected WPSContext |
PerformSearchCmd.wpsContext
|
Methods in com.ibm.ccd.ui.portlets.search.core.cmd that return WPSContext | |
---|---|
WPSContext |
UpdateSearchCriteriaCmd.getWpsContext()
|
WPSContext |
UpdateConfigSettingsCmd.getWpsContext()
|
WPSContext |
SearchFromHistoryCmd.getWpsContext()
|
WPSContext |
QuickSearchCmd.getWpsContext()
|
WPSContext |
PopulateViewDataStoreCmd.getWpsContext()
|
WPSContext |
PopulateEditDataStoreCmd.getWpsContext()
|
WPSContext |
PopulateConfigDataStoreCmd.getWpsContext()
|
WPSContext |
PerformSearchCmd.getWpsContext()
|
WPSContext |
ISearchCommand.getWpsContext()
|
WPSContext |
GetPrvResultPageCmd.getWpsContext()
|
WPSContext |
GetNextResultPageCmd.getWpsContext()
|
WPSContext |
GetLastResultPageCmd.getWpsContext()
|
WPSContext |
GetFirstResultPageCmd.getWpsContext()
|
Methods in com.ibm.ccd.ui.portlets.search.core.cmd with parameters of type WPSContext | |
---|---|
void |
UpdateSearchCriteriaCmd.setWpsContext(WPSContext wpsContext)
|
void |
UpdateConfigSettingsCmd.setWpsContext(WPSContext wpsContext)
|
void |
SearchFromHistoryCmd.setWpsContext(WPSContext wpsContext)
|
void |
QuickSearchCmd.setWpsContext(WPSContext wpsContext)
|
void |
PopulateViewDataStoreCmd.setWpsContext(WPSContext wpsContext)
|
void |
PopulateEditDataStoreCmd.setWpsContext(WPSContext wpsContext)
|
void |
PopulateConfigDataStoreCmd.setWpsContext(WPSContext wpsContext)
|
void |
PerformSearchCmd.setWpsContext(WPSContext wpsContext)
|
void |
ISearchCommand.setWpsContext(WPSContext wpsContext)
|
void |
GetPrvResultPageCmd.setWpsContext(WPSContext wpsContext)
|
void |
GetNextResultPageCmd.setWpsContext(WPSContext wpsContext)
|
void |
GetLastResultPageCmd.setWpsContext(WPSContext wpsContext)
|
void |
GetFirstResultPageCmd.setWpsContext(WPSContext wpsContext)
|
Uses of WPSContext in com.ibm.ccd.ui.util |
---|
Methods in com.ibm.ccd.ui.util that return WPSContext | |
---|---|
static WPSContext |
UIUtils.getWPSContext(org.apache.jetspeed.portlet.PortletRequest request,
org.apache.jetspeed.portlet.PortletConfig portletConfig)
|
static WPSContext |
UIUtils.getWPSContext(org.apache.jetspeed.portlet.PortletRequest portletRequest,
org.apache.jetspeed.portlet.PortletContext portletContext)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |