Interface ResponseWriterPropertyPopulator

All Known Implementing Classes:
CountPropertyPopulator, ExpandPropertyPopulator, NextLinkPropertyPopulator

public interface ResponseWriterPropertyPopulator
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    isApplicable(ItemLookupRequest itemLookupRequest)
     
    org.apache.olingo.odata2.api.ep.EntityProviderWriteProperties.ODataEntityProviderPropertiesBuilder
    populate(org.apache.olingo.odata2.api.ep.EntityProviderWriteProperties properties, ItemLookupRequest itemLookupRequest, ItemLookupResult result)
  • Method Details

    • isApplicable

      boolean isApplicable(ItemLookupRequest itemLookupRequest)
    • populate

      org.apache.olingo.odata2.api.ep.EntityProviderWriteProperties.ODataEntityProviderPropertiesBuilder populate(org.apache.olingo.odata2.api.ep.EntityProviderWriteProperties properties, ItemLookupRequest itemLookupRequest, ItemLookupResult result)

      This method generates a builder with a specific property populated.

      Parameters:
      properties - existing properties object already populated by previous builders
      Returns:
      a builder containing the populated property for a specific implementation of the interface