|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface GetFunctionImportUriInfo
Access to the parts of the request URI that are relevant for requests of function imports.
Method Summary | |
---|---|
Map<String,String> |
getCustomQueryOptions()
Gets the custom query options as Map from option names to their corresponding String values, or an empty list if no custom query options are given in the URI. |
String |
getFormat()
Gets the value of the $format system query option. |
EdmFunctionImport |
getFunctionImport()
Gets the function import. |
Map<String,EdmLiteral> |
getFunctionImportParameters()
Gets the parameters of a function import as Map from parameter names to their corresponding typed values, or an empty list if no function import is used or no parameters are given in the URI. |
Method Detail |
---|
EdmFunctionImport getFunctionImport()
EdmFunctionImport
the function importString getFormat()
$format
query parameter) or nullMap<String,EdmLiteral> getFunctionImportParameters()
EdmLiteral
> function import parametersMap<String,String> getCustomQueryOptions()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |