| Paket | com.adobe.solutions.rca.domain |
| Gränssnitt | public interface ISupportingDocument |
| Implementorer | SupportingDocument |
| Språkversion: | ActionScript 3.0 |
| Produktversion: | Review, Commenting, and Approval Building Block 10.0 |
| Körningsmiljöversioner: | Flash Player 10.2, AIR (unsupported) |
Publika egenskaper
| Egenskap | Definieras med | ||
|---|---|---|---|
| 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 | ||
Egenskapsdetaljer
contentType | egenskap |
contentType:String| Språkversion: | ActionScript 3.0 |
| Produktversion: | Review, Commenting, and Approval Building Block 10.0 |
| Körningsmiljöversioner: | Flash Player 10.2, AIR (unsupported) |
The document content type.
Implementering
public function get contentType():String public function set contentType(value:String):voidcreatedBy | egenskap |
createdBy:String| Språkversion: | ActionScript 3.0 |
| Produktversion: | Review, Commenting, and Approval Building Block 10.0 |
| Körningsmiljöversioner: | Flash Player 10.2, AIR (unsupported) |
Name of the person who created the document.
Implementering
public function get createdBy():String public function set createdBy(value:String):voidcreatedOn | egenskap |
createdOn:Date| Språkversion: | ActionScript 3.0 |
| Produktversion: | Review, Commenting, and Approval Building Block 10.0 |
| Körningsmiljöversioner: | Flash Player 10.2, AIR (unsupported) |
Date of creation of the document.
Implementering
public function get createdOn():Date public function set createdOn(value:Date):voiddescription | egenskap |
description:String| Språkversion: | ActionScript 3.0 |
| Produktversion: | Review, Commenting, and Approval Building Block 10.0 |
| Körningsmiljöversioner: | Flash Player 10.2, AIR (unsupported) |
The document description.
Implementering
public function get description():String public function set description(value:String):voidfile | egenskap |
file:File| Språkversion: | ActionScript 3.0 |
| Produktversion: | Review, Commenting, and Approval Building Block 10.0 |
| Körningsmiljöversioner: | Flash Player 10.2, AIR (unsupported) |
File object used for a supporting document.
Implementering
public function get file():File public function set file(value:File):voidname | egenskap |
owner | egenskap |
type | egenskap |
type:String| Språkversion: | ActionScript 3.0 |
| Produktversion: | Review, Commenting, and Approval Building Block 10.0 |
| Körningsmiljöversioner: | Flash Player 10.2, AIR (unsupported) |
The type of supporting document. Supporting document can be of the following two types:
- REF
- DOCUMENT
Implementering
public function get type():String public function set type(value:String):voiduri | egenskap |
vo | egenskap |
vo:DocumentVO| Språkversion: | ActionScript 3.0 |
| Produktversion: | Review, Commenting, and Approval Building Block 10.0 |
| Körningsmiljöversioner: | Flash Player 10.2, AIR (unsupported) |
Value object for a supporting document.
Implementering
public function get vo():DocumentVO public function set vo(value:DocumentVO):voidRelaterade API-element
Tue Jun 12 2018, 01:40 PM Z