| 패키지 | com.adobe.solutions.rca.domain |
| 인터페이스 | public interface ISupportingDocument |
| 구현자 | SupportingDocument |
| 언어 버전: | ActionScript 3.0 |
| 제품 버전: | Review, Commenting, and Approval Building Block 10.0 |
| 런타임 버전: | Flash Player 10.2, AIR (unsupported) |
공용 속성
| 속성 | 정의 주체 | ||
|---|---|---|---|
| contentType : String
The document content type. | ISupportingDocument | ||
| createdBy : String
Name of the person who created the document. | ISupportingDocument | ||
| createdOn : Date
Date of creation of the document. | ISupportingDocument | ||
| description : String
The document description. | ISupportingDocument | ||
| file : File
File object used for a supporting document. | ISupportingDocument | ||
| name : String
Name of a supporting document. | ISupportingDocument | ||
| owner : Object
Owner of a supporting document. | ISupportingDocument | ||
| type : String
The type of supporting document. | ISupportingDocument | ||
| uri : String
The document URI. | ISupportingDocument | ||
| vo : DocumentVO
Value object for a supporting document. | ISupportingDocument | ||
속성 세부 정보
contentType | 속성 |
createdBy | 속성 |
createdOn | 속성 |
description | 속성 |
file | 속성 |
name | 속성 |
owner | 속성 |
type | 속성 |
type:String| 언어 버전: | ActionScript 3.0 |
| 제품 버전: | Review, Commenting, and Approval Building Block 10.0 |
| 런타임 버전: | Flash Player 10.2, AIR (unsupported) |
The type of supporting document. Supporting document can be of the following two types:
- REF
- DOCUMENT
구현
public function get type():String public function set type(value:String):voiduri | 속성 |
vo | 속성 |
vo:DocumentVO| 언어 버전: | ActionScript 3.0 |
| 제품 버전: | Review, Commenting, and Approval Building Block 10.0 |
| 런타임 버전: | Flash Player 10.2, AIR (unsupported) |
Value object for a supporting document.
구현
public function get vo():DocumentVO public function set vo(value:DocumentVO):void관련 API 요소
Tue Jun 12 2018, 03:17 PM Z