Interface ResponseWriterPropertyPopulator
-
- All Known Implementing Classes:
CountPropertyPopulator,ExpandPropertyPopulator,NextLinkPropertyPopulator
public interface ResponseWriterPropertyPopulator
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanisApplicable(ItemLookupRequest itemLookupRequest)org.apache.olingo.odata2.api.ep.EntityProviderWriteProperties.ODataEntityProviderPropertiesBuilderpopulate(org.apache.olingo.odata2.api.ep.EntityProviderWriteProperties properties, ItemLookupRequest itemLookupRequest, ItemLookupResult result)
-
-
-
Method Detail
-
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
-
-