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
-
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