Interface NavigationSegmentExplorer
- All Known Implementing Classes:
DefaultNavigationSegmentExplorer
public interface NavigationSegmentExplorer
-
Method Summary
Modifier and TypeMethodDescriptionexpandForEntityList(ItemLookupRequest lookupRequest, org.apache.olingo.odata2.api.ep.entry.ODataEntry entry) expandForSingleEntity(ItemLookupRequest lookupRequest, org.apache.olingo.odata2.api.ep.entry.ODataEntry entry)
-
Method Details
-
expandForSingleEntity
ExpandedEntity expandForSingleEntity(ItemLookupRequest lookupRequest, org.apache.olingo.odata2.api.ep.entry.ODataEntry entry) throws org.apache.olingo.odata2.api.edm.EdmException - Throws:
org.apache.olingo.odata2.api.edm.EdmException
-
expandForEntityList
ExpandedEntity expandForEntityList(ItemLookupRequest lookupRequest, org.apache.olingo.odata2.api.ep.entry.ODataEntry entry) throws org.apache.olingo.odata2.api.edm.EdmException - Throws:
org.apache.olingo.odata2.api.edm.EdmException
-