SAP ABAP Class /IWWRK/CL_DT_PROV_DB_ACCESS (Methods for retrieving task provider customization info)
Hierarchy
☛
SAP_GWFND (Software Component) SAP Gateway Foundation
⤷
OPU-BSE-WFM (Application Component) Gateway Business Workflow enablement
⤷
/IWWRK/WF_ODC_DESIGNTIME (Package) Workflow ODC Runtime for Gateway - Design Time
⤷
⤷
Properties
| Class | /IWWRK/CL_DT_PROV_DB_ACCESS | |
| Short Description | Methods for retrieving task provider customization info | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | /IWWRK/WF_ODC_DESIGNTIME | Workflow ODC Runtime for Gateway - Design Time |
| Created | 20110621 | SAP |
| Last change | 20130531 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
| # | Type group / Object type | Type | Type Description |
|---|---|---|---|
| 1 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
Class /IWWRK/CL_DT_PROV_DB_ACCESS has no interface implemented.
Friends
Class /IWWRK/CL_DT_PROV_DB_ACCESS has no friend class.
Attributes
Class /IWWRK/CL_DT_PROV_DB_ACCESS has no attribute.
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Static method | Public | Method | Get adapter class for task provider | 20110621 | |
| 2 | Static method | Public | Method | Get all task providers | 20110621 | |
| 3 | Static method | Public | Method | Get services for multiple providers | 20110623 | |
| 4 | Static method | Public | Method | Get services for multiple unique IDs | 20110623 | |
| 5 | Static method | Public | Method | Get services for provider | 20110622 | |
| 6 | Static method | Public | Method | Get services and their UIDs for provider | 20110623 |
Events
Class /IWWRK/CL_DT_PROV_DB_ACCESS has no event.
Types
Class /IWWRK/CL_DT_PROV_DB_ACCESS has no local type.
Method Signatures
Method GET_ADAPTER_CLASS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EV_ADAPTER_CLASS | Call by reference | Type reference (TYPE) | SEOCLSNAME | Object Type Name | 20110621 | |||
| 2 | IV_ADAPTER_TYPE | Call by reference | Type reference (TYPE) | /IWWRK/WF_PROV_ADAPTER_TYPE | Workflow Task Provider Adapter Class Type | 20110621 | |||
| 3 | IV_PROVIDER_ID | Call by reference | Type reference (TYPE) | /IWWRK/WF_PROVIDER_ID | Workflow task provider ID | 20110621 |
Method GET_ADAPTER_CLASS on class /IWWRK/CL_DT_PROV_DB_ACCESS has no exception.
Method GET_PROVIDERS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_PROVIDER_TAB | Call by reference | Type reference (TYPE) | /IWWRK/T_WF_PROVIDER | Table of Providers | 20110621 | |||
| 2 | IV_ONLY_ACTIVE | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_TRUE | Only active providers | 20110622 |
Method GET_PROVIDERS on class /IWWRK/CL_DT_PROV_DB_ACCESS has no exception.
Method GET_SERVICES_FOR_MULT_PROVS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_DEFAULT_SERVICES | Call by reference | Type reference (TYPE) | /IWWRK/T_DEFAULT_SERVICE | Default services for providers | 20110623 | |||
| 2 | ET_SERVICES | Call by reference | Type reference (TYPE) | /IWWRK/T_PROV_SERVICE | Services | 20110623 | |||
| 3 | IT_PROVIDERS | Call by reference | Type reference (TYPE) | /IWWRK/T_WF_PROVIDER | Table of Providers | 20110623 |
Method GET_SERVICES_FOR_MULT_PROVS on class /IWWRK/CL_DT_PROV_DB_ACCESS has no exception.
Method GET_SERVICES_FOR_MULT_UIDS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_SERVICES | Call by reference | Type reference (TYPE) | /IWWRK/T_SERVICE | Services | 20110623 | |||
| 2 | IT_UNIQUE_IDS | Call by reference | Type reference (TYPE) | /IWWRK/T_SERVICE_UNIQUE_IDS | Unique IDs to identify services for task providers | 20110623 | |||
| 3 | IV_PROVIDER_ID | Call by reference | Type reference (TYPE) | /IWWRK/WF_PROVIDER_ID | Workflow task provider ID | 20110623 |
Method GET_SERVICES_FOR_MULT_UIDS on class /IWWRK/CL_DT_PROV_DB_ACCESS has no exception.
Method GET_SERVICES_FOR_PROVIDER Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ES_DEFAULT_SERVICE | Call by reference | Type reference (TYPE) | /IWWRK/S_SERVICE | Service for task provider | 20110623 | |||
| 2 | ET_SERVICES | Call by reference | Type reference (TYPE) | /IWWRK/T_SERVICE | Services for task providers | 20110622 | |||
| 3 | IV_PROVIDER_ID | Call by reference | Type reference (TYPE) | /IWWRK/WF_PROVIDER_ID | Workflow task provider ID | 20110622 |
Method GET_SERVICES_FOR_PROVIDER on class /IWWRK/CL_DT_PROV_DB_ACCESS has no exception.
Method GET_SERVICES_UIDS_FOR_PROVIDER Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_SERVICES_UIDS | Call by reference | Type reference (TYPE) | /IWWRK/T_PROV_SERVICE | Services for task providers | 20110623 | |||
| 2 | IV_PROVIDER_ID | Call by reference | Type reference (TYPE) | /IWWRK/WF_PROVIDER_ID | 20110623 |
Method GET_SERVICES_UIDS_FOR_PROVIDER on class /IWWRK/CL_DT_PROV_DB_ACCESS has no exception.
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in | 200 |