ActionScript® 3.0 Reference for the Adobe® Flash® Platform
Home  |  Show Packages and Classes List |  Packages  |  Classes  |  What's New  |  Index  |  Appendixes
lc.procmgmt 

AssignmentConstants  - AS3 ADEP Workspace

Packagelc.procmgmt
Classpublic class AssignmentConstants
InheritanceAssignmentConstants Inheritance Object

Language Version: ActionScript 3.0
Product Version: Adobe Digital Enterprise Platform Document Services - Workspace 9
Runtime Versions: AIR (unsupported), Flash Player 9, Flash Player 10

The AssignmentConstants class holds constants for the Assignment class assignmentType property. It also provides static helper methods to convert these numeric constants into localized strings.



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
 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
  
typeValue(assignmentType:Number):String
[static] Retrieves a localized string that corresponds to the passed assignment type.
AssignmentConstants
 Inherited
Returns the primitive value of the specified object.
Object
Public Constants
 ConstantDefined By
  TYPE_ADMINREASSIGNMENT : Number = 5
[static] A special value that specifies the assignment was assigned by the administrator.
AssignmentConstants
  TYPE_CLAIM : Number = 3
[static] A special value that specifies the assignment is of type claim.
AssignmentConstants
  TYPE_CONSULT : Number = 6
[static] A special value that specifies the assignment type is of type consult.
AssignmentConstants
  TYPE_ESCALATION : Number = 4
[static] A special value that specifies the assignment is of type escalation.
AssignmentConstants
  TYPE_FORWARD : Number = 1
[static] A special value that specifies the assignment is of type forward.
AssignmentConstants
  TYPE_INITIAL : Number = 0
[static] A special value that specifies the initial assignment.
AssignmentConstants
  TYPE_REJECT : Number = 2
[static] A special value that specifies the assignment is of type reject.
AssignmentConstants
Method Detail

typeValue

()method
public static function typeValue(assignmentType:Number):String

Language Version: ActionScript 3.0
Product Version: Adobe Digital Enterprise Platform Document Services - Workspace 9
Runtime Versions: AIR (unsupported), Flash Player 9, Flash Player 10

Retrieves a localized string that corresponds to the passed assignment type.

Parameters

assignmentType:Number — Specifies the assignment type. It must be one of the TYPE_constants.

Returns
String — A localized string that corresponds to the specified assignment.
Constant Detail

TYPE_ADMINREASSIGNMENT

Constant
public static const TYPE_ADMINREASSIGNMENT:Number = 5

Language Version: ActionScript 3.0
Product Version: Adobe Digital Enterprise Platform Document Services - Workspace 9
Runtime Versions: AIR (unsupported), Flash Player 9, Flash Player 10

A special value that specifies the assignment was assigned by the administrator.

TYPE_CLAIM

Constant 
public static const TYPE_CLAIM:Number = 3

Language Version: ActionScript 3.0
Product Version: Adobe Digital Enterprise Platform Document Services - Workspace 9
Runtime Versions: AIR (unsupported), Flash Player 9, Flash Player 10

A special value that specifies the assignment is of type claim.

TYPE_CONSULT

Constant 
public static const TYPE_CONSULT:Number = 6

Language Version: ActionScript 3.0
Product Version: Adobe Digital Enterprise Platform Document Services - Workspace 9
Runtime Versions: AIR (unsupported), Flash Player 9, Flash Player 10

A special value that specifies the assignment type is of type consult.

TYPE_ESCALATION

Constant 
public static const TYPE_ESCALATION:Number = 4

Language Version: ActionScript 3.0
Product Version: Adobe Digital Enterprise Platform Document Services - Workspace 9
Runtime Versions: AIR (unsupported), Flash Player 9, Flash Player 10

A special value that specifies the assignment is of type escalation.

TYPE_FORWARD

Constant 
public static const TYPE_FORWARD:Number = 1

Language Version: ActionScript 3.0
Product Version: Adobe Digital Enterprise Platform Document Services - Workspace 9
Runtime Versions: AIR (unsupported), Flash Player 9, Flash Player 10

A special value that specifies the assignment is of type forward.

TYPE_INITIAL

Constant 
public static const TYPE_INITIAL:Number = 0

Language Version: ActionScript 3.0
Product Version: Adobe Digital Enterprise Platform Document Services - Workspace 9
Runtime Versions: AIR (unsupported), Flash Player 9, Flash Player 10

A special value that specifies the initial assignment.

TYPE_REJECT

Constant 
public static const TYPE_REJECT:Number = 2

Language Version: ActionScript 3.0
Product Version: Adobe Digital Enterprise Platform Document Services - Workspace 9
Runtime Versions: AIR (unsupported), Flash Player 9, Flash Player 10

A special value that specifies the assignment is of type reject.