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 aCollectionofBasicInfoof successfully deleted elements.Returns aCollectionof allelementswhich couldn't be deleted because of unexpected errors during delete.
This amount doesn't contain elements which are contained in (getMissingPermissionElements(),getLockFailedElements(),getReferencedElements()).Returns aCollectionof allelementswhich couldn't be locked for deletion.Returns aCollectionof allelementswhich couldn't be deleted because of missing delete permissions.Returns aCollectionof allelementswhich couldn't be deleted because they arepackage pool itemsand belong to a nonchangeablesubscription.Returns aCollectionof allelementswhich couldn't be deleted because of existing incoming references.booleanReturnstrueif the following collections are empty:getDeleteFailedElements()getLockFailedElements()()}getReferencedElements()getMissingPermissionElements()getNonChangeablePackagePoolElements()
-
Method Details
-
isSuccessful
boolean isSuccessful()Returnstrueif the following collections are empty:- Returns:
trueif no error occurred and allelementscould be deleted- Since:
- 5.2.1804
-
getDeletedElements
Returns aCollectionofBasicInfoof successfully deleted elements.- Returns:
CollectionofBasicInfoof successfully deleted elements- Since:
- 5.2.1804
-
getDeleteFailedElements
Returns aCollectionof allelementswhich couldn't be deleted because of unexpected errors during delete.
This amount doesn't contain elements which are contained in (getMissingPermissionElements(),getLockFailedElements(),getReferencedElements()).- Returns:
Collectionofelementswhich couldn't be deleted because of errors- Since:
- 5.2.1804
-
getMissingPermissionElements
Returns aCollectionof allelementswhich couldn't be deleted because of missing delete permissions.- Returns:
Collectionof allelementswhich couldn't be deleted- Since:
- 5.2.1804
-
getLockFailedElements
Returns aCollectionof allelementswhich couldn't be locked for deletion.- Returns:
Collectionof allelementswhich couldn't be locked for deletion- Since:
- 5.2.1804
-
getReferencedElements
Returns aCollectionof allelementswhich couldn't be deleted because of existing incoming references.- Returns:
Collectionof allelementswhich couldn't be deleted- Since:
- 5.2.1804
-
getNonChangeablePackagePoolElements
Returns aCollectionof allelementswhich couldn't be deleted because they arepackage pool itemsand belong to a nonchangeablesubscription.- Returns:
Collectionof allelementswhich couldn't be deleted- Since:
- 5.2.1804
-