SAP ABAP Class CL_STW_TASK (StreamWork Task)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-SRV-STW (Application Component) Social Media ABAP Integration Library
⤷
S_STW_OL_COMMON (Package) Common Objects and def. of the Object Layer (comp. mode)

⤷

⤷

Meta Relationship - Using
# | Relationship type | Using | Short Description | Created on |
---|---|---|---|---|
1 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_STW_TASK | StreamWork Task | 20120531 |
2 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_STW_TASK_INTERNAL | StreamWork Task | 20120531 |
Properties
Class | CL_STW_TASK | |
Short Description | StreamWork Task | |
Super Class | ||
Instantiability of a Class | 0 | Private |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | S_STW_OL_COMMON | Common Objects and def. of the Object Layer (comp. mode) |
Created | 20120531 | SAP |
Last change | 20130531 | SAP |
Shared Memory-enabled | ||
Fixed point arithmetic | ||
Unicode checks active |
Forward declarations
Class CL_STW_TASK has no forward declaration.
Interfaces
# | Interface | Abstract | Final | Description | Created on |
---|---|---|---|---|---|
1 | IF_STW_TASK | StreamWork Task | 20120531 | ||
2 | IF_STW_TASK_INTERNAL | StreamWork Task | 20120531 |
Friends
# | Friend | Modeled only | Created on | Description |
---|---|---|---|---|
1 | CL_STW_MODEL_FACTORY | 20120531 | StreamWork Model Factory |
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
Instance attribute | Private | Object reference (TYPE REF TO) | IF_STW_CONTROLLER | 20120531 | |||
2 | ![]() |
Instance attribute | Private | Type reference (TYPE) | TS_TASK_DATA | 20120601 | |||
3 | ![]() |
Instance attribute | Private | Type reference (TYPE) | ABAP_BOOL | 20120618 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Private | Constructor | 20120604 |
Events
Class CL_STW_TASK has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | TS_TASK_DATA | Private | See coding | 20120601 | BEGIN OF ts_task_data,
id TYPE stw_task_id,
activity_id TYPE stw_activity_id,
creator TYPE REF TO if_stw_user,
created_at TYPE timestamp,
updated_at TYPE timestamp,
title TYPE stw_task_title,
description TYPE stw_task_description,
due_date TYPE dats,
assignments TYPE if_stw_task=>tt_task_assignments,
END OF ts_task_data
|
Method Signatures
Method CONSTRUCTOR Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IO_CONTROLLER | Call by reference | Object reference (TYPE REF TO) | IF_STW_CONTROLLER | 20120604 |
Method CONSTRUCTOR on class CL_STW_TASK has no exception.
History
Last changed by/on | SAP | 20130531 |
SAP Release Created in | 740 |