Interface ItemDeletionService
- All Known Implementing Classes:
DefaultItemDeletionService
public interface ItemDeletionService
Service to delete platform items.
-
Method Summary
Modifier and TypeMethodDescriptionvoiddeleteItem(ItemSearchRequest searchRequest) Deletes the item matching the conditions of the specified request
-
Method Details
-
deleteItem
Deletes the item matching the conditions of the specified request- Parameters:
searchRequest- Parameter object that holds values for searching the item to be deleted.
-