SAP ABAP Class CL_STW_MTH_ITM_GET_BASE (Get Item Data Base Class)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-SRV-STW (Application Component) Social Media ABAP Integration Library
⤷
S_STW_OL_CLB_METHODS (Package) Collaboration Method Impl. for StreamWork (comp. mode)
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_CLB_METHOD_PROCESS | Collaboration: Callback Methods for the Process Layer | 20111116 |
Properties
| Class | CL_STW_MTH_ITM_GET_BASE | |
| Short Description | Get Item Data Base Class | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | S_STW_OL_CLB_METHODS | Collaboration Method Impl. for StreamWork (comp. mode) |
| Created | 20111116 | SAP |
| Last change | 20130531 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_STW_MTH_ITM_GET_BASE has no forward declaration.
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | IF_CLB_METHOD_PROCESS | Collaboration: Callback Methods for the Process Layer | 20111116 |
Friends
Class CL_STW_MTH_ITM_GET_BASE has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Protected | Type reference (TYPE) | TS_ITEM_DATA | 20111116 | ||||
| 2 | Instance attribute | Protected | Type reference (TYPE) | IF_STW_ITEM=>TV_ITEM_ID | 20111116 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Static method | Public | Method | 20111117 | ||
| 2 | Static method | Public | Method | obsolete | 20120412 | |
| 3 | Instance method | Public | Method | 20111116 | ||
| 4 | Instance method | Public | Method | 20111116 |
Events
Class CL_STW_MTH_ITM_GET_BASE has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TS_ACTIVITY | Public | See coding | 20111116 | BEGIN OF ts_activity,
name TYPE if_stw_activity=>tv_activity_name,
id TYPE if_stw_activity=>tv_activity_id,
END OF ts_activity
|
||
| 2 | TS_ITEM_DATA | Public | See coding | 20111116 | BEGIN OF ts_item_data,
name TYPE if_stw_item=>tv_item_name,
id TYPE if_stw_item=>tv_item_id,
locked TYPE xsdboolean,
activity TYPE ts_activity,
creator TYPE if_stw_mth_common_types=>ts_user,
created_at TYPE xsddatetime_z,
updated_by TYPE if_stw_mth_common_types=>ts_user,
updated_at TYPE xsddatetime_z,
description TYPE if_stw_item=>tv_item_description,
version TYPE if_stw_item=>tv_item_version,
item_type TYPE if_stw_item=>tv_item_type,
item_type_name TYPE if_stw_item=>tv_item_type_name,
comment_count TYPE if_stw_item=>tv_item_comment_count,
action_items_count TYPE if_stw_item=>tv_action_items_count,
references_count TYPE if_stw_item=>tv_references_count,
item_detail_xml TYPE if_stw_item=>tv_item_detail_xml,
END OF ts_item_data
|
Method Signatures
Method EXTRACT_GENERIC_DATA Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EV_DETAIL_XML | Call by reference | Type reference (TYPE) | IF_STW_ITEM=>TV_ITEM_DETAIL_XML | 20111117 | ||||
| 2 | IO_XML_READER | Call by reference | Object reference (TYPE REF TO) | IF_SXML_READER | 20111117 |
Method EXTRACT_GENERIC_DATA on class CL_STW_MTH_ITM_GET_BASE has no exception.
Method EXTRACT_TEXT_OR_FILE_DATA Signature
Method EXTRACT_TEXT_OR_FILE_DATA on class CL_STW_MTH_ITM_GET_BASE has no parameter.
Method EXTRACT_TEXT_OR_FILE_DATA on class CL_STW_MTH_ITM_GET_BASE has no exception.
Method GET_ITEM_DATA Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ES_ITEM_DATA | Call by reference | Type reference (TYPE) | TS_ITEM_DATA | 20111116 |
Method GET_ITEM_DATA on class CL_STW_MTH_ITM_GET_BASE has no exception.
Method SET_ITEM_ID Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_ITEM_ID | Call by reference | Type reference (TYPE) | STW_ITEM_ID | 20111116 |
Method SET_ITEM_ID on class CL_STW_MTH_ITM_GET_BASE has no exception.
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in | 732 |