Pacchetto | com.adobe.solutions.rca.services.impl |
Classe | public class StageManager |
Ereditarietà | StageManager Object |
Implementa | IStageManagement |
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Blocco costitutivo Review, Commenting, and Approval 10 |
Versioni runtime: | Flash Player 10.2, AIR (unsupported) |
Proprietà pubbliche
Proprietà | Definito da | ||
---|---|---|---|
channelSet : ChannelSet
Channel set for remote operation calls. | StageManager | ||
constructor : Object
Un riferimento all'oggetto classe o alla funzione di costruzione per una determinata istanza di oggetto. | Object |
Metodi pubblici
Metodo | Definito da | ||
---|---|---|---|
The constructor for StageManager class. | StageManager | ||
createStageTemplate(stageTemplate:com.adobe.solutions.rca.vo:StageTemplateVO, overwrite:Boolean):mx.rpc:AsyncToken
This operation creates a new stage template in the system. | StageManager | ||
This operation deletes a stage template from the system. | StageManager | ||
This operation gets all ReviewTemplateVOs referring to a StageTemplateVO. | StageManager | ||
This operation gets a StageTemplateVO given its ID. | StageManager | ||
Indica se per un oggetto è definita una proprietà specifica. | Object | ||
Indica se un'istanza della classe Object si trova nella catena di prototipi dell'oggetto specificato come parametro. | Object | ||
Indica se la proprietà specificata esiste ed è enumerabile. | Object | ||
searchStage(stageTemplateSearchFilter:com.adobe.solutions.rca.vo:StageTemplateSearchFilterVO):mx.rpc:AsyncToken
This operation searches for StageTemplateVO based on StageTemplateSearchFilter. | StageManager | ||
Imposta la disponibilità di una proprietà dinamica per le operazioni cicliche. | Object | ||
Restituisce la rappresentazione in formato stringa di questo oggetto, formattato in base alle convenzioni specifiche per le versioni localizzate. | Object | ||
Restituisce la rappresentazione in formato stringa dell'oggetto specificato. | Object | ||
Restituisce il valore di base dell'oggetto specificato. | Object |
Descrizione delle proprietà
channelSet | proprietà |
channelSet:ChannelSet
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Blocco costitutivo Review, Commenting, and Approval 10.0 |
Versioni runtime: | Flash Player 10.2, AIR (unsupported) |
Channel set for remote operation calls.
Implementazione
public function get channelSet():ChannelSet
public function set channelSet(value:ChannelSet):void
Descrizione della funzione di costruzione
StageManager | () | Funzione di costruzione |
public function StageManager()
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Blocco costitutivo Review, Commenting, and Approval 10.0 |
Versioni runtime: | Flash Player 10.2, AIR (unsupported) |
The constructor for StageManager
class.
Descrizione dei metodi
createStageTemplate | () | metodo |
public function createStageTemplate(stageTemplate:com.adobe.solutions.rca.vo:StageTemplateVO, overwrite:Boolean):mx.rpc:AsyncToken
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Blocco costitutivo Review, Commenting, and Approval 10.0 |
Versioni runtime: | Flash Player 10.2, AIR (unsupported) |
This operation creates a new stage template in the system.
Parametri
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 | () | metodo |
public function deleteStageTemplate(templateName:String):mx.rpc:AsyncToken
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Blocco costitutivo Review, Commenting, and Approval 10.0 |
Versioni runtime: | 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.
Parametri
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 | () | metodo |
public function getReviewTemplatesReferring(templateName:String):mx.rpc:AsyncToken
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Blocco costitutivo Review, Commenting, and Approval 10.0 |
Versioni runtime: | Flash Player 10.2, AIR (unsupported) |
This operation gets all ReviewTemplateVOs
referring to a StageTemplateVO
.
Parametri
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 | () | metodo |
public function getStageTemplate(templateName:String):mx.rpc:AsyncToken
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Blocco costitutivo Review, Commenting, and Approval 10.0 |
Versioni runtime: | Flash Player 10.2, AIR (unsupported) |
This operation gets a StageTemplateVO
given its ID.
Parametri
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 | () | metodo |
public function searchStage(stageTemplateSearchFilter:com.adobe.solutions.rca.vo:StageTemplateSearchFilterVO):mx.rpc:AsyncToken
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Blocco costitutivo Review, Commenting, and Approval 10.0 |
Versioni runtime: | Flash Player 10.2, AIR (unsupported) |
This operation searches for StageTemplateVO
based on StageTemplateSearchFilter
.
Parametri
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, 02:44 PM Z