SAP ABAP Class CL_STW_MTH_ACT_GET_TASKS (Generated by SIW)
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 20120605
Properties
Class CL_STW_MTH_ACT_GET_TASKS  
Short Description Generated by SIW    
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 20120605   SAP 
Last change 20130531   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_STW_MTH_ACT_GET_TASKS has no forward declaration.
Interfaces
# Interface Abstract Final Description Created on
1 IF_CLB_METHOD_PROCESS Collaboration: Callback Methods for the Process Layer 20120605
Friends
Class CL_STW_MTH_ACT_GET_TASKS has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 GC_METHOD_NAME Constant Public Type reference (TYPE) CLB_PLATFORM_METHOD 'ACTIVITY_GET_TASKS' 20120605
2 MT_TASK_DATA Instance attribute Protected Type reference (TYPE) IF_STW_TASK_INTERNAL=>TT_TASK_DATA 20120605
3 MV_ACTIVITY_ID Instance attribute Protected Type reference (TYPE) STW_ACTIVITY_ID 20120605
Methods
# Method Level Visibility Method type Description Created on
1 GET_ACTIVITY_ID Instance method Public Method 20120605
2 GET_TASK_DATA Instance method Public Method 20120605
3 SET_ACTIVITY_ID Instance method Public Method 20120605
4 SET_TASK_DATA Instance method Public Method 20120605
Events
Class CL_STW_MTH_ACT_GET_TASKS has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TS_ASSIGNMENT Private See coding 20120711 BEGIN OF ts_assignment, participant TYPE if_stw_mth_common_types=>ts_user, status TYPE stw_task_status, updated_at TYPE xsddatetime_z, note TYPE string, END OF ts_assignment
2 TS_TASK_DATA Private See coding 20120711 BEGIN OF ts_task_data, task_id TYPE stw_task_id, creator TYPE if_stw_mth_common_types=>ts_user, created_at TYPE xsddatetime_z, updated_at TYPE xsddatetime_z, title TYPE stw_task_title, description TYPE stw_task_description, due_date TYPE string, activity_id TYPE stw_activity_id, assignments TYPE tt_assignment, END OF ts_task_data
3 TT_ASSIGNMENT Private See coding 20120711 tt_assignment TYPE STANDARD TABLE OF ts_assignment WITH DEFAULT KEY
4 TT_TASK_DATA Private See coding 20120711 tt_task_data TYPE STANDARD TABLE OF ts_task_data WITH DEFAULT KEY
Method Signatures

Method GET_ACTIVITY_ID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_ACTIVITY_ID Value transfer Type reference (TYPE) STW_ACTIVITY_ID 20120605

Method GET_ACTIVITY_ID on class CL_STW_MTH_ACT_GET_TASKS has no exception.

Method GET_TASK_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RT_TASK_DATA Value transfer Type reference (TYPE) IF_STW_TASK_INTERNAL=>TT_TASK_DATA 20120605

Method GET_TASK_DATA on class CL_STW_MTH_ACT_GET_TASKS has no exception.

Method SET_ACTIVITY_ID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_ACTIVITY_ID Call by reference Type reference (TYPE) STW_ACTIVITY_ID 20120605

Method SET_ACTIVITY_ID on class CL_STW_MTH_ACT_GET_TASKS has no exception.

Method SET_TASK_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_TASK_DATA Call by reference Type reference (TYPE) IF_STW_TASK_INTERNAL=>TT_TASK_DATA 20120605

Method SET_TASK_DATA on class CL_STW_MTH_ACT_GET_TASKS has no exception.
History
Last changed by/on SAP  20130531 
SAP Release Created in 740