__construct |
( |
|
$assetid = 0 | ) |
|
ApproveAssetInWorkflow |
( |
|
$request | ) |
|
Description: This operation will approve an asset in workflow
- Parameters
-
array | $asset_info | the array contain the asset ID of the asset to be approved
Array (
'AssetID' => [The ID of the asset in query],
)
|
- Returns
- void public
Definition at line 403 of file soap_api_workflow_service.inc.
CancelWorkflow |
( |
|
$request | ) |
|
Description: This operation will cancel the current running workflow of an asset. If the asset is in LIVE APPROVAL status, it will turn into SAFE EDIT status.
- Parameters
-
string | $request | The request information
Array (
'AssetID' => [The ID of the asset in query],
)
|
- Returns
- void public
Definition at line 232 of file soap_api_workflow_service.inc.
CompleteWorkflow |
( |
|
$request | ) |
|
Description: This operation will complete the current running workflow of an asset
- Parameters
-
array | $asset_info | the info array to find children of a specific asset
Array (
'AssetID' => [The ID of the asset in query],
)
|
- Returns
- void public
Definition at line 289 of file soap_api_workflow_service.inc.
static getComplexElements |
( |
|
$func_list = Array() | ) |
|
|
static |
static getSimpleRestrictedTypes |
( |
|
$func_list = Array() | ) |
|
|
static |
SafeEditAsset |
( |
|
$request | ) |
|
Description: This operation will bring a asset in live status to safe edit status
- Parameters
-
array | $asset_info | the array contain the asset ID of the asset to be put in safe edit
Array (
'AssetID' => [The ID of the asset in query],
)
|
- Returns
- void public
Definition at line 348 of file soap_api_workflow_service.inc.
SetWorkflowSchema |
( |
|
$request | ) |
|
StartWorkflow |
( |
|
$request | ) |
|
Description: This operation will start the workflow for the asset in query
- Parameters
-
string | $request | The request information
Array (
'AssetID' => [The ID of the asset in query],
)
|
- Returns
- void public
Definition at line 82 of file soap_api_workflow_service.inc.
The documentation for this class was generated from the following file: