SAP ABAP Class CL_RSO_RES_MOCK_REGISTRY (UnitTest: Mock registry)
Hierarchy
SAP_BW (Software Component) SAP Business Warehouse
   BW-WHM-MTD (Application Component) Metadata (Repository)
     RSO_RES_TEST (Package) Environment Unit Tests
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  IF_ADT_DISC_REST_RC_REGISTRY Resource controller registry 20130325
Properties
Class CL_RSO_RES_MOCK_REGISTRY  
Short Description UnitTest: Mock registry    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package RSO_RES_TEST   Environment Unit Tests 
Created 20130325   SAP 
Last change 20140121   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
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)
2 IF_ADT_DISCOVERY_COLLECTION Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
Interfaces
# Interface Abstract Final Description Created on
1 IF_ADT_DISC_REST_RC_REGISTRY Resource controller registry 20130325
Friends
Class CL_RSO_RES_MOCK_REGISTRY has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 CN_S_PARAMETER_TYPES Constant Public See coding 20130325
2 P_S_DISCOVERABLE_RESOURCE Instance attribute Private Type reference (TYPE) TN_S_DISCOVERABLE_RESOURCE 20130325
3 P_S_RESOURCE Instance attribute Private Type reference (TYPE) TN_S_RESOURCE 20130325
4 P_TH_DISCOVERABLE_RESOURCE Instance attribute Private Type reference (TYPE) TN_TH_DISCOVERABLE_RESOURCE 20130325
5 P_TH_RESOURCE Instance attribute Private Type reference (TYPE) TN_TH_RESOURCE 20130325
6 REST_ROUTER Instance attribute Private Object reference (TYPE REF TO) CL_REST_ROUTER REST Router 20130429
Methods
# Method Level Visibility Method type Description Created on
1 CLASS_CONSTRUCTOR Static method Public Constructor CLASS_CONSTRUCTOR 20130325
2 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20130325
3 IS_DISCOVERABLE_RES_REGISTERED Instance method Public Method 20130325
4 IS_RES_REGISTERED Instance method Public Method 20130325
Events
Class CL_RSO_RES_MOCK_REGISTRY has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TN_S_DISCOVERABLE_RESOURCE Public See coding 20130325 BEGIN OF tn_s_discoverable_resource, url TYPE string, accepted_types TYPE if_adt_discovery_collection=>ty_accepts, handler_class TYPE string, parameter TYPE abap_parmbind_tab, description TYPE string, category_scheme TYPE string, category_term TYPE string, END OF tn_s_discoverable_resource
2 TN_S_MISSING Public See coding 20130325 BEGIN OF tn_s_missing, parametertype TYPE string, parametervalue TYPE string, END OF tn_s_missing
3 TN_S_RESOURCE Public See coding 20130325 BEGIN OF tn_s_resource, template TYPE string, handler_class TYPE string, parameter TYPE abap_parmbind_tab, END OF tn_s_resource
4 TN_TH_DISCOVERABLE_RESOURCE Public See coding 20130325 tn_th_discoverable_resource TYPE HASHED TABLE OF tn_s_discoverable_resource WITH UNIQUE KEY url handler_class category_scheme category_term
5 TN_TH_RESOURCE Public See coding 20130325 tn_th_resource TYPE HASHED TABLE OF tn_s_resource WITH UNIQUE KEY template handler_class
6 TN_T_MISSING Public See coding 20130325 tn_t_missing TYPE STANDARD TABLE OF tn_s_missing WITH DEFAULT KEY
Method Signatures

Method CLASS_CONSTRUCTOR Signature

Method CLASS_CONSTRUCTOR on class CL_RSO_RES_MOCK_REGISTRY has no parameter.
Method CLASS_CONSTRUCTOR on class CL_RSO_RES_MOCK_REGISTRY has no exception.

Method CONSTRUCTOR Signature

Method CONSTRUCTOR on class CL_RSO_RES_MOCK_REGISTRY has no parameter.
Method CONSTRUCTOR on class CL_RSO_RES_MOCK_REGISTRY has no exception.

Method IS_DISCOVERABLE_RES_REGISTERED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_CATEGORY_SCHEME Call by reference Type reference (TYPE) CSEQUENCE 20130325
2 Importing I_CATEGORY_TERM Call by reference Type reference (TYPE) CSEQUENCE 20130325
3 Importing I_DESCRIPTION Call by reference Type reference (TYPE) CSEQUENCE 20130325
4 Importing I_HANDLER_CLASS Call by reference Type reference (TYPE) CSEQUENCE 20130325
5 Importing I_T_ACCEPTED_TYPES Call by reference Type reference (TYPE) IF_ADT_DISCOVERY_COLLECTION=>TY_ACCEPTS 20130325
6 Importing I_T_PARAMETER Call by reference Type reference (TYPE) ABAP_PARMBIND_TAB 20130325
7 Importing I_URL Call by reference Type reference (TYPE) CSEQUENCE 20130325
8 Returning R_T_MISSING Value transfer Type reference (TYPE) TN_T_MISSING 20130325

Method IS_DISCOVERABLE_RES_REGISTERED on class CL_RSO_RES_MOCK_REGISTRY has no exception.

Method IS_RES_REGISTERED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_HANDLER_CLASS Call by reference Type reference (TYPE) CSEQUENCE 20130325
2 Importing I_TEMPLATE Call by reference Type reference (TYPE) CSEQUENCE 20130325
3 Importing I_T_PARAMETER Call by reference Type reference (TYPE) ABAP_PARMBIND_TAB 20130325
4 Returning R_T_MISSING Value transfer Type reference (TYPE) TN_T_MISSING 20130325

Method IS_RES_REGISTERED on class CL_RSO_RES_MOCK_REGISTRY has no exception.
History
Last changed by/on SAP  20140121 
SAP Release Created in 740