Package | lc.procmgmt |
Classe | public class AssignmentConstants |
Héritage | AssignmentConstants Object |
Version du langage: | ActionScript 3.0 |
Version du produit: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Versions du moteur d’exécution: | 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.
Méthode | Défini par | ||
---|---|---|---|
Indique si la propriété spécifiée d’un objet est définie. | Object | ||
Indique si une occurrence de la classe Object figure dans la chaîne de prototype de l’objet spécifié en tant que paramètre. | Object | ||
Indique si la propriété spécifiée existe et est énumérable. | Object | ||
Définit la disponibilité d’une propriété dynamique pour les opérations en boucle. | Object | ||
Renvoie la représentation de chaîne de cet objet, formatée selon les paramètres régionaux en vigueur. | Object | ||
Renvoie la représentation sous forme de chaîne de l’objet spécifié. | Object | ||
[statique]
Retrieves a localized string that corresponds to the passed assignment type. | AssignmentConstants | ||
Renvoie la valeur primitive de l’objet spécifié. | Object |
Constante | Défini par | ||
---|---|---|---|
TYPE_ADMINREASSIGNMENT : Number = 5 [statique]
A special value that specifies the assignment was assigned by the administrator. | AssignmentConstants | ||
TYPE_CLAIM : Number = 3 [statique]
A special value that specifies the assignment is of type claim. | AssignmentConstants | ||
TYPE_CONSULT : Number = 6 [statique]
A special value that specifies the assignment type is of type consult. | AssignmentConstants | ||
TYPE_ESCALATION : Number = 4 [statique]
A special value that specifies the assignment is of type escalation. | AssignmentConstants | ||
TYPE_FORWARD : Number = 1 [statique]
A special value that specifies the assignment is of type forward. | AssignmentConstants | ||
TYPE_INITIAL : Number = 0 [statique]
A special value that specifies the initial assignment. | AssignmentConstants | ||
TYPE_REJECT : Number = 2 [statique]
A special value that specifies the assignment is of type reject. | AssignmentConstants |
typeValue | () | méthode |
public static function typeValue(assignmentType:Number):String
Version du langage: | ActionScript 3.0 |
Version du produit: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Versions du moteur d’exécution: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Retrieves a localized string that corresponds to the passed assignment type.
Paramètres
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 | Constante |
public static const TYPE_ADMINREASSIGNMENT:Number = 5
Version du langage: | ActionScript 3.0 |
Version du produit: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Versions du moteur d’exécution: | AIR (unsupported), Flash Player 9, Flash Player 10 |
A special value that specifies the assignment was assigned by the administrator.
TYPE_CLAIM | Constante |
public static const TYPE_CLAIM:Number = 3
Version du langage: | ActionScript 3.0 |
Version du produit: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Versions du moteur d’exécution: | AIR (unsupported), Flash Player 9, Flash Player 10 |
A special value that specifies the assignment is of type claim.
TYPE_CONSULT | Constante |
public static const TYPE_CONSULT:Number = 6
Version du langage: | ActionScript 3.0 |
Version du produit: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Versions du moteur d’exécution: | AIR (unsupported), Flash Player 9, Flash Player 10 |
A special value that specifies the assignment type is of type consult.
TYPE_ESCALATION | Constante |
public static const TYPE_ESCALATION:Number = 4
Version du langage: | ActionScript 3.0 |
Version du produit: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Versions du moteur d’exécution: | AIR (unsupported), Flash Player 9, Flash Player 10 |
A special value that specifies the assignment is of type escalation.
TYPE_FORWARD | Constante |
public static const TYPE_FORWARD:Number = 1
Version du langage: | ActionScript 3.0 |
Version du produit: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Versions du moteur d’exécution: | AIR (unsupported), Flash Player 9, Flash Player 10 |
A special value that specifies the assignment is of type forward.
TYPE_INITIAL | Constante |
public static const TYPE_INITIAL:Number = 0
Version du langage: | ActionScript 3.0 |
Version du produit: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Versions du moteur d’exécution: | AIR (unsupported), Flash Player 9, Flash Player 10 |
A special value that specifies the initial assignment.
TYPE_REJECT | Constante |
public static const TYPE_REJECT:Number = 2
Version du langage: | ActionScript 3.0 |
Version du produit: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Versions du moteur d’exécution: | AIR (unsupported), Flash Player 9, Flash Player 10 |
A special value that specifies the assignment is of type reject.
Tue Jun 12 2018, 09:30 AM Z