SAP ABAP Interface IF_ADT_REST_REQUEST (ADT Access to REST Request)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-DWB-AIE (Application Component) Installation and Infrastructure for ABAP Tools in Eclipse
⤷
SADT_REST (Package) REST Framework

⤷

⤷

Meta Relationship - Used By
# | Relationship type | Used by | Short Description | Created on |
---|---|---|---|---|
1 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_ADT_REST_REQUEST | Wrapper for REST request | 20101214 |
Properties
Interface | IF_ADT_REST_REQUEST | |
Short Description | ADT Access to REST Request |
General Data
Package | SADT_REST | REST Framework |
Created | 20101126 | SAP |
Last changed | 20130531 | SAP |
Unicode checks active |
Forward declarations
Interface IF_ADT_REST_REQUEST has no forward declaration.
Interfaces
Interface IF_ADT_REST_REQUEST has no interface.
Friends
Interface IF_ADT_REST_REQUEST has no friend.
Attributes
Interface IF_ADT_REST_REQUEST has no attribute.
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Public | Method | Get the body data of a request | 20101214 |
2 | ![]() |
Instance method | Public | Method | Get the content type of a request | 20110915 |
3 | ![]() |
Instance method | Public | Method | Get the value of header field "If-Match" | 20110915 |
4 | ![]() |
Instance method | Public | Method | Get the value of header field "If-None-Match" | 20120730 |
5 | ![]() |
Instance method | Public | Method | Get the REST request object for this request | 20101214 |
6 | ![]() |
Instance method | Public | Method | Get the value of an URI attribute | 20101214 |
7 | ![]() |
Instance method | Public | Method | Get the fragment of an URI (#) | 20101214 |
8 | ![]() |
Instance method | Public | Method | Get the value of an URI query parameter | 20101214 |
9 | ![]() |
Instance method | Public | Method | Gets the value of a multi-value query-parameter from the URI | 20110601 |
Events
Interface IF_ADT_REST_REQUEST has no event.
Types
Interface IF_ADT_REST_REQUEST has no local type.
Method Signatures
Method GET_BODY_DATA Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
CONTENT_HANDLER | Call by reference | Object reference (TYPE REF TO) | IF_ADT_REST_CONTENT_HANDLER | 20101214 | |||
2 | ![]() |
DATA | Call by reference | Type reference (TYPE) | DATA | 20101214 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20101214 |
Method GET_CONTENT_TYPE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RESULT | Value transfer | Type reference (TYPE) | STRING | 20110915 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20110915 |
Method GET_IF_MATCH Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RESULT | Value transfer | Type reference (TYPE) | STRING | 20110915 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20110915 |
Method GET_IF_NONE_MATCH Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RESULT | Value transfer | Type reference (TYPE) | STRING | 20120730 |
Method GET_IF_NONE_MATCH on Interface IF_ADT_REST_REQUEST has no exception.
Method GET_INNER_REST_REQUEST Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RESULT | Value transfer | Object reference (TYPE REF TO) | IF_REST_REQUEST | 20101214 |
Method GET_INNER_REST_REQUEST on Interface IF_ADT_REST_REQUEST has no exception.
Method GET_URI_ATTRIBUTE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
MANDATORY | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | 20101214 | ||
2 | ![]() |
NAME | Call by reference | Type reference (TYPE) | CSEQUENCE | 20101214 | |||
3 | ![]() |
VALUE | Call by reference | Type reference (TYPE) | SIMPLE | 20101214 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20101214 |
Method GET_URI_FRAGMENT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
VALUE | Call by reference | Type reference (TYPE) | SIMPLE | 20101214 |
Method GET_URI_FRAGMENT on Interface IF_ADT_REST_REQUEST has no exception.
Method GET_URI_QUERY_PARAMETER Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
DEFAULT | Call by reference | Type reference (TYPE) | SIMPLE | 20101214 | |||
2 | ![]() |
MANDATORY | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | 20101214 | ||
3 | ![]() |
NAME | Call by reference | Type reference (TYPE) | CSEQUENCE | 20101214 | |||
4 | ![]() |
VALUE | Call by reference | Type reference (TYPE) | SIMPLE | 20101214 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20101214 |
Method GET_URI_QUERY_PARAMETER_VALUES Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
DEFAULT | Call by reference | Type reference (TYPE) | ANY TABLE | 20110601 | |||
2 | ![]() |
MANDATORY | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | 20110601 | ||
3 | ![]() |
NAME | Call by reference | Type reference (TYPE) | CSEQUENCE | 20110601 | |||
4 | ![]() |
VALUES | Call by reference | Type reference (TYPE) | ANY TABLE | 20110601 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20110601 |
History
Last changed by/on | SAP | 20130531 |
SAP Release Created in | 740 |