Newer Version Available
UndeleteResult Class
Namespace
Usage
An array of Database.UndeleteResult objects is returned with the undelete database method. Each element in the UndeleteResult array corresponds to the sObject array passed as the sObject[] parameter in the undelete Database method; that is, the first element in the UndeleteResult array matches the first element passed in the sObject array, the second element corresponds with the second element, and so on. If only one sObject is passed in, the UndeleteResults array contains a single element.
UndeleteResult Methods
The following are methods for UndeleteResult. All are instance methods.
getErrors()
Signature
public Database.Error[] getErrors()
Return Value
Type: Database.Error[]
getId()
Signature
public ID getId()
Return Value
Type: ID
Usage
If this field contains a value, the object was successfully undeleted. If this field is empty, the operation was not successful for that object.
isSuccess()
Signature
public Boolean isSuccess()
Return Value
Type: Boolean