|
Oracle© Collaboration Suite Workspaces Web Services API Reference 10g Release 1 (10.1.2.2) Part No. B28209-01 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object
oracle.workspaces.ws.beans.CreateWorkspaceBulkResponseItem
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 |
public boolean getPartialSucces()
public java.lang.String getException()
public boolean isFailed()
public java.lang.String getItem()
public java.lang.String[] getPartialExceptions()
public java.lang.String[] getStackTrace()
public WorkspaceItem getWorkspaceItem()
|
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |