Packagelc
Classpublic class AssignmentConstants
InheritanceAssignmentConstants Inheritance Object

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
 Inheritedprototype : Object
[static] A reference to the prototype object of a class or function object.
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 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

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_ADMINREASSIGNMENTConstant
public static const TYPE_ADMINREASSIGNMENT:Number = 5

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

TYPE_CLAIMConstant 
public static const TYPE_CLAIM:Number = 3

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

TYPE_CONSULTConstant 
public static const TYPE_CONSULT:Number = 6

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

TYPE_ESCALATIONConstant 
public static const TYPE_ESCALATION:Number = 4

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

TYPE_FORWARDConstant 
public static const TYPE_FORWARD:Number = 1

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

TYPE_INITIALConstant 
public static const TYPE_INITIAL:Number = 0

A special value that specifies the initial assignment.

TYPE_REJECTConstant 
public static const TYPE_REJECT:Number = 2

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





 

Send me an e-mail when comments are added to this page | Comment Report

Current page: http://livedocs.adobe.com/livecycle/es/sdkHelp/common/langref/lc/AssignmentConstants.html