| Pakket | lc.procmgmt.commands |
| Klasse | public class TaskCommand |
| Overerving | TaskCommand Object |
| Implementatie | ICommand |
| Subklassen | AbandonCommand, ClaimAndOpenCommand, ClaimCommand, CompleteCommand, EditDescriptionCommand, InitiateFromStartTaskCommand, LockCommand, RejectCommand, SetVisibleCommand, TaskUserCommand, UnlockCommand |
| Taalversie: | ActionScript 3.0 |
| Productversie: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
| Runtimeversies: | 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.
Openbare eigenschappen
| Eigenschap | Gedefinieerd door | ||
|---|---|---|---|
![]() | constructor : Object
Verwijzing naar het klasseobject of de constructorfunctie van een bepaalde objectinstantie. | Object | |
| name : String [alleen-lezen]
The name of the command for the task. | TaskCommand | ||
| task : lc.procmgmt.domain:Task
The task that is associated with the command. | TaskCommand | ||
Openbare methoden
| Methode | Gedefinieerd door | ||
|---|---|---|---|
Constructor. | TaskCommand | ||
Retrieves a Token object to allow the caller to be notified when
the execution is complete. | TaskCommand | ||
![]() |
Geeft aan of voor een object een opgegeven eigenschap is gedefinieerd. | Object | |
![]() |
Geeft aan of een instantie van de klasse Object zich in de prototypeketen van het object bevindt dat als parameter is opgegeven. | Object | |
![]() |
Geeft aan of de opgegeven eigenschap bestaat en kan worden opgesomd. | Object | |
![]() |
Stelt de beschikbaarheid van een dynamische eigenschap voor lusbewerkingen in. | Object | |
![]() |
Geeft de tekenreeksweergave van dit object weer, geformatteerd volgens de locatiespecifieke conventies. | Object | |
![]() |
Retourneert een tekenreeksrepresentatie van het opgegeven object. | Object | |
![]() |
Retourneert de primitieve waarde van het opgegeven object. | Object | |
Eigenschapdetails
name | eigenschap |
task | eigenschap |
public var task:lc.procmgmt.domain:Task| Taalversie: | ActionScript 3.0 |
| Productversie: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
| Runtimeversies: | AIR (unsupported), Flash Player 9, Flash Player 10 |
The task that is associated with the command.
De standaardwaarde is null.
Constructordetails
TaskCommand | () | Constructor |
public function TaskCommand(task:lc.procmgmt.domain:Task, name:String)| Taalversie: | ActionScript 3.0 |
| Productversie: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
| Runtimeversies: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Constructor.
Parameterstask:lc.procmgmt.domain:Task — Specifies the task to be associated with the command.
| |
name:String — Specifies the name of the command.
|
Methodedetails
execute | () | methode |
public function execute():lc.foundation.util:Token| Taalversie: | ActionScript 3.0 |
| Productversie: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
| Runtimeversies: | 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.
|
Wed Jun 13 2018, 11:42 AM Z
Overerfde openbare eigenschappen verbergen
Overerfde openbare eigenschappen weergeven