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.constant 

AuthorStatus  - AS3 Review, Commenting, and Approval

Packagecom.adobe.solutions.rca.constant
Classpublic class AuthorStatus
InheritanceAuthorStatus Inheritance Object
Subclasses LocalizedAuthorStatus

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

AuthorStatus Enum.



Public Properties
 PropertyDefined By
 Inheritedconstructor : Object
A reference to the class object or constructor function for a given object instance.
Object
Public Methods
 MethodDefined By
  
The constructor for AuthorStatus class.
AuthorStatus
 Inherited
Indicates whether an object has a specified property defined.
Object
 Inherited
Indicates whether an instance of the Object class is in the prototype chain of the object specified as the parameter.
Object
 Inherited
Indicates whether the specified property exists and is enumerable.
Object
 Inherited
Sets the availability of a dynamic property for loop operations.
Object
 Inherited
Returns the string representation of this object, formatted according to locale-specific conventions.
Object
 Inherited
Returns the string representation of the specified object.
Object
 Inherited
Returns the primitive value of the specified object.
Object
Public Constants
 ConstantDefined By
  APPROVED_BY_INITIATOR : String = "APPROVED_BY_INITIATOR"
[static] APPROVED_BY_INITIATOR implies that content submitted by author has been approved by initiator.
AuthorStatus
  COMPLETED : String = "COMPLETED"
[static] COMPLETED status implies that author has completed the creation task.
AuthorStatus
  DECLINE : String = "DECLINE"
[static] DECLINE status implies that task has been declined by the author.
AuthorStatus
  PENDING : String = "PENDING"
[static] PENDING status implies that the task is waiting for action in the queue of the author.
AuthorStatus
  TERMINATED : String = "TERMINATED"
[static] TERMINATED status implies that task has been terminated.
AuthorStatus
  TYPES : Array
[static] Utility array containing all the valid values of author status.
AuthorStatus
  UNDER_REVIEW : String = "UNDER_REVIEW"
[static] UNDER_REVIEW status implies that task has been submitted by tha author and is currently reviewed by workflow initiator.
AuthorStatus
Constructor Detail

AuthorStatus

()Constructor
public function AuthorStatus()

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

The constructor for AuthorStatus class.

Related API Elements

Constant Detail

APPROVED_BY_INITIATOR

Constant
public static const APPROVED_BY_INITIATOR:String = "APPROVED_BY_INITIATOR"

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

APPROVED_BY_INITIATOR implies that content submitted by author has been approved by initiator.

Related API Elements

COMPLETED

Constant 
public static const COMPLETED:String = "COMPLETED"

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

COMPLETED status implies that author has completed the creation task.

DECLINE

Constant 
public static const DECLINE:String = "DECLINE"

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

DECLINE status implies that task has been declined by the author.

PENDING

Constant 
public static const PENDING:String = "PENDING"

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

PENDING status implies that the task is waiting for action in the queue of the author.

TERMINATED

Constant 
public static const TERMINATED:String = "TERMINATED"

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

TERMINATED status implies that task has been terminated.

TYPES

Constant 
public static const TYPES:Array

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

Utility array containing all the valid values of author status.

UNDER_REVIEW

Constant 
public static const UNDER_REVIEW:String = "UNDER_REVIEW"

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

UNDER_REVIEW status implies that task has been submitted by tha author and is currently reviewed by workflow initiator.

Related API Elements