| パッケージ | com.adobe.solutions.rca.domain.manager | 
| インターフェイス | public interface IProcessManager | 
| 実装者 | ProcessManager | 
| 言語バージョン: | ActionScript 3.0 | 
| 製品バージョン: | Review, Commenting, and Approval Building Block 10.0 | 
| ランタイムバージョン: | Flash Player 10.2, AIR (unsupported) | 
パブリックプロパティ
| プロパティ | 定義元 | ||
|---|---|---|---|
| customAssignTaskProcess : IList [読み取り専用]  
	 List of processes that can be used to assign task in a review workflow. | IProcessManager | ||
| processHooks : IList [読み取り専用]  
	 List of processes that can be invoked at initiation or completion of a stage. | IProcessManager | ||
| trackingSheetProcess : IList [読み取り専用]  
	 List of processes that can be used to generate tracking sheets. | IProcessManager | ||
パブリックメソッド 
| メソッド | 定義元 | ||
|---|---|---|---|
| 
	 This remote operations refreshes the list of processes. | IProcessManager | ||
プロパティの詳細
| customAssignTaskProcess | プロパティ | 
customAssignTaskProcess:IList  [読み取り専用] | 言語バージョン: | ActionScript 3.0 | 
| 製品バージョン: | Review, Commenting, and Approval Building Block 10.0 | 
| ランタイムバージョン: | Flash Player 10.2, AIR (unsupported) | 
List of processes that can be used to assign task in a review workflow.
このプロパティはデータバインディングのソースとして使用できます。 このプロパティを変更すると、 processRefreshed  イベントが送出されます。
実装
    public function get customAssignTaskProcess():IList| processHooks | プロパティ | 
processHooks:IList  [読み取り専用] | 言語バージョン: | ActionScript 3.0 | 
| 製品バージョン: | Review, Commenting, and Approval Building Block 10.0 | 
| ランタイムバージョン: | Flash Player 10.2, AIR (unsupported) | 
List of processes that can be invoked at initiation or completion of a stage.
このプロパティはデータバインディングのソースとして使用できます。 このプロパティを変更すると、 processRefreshed  イベントが送出されます。
実装
    public function get processHooks():IList| trackingSheetProcess | プロパティ | 
trackingSheetProcess:IList  [読み取り専用] | 言語バージョン: | ActionScript 3.0 | 
| 製品バージョン: | Review, Commenting, and Approval Building Block 10.0 | 
| ランタイムバージョン: | Flash Player 10.2, AIR (unsupported) | 
List of processes that can be used to generate tracking sheets.
このプロパティはデータバインディングのソースとして使用できます。 このプロパティを変更すると、 processRefreshed  イベントが送出されます。
実装
    public function get trackingSheetProcess():IListメソッドの詳細
| refresh | () | メソッド | 
 public function refresh():mx.rpc:AsyncToken| 言語バージョン: | ActionScript 3.0 | 
| 製品バージョン: | Review, Commenting, and Approval Building Block 10.0 | 
| ランタイムバージョン: | Flash Player 10.2, AIR (unsupported) | 
This remote operations refreshes the list of processes.
戻り値| mx.rpc:AsyncToken— It returns a token on which success or fault handlers can be attached. | 
Tue Jun 12 2018, 10:34 AM Z