|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.ccd.portal.PortalCollaborationHelper
public class PortalCollaborationHelper
Constructor Summary | |
---|---|
PortalCollaborationHelper()
|
Method Summary | |
---|---|
java.lang.String |
constructResponseForCollabAreaDetails(java.util.HashMap infoMap)
Builds the collaboration area details accessible by a specific role the details include the information about the collaboration area workflow and of each step accessible by the current role |
java.lang.String |
constructResponseForCollabAreaList(java.util.HashMap infoMap)
Builds the collaboration area list for a role if the role section is populated else for the current user if the role section is blank.and returns the list of collaboration areas in XML format.The role is specified in the header that is passed along . |
java.lang.String |
constructResponseForCollaborationAreaAction(java.util.HashMap infoMap)
Performs one of the following collArea actions Move entries to next step Reserve entries in next step Release entries in step |
java.lang.String |
constructResponseForItemsInCollabAreaStep(java.util.HashMap infoMap)
Returns xml representation of workflow step entries for the given Collaboration step based on a specific attribute value. |
java.lang.String |
constructResponseForSearchCollAreaStepItems(java.util.HashMap infoMap)
Builds xml representation of workflow step entries for the given Collaboration step based on a specific search criteria.All the required details required to fetch the information are fetched from the header passed along . |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PortalCollaborationHelper()
Method Detail |
---|
public java.lang.String constructResponseForCollabAreaList(java.util.HashMap infoMap) throws com.ibm.pim.common.exceptions.PIMException, com.ibm.pim.common.exceptions.PIMInternalException, java.lang.IllegalArgumentException
WPCPortalCollaborationHelper
constructResponseForCollabAreaList
in interface WPCPortalCollaborationHelper
infoMap
- contains the header information
com.ibm.pim.common.exceptions.PIMException
com.ibm.pim.common.exceptions.PIMInternalException
java.lang.IllegalArgumentException
public java.lang.String constructResponseForCollaborationAreaAction(java.util.HashMap infoMap) throws com.ibm.pim.common.exceptions.PIMException
WPCPortalCollaborationHelper
constructResponseForCollaborationAreaAction
in interface WPCPortalCollaborationHelper
infoMap
- hashmap containing the header information
com.ibm.pim.common.exceptions.PIMException
public java.lang.String constructResponseForCollabAreaDetails(java.util.HashMap infoMap) throws com.ibm.pim.common.exceptions.PIMException, com.ibm.pim.common.exceptions.PIMInternalException, java.lang.IllegalArgumentException
WPCPortalCollaborationHelper
constructResponseForCollabAreaDetails
in interface WPCPortalCollaborationHelper
infoMap
- infoMap containing header information
com.ibm.pim.common.exceptions.PIMException
com.ibm.pim.common.exceptions.PIMInternalException
java.lang.IllegalArgumentException
public java.lang.String constructResponseForSearchCollAreaStepItems(java.util.HashMap infoMap) throws com.ibm.pim.common.exceptions.PIMException, com.ibm.pim.common.exceptions.PIMInternalException, java.lang.IllegalArgumentException
WPCPortalCollaborationHelper
constructResponseForSearchCollAreaStepItems
in interface WPCPortalCollaborationHelper
com.ibm.pim.common.exceptions.PIMException
com.ibm.pim.common.exceptions.PIMInternalException
java.lang.IllegalArgumentException
public java.lang.String constructResponseForItemsInCollabAreaStep(java.util.HashMap infoMap) throws com.ibm.pim.common.exceptions.PIMException, com.ibm.pim.common.exceptions.PIMInternalException, java.lang.IllegalArgumentException
WPCPortalCollaborationHelper
constructResponseForItemsInCollabAreaStep
in interface WPCPortalCollaborationHelper
infoMap
- hashmap containing the neccessary header information.
com.ibm.pim.common.exceptions.PIMException
com.ibm.pim.common.exceptions.PIMInternalException
java.lang.IllegalArgumentException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |