Пакет | lc.foundation.domain |
Интерфейс | public interface IUserAware |
Средство реализации | TaskUserCommand |
Язык версии: | ActionScript 3.0 |
Версия продукта: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Версии среды выполнения: | AIR (unsupported), Flash Player 9, Flash Player 10 |
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.
Связанные элементы API
Сведения о свойстве
user | свойство |
user:User
Язык версии: | ActionScript 3.0 |
Версия продукта: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Версии среды выполнения: | AIR (unsupported), Flash Player 9, Flash Player 10 |
The User
object.
Реализация
public function get user():User
public function set user(value:User):void
Связанные элементы API
Tue Jun 12 2018, 11:34 AM Z