Interface NavigationSegmentExplorer
-
- All Known Implementing Classes:
DefaultNavigationSegmentExplorer
public interface NavigationSegmentExplorer
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ExpandedEntityexpandForEntityList(ItemLookupRequest lookupRequest, org.apache.olingo.odata2.api.ep.entry.ODataEntry entry)ExpandedEntityexpandForSingleEntity(ItemLookupRequest lookupRequest, org.apache.olingo.odata2.api.ep.entry.ODataEntry entry)
-
-
-
Method Detail
-
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
-
-