Package | lc.procmgmt.commands |
Classe | public class ShareCommand |
Héritage | ShareCommand TaskUserCommand TaskCommand Object |
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 |
ShareCommand
class executes the task's share operation.
Eléments de l’API associés
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 [override] [lecture seule]
The group object identifier (OID) that may be associated with this command. | ShareCommand | ||
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. | ShareCommand | ||
[override]
Executes the task's share operation. | ShareCommand | ||
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 |
Constantes publiques
Constante | Défini par | ||
---|---|---|---|
NAME : String = "Share" [statique]
The name of the share command. | ShareCommand |
Détails de la propriété
groupOid | propriété |
groupOid:String
[lecture seule] [override] 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
override public function get groupOid():String
Détails du constructeur
ShareCommand | () | Constructeur |
public function ShareCommand(task:lc.procmgmt.domain:Task)
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.
|
Détails de la méthode
execute | () | méthode |
override public function execute():lc.foundation.util:Token
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 |
Executes the task's share operation.
Valeur renvoyéelc.foundation.util:Token — A token that notifies the caller when execution is complete.
|
Eléments de l’API associés
Détails de la constante
NAME | Constante |
public static const NAME:String = "Share"
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 name of the share command.
Tue Jun 12 2018, 09:30 AM Z