public interface UriResourceFunction extends UriResourcePartTyped
| Modifier and Type | Method and Description |
|---|---|
org.apache.olingo.commons.api.edm.EdmFunction |
getFunction()
If the resource path specifies a function import this method will deliver the unbound function for the function
import.
|
org.apache.olingo.commons.api.edm.EdmFunctionImport |
getFunctionImport()
Convenience method which returns the
EdmFunctionImport which was used in
the resource path to define the EdmFunction. |
List<UriParameter> |
getKeyPredicates() |
List<UriParameter> |
getParameters() |
org.apache.olingo.commons.api.edm.EdmType |
getTypeFilterOnCollection() |
org.apache.olingo.commons.api.edm.EdmType |
getTypeFilterOnEntry() |
getSegmentValue, getType, isCollection, toStringgetKind, getSegmentValue, toStringorg.apache.olingo.commons.api.edm.EdmFunction getFunction()
org.apache.olingo.commons.api.edm.EdmFunctionImport getFunctionImport()
EdmFunctionImport which was used in
the resource path to define the EdmFunction.List<UriParameter> getKeyPredicates()
List<UriParameter> getParameters()
org.apache.olingo.commons.api.edm.EdmType getTypeFilterOnCollection()
org.apache.olingo.commons.api.edm.EdmType getTypeFilterOnEntry()
Copyright © 2013–2022 The Apache Software Foundation. All rights reserved.