SAP ABAP Class CL_SWF_DL_CONF_DB (Workflow: DB Access class)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-BMT-WFM (Application Component) SAP Business Workflow
     SWF_DEADL_CONF (Package) Workflow: Deadline configuration
Properties
Class CL_SWF_DL_CONF_DB  
Short Description Workflow: DB Access class    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package SWF_DEADL_CONF   Workflow: Deadline configuration 
Created 20091202   SAP 
Last change 20110908   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 ABAP Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
Class CL_SWF_DL_CONF_DB has no interface implemented.
Friends
Class CL_SWF_DL_CONF_DB has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 GO_INSTANCE Static Attribute Private Object reference (TYPE REF TO) CL_SWF_DL_CONF_DB Workflow: DB Access class 20091202
2 M_CLIENT Instance attribute Private Type reference (TYPE) MANDT Client for read accesses (no CLIENT SPECIFIED for updates!) 20100204
Methods
# Method Level Visibility Method type Description Created on
1 DELETE_TASKSET Instance method Public Method delete task set 20091202
2 DELETE_TASKSET_ACTIVATION Instance method Public Method delete task set activation 20091216
3 DELETE_TASKSET_ASSIGNMENT Instance method Public Method delete task set assignment 20091216
4 GET_ACTIVE_TASK_SET Static method Public Method get active task sets for the given task sets 20091230
5 GET_CONFIGURATION Static method Public Method get the configuration pertain to the task set 20100201
6 GET_INSTANCE Static method Public Method get DB class instance 20091202
7 GET_TASKS_BY_TASK_SET Static method Public Method get all the tasks associated with the task set 20091226
8 GET_TASK_SET_BY_TASK Static method Public Method get task sets that are associated with task 20091229
9 IS_JOB_EXIST Static method Public Method job exits in db 20100201
10 IS_TASK_SET_ACTIVE Static method Public Method task set is active or not 20091229
11 IS_TASK_SET_EXIST Static method Public Method task set exits in db 20091229
12 QUERY_ALL_ACTIVATED_TASKSET Instance method Public Method get all the activated task set & job details 20091202
13 QUERY_ALL_TASKSET Instance method Public Method get all the task sets 20091202
14 QUERY_ALL_TASKSET_ASSIGNMENT Instance method Public Method get all the task set assigments 20091202
15 UPDATE_TASKSET Instance method Public Method update task set 20091202
16 UPDATE_TASKSET_ACTIVATION Instance method Public Method update task set activation 20091216
17 UPDATE_TASKSET_ASSIGNMENT Instance method Public Method update task set assignment 20091216
Events
Class CL_SWF_DL_CONF_DB has no event.
Types
Class CL_SWF_DL_CONF_DB has no local type.
Method Signatures

Method DELETE_TASKSET Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_TASK_SET Call by reference Type reference (TYPE) SWFDLCONFIG_T workflow: task set table type 20091223

Method DELETE_TASKSET on class CL_SWF_DL_CONF_DB has no exception.

Method DELETE_TASKSET_ACTIVATION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_TASK_SET_ACTIVATION Call by reference Type reference (TYPE) SWFDLJOB_T 20091228

Method DELETE_TASKSET_ACTIVATION on class CL_SWF_DL_CONF_DB has no exception.

Method DELETE_TASKSET_ASSIGNMENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_TASK_SET_ASSIGNMENT Call by reference Type reference (TYPE) SWFDLCONFIG2TASK_T 20091223

Method DELETE_TASKSET_ASSIGNMENT on class CL_SWF_DL_CONF_DB has no exception.

Method GET_ACTIVE_TASK_SET Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_TASK_SET_ID Call by reference Type reference (TYPE) SWFDLCONFIGID_T Human readable configuration id table type 20091230
2 Returning RT_ACTIVE_TASK_SET Value transfer Type reference (TYPE) SWFDLJOB_T 20091230

Method GET_ACTIVE_TASK_SET on class CL_SWF_DL_CONF_DB has no exception.

Method GET_CONFIGURATION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_TASKSET Call by reference Type reference (TYPE) SWFDLCONFIG Workflow: Deadline configuration 20100201
2 Exporting ES_TASKSET_ACTIVE Call by reference Type reference (TYPE) SWFDLJOB Workflow: Active jobs for special deadline handling 20100201
3 Exporting ET_TASKSET_ASSIGN Call by reference Type reference (TYPE) SWFDLCONFIG2TASK_T Workflow: Configured tasks for special deadline handling 20100201
4 Importing IV_TASK_SET_ID Call by reference Type reference (TYPE) SWF_DL_CONFIG_ID Task Set 20100201

