Package | Description |
---|---|
org.apache.olingo.commons.api.edm |
Contains representations for EDM objects created during the URI parsing
|
org.apache.olingo.ext.pojogen | |
org.apache.olingo.server.api.deserializer |
Olingo Server API - Deserializer
|
org.apache.olingo.server.api.uri |
Olingo URI
|
Modifier and Type | Method and Description |
---|---|
EdmAction |
Edm.getBoundAction(FullQualifiedName actionName,
FullQualifiedName bindingParameterTypeName,
Boolean isBindingParameterCollection)
Get Action by full qualified name and binding parameter type.
|
EdmAction |
Edm.getBoundActionWithBindingType(FullQualifiedName bindingParameterTypeName,
Boolean isBindingParameterCollection)
Get Action by full qualified name and binding parameter type.
|
EdmAction |
EdmActionImport.getUnboundAction()
Gets unbound action.
|
EdmAction |
Edm.getUnboundAction(FullQualifiedName actionName)
Get unbound Action by full qualified name.
|
Modifier and Type | Method and Description |
---|---|
List<EdmAction> |
EdmSchema.getActions() |
Modifier and Type | Method and Description |
---|---|
EdmAction |
AbstractUtility.getActionByName(FullQualifiedName name) |
Modifier and Type | Method and Description |
---|---|
List<EdmAction> |
AbstractUtility.getActionsBoundTo(String typeExpression,
boolean collection) |
Modifier and Type | Method and Description |
---|---|
DeserializerResult |
ODataDeserializer.actionParameters(InputStream stream,
EdmAction edmAction)
Deserializes an action-parameters stream into a map of key/value pairs.
|
Modifier and Type | Method and Description |
---|---|
EdmAction |
UriResourceAction.getAction()
If the resource path specifies an action import this method will deliver the unbound action for the action import.
|
Copyright © 2013–2018 The Apache Software Foundation. All rights reserved.