/AWS1/CL_CTTCONTROLOPERATION¶
An operation performed by the control.
CONSTRUCTOR
¶
IMPORTING¶
Optional arguments:¶
iv_operationtype
TYPE /AWS1/CTTCONTROLOPERATIONTYPE
/AWS1/CTTCONTROLOPERATIONTYPE
¶
One of
ENABLE_CONTROL
orDISABLE_CONTROL
.
iv_starttime
TYPE /AWS1/CTTTIMESTAMP
/AWS1/CTTTIMESTAMP
¶
The time that the operation began.
iv_endtime
TYPE /AWS1/CTTTIMESTAMP
/AWS1/CTTTIMESTAMP
¶
The time that the operation finished.
iv_status
TYPE /AWS1/CTTCONTROLOPSTATUS
/AWS1/CTTCONTROLOPSTATUS
¶
One of
IN_PROGRESS
,SUCEEDED
, orFAILED
.
iv_statusmessage
TYPE /AWS1/CTTSTRING
/AWS1/CTTSTRING
¶
If the operation result is
FAILED
, this string contains a message explaining why the operation failed.
iv_operationidentifier
TYPE /AWS1/CTTOPERATIONIDENTIFIER
/AWS1/CTTOPERATIONIDENTIFIER
¶
The identifier of the specified operation.
iv_controlidentifier
TYPE /AWS1/CTTCONTROLIDENTIFIER
/AWS1/CTTCONTROLIDENTIFIER
¶
The
controlIdentifier
of the control for the operation.
iv_targetidentifier
TYPE /AWS1/CTTTARGETIDENTIFIER
/AWS1/CTTTARGETIDENTIFIER
¶
The target upon which the control operation is working.
iv_enabledcontrolidentifier
TYPE /AWS1/CTTARN
/AWS1/CTTARN
¶
The
controlIdentifier
of the enabled control.
Queryable Attributes¶
operationType¶
One of
ENABLE_CONTROL
orDISABLE_CONTROL
.
Accessible with the following methods¶
Method | Description |
---|---|
GET_OPERATIONTYPE() |
Getter for OPERATIONTYPE, with configurable default |
ASK_OPERATIONTYPE() |
Getter for OPERATIONTYPE w/ exceptions if field has no value |
HAS_OPERATIONTYPE() |
Determine if OPERATIONTYPE has a value |
startTime¶
The time that the operation began.
Accessible with the following methods¶
Method | Description |
---|---|
GET_STARTTIME() |
Getter for STARTTIME, with configurable default |
ASK_STARTTIME() |
Getter for STARTTIME w/ exceptions if field has no value |
HAS_STARTTIME() |
Determine if STARTTIME has a value |
endTime¶
The time that the operation finished.
Accessible with the following methods¶
Method | Description |
---|---|
GET_ENDTIME() |
Getter for ENDTIME, with configurable default |
ASK_ENDTIME() |
Getter for ENDTIME w/ exceptions if field has no value |
HAS_ENDTIME() |
Determine if ENDTIME has a value |
status¶
One of
IN_PROGRESS
,SUCEEDED
, orFAILED
.
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 |
statusMessage¶
If the operation result is
FAILED
, this string contains a message explaining why the operation failed.
Accessible with the following methods¶
Method | Description |
---|---|
GET_STATUSMESSAGE() |
Getter for STATUSMESSAGE, with configurable default |
ASK_STATUSMESSAGE() |
Getter for STATUSMESSAGE w/ exceptions if field has no value |
HAS_STATUSMESSAGE() |
Determine if STATUSMESSAGE has a value |
operationIdentifier¶
The identifier of the specified operation.
Accessible with the following methods¶
Method | Description |
---|---|
GET_OPERATIONIDENTIFIER() |
Getter for OPERATIONIDENTIFIER, with configurable default |
ASK_OPERATIONIDENTIFIER() |
Getter for OPERATIONIDENTIFIER w/ exceptions if field has no |
HAS_OPERATIONIDENTIFIER() |
Determine if OPERATIONIDENTIFIER has a value |
controlIdentifier¶
The
controlIdentifier
of the control for the operation.
Accessible with the following methods¶
Method | Description |
---|---|
GET_CONTROLIDENTIFIER() |
Getter for CONTROLIDENTIFIER, with configurable default |
ASK_CONTROLIDENTIFIER() |
Getter for CONTROLIDENTIFIER w/ exceptions if field has no v |
HAS_CONTROLIDENTIFIER() |
Determine if CONTROLIDENTIFIER has a value |
targetIdentifier¶
The target upon which the control operation is working.
Accessible with the following methods¶
Method | Description |
---|---|
GET_TARGETIDENTIFIER() |
Getter for TARGETIDENTIFIER, with configurable default |
ASK_TARGETIDENTIFIER() |
Getter for TARGETIDENTIFIER w/ exceptions if field has no va |
HAS_TARGETIDENTIFIER() |
Determine if TARGETIDENTIFIER has a value |
enabledControlIdentifier¶
The
controlIdentifier
of the enabled control.
Accessible with the following methods¶
Method | Description |
---|---|
GET_ENABLEDCONTROLIDENTIFIER() |
Getter for ENABLEDCONTROLIDENTIFIER, with configurable defau |
ASK_ENABLEDCONTROLIDENTIFIER() |
Getter for ENABLEDCONTROLIDENTIFIER w/ exceptions if field h |
HAS_ENABLEDCONTROLIDENTIFIER() |
Determine if ENABLEDCONTROLIDENTIFIER has a value |