Package | lc.procmgmt.commands |
Classe | public class TaskUserCommand |
Héritage | TaskUserCommand TaskCommand Object |
Implémente | IUserAware |
Sous-classes | ConsultCommand, ForwardCommand, ShareCommand |
Version du langage: | ActionScript 3.0 |
Version du produit: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Versions du moteur d’exécution: | AIR (unsupported), Flash Player 9, Flash Player 10 |
TaskUserCommand
class is a generic command that has direct association
with a Task
object and a User
object. The TaskUserCommand
class should
not be used directly but extended by different types of task user commands.
Propriétés publiques
Propriété | Défini par | ||
---|---|---|---|
constructor : Object
Référence à l’objet de classe ou à la fonction constructeur d’une occurrence donnée d’un objet. | Object | ||
groupOid : String [lecture seule]
The group object identifier (OID) that may be associated with this command. | TaskUserCommand | ||
name : String [lecture seule]
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 |
Méthodes publiques
Méthode | Défini par | ||
---|---|---|---|
Constructor. | TaskUserCommand | ||
Retrieves a Token object to allow the caller to be notified when
the execution is complete. | TaskCommand | ||
Indique si la propriété spécifiée d’un objet est définie. | Object | ||
Indique si une occurrence de la classe Object figure dans la chaîne de prototype de l’objet spécifié en tant que paramètre. | Object | ||
Indique si la propriété spécifiée existe et est énumérable. | Object | ||
Définit la disponibilité d’une propriété dynamique pour les opérations en boucle. | Object | ||
Renvoie la représentation de chaîne de cet objet, formatée selon les paramètres régionaux en vigueur. | Object | ||
Renvoie la représentation sous forme de chaîne de l’objet spécifié. | Object | ||
Renvoie la valeur primitive de l’objet spécifié. | Object |
Détails de la propriété
groupOid | propriété |
groupOid:String
[lecture seule] Version du langage: | ActionScript 3.0 |
Version du produit: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Versions du moteur d’exécution: | 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.
Implémentation
public function get groupOid():String
user | propriété |
user:User
Version du langage: | ActionScript 3.0 |
Version du produit: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Versions du moteur d’exécution: | AIR (unsupported), Flash Player 9, Flash Player 10 |
The User
object.
Implémentation
public function get user():User
public function set user(value:User):void
Détails du constructeur
TaskUserCommand | () | Constructeur |
public function TaskUserCommand(task:lc.procmgmt.domain:Task, name:String)
Version du langage: | ActionScript 3.0 |
Version du produit: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Versions du moteur d’exécution: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Constructor.
Paramètrestask:lc.procmgmt.domain:Task — Specifies the task to be associated with the command.
| |
name:String — Specifies the name of the command.
|
Tue Jun 12 2018, 09:30 AM Z