Interface OperationInterface @api
- Since
- 100.2.0
Definition at line 13 of file OperationInterface.php.
◆ getBulkUuid()
Get bulk uuid
- Returns
- string
- Since
- 100.2.0
Implemented in Operation.
◆ getErrorCode()
Get error code
- Returns
- int
- Since
- 100.2.0
Implemented in Operation.
◆ getId()
#- Operation id
- Returns
- int
- Since
- 100.2.0
Implemented in Operation.
◆ getResultMessage()
Get result message
- Returns
- string
- Since
- 100.2.0
Implemented in Operation.
◆ getResultSerializedData()
getResultSerializedData |
( |
| ) |
|
Result serialized Data
- Returns
- string
- Since
- 100.3.0
Implemented in Operation.
◆ getSerializedData()
Serialized Data
- Returns
- string
- Since
- 100.2.0
Implemented in Operation.
◆ getStatus()
Get operation status
OPEN | COMPLETE | RETRIABLY_FAILED | NOT_RETRIABLY_FAILED
- Returns
- int
- Since
- 100.2.0
Implemented in Operation.
◆ getTopicName()
◆ setBulkUuid()
Set bulk uuid
- Parameters
-
- Returns
- $this
- Since
- 100.2.0
Implemented in Operation.
◆ setErrorCode()
setErrorCode |
( |
|
$errorCode | ) |
|
Set error code
- Parameters
-
- Returns
- $this
- Since
- 100.2.0
Implemented in Operation.
◆ setId()
Set operation id
- Parameters
-
- Returns
- $this
- Since
- 100.2.0
Implemented in Operation.
◆ setResultMessage()
setResultMessage |
( |
|
$resultMessage | ) |
|
Set result message
- Parameters
-
- Returns
- $this
- Since
- 100.2.0
Implemented in Operation.
◆ setResultSerializedData()
setResultSerializedData |
( |
|
$resultSerializedData | ) |
|
Set result serialized data
- Parameters
-
string | $resultSerializedData | |
- Returns
- $this
- Since
- 100.3.0
Implemented in Operation.
◆ setSerializedData()
setSerializedData |
( |
|
$serializedData | ) |
|
Set serialized data
- Parameters
-
- Returns
- $this
- Since
- 100.2.0
Implemented in Operation.
◆ setStatus()
Set status
- Parameters
-
- Returns
- $this
- Since
- 100.2.0
Implemented in Operation.
◆ setTopicName()
Set message queue topic
- Parameters
-
- Returns
- $this
- Since
- 100.2.0
Implemented in Operation.
◆ BULK_ID
const BULK_ID = 'bulk_uuid' |
◆ ERROR_CODE
const ERROR_CODE = 'error_code' |
◆ ID
#+ Constants for keys of data array. Identical to the name of the getter in snake case
Definition at line 18 of file OperationInterface.php.
◆ RESULT_MESSAGE
const RESULT_MESSAGE = 'result_message' |
◆ RESULT_SERIALIZED_DATA
const RESULT_SERIALIZED_DATA = 'result_serialized_data' |
◆ SERIALIZED_DATA
const SERIALIZED_DATA = 'serialized_data' |
◆ STATUS
◆ STATUS_TYPE_COMPLETE
const STATUS_TYPE_COMPLETE = 1 |
◆ STATUS_TYPE_NOT_RETRIABLY_FAILED
const STATUS_TYPE_NOT_RETRIABLY_FAILED = 3 |
◆ STATUS_TYPE_OPEN
const STATUS_TYPE_OPEN = 4 |
◆ STATUS_TYPE_REJECTED
const STATUS_TYPE_REJECTED = 5 |
◆ STATUS_TYPE_RETRIABLY_FAILED
const STATUS_TYPE_RETRIABLY_FAILED = 2 |
◆ TOPIC_NAME
const TOPIC_NAME = 'topic_name' |
The documentation for this interface was generated from the following file: