| 패키지 | 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():IListprocessHooks | 속성 |
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():IListtrackingSheetProcess | 속성 |
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, 03:17 PM Z