包 | 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):void
uri | 属性 |
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, 11:04 AM Z