Paket | com.adobe.solutions.rca.vo |
Klasse | public class DocumentVO |
Vererbung | DocumentVO BaseVO Object |
Sprachversion: | ActionScript 3.0 |
Produktversion: | Baustein „Review, Commenting, and Approval“ 10 |
Laufzeitversionen: | Flash Player 10.2, AIR (unsupported) |
Öffentliche Eigenschaften
Eigenschaft | Definiert von | ||
---|---|---|---|
constructor : Object
Ein Verweis auf das Klassenobjekt oder die Konstruktorfunktion für eine angegebene Objektinstanz. | Object | ||
contentType : String
Gets the document content type. | DocumentVO | ||
createdBy : String
Gets the name of the creator of the document. | DocumentVO | ||
createdOn : Date
Gets the creation date of the document. | DocumentVO | ||
description : String
Gets the document description. | DocumentVO | ||
file : File
Gets the instance of File for this document. | DocumentVO | ||
id : String
Get the ID of the VO. | BaseVO | ||
name : String
Returns the name of the document. | DocumentVO | ||
type : String
Gets the type of supporting document. | DocumentVO | ||
uri : String
Returns document URI. | DocumentVO |
Öffentliche Methoden
Methode | Definiert von | ||
---|---|---|---|
The constructor for DocumentVO class. | DocumentVO | ||
Gibt an, ob für ein Objekt eine bestimmte Eigenschaft definiert wurde. | Object | ||
Gibt an, ob eine Instanz der Object-Klasse in der Prototypkette des Objekts vorhanden ist, das als Parameter angegeben wurde. | Object | ||
Gibt an, ob die angegebene Eigenschaft vorhanden ist und durchlaufen werden kann. | Object | ||
Legt die Verfügbarkeit einer dynamischen Eigenschaft für Schleifenoperationen fest. | Object | ||
Gibt die Stringdarstellung dieses Objekts zurück, formatiert entsprechend den Konventionen des Gebietsschemas. | Object | ||
Gibt das angegebene Objekt als String zurück. | Object | ||
Gibt den Grundwert des angegebenen Objekts zurück. | Object |
Eigenschaftendetails
contentType | Eigenschaft |
contentType:String
Sprachversion: | ActionScript 3.0 |
Produktversion: | Baustein „Review, Commenting, and Approval“ 10 |
Laufzeitversionen: | Flash Player 10.2, AIR (unsupported) |
Gets the document content type.
Implementierung
public function get contentType():String
public function set contentType(value:String):void
createdBy | Eigenschaft |
createdBy:String
Sprachversion: | ActionScript 3.0 |
Produktversion: | Baustein „Review, Commenting, and Approval“ 10 |
Laufzeitversionen: | Flash Player 10.2, AIR (unsupported) |
Gets the name of the creator of the document.
Implementierung
public function get createdBy():String
public function set createdBy(value:String):void
createdOn | Eigenschaft |
createdOn:Date
Sprachversion: | ActionScript 3.0 |
Produktversion: | Baustein „Review, Commenting, and Approval“ 10 |
Laufzeitversionen: | Flash Player 10.2, AIR (unsupported) |
Gets the creation date of the document.
Implementierung
public function get createdOn():Date
public function set createdOn(value:Date):void
description | Eigenschaft |
description:String
Sprachversion: | ActionScript 3.0 |
Produktversion: | Baustein „Review, Commenting, and Approval“ 10 |
Laufzeitversionen: | Flash Player 10.2, AIR (unsupported) |
Gets the document description.
Implementierung
public function get description():String
public function set description(value:String):void
file | Eigenschaft |
name | Eigenschaft |
type | Eigenschaft |
type:String
Sprachversion: | ActionScript 3.0 |
Produktversion: | Baustein „Review, Commenting, and Approval“ 10 |
Laufzeitversionen: | Flash Player 10.2, AIR (unsupported) |
Gets the type of supporting document. Supporting document can be of the following two type:
- REF
- DOCUMENT
Implementierung
public function get type():String
public function set type(value:String):void
uri | Eigenschaft |
Konstruktordetails
DocumentVO | () | Konstruktor |
public function DocumentVO()
Sprachversion: | ActionScript 3.0 |
Produktversion: | Baustein „Review, Commenting, and Approval“ 10 |
Laufzeitversionen: | Flash Player 10.2, AIR (unsupported) |
The constructor for DocumentVO
class.
Tue Jun 12 2018, 10:04 AM Z