Package org.apache.olingo.odata2.api.edm
Interface EdmFunctionImport
- All Superinterfaces:
EdmAnnotatable,EdmMappable,EdmNamed
- All Known Implementing Classes:
EdmFunctionImportImplProv
-
Method Summary
Modifier and TypeMethodDescriptionGet the entity container the function import is contained inGet the edm entity setGet the HTTP MethodgetParameter(String name) Get the parameter by nameGet all parameter namesMethods inherited from interface org.apache.olingo.odata2.api.edm.EdmAnnotatable
getAnnotationsMethods inherited from interface org.apache.olingo.odata2.api.edm.EdmMappable
getMapping
-
Method Details
-
getParameter
Get the parameter by name- Parameters:
name-- Returns:
EdmParameter- Throws:
EdmException
-
getParameterNames
Get all parameter names- Returns:
- collection of parameter names of type Collection
- Throws:
EdmException
-
getEntitySet
Get the edm entity set- Returns:
EdmEntitySet- Throws:
EdmException
-
getHttpMethod
Get the HTTP Method- Returns:
- HTTP Method as String
- Throws:
EdmException
-
getReturnType
- Returns:
EdmTyped- Throws:
EdmException
-
getEntityContainer
Get the entity container the function import is contained in- Returns:
EdmEntityContainer- Throws:
EdmException
-