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

Part No. B28209-01


oracle.workspaces.ws.beans
Class WorkspaceRecoveryInfoItem

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


public class WorkspaceRecoveryInfoItem
extends java.lang.Object

This class represents the result of searching for Workspace Recovery Items.


Method Summary
 FailedOperationInfoItem getFailedOperationInfo()
          Gets the failedOperationInfo object containing details of the failed operation.
 WorkspaceSummary getWorkspaceSummary()
          Gets the workspace summary containing details of workspace needing recovery.

 

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

 

Method Detail

getFailedOperationInfo

public FailedOperationInfoItem getFailedOperationInfo()
Gets the failedOperationInfo object containing details of the failed operation.
Returns:
failedOperationInfo

getWorkspaceSummary

public WorkspaceSummary getWorkspaceSummary()
Gets the workspace summary containing details of workspace needing recovery.
Returns:
workspace

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