Package | lc.procmgmt.ui.task.form.commands |
Classe | public class TaskFormTakeOfflineCommand |
Héritage | TaskFormTakeOfflineCommand Object |
Implémente | ICommand |
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 |
TaskFormTakeOfflineCommand
class executes the TaskForm
object's take offline operation and is used to take a form offline.
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 | ||
name : String [lecture seule]
The name of the command. | TaskFormTakeOfflineCommand |
Méthodes publiques
Méthode | Défini par | ||
---|---|---|---|
Constructor. | TaskFormTakeOfflineCommand | ||
Executes the take offline operation for a form. | TaskFormTakeOfflineCommand | ||
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 = "TaskFormTakeOfflineCommand" [statique]
A special value that specifies the name of the TaskForm object's offline command. | TaskFormTakeOfflineCommand |
Détails de la propriété
name | propriété |
name: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 name of the command.
Implémentation
public function get name():String
Détails du constructeur
TaskFormTakeOfflineCommand | () | Constructeur |
public function TaskFormTakeOfflineCommand(taskForm:lc.procmgmt.ui.task.form:TaskForm)
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ètrestaskForm:lc.procmgmt.ui.task.form:TaskForm — Specifies the TaskForm object to be associated with the command.
|
Détails de la méthode
execute | () | méthode |
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 take offline operation for a form.
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 = "TaskFormTakeOfflineCommand"
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 |
A special value that specifies the name of the TaskForm
object's offline command.
Tue Jun 12 2018, 09:30 AM Z