SAP ABAP Class CL_ILM_STOR_WD_CMD (ILM Storage: WebDAV Abstract Commands)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-ILM-STO (Application Component) Integrated Data Base Archive Store
⤷
S_ILM_STOR_ACCESS_WD (Package) ILM Storage: Access Layer for WebDAV
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_ILM_STOR_WD_CMD | ILM Storage: WebDAV Command | 20130816 |
Meta Relationship - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | CL_ILM_STOR_WD_CMD_DELETE | ILM Storage: WebDAV Command DELETE Command | 20130816 |
| 2 | Inheritance (c INHERITING FROM c_ref) | CL_ILM_STOR_WD_CMD_GET | ILM Storage: WebDAV Command GET Command | 20130816 |
| 3 | Inheritance (c INHERITING FROM c_ref) | CL_ILM_STOR_WD_CMD_HEAD | ILM Storage: WebDAV Command HEAD Command | 20130816 |
| 4 | Inheritance (c INHERITING FROM c_ref) | CL_ILM_STOR_WD_CMD_MKCOL | ILM Storage: WebDAV Command MKCOL (Make Collection) Command | 20130816 |
| 5 | Inheritance (c INHERITING FROM c_ref) | CL_ILM_STOR_WD_CMD_OPTIONS | ILM Storage: WebDAV Command OPTIONS Command | 20130816 |
| 6 | Inheritance (c INHERITING FROM c_ref) | CL_ILM_STOR_WD_CMD_PROPFIND | ILM Storage: WebDAV Command PROPFIND Command | 20130816 |
| 7 | Inheritance (c INHERITING FROM c_ref) | CL_ILM_STOR_WD_CMD_PROPPATCH | ILM Storage: WebDAV Command PROPPATCH Command | 20130816 |
| 8 | Inheritance (c INHERITING FROM c_ref) | CL_ILM_STOR_WD_CMD_PUT | ILM Storage: WebDAV Command PUT Command | 20130816 |
| 9 | Inheritance (c INHERITING FROM c_ref) | CL_ILM_STOR_WD_MOCK_COMMAND | ILM DB Store: WebDAV Mock Up Command | 20130830 |
Properties
| Class | CL_ILM_STOR_WD_CMD | |
| Short Description | ILM Storage: WebDAV Abstract Commands | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | S_ILM_STOR_ACCESS_WD | ILM Storage: Access Layer for WebDAV |
| Created | 20130523 | SAP |
| Last change | 20140121 | 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
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | IF_ILM_STOR_WD_CMD | ILM Storage: WebDAV Command | 20130816 |
Friends
Class CL_ILM_STOR_WD_CMD has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Public | Object reference (TYPE REF TO) | IF_ILM_STOR_WD_REQUEST | Request service | 20130830 | |||
| 2 | Instance attribute | Public | Object reference (TYPE REF TO) | IF_ILM_STOR_WD_RESPONSE | Response service | 20130830 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | Close HTTP Connection | 20130816 | |
| 2 | Instance method | Protected | Method | Get and check URI | 20130816 | |
| 3 | Instance method | Protected | Method | WebDAV Command Processing Log | 20130816 |
Events
Class CL_ILM_STOR_WD_CMD has no event.
Types
Class CL_ILM_STOR_WD_CMD has no local type.
Method Signatures
Method CLOSE Signature
Method CLOSE on class CL_ILM_STOR_WD_CMD has no parameter.
Method CLOSE on class CL_ILM_STOR_WD_CMD has no exception.
Method EXIST_URI Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EV_EXIST | Call by reference | Type reference (TYPE) | ABAP_BOOL | Result of URI check | 20130903 | |||
| 2 | EV_TYPE | Call by reference | Type reference (TYPE) | ILM_STOR_RESS_TYPE | ILM Storage: Ressource Type | 20130816 | |||
| 3 | EV_URI | Call by reference | Type reference (TYPE) | ILM_STOR_URI | ILM Storage: URI | 20130816 | |||
| 4 | IO_REQUEST | Call by reference | Object reference (TYPE REF TO) | IF_ILM_STOR_WD_REQUEST | ILM Storage: WebDAV request service | 20130816 | |||
| 5 | IV_IS_COLLECTION | Call by reference | Type reference (TYPE) | ABAP_BOOL | Check URI as for collection | 20130816 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | ILM Storage: WebDAV root exception | 20130816 | ||
| 2 | ILM Storage: WebDAV dynamic exception | 20130816 |
Method LOG_PROCESSING Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_MSGNO | Call by reference | Type reference (TYPE) | SYMSGNO | Message Number | 20130816 | |||
| 2 | IV_MSGTY | Call by reference | Type reference (TYPE) | SYMSGTY | 'S' | Message Type | 20130816 | ||
| 3 | IV_MSGV1 | Call by reference | Type reference (TYPE) | SYMSGV | Message Variable | 20130816 | |||
| 4 | IV_MSGV2 | Call by reference | Type reference (TYPE) | SYMSGV | Message Variable | 20130816 | |||
| 5 | IV_MSGV3 | Call by reference | Type reference (TYPE) | SYMSGV | Message Variable | 20130816 | |||
| 6 | IV_MSGV4 | Call by reference | Type reference (TYPE) | SYMSGV | Message Variable | 20130816 |
Method LOG_PROCESSING on class CL_ILM_STOR_WD_CMD has no exception.
History
| Last changed by/on | SAP | 20140121 |
| SAP Release Created in | 740 |