DeleteElementProgress
@Deprecated public interface DeleteProgress extends ActionProgress
AccessUtil.delete(IDProvider, boolean)
,
AccessUtil.delete(Collection, boolean)
Modifier and Type | Method and Description |
---|---|
Set<Long> |
getDeletedElements()
Deprecated.
Returns a set of ID's of all successfully deleted elements since the last progress poll.
|
Set<Long> |
getDeleteFailedElements()
Deprecated.
Returns a set of ID's of all elements which couldn't be deleted because of unexpected errors during delete.
|
Set<Long> |
getLockFailedElements()
Deprecated.
Returns a set of ID's of all elements which couldn't be locked for delete
|
Set<Long> |
getMissingPermissionElements()
Deprecated.
Returns a set of ID's of all elements which couldn't be deleted cause of missing delete permissions.
|
Set<Long> |
getNonChangeablePackagePoolItems()
Deprecated.
Returns a set of ID's of all elements which couldn't be deleted cause they are
package pool items and belong to a non
changeable subscription |
Set<Long> |
getReferencedElements()
Deprecated.
Returns a set of ID's of all elements which couldn't be deleted cause of existing incoming references.
|
getLog, getProgress, getStatus, isFinished
@NotNull Set<Long> getDeletedElements()
@NotNull Set<Long> getDeleteFailedElements()
getMissingPermissionElements()
,
getLockFailedElements()
, getReferencedElements()
)@NotNull Set<Long> getMissingPermissionElements()
@NotNull Set<Long> getLockFailedElements()
@NotNull Set<Long> getReferencedElements()
ignoreIncomingReferences == true
' this set is always empty@NotNull Set<Long> getNonChangeablePackagePoolItems()
package pool items
and belong to a non
changeable
subscription
Copyright © 2021 e-Spirit AG. All Rights Reserved. Build 5.2.210210