|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface EdmFunctionImport
| Method Summary | |
|---|---|
EdmEntityContainer |
getEntityContainer()
Get the entity container the function import is contained in |
EdmEntitySet |
getEntitySet()
Get the edm entity set |
String |
getHttpMethod()
Get the HTTP Method |
EdmParameter |
getParameter(String name)
Get the parameter by name |
Collection<String> |
getParameterNames()
Get all parameter names |
EdmTyped |
getReturnType()
|
| Methods inherited from interface org.apache.olingo.odata2.api.edm.EdmMappable |
|---|
getMapping |
| Methods inherited from interface org.apache.olingo.odata2.api.edm.EdmNamed |
|---|
getName |
| Methods inherited from interface org.apache.olingo.odata2.api.edm.EdmAnnotatable |
|---|
getAnnotations |
| Method Detail |
|---|
EdmParameter getParameter(String name)
throws EdmException
name -
EdmParameter
EdmException
Collection<String> getParameterNames()
throws EdmException
EdmException
EdmEntitySet getEntitySet()
throws EdmException
EdmEntitySet
EdmException
String getHttpMethod()
throws EdmException
EdmException
EdmTyped getReturnType()
throws EdmException
EdmTyped
EdmException
EdmEntityContainer getEntityContainer()
throws EdmException
EdmEntityContainer
EdmException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||