Uses of Interface
org.apache.olingo.commons.api.edm.EdmAction
Packages that use EdmAction
Package
Description
Contains representations for EDM objects created during the URI parsing
Olingo Server API - Deserializer
Olingo URI
-
Uses of EdmAction in org.apache.olingo.commons.api.edm
Methods in org.apache.olingo.commons.api.edm that return EdmActionModifier and TypeMethodDescriptionEdm.getBoundAction
(FullQualifiedName actionName, FullQualifiedName bindingParameterTypeName, Boolean isBindingParameterCollection) Get Action by full qualified name and binding parameter type.Edm.getBoundActionWithBindingType
(FullQualifiedName bindingParameterTypeName, Boolean isBindingParameterCollection) Get Action by full qualified name and binding parameter type.Edm.getUnboundAction
(FullQualifiedName actionName) Get unbound Action by full qualified name.EdmActionImport.getUnboundAction()
Gets unbound action.Methods in org.apache.olingo.commons.api.edm that return types with arguments of type EdmAction -
Uses of EdmAction in org.apache.olingo.ext.pojogen
Methods in org.apache.olingo.ext.pojogen that return EdmActionMethods in org.apache.olingo.ext.pojogen that return types with arguments of type EdmActionModifier and TypeMethodDescriptionAbstractUtility.getActionsBoundTo
(String typeExpression, boolean collection) -
Uses of EdmAction in org.apache.olingo.server.api.deserializer
Methods in org.apache.olingo.server.api.deserializer with parameters of type EdmActionModifier and TypeMethodDescriptionODataDeserializer.actionParameters
(InputStream stream, EdmAction edmAction) Deserializes an action-parameters stream into a map of key/value pairs. -
Uses of EdmAction in org.apache.olingo.server.api.uri
Methods in org.apache.olingo.server.api.uri that return EdmAction