Interface DeleteOperation.Result
- Enclosing interface:
- DeleteOperation
public static interface DeleteOperation.Result
Interface representing the result of the
delete operation
.- Since:
- 5.2.1804
-
Method Summary
Modifier and TypeMethodDescriptionReturns aCollection
ofBasicInfo
of successfully deleted elements.Returns aCollection
of allelements
which couldn't be deleted because of unexpected errors during delete.
This amount doesn't contain elements which are contained in (getMissingPermissionElements()
,getLockFailedElements()
,getReferencedElements()
).Returns aCollection
of allelements
which couldn't be locked for deletion.Returns aCollection
of allelements
which couldn't be deleted because of missing delete permissions.Returns aCollection
of allelements
which couldn't be deleted because they arepackage pool items
and belong to a nonchangeable
subscription
.Returns aCollection
of allelements
which couldn't be deleted because of existing incoming references.boolean
Returnstrue
if the following collections are empty:getDeleteFailedElements()
getLockFailedElements()
()}getReferencedElements()
getMissingPermissionElements()
getNonChangeablePackagePoolElements()
-
Method Details
-
isSuccessful
boolean isSuccessful()Returnstrue
if the following collections are empty:- Returns:
true
if no error occurred and allelements
could be deleted- Since:
- 5.2.1804
-
getDeletedElements
Returns aCollection
ofBasicInfo
of successfully deleted elements.- Returns:
Collection
ofBasicInfo
of successfully deleted elements- Since:
- 5.2.1804
-
getDeleteFailedElements
Returns aCollection
of allelements
which couldn't be deleted because of unexpected errors during delete.
This amount doesn't contain elements which are contained in (getMissingPermissionElements()
,getLockFailedElements()
,getReferencedElements()
).- Returns:
Collection
ofelements
which couldn't be deleted because of errors- Since:
- 5.2.1804
-
getMissingPermissionElements
Returns aCollection
of allelements
which couldn't be deleted because of missing delete permissions.- Returns:
Collection
of allelements
which couldn't be deleted- Since:
- 5.2.1804
-
getLockFailedElements
Returns aCollection
of allelements
which couldn't be locked for deletion.- Returns:
Collection
of allelements
which couldn't be locked for deletion- Since:
- 5.2.1804
-
getReferencedElements
Returns aCollection
of allelements
which couldn't be deleted because of existing incoming references.- Returns:
Collection
of allelements
which couldn't be deleted- Since:
- 5.2.1804
-
getNonChangeablePackagePoolElements
Returns aCollection
of allelements
which couldn't be deleted because they arepackage pool items
and belong to a nonchangeable
subscription
.- Returns:
Collection
of allelements
which couldn't be deleted- Since:
- 5.2.1804
-