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

Part No. B28209-01


oracle.workspaces.ws.beans
Class CreateWorkspaceBulkResponseItem

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


public class CreateWorkspaceBulkResponseItem
extends java.lang.Object

This class represents bean returned by the createWorkspaces call. Embraces stacktrace array, partial success array partialExceptions array etc corresponding to various createWorkspaces calls.


Method Summary
 java.lang.String getException()
          Gets the exception value for this CreateWorkspaceBulkResponseItem.
 java.lang.String getItem()
          Gets the item value for this CreateWorkspaceBulkResponseItem.
 java.lang.String[] getPartialExceptions()
          Gets the partialExceptions value for this CreateWorkspaceBulkResponseItem.
 boolean getPartialSucces()
          Gets the partialSuccess value for this CreateWorkspaceBulkResponseItem.
 java.lang.String[] getStackTrace()
          Gets the stackTrace value for this CreateWorkspaceBulkResponseItem.
 WorkspaceItem getWorkspaceItem()
          Gets the workspaceItem value for this CreateWorkspaceBulkResponseItem.
 boolean isFailed()
          Gets the failed value for this CreateWorkspaceBulkResponseItem.

 

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

 

Method Detail

getPartialSucces

public boolean getPartialSucces()
Gets the partialSuccess value for this CreateWorkspaceBulkResponseItem.

getException

public java.lang.String getException()
Gets the exception value for this CreateWorkspaceBulkResponseItem.
Returns:
exception

isFailed

public boolean isFailed()
Gets the failed value for this CreateWorkspaceBulkResponseItem.
Returns:
failed

getItem

public java.lang.String getItem()
Gets the item value for this CreateWorkspaceBulkResponseItem.
Returns:
item

getPartialExceptions

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

getStackTrace

public java.lang.String[] getStackTrace()
Gets the stackTrace value for this CreateWorkspaceBulkResponseItem.
Returns:
stackTrace

getWorkspaceItem

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

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