DeleteHistoryMapperInterface
in
Interface DeleteHistoryMapperInterface
Table of Contents
- findDeleted() : DeleteHistoryReport
- Reports deleted entities in given scope and date range.
- reportDeletion() : void
- Reports an entity deletion.
Methods
findDeleted()
Reports deleted entities in given scope and date range.
public
findDeleted(DateRange $range, DeleteHistoryScope $scope) : DeleteHistoryReport
Parameters
- $range : DateRange
-
Date range for search.
- $scope : DeleteHistoryScope
-
Delete history scope for search.
Return values
DeleteHistoryReport —Delete history report items.
reportDeletion()
Reports an entity deletion.
public
reportDeletion(DeletedId $id, DeleteHistoryScope $scope) : void
Parameters
- $id : DeletedId
-
Id of deleted entity.
- $scope : DeleteHistoryScope
-
Entities scope.