Interface DeleteProgress
- All Superinterfaces:
ActionProgress
,Serializable
Deprecated.
since 5.2.1804 - no replacement
Interface providing access to the progress information of a server delete action.
- Since:
- 4.0.120
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionDeprecated.Returns a set of ID's of all successfully deleted elements since the last progress poll.Deprecated.Returns a set of ID's of all elements which couldn't be deleted because of unexpected errors during delete.
This amount of ID's doesn't contains elements which are contained in on of (getMissingPermissionElements()
,getLockFailedElements()
,getReferencedElements()
)Deprecated.Returns a set of ID's of all elements which couldn't be locked for deleteDeprecated.Returns a set of ID's of all elements which couldn't be deleted cause of missing delete permissions.Deprecated.Returns a set of ID's of all elements which couldn't be deleted cause they arepackage pool items
and belong to a nonchangeable
subscription
Deprecated.Returns a set of ID's of all elements which couldn't be deleted cause of existing incoming references.Methods inherited from interface de.espirit.firstspirit.access.ActionProgress
getLog, getProgress, getStatus, isFinished
-
Method Details
-
getDeletedElements
Deprecated.Returns a set of ID's of all successfully deleted elements since the last progress poll.- Returns:
- set of ID's of successfully deleted elements
- Since:
- 4.0.120
-
getDeleteFailedElements
Deprecated.Returns a set of ID's of all elements which couldn't be deleted because of unexpected errors during delete.
This amount of ID's doesn't contains elements which are contained in on of (getMissingPermissionElements()
,getLockFailedElements()
,getReferencedElements()
)- Returns:
- set of ID's of elements which couldn't be deleted because of errors
- Since:
- 4.0.120
-
getMissingPermissionElements
Deprecated.Returns a set of ID's of all elements which couldn't be deleted cause of missing delete permissions.- Since:
- 4.0.120
-
getLockFailedElements
Deprecated.Returns a set of ID's of all elements which couldn't be locked for delete- Returns:
- set of ID's of elements which couldn't be locked
- Since:
- 4.0.120
-
getReferencedElements
Deprecated.Returns a set of ID's of all elements which couldn't be deleted cause of existing incoming references. If the action is called with 'ignoreIncomingReferences == true
' this set is always empty- Since:
- 4.0.120
-
getNonChangeablePackagePoolItems
Deprecated.Returns a set of ID's of all elements which couldn't be deleted cause they arepackage pool items
and belong to a nonchangeable
subscription
- Since:
- 4.2.32
-