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 

OperationType  - AS3 Review, Commenting, and Approval

Packagecom.adobe.solutions.rca.constant
Classpublic class OperationType
InheritanceOperationType Inheritance 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.



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 OperationType class.
OperationType
 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
  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
Constructor Detail

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.

Constant Detail

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.