public interface RevertProgress extends ActionProgress
AccessUtil.revert(IDProvider, Revision, boolean, EnumSet, boolean, boolean)
Modifier and Type | Interface and Description |
---|---|
static class |
RevertProgress.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 reverted due to missing permissions.
|
Set<Long> |
getNotLockableElements()
Returns a set of ids of all elements which couldn't be locked during revert process.
|
EnumMap<RevertProgress.ProblemType,Set<Long>> |
getProblematicElements()
Returns a map containing all elements which would cause problem during revert process.
|
Set<Long> |
getRevertedElements()
Returns a set of ids of all elements which were reverted during revert process.
|
boolean |
isCheckOnlyMode()
Returns
true if the server action was started in 'check-only' mode. |
getLog, getProgress, getStatus, isFinished
Set<Long> getRevertedElements()
Set<Long> getNotLockableElements()
Map<Object,Store.Type> getMissingOutgoingReferences()
Set<Long> getMissingPermissionElements()
EnumMap<RevertProgress.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