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

Part No. B28209-01


oracle.workspaces.ws.beans
Class FailedOperationInfoItem

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


public class FailedOperationInfoItem
extends java.lang.Object

This class represents a failed operation within workspace.


Method Summary
 java.lang.String getErrorMessage()
          Returns error details of failed operation.
 java.lang.String getObjectId()
          Returns id of the target object of the operation.
 long getOperationInstanceId()
          Returns the system generated identifier for the failed operation instance.
 java.lang.String getOperationName()
          Returns name of failed operation.
 java.util.Calendar getStartTime()
          Returns operation start time.
 boolean isInDoubt()
          Returns true if and only if the operation state is in doubt.

 

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

 

Method Detail

getErrorMessage

public java.lang.String getErrorMessage()
Returns error details of failed operation.
Returns:
errorMessage

isInDoubt

public boolean isInDoubt()
Returns true if and only if the operation state is in doubt.
Returns:
inDoubt

getObjectId

public java.lang.String getObjectId()
Returns id of the target object of the operation.
Returns:
objectId

getOperationInstanceId

public long getOperationInstanceId()
Returns the system generated identifier for the failed operation instance.
Returns:
operationInstanceId

getOperationName

public java.lang.String getOperationName()
Returns name of failed operation.
Returns:
operationName

getStartTime

public java.util.Calendar getStartTime()
Returns operation start time.
Returns:
startTime

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