| Pacchetto | com.adobe.solutions.rca.domain.manager |
| Interfaccia | public interface IProcessManager |
| Implementatori | ProcessManager |
| Versione linguaggio: | ActionScript 3.0 |
| Versione prodotto: | Blocco costitutivo Review, Commenting, and Approval 10.0 |
| Versioni runtime: | Flash Player 10.2, AIR (unsupported) |
| Proprietà | Definito da | ||
|---|---|---|---|
| customAssignTaskProcess : IList [sola lettura]
List of processes that can be used to assign task in a review workflow. | IProcessManager | ||
| processHooks : IList [sola lettura]
List of processes that can be invoked at initiation or completion of a stage. | IProcessManager | ||
| trackingSheetProcess : IList [sola lettura]
List of processes that can be used to generate tracking sheets. | IProcessManager | ||
| Metodo | Definito da | ||
|---|---|---|---|
This remote operations refreshes the list of processes. | IProcessManager | ||
customAssignTaskProcess | proprietà |
customAssignTaskProcess:IList [sola lettura] | Versione linguaggio: | ActionScript 3.0 |
| Versione prodotto: | Blocco costitutivo Review, Commenting, and Approval 10.0 |
| Versioni runtime: | Flash Player 10.2, AIR (unsupported) |
List of processes that can be used to assign task in a review workflow.
Questa proprietà può essere utilizzata come origine per l’associazione di dati. Quando questa proprietà viene modificata, invia l’evento processRefreshed .
Implementazione
public function get customAssignTaskProcess():IListprocessHooks | proprietà |
processHooks:IList [sola lettura] | Versione linguaggio: | ActionScript 3.0 |
| Versione prodotto: | Blocco costitutivo Review, Commenting, and Approval 10.0 |
| Versioni runtime: | Flash Player 10.2, AIR (unsupported) |
List of processes that can be invoked at initiation or completion of a stage.
Questa proprietà può essere utilizzata come origine per l’associazione di dati. Quando questa proprietà viene modificata, invia l’evento processRefreshed .
Implementazione
public function get processHooks():IListtrackingSheetProcess | proprietà |
trackingSheetProcess:IList [sola lettura] | Versione linguaggio: | ActionScript 3.0 |
| Versione prodotto: | Blocco costitutivo Review, Commenting, and Approval 10.0 |
| Versioni runtime: | Flash Player 10.2, AIR (unsupported) |
List of processes that can be used to generate tracking sheets.
Questa proprietà può essere utilizzata come origine per l’associazione di dati. Quando questa proprietà viene modificata, invia l’evento processRefreshed .
Implementazione
public function get trackingSheetProcess():IListrefresh | () | metodo |
public function refresh():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 remote operations refreshes the list of processes.
Restituiscemx.rpc:AsyncToken — It returns a token on which success or fault handlers can be attached.
|
Tue Jun 12 2018, 02:44 PM Z