Packagelc.domain
Classpublic class TaskUserCommand
InheritanceTaskUserCommand Inheritance TaskCommand Inheritance Object
Implements IUserAware
Subclasses ConsultCommand, ForwardCommand, ShareCommand

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.



Public Properties
 PropertyDefined By
 Inheritedconstructor : Object
A reference to the class object or constructor function for a given object instance.
Object
  groupOid : String
[read-only] The group object identifier (OID) that may be associated with this command.
TaskUserCommand
 Inheritedname : String
[read-only] The name of the command for the task.
TaskCommand
 Inheritedprototype : Object
[static] A reference to the prototype object of a class or function object.
Object
 Inheritedtask : Task
The task that is associated with the command.
TaskCommand
  user : User
The User object.
TaskUserCommand
Public Methods
 MethodDefined By
  
Constructor.
TaskUserCommand
 Inherited
Retrieves a Token object to allow the caller to be notified when the execution is complete.
TaskCommand
 Inherited
Indicates whether an object has a specified property defined.
Object
 Inherited
Indicates whether an instance of the Object class is in the prototype chain of the object specified as the parameter.
Object
 Inherited
Indicates whether the specified property exists and is enumerable.
Object
 Inherited
Sets the availability of a dynamic property for loop operations.
Object
 Inherited
Returns the string representation of the specified object.
Object
 Inherited
Returns the primitive value of the specified object.
Object
Property Detail
groupOidproperty
groupOid:String  [read-only]

The group object identifier (OID) that may be associated with this command. This method should be implemented in the extending class.


Implementation
    public function get groupOid():String
userproperty 
user:User  [read-write]

The User object.


Implementation
    public function get user():User
    public function set user(value:User):void
Constructor Detail
TaskUserCommand()Constructor
public function TaskUserCommand(task:Task, name:String)

Constructor.

Parameters
task:Task — Specifies the task to be associated with the command.
 
name:String — Specifies the name of the command.




 

Send me an e-mail when comments are added to this page | Comment Report

Current page: http://livedocs.adobe.com/livecycle/es/sdkHelp/common/langref/lc/domain/TaskUserCommand.html