|
SAP NetWeaver 7.30 (SP05) KMC | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IFeedback
The interface IFeedback represents a service for handling
feedback related to resources. Feedback is always assigned to a resource.
Permissions are required to give or view feedback for a resource:
| Method Summary | |
|---|---|
boolean |
addFeedback(IResource resource,
String Text)
Adds a feedback item to the specified resource. |
boolean |
addFeedback(IResource resource,
String Text,
com.sap.security.api.IPrincipal receiver)
Adds a feedback item to the specified resource. |
boolean |
addFeedback(IResource resource,
String Text,
com.sapportals.portal.security.usermanagement.IUMPrincipal receiver)
Deprecated. As of NetWeaver 7.1, replaced by addFeedback(IResource,String,com.sap.security.api.IPrincipal) |
boolean |
delFeedback(IResource resource,
IResource fedbackres)
Deletes a feedback item belonging to a resource |
IResourceList |
getFeedback(IResource resource)
Gets all feedback for a specified resource sorted by creation date. |
int |
getFeedbackCount(IResource resource)
Returns number of feedback items that exist for a resource. |
Properties |
getProperties()
Gets all configuration data for this service. |
boolean |
isSecure()
Checks if service is set to be a secure service. |
| Method Detail |
|---|
boolean addFeedback(IResource resource,
String Text)
throws com.sapportals.wcm.WcmException
resource - the resource for which the feedback is givenText - text of the feedback
com.sapportals.wcm.WcmException
boolean addFeedback(IResource resource,
String Text,
com.sapportals.portal.security.usermanagement.IUMPrincipal receiver)
throws com.sapportals.wcm.WcmException
addFeedback(IResource,String,com.sap.security.api.IPrincipal)
resource - the resource for which the feedback is givenText - text of the feedbackreceiver - recipient of a "New Feedback" notification
com.sapportals.wcm.WcmExceptionIUMPrincipal
boolean addFeedback(IResource resource,
String Text,
com.sap.security.api.IPrincipal receiver)
throws com.sapportals.wcm.WcmException
resource - the resource for which the feedback is givenText - text of the feedbackreceiver - recipient of a "New Feedback" notification
com.sapportals.wcm.WcmExceptionIUMPrincipalIResourceList getFeedback(IResource resource)
resource - the resource for which feedback exists
boolean delFeedback(IResource resource,
IResource fedbackres)
resource - resource for which the feedback existsfedbackres - resource that stores the feedback to be deleted
Properties getProperties()
int getFeedbackCount(IResource resource)
resource - resource for which feedback exists
boolean isSecure()
| Access Rights |
|---|
| SC | DC | Public Part | ACH |
|---|---|---|---|
[sap.com] KMC-CM
|
[sap.com] tc/km/frwk
|
api
|
EP-KM-CM
|
[sap.com] KMC-WPC
|
[sap.com] tc/kmc/wpc/wpcfacade
|
api
|
EP-PIN-WPC-WCM
|
|
SAP NetWeaver 7.30 (SP05) KMC | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||