/AWS1/CL_WSPSTORAGECONNECTOR¶
Describes the storage connector.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_connectortype TYPE /AWS1/WSPSTORAGECNCTORTYPEENUM /AWS1/WSPSTORAGECNCTORTYPEENUM¶
The type of connector used to save user files.
iv_status TYPE /AWS1/WSPSTRGCNCTORSTATUSENUM /AWS1/WSPSTRGCNCTORSTATUSENUM¶
Indicates if the storage connetor is enabled or disabled.
Queryable Attributes¶
ConnectorType¶
The type of connector used to save user files.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CONNECTORTYPE() |
Getter for CONNECTORTYPE, with configurable default |
ASK_CONNECTORTYPE() |
Getter for CONNECTORTYPE w/ exceptions if field has no value |
HAS_CONNECTORTYPE() |
Determine if CONNECTORTYPE has a value |
Status¶
Indicates if the storage connetor is enabled or disabled.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_STATUS() |
Getter for STATUS, with configurable default |
ASK_STATUS() |
Getter for STATUS w/ exceptions if field has no value |
HAS_STATUS() |
Determine if STATUS has a value |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_STORAGECONNECTORS¶
TYPES TT_STORAGECONNECTORS TYPE STANDARD TABLE OF REF TO /AWS1/CL_WSPSTORAGECONNECTOR WITH DEFAULT KEY
.