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

B25479-01


oracle.workspaces.authorization
Class CwAddWorkspaceMembersResponse

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


public class CwAddWorkspaceMembersResponse
extends CwBulkResponseImpl
See Also:
Serialized Form

Method Summary
CwMemberable[] getFailedMemberables()
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

getFailedMemberables

public CwMemberable[] getFailedMemberables()
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 CwMemberable[]. 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.