패키지 | com.adobe.solutions.rca.domain.manager |
인터페이스 | public interface IAuditManager |
구현자 | AuditManager |
언어 버전: | ActionScript 3.0 |
제품 버전: | Review, Commenting, and Approval Building Block 10.0 |
런타임 버전: | Flash Player 10.2, AIR (unsupported) |
공용 속성
속성 | 정의 주체 | ||
---|---|---|---|
prmAuditLevels : IList [읽기 전용]
A list of audit levels defined for Project Management (PRM) building block. | IAuditManager | ||
rcaAuditLevels : IList [읽기 전용]
A list of audit levels defined for Review Commenting and Approval (RCA) building block. | IAuditManager |
공용 메서드
메서드 | 정의 주체 | ||
---|---|---|---|
This remote operation refreshes PRM audit level list. | IAuditManager | ||
This remote operation refreshes rca audit level list. | IAuditManager |
속성 세부 정보
prmAuditLevels | 속성 |
prmAuditLevels:IList
[읽기 전용] 언어 버전: | ActionScript 3.0 |
제품 버전: | Review, Commenting, and Approval Building Block 10.0 |
런타임 버전: | Flash Player 10.2, AIR (unsupported) |
A list of audit levels defined for Project Management (PRM) building block.
이 속성은 데이터 바인딩에 대한 소스로 사용할 수 있습니다. 이 속성을 수정하면 rcaAuditsRefreshed
이벤트를 전달합니다.
구현
public function get prmAuditLevels():IList
rcaAuditLevels | 속성 |
rcaAuditLevels:IList
[읽기 전용] 언어 버전: | ActionScript 3.0 |
제품 버전: | Review, Commenting, and Approval Building Block 10.0 |
런타임 버전: | Flash Player 10.2, AIR (unsupported) |
A list of audit levels defined for Review Commenting and Approval (RCA) building block.
이 속성은 데이터 바인딩에 대한 소스로 사용할 수 있습니다. 이 속성을 수정하면 rcaAuditsRefreshed
이벤트를 전달합니다.
구현
public function get rcaAuditLevels():IList
메서드 세부 정보
refreshPRM | () | 메서드 |
public function refreshPRM():mx.rpc:AsyncToken
언어 버전: | ActionScript 3.0 |
제품 버전: | Review, Commenting, and Approval Building Block 10.0 |
런타임 버전: | Flash Player 10.2, AIR (unsupported) |
This remote operation refreshes PRM audit level list.
반환값mx.rpc:AsyncToken — It returns a token on which success or fault handlers can be attached.
|
refreshRCA | () | 메서드 |
public function refreshRCA():mx.rpc:AsyncToken
언어 버전: | ActionScript 3.0 |
제품 버전: | Review, Commenting, and Approval Building Block 10.0 |
런타임 버전: | Flash Player 10.2, AIR (unsupported) |
This remote operation refreshes rca audit level list.
반환값mx.rpc:AsyncToken — It returns a token on which success or fault handlers can be attached.
|
Tue Jun 12 2018, 03:17 PM Z