Fix parameter names. These are not partitions
This commit is contained in:
parent
19f3b7b121
commit
6259eada3c
|
@ -33,9 +33,9 @@ public interface IResourceExpungeService {
|
||||||
|
|
||||||
void expungeHistoricalVersions(RequestDetails theRequestDetails, List<Long> thePartition, AtomicInteger theRemainingCount);
|
void expungeHistoricalVersions(RequestDetails theRequestDetails, List<Long> thePartition, AtomicInteger theRemainingCount);
|
||||||
|
|
||||||
void expungeCurrentVersionOfResources(RequestDetails theRequestDetails, List<Long> thePartition, AtomicInteger theRemainingCount);
|
void expungeCurrentVersionOfResources(RequestDetails theRequestDetails, List<Long> theResourceIds, AtomicInteger theRemainingCount);
|
||||||
|
|
||||||
void expungeHistoricalVersionsOfIds(RequestDetails theRequestDetails, List<Long> thePartition, AtomicInteger theRemainingCount);
|
void expungeHistoricalVersionsOfIds(RequestDetails theRequestDetails, List<Long> theResourceIds, AtomicInteger theRemainingCount);
|
||||||
|
|
||||||
void deleteAllSearchParams(Long theResourceId);
|
void deleteAllSearchParams(Long theResourceId);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue