Uses of Class
net.bluemind.dataprotect.api.RestoreOperation
-
Uses of RestoreOperation in net.bluemind.dataprotect.api
Modifier and TypeMethodDescriptionIDataProtect.getRestoreCapabilities()
Returns infos about the restore operations that the core providesIDataProtectPromise.getRestoreCapabilities()
IDataProtect.getRestoreCapabilitiesByTags
(List<String> tags) * Returns infos about the restore operations that the core provides (filtered by tags)IDataProtectPromise.getRestoreCapabilitiesByTags
(List<String> tags) Modifier and TypeMethodDescriptionvoid
IDataProtectAsync.getRestoreCapabilities
(AsyncHandler<List<RestoreOperation>> handler) void
IDataProtectAsync.getRestoreCapabilitiesByTags
(List<String> tags, AsyncHandler<List<RestoreOperation>> handler)