Pacchetto | com.adobe.solutions.rca.domain.impl |
Classe | public class SupportingDocument |
Ereditarietà | SupportingDocument ![]() |
Implementa | ISupportingDocument |
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Blocco costitutivo Review, Commenting, and Approval 10.0 |
Versioni runtime: | Flash Player 10.2, AIR (unsupported) |
Proprietà pubbliche
Proprietà | Definito da | ||
---|---|---|---|
![]() | constructor : Object
Un riferimento all'oggetto classe o alla funzione di costruzione per una determinata istanza di oggetto. | Object | |
contentType : String
The document content type. | SupportingDocument | ||
createdBy : String
Name of the person who created the document. | SupportingDocument | ||
createdOn : Date
Date of creation of the document. | SupportingDocument | ||
description : String
The document description. | SupportingDocument | ||
file : File
File object used for a supporting document. | SupportingDocument | ||
name : String
Name of a supporting document. | SupportingDocument | ||
owner : Object
Owner of a supporting document. | SupportingDocument | ||
type : String
The type of supporting document. | SupportingDocument | ||
uri : String
The document URI. | SupportingDocument | ||
vo : DocumentVO
Value object for a supporting document. | SupportingDocument |
Metodi pubblici
Metodo | Definito da | ||
---|---|---|---|
SupportingDocument(value:DocumentVO = null)
The constructor for SupportingDocument class. | SupportingDocument | ||
![]() |
Indica se per un oggetto è definita una proprietà specifica. | Object | |
![]() |
Indica se un'istanza della classe Object si trova nella catena di prototipi dell'oggetto specificato come parametro. | Object | |
![]() |
Indica se la proprietà specificata esiste ed è enumerabile. | Object | |
![]() |
Imposta la disponibilità di una proprietà dinamica per le operazioni cicliche. | Object | |
![]() |
Restituisce la rappresentazione in formato stringa di questo oggetto, formattato in base alle convenzioni specifiche per le versioni localizzate. | Object | |
![]() |
Restituisce la rappresentazione in formato stringa dell'oggetto specificato. | Object | |
![]() |
Restituisce il valore di base dell'oggetto specificato. | Object |
Descrizione delle proprietà
contentType | proprietà |
contentType:String
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Blocco costitutivo Review, Commenting, and Approval 10 |
Versioni runtime: | Flash Player 10.2, AIR (unsupported) |
The document content type.
Implementazione
public function get contentType():String
public function set contentType(value:String):void
createdBy | proprietà |
createdBy:String
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Blocco costitutivo Review, Commenting, and Approval 10 |
Versioni runtime: | Flash Player 10.2, AIR (unsupported) |
Name of the person who created the document.
Implementazione
public function get createdBy():String
public function set createdBy(value:String):void
createdOn | proprietà |
createdOn:Date
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Blocco costitutivo Review, Commenting, and Approval 10 |
Versioni runtime: | Flash Player 10.2, AIR (unsupported) |
Date of creation of the document.
Implementazione
public function get createdOn():Date
public function set createdOn(value:Date):void
description | proprietà |
description:String
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Blocco costitutivo Review, Commenting, and Approval 10 |
Versioni runtime: | Flash Player 10.2, AIR (unsupported) |
The document description.
Implementazione
public function get description():String
public function set description(value:String):void
file | proprietà |
file:File
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Blocco costitutivo Review, Commenting, and Approval 10 |
Versioni runtime: | Flash Player 10.2, AIR (unsupported) |
File object used for a supporting document.
Implementazione
public function get file():File
public function set file(value:File):void
name | proprietà |
name:String
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Blocco costitutivo Review, Commenting, and Approval 10 |
Versioni runtime: | Flash Player 10.2, AIR (unsupported) |
Name of a supporting document.
Implementazione
public function get name():String
public function set name(value:String):void
owner | proprietà |
owner:Object
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Blocco costitutivo Review, Commenting, and Approval 10 |
Versioni runtime: | Flash Player 10.2, AIR (unsupported) |
Owner of a supporting document.
Implementazione
public function get owner():Object
public function set owner(value:Object):void
type | proprietà |
type:String
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Blocco costitutivo Review, Commenting, and Approval 10 |
Versioni runtime: | Flash Player 10.2, AIR (unsupported) |
The type of supporting document. Supporting document can be of the following two types:
- REF
- DOCUMENT
Implementazione
public function get type():String
public function set type(value:String):void
uri | proprietà |
vo | proprietà |
vo:DocumentVO
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Blocco costitutivo Review, Commenting, and Approval 10 |
Versioni runtime: | Flash Player 10.2, AIR (unsupported) |
Value object for a supporting document.
Implementazione
public function get vo():DocumentVO
public function set vo(value:DocumentVO):void
Descrizione della funzione di costruzione
SupportingDocument | () | Funzione di costruzione |
public function SupportingDocument(value:DocumentVO = null)
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Blocco costitutivo Review, Commenting, and Approval 10.0 |
Versioni runtime: | Flash Player 10.2, AIR (unsupported) |
The constructor for SupportingDocument
class.
value:DocumentVO (default = null ) — Supporting document value object.
|
Tue Jun 12 2018, 02:44 PM Z