SAP ABAP Class IF_ADT_REST_REQUEST (ADT Access to REST Request)
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
| Class | IF_ADT_REST_REQUEST | |
| Short Description | ADT Access to REST Request | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | ||
| Created | 20101126 | SAP |
| Last change | 20130531 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class IF_ADT_REST_REQUEST has no forward declaration.
Interfaces
Class IF_ADT_REST_REQUEST has no interface implemented.
Friends
Class IF_ADT_REST_REQUEST has no friend class.
Attributes
Class 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
Class IF_ADT_REST_REQUEST has no event.
Types
Class 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 class 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 class 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 class 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 |