ActionScript® 3.0 Reference for the Adobe® Flash® Platform
Home  |  Show Packages and Classes List |  Packages  |  Classes  |  What's New  |  Index  |  Appendixes
com.adobe.solutions.rca.domain.common 

IDocument  - AS3 Review, Commenting, and Approval

Packagecom.adobe.solutions.rca.domain.common
Interfacepublic interface IDocument

Language Version: ActionScript 3.0
Product Version: Review, Commenting, and Approval Building Block 10.0
Runtime Versions: Flash Player 10.2, AIR (unsupported)

This interface defines the basic properties of a document.



Public Properties
 PropertyDefined By
  documentName : String
[read-only] Name of the document.
IDocument
  importDate : Date
[read-only] Date when a document was imported in the workflow.
IDocument
  importedBy : String
[read-only] Name of the user who imported the document in the workflow.
IDocument
Property Detail

documentName

property
documentName:String  [read-only]

Language Version: ActionScript 3.0
Product Version: Review, Commenting, and Approval Building Block 10.0
Runtime Versions: Flash Player 10.2, AIR (unsupported)

Name of the document.



Implementation
    public function get documentName():String

importDate

property 
importDate:Date  [read-only]

Language Version: ActionScript 3.0
Product Version: Review, Commenting, and Approval Building Block 10.0
Runtime Versions: Flash Player 10.2, AIR (unsupported)

Date when a document was imported in the workflow.



Implementation
    public function get importDate():Date

importedBy

property 
importedBy:String  [read-only]

Language Version: ActionScript 3.0
Product Version: Review, Commenting, and Approval Building Block 10.0
Runtime Versions: Flash Player 10.2, AIR (unsupported)

Name of the user who imported the document in the workflow.



Implementation
    public function get importedBy():String