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

Part No. B28209-01


oracle.workspaces.ws.beans
Class CreateWorkspaceResponseItem

java.lang.Object
  extended byoracle.workspaces.ws.beans.CreateWorkspaceResponseItem


public class CreateWorkspaceResponseItem
extends java.lang.Object

This class represents the response bean returned by create workspace call. Includes partial success status and partial exceptions along with the Workspace item returned.


Method Summary
 java.lang.String[] getPartialExceptions()
          Gets the partialExceptions value for this CreateWorkspaceResponseItem.
 WorkspaceItem getWorkspaceItem()
          Gets the workspaceItem value for this CreateWorkspaceResponseItem.
 boolean isPartialSuccess()
          Gets the partialSuccess value for this CreateWorkspaceResponseItem.

 

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

 

Method Detail

getPartialExceptions

public java.lang.String[] getPartialExceptions()
Gets the partialExceptions value for this CreateWorkspaceResponseItem.
Returns:
partialExceptions

isPartialSuccess

public boolean isPartialSuccess()
Gets the partialSuccess value for this CreateWorkspaceResponseItem.
Returns:
partialSuccess

getWorkspaceItem

public WorkspaceItem getWorkspaceItem()
Gets the workspaceItem value for this CreateWorkspaceResponseItem.
Returns:
workspaceItem

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