public interface RestoreProgress extends ActionProgress
AccessUtil.restore(IDProvider, ElementInfo, boolean, boolean, boolean)
Modifier and Type | Interface and Description |
---|---|
static class |
RestoreProgress.ProblemType
The problem type.
|
Modifier and Type | Method and Description |
---|---|
Map<Object,Store.Type> |
getMissingOutgoingReferences()
Returns a map containing all referenced elements which could not be found,
mapped from object key to store type.
|
Set<Long> |
getMissingPermissionElements()
Returns a set of ids of all elements which couldn't be restored due to missing permissions.
|
EnumMap<RestoreProgress.ProblemType,Set<Long>> |
getProblematicElements()
Returns a map containing all elements which would cause problem during restore process.
|
Set<Long> |
getRestoredElements()
Returns a set of ids of all elements which were restored during restore process.
|
boolean |
isCheckOnlyMode()
Returns
true if the server action was started in 'check-only' mode. |
getLog, getProgress, getStatus, isFinished
Set<Long> getRestoredElements()
Map<Object,Store.Type> getMissingOutgoingReferences()
Set<Long> getMissingPermissionElements()
EnumMap<RestoreProgress.ProblemType,Set<Long>> getProblematicElements()
boolean isCheckOnlyMode()
true
if the server action was started in 'check-only' mode.true
if the server action was started in 'check-only' mode.Copyright © 2021 e-Spirit AG. All Rights Reserved. Build 5.2.210210