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

B25479-01


oracle.workspaces.authorization
Class CwAddSubgroupMembersResponse

java.lang.Object
  extended byCwBulkResponseImpl
      extended byoracle.workspaces.authorization.CwAddSubgroupMembersResponse

Direct Known Subclasses:
CwDeleteSubgroupMembersResponse

public class CwAddSubgroupMembersResponse
extends CwBulkResponseImpl
See Also:
Serialized Form

Method Summary
CwMember[] getFailedMembers()
This is a helper method to return the right type of the response
java.lang.Object[] getFailedObjects()
CwMember[] getSuccessfulMembers()
This is a helper method to return the right type of the response
java.lang.Object[] getSuccessfulObjects()
java.lang.String toString()

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

Method Detail

getFailedMembers

public CwMember[] getFailedMembers()
This is a helper method to return the right type of the response

getFailedObjects

public java.lang.Object[] getFailedObjects()
Returns:
the array in the type of CwMember[]. The caller can cast the array to this type directly.

getSuccessfulMembers

public CwMember[] getSuccessfulMembers()
This is a helper method to return the right type of the response

getSuccessfulObjects

public java.lang.Object[] getSuccessfulObjects()
Returns:
the array in the type of CwMember[]. The caller can cast the array to this type directly.

toString

public java.lang.String toString()

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