| Paquete | lc.procmgmt.commands |
| Clase | public class TaskUserCommand |
| Herencia | TaskUserCommand TaskCommand Object |
| Implementa | IUserAware |
| Subclases | ConsultCommand, ForwardCommand, ShareCommand |
| Versión del lenguaje: | ActionScript 3.0 |
| Versión de producto: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
| Versiones de motor de ejecución: | 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.
Propiedades públicas
| Propiedad | Definido por | ||
|---|---|---|---|
![]() | constructor : Object
Una referencia a la clase de objeto o función constructora para una instancia de objeto determinada. | Object | |
| groupOid : String [solo lectura]
The group object identifier (OID) that may be associated with this command. | TaskUserCommand | ||
![]() | name : String [solo lectura]
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étodos públicos
| Método | Definido por | ||
|---|---|---|---|
Constructor. | TaskUserCommand | ||
![]() |
Retrieves a Token object to allow the caller to be notified when
the execution is complete. | TaskCommand | |
![]() |
Indica si un objeto tiene definida una propiedad especificada. | Object | |
![]() |
Indica si hay una instancia de la clase Object en la cadena de prototipo del objeto especificado como parámetro. | Object | |
![]() |
Indica si existe la propiedad especificada y si es enumerable. | Object | |
![]() |
Establece la disponibilidad de una propiedad dinámica para operaciones de bucle. | Object | |
![]() |
Devuelve la representación de cadena de este objeto, con formato según las convenciones específicas de configuración regional. | Object | |
![]() |
Devuelve la representación de cadena del objeto especificado. | Object | |
![]() |
Devuelve el valor simple del objeto especificado. | Object | |
Información sobre propiedades
groupOid | propiedad |
groupOid:String [solo lectura] | Versión del lenguaje: | ActionScript 3.0 |
| Versión de producto: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
| Versiones de motor de ejecución: | 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.
Implementación
public function get groupOid():Stringuser | propiedad |
user:User| Versión del lenguaje: | ActionScript 3.0 |
| Versión de producto: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
| Versiones de motor de ejecución: | AIR (unsupported), Flash Player 9, Flash Player 10 |
The User object.
Implementación
public function get user():User public function set user(value:User):voidInformación sobre constructores
TaskUserCommand | () | Información sobre |
public function TaskUserCommand(task:lc.procmgmt.domain:Task, name:String)| Versión del lenguaje: | ActionScript 3.0 |
| Versión de producto: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
| Versiones de motor de ejecución: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Constructor.
Parámetrostask: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, 02:12 PM Z
Ocultar propiedades públicas heredadas
Mostrar propiedades públicas heredadas