Package | com.adobe.livecycle.rca.model.constant |
Class | public class DocumentType |
Inheritance | DocumentType ![]() |
Deprecated since Review, Commenting, and Approval 10: Please Use com.adobe.solutions.rca.constant.DocumentType
Language Version: | ActionScript 3.0 |
Product Version: | Review, Commenting, and Approval Building Block 9.5 |
Runtime Versions: | Flash Player 9, Flash Player 10, AIR (unsupported) |
Public Properties
Public Methods
Method | Defined By | ||
---|---|---|---|
Provides values for the SupportingDocument property type. | DocumentType | ||
![]() |
Indicates whether an object has a specified property defined. | Object | |
![]() |
Indicates whether an instance of the Object class is in the prototype chain of the object specified
as the parameter. | Object | |
![]() |
Indicates whether the specified property exists and is enumerable. | Object | |
![]() |
Sets the availability of a dynamic property for loop operations. | Object | |
![]() |
Returns the string representation of this object, formatted according to locale-specific conventions. | Object | |
![]() |
Returns the string representation of the specified object. | Object | |
![]() |
Returns the primitive value of the specified object. | Object |
Public Constants
Constant | Defined By | ||
---|---|---|---|
DOCUMENT : String = "DOCUMENT" [static] Specifies that the type is document. | DocumentType | ||
REF : String = "REF" [static]
Specifies that the document type is reference. | DocumentType | ||
TYPES : Array [static] A utility array of all possible values for the SupportingDocument property type. | DocumentType |
Constructor Detail
DocumentType | () | Constructor |
public function DocumentType()
Language Version: | ActionScript 3.0 |
Product Version: | Review, Commenting, and Approval Building Block 9.5 |
Runtime Versions: | Flash Player 9, Flash Player 10, AIR (unsupported) |
Provides values for the SupportingDocument
property type.
A supporting document can refer to a document or a reference. For example, a URL.
Related API Elements
Constant Detail
DOCUMENT | Constant |
public static const DOCUMENT:String = "DOCUMENT"
Language Version: | ActionScript 3.0 |
Product Version: | Review, Commenting, and Approval Building Block 9.5 |
Runtime Versions: | Flash Player 9, Flash Player 10, AIR (unsupported) |
Specifies that the type is document. A document is a DocumentReference
object,
which can represent a LiveCycle document or a URL.
Related API Elements
REF | Constant |
public static const REF:String = "REF"
Language Version: | ActionScript 3.0 |
Product Version: | Review, Commenting, and Approval Building Block 9.5 |
Runtime Versions: | Flash Player 9, Flash Player 10, AIR (unsupported) |
Specifies that the document type is reference. For example, a URL.
TYPES | Constant |
public static const TYPES:Array
Language Version: | ActionScript 3.0 |
Product Version: | Review, Commenting, and Approval Building Block 9.5 |
Runtime Versions: | Flash Player 9, Flash Player 10, AIR (unsupported) |
A utility array of all possible values for the SupportingDocument
property type.
Mon Apr 10 2017, 12:28 PM -07:00