Pacchetto | lc.procmgmt.commands |
Classe | public class ForwardCommand |
Ereditarietà | ForwardCommand TaskUserCommand TaskCommand 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 |
ForwardCommand
class executes the forward operation for a task.
Elementi API correlati
Proprietà pubbliche
Proprietà | Definito da | ||
---|---|---|---|
constructor : Object
Un riferimento all'oggetto classe o alla funzione di costruzione per una determinata istanza di oggetto. | Object | ||
groupOid : String [override] [sola lettura]
The group object identifier (OID) that may be associated with this command. | ForwardCommand | ||
name : String [sola lettura]
The name of the command for the task. | TaskCommand | ||
task : lc.procmgmt.domain:Task
The task that is associated with the command. | TaskCommand | ||
user : User
The User object. | TaskUserCommand |
Metodi pubblici
Metodo | Definito da | ||
---|---|---|---|
Constructor. | ForwardCommand | ||
[override]
Executes the task forward operation. | ForwardCommand | ||
Indica se per un oggetto è definita una proprietà specifica. | Object | ||
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 | ||
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 |
Costanti pubbliche
Costante | Definito da | ||
---|---|---|---|
NAME : String = "Forward" [statico]
The name of the forward command. | ForwardCommand |
Descrizione delle proprietà
groupOid | proprietà |
groupOid:String
[sola lettura] [override] 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 group object identifier (OID) that may be associated with this command. This method should be implemented in the extending class.
Implementazione
override public function get groupOid():String
Descrizione della funzione di costruzione
ForwardCommand | () | Funzione di costruzione |
public function ForwardCommand(task:lc.procmgmt.domain:Task)
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.
Parametritask:lc.procmgmt.domain:Task — Specifies the task to be associated with the command.
|
Descrizione dei metodi
execute | () | metodo |
override public function execute():lc.foundation.util:Token
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 |
Executes the task forward operation.
Restituiscelc.foundation.util:Token — A token that notifies the caller when execution is complete.
|
Elementi API correlati
Descrizione delle costanti
NAME | Costante |
public static const NAME:String = "Forward"
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 forward command.
Tue Jun 12 2018, 02:44 PM Z