| 套件 | com.adobe.solutions.rca.domain.impl.manager |
| 類別 | public class ProcessManager |
| 繼承 | ProcessManager EventDispatcher Object |
| 實作 | IProcessManager |
| 語言版本: | ActionScript 3.0 |
| 產品版本: | Review, Commenting, and Approval Building Block 10.0 |
| 執行階段版本: | Flash Player 10.2, AIR (unsupported) |
| 屬性 | 定義自 | ||
|---|---|---|---|
![]() | constructor : Object
類別物件的參照或是特定物件實體的建構函數。 | Object | |
| customAssignTaskProcess : IList [唯讀]
List of processes that can be used to assign task in a review workflow. | ProcessManager | ||
| instance : IProcessManager [靜態] [唯讀]
This method returns a reference to an instance of ProcessManager. | ProcessManager | ||
| processHooks : IList [唯讀]
List of processes that can be invoked at initiation or completion of a stage. | ProcessManager | ||
| reviewCommentingAndApprovalUtil : IReviewCommentingAndApprovalUtil
This property refers to an instance of Review Commenting and Approval Util service. | ProcessManager | ||
| trackingSheetProcess : IList [唯讀]
List of processes that can be used to generate tracking sheets. | ProcessManager | ||
| 方法 | 定義自 | ||
|---|---|---|---|
The constructor for ProcessManager class. | ProcessManager | ||
![]() | addEventListener(type:String, listener:Function, useCapture:Boolean = false, priority:int = 0, useWeakReference:Boolean = false):void
會在 EventDispatcher 物件註冊事件偵聽程式,以便讓偵聽程式收到事件的通知。 | EventDispatcher | |
![]() |
會將事件傳送到事件流程。 | EventDispatcher | |
![]() |
會檢查 EventDispatcher 物件是否有對特定的事件類型註冊偵聽程式。 | EventDispatcher | |
![]() |
指出物件是否有已定義的指定屬性。 | Object | |
![]() |
指出 Object 類別的實體是否位於指定為參數的物件原型鏈中。 | Object | |
![]() |
指出指定的屬性是否存在,以及是否可列舉。 | Object | |
This remote operations refreshes the list of processes. | ProcessManager | ||
![]() |
會從 EventDispatcher 物件移除偵聽程式。 | EventDispatcher | |
![]() |
為迴圈作業設定動態屬性的可用性。 | Object | |
![]() |
傳回代表此物件的字串,根據地區特定慣例進行格式化。 | Object | |
![]() |
會傳回指定之物件的字串形式。 | Object | |
![]() |
會傳回指定之物件的基本值。 | Object | |
![]() |
檢查此 EventDispatcher 物件是否已註冊事件偵聽程式,或者此物件的任何祖系已為特定事件類型註冊事件偵聽程式。 | EventDispatcher | |
customAssignTaskProcess | 屬性 |
customAssignTaskProcess:IList [唯讀] | 語言版本: | ActionScript 3.0 |
| 產品版本: | Review, Commenting, and Approval Building Block 10 |
| 執行階段版本: | 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():IListinstance | 屬性 |
instance:IProcessManager [唯讀] | 語言版本: | ActionScript 3.0 |
| 產品版本: | Review, Commenting, and Approval Building Block 10.0 |
| 執行階段版本: | Flash Player 10.2, AIR (unsupported) |
This method returns a reference to an instance of ProcessManager. This method ensures that a single instance of
ProcessManager is created for the application.
實作
public static function get instance():IProcessManagerprocessHooks | 屬性 |
processHooks:IList [唯讀] | 語言版本: | ActionScript 3.0 |
| 產品版本: | Review, Commenting, and Approval Building Block 10 |
| 執行階段版本: | 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():IListreviewCommentingAndApprovalUtil | 屬性 |
reviewCommentingAndApprovalUtil:IReviewCommentingAndApprovalUtil| 語言版本: | ActionScript 3.0 |
| 產品版本: | Review, Commenting, and Approval Building Block 10.0 |
| 執行階段版本: | Flash Player 10.2, AIR (unsupported) |
This property refers to an instance of Review Commenting and Approval Util service.
實作
public function get reviewCommentingAndApprovalUtil():IReviewCommentingAndApprovalUtil public function set reviewCommentingAndApprovalUtil(value:IReviewCommentingAndApprovalUtil):voidtrackingSheetProcess | 屬性 |
trackingSheetProcess:IList [唯讀] | 語言版本: | ActionScript 3.0 |
| 產品版本: | Review, Commenting, and Approval Building Block 10 |
| 執行階段版本: | Flash Player 10.2, AIR (unsupported) |
List of processes that can be used to generate tracking sheets.
此屬性可以做為資料繫結的來源。一旦修改此屬性,將傳送 processRefreshed 事件。
實作
public function get trackingSheetProcess():IListProcessManager | () | 建構函式 |
public function ProcessManager()| 語言版本: | ActionScript 3.0 |
| 產品版本: | Review, Commenting, and Approval Building Block 10.0 |
| 執行階段版本: | Flash Player 10.2, AIR (unsupported) |
The constructor for ProcessManager class.
refresh | () | 方法 |
public function refresh():mx.rpc:AsyncToken| 語言版本: | ActionScript 3.0 |
| 產品版本: | Review, Commenting, and Approval Building Block 10 |
| 執行階段版本: | 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, 03:47 PM Z
隱藏繼承公用屬性
顯示繼承公用屬性