OperationSearchResultsInterface
Magento\AsynchronousOperations\Api\Data\OperationSearchResultsInterface
What it does
This interface defines the contract for search results when querying asynchronous bulk operations in Magento 2.
Developers use this to retrieve collections of operation items that match specific search criteria, typically when working with bulk queue operations or monitoring asynchronous tasks.
It extends the standard SearchResultsInterface to provide type-specific getter and setter methods for operation collections.
Public Methods
- getItems()
- setItems()