패키지 | com.adobe.solutions.rca.domain.common |
인터페이스 | public interface IDocumentCollection |
언어 버전: | ActionScript 3.0 |
제품 버전: | Review, Commenting, and Approval Building Block 10.0 |
런타임 버전: | Flash Player 10.2, AIR (unsupported) |
관련 API 요소
공용 속성
속성 | 정의 주체 | ||
---|---|---|---|
documents : ArrayCollection [읽기 전용]
The property returns a collection of associated documents. | IDocumentCollection |
공용 메서드
메서드 | 정의 주체 | ||
---|---|---|---|
This remote operation adds a document from the collection and submits the change on the server. | IDocumentCollection | ||
This remote operation removes a document from the collection and submits the change on the server. | IDocumentCollection |
속성 세부 정보
documents | 속성 |
documents:ArrayCollection
[읽기 전용] 언어 버전: | ActionScript 3.0 |
제품 버전: | Review, Commenting, and Approval Building Block 10.0 |
런타임 버전: | Flash Player 10.2, AIR (unsupported) |
The property returns a collection of associated documents.
이 속성은 데이터 바인딩에 대한 소스로 사용할 수 있습니다. 이 속성을 수정하면 propertyChange
이벤트를 전달합니다.
구현
public function get documents():ArrayCollection
관련 API 요소
메서드 세부 정보
addDocumentAndSave | () | 메서드 |
public function addDocumentAndSave(doc:ISupportingDocument):mx.rpc:AsyncToken
언어 버전: | ActionScript 3.0 |
제품 버전: | Review, Commenting, and Approval Building Block 10.0 |
런타임 버전: | Flash Player 10.2, AIR (unsupported) |
This remote operation adds a document from the collection and submits the change on the server.
매개 변수
doc:ISupportingDocument — The document to be added to document collection.
|
mx.rpc:AsyncToken — It returns a token on which success or fault handlers can be attached.
|
관련 API 요소
removeDocumentAndSave | () | 메서드 |
public function removeDocumentAndSave(doc:ISupportingDocument):mx.rpc:AsyncToken
언어 버전: | ActionScript 3.0 |
제품 버전: | Review, Commenting, and Approval Building Block 10.0 |
런타임 버전: | Flash Player 10.2, AIR (unsupported) |
This remote operation removes a document from the collection and submits the change on the server.
매개 변수
doc:ISupportingDocument — The document to be removed from document collection.
|
mx.rpc:AsyncToken — It returns a token on which success or fault handlers can be attached.
|
관련 API 요소
Tue Jun 12 2018, 03:17 PM Z