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