Method GET_CONFIGURATION on class CL_SWF_DL_CONF_DB has no exception.

Method GET_INSTANCE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_CLIENT Call by reference Type reference (TYPE) MANDT SY-MANDT Client 20100204
2 Returning RO_INSTANCE Value transfer Object reference (TYPE REF TO) CL_SWF_DL_CONF_DB Worflow: DB Access class 20091202

Method GET_INSTANCE on class CL_SWF_DL_CONF_DB has no exception.

Method GET_TASKS_BY_TASK_SET Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_TASK_SET_ID Call by reference Type reference (TYPE) SWFDLCONFIG-CONFIG_ID Workflow: Human Readable configuration ID 20091226
2 Returning RT_TASKS Value transfer Type reference (TYPE) SWFDLTASK_T 20091226

Method GET_TASKS_BY_TASK_SET on class CL_SWF_DL_CONF_DB has no exception.

Method GET_TASK_SET_BY_TASK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_TASK Call by reference Type reference (TYPE) SWW_TASK Task ID 20091229
2 Returning RT_TASK_SET_ID Value transfer Type reference (TYPE) SWFDLCONFIGID_T Human readable configuration id table type 20091229

Method GET_TASK_SET_BY_TASK on class CL_SWF_DL_CONF_DB has no exception.

Method IS_JOB_EXIST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_JOB Call by reference Type reference (TYPE) SWF_DL_JOB_NAME Job Name 20100201
2 Returning RV_EXIST Value transfer Type reference (TYPE) ABAP_BOOL 20100201

Method IS_JOB_EXIST on class CL_SWF_DL_CONF_DB has no exception.

Method IS_TASK_SET_ACTIVE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_TASK_SET_ID Call by reference Type reference (TYPE) SWFDLCONFIG-CONFIG_ID Workflow: Human Readable configuration ID 20091229
2 Returning RV_ACTIVE Value transfer Type reference (TYPE) ABAP_BOOL 20091229

Method IS_TASK_SET_ACTIVE on class CL_SWF_DL_CONF_DB has no exception.

Method IS_TASK_SET_EXIST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_TASK_SET_ID Call by reference Type reference (TYPE) SWFDLCONFIG-CONFIG_ID Workflow: Human Readable configuration ID 20091229
2 Returning RV_EXIST Value transfer Type reference (TYPE) ABAP_BOOL 20091229

Method IS_TASK_SET_EXIST on class CL_SWF_DL_CONF_DB has no exception.

Method QUERY_ALL_ACTIVATED_TASKSET Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RT_ACTIVE_TASKSET Value transfer Type reference (TYPE) SWFDLJOB_T Workflow: Task set activation table type 20091202

Method QUERY_ALL_ACTIVATED_TASKSET on class CL_SWF_DL_CONF_DB has no exception.

Method QUERY_ALL_TASKSET Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RT_TASK_SET Value transfer Type reference (TYPE) SWFDLCONFIG_T workflow: task set table type 20091202

Method QUERY_ALL_TASKSET on class CL_SWF_DL_CONF_DB has no exception.

Method QUERY_ALL_TASKSET_ASSIGNMENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RT_TASKSET_ASSIGNMENT Value transfer Type reference (TYPE) SWFDLCONFIG2TASK_T workflow: Task set assignments table type 20091202

Method QUERY_ALL_TASKSET_ASSIGNMENT on class CL_SWF_DL_CONF_DB has no exception.

Method UPDATE_TASKSET Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_TASK_SET Call by reference Type reference (TYPE) SWFDLCONFIG_T Workflow: Deadline configuration 20091223

Method UPDATE_TASKSET on class CL_SWF_DL_CONF_DB has no exception.

Method UPDATE_TASKSET_ACTIVATION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_TASK_SET_ACTIVATION Call by reference Type reference (TYPE) SWFDLJOB_T Workflow: Task set activation table type 20091228

Method UPDATE_TASKSET_ACTIVATION on class CL_SWF_DL_CONF_DB has no exception.

Method UPDATE_TASKSET_ASSIGNMENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_TASK_SET_ASSIGNMENT Call by reference Type reference (TYPE) SWFDLCONFIG2TASK_T workflow: Task set assignments table type 20091223

Method UPDATE_TASKSET_ASSIGNMENT on class CL_SWF_DL_CONF_DB has no exception.
History
Last changed by/on SAP  20110908 
SAP Release Created in 730