Interface ItemDeletionService

All Known Implementing Classes:
DefaultItemDeletionService

public interface ItemDeletionService
Service to delete platform items.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Deletes the item matching the conditions of the specified request
  • Method Details

    • deleteItem

      void deleteItem(ItemSearchRequest searchRequest)
      Deletes the item matching the conditions of the specified request
      Parameters:
      searchRequest - Parameter object that holds values for searching the item to be deleted.