Interface EntityCollectionProcessor

All Superinterfaces:
Processor
All Known Subinterfaces:
CountEntityCollectionProcessor

public interface EntityCollectionProcessor extends Processor
Processor interface for handling a collection of entities, e.g., an Entity Set.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    readEntityCollection(ODataRequest request, ODataResponse response, UriInfo uriInfo, ContentType responseFormat)
    Reads entities data from persistence and puts serialized content and status into the response.

    Methods inherited from interface org.apache.olingo.server.api.processor.Processor

    init