| Paket | com.adobe.solutions.rca.domain |
| Arabirim | public interface ISupportingDocument |
| Uygulayıcılar | SupportingDocument |
| Dil Sürümü: | ActionScript 3.0 |
| Ürün Sürümü: | Review, Commenting, and Approval Building Block 10.0 |
| Çalışma Zamanı Sürümleri: | Flash Player 10.2, AIR (unsupported) |
Genel Özellikler
| Özellik | Tanımlayan: | ||
|---|---|---|---|
| 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 | ||
Özellik Ayrıntısı
contentType | özellik |
contentType:String| Dil Sürümü: | ActionScript 3.0 |
| Ürün Sürümü: | Review, Commenting, and Approval Building Block 10.0 |
| Çalışma Zamanı Sürümleri: | Flash Player 10.2, AIR (unsupported) |
The document content type.
Uygulama
public function get contentType():String public function set contentType(value:String):voidcreatedBy | özellik |
createdBy:String| Dil Sürümü: | ActionScript 3.0 |
| Ürün Sürümü: | Review, Commenting, and Approval Building Block 10.0 |
| Çalışma Zamanı Sürümleri: | Flash Player 10.2, AIR (unsupported) |
Name of the person who created the document.
Uygulama
public function get createdBy():String public function set createdBy(value:String):voidcreatedOn | özellik |
description | özellik |
description:String| Dil Sürümü: | ActionScript 3.0 |
| Ürün Sürümü: | Review, Commenting, and Approval Building Block 10.0 |
| Çalışma Zamanı Sürümleri: | Flash Player 10.2, AIR (unsupported) |
The document description.
Uygulama
public function get description():String public function set description(value:String):voidfile | özellik |
name | özellik |
owner | özellik |
type | özellik |
type:String| Dil Sürümü: | ActionScript 3.0 |
| Ürün Sürümü: | Review, Commenting, and Approval Building Block 10.0 |
| Çalışma Zamanı Sürümleri: | Flash Player 10.2, AIR (unsupported) |
The type of supporting document. Supporting document can be of the following two types:
- REF
- DOCUMENT
Uygulama
public function get type():String public function set type(value:String):voiduri | özellik |
vo | özellik |
vo:DocumentVO| Dil Sürümü: | ActionScript 3.0 |
| Ürün Sürümü: | Review, Commenting, and Approval Building Block 10.0 |
| Çalışma Zamanı Sürümleri: | Flash Player 10.2, AIR (unsupported) |
Value object for a supporting document.
Uygulama
public function get vo():DocumentVO public function set vo(value:DocumentVO):voidİlgili API Öğeleri
Tue Jun 12 2018, 01:09 PM Z