Pacchetto | lc.procmgmt.ui.task |
Classe | public class TaskInfoModel |
Ereditarietà | TaskInfoModel PresentationModel EventDispatcher Object |
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Adobe Digital Enterprise Platform Document Services - Area di lavoro 9 |
Versioni runtime: | AIR (unsupported), Flash Player 9, Flash Player 10 |
TaskInfoModel
class provides support for
views that are interested in the Task
object's data,
such as, the TaskInfo
component. To obtain
information about a Task
object, this class binds to the
Task
object's properties.
The status value of the task is always a numeric value; however,
the TaskInfoModel
object provides a localization key string
of the Task
object's status value as a property called
statusKey
. This key can be used as the key for a
resource bundle lookup.
For information on using this component to customize Workspace, see Adobe Digital Enterprise Platform Document Services - Workspace 10.0 User Interface .
Elementi API correlati
Proprietà | Definito da | ||
---|---|---|---|
constructor : Object
Un riferimento all'oggetto classe o alla funzione di costruzione per una determinata istanza di oggetto. | Object | ||
creationTime : Date [sola lettura]
The date and time the task was created. | TaskInfoModel | ||
deadline : Date [sola lettura]
The date the task is due. | TaskInfoModel | ||
description : String [sola lettura]
The description text associated with the task. | TaskInfoModel | ||
instructions : String [sola lettura]
The set of instructions to complete the task. | TaskInfoModel | ||
session : SessionMap
A SessionMap object that stores information relating to the server session. | PresentationModel | ||
state : String [sola lettura]
The name of the state the current view is in. | PresentationModel | ||
status : Number [sola lettura]
The numeric value representing the status of a task. | TaskInfoModel | ||
statusKey : String [sola lettura]
The localization key that identifies the task's status
value as a localized string. | TaskInfoModel | ||
stepName : String [sola lettura]
The name of the operation in a process diagram in which the task participates. | TaskInfoModel | ||
task : lc.procmgmt.domain:Task [sola lettura]
The Task object that all properties of this model
are bound to. | TaskInfoModel | ||
taskId : String [sola lettura]
The unique identifier of the task. | TaskInfoModel | ||
updateTime : Date [sola lettura]
The last time the task was updated. | TaskInfoModel |
Metodo | Definito da | ||
---|---|---|---|
Constructor. | TaskInfoModel | ||
addEventListener(type:String, listener:Function, useCapture:Boolean = false, priority:int = 0, useWeakReference:Boolean = false):void
Registra un oggetto listener di eventi con un oggetto EventDispatcher, in modo che il listener riceva la notifica di un evento. | EventDispatcher | ||
bindProperty(destination:Object, destinationProperty:String, source:Object, sourceChain:Object, commitOnly:Boolean = false):ChangeWatcher
Binds a public property on the destination object from a property or
property chain on the source object. | PresentationModel | ||
Invia un evento nel flusso di eventi. | EventDispatcher | ||
Returns the corresponding cascading style sheet (CSS) property to use based on the specified parameters. | PresentationModel | ||
Verifica se per l'oggetto EventDispatcher sono presenti listener registrati per un tipo specifico di evento. | EventDispatcher | ||
Indica se per un oggetto è definita una proprietà specifica. | Object | ||
Initializes the presentation model after the view bindings
are processed to prevent view bindings from overriding the initial model state. | PresentationModel | ||
Indica se un'istanza della classe Object si trova nella catena di prototipi dell'oggetto specificato come parametro. | Object | ||
Indica se la proprietà specificata esiste ed è enumerabile. | Object | ||
Rimuove un listener dall'oggetto EventDispatcher. | EventDispatcher | ||
Reinitializes the model's task property to a value of null
and the statusKey property to an empty string. | TaskInfoModel | ||
Imposta la disponibilità di una proprietà dinamica per le operazioni cicliche. | Object | ||
Restituisce la rappresentazione in formato stringa di questo oggetto, formattato in base alle convenzioni specifiche per le versioni localizzate. | Object | ||
Restituisce la rappresentazione in formato stringa dell'oggetto specificato. | Object | ||
Restituisce il valore di base dell'oggetto specificato. | Object | ||
Verifica se un listener di eventi è registrato con questo oggetto EventDispatcher o qualsiasi suo antenato per il tipo di evento specificato. | EventDispatcher |
Costante | Definito da | ||
---|---|---|---|
STATE_INITIAL : String = "initialState" [statico]
The model is set to this state when it is created. | TaskInfoModel |
creationTime | proprietà |
creationTime:Date
[sola lettura] Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Adobe Digital Enterprise Platform Document Services - Area di lavoro 9 |
Versioni runtime: | AIR (unsupported), Flash Player 9, Flash Player 10 |
The date and time the task was created.
Questa proprietà può essere utilizzata come origine per l’associazione di dati. Quando questa proprietà viene modificata, invia l’evento propertyChange
.
Implementazione
public function get creationTime():Date
deadline | proprietà |
deadline:Date
[sola lettura] Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Adobe Digital Enterprise Platform Document Services - Area di lavoro 9 |
Versioni runtime: | AIR (unsupported), Flash Player 9, Flash Player 10 |
The date the task is due.
Questa proprietà può essere utilizzata come origine per l’associazione di dati. Quando questa proprietà viene modificata, invia l’evento propertyChange
.
Implementazione
public function get deadline():Date
description | proprietà |
description:String
[sola lettura] Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Adobe Digital Enterprise Platform Document Services - Area di lavoro 9 |
Versioni runtime: | AIR (unsupported), Flash Player 9, Flash Player 10 |
The description text associated with the task.
Questa proprietà può essere utilizzata come origine per l’associazione di dati. Quando questa proprietà viene modificata, invia l’evento propertyChange
.
Implementazione
public function get description():String
instructions | proprietà |
instructions:String
[sola lettura] Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Adobe Digital Enterprise Platform Document Services - Area di lavoro 9 |
Versioni runtime: | AIR (unsupported), Flash Player 9, Flash Player 10 |
The set of instructions to complete the task.
Questa proprietà può essere utilizzata come origine per l’associazione di dati. Quando questa proprietà viene modificata, invia l’evento propertyChange
.
Implementazione
public function get instructions():String
status | proprietà |
status:Number
[sola lettura] Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Adobe Digital Enterprise Platform Document Services - Area di lavoro 9 |
Versioni runtime: | AIR (unsupported), Flash Player 9, Flash Player 10 |
The numeric value representing the status of a task.
The status value typically is not used in the presentation layers.
The statusKey
property is the value usually used by the
presentation layers.
Questa proprietà può essere utilizzata come origine per l’associazione di dati. Quando questa proprietà viene modificata, invia l’evento propertyChange
.
Implementazione
public function get status():Number
Elementi API correlati
statusKey | proprietà |
statusKey:String
[sola lettura] Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Adobe Digital Enterprise Platform Document Services - Area di lavoro 9 |
Versioni runtime: | AIR (unsupported), Flash Player 9, Flash Player 10 |
The localization key that identifies the task's status
value as a localized string. The valid values are found in the
lc.TaskConstants
class.
Questa proprietà può essere utilizzata come origine per l’associazione di dati. Quando questa proprietà viene modificata, invia l’evento propertyChange
.
Implementazione
public function get statusKey():String
Elementi API correlati
stepName | proprietà |
stepName:String
[sola lettura] Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Adobe Digital Enterprise Platform Document Services - Area di lavoro 9 |
Versioni runtime: | AIR (unsupported), Flash Player 9, Flash Player 10 |
The name of the operation in a process diagram in which the task participates.
Questa proprietà può essere utilizzata come origine per l’associazione di dati. Quando questa proprietà viene modificata, invia l’evento propertyChange
.
Implementazione
public function get stepName():String
task | proprietà |
task:lc.procmgmt.domain:Task
[sola lettura] Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Adobe Digital Enterprise Platform Document Services - Area di lavoro 9 |
Versioni runtime: | AIR (unsupported), Flash Player 9, Flash Player 10 |
The Task
object that all properties of this model
are bound to.
Questa proprietà può essere utilizzata come origine per l’associazione di dati. Quando questa proprietà viene modificata, invia l’evento propertyChange
.
Implementazione
public function get task():lc.procmgmt.domain:Task
taskId | proprietà |
taskId:String
[sola lettura] Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Adobe Digital Enterprise Platform Document Services - Area di lavoro 9 |
Versioni runtime: | AIR (unsupported), Flash Player 9, Flash Player 10 |
The unique identifier of the task.
Questa proprietà può essere utilizzata come origine per l’associazione di dati. Quando questa proprietà viene modificata, invia l’evento propertyChange
.
Implementazione
public function get taskId():String
updateTime | proprietà |
updateTime:Date
[sola lettura] Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Adobe Digital Enterprise Platform Document Services - Area di lavoro 9 |
Versioni runtime: | AIR (unsupported), Flash Player 9, Flash Player 10 |
The last time the task was updated.
Questa proprietà può essere utilizzata come origine per l’associazione di dati. Quando questa proprietà viene modificata, invia l’evento propertyChange
.
Implementazione
public function get updateTime():Date
TaskInfoModel | () | Funzione di costruzione |
public function TaskInfoModel()
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Adobe Digital Enterprise Platform Document Services - Area di lavoro 9 |
Versioni runtime: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Constructor.
reset | () | metodo |
public function reset():void
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Adobe Digital Enterprise Platform Document Services - Area di lavoro 9 |
Versioni runtime: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Reinitializes the model's task
property to a value of null
and the statusKey
property to an empty string.
STATE_INITIAL | Costante |
public static const STATE_INITIAL:String = "initialState"
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Adobe Digital Enterprise Platform Document Services - Area di lavoro 9 |
Versioni runtime: | AIR (unsupported), Flash Player 9, Flash Player 10 |
The model is set to this state when it is created.
Tue Jun 12 2018, 02:44 PM Z