Package com.evolveum.midpoint.repo.api
Class DeleteObjectResult
java.lang.Object
com.evolveum.midpoint.repo.api.DeleteObjectResult
- All Implemented Interfaces:
RepositoryOperationResult
Contains information about object deletion result; primarily needed by repository caching algorithms.
Because it is bound to the current (SQL) implementation of the repository, avoid using this information
for any other purposes.
EXPERIMENTAL.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionThe textual representation of the object as stored in repository.
-
Constructor Details
-
DeleteObjectResult
-
-
Method Details
-
getObjectTextRepresentation
The textual representation of the object as stored in repository. It is to be parsed when really necessary. Note that it does not contain information that is stored elsewhere (user photo, lookup table rows, certification cases, task result, etc). -
getChangeType
- Specified by:
getChangeType
in interfaceRepositoryOperationResult
-