Packagelc.domain
Interfacepublic interface IUserAware
ImplementorsTaskUserCommand

The IUserAware interface is to be implemented by classes that need to be aware of a User object.

For example, some commands operate in the context of a specific user and, by having them implement the IUserAware interface, the user portions of the commands can be handled in a common manner.

See also

lc.domain.TaskUserCommand


Public Properties
 PropertyDefined By
  user : User
The User object.
IUserAware
Property Detail
userproperty
user:User  [read-write]

The User object.


Implementation
    public function get user():User
    public function set user(value:User):void

See also





 

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/IUserAware.html