SAP ABAP Interface /IWCOR/IF_REST_CONTEXT (REST Context)
Hierarchy
SAP_GWFND (Software Component) SAP Gateway Foundation
   OPU-FND-CCL (Application Component) IWF Consumer Connectivity Layer
     /IWCOR/SREST_CORE (Package) REST library core
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Interface composition (i COMPRISING i_ref)  /IWCOR/IF_DS_CNTXT OData Context 20120815
2 Interface implementation (CLASS c. INTERFACES i_ref)  /IWCOR/CL_DS_STUB_CNTXT Mocked Context 20120928
3 Interface implementation (CLASS c. INTERFACES i_ref)  /IWCOR/CL_REST_CONTEXT REST Context 20110824
Properties
Interface /IWCOR/IF_REST_CONTEXT  
Short Description REST Context    
General Data
Package /IWCOR/SREST_CORE   REST library core 
Created 20101229   SAP 
Last changed 20131127   SAP 
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 ABAP Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
Interface /IWCOR/IF_REST_CONTEXT has no interface.
Friends
Interface /IWCOR/IF_REST_CONTEXT has no friend.
Attributes
Interface /IWCOR/IF_REST_CONTEXT has no attribute.
Methods
# Method Level Visibility Method type Description Created on
1 CLONE Instance method Public Method Clone context 20120305
2 GET_PARAMETER Instance method Public Method Get parameter 20120305
3 GET_PARAMETERS Instance method Public Method Get parameter table 20120305
4 GET_PARAMETER_REFERENCE Instance method Public Method Get parameter reference 20120305
5 REMOVE_PARAMETER Instance method Public Method Remove parameter 20120305
6 SET_PARAMETER Instance method Public Method Set parameter 20120305
Events
Interface /IWCOR/IF_REST_CONTEXT has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 OBJECT_PARAMETER_S Public See coding 20120305 BEGIN OF object_parameter_s, instance TYPE REF TO object, END OF object_parameter_s
2 PARAMETER_S Public See coding Name/Value structure for parameters 20120305 BEGIN OF parameter_s, name TYPE string, value TYPE REF TO data, END OF parameter_s
3 PARAMETER_T Public See coding Table of parameters 20120305 parameter_t TYPE HASHED TABLE OF parameter_s WITH UNIQUE KEY name
Method Signatures

Method CLONE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RO_CONTEXT Value transfer Object reference (TYPE REF TO) /IWCOR/IF_REST_CONTEXT REST Context 20120305

Method CLONE on Interface /IWCOR/IF_REST_CONTEXT has no exception.

Method GET_PARAMETER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_VALUE Call by reference Type reference (TYPE) DATA Value 20120305
2 Importing IV_NAME Call by reference Type reference (TYPE) STRING Name 20120305
# Exception Resumable Description Created on
1 CX_SY_CONVERSION_ERROR Conversion Error 20120305

Method GET_PARAMETERS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_PARAMETER Call by reference Type reference (TYPE) PARAMETER_T Parameters 20120305

Method GET_PARAMETERS on Interface /IWCOR/IF_REST_CONTEXT has no exception.

Method GET_PARAMETER_REFERENCE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_NAME Call by reference Type reference (TYPE) STRING Name 20120305
2 Returning RD_VALUE Value transfer Object reference (TYPE REF TO) DATA Value reference 20120305

Method GET_PARAMETER_REFERENCE on Interface /IWCOR/IF_REST_CONTEXT has no exception.

Method REMOVE_PARAMETER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_NAME Call by reference Type reference (TYPE) STRING Name 20120305

Method REMOVE_PARAMETER on Interface /IWCOR/IF_REST_CONTEXT has no exception.

Method SET_PARAMETER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_NAME Call by reference Type reference (TYPE) STRING Name 20120305
2 Importing IV_VALUE Call by reference Type reference (TYPE) DATA Value 20120305

Method SET_PARAMETER on Interface /IWCOR/IF_REST_CONTEXT has no exception.
History
Last changed by/on SAP  20131127 
SAP Release Created in 200