Пакет | com.adobe.solutions.rca.service |
Интерфейс | public interface IStageManagement |
Средство реализации | StageManager |
Язык версии: | ActionScript 3.0 |
Версия продукта: | Review, Commenting, and Approval Building Block 10 |
Версии среды выполнения: | Flash Player 10.2, AIR (unsupported) |
Общедоступные методы
Метод | Определено | ||
---|---|---|---|
createStageTemplate(stageTemplate:com.adobe.solutions.rca.vo:StageTemplateVO, overwrite:Boolean):mx.rpc:AsyncToken
This operation creates a new stage template in the system. | IStageManagement | ||
This operation deletes a stage template from the system. | IStageManagement | ||
This operation gets all ReviewTemplateVOs referring to a StageTemplateVO. | IStageManagement | ||
This operation gets a StageTemplateVO given its ID. | IStageManagement | ||
searchStage(stageTemplateSearchFilter:com.adobe.solutions.rca.vo:StageTemplateSearchFilterVO):mx.rpc:AsyncToken
This operation searches for StageTemplateVO based on StageTemplateSearchFilter. | IStageManagement |
Сведения о методе
createStageTemplate | () | метод |
public function createStageTemplate(stageTemplate:com.adobe.solutions.rca.vo:StageTemplateVO, overwrite:Boolean):mx.rpc:AsyncToken
Язык версии: | ActionScript 3.0 |
Версия продукта: | Review, Commenting, and Approval Building Block 10 |
Версии среды выполнения: | Flash Player 10.2, AIR (unsupported) |
This operation creates a new stage template in the system.
Параметры
stageTemplate:com.adobe.solutions.rca.vo:StageTemplateVO — StageTemplateVO to be created.
| |
overwrite:Boolean — A Boolean value for error-proof overwriting of stage templates.
If the value is True and a template exists with same name,
then the existing template is replaced with the provided stageTemplate .
|
mx.rpc:AsyncToken — It returns a token on which success or failure handlers can be attached.
The resulting event contains the created stageTemplateVO .
|
deleteStageTemplate | () | метод |
public function deleteStageTemplate(templateName:String):mx.rpc:AsyncToken
Язык версии: | ActionScript 3.0 |
Версия продукта: | Review, Commenting, and Approval Building Block 10 |
Версии среды выполнения: | Flash Player 10.2, AIR (unsupported) |
This operation deletes a stage template from the system. If this stage is referred by one (or more) ReviewTemplateVO
, delete operation fails with an appropriate exception.
Параметры
templateName:String — The unique stage template name.
|
mx.rpc:AsyncToken — It returns a token on which success or failure handlers can be attached.
The resulting event contains the deleted StageTemplateVO .
|
getReviewTemplatesReferring | () | метод |
public function getReviewTemplatesReferring(templateName:String):mx.rpc:AsyncToken
Язык версии: | ActionScript 3.0 |
Версия продукта: | Review, Commenting, and Approval Building Block 10 |
Версии среды выполнения: | Flash Player 10.2, AIR (unsupported) |
This operation gets all ReviewTemplateVOs
referring to a StageTemplateVO
.
Параметры
templateName:String — The unique stage template name.
|
mx.rpc:AsyncToken — It returns a token on which success or failure handlers can be attached.
The resulting event contains a list of ReviewTemplatVO referring to the stage template with name templateName .
|
getStageTemplate | () | метод |
public function getStageTemplate(templateName:String):mx.rpc:AsyncToken
Язык версии: | ActionScript 3.0 |
Версия продукта: | Review, Commenting, and Approval Building Block 10 |
Версии среды выполнения: | Flash Player 10.2, AIR (unsupported) |
This operation gets a StageTemplateVO
given its ID.
Параметры
templateName:String — The unique stage template name.
|
mx.rpc:AsyncToken — It returns a token on which success or failure handlers can be attached.
The resulting event contains the StageTemplateVO or null if the stage does not exist.
|
searchStage | () | метод |
public function searchStage(stageTemplateSearchFilter:com.adobe.solutions.rca.vo:StageTemplateSearchFilterVO):mx.rpc:AsyncToken
Язык версии: | ActionScript 3.0 |
Версия продукта: | Review, Commenting, and Approval Building Block 10 |
Версии среды выполнения: | Flash Player 10.2, AIR (unsupported) |
This operation searches for StageTemplateVO
based on StageTemplateSearchFilter
.
Параметры
stageTemplateSearchFilter:com.adobe.solutions.rca.vo:StageTemplateSearchFilterVO — Defines the search criteria.
|
mx.rpc:AsyncToken — It returns a token on which success or failure handlers can be attached.
The resulting event contains a list of StageTemplateVO found in the system matching the criteria
|
Tue Jun 12 2018, 11:34 AM Z