Package | com.adobe.solutions.rca.constant |
Class | public class OperationType |
Inheritance | OperationType Object |
Subclasses | LocalizedOperationType |
Language Version: | ActionScript 3.0 |
Product Version: | Review, Commenting, and Approval Building Block 10 |
Runtime Versions: | Flash Player 10.2, AIR (unsupported) |
OperationType
Enum.
Method | Defined By | ||
---|---|---|---|
The constructor for OperationType class. | OperationType | ||
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 | ||
---|---|---|---|
ADD_APPROVER : String = "ADD_APPROVER" [static]
This operation adds an approver to an approver stage. | OperationType | ||
ADD_REVIEWER : String = "ADD_REVIEWER" [static]
This operation adds a reviewer to a review stage. | OperationType | ||
CHANGE_AUTHOR : String = "CHANGE_AUTHOR" [static]
This operation changes the author of a creation stage. | OperationType | ||
CHANGE_DURATION : String = "CHANGE_DURATION" [static]
This operation changes the duration of a stage. | OperationType | ||
MARK_MANDATORY : String = "MARK_MANDATORY" [static]
This operation marks an optional reviewer as mandatory. | OperationType | ||
MARK_OPTIONAL : String = "MARK_OPTIONAL" [static]
This operation marks a mandatory reviewer as optional. | OperationType | ||
REMOVE : String = "REMOVE" [static]
This operation removes a participant from a stage. | OperationType | ||
REMOVE_APPROVER : String = "REMOVE_APPROVER" [static]
This operation removes approver to an approver stage. | OperationType | ||
REMOVE_REVIEWER : String = "REMOVE_REVIEWER" [static]
This operation removes reviewer to a review stage. | OperationType | ||
RESOLVE_STAGE : String = "RESOLVE_STAGE" [static]
This operation resolves stage, if its a reference to stage template. | OperationType |
OperationType | () | Constructor |
public function OperationType()
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 OperationType
class.
ADD_APPROVER | Constant |
public static const ADD_APPROVER:String = "ADD_APPROVER"
Language Version: | ActionScript 3.0 |
Product Version: | Review, Commenting, and Approval Building Block 10 |
Runtime Versions: | Flash Player 10.2, AIR (unsupported) |
This operation adds an approver to an approver stage.
ADD_REVIEWER | Constant |
public static const ADD_REVIEWER:String = "ADD_REVIEWER"
Language Version: | ActionScript 3.0 |
Product Version: | Review, Commenting, and Approval Building Block 10 |
Runtime Versions: | Flash Player 10.2, AIR (unsupported) |
This operation adds a reviewer to a review stage.
CHANGE_AUTHOR | Constant |
public static const CHANGE_AUTHOR:String = "CHANGE_AUTHOR"
Language Version: | ActionScript 3.0 |
Product Version: | Review, Commenting, and Approval Building Block 10 |
Runtime Versions: | Flash Player 10.2, AIR (unsupported) |
This operation changes the author of a creation stage.
CHANGE_DURATION | Constant |
public static const CHANGE_DURATION:String = "CHANGE_DURATION"
Language Version: | ActionScript 3.0 |
Product Version: | Review, Commenting, and Approval Building Block 10 |
Runtime Versions: | Flash Player 10.2, AIR (unsupported) |
This operation changes the duration of a stage.
MARK_MANDATORY | Constant |
public static const MARK_MANDATORY:String = "MARK_MANDATORY"
Language Version: | ActionScript 3.0 |
Product Version: | Review, Commenting, and Approval Building Block 10 |
Runtime Versions: | Flash Player 10.2, AIR (unsupported) |
This operation marks an optional reviewer as mandatory.
MARK_OPTIONAL | Constant |
public static const MARK_OPTIONAL:String = "MARK_OPTIONAL"
Language Version: | ActionScript 3.0 |
Product Version: | Review, Commenting, and Approval Building Block 10 |
Runtime Versions: | Flash Player 10.2, AIR (unsupported) |
This operation marks a mandatory reviewer as optional.
REMOVE | Constant |
public static const REMOVE:String = "REMOVE"
Language Version: | ActionScript 3.0 |
Product Version: | Review, Commenting, and Approval Building Block 10 |
Runtime Versions: | Flash Player 10.2, AIR (unsupported) |
This operation removes a participant from a stage.
REMOVE_APPROVER | Constant |
public static const REMOVE_APPROVER:String = "REMOVE_APPROVER"
Language Version: | ActionScript 3.0 |
Product Version: | Review, Commenting, and Approval Building Block 10 |
Runtime Versions: | Flash Player 10.2, AIR (unsupported) |
This operation removes approver to an approver stage.
REMOVE_REVIEWER | Constant |
public static const REMOVE_REVIEWER:String = "REMOVE_REVIEWER"
Language Version: | ActionScript 3.0 |
Product Version: | Review, Commenting, and Approval Building Block 10 |
Runtime Versions: | Flash Player 10.2, AIR (unsupported) |
This operation removes reviewer to a review stage.
RESOLVE_STAGE | Constant |
public static const RESOLVE_STAGE:String = "RESOLVE_STAGE"
Language Version: | ActionScript 3.0 |
Product Version: | Review, Commenting, and Approval Building Block 10 |
Runtime Versions: | Flash Player 10.2, AIR (unsupported) |
This operation resolves stage, if its a reference to stage template.
Mon Nov 28 2011, 06:48 AM -08:00