Uses of Interface
org.apache.olingo.commons.api.edm.EdmOperation
Packages that use EdmOperation
Package
Description
Contains representations for EDM objects created during the URI parsing
-
Uses of EdmOperation in org.apache.olingo.commons.api.edm
Subinterfaces of EdmOperation in org.apache.olingo.commons.api.edmModifier and TypeInterfaceDescriptioninterface
A CSDL action.interface
An EdmFunction as described in the OData specification -
Uses of EdmOperation in org.apache.olingo.ext.pojogen
Methods in org.apache.olingo.ext.pojogen that return types with arguments of type EdmOperationModifier and TypeMethodDescriptionAbstractUtility.justInheritedOperationsBoundTo
(EdmEntityType entity) -
Uses of EdmOperation in org.apache.olingo.ext.proxy.commons
Constructors in org.apache.olingo.ext.proxy.commons with parameters of type EdmOperationModifierConstructorDescriptionInvokerInvocationHandler
(URI uri, Map<String, ClientValue> parameters, Operation operation, EdmOperation edmOperation, Type[] references, AbstractService<?> service) StructuredComposableInvokerInvocationHandler
(URI uri, Map<String, ClientValue> parameters, Operation operation, EdmOperation edmOperation, Type[] references, org.apache.olingo.commons.core.edm.EdmTypeInfo returnType, AbstractService<?> service)