SAP ABAP Class CL_ESH_IF_DATA_PROVIDER_CPOINT (Data Provider for Changepointer)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-EIM-ESH (Application Component) NetWeaver Enterprise Search
⤷
S_ESH_ENG_INTERFACE (Package) Interface
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_ESH_IF_OBJECT_ITERATOR_TIME | Object data iterator by last timestamp | 20080201 |
Properties
| Class | CL_ESH_IF_DATA_PROVIDER_CPOINT | |
| Short Description | Data Provider for Changepointer | |
| Super Class | ||
| Instantiability of a Class | 1 | Protected |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | S_ESH_ENG_INTERFACE | Interface |
| Created | 20080201 | SAP |
| Last change | 20110908 | 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) |
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | IF_ESH_IF_OBJECT_ITERATOR_TIME | Object data iterator by last timestamp | 20080201 |
Friends
| # | Friend | Modeled only | Created on | Description |
|---|---|---|---|---|
| 1 | CL_ESH_IF_DATA_PROVIDER_CTRL | 20080201 | Data Provider Controller |
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Public | Object reference (TYPE REF TO) | IF_ESH_IF_OBJECT_DATA_BY_ID | Object data by list of object IDs | 20080201 | |||
| 2 | Instance attribute | Public | Type reference (TYPE) | ESH_E_OM_SYSREL | Home software component | 20090127 | |||
| 3 | Instance attribute | Public | Type reference (TYPE) | ESH_E_OM_OBJECT_TYPE | Object type | 20080201 | |||
| 4 | Constant | Protected | Type reference (TYPE) | BOOLE_D | 'I' | Change pointer flag: Created | 20080411 | ||
| 5 | Constant | Protected | Type reference (TYPE) | BOOLE_D | 'D' | Change pointer flag: Deleted | 20080411 | ||
| 6 | Constant | Protected | Type reference (TYPE) | BOOLE_D | 'U' | Change pointer flag: Modified | 20080411 | ||
| 7 | Constant | Protected | Type reference (TYPE) | TIMESTAMPL | '0.0000001' | Minimum timestamp | 20080205 | ||
| 8 | Static Attribute | Private | Type reference (TYPE) | LST_INSTANCE | 20080201 | ||||
| 9 | Static Attribute | Private | Type reference (TYPE) | LTT_INSTANCE | 20080201 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Protected | Constructor | Constructor | 20080201 | |
| 2 | Static method | Protected | Method | Get an instance of IF_ESH_IF_OBJECT_ITERATOR_TIME | 20080201 |
Events
Class CL_ESH_IF_DATA_PROVIDER_CPOINT has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | LST_INSTANCE | Private | See coding | 20080201 | BEGIN OF lst_instance,
object_type_id TYPE esh_e_om_object_type,
home_software_component TYPE esh_e_om_sysrel,
instance TYPE REF TO if_esh_if_object_iterator_time,
END OF lst_instance
|
||
| 2 | LTT_INSTANCE | Private | See coding | 20080201 | ltt_instance TYPE SORTED TABLE OF lst_instance WITH UNIQUE KEY object_type_id home_software_component
|
Method Signatures
Method CONSTRUCTOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IR_OBJECT_DATA_BY_ID | Call by reference | Object reference (TYPE REF TO) | IF_ESH_IF_OBJECT_DATA_BY_ID | Object data by list of object ids | 20080201 | |||
| 2 | IV_HOME_SOFTWARE_COMPONENT | Call by reference | Type reference (TYPE) | ESH_E_OM_SYSREL | Home Software Component | 20090127 | |||
| 3 | IV_OBJECT_TYPE_ID | Call by reference | Type reference (TYPE) | ESH_E_OM_OBJECT_TYPE | Object Type | 20080201 |
Method CONSTRUCTOR on class CL_ESH_IF_DATA_PROVIDER_CPOINT has no exception.
Method GET_OBJECT_ITERATOR_TIME Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IR_CONNECTIVITY | Call by reference | Object reference (TYPE REF TO) | CL_ESH_ADM_ANY_CONNECTIVITY | Connectivity details | 20080201 | |||
| 2 | IR_OBJECT_DATA_BY_ID | Call by reference | Object reference (TYPE REF TO) | IF_ESH_IF_OBJECT_DATA_BY_ID | Object data by list of object ids | 20080201 | |||
| 3 | IV_HOME_SOFTWARE_COMPONENT | Call by reference | Type reference (TYPE) | ESH_E_OM_SYSREL | Home Software Component | 20090127 | |||
| 4 | IV_OBJECT_TYPE_ID | Call by reference | Type reference (TYPE) | ESH_E_OM_OBJECT_TYPE | Object Type | 20080201 | |||
| 5 | RR_OBJECT_ITERATOR_TIME | Value transfer | Object reference (TYPE REF TO) | IF_ESH_IF_OBJECT_ITERATOR_TIME | Object data iterator by last timestamp | 20080201 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Interface not supported | 20080201 | ||
| 2 | General error in provider | 20080201 | ||
| 3 | Provided ID is unknown | 20080201 |
History
| Last changed by/on | SAP | 20110908 |
| SAP Release Created in | 711 |