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 GET_BODY_DATA Instance method Public Method Get the body data of a request 20101214
2 GET_CONTENT_TYPE Instance method Public Method Get the content type of a request 20110915
3 GET_IF_MATCH Instance method Public Method Get the value of header field "If-Match" 20110915
4 GET_IF_NONE_MATCH Instance method Public Method Get the value of header field "If-None-Match" 20120730
5 GET_INNER_REST_REQUEST Instance method Public Method Get the REST request object for this request 20101214
6 GET_URI_ATTRIBUTE Instance method Public Method Get the value of an URI attribute 20101214
7 GET_URI_FRAGMENT Instance method Public Method Get the fragment of an URI (#) 20101214
8 GET_URI_QUERY_PARAMETER Instance method Public Method Get the value of an URI query parameter 20101214
9 GET_URI_QUERY_PARAMETER_VALUES 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 Importing CONTENT_HANDLER Call by reference Object reference (TYPE REF TO) IF_ADT_REST_CONTENT_HANDLER 20101214
2 Exporting DATA Call by reference Type reference (TYPE) DATA 20101214
# Exception Resumable Description Created on
1 CX_ADT_REST 20101214

Method GET_CONTENT_TYPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RESULT Value transfer Type reference (TYPE) STRING 20110915
# Exception Resumable Description Created on
1 CX_ADT_REST 20110915

Method GET_IF_MATCH Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RESULT Value transfer Type reference (TYPE) STRING 20110915
# Exception Resumable Description Created on
1 CX_ADT_REST 20110915

Method GET_IF_NONE_MATCH Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning 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 Returning 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 Importing MANDATORY Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE 20101214
2 Importing NAME Call by reference Type reference (TYPE) CSEQUENCE 20101214
3 Exporting VALUE Call by reference Type reference (TYPE) SIMPLE 20101214
# Exception Resumable Description Created on
1 CX_ADT_REST 20101214

Method GET_URI_FRAGMENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting 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 Importing DEFAULT Call by reference Type reference (TYPE) SIMPLE 20101214
2 Importing MANDATORY Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE 20101214
3 Importing NAME Call by reference Type reference (TYPE) CSEQUENCE 20101214
4 Exporting VALUE Call by reference Type reference (TYPE) SIMPLE 20101214
# Exception Resumable Description Created on
1 CX_ADT_REST 20101214

Method GET_URI_QUERY_PARAMETER_VALUES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing DEFAULT Call by reference Type reference (TYPE) ANY TABLE 20110601
2 Importing MANDATORY Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE 20110601
3 Importing NAME Call by reference Type reference (TYPE) CSEQUENCE 20110601
4 Exporting VALUES Call by reference Type reference (TYPE) ANY TABLE 20110601
# Exception Resumable Description Created on
1 CX_ADT_REST 20110601
History
Last changed by/on SAP  20130531 
SAP Release Created in 740