Paket | lc.procmgmt |
Sınıf | public class AssignmentConstants |
Miras Alma | AssignmentConstants Object |
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Çalışma Zamanı Sürümleri: | 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.
Yöntem | Tanımlayan: | ||
---|---|---|---|
Bir nesnenin belirli bir özelliğinin tanımlı olup olmadığını gösterir. | Object | ||
Object sınıfının bir örneğinin parametre olarak belirtilen nesnenin prototip zincirinde olup olmadığını gösterir. | Object | ||
Belirtilen özelliğin bulunup bulunmadığını ve numaralandırılabilir olup olmadığını gösterir. | Object | ||
Dinamik bir özelliğin döngü işlemlerinde kullanılabilirliğini ayarlar. | Object | ||
Bu nesnenin, yerel ayara özel kurallara göre biçimlendirilmiş dize temsilini döndürür. | Object | ||
Belirtilen nesnenin dize olarak temsil edilen halini döndürür. | Object | ||
[statik]
Retrieves a localized string that corresponds to the passed assignment type. | AssignmentConstants | ||
Belirtilen nesnenin temel değerini döndürür. | Object |
Sabit | Tanımlayan: | ||
---|---|---|---|
TYPE_ADMINREASSIGNMENT : Number = 5 [statik]
A special value that specifies the assignment was assigned by the administrator. | AssignmentConstants | ||
TYPE_CLAIM : Number = 3 [statik]
A special value that specifies the assignment is of type claim. | AssignmentConstants | ||
TYPE_CONSULT : Number = 6 [statik]
A special value that specifies the assignment type is of type consult. | AssignmentConstants | ||
TYPE_ESCALATION : Number = 4 [statik]
A special value that specifies the assignment is of type escalation. | AssignmentConstants | ||
TYPE_FORWARD : Number = 1 [statik]
A special value that specifies the assignment is of type forward. | AssignmentConstants | ||
TYPE_INITIAL : Number = 0 [statik]
A special value that specifies the initial assignment. | AssignmentConstants | ||
TYPE_REJECT : Number = 2 [statik]
A special value that specifies the assignment is of type reject. | AssignmentConstants |
typeValue | () | yöntem |
public static function typeValue(assignmentType:Number):String
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Çalışma Zamanı Sürümleri: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Retrieves a localized string that corresponds to the passed assignment type.
Parametreler
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 | Sabit |
public static const TYPE_ADMINREASSIGNMENT:Number = 5
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Çalışma Zamanı Sürümleri: | AIR (unsupported), Flash Player 9, Flash Player 10 |
A special value that specifies the assignment was assigned by the administrator.
TYPE_CLAIM | Sabit |
public static const TYPE_CLAIM:Number = 3
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Çalışma Zamanı Sürümleri: | AIR (unsupported), Flash Player 9, Flash Player 10 |
A special value that specifies the assignment is of type claim.
TYPE_CONSULT | Sabit |
public static const TYPE_CONSULT:Number = 6
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Çalışma Zamanı Sürümleri: | AIR (unsupported), Flash Player 9, Flash Player 10 |
A special value that specifies the assignment type is of type consult.
TYPE_ESCALATION | Sabit |
public static const TYPE_ESCALATION:Number = 4
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Çalışma Zamanı Sürümleri: | AIR (unsupported), Flash Player 9, Flash Player 10 |
A special value that specifies the assignment is of type escalation.
TYPE_FORWARD | Sabit |
public static const TYPE_FORWARD:Number = 1
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Çalışma Zamanı Sürümleri: | AIR (unsupported), Flash Player 9, Flash Player 10 |
A special value that specifies the assignment is of type forward.
TYPE_INITIAL | Sabit |
public static const TYPE_INITIAL:Number = 0
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Çalışma Zamanı Sürümleri: | AIR (unsupported), Flash Player 9, Flash Player 10 |
A special value that specifies the initial assignment.
TYPE_REJECT | Sabit |
public static const TYPE_REJECT:Number = 2
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Çalışma Zamanı Sürümleri: | AIR (unsupported), Flash Player 9, Flash Player 10 |
A special value that specifies the assignment is of type reject.
Tue Jun 12 2018, 01:09 PM Z