Package | com.adobe.solutions.rca.constant |
Class | public class ReviewerStatus |
Inheritance | ReviewerStatus Object |
Subclasses | LocalizedReviewerStatus |
Language Version: | ActionScript 3.0 |
Product Version: | Review, Commenting, and Approval Building Block 10 |
Runtime Versions: | Flash Player 10.2, AIR (unsupported) |
ReviewerStatus
Enum.
Method | Defined By | ||
---|---|---|---|
The constructor for ReviewerStatus class. | ReviewerStatus | ||
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 |
Constant | Defined By | ||
---|---|---|---|
CHANGES_REQUIRED : String = "CHANGES_REQUIRED" [static]
The reviewer status when the document or a task has been marked back to initiator for changes. | ReviewerStatus | ||
COMPLETED : String = "COMPLETED" [static]
The reviewer status when the document or a task has been completed by the reviewer. | ReviewerStatus | ||
DECLINED : String = "DECLINED" [static]
The reviewer status when the document or a task has been declined by reviewer. | ReviewerStatus | ||
PENDING : String = "PENDING" [static]
The reviewer status when the document or a task is pending. | ReviewerStatus | ||
REJECTED : String = "REJECTED" [static]
The reviewer status when the reviewer has rejected the document or a task. | ReviewerStatus | ||
REMOVED : String = "REMOVED" [static]
The reviewer status when the reviewer has been removed from the stage. | ReviewerStatus | ||
TERMINATED : String = "TERMINATED" [static]
The reviewer status when the stage is completed but the reviewer has not completed the task. | ReviewerStatus | ||
TYPES : Array [static]
Utility array of all possible status for an approver. | ReviewerStatus |
ReviewerStatus | () | Constructor |
public function ReviewerStatus()
Language Version: | ActionScript 3.0 |
Product Version: | Review, Commenting, and Approval Building Block 10 |
Runtime Versions: | Flash Player 10.2, AIR (unsupported) |
The constructor for ReviewerStatus
class.
The ReviewerStatus class provides values for the status property of an reviewer.
Related API Elements
CHANGES_REQUIRED | Constant |
public static const CHANGES_REQUIRED:String = "CHANGES_REQUIRED"
Language Version: | ActionScript 3.0 |
Product Version: | Review, Commenting, and Approval Building Block 10 |
Runtime Versions: | Flash Player 10.2, AIR (unsupported) |
The reviewer status when the document or a task has been marked back to initiator for changes.
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) |
The reviewer status when the document or a task has been completed by the reviewer.
DECLINED | Constant |
public static const DECLINED:String = "DECLINED"
Language Version: | ActionScript 3.0 |
Product Version: | Review, Commenting, and Approval Building Block 10 |
Runtime Versions: | Flash Player 10.2, AIR (unsupported) |
The reviewer status when the document or a task has been declined by reviewer.
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) |
The reviewer status when the document or a task is pending.
REJECTED | Constant |
public static const REJECTED:String = "REJECTED"
Language Version: | ActionScript 3.0 |
Product Version: | Review, Commenting, and Approval Building Block 10 |
Runtime Versions: | Flash Player 10.2, AIR (unsupported) |
The reviewer status when the reviewer has rejected the document or a task.
REMOVED | Constant |
public static const REMOVED:String = "REMOVED"
Language Version: | ActionScript 3.0 |
Product Version: | Review, Commenting, and Approval Building Block 10 |
Runtime Versions: | Flash Player 10.2, AIR (unsupported) |
The reviewer status when the reviewer has been removed from the stage.
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) |
The reviewer status when the stage is completed but the reviewer has not completed the task. This happens if the reviewer is an optional reviewer.
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 of all possible status for an approver.
Mon Nov 28 2011, 06:48 AM -08:00