| Pakket | com.adobe.solutions.rca.domain.impl |
| Klasse | public class SupportingDocument |
| Overerving | SupportingDocument Object |
| Implementatie | ISupportingDocument |
| 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 | ||
|---|---|---|---|
![]() | constructor : Object
Verwijzing naar het klasseobject of de constructorfunctie van een bepaalde objectinstantie. | 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 | ||
Openbare methoden
| Methode | Gedefinieerd door | ||
|---|---|---|---|
SupportingDocument(value:DocumentVO = null)
The constructor for SupportingDocument class. | SupportingDocument | ||
![]() |
Geeft aan of voor een object een opgegeven eigenschap is gedefinieerd. | Object | |
![]() |
Geeft aan of een instantie van de klasse Object zich in de prototypeketen van het object bevindt dat als parameter is opgegeven. | Object | |
![]() |
Geeft aan of de opgegeven eigenschap bestaat en kan worden opgesomd. | Object | |
![]() |
Stelt de beschikbaarheid van een dynamische eigenschap voor lusbewerkingen in. | Object | |
![]() |
Geeft de tekenreeksweergave van dit object weer, geformatteerd volgens de locatiespecifieke conventies. | Object | |
![]() |
Retourneert een tekenreeksrepresentatie van het opgegeven object. | Object | |
![]() |
Retourneert de primitieve waarde van het opgegeven object. | Object | |
Eigenschapdetails
contentType | eigenschap |
createdBy | eigenschap |
createdBy:String| Taalversie: | ActionScript 3.0 |
| Productversie: | Review, Commenting, and Approval Building Block 10 |
| 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):voidcreatedOn | 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 |
| 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):voiduri | eigenschap |
vo | eigenschap |
vo:DocumentVO| Taalversie: | ActionScript 3.0 |
| Productversie: | Review, Commenting, and Approval Building Block 10 |
| 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):voidConstructordetails
SupportingDocument | () | Constructor |
public function SupportingDocument(value:DocumentVO = null)| Taalversie: | ActionScript 3.0 |
| Productversie: | Review, Commenting, and Approval Building Block 10.0 |
| Runtimeversies: | Flash Player 10.2, AIR (unsupported) |
The constructor for SupportingDocument class.
value:DocumentVO (default = null) — Supporting document value object.
|
Wed Jun 13 2018, 11:42 AM Z
Overerfde openbare eigenschappen verbergen
Overerfde openbare eigenschappen weergeven