SAP ABAP Interface IF_RSO_RES_REST_HANDLER (Handle REST Operation)
Hierarchy
SAP_BW (Software Component) SAP Business Warehouse
   BW-WHM-MTD (Application Component) Metadata (Repository)
     RSO_RES_FRMW (Package) BW: ResourceFramework
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Interface composition (i COMPRISING i_ref)  IF_RSO_RES_REST_HDL_DELETE Handle the DELETE REST Operation 20130506
2 Interface composition (i COMPRISING i_ref)  IF_RSO_RES_REST_HDL_GET Handle the GET REST Operation 20130422
3 Interface composition (i COMPRISING i_ref)  IF_RSO_RES_REST_HDL_POST Handle the POST REST Operation 20130424
4 Interface composition (i COMPRISING i_ref)  IF_RSO_RES_REST_HDL_PUT Handle the PUT REST Operation 20130503
5 Interface implementation (CLASS c. INTERFACES i_ref)  CL_RSO_RES_FBP Resource Controller: OOLO 20130604
6 Interface implementation (CLASS c. INTERFACES i_ref)  CL_RSO_RES_HCPR Resource Controler for HANA Composite Provider 20130513
7 Interface implementation (CLASS c. INTERFACES i_ref)  CL_RSO_RES_IPROV Resource Controller: InfoProvider - DTA 20130516
8 Interface implementation (CLASS c. INTERFACES i_ref)  CL_RSO_RES_QD_ENQ Resource for lock handling 20130522
9 Interface implementation (CLASS c. INTERFACES i_ref)  CL_RSO_RES_QD_MODEL Resource handler for query model 20130422
Properties
Interface IF_RSO_RES_REST_HANDLER  
Short Description Handle REST Operation    
General Data
Package RSO_RES_FRMW   BW: ResourceFramework 
Created 20130422   SAP 
Last changed 20140121   SAP 
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 CL_RSO_RES_CNT_HDL_FACTORY Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
2 IF_RSO_RES_RESOURCE Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
3 IF_RSO_RES_REST_HANDLER Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
Interfaces
Interface IF_RSO_RES_REST_HANDLER has no interface.
Friends
Interface IF_RSO_RES_REST_HANDLER has no friend.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 C_S_CNT_HDL_TYPE Constant Public See coding 20130508
Methods
# Method Level Visibility Method type Description Created on
1 GET_CONTEXT_INFO Instance method Public Method Get operation (GET, POST, ...) independent context info 20130611
2 GET_STATIC_INFO Instance method Public Method Get operation (GET, POST, ...) independent static info 20130611
Events
Interface IF_RSO_RES_REST_HANDLER has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 GT_CNT_HDL_TYPE Public See coding 20130508 gt_cnt_hdl_type TYPE c LENGTH 1
2 GT_S_CNT_HDL_INFO Public See coding 20130515 BEGIN OF gt_s_cnt_hdl_info, handler_type TYPE gt_cnt_hdl_type, handler TYPE REF TO if_adt_rest_content_handler, END OF gt_s_cnt_hdl_info
3 GT_S_CONTENT_VERSION Public See coding 20130508 BEGIN OF gt_s_content_version, major_version TYPE i, minor_version TYPE i, patch_number TYPE i, END OF gt_s_content_version
Method Signatures

Method GET_CONTEXT_INFO Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_LAST_CHANGED Call by reference Type reference (TYPE) RSTIMESTMP UTC Time Stamp in Short Form (YYYYMMDDhhmmss) 20130611
2 Exporting E_OBJ_NAME Call by reference Type reference (TYPE) SOBJ_NAME Object Name in Object Directory 20130611
3 Exporting E_TH_OBJ_KEY Call by reference Type reference (TYPE) IF_RSO_RES_RESOURCE=>NT_TH_OBJ_KEY Object Key of an editable resource 20130611
# Exception Resumable Description Created on
1 CX_ADT_RESOURCE Resource exception 20130611

Method GET_STATIC_INFO Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_RESOURCE_ID Call by reference Type reference (TYPE) STRING Resource ID 20130611
2 Exporting E_R_DATA_DESCR Call by reference Object reference (TYPE REF TO) CL_ABAP_DATADESCR Descriptor for the content data 20130611
3 Exporting E_S_CNT_HDL_INFO Call by reference Type reference (TYPE) IF_RSO_RES_REST_HANDLER=>GT_S_CNT_HDL_INFO Content Handler Info 20130611
4 Exporting E_TLOGO Call by reference Type reference (TYPE) RSTLOGO BW: Object Type (TLOGO) 20130611
5 Exporting E_VERSION Call by reference Type reference (TYPE) GT_S_CONTENT_VERSION Resource version 20130611
# Exception Resumable Description Created on
1 CX_ADT_RESOURCE Resource exception 20130611
History
Last changed by/on SAP  20140121 
SAP Release Created in 740