Paquete | lc.procmgmt |
Clase | public class AssignmentConstants |
Herencia | AssignmentConstants Object |
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Versiones de motor de ejecución: | 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étodo | Definido por | ||
---|---|---|---|
Indica si un objeto tiene definida una propiedad especificada. | Object | ||
Indica si hay una instancia de la clase Object en la cadena de prototipo del objeto especificado como parámetro. | Object | ||
Indica si existe la propiedad especificada y si es enumerable. | Object | ||
Establece la disponibilidad de una propiedad dinámica para operaciones de bucle. | Object | ||
Devuelve la representación de cadena de este objeto, con formato según las convenciones específicas de configuración regional. | Object | ||
Devuelve la representación de cadena del objeto especificado. | Object | ||
[estática]
Retrieves a localized string that corresponds to the passed assignment type. | AssignmentConstants | ||
Devuelve el valor simple del objeto especificado. | Object |
Constante | Definido por | ||
---|---|---|---|
TYPE_ADMINREASSIGNMENT : Number = 5 [estática]
A special value that specifies the assignment was assigned by the administrator. | AssignmentConstants | ||
TYPE_CLAIM : Number = 3 [estática]
A special value that specifies the assignment is of type claim. | AssignmentConstants | ||
TYPE_CONSULT : Number = 6 [estática]
A special value that specifies the assignment type is of type consult. | AssignmentConstants | ||
TYPE_ESCALATION : Number = 4 [estática]
A special value that specifies the assignment is of type escalation. | AssignmentConstants | ||
TYPE_FORWARD : Number = 1 [estática]
A special value that specifies the assignment is of type forward. | AssignmentConstants | ||
TYPE_INITIAL : Number = 0 [estática]
A special value that specifies the initial assignment. | AssignmentConstants | ||
TYPE_REJECT : Number = 2 [estática]
A special value that specifies the assignment is of type reject. | AssignmentConstants |
typeValue | () | método |
public static function typeValue(assignmentType:Number):String
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Versiones de motor de ejecución: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Retrieves a localized string that corresponds to the passed assignment type.
Parámetros
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
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Versiones de motor de ejecución: | 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
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Versiones de motor de ejecución: | 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
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Versiones de motor de ejecución: | 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
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Versiones de motor de ejecución: | 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
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Versiones de motor de ejecución: | 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
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Versiones de motor de ejecución: | 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
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Versiones de motor de ejecución: | AIR (unsupported), Flash Player 9, Flash Player 10 |
A special value that specifies the assignment is of type reject.
Tue Jun 12 2018, 02:12 PM Z