/AWS1/CL_KFCCUSTPLUGINREVISI00¶
Details about the revision of a custom plugin.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_contenttype TYPE /AWS1/KFCCUSTOMPLUGINCONTTYPE /AWS1/KFCCUSTOMPLUGINCONTTYPE¶
The format of the plugin file.
iv_creationtime TYPE /AWS1/KFC__TIMESTAMPISO8601 /AWS1/KFC__TIMESTAMPISO8601¶
The time that the custom plugin was created.
iv_description TYPE /AWS1/KFC__STRING /AWS1/KFC__STRING¶
The description of the custom plugin.
io_filedescription TYPE REF TO /AWS1/CL_KFCCUSTPLUGINFILEDESC /AWS1/CL_KFCCUSTPLUGINFILEDESC¶
Details about the custom plugin file.
io_location TYPE REF TO /AWS1/CL_KFCCUSTPLUGINLOCDESC /AWS1/CL_KFCCUSTPLUGINLOCDESC¶
Information about the location of the custom plugin.
iv_revision TYPE /AWS1/KFC__LONG /AWS1/KFC__LONG¶
The revision of the custom plugin.
Queryable Attributes¶
contentType¶
The format of the plugin file.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CONTENTTYPE() |
Getter for CONTENTTYPE, with configurable default |
ASK_CONTENTTYPE() |
Getter for CONTENTTYPE w/ exceptions if field has no value |
HAS_CONTENTTYPE() |
Determine if CONTENTTYPE has a value |
creationTime¶
The time that the custom plugin was created.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CREATIONTIME() |
Getter for CREATIONTIME, with configurable default |
ASK_CREATIONTIME() |
Getter for CREATIONTIME w/ exceptions if field has no value |
HAS_CREATIONTIME() |
Determine if CREATIONTIME has a value |
description¶
The description of the custom plugin.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DESCRIPTION() |
Getter for DESCRIPTION, with configurable default |
ASK_DESCRIPTION() |
Getter for DESCRIPTION w/ exceptions if field has no value |
HAS_DESCRIPTION() |
Determine if DESCRIPTION has a value |
fileDescription¶
Details about the custom plugin file.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_FILEDESCRIPTION() |
Getter for FILEDESCRIPTION |
location¶
Information about the location of the custom plugin.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_LOCATION() |
Getter for LOCATION |
revision¶
The revision of the custom plugin.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_REVISION() |
Getter for REVISION |