Pakket | com.adobe.solutions.rca.domain |
Interface | public interface ISupportingDocument |
Geïmplementeerd door | SupportingDocument |
Taalversie: | ActionScript 3.0 |
Productversie: | Review, Commenting, and Approval Building Block 10.0 |
Runtimeversies: | Flash Player 10.2, AIR (unsupported) |
Openbare eigenschappen
Eigenschap | Gedefinieerd door | ||
---|---|---|---|
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 |
Eigenschapdetails
contentType | eigenschap |
createdBy | eigenschap |
createdBy:String
Taalversie: | ActionScript 3.0 |
Productversie: | Review, Commenting, and Approval Building Block 10.0 |
Runtimeversies: | Flash Player 10.2, AIR (unsupported) |
Name of the person who created the document.
Implementatie
public function get createdBy():String
public function set createdBy(value:String):void
createdOn | eigenschap |
description | eigenschap |
file | eigenschap |
name | eigenschap |
owner | eigenschap |
type | eigenschap |
type:String
Taalversie: | ActionScript 3.0 |
Productversie: | Review, Commenting, and Approval Building Block 10.0 |
Runtimeversies: | Flash Player 10.2, AIR (unsupported) |
The type of supporting document. Supporting document can be of the following two types:
- REF
- DOCUMENT
Implementatie
public function get type():String
public function set type(value:String):void
uri | eigenschap |
vo | eigenschap |
vo:DocumentVO
Taalversie: | ActionScript 3.0 |
Productversie: | Review, Commenting, and Approval Building Block 10.0 |
Runtimeversies: | Flash Player 10.2, AIR (unsupported) |
Value object for a supporting document.
Implementatie
public function get vo():DocumentVO
public function set vo(value:DocumentVO):void
Verwante API-elementen
Wed Jun 13 2018, 11:42 AM Z