Oracle Collaboration Suite Discussions Web Services Java API Reference
10g (10.1.2.2)

Part No. B28210-01


oracle.discussions.ws.beans
Class DeleteElementBulkResponse

java.lang.Object
  extended byoracle.discussions.ws.beans.DeleteElementBulkResponse


public class DeleteElementBulkResponse
extends java.lang.Object

Bulk response bean, returned by the update/delete bulk services.

An array of beans is returned, only if the corresponding update/delete invocations fail. Nothing is returned, on successful execution of all the update/delete invocations.


Method Summary
 java.lang.String getElement()
          Returns the element, on which, the update/delete operation failed.
 java.lang.String getErrorCode()
          Returns the error code corresponding to the exception message.
 java.lang.String getErrorMessage()
          Returns the error message corresponding to the server side exception.
 void setErrorCode(java.lang.String code)
          Sets the error code corresponding to the exception message.
 void setErrorMessage(java.lang.String message)
          Sets the error message corresponding to the server side exception.

 

Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Method Detail

getElement

public java.lang.String getElement()
Returns the element, on which, the update/delete operation failed.
Returns:
String - Representing the element erroring out

setErrorMessage

public void setErrorMessage(java.lang.String message)
Sets the error message corresponding to the server side exception.
Parameters:
message - - Error message

getErrorMessage

public java.lang.String getErrorMessage()
Returns the error message corresponding to the server side exception.
Returns:
String - Error message

setErrorCode

public void setErrorCode(java.lang.String code)
Sets the error code corresponding to the exception message.
Parameters:
code - - Error code

getErrorCode

public java.lang.String getErrorCode()
Returns the error code corresponding to the exception message.
Returns:
String - Error code

Copyright © 2005, Oracle. All rights reserved.