Pakiet | lc.foundation.domain |
Interfejs | public interface IUserAware |
Implementory | TaskUserCommand |
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Wersje środowiska wykonawczego: | 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.
Powiązane elementy interfejsu API
Szczegół właściwości
user | właściwość |
user:User
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Wersje środowiska wykonawczego: | AIR (unsupported), Flash Player 9, Flash Player 10 |
The User
object.
Implementacja
public function get user():User
public function set user(value:User):void
Powiązane elementy interfejsu API
Tue Jun 12 2018, 12:06 PM Z