Uses of Class
net.bluemind.dataprotect.api.RestoreOperation
Packages that use RestoreOperation
-
Uses of RestoreOperation in net.bluemind.dataprotect.api
Fields in net.bluemind.dataprotect.api with type parameters of type RestoreOperationMethods in net.bluemind.dataprotect.api that return types with arguments of type RestoreOperationModifier 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) Method parameters in net.bluemind.dataprotect.api with type arguments of type RestoreOperationModifier and TypeMethodDescriptionvoid
IDataProtectAsync.getRestoreCapabilities
(AsyncHandler<List<RestoreOperation>> handler) void
IDataProtectAsync.getRestoreCapabilitiesByTags
(List<String> tags, AsyncHandler<List<RestoreOperation>> handler)