| Package | lc.procmgmt | 
| Class | public class AssignmentConstants | 
| Inheritance | AssignmentConstants    Object | 
| Language Version: | ActionScript 3.0 | 
| Product Versions: | LiveCycle ES 8.2.1, Adobe Digital Enterprise Platform Experience Services - Document Services ES2 | 
| Runtime Versions: | AIR 1.0, Flash Player 9.0, 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.
| Method | Defined By | ||
|---|---|---|---|
![]()  | 
	 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 | |
[static] 
		 Retrieves a localized string that corresponds to the passed assignment type.  | AssignmentConstants | ||
![]()  | 
	 Returns the primitive value of the specified object.  | Object | |
| Constant | Defined 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 | ||
typeValue | () | method | 
 public static function typeValue(assignmentType:Number):String| Language Version: | ActionScript 3.0 | 
| Product Version: | Adobe Digital Enterprise Platform Experience Services - Document Services ES2 | 
| Runtime Versions: | AIR 1.0, 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.
		  | 
String — A localized string that corresponds to the specified assignment.
		 
		  | 
TYPE_ADMINREASSIGNMENT | Constant | 
public static const TYPE_ADMINREASSIGNMENT:Number = 5| Language Version: | ActionScript 3.0 | 
| Product Version: | Adobe Digital Enterprise Platform Experience Services - Document Services ES2 | 
| Runtime Versions: | AIR 1.0, 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 Experience Services - Document Services ES2 | 
| Runtime Versions: | AIR 1.0, 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 Experience Services - Document Services ES2 | 
| Runtime Versions: | AIR 1.0, 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 Experience Services - Document Services ES2 | 
| Runtime Versions: | AIR 1.0, 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 Experience Services - Document Services ES2 | 
| Runtime Versions: | AIR 1.0, 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 Experience Services - Document Services ES2 | 
| Runtime Versions: | AIR 1.0, 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 Experience Services - Document Services ES2 | 
| Runtime Versions: | AIR 1.0, Flash Player 9, Flash Player 10 | 
A special value that specifies the assignment is of type reject.
Wed Nov 21 2018, 06:34 AM -08:00
 
 Hide Inherited Public Properties
 Show Inherited Public Properties