|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface DeleteProgress
Method Summary | |
---|---|
Set<Long> |
getDeletedElements()
Returns a set of ID's of all successfully deleted elements since the last progress poll. |
Set<Long> |
getDeleteFailedElements()
Returns a set of ID's of all elements which couldn't be deleted because of unexpected errors during delete. |
Set<Long> |
getLockFailedElements()
Returns a set of ID's of all elements which couldn't be locked for delete |
Set<Long> |
getMissingPermissionElements()
Returns a set of ID's of all elements which couldn't be deleted cause of missing delete permissions. |
Set<Long> |
getNonChangeablePackagePoolItems()
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()
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 Detail |
---|
Set<Long> getDeletedElements()
Set<Long> getDeleteFailedElements()
DeleteProgress.getMissingPermissionElements()
,
DeleteProgress.getLockFailedElements()
, DeleteProgress.getReferencedElements()
)
Set<Long> getMissingPermissionElements()
Set<Long> getLockFailedElements()
Set<Long> getReferencedElements()
ignoreReferences == true
' this set is always empty
Set<Long> getNonChangeablePackagePoolItems()
package pool items
and belong to a non
changeable
subscription
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |