SAP ABAP Class CL_ESH_ADAPT_KM_CACHE_DATA (KM Cache - Data Container)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-EIM-ESH (Application Component) NetWeaver Enterprise Search
⤷
S_ESH_CONTENT_FED_ADAPTERS (Package) Adapters for Federated Search
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_ESH_CA_DATA_CONTAINER | Data Container of Cache Client | 20100811 |
| 2 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_ESH_CA_DATA_CONTAINER_READ | Read Access on Data Container of Cache Client | 20100811 |
| 3 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_SERIALIZABLE_OBJECT | Serializable Object | 20100811 |
Properties
| Class | CL_ESH_ADAPT_KM_CACHE_DATA | |
| Short Description | KM Cache - Data Container | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | S_ESH_CONTENT_FED_ADAPTERS | Adapters for Federated Search |
| Created | 20100811 | SAP |
| Last change | 20110908 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_ESH_ADAPT_KM_CACHE_DATA has no forward declaration.
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | IF_ESH_CA_DATA_CONTAINER | Data Container of Cache Client | 20100811 | ||
| 2 | IF_ESH_CA_DATA_CONTAINER_READ | Read Access on Data Container of Cache Client | 20100811 | ||
| 3 | IF_SERIALIZABLE_OBJECT | Serializable Object | 20100811 |
Friends
Class CL_ESH_ADAPT_KM_CACHE_DATA has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Public | Type reference (TYPE) | S_DATA | Data | 20100811 |
Methods
Class CL_ESH_ADAPT_KM_CACHE_DATA has no method.
Events
Class CL_ESH_ADAPT_KM_CACHE_DATA has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | S_ATTRIBUTE | Public | See coding | Attribute | 20100811 | BEGIN OF s_attribute,
attribute_type_id TYPE string,
property_name TYPE string,
END OF s_attribute
|
|
| 2 | S_DATA | Public | See coding | Data | 20100811 | BEGIN OF s_data,
connector_id TYPE esh_e_if_search_connector_id,
index_id TYPE string,
attributes TYPE t_attributes,
END OF s_data
|
|
| 3 | T_ATTRIBUTES | Public | See coding | Attributes | 20100811 | t_attributes TYPE SORTED TABLE OF s_attribute WITH UNIQUE KEY attribute_type_id
|
History
| Last changed by/on | SAP | 20110908 |
| SAP Release Created in | 703 |