| Pacote | com.adobe.solutions.rca.domain |
| Interface | public interface ISupportingDocument |
| Implementadores | SupportingDocument |
| Versão da linguagem: | ActionScript 3.0 |
| Versão de produto: | Review, Commenting, and Approval Building Block 10.0 |
| Versões de runtime: | Flash Player 10.2, AIR (unsupported) |
Propriedades públicas
| Propriedade | Definido por | ||
|---|---|---|---|
| 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 | ||
Detalhes da propriedade
contentType | propriedade |
contentType:String| Versão da linguagem: | ActionScript 3.0 |
| Versão de produto: | Review, Commenting, and Approval Building Block 10.0 |
| Versões de runtime: | Flash Player 10.2, AIR (unsupported) |
The document content type.
Implementação
public function get contentType():String public function set contentType(value:String):voidcreatedBy | propriedade |
createdBy:String| Versão da linguagem: | ActionScript 3.0 |
| Versão de produto: | Review, Commenting, and Approval Building Block 10.0 |
| Versões de runtime: | Flash Player 10.2, AIR (unsupported) |
Name of the person who created the document.
Implementação
public function get createdBy():String public function set createdBy(value:String):voidcreatedOn | propriedade |
createdOn:Date| Versão da linguagem: | ActionScript 3.0 |
| Versão de produto: | Review, Commenting, and Approval Building Block 10.0 |
| Versões de runtime: | Flash Player 10.2, AIR (unsupported) |
Date of creation of the document.
Implementação
public function get createdOn():Date public function set createdOn(value:Date):voiddescription | propriedade |
description:String| Versão da linguagem: | ActionScript 3.0 |
| Versão de produto: | Review, Commenting, and Approval Building Block 10.0 |
| Versões de runtime: | Flash Player 10.2, AIR (unsupported) |
The document description.
Implementação
public function get description():String public function set description(value:String):voidfile | propriedade |
file:File| Versão da linguagem: | ActionScript 3.0 |
| Versão de produto: | Review, Commenting, and Approval Building Block 10.0 |
| Versões de runtime: | Flash Player 10.2, AIR (unsupported) |
File object used for a supporting document.
Implementação
public function get file():File public function set file(value:File):voidname | propriedade |
owner | propriedade |
owner:Object| Versão da linguagem: | ActionScript 3.0 |
| Versão de produto: | Review, Commenting, and Approval Building Block 10.0 |
| Versões de runtime: | Flash Player 10.2, AIR (unsupported) |
Owner of a supporting document.
Implementação
public function get owner():Object public function set owner(value:Object):voidtype | propriedade |
type:String| Versão da linguagem: | ActionScript 3.0 |
| Versão de produto: | Review, Commenting, and Approval Building Block 10.0 |
| Versões de runtime: | Flash Player 10.2, AIR (unsupported) |
The type of supporting document. Supporting document can be of the following two types:
- REF
- DOCUMENT
Implementação
public function get type():String public function set type(value:String):voiduri | propriedade |
vo | propriedade |
vo:DocumentVO| Versão da linguagem: | ActionScript 3.0 |
| Versão de produto: | Review, Commenting, and Approval Building Block 10.0 |
| Versões de runtime: | Flash Player 10.2, AIR (unsupported) |
Value object for a supporting document.
Implementação
public function get vo():DocumentVO public function set vo(value:DocumentVO):voidElementos da API relacionados
Wed Jun 13 2018, 11:10 AM Z