|
Oracle Collaboration Suite Discussions Web Services Java API Reference 10g (10.1.2.2) Part No. B28210-01 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object
oracle.discussions.ws.beans.MessagesBulkResponse
Bulk response bean, returning the response of hide/show Messages invocation. Represents a
The call invocation returns an array of bulk response beans, each representing the status of an individual forum message bean.
Method Summary | |
java.lang.String |
getErrorCode() Returns the error code, corresponding to the error message. |
java.lang.String |
getErrorMessage() Returns the localized error message, depcting the server-side error. |
ForumMessage |
getMessage() Returns the forum message, wrapped around by the bulk response bean. |
boolean |
isError() Returns if the bulk response bean wraps an error. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public java.lang.String getErrorMessage()
public java.lang.String getErrorCode()
public ForumMessage getMessage()
If the message hide/show operation succeeds, a forum message bean corresponding to the message hidden/un-hidden is encapsulated in the bulk response bean.
public boolean isError()
The bulk response bean can wrap
|
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |