public interface FileUploadCleanupService
| Modifier and Type | Method and Description |
|---|---|
List<BusinessObjectDataKey> |
deleteBusinessObjectData(String storageName,
int thresholdMinutes)
Marks as DELETED any dangling business object data records having storage files associated with the specified storage.
|
List<BusinessObjectDataKey> deleteBusinessObjectData(String storageName, int thresholdMinutes)
storageName - the storage namethresholdMinutes - the expiration time in minutes to select dangling business object data for deletionCopyright © 2021. All rights reserved.