Oracle® Collaboration Suite Workspaces API Reference
10g Release 1 (10.1.2)

B25479-01


oracle.workspaces.resource
Interface CwResourceBulkResponse

All Superinterfaces:
CwBulkResponse

public interface CwResourceBulkResponse
extends CwBulkResponse
Since:
release specific (what release of product did this appear in)

Method Summary
 CwUid[] getFailedUids()
          Returns the failed objects.
 CwResourceItem[] getSuccessfulItems()
          Returns the successful results.

 

Methods inherited from interface oracle.workspaces.CwBulkResponse
getFailedExceptions, getFailedObjects, getSuccessfulObjects, isPartialResponse

 

Method Detail

getFailedUids

public CwUid[] getFailedUids()
Returns the failed objects. This method should never return null. If there is no failed objects, it returns an empty array.

getSuccessfulItems

public CwResourceItem[] getSuccessfulItems()
Returns the successful results. This method should never return null. If there is no successful objects, it returns an empty array. Note: The actual result instance (subclasss of CwResourceItem) depends on the operation that has been taken.

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