Paket | lc.procmgmt |
Klasse | public class AssignmentConstants |
Vererbung | AssignmentConstants Object |
Sprachversion: | ActionScript 3.0 |
Produktversion: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Laufzeitversionen: | 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.
Methode | Definiert von | ||
---|---|---|---|
Gibt an, ob für ein Objekt eine bestimmte Eigenschaft definiert wurde. | Object | ||
Gibt an, ob eine Instanz der Object-Klasse in der Prototypkette des Objekts vorhanden ist, das als Parameter angegeben wurde. | Object | ||
Gibt an, ob die angegebene Eigenschaft vorhanden ist und durchlaufen werden kann. | Object | ||
Legt die Verfügbarkeit einer dynamischen Eigenschaft für Schleifenoperationen fest. | Object | ||
Gibt die Stringdarstellung dieses Objekts zurück, formatiert entsprechend den Konventionen des Gebietsschemas. | Object | ||
Gibt das angegebene Objekt als String zurück. | Object | ||
[statisch]
Retrieves a localized string that corresponds to the passed assignment type. | AssignmentConstants | ||
Gibt den Grundwert des angegebenen Objekts zurück. | Object |
Konstante | Definiert von | ||
---|---|---|---|
TYPE_ADMINREASSIGNMENT : Number = 5 [statisch]
A special value that specifies the assignment was assigned by the administrator. | AssignmentConstants | ||
TYPE_CLAIM : Number = 3 [statisch]
A special value that specifies the assignment is of type claim. | AssignmentConstants | ||
TYPE_CONSULT : Number = 6 [statisch]
A special value that specifies the assignment type is of type consult. | AssignmentConstants | ||
TYPE_ESCALATION : Number = 4 [statisch]
A special value that specifies the assignment is of type escalation. | AssignmentConstants | ||
TYPE_FORWARD : Number = 1 [statisch]
A special value that specifies the assignment is of type forward. | AssignmentConstants | ||
TYPE_INITIAL : Number = 0 [statisch]
A special value that specifies the initial assignment. | AssignmentConstants | ||
TYPE_REJECT : Number = 2 [statisch]
A special value that specifies the assignment is of type reject. | AssignmentConstants |
typeValue | () | Methode |
public static function typeValue(assignmentType:Number):String
Sprachversion: | ActionScript 3.0 |
Produktversion: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Laufzeitversionen: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Retrieves a localized string that corresponds to the passed assignment type.
Parameter
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 | Konstante |
public static const TYPE_ADMINREASSIGNMENT:Number = 5
Sprachversion: | ActionScript 3.0 |
Produktversion: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Laufzeitversionen: | AIR (unsupported), Flash Player 9, Flash Player 10 |
A special value that specifies the assignment was assigned by the administrator.
TYPE_CLAIM | Konstante |
public static const TYPE_CLAIM:Number = 3
Sprachversion: | ActionScript 3.0 |
Produktversion: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Laufzeitversionen: | AIR (unsupported), Flash Player 9, Flash Player 10 |
A special value that specifies the assignment is of type claim.
TYPE_CONSULT | Konstante |
public static const TYPE_CONSULT:Number = 6
Sprachversion: | ActionScript 3.0 |
Produktversion: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Laufzeitversionen: | AIR (unsupported), Flash Player 9, Flash Player 10 |
A special value that specifies the assignment type is of type consult.
TYPE_ESCALATION | Konstante |
public static const TYPE_ESCALATION:Number = 4
Sprachversion: | ActionScript 3.0 |
Produktversion: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Laufzeitversionen: | AIR (unsupported), Flash Player 9, Flash Player 10 |
A special value that specifies the assignment is of type escalation.
TYPE_FORWARD | Konstante |
public static const TYPE_FORWARD:Number = 1
Sprachversion: | ActionScript 3.0 |
Produktversion: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Laufzeitversionen: | AIR (unsupported), Flash Player 9, Flash Player 10 |
A special value that specifies the assignment is of type forward.
TYPE_INITIAL | Konstante |
public static const TYPE_INITIAL:Number = 0
Sprachversion: | ActionScript 3.0 |
Produktversion: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Laufzeitversionen: | AIR (unsupported), Flash Player 9, Flash Player 10 |
A special value that specifies the initial assignment.
TYPE_REJECT | Konstante |
public static const TYPE_REJECT:Number = 2
Sprachversion: | ActionScript 3.0 |
Produktversion: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Laufzeitversionen: | AIR (unsupported), Flash Player 9, Flash Player 10 |
A special value that specifies the assignment is of type reject.
Tue Jun 12 2018, 10:04 AM Z