| 套件 | 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:47 PM Z