|
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.FailedOperationInfoItem
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 |
public java.lang.String getErrorMessage()
public boolean isInDoubt()
public java.lang.String getObjectId()
public long getOperationInstanceId()
public java.lang.String getOperationName()
public java.util.Calendar getStartTime()
|
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |