public class
DeleteItem
extends Object
implements ApiOperation
implements ApiOperation
ApiOperation to delete an Item.
This object calls deleteItem(String, byte[], IndexingService.RequestMode). The Repository can return this
operation when the Item is no longer
available in the data repository.
Public Method Summary
| boolean |
equals(Object other)
|
| List<GenericJson> | |
| int |
hashCode()
|
Inherited Method Summary
Public Methods
public boolean equals (Object other)
Parameters
| other |
|---|
public List<GenericJson> execute (IndexingService service)
Executes the specific API operation for the implemented class.
Parameters
| service | the IndexingService instance on which to perform the action |
|---|
Returns
- the indexing service responses to each operation execution
Throws
| IOException | |
|---|---|
| InterruptedException |