Interface EdmFunctionImport
- All Superinterfaces:
EdmAnnotatable
,EdmNamed
,EdmOperationImport
A CSDL FunctionImport element
-
Method Summary
Modifier and TypeMethodDescriptiongetTitle()
Returns a human readable title or null if not set.getUnboundFunction
(List<String> parameterNames) Gets unbound function with given parameter names.Gets unbound functions.boolean
Methods inherited from interface org.apache.olingo.commons.api.edm.EdmAnnotatable
getAnnotation, getAnnotations
Methods inherited from interface org.apache.olingo.commons.api.edm.EdmOperationImport
getEntityContainer, getFullQualifiedName, getReturnedEntitySet
-
Method Details
-
getUnboundFunctions
List<EdmFunction> getUnboundFunctions()Gets unbound functions.- Returns:
- unbound functions
-
getUnboundFunction
Gets unbound function with given parameter names.- Parameters:
parameterNames
- parameter names- Returns:
- unbound function with given parameter names
-
getFunctionFqn
FullQualifiedName getFunctionFqn()- Returns:
- the Full qualified name for the function as specified in the metadata
-
getTitle
String getTitle()Returns a human readable title or null if not set.- Returns:
- a human readable title or null
-
isIncludeInServiceDocument
boolean isIncludeInServiceDocument()- Returns:
- true if the function import must be included in the service document
-