public static interface DeleteOperation.Result
delete operation
.Modifier and Type | Method and Description |
---|---|
Set<BasicInfo> |
getDeletedElements()
Returns a
Collection of BasicInfo of successfully deleted elements. |
Set<BasicInfo> |
getDeleteFailedElements()
Returns a
Collection of all elements which couldn't be deleted because of unexpected errors during delete. |
Set<BasicInfo> |
getLockFailedElements()
Returns a
Collection of all elements which couldn't be locked for deletion. |
Set<BasicInfo> |
getMissingPermissionElements()
Returns a
Collection of all elements which couldn't be deleted because of missing delete permissions. |
Set<BasicInfo> |
getNonChangeablePackagePoolElements()
Returns a
Collection of all elements which couldn't be deleted because they are package pool items
and belong to a non changeable subscription . |
Set<BasicInfo> |
getReferencedElements()
Returns a
Collection of all elements which couldn't be deleted because of existing incoming references. |
boolean |
isSuccessful()
Returns
true if the following collections are empty:
getDeleteFailedElements()
getLockFailedElements() ()}
getReferencedElements()
getMissingPermissionElements()
getNonChangeablePackagePoolElements()
|
boolean isSuccessful()
true
if the following collections are empty:
true
if no error occurred and all elements
could be deleted@NotNull Set<BasicInfo> getDeletedElements()
Collection
of BasicInfo
of successfully deleted elements.Collection
of BasicInfo
of successfully deleted elements@NotNull Set<BasicInfo> getDeleteFailedElements()
Collection
of all elements
which couldn't be deleted because of unexpected errors during delete.getMissingPermissionElements()
,
getLockFailedElements()
, getReferencedElements()
).Collection
of elements
which couldn't be deleted because of errors@NotNull Set<BasicInfo> getMissingPermissionElements()
Collection
of all elements
which couldn't be deleted because of missing delete permissions.Collection
of all elements
which couldn't be deleted@NotNull Set<BasicInfo> getLockFailedElements()
Collection
of all elements
which couldn't be locked for deletion.Collection
of all elements
which couldn't be locked for deletion@NotNull Set<BasicInfo> getReferencedElements()
Collection
of all elements
which couldn't be deleted because of existing incoming references.Collection
of all elements
which couldn't be deleted@NotNull Set<BasicInfo> getNonChangeablePackagePoolElements()
Collection
of all elements
which couldn't be deleted because they are package pool items
and belong to a non changeable
subscription
.Collection
of all elements
which couldn't be deletedCopyright © 2021 e-Spirit AG. All Rights Reserved. Build 5.2.210210