| Pakiet | com.adobe.solutions.rca.domain |
| Interfejs | public interface ISupportingDocument |
| Implementory | SupportingDocument |
| Wersja języka: | ActionScript 3.0 |
| Wersja produktu: | Review, Commenting, and Approval Building Block 10.0 |
| Wersje środowiska wykonawczego: | Flash Player 10.2, AIR (unsupported) |
Właściwości publiczne
| Właściwość | Zdefiniowane przez | ||
|---|---|---|---|
| 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 | ||
Szczegół właściwości
contentType | właściwość |
contentType:String| Wersja języka: | ActionScript 3.0 |
| Wersja produktu: | Review, Commenting, and Approval Building Block 10.0 |
| Wersje środowiska wykonawczego: | Flash Player 10.2, AIR (unsupported) |
The document content type.
Implementacja
public function get contentType():String public function set contentType(value:String):voidcreatedBy | właściwość |
createdBy:String| Wersja języka: | ActionScript 3.0 |
| Wersja produktu: | Review, Commenting, and Approval Building Block 10.0 |
| Wersje środowiska wykonawczego: | Flash Player 10.2, AIR (unsupported) |
Name of the person who created the document.
Implementacja
public function get createdBy():String public function set createdBy(value:String):voidcreatedOn | właściwość |
createdOn:Date| Wersja języka: | ActionScript 3.0 |
| Wersja produktu: | Review, Commenting, and Approval Building Block 10.0 |
| Wersje środowiska wykonawczego: | Flash Player 10.2, AIR (unsupported) |
Date of creation of the document.
Implementacja
public function get createdOn():Date public function set createdOn(value:Date):voiddescription | właściwość |
description:String| Wersja języka: | ActionScript 3.0 |
| Wersja produktu: | Review, Commenting, and Approval Building Block 10.0 |
| Wersje środowiska wykonawczego: | Flash Player 10.2, AIR (unsupported) |
The document description.
Implementacja
public function get description():String public function set description(value:String):voidfile | właściwość |
file:File| Wersja języka: | ActionScript 3.0 |
| Wersja produktu: | Review, Commenting, and Approval Building Block 10.0 |
| Wersje środowiska wykonawczego: | Flash Player 10.2, AIR (unsupported) |
File object used for a supporting document.
Implementacja
public function get file():File public function set file(value:File):voidname | właściwość |
name:String| Wersja języka: | ActionScript 3.0 |
| Wersja produktu: | Review, Commenting, and Approval Building Block 10.0 |
| Wersje środowiska wykonawczego: | Flash Player 10.2, AIR (unsupported) |
Name of a supporting document.
Implementacja
public function get name():String public function set name(value:String):voidowner | właściwość |
owner:Object| Wersja języka: | ActionScript 3.0 |
| Wersja produktu: | Review, Commenting, and Approval Building Block 10.0 |
| Wersje środowiska wykonawczego: | Flash Player 10.2, AIR (unsupported) |
Owner of a supporting document.
Implementacja
public function get owner():Object public function set owner(value:Object):voidtype | właściwość |
type:String| Wersja języka: | ActionScript 3.0 |
| Wersja produktu: | Review, Commenting, and Approval Building Block 10.0 |
| Wersje środowiska wykonawczego: | Flash Player 10.2, AIR (unsupported) |
The type of supporting document. Supporting document can be of the following two types:
- REF
- DOCUMENT
Implementacja
public function get type():String public function set type(value:String):voiduri | właściwość |
vo | właściwość |
vo:DocumentVO| Wersja języka: | ActionScript 3.0 |
| Wersja produktu: | Review, Commenting, and Approval Building Block 10.0 |
| Wersje środowiska wykonawczego: | Flash Player 10.2, AIR (unsupported) |
Value object for a supporting document.
Implementacja
public function get vo():DocumentVO public function set vo(value:DocumentVO):voidPowiązane elementy interfejsu API
Tue Jun 12 2018, 12:06 PM Z