| Paket | com.adobe.solutions.rca.domain.impl |
| Klasse | public class SupportingDocument |
| Vererbung | SupportingDocument Object |
| Implementiert | ISupportingDocument |
| Sprachversion: | ActionScript 3.0 |
| Produktversion: | Baustein „Review, Commenting, and Approval“ 10.0 |
| 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
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 | ||
Öffentliche Methoden
| Methode | Definiert von | ||
|---|---|---|---|
SupportingDocument(value:DocumentVO = null)
The constructor for SupportingDocument class. | SupportingDocument | ||
![]() |
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) |
The document content type.
Implementierung
public function get contentType():String public function set contentType(value:String):voidcreatedBy | Eigenschaft |
createdBy:String| Sprachversion: | ActionScript 3.0 |
| Produktversion: | Baustein „Review, Commenting, and Approval“ 10 |
| Laufzeitversionen: | Flash Player 10.2, AIR (unsupported) |
Name of the person who created the document.
Implementierung
public function get createdBy():String public function set createdBy(value:String):voidcreatedOn | Eigenschaft |
description | Eigenschaft |
description:String| Sprachversion: | ActionScript 3.0 |
| Produktversion: | Baustein „Review, Commenting, and Approval“ 10 |
| Laufzeitversionen: | Flash Player 10.2, AIR (unsupported) |
The document description.
Implementierung
public function get description():String public function set description(value:String):voidfile | Eigenschaft |
name | Eigenschaft |
owner | Eigenschaft |
type | Eigenschaft |
type:String| Sprachversion: | ActionScript 3.0 |
| Produktversion: | Baustein „Review, Commenting, and Approval“ 10 |
| Laufzeitversionen: | Flash Player 10.2, AIR (unsupported) |
The type of supporting document. Supporting document can be of the following two types:
- REF
- DOCUMENT
Implementierung
public function get type():String public function set type(value:String):voiduri | Eigenschaft |
vo | Eigenschaft |
vo:DocumentVO| Sprachversion: | ActionScript 3.0 |
| Produktversion: | Baustein „Review, Commenting, and Approval“ 10 |
| Laufzeitversionen: | Flash Player 10.2, AIR (unsupported) |
Value object for a supporting document.
Implementierung
public function get vo():DocumentVO public function set vo(value:DocumentVO):voidKonstruktordetails
SupportingDocument | () | Konstruktor |
public function SupportingDocument(value:DocumentVO = null)| Sprachversion: | ActionScript 3.0 |
| Produktversion: | Baustein „Review, Commenting, and Approval“ 10.0 |
| Laufzeitversionen: | Flash Player 10.2, AIR (unsupported) |
The constructor for SupportingDocument class.
value:DocumentVO (default = null) — Supporting document value object.
|
Tue Jun 12 2018, 10:04 AM Z
Vererbte öffentliche Eigenschaften ausblenden
Vererbte öffentliche Eigenschaften anzeigen