Pakiet | lc.procmgmt.commands |
Klasa | public class TaskCommand |
Dziedziczenie | TaskCommand Object |
Implementuje | ICommand |
Podklasy | AbandonCommand, ClaimAndOpenCommand, ClaimCommand, CompleteCommand, EditDescriptionCommand, InitiateFromStartTaskCommand, LockCommand, RejectCommand, SetVisibleCommand, TaskUserCommand, UnlockCommand |
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Wersje środowiska wykonawczego: | AIR (unsupported), Flash Player 9, Flash Player 10 |
TaskCommand
class is a generic command that has direct association
with a Task
object. The TaskCommand
class should not be
used directly but extended by different types of commands for tasks.
Właściwości publiczne
Właściwość | Zdefiniowane przez | ||
---|---|---|---|
constructor : Object
Odwołanie do obiektu klasy lub funkcji konstruktora, dotyczące danej instancji obiektu. | Object | ||
name : String [tylko do odczytu]
The name of the command for the task. | TaskCommand | ||
task : lc.procmgmt.domain:Task
The task that is associated with the command. | TaskCommand |
Metody publiczne
Metoda | Zdefiniowane przez | ||
---|---|---|---|
Constructor. | TaskCommand | ||
Retrieves a Token object to allow the caller to be notified when
the execution is complete. | TaskCommand | ||
Wskazuje, czy dla obiektu zdefiniowano określoną właściwość. | Object | ||
Wskazuje, czy instancja klasy Object należy do łańcucha prototypów obiektu określonego jako parametr. | Object | ||
Wskazuje, czy określona właściwość istnieje i jest przeliczalna. | Object | ||
Ustawia dostępność właściwości dynamicznej używanej w pętlach. | Object | ||
Zwraca ciąg reprezentujący obiekt — sformatowany zgodnie z konwencjami właściwymi dla ustawień regionalnych. | Object | ||
Zwraca ciąg reprezentujący określony obiekt. | Object | ||
Zwraca pierwotną wartość dla określonego obiektu. | Object |
Szczegół właściwości
name | właściwość |
name:String
[tylko do odczytu] Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Wersje środowiska wykonawczego: | AIR (unsupported), Flash Player 9, Flash Player 10 |
The name of the command for the task.
Implementacja
public function get name():String
task | właściwość |
public var task:lc.procmgmt.domain:Task
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Wersje środowiska wykonawczego: | AIR (unsupported), Flash Player 9, Flash Player 10 |
The task that is associated with the command.
Wartością domyślną jest null.
Konstruktor Szczegół
TaskCommand | () | Konstruktor |
public function TaskCommand(task:lc.procmgmt.domain:Task, name:String)
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Wersje środowiska wykonawczego: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Constructor.
Parametrytask:lc.procmgmt.domain:Task — Specifies the task to be associated with the command.
| |
name:String — Specifies the name of the command.
|
Szczegół metody
execute | () | metoda |
public function execute():lc.foundation.util:Token
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Wersje środowiska wykonawczego: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Retrieves a Token
object to allow the caller to be notified when
the execution is complete.
The execute
method must be overridden by the subclass.
Classes that extend the TaskCommand
class should write their own execution
code within the execute
method.
lc.foundation.util:Token — A token that allows the caller to be notified when the execution is complete.
|
Tue Jun 12 2018, 12:06 PM Z