Пакет | 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 | свойство |
contentType:String
Язык версии: | ActionScript 3.0 |
Версия продукта: | Review, Commenting, and Approval Building Block 10.0 |
Версии среды выполнения: | Flash Player 10.2, AIR (unsupported) |
The document content type.
Реализация
public function get contentType():String
public function set contentType(value:String):void
createdBy | свойство |
createdBy:String
Язык версии: | ActionScript 3.0 |
Версия продукта: | Review, Commenting, and Approval Building Block 10.0 |
Версии среды выполнения: | Flash Player 10.2, AIR (unsupported) |
Name of the person who created the document.
Реализация
public function get createdBy():String
public function set createdBy(value:String):void
createdOn | свойство |
createdOn:Date
Язык версии: | ActionScript 3.0 |
Версия продукта: | Review, Commenting, and Approval Building Block 10.0 |
Версии среды выполнения: | Flash Player 10.2, AIR (unsupported) |
Date of creation of the document.
Реализация
public function get createdOn():Date
public function set createdOn(value:Date):void
description | свойство |
description:String
Язык версии: | ActionScript 3.0 |
Версия продукта: | Review, Commenting, and Approval Building Block 10.0 |
Версии среды выполнения: | Flash Player 10.2, AIR (unsupported) |
The document description.
Реализация
public function get description():String
public function set description(value:String):void
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:34 AM Z