@Service @Transactional(value="herdTransactionManager") public class FileUploadCleanupServiceImpl extends Object implements FileUploadCleanupService
| Constructor and Description |
|---|
FileUploadCleanupServiceImpl() |
| 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.
|
public List<BusinessObjectDataKey> deleteBusinessObjectData(String storageName, int thresholdMinutes)
FileUploadCleanupServicedeleteBusinessObjectData in interface FileUploadCleanupServicestorageName - the storage namethresholdMinutes - the expiration time in minutes to select dangling business object data for deletionCopyright © 2021. All rights reserved.