Pakket | lc.procmgmt.commands |
Klasse | public class ConsultCommand |
Overerving | ConsultCommand TaskUserCommand TaskCommand Object |
Taalversie: | ActionScript 3.0 |
Productversie: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Runtimeversies: | AIR (unsupported), Flash Player 9, Flash Player 10 |
ConsultCommand
class executes the consult operation for a task.
Verwante API-elementen
Openbare eigenschappen
Eigenschap | Gedefinieerd door | ||
---|---|---|---|
constructor : Object
Verwijzing naar het klasseobject of de constructorfunctie van een bepaalde objectinstantie. | Object | ||
groupOid : String [overschrijven] [alleen-lezen]
The group object identifier (OID) that may be associated with this command. | ConsultCommand | ||
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 | ||
user : User
The User object. | TaskUserCommand |
Openbare methoden
Methode | Gedefinieerd door | ||
---|---|---|---|
Constructor. | ConsultCommand | ||
[overschrijven]
Executes the task's consult operation. | ConsultCommand | ||
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 |
Openbare constanten
Constante | Gedefinieerd door | ||
---|---|---|---|
NAME : String = "Consult" [statisch]
The name of the consult command. | ConsultCommand |
Eigenschapdetails
groupOid | eigenschap |
groupOid:String
[alleen-lezen] [overschrijven] Taalversie: | ActionScript 3.0 |
Productversie: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Runtimeversies: | 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.
Implementatie
override public function get groupOid():String
Constructordetails
ConsultCommand | () | Constructor |
public function ConsultCommand(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 |
Constructor.
Parameterstask:lc.procmgmt.domain:Task — Specifies the task to be associated with the command.
|
Methodedetails
execute | () | methode |
override 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 |
Executes the task's consult operation.
Geretourneerde waardelc.foundation.util:Token — A token that notifies the caller when execution is complete.
|
Verwante API-elementen
Constantedetails
NAME | Constante |
public static const NAME:String = "Consult"
Taalversie: | ActionScript 3.0 |
Productversie: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Runtimeversies: | AIR (unsupported), Flash Player 9, Flash Player 10 |
The name of the consult command.
Wed Jun 13 2018, 11:42 AM Z