ActionScript® 3.0 Reference for the Adobe® Flash® Platform
Home  |  Show Packages and Classes List |  Packages  |  Classes  |  What's New  |  Index  |  Appendixes
com.adobe.solutions.rca.domain.manager 

IProcessManager  - AS3 Review, Commenting, and Approval

Packagecom.adobe.solutions.rca.domain.manager
Interfacepublic 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)

This interface defines operations around process that can be used as hooks to customize review workflow.



Public Properties
 PropertyDefined 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
Public Methods
 MethodDefined By
  
This remote operations refreshes the list of processes.
IProcessManager
Property Detail

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
Method Detail

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.

Returns
mx.rpc:AsyncToken — It returns a token on which success or fault handlers can be attached.