SAP ABAP Class CL_SLMP_DC_TASK (DC Process Instance)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-INS-TC-RT (Application Component) Runtime for ABAP based automated TC
⤷
SLMP_RT (Package) SL Protocol Runtime
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | CL_SLMP_DC_GENERIC | Generic Superclass | 20120919 |
Properties
| Class | CL_SLMP_DC_TASK | |
| Short Description | DC Process Instance | |
| Super Class | CL_SLMP_DC_GENERIC | Generic Superclass |
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | SLMP_RT | SL Protocol Runtime |
| Created | 20120919 | SAP |
| Last change | 20140121 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_SLMP_DC_TASK has no forward declaration.
Interfaces
Class CL_SLMP_DC_TASK has no interface implemented.
Friends
| # | Friend | Modeled only | Created on | Description |
|---|---|---|---|---|
| 1 | CL_SLMP_DC_SET_TASK | 20120925 | DC Process Instance | |
| 2 | CL_SLMP_VALIDATION | 20121105 | Validates SL Protocol Implementation against model |
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Constant | Public | See coding | 20120919 | |||||
| 2 | Constant | Public | See coding | 20120919 | |||||
| 3 | Static Attribute | Public | See coding | 20121009 | |||||
| 4 | Instance attribute | Private | Type reference (TYPE) | GTY_STR_CONTAINER | 20120919 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | Clear attributes | 20120919 | |
| 2 | Instance method | Public | Method | Get single property | 20120924 | |
| 3 | Instance method | Public | Method | Set single property | 20120924 | |
| 4 | Static method | Protected | Method | Special name conversions to external | 20120925 |
Events
Class CL_SLMP_DC_TASK has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | GTY_SLP_TASKS_TYPES | Public | Type reference (TYPE) | STRING | 20121108 | |
|
| 2 | GTY_SLP_TASK_STATES | Public | Type reference (TYPE) | STRING | 20121108 | |
|
| 3 | GTY_STR_CONTAINER | Public | See coding | 20120928 | BEGIN OF gty_str_container,
* key
id TYPE string,
* non-key
location TYPE if_slmp_types=>gty_link_myself,
type TYPE gty_slp_tasks_types, "The type of the task."]
technicalname TYPE string, "Internal technical name of the task."]
displayname TYPE string, "Task name for the UI."];
description TYPE string, "Extended description of the task for the UI."];
status TYPE gty_slp_task_states,
parent TYPE if_slmp_types=>gty_link_myparent ,
startedat TYPE if_slmp_types=>gty_timestamp, "Start time. Can be omitted if the task wasn't started yet."];
finishedat TYPE if_slmp_types=>gty_timestamp, "End time. Can be omitted if the task wasn't finished yet."];
progress TYPE if_slmp_types=>gty_int, "Progress indicator in percentage. Can be omitted if not applicable. Must be specified for top level tasks."];
refreshrate TYPE if_slmp_types=>gty_int, "Optional hint for the client on the wait time between pool requests in seconds."];
logs TYPE string , "Optional Link to the task log in the logs collection."];
error TYPE string, "["Optional link to the corresponding error element in the errors collection in case the status is ERROR."];
version TYPE string, "["Optional link to the corresponding version element."];
END OF gty_str_container
|
||
| 4 | GTY_STR_PROPERTY | Public | See coding | 20120919 | BEGIN OF gty_str_property,
* key
id TYPE string,
* non-key
type TYPE gty_slp_tasks_types, "The type of the task."]
technicalname TYPE string, "Internal technical name of the task."]
displayname TYPE string, "Task name for the UI."];
description TYPE string, "Extended description of the task for the UI."];
status TYPE gty_slp_task_states,
parent TYPE if_slmp_types=>gty_link_myparent ,
startedat TYPE if_slmp_types=>gty_timestamp, "Start time. Can be omitted if the task wasn't started yet."];
finishedat TYPE if_slmp_types=>gty_timestamp, "End time. Can be omitted if the task wasn't finished yet."];
progress TYPE if_slmp_types=>gty_int, "Progress indicator in percentage. Can be omitted if not applicable. Must be specified for top level tasks."];
refreshrate TYPE if_slmp_types=>gty_int, "Optional hint for the client on the wait time between pool requests in seconds."];
END OF gty_str_property
|
Method Signatures
Method CLEAR Signature
Method CLEAR on class CL_SLMP_DC_TASK has no parameter.
Method CLEAR on class CL_SLMP_DC_TASK has no exception.
Method GET Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RS_DATA | Value transfer | Type reference (TYPE) | GTY_STR_PROPERTY | 20120924 |
Method GET on class CL_SLMP_DC_TASK has no exception.
Method SET Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IS_DATA | Call by reference | Type reference (TYPE) | GTY_STR_PROPERTY | 20120924 |
Method SET on class CL_SLMP_DC_TASK has no exception.
Method SPECIAL_NAMES_TO_EXTERNAL Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_NAME | Call by reference | Type reference (TYPE) | STRING | 20120925 | ||||
| 2 | RV_NAME | Value transfer | Type reference (TYPE) | STRING | 20120925 |
Method SPECIAL_NAMES_TO_EXTERNAL on class CL_SLMP_DC_TASK has no exception.
History
| Last changed by/on | SAP | 20140121 |
| SAP Release Created in | 740 |