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 RestoreOperationModifier and TypeMethodDescriptionstatic RestoreOperationRestoreOperation.forKind(String identifier, RestorableKind kind) static RestoreOperationRestoreOperation.forKind(String identifier, RestorableKind kind, String tag) Methods 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 TypeMethodDescriptionvoidIDataProtectAsync.getRestoreCapabilities(AsyncHandler<List<RestoreOperation>> handler) voidIDataProtectAsync.getRestoreCapabilitiesByTags(List<String> tags, AsyncHandler<List<RestoreOperation>> handler)