Uses of Class
com.evolveum.midpoint.repo.api.DeleteObjectResult
Packages that use DeleteObjectResult
Package
Description
-
Uses of DeleteObjectResult in com.evolveum.midpoint.repo.api
Methods in com.evolveum.midpoint.repo.api that return DeleteObjectResultModifier and TypeMethodDescription<T extends ObjectType>
@NotNull DeleteObjectResultRepositoryService.deleteObject
(Class<T> type, String oid, OperationResult result) Deletes object with specified OID. -
Uses of DeleteObjectResult in com.evolveum.midpoint.repo.cache
Methods in com.evolveum.midpoint.repo.cache that return DeleteObjectResultModifier and TypeMethodDescription<T extends ObjectType>
@NotNull DeleteObjectResultRepositoryCache.deleteObject
(Class<T> type, String oid, OperationResult parentResult) -
Uses of DeleteObjectResult in com.evolveum.midpoint.repo.cache.handlers
Methods in com.evolveum.midpoint.repo.cache.handlers that return DeleteObjectResultModifier and TypeMethodDescription<T extends ObjectType>
@NotNull DeleteObjectResultModificationOpHandler.deleteObject
(Class<T> type, String oid, OperationResult parentResult) -
Uses of DeleteObjectResult in com.evolveum.midpoint.repo.sqale
Methods in com.evolveum.midpoint.repo.sqale that return DeleteObjectResultModifier and TypeMethodDescription<T extends ObjectType>
@NotNull DeleteObjectResultSqaleRepositoryService.deleteObject
(Class<T> type, String oid, OperationResult parentResult)