Oracle© Collaboration Suite Workspaces Web Services API Reference
10g Release 1 (10.1.2.2)

Part No. B28209-01


oracle.workspaces.ws.beans
Class BoardBulkResponseItem

java.lang.Object
  extended byoracle.workspaces.ws.beans.BulkResponseItem
      extended byoracle.workspaces.ws.beans.BoardBulkResponseItem


public class BoardBulkResponseItem
extends BulkResponseItem

This class encapsulates a board item. An array of such objects is returned during bulk creation of boards. If the board creation fails, it also, contains the exception message that occurred.


Method Summary
 BoardItem getBoardItem()
          Gets the board Item.

 

Methods inherited from class oracle.workspaces.ws.beans.BulkResponseItem
getException, getItem, getStackTrace, isFailed

 

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

 

Method Detail

getBoardItem

public BoardItem getBoardItem()
Gets the board Item.
Returns:
boardItem

Copyright © 2001, 2006, Oracle. All rights reserved.