Package | com.adobe.solutions.rca.domain.manager |
Interface | public interface IProcessManager |
Implementors | ProcessManager |
Language Version: | ActionScript 3.0 |
Product Version: | Review, Commenting, and Approval Building Block 10.0 |
Runtime Versions: | Flash Player 10.2, AIR (unsupported) |
Property | Defined By | ||
---|---|---|---|
customAssignTaskProcess : IList [read-only]
List of processes that can be used to assign task in a review workflow. | IProcessManager | ||
processHooks : IList [read-only]
List of processes that can be invoked at initiation or completion of a stage. | IProcessManager | ||
trackingSheetProcess : IList [read-only]
List of processes that can be used to generate tracking sheets. | IProcessManager |
Method | Defined By | ||
---|---|---|---|
This remote operations refreshes the list of processes. | IProcessManager |
customAssignTaskProcess | property |
customAssignTaskProcess:IList
[read-only] Language Version: | ActionScript 3.0 |
Product Version: | Review, Commenting, and Approval Building Block 10.0 |
Runtime Versions: | Flash Player 10.2, AIR (unsupported) |
List of processes that can be used to assign task in a review workflow.
This property can be used as the source for data binding. When this property is modified, it dispatches the processRefreshed
event.
Implementation
public function get customAssignTaskProcess():IList
processHooks | property |
processHooks:IList
[read-only] Language Version: | ActionScript 3.0 |
Product Version: | Review, Commenting, and Approval Building Block 10.0 |
Runtime Versions: | Flash Player 10.2, AIR (unsupported) |
List of processes that can be invoked at initiation or completion of a stage.
This property can be used as the source for data binding. When this property is modified, it dispatches the processRefreshed
event.
Implementation
public function get processHooks():IList
trackingSheetProcess | property |
trackingSheetProcess:IList
[read-only] Language Version: | ActionScript 3.0 |
Product Version: | Review, Commenting, and Approval Building Block 10.0 |
Runtime Versions: | Flash Player 10.2, AIR (unsupported) |
List of processes that can be used to generate tracking sheets.
This property can be used as the source for data binding. When this property is modified, it dispatches the processRefreshed
event.
Implementation
public function get trackingSheetProcess():IList
refresh | () | method |
public function refresh():mx.rpc:AsyncToken
Language Version: | ActionScript 3.0 |
Product Version: | Review, Commenting, and Approval Building Block 10.0 |
Runtime Versions: | Flash Player 10.2, AIR (unsupported) |
This remote operations refreshes the list of processes.
Returnsmx.rpc:AsyncToken — It returns a token on which success or fault handlers can be attached.
|
Mon Nov 28 2011, 06:48 AM -08:00