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 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) | |
| 2 | 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 | Constant | Public | See coding | 20130325 | |||||
| 2 | Instance attribute | Private | Type reference (TYPE) | TN_S_DISCOVERABLE_RESOURCE | 20130325 | ||||
| 3 | Instance attribute | Private | Type reference (TYPE) | TN_S_RESOURCE | 20130325 | ||||
| 4 | Instance attribute | Private | Type reference (TYPE) | TN_TH_DISCOVERABLE_RESOURCE | 20130325 | ||||
| 5 | Instance attribute | Private | Type reference (TYPE) | TN_TH_RESOURCE | 20130325 | ||||
| 6 | Instance attribute | Private | Object reference (TYPE REF TO) | CL_REST_ROUTER | REST Router | 20130429 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Static method | Public | Constructor | CLASS_CONSTRUCTOR | 20130325 | |
| 2 | Instance method | Public | Constructor | CONSTRUCTOR | 20130325 | |
| 3 | Instance method | Public | Method | 20130325 | ||
| 4 | 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 | I_CATEGORY_SCHEME | Call by reference | Type reference (TYPE) | CSEQUENCE | 20130325 | ||||
| 2 | I_CATEGORY_TERM | Call by reference | Type reference (TYPE) | CSEQUENCE | 20130325 | ||||
| 3 | I_DESCRIPTION | Call by reference | Type reference (TYPE) | CSEQUENCE | 20130325 | ||||
| 4 | I_HANDLER_CLASS | Call by reference | Type reference (TYPE) | CSEQUENCE | 20130325 | ||||
| 5 | I_T_ACCEPTED_TYPES | Call by reference | Type reference (TYPE) | IF_ADT_DISCOVERY_COLLECTION=>TY_ACCEPTS | 20130325 | ||||
| 6 | I_T_PARAMETER | Call by reference | Type reference (TYPE) | ABAP_PARMBIND_TAB | 20130325 | ||||
| 7 | I_URL | Call by reference | Type reference (TYPE) | CSEQUENCE | 20130325 | ||||
| 8 | 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 | I_HANDLER_CLASS | Call by reference | Type reference (TYPE) | CSEQUENCE | 20130325 | ||||
| 2 | I_TEMPLATE | Call by reference | Type reference (TYPE) | CSEQUENCE | 20130325 | ||||
| 3 | I_T_PARAMETER | Call by reference | Type reference (TYPE) | ABAP_PARMBIND_TAB | 20130325 | ||||
| 4 | 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 |