Guida di riferimento di ActionScript® 3.0 per la piattaforma Adobe® Flash®
Home  |  Nascondi elenco pacchetti e classi |  Pacchetti  |  Classi  |  Novità  |  Indice  |  Appendici  |  Perché in inglese?
Filtri: Recupero dati dal server...
Recupero dati dal server...
lc.procmgmt.commands 

TaskUserCommand  - AS3 ADEP - Area di lavoro

Pacchettolc.procmgmt.commands
Classepublic class TaskUserCommand
EreditarietàTaskUserCommand Inheritance TaskCommand Inheritance Object
Implementa IUserAware
Sottoclassi ConsultCommand, ForwardCommand, ShareCommand

Versione linguaggio: ActionScript 3.0
Versione prodotto: Adobe Digital Enterprise Platform Document Services - Area di lavoro 9
Versioni runtime: AIR (unsupported), Flash Player 9, Flash Player 10

The 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.



Proprietà pubbliche
 ProprietàDefinito da
 Inheritedconstructor : Object
Un riferimento all'oggetto classe o alla funzione di costruzione per una determinata istanza di oggetto.
Object
  groupOid : String
[sola lettura] The group object identifier (OID) that may be associated with this command.
TaskUserCommand
 Inheritedname : String
[sola lettura] The name of the command for the task.
TaskCommand
 Inheritedtask : lc.procmgmt.domain:Task
The task that is associated with the command.
TaskCommand
  user : User
The User object.
TaskUserCommand
Metodi pubblici
 MetodoDefinito da
  
Constructor.
TaskUserCommand
 Inherited
Retrieves a Token object to allow the caller to be notified when the execution is complete.
TaskCommand
 Inherited
Indica se per un oggetto è definita una proprietà specifica.
Object
 Inherited
Indica se un'istanza della classe Object si trova nella catena di prototipi dell'oggetto specificato come parametro.
Object
 Inherited
Indica se la proprietà specificata esiste ed è enumerabile.
Object
 Inherited
Imposta la disponibilità di una proprietà dinamica per le operazioni cicliche.
Object
 Inherited
Restituisce la rappresentazione in formato stringa di questo oggetto, formattato in base alle convenzioni specifiche per le versioni localizzate.
Object
 Inherited
Restituisce la rappresentazione in formato stringa dell'oggetto specificato.
Object
 Inherited
Restituisce il valore di base dell'oggetto specificato.
Object
Descrizione delle proprietà

groupOid

proprietà
groupOid:String  [sola lettura]

Versione linguaggio: ActionScript 3.0
Versione prodotto: Adobe Digital Enterprise Platform Document Services - Area di lavoro 9
Versioni runtime: 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.



Implementazione
    public function get groupOid():String

user

proprietà 
user:User

Versione linguaggio: ActionScript 3.0
Versione prodotto: Adobe Digital Enterprise Platform Document Services - Area di lavoro 9
Versioni runtime: AIR (unsupported), Flash Player 9, Flash Player 10

The User object.



Implementazione
    public function get user():User
    public function set user(value:User):void
Descrizione della funzione di costruzione

TaskUserCommand

()Funzione di costruzione
public function TaskUserCommand(task:lc.procmgmt.domain:Task, name:String)

Versione linguaggio: ActionScript 3.0
Versione prodotto: Adobe Digital Enterprise Platform Document Services - Area di lavoro 9
Versioni runtime: AIR (unsupported), Flash Player 9, Flash Player 10

Constructor.

Parametri
task:lc.procmgmt.domain:Task — Specifies the task to be associated with the command.
 
name:String — Specifies the name of the command.




[ X ]Perché in inglese?
Il contenuto della Guida di riferimento di ActionScript 3.0 appare in inglese

Non tutte le parti della Guida di riferimento di ActionScript 3.0 sono tradotte in tutte le lingue. Quando un elemento del linguaggio non è tradotto, viene riportato in inglese. Ad esempio, la classe ga.controls.HelpBox non è tradotta in nessuna lingua. Pertanto, nella versione italiana della guida di riferimento, la descrizione della classe ga.controls.HelpBox è riportata in inglese.