Package | com.adobe.solutions.rca.domain |
Interface | public interface ISupportingDocument |
Implémenteurs | SupportingDocument |
Version du langage: | ActionScript 3.0 |
Version du produit: | Bloc de création Review, Commenting & Approval 10.0 |
Versions du moteur d’exécution: | Flash Player 10.2, AIR (unsupported) |
Propriétés publiques
Propriété | Défini par | ||
---|---|---|---|
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 |
Détails de la propriété
contentType | propriété |
contentType:String
Version du langage: | ActionScript 3.0 |
Version du produit: | Bloc de création Review, Commenting & Approval 10.0 |
Versions du moteur d’exécution: | Flash Player 10.2, AIR (unsupported) |
The document content type.
Implémentation
public function get contentType():String
public function set contentType(value:String):void
createdBy | propriété |
createdBy:String
Version du langage: | ActionScript 3.0 |
Version du produit: | Bloc de création Review, Commenting & Approval 10.0 |
Versions du moteur d’exécution: | Flash Player 10.2, AIR (unsupported) |
Name of the person who created the document.
Implémentation
public function get createdBy():String
public function set createdBy(value:String):void
createdOn | propriété |
createdOn:Date
Version du langage: | ActionScript 3.0 |
Version du produit: | Bloc de création Review, Commenting & Approval 10.0 |
Versions du moteur d’exécution: | Flash Player 10.2, AIR (unsupported) |
Date of creation of the document.
Implémentation
public function get createdOn():Date
public function set createdOn(value:Date):void
description | propriété |
description:String
Version du langage: | ActionScript 3.0 |
Version du produit: | Bloc de création Review, Commenting & Approval 10.0 |
Versions du moteur d’exécution: | Flash Player 10.2, AIR (unsupported) |
The document description.
Implémentation
public function get description():String
public function set description(value:String):void
file | propriété |
file:File
Version du langage: | ActionScript 3.0 |
Version du produit: | Bloc de création Review, Commenting & Approval 10.0 |
Versions du moteur d’exécution: | Flash Player 10.2, AIR (unsupported) |
File object used for a supporting document.
Implémentation
public function get file():File
public function set file(value:File):void
name | propriété |
name:String
Version du langage: | ActionScript 3.0 |
Version du produit: | Bloc de création Review, Commenting & Approval 10.0 |
Versions du moteur d’exécution: | Flash Player 10.2, AIR (unsupported) |
Name of a supporting document.
Implémentation
public function get name():String
public function set name(value:String):void
owner | propriété |
owner:Object
Version du langage: | ActionScript 3.0 |
Version du produit: | Bloc de création Review, Commenting & Approval 10.0 |
Versions du moteur d’exécution: | Flash Player 10.2, AIR (unsupported) |
Owner of a supporting document.
Implémentation
public function get owner():Object
public function set owner(value:Object):void
type | propriété |
type:String
Version du langage: | ActionScript 3.0 |
Version du produit: | Bloc de création Review, Commenting & Approval 10.0 |
Versions du moteur d’exécution: | Flash Player 10.2, AIR (unsupported) |
The type of supporting document. Supporting document can be of the following two types:
- REF
- DOCUMENT
Implémentation
public function get type():String
public function set type(value:String):void
uri | propriété |
vo | propriété |
vo:DocumentVO
Version du langage: | ActionScript 3.0 |
Version du produit: | Bloc de création Review, Commenting & Approval 10.0 |
Versions du moteur d’exécution: | Flash Player 10.2, AIR (unsupported) |
Value object for a supporting document.
Implémentation
public function get vo():DocumentVO
public function set vo(value:DocumentVO):void
Eléments de l’API associés
Tue Jun 12 2018, 09:30 AM Z