Package net.bluemind.dataprotect.api
Interface IDataProtectAsync
public interface IDataProtectAsync
- 
Method Summary
Modifier and TypeMethodDescriptionvoidforget(int generationId, AsyncHandler<TaskRef> handler) voidvoidgetContent(String partGen, AsyncHandler<TaskRef> handler) voidgetRestoreCapabilities(AsyncHandler<List<RestoreOperation>> handler) voidgetRestoreCapabilitiesByTags(List<String> tags, AsyncHandler<List<RestoreOperation>> handler) voidgetRetentionPolicy(AsyncHandler<RetentionPolicy> handler) voidinstallFromGeneration(int generationId, AsyncHandler<TaskRef> handler) voidrun(RestoreDefinition restoreDefinition, AsyncHandler<TaskRef> handler) voidsaveAll(AsyncHandler<TaskRef> handler) voidsyncWithFilesystem(AsyncHandler<Void> handler) voidupdatePolicy(RetentionPolicy rp, AsyncHandler<Void> handler)  
- 
Method Details
- 
forget
 - 
getAvailableGenerations
 - 
getContent
 - 
getRestoreCapabilities
 - 
getRestoreCapabilitiesByTags
 - 
getRetentionPolicy
 - 
installFromGeneration
 - 
run
 - 
saveAll
 - 
syncWithFilesystem
 - 
updatePolicy
 
 -