| Package | com.adobe.solutions.rca.domain | 
| Interface | public interface ISupportingDocument | 
| Implementors | SupportingDocument | 
| Language Version: | ActionScript 3.0 | 
| Product Version: | Review, Commenting, and Approval Building Block 10.0 | 
| Runtime Versions: | Flash Player 10.2, AIR (unsupported) | 
Public Properties
| Property | Defined By | ||
|---|---|---|---|
| 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 | ||
Property Detail
contentType | property | 
contentType:String| Language Version: | ActionScript 3.0 | 
| Product Version: | Review, Commenting, and Approval Building Block 10.0 | 
| Runtime Versions: | Flash Player 10.2, AIR (unsupported) | 
The document content type.
Implementation
    public function get contentType():String    public function set contentType(value:String):voidcreatedBy | property | 
createdBy:String| Language Version: | ActionScript 3.0 | 
| Product Version: | Review, Commenting, and Approval Building Block 10.0 | 
| Runtime Versions: | Flash Player 10.2, AIR (unsupported) | 
Name of the person who created the document.
Implementation
    public function get createdBy():String    public function set createdBy(value:String):voidcreatedOn | property | 
createdOn:Date| Language Version: | ActionScript 3.0 | 
| Product Version: | Review, Commenting, and Approval Building Block 10.0 | 
| Runtime Versions: | Flash Player 10.2, AIR (unsupported) | 
Date of creation of the document.
Implementation
    public function get createdOn():Date    public function set createdOn(value:Date):voiddescription | property | 
description:String| Language Version: | ActionScript 3.0 | 
| Product Version: | Review, Commenting, and Approval Building Block 10.0 | 
| Runtime Versions: | Flash Player 10.2, AIR (unsupported) | 
The document description.
Implementation
    public function get description():String    public function set description(value:String):voidfile | property | 
name | property | 
owner | property | 
type | property | 
type:String| Language Version: | ActionScript 3.0 | 
| Product Version: | Review, Commenting, and Approval Building Block 10.0 | 
| Runtime Versions: | Flash Player 10.2, AIR (unsupported) | 
The type of supporting document. Supporting document can be of the following two types:
- REF
 - DOCUMENT
 
Implementation
    public function get type():String    public function set type(value:String):voiduri | property | 
vo | property | 
vo:DocumentVO| Language Version: | ActionScript 3.0 | 
| Product Version: | Review, Commenting, and Approval Building Block 10.0 | 
| Runtime Versions: | Flash Player 10.2, AIR (unsupported) | 
Value object for a supporting document.
Implementation
    public function get vo():DocumentVO    public function set vo(value:DocumentVO):voidRelated API Elements
Thu Dec 4 2014, 05:50 PM -08:00