SAP ABAP Class IF_HTTP_WEBDAV_RESOURCE (WebDAV Resource)
Meta Relationship - Used By
# | Relationship type | Used by | Short Description | Created on |
---|---|---|---|---|
1 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_CPRO_WEBDAV_RESOURCE | WebDAV Object (Abstract) | 20050320 |
2 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_HWR_SKWF_RESOURCE | SKWF WebDAV Resource Object | 20000821 |
3 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_NWECM_WEBDAV_RESOURCE | Web Dav Resource for Test | 20080701 |
4 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_RCM_WEBDAV_RESOURCE | RCM WebDAV Resource (Abstract) | 20040907 |
5 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_SRM_WEBDAV_RESOURCE_BDV | WebDAV Resource for RM Document Client | 20020911 |
Properties
Class | IF_HTTP_WEBDAV_RESOURCE | |
Short Description | WebDAV Resource | |
Super Class | ||
Instantiability of a Class | 2 | Public |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | ||
Created | 20000525 | SAP |
Last change | 00000000 | 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 IF_HTTP_WEBDAV_RESOURCE has no interface implemented.
Friends
Class IF_HTTP_WEBDAV_RESOURCE has no friend class.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
Constant | Public | Type reference (TYPE) | CHAR10 | '1' | Dav compliance class 1 | 20000726 | |
2 | ![]() |
Constant | Public | Type reference (TYPE) | CHAR10 | '2' | Dav compliance class 2 | 20000726 | |
3 | ![]() |
Constant | Public | Type reference (TYPE) | SKWHC_REQUEST_DEPTH_T | '1' | Propfind Depth Collection | 20000726 | |
4 | ![]() |
Constant | Public | Type reference (TYPE) | SKWHC_REQUEST_DEPTH_T | 'I' | Propfind Depth Infinite | 20000726 | |
5 | ![]() |
Constant | Public | Type reference (TYPE) | SKWHC_REQUEST_DEPTH_T | '0' | Propfind Depth Objekt | 20000726 | |
6 | ![]() |
Constant | Public | Type reference (TYPE) | CHAR1 | 'C' | Resource Type Directory | 20000726 | |
7 | ![]() |
Constant | Public | Type reference (TYPE) | CHAR1 | 'R' | Resource Type Document | 20000726 | |
8 | ![]() |
Instance attribute | Public | Type reference (TYPE) | STRING | DAV Classes (CO_DAV_CLASS_...) | 20000614 | ||
9 | ![]() |
Instance attribute | Public | Type reference (TYPE) | STRING | ETag | 20000710 | ||
10 | ![]() |
Instance attribute | Public | Type reference (TYPE) | BOOLEAN | False = Zero Response | 20000525 | ||
11 | ![]() |
Instance attribute | Public | Type reference (TYPE) | CHAR1 | Type (CO_RT_...) | 20000525 | ||
12 | ![]() |
Instance attribute | Public | Type reference (TYPE) | STRING | Relative URL | 20000525 | ||
13 | ![]() |
Instance attribute | Public | Type reference (TYPE) | STRING | URL | 20000615 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Public | Method | Copy of Resource (COPY Request) | 20000525 |
2 | ![]() |
Instance method | Public | Method | Unknown Action (...-Request) | 20000525 |
3 | ![]() |
Instance method | Public | Method | Deletion of Resource (DELETE-Request) | 20000525 |
4 | ![]() |
Instance method | Public | Method | Documents of Resource (GET Request) | 20000703 |
5 | ![]() |
Instance method | Public | Method | Current Lock | 20000712 |
6 | ![]() |
Instance method | Public | Method | Children | 20000602 |
7 | ![]() |
Instance method | Public | Method | Contents Size in Bytes | 20000821 |
8 | ![]() |
Instance method | Public | Method | Mime Type of Content | 20000821 |
9 | ![]() |
Instance method | Public | Method | Creation Date | 20000824 |
10 | ![]() |
Instance method | Public | Method | Display name | 20000821 |
11 | ![]() |
Instance method | Public | Method | Changed On | 20000824 |
12 | ![]() |
Instance method | Public | Method | Possibility of Lock | 20000712 |
13 | ![]() |
Instance method | Public | Method | GET Without Body (HEAD-Request) | 20000629 |
14 | ![]() |
Instance method | Public | Method | Lock of Resource (LOCK-Request) | 20000525 |
15 | ![]() |
Instance method | Public | Method | Creates a Folder under URL (MKCOL Request) | 20000614 |
16 | ![]() |
Instance method | Public | Method | Move of Resource (MOVE-Request) | 20000525 |
17 | ![]() |
Instance method | Public | Method | Possible Actions (OPTIONS-Request) | 20000615 |
18 | ![]() |
Instance method | Public | Method | (POST Request) | 20000525 |
19 | ![]() |
Instance method | Public | Method | Read Properties of Resourse (PROFIND Request) | 20000703 |
20 | ![]() |
Instance method | Public | Method | Set Properties of Resource (PROPPATCH-Request) | 20000703 |
21 | ![]() |
Instance method | Public | Method | Creates a New Document under URL (PUT Request) | 20000615 |
22 | ![]() |
Instance method | Public | Method | Reset a Lock (UNLOCK-Request) | 20000525 |
Events
Class IF_HTTP_WEBDAV_RESOURCE has no event.
Types
Class IF_HTTP_WEBDAV_RESOURCE has no local type.
Method Signatures
Method COPY Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
DEPTH | Call by reference | Type reference (TYPE) | SKWHC_REQUEST_DEPTH_T | Tiefe der Operation | 20000926 | ||
2 | ![]() |
DST_URL | Call by reference | Type reference (TYPE) | STRING | Internal Destination URL | 20000727 | ||
3 | ![]() |
OVERWRITE | Call by reference | Type reference (TYPE) | BOOLEAN | Überschreiben | 20000926 | ||
4 | ![]() |
SERVER | Call by reference | Object reference (TYPE REF TO) | IF_HTTP_SERVER | HTTP Server Abstraction | 20000727 | ||
5 | ![]() |
URL | Call by reference | Type reference (TYPE) | STRING | URL | 20000727 |
Method COPY on class IF_HTTP_WEBDAV_RESOURCE has no exception.
Method CUSTOM_REQUEST Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
SERVER | Call by reference | Object reference (TYPE REF TO) | IF_HTTP_SERVER | HTTP Server Abstraction | 20000727 | ||
2 | ![]() |
URL | Call by reference | Type reference (TYPE) | STRING | URL | 20000727 |
Method CUSTOM_REQUEST on class IF_HTTP_WEBDAV_RESOURCE has no exception.
Method DELETE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
SERVER | Call by reference | Object reference (TYPE REF TO) | IF_HTTP_SERVER | HTTP Server Abstraction | 20000615 | ||
2 | ![]() |
URL | Call by reference | Type reference (TYPE) | STRING | URL | 20000615 |
Method DELETE on class IF_HTTP_WEBDAV_RESOURCE has no exception.
Method GET Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
SERVER | Call by reference | Object reference (TYPE REF TO) | IF_HTTP_SERVER | HTTP Server Abstraction | 20000703 | ||
2 | ![]() |
URL | Call by reference | Type reference (TYPE) | STRING | Request URL | 20000703 |
Method GET on class IF_HTTP_WEBDAV_RESOURCE has no exception.
Method GET_ACTIVELOCK Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ACTIVELOCK | Value transfer | Object reference (TYPE REF TO) | CL_HTTP_WEBDAV_ACTIVELOCK | SKWF WEBDAV Activelock Element | 20000712 |
Method GET_ACTIVELOCK on class IF_HTTP_WEBDAV_RESOURCE has no exception.
Method GET_CHILDREN Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
CHILDREN | Call by reference | Type reference (TYPE) | SKWH_HTTP_WEBDAV_RESOURCE_TAB | WEBDAV Resource-Objekte | 20000602 |
Method GET_CHILDREN on class IF_HTTP_WEBDAV_RESOURCE has no exception.
Method GET_CONTENTLENGTH Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RVAL | Value transfer | Type reference (TYPE) | I | 20000821 |
Method GET_CONTENTLENGTH on class IF_HTTP_WEBDAV_RESOURCE has no exception.
Method GET_CONTENTTYPE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RVAL | Value transfer | Type reference (TYPE) | STRING | 20000821 |
Method GET_CONTENTTYPE on class IF_HTTP_WEBDAV_RESOURCE has no exception.
Method GET_CREATIONDATE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RVAL | Value transfer | Type reference (TYPE) | CHAR14 | Erzeugedatum | 20000824 |
Method GET_CREATIONDATE on class IF_HTTP_WEBDAV_RESOURCE has no exception.
Method GET_DISPLAYNAME Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RVAL | Value transfer | Type reference (TYPE) | STRING | 20000821 |
Method GET_DISPLAYNAME on class IF_HTTP_WEBDAV_RESOURCE has no exception.
Method GET_LASTMODIFIED Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RVAL | Value transfer | Type reference (TYPE) | CHAR14 | Änderungsdatum | 20000824 |
Method GET_LASTMODIFIED on class IF_HTTP_WEBDAV_RESOURCE has no exception.
Method GET_LOCKENTRY Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
LOCKENTRY | Value transfer | Object reference (TYPE REF TO) | CL_HTTP_WEBDAV_LOCKENTRY | SKWF WEBDAV Sperreintrag | 20000712 |
Method GET_LOCKENTRY on class IF_HTTP_WEBDAV_RESOURCE has no exception.
Method HEAD Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
SERVER | Call by reference | Object reference (TYPE REF TO) | IF_HTTP_SERVER | HTTP Server Abstraction | 20000629 | ||
2 | ![]() |
URL | Call by reference | Type reference (TYPE) | STRING | Url | 20000629 |
Method HEAD on class IF_HTTP_WEBDAV_RESOURCE has no exception.
Method LOCK Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ACTIVELOCK | Call by reference | Object reference (TYPE REF TO) | CL_HTTP_WEBDAV_ACTIVELOCK | SKWF WEBDAV Activelock Element | 20000629 | ||
2 | ![]() |
LOCKINFO | Call by reference | Object reference (TYPE REF TO) | CL_HTTP_WEBDAV_LOCKINFO | SKWF WEBDAV Lockinfo | 20000629 | ||
3 | ![]() |
SERVER | Call by reference | Object reference (TYPE REF TO) | IF_HTTP_SERVER | HTTP Server Abstraction | 20000629 |
Method LOCK on class IF_HTTP_WEBDAV_RESOURCE has no exception.
Method MKCOL Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
SERVER | Call by reference | Object reference (TYPE REF TO) | IF_HTTP_SERVER | HTTP Server Abstraction | 20000615 | ||
2 | ![]() |
URL | Call by reference | Type reference (TYPE) | STRING | URL | 20000615 |
Method MKCOL on class IF_HTTP_WEBDAV_RESOURCE has no exception.
Method MOVE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
DST_URL | Call by reference | Type reference (TYPE) | STRING | Destination URL | 20000718 | ||
2 | ![]() |
OVERWRITE | Call by reference | Type reference (TYPE) | BOOLEAN | Überschreiben | 20000926 | ||
3 | ![]() |
SERVER | Call by reference | Object reference (TYPE REF TO) | IF_HTTP_SERVER | HTTP Server Abstraction | 20000718 | ||
4 | ![]() |
URL | Call by reference | Type reference (TYPE) | STRING | URL | 20000718 |
Method MOVE on class IF_HTTP_WEBDAV_RESOURCE has no exception.
Method OPTIONS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RVAL | Value transfer | Type reference (TYPE) | STRING | Mögliche Aktionen | 20000615 |
Method OPTIONS on class IF_HTTP_WEBDAV_RESOURCE has no exception.
Method POST Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
SERVER | Call by reference | Object reference (TYPE REF TO) | IF_HTTP_SERVER | HTTP Server Abstraction | 20000727 | ||
2 | ![]() |
URL | Call by reference | Type reference (TYPE) | STRING | URL | 20000825 |
Method POST on class IF_HTTP_WEBDAV_RESOURCE has no exception.
Method PROPFIND Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
DEPTH | Call by reference | Type reference (TYPE) | SKWHC_REQUEST_DEPTH_T | Tiefe der zu lesenden Properties (siehe WEBDAV Doku) | 20000703 | ||
2 | ![]() |
NAMES_ONLY | Call by reference | Type reference (TYPE) | BOOLEAN | 'X'= nur die Namen der Properties | 20000703 | ||
3 | ![]() |
PROPERTIES_REQUEST | Call by reference | Type reference (TYPE) | SKWH_HTTP_WEBDAV_PROPERTY_TAB | WEBDAV Properties, 0=all | 20000703 | ||
4 | ![]() |
PROPERTIES_RESULT | Call by reference | Type reference (TYPE) | SKWH_HTTP_WEBDAV_PROPERTY_TAB | WEBDAV Properties | 20000703 | ||
5 | ![]() |
SERVER | Call by reference | Object reference (TYPE REF TO) | IF_HTTP_SERVER | HTTP Server Abstraction | 20000703 |
Method PROPFIND on class IF_HTTP_WEBDAV_RESOURCE has no exception.
Method PROPPATCH Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
PROPERTIES_REQUEST | Call by reference | Type reference (TYPE) | SKWH_HTTP_WEBDAV_PROPERTY_TAB | WEBDAV Properties | 20000731 | ||
2 | ![]() |
PROPERTIES_RESULT | Call by reference | Type reference (TYPE) | SKWH_HTTP_WEBDAV_PROPERTY_TAB | WEBDAV Properties | 20000731 | ||
3 | ![]() |
SERVER | Call by reference | Object reference (TYPE REF TO) | IF_HTTP_SERVER | HTTP Server Abstraction | 20000731 |
Method PROPPATCH on class IF_HTTP_WEBDAV_RESOURCE has no exception.
Method PUT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
SERVER | Call by reference | Object reference (TYPE REF TO) | IF_HTTP_SERVER | HTTP Server Abstraction | 20000616 | ||
2 | ![]() |
URL | Call by reference | Type reference (TYPE) | STRING | URL | 20000616 |
Method PUT on class IF_HTTP_WEBDAV_RESOURCE has no exception.
Method UNLOCK Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
SERVER | Call by reference | Object reference (TYPE REF TO) | IF_HTTP_SERVER | HTTP Server Abstraction | 20000705 |
Method UNLOCK on class IF_HTTP_WEBDAV_RESOURCE has no exception.
History
Last changed by/on | SAP | 00000000 |
SAP Release Created in |