/AWS1/CL_CNKSLACONFIGURATION¶
Represents an SLA configuration.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_name TYPE /AWS1/CNKSLANAME /AWS1/CNKSLANAME¶
Name of an SLA.
iv_type TYPE /AWS1/CNKSLATYPE /AWS1/CNKSLATYPE¶
Type of SLA.
iv_status TYPE /AWS1/CNKSLASTATUS /AWS1/CNKSLASTATUS¶
Status of an SLA.
iv_targettime TYPE /AWS1/CNKSLATARGETTIME /AWS1/CNKSLATARGETTIME¶
Target time by which an SLA should be completed.
Optional arguments:¶
iv_fieldid TYPE /AWS1/CNKFIELDID /AWS1/CNKFIELDID¶
Unique identifier of a field.
it_targetfieldvalues TYPE /AWS1/CL_CNKFIELDVALUEUNION=>TT_SLAFIELDVALUEUNIONLIST TT_SLAFIELDVALUEUNIONLIST¶
Represents a list of target field values for the fieldId specified in SlaConfiguration.
iv_completiontime TYPE /AWS1/CNKSLACOMPLETIONTIME /AWS1/CNKSLACOMPLETIONTIME¶
Time at which an SLA was completed.
Queryable Attributes¶
name¶
Name of an SLA.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_NAME() |
Getter for NAME, with configurable default |
ASK_NAME() |
Getter for NAME w/ exceptions if field has no value |
HAS_NAME() |
Determine if NAME has a value |
type¶
Type of SLA.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TYPE() |
Getter for TYPE, with configurable default |
ASK_TYPE() |
Getter for TYPE w/ exceptions if field has no value |
HAS_TYPE() |
Determine if TYPE has a value |
status¶
Status of an SLA.
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 |
fieldId¶
Unique identifier of a field.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_FIELDID() |
Getter for FIELDID, with configurable default |
ASK_FIELDID() |
Getter for FIELDID w/ exceptions if field has no value |
HAS_FIELDID() |
Determine if FIELDID has a value |
targetFieldValues¶
Represents a list of target field values for the fieldId specified in SlaConfiguration.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TARGETFIELDVALUES() |
Getter for TARGETFIELDVALUES, with configurable default |
ASK_TARGETFIELDVALUES() |
Getter for TARGETFIELDVALUES w/ exceptions if field has no v |
HAS_TARGETFIELDVALUES() |
Determine if TARGETFIELDVALUES has a value |
targetTime¶
Target time by which an SLA should be completed.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TARGETTIME() |
Getter for TARGETTIME, with configurable default |
ASK_TARGETTIME() |
Getter for TARGETTIME w/ exceptions if field has no value |
HAS_TARGETTIME() |
Determine if TARGETTIME has a value |
completionTime¶
Time at which an SLA was completed.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_COMPLETIONTIME() |
Getter for COMPLETIONTIME, with configurable default |
ASK_COMPLETIONTIME() |
Getter for COMPLETIONTIME w/ exceptions if field has no valu |
HAS_COMPLETIONTIME() |
Determine if COMPLETIONTIME has a value |