| Package | lc |
| Class | public class AssignmentConstants |
| Inheritance | AssignmentConstants Object |
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 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
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
A special value that specifies the assignment was assigned by the administrator.
| TYPE_CLAIM | Constant |
public static const TYPE_CLAIM:Number = 3
A special value that specifies the assignment is of type claim.
| TYPE_CONSULT | Constant |
public static const TYPE_CONSULT:Number = 6
A special value that specifies the assignment type is of type consult.
| TYPE_ESCALATION | Constant |
public static const TYPE_ESCALATION:Number = 4
A special value that specifies the assignment is of type escalation.
| TYPE_FORWARD | Constant |
public static const TYPE_FORWARD:Number = 1
A special value that specifies the assignment is of type forward.
| TYPE_INITIAL | Constant |
public static const TYPE_INITIAL:Number = 0
A special value that specifies the initial assignment.
| TYPE_REJECT | Constant |
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