Package org.apache.olingo.server.api.uri
Interface UriResourceAction
- All Superinterfaces:
UriResource
,UriResourcePartTyped
Used to describe an action used within an resource path
For example: http://.../serviceroot/action()
-
Method Summary
Modifier and TypeMethodDescriptionIf the resource path specifies an action import this method will deliver the unbound action for the action import.Convenience method which returns theEdmActionImport
which was used in the resource path to define theEdmAction
.Methods inherited from interface org.apache.olingo.server.api.uri.UriResource
getKind, getSegmentValue, toString
Methods inherited from interface org.apache.olingo.server.api.uri.UriResourcePartTyped
getSegmentValue, getType, isCollection, toString
-
Method Details
-
getAction
EdmAction getAction()If the resource path specifies an action import this method will deliver the unbound action for the action import.- Returns:
- Action used in the resource path or action import
-
getActionImport
EdmActionImport getActionImport()Convenience method which returns theEdmActionImport
which was used in the resource path to define theEdmAction
.- Returns:
- Action Import used in the resource path
-