Pakket | lc.procmgmt |
Klasse | public class AssignmentConstants |
Overerving | AssignmentConstants Object |
Taalversie: | ActionScript 3.0 |
Productversie: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Runtimeversies: | 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 | Gedefinieerd door | ||
---|---|---|---|
Geeft aan of voor een object een opgegeven eigenschap is gedefinieerd. | Object | ||
Geeft aan of een instantie van de klasse Object zich in de prototypeketen van het object bevindt dat als parameter is opgegeven. | Object | ||
Geeft aan of de opgegeven eigenschap bestaat en kan worden opgesomd. | Object | ||
Stelt de beschikbaarheid van een dynamische eigenschap voor lusbewerkingen in. | Object | ||
Geeft de tekenreeksweergave van dit object weer, geformatteerd volgens de locatiespecifieke conventies. | Object | ||
Retourneert een tekenreeksrepresentatie van het opgegeven object. | Object | ||
[statisch]
Retrieves a localized string that corresponds to the passed assignment type. | AssignmentConstants | ||
Retourneert de primitieve waarde van het opgegeven object. | Object |
Constante | Gedefinieerd door | ||
---|---|---|---|
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
Taalversie: | ActionScript 3.0 |
Productversie: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Runtimeversies: | AIR (unsupported), 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 | Constante |
public static const TYPE_ADMINREASSIGNMENT:Number = 5
Taalversie: | ActionScript 3.0 |
Productversie: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Runtimeversies: | 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
Taalversie: | ActionScript 3.0 |
Productversie: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Runtimeversies: | 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
Taalversie: | ActionScript 3.0 |
Productversie: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Runtimeversies: | 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
Taalversie: | ActionScript 3.0 |
Productversie: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Runtimeversies: | 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
Taalversie: | ActionScript 3.0 |
Productversie: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Runtimeversies: | 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
Taalversie: | ActionScript 3.0 |
Productversie: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Runtimeversies: | 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
Taalversie: | ActionScript 3.0 |
Productversie: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Runtimeversies: | AIR (unsupported), Flash Player 9, Flash Player 10 |
A special value that specifies the assignment is of type reject.
Wed Jun 13 2018, 11:42 AM Z