Modifier and Type | Method and Description |
---|---|
java.util.List<RestoreOperation> |
RestoreUserAddressbooks.operations() |
java.util.List<RestoreOperation> |
SendUserBooksVCF.operations() |
Modifier and Type | Method and Description |
---|---|
TaskRef |
RestoreUserAddressbooks.run(RestoreOperation op,
DataProtectGeneration backup,
Restorable item) |
TaskRef |
SendUserBooksVCF.run(RestoreOperation op,
DataProtectGeneration backup,
Restorable item) |
Modifier and Type | Field and Description |
---|---|
java.util.List<RestoreOperation> |
GenerationContent.capabilities |
Modifier and Type | Method and Description |
---|---|
java.util.concurrent.CompletableFuture<java.util.List<RestoreOperation>> |
IDataProtectPromise.getRestoreCapabilities() |
java.util.List<RestoreOperation> |
IDataProtect.getRestoreCapabilities()
Returns infos about the restore operations that the core provides
|
java.util.concurrent.CompletableFuture<java.util.List<RestoreOperation>> |
IDataProtectPromise.getRestoreCapabilitiesByTags(java.util.List<java.lang.String> tags) |
java.util.List<RestoreOperation> |
IDataProtect.getRestoreCapabilitiesByTags(java.util.List<java.lang.String> tags)
* Returns infos about the restore operations that the core provides
(filtered by tags)
|
Modifier and Type | Method and Description |
---|---|
void |
IDataProtectAsync.getRestoreCapabilities(AsyncHandler<java.util.List<RestoreOperation>> handler) |
void |
IDataProtectAsync.getRestoreCapabilitiesByTags(java.util.List<java.lang.String> tags,
AsyncHandler<java.util.List<RestoreOperation>> handler) |
Modifier and Type | Method and Description |
---|---|
java.util.List<RestoreOperation> |
SendUserCalendarsICS.operations() |
java.util.List<RestoreOperation> |
RestoreUserCalendars.operations() |
Modifier and Type | Method and Description |
---|---|
TaskRef |
SendUserCalendarsICS.run(RestoreOperation op,
DataProtectGeneration backup,
Restorable item) |
TaskRef |
RestoreUserCalendars.run(RestoreOperation op,
DataProtectGeneration backup,
Restorable item) |
Modifier and Type | Method and Description |
---|---|
java.util.List<RestoreOperation> |
AbstractRestoreActionProvider.operations() |
Modifier and Type | Method and Description |
---|---|
TaskRef |
AbstractRestoreActionProvider.run(RestoreOperation op,
DataProtectGeneration backup,
Restorable item) |
Modifier and Type | Method and Description |
---|---|
java.util.List<RestoreOperation> |
RestoreOrgUnit.operations() |
Modifier and Type | Method and Description |
---|---|
TaskRef |
RestoreOrgUnit.run(RestoreOperation op,
DataProtectGeneration backup,
Restorable item) |
Modifier and Type | Method and Description |
---|---|
java.util.List<RestoreOperation> |
IRestoreActionProvider.operations() |
Modifier and Type | Method and Description |
---|---|
TaskRef |
IRestoreActionProvider.run(RestoreOperation op,
DataProtectGeneration backup,
Restorable item) |
Modifier and Type | Method and Description |
---|---|
java.util.List<RestoreOperation> |
DPService.getRestoreCapabilities() |
java.util.List<RestoreOperation> |
DPService.getRestoreCapabilitiesByTags(java.util.List<java.lang.String> tags) |
Constructor and Description |
---|
DPService(BmContext context,
java.util.List<RestoreOperation> ops,
java.util.List<IRestoreActionProvider> providers) |
Modifier and Type | Method and Description |
---|---|
java.util.List<RestoreOperation> |
SendUserTodolistsICS.operations() |
java.util.List<RestoreOperation> |
RestoreUserTodolists.operations() |
Modifier and Type | Method and Description |
---|---|
TaskRef |
SendUserTodolistsICS.run(RestoreOperation op,
DataProtectGeneration backup,
Restorable item) |
TaskRef |
RestoreUserTodolists.run(RestoreOperation op,
DataProtectGeneration backup,
Restorable item) |
Modifier and Type | Method and Description |
---|---|
java.util.List<RestoreOperation> |
RestoreUser.operations() |
Modifier and Type | Method and Description |
---|---|
TaskRef |
RestoreUser.run(RestoreOperation op,
DataProtectGeneration backup,
Restorable item) |
Modifier and Type | Method and Description |
---|---|
java.util.List<RestoreOperation> |
FileHostingRestoreProvider.operations() |
Modifier and Type | Method and Description |
---|---|
TaskRef |
FileHostingRestoreProvider.run(RestoreOperation op,
DataProtectGeneration backup,
Restorable item) |
Copyright © 2021. All Rights Reserved.