Pakiet | lc.procmgmt.domain |
Klasa | public class WorkspaceSession |
Dziedziczenie | WorkspaceSession Object |
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 |
WorkspaceSession
class provides convenient access to
SessionMap
object entries that are specific to Workspace.
Powiązane elementy interfejsu API
Właściwości publiczne
Metody publiczne
Metoda | Zdefiniowane przez | ||
---|---|---|---|
[statyczny]
Retrieves the IFavoritesManager implementation. | WorkspaceSession | ||
[statyczny]
Retrieves the IPreferencesManager implementation. | WorkspaceSession | ||
[statyczny]
Retrieves the IProcessManager implementation. | WorkspaceSession | ||
[statyczny]
Retrieves the IQueueManager implementation. | WorkspaceSession | ||
[statyczny]
Retrieves the lc.domain.QueuesManager implementation. | WorkspaceSession | ||
[statyczny]
Retrieves the ISessionManager implementation. | WorkspaceSession | ||
[statyczny]
Retrieves the IStartpointManager implementation. | WorkspaceSession | ||
[statyczny]
Retrieves the ITaskManager implementation. | WorkspaceSession | ||
[statyczny]
Retrieves the IUserManager implementation. | WorkspaceSession | ||
Wskazuje, czy dla obiektu zdefiniowano określoną właściwość. | Object | ||
Wskazuje, czy instancja klasy Object należy do łańcucha prototypów obiektu określonego jako parametr. | Object | ||
Wskazuje, czy określona właściwość istnieje i jest przeliczalna. | Object | ||
Ustawia dostępność właściwości dynamicznej używanej w pętlach. | Object | ||
Zwraca ciąg reprezentujący obiekt — sformatowany zgodnie z konwencjami właściwymi dla ustawień regionalnych. | Object | ||
Zwraca ciąg reprezentujący określony obiekt. | Object | ||
Zwraca pierwotną wartość dla określonego obiektu. | Object |
Szczegół metody
getFavoritesManager | () | metoda |
public static function getFavoritesManager(session:SessionMap):IFavoritesManager
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 |
Retrieves the IFavoritesManager
implementation.
Parametry
session:SessionMap — Specifies the SessionMap object from which to retrieve the instance.
|
IFavoritesManager — An object that implements the IFavoritesManager interface.
|
getPreferencesManager | () | metoda |
public static function getPreferencesManager(session:SessionMap):IPreferencesManager
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 |
Retrieves the IPreferencesManager
implementation.
Parametry
session:SessionMap — Specifies the SessionMap object from which to retrieve the instance.
|
IPreferencesManager — An object that implements the IPreferencesManager interface.
|
getProcessManager | () | metoda |
public static function getProcessManager(session:SessionMap):IProcessManager
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 |
Retrieves the IProcessManager
implementation.
Parametry
session:SessionMap — Specifies the SessionMap object from which to retrieve the instance.
|
IProcessManager — An object that implements the IProcessManager interface.
|
getQueueManager | () | metoda |
public static function getQueueManager(session:SessionMap):IQueueManager
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 |
Retrieves the IQueueManager
implementation.
Parametry
session:SessionMap — Specifies the SessionMap object from which to retrieve the instance.
|
IQueueManager — An object that implements the IQueueManager interface.
|
Powiązane elementy interfejsu API
lc.core.IQueueManager
getQueuesManager | () | metoda |
public static function getQueuesManager(session:SessionMap):QueuesManager
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 |
Retrieves the lc.domain.QueuesManager
implementation.
Parametry
session:SessionMap — Specifies the SessionMap object from which to retrieve the instance.
|
QueuesManager — The object that represents the queues that are managed.
|
Powiązane elementy interfejsu API
lc.domain.QueuesManager
getSessionManager | () | metoda |
public static function getSessionManager(session:SessionMap):ISessionManager
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 |
Retrieves the ISessionManager
implementation.
Parametry
session:SessionMap — Specifies the SessionMap object from which to retrieve the instance.
|
ISessionManager — An object that implements the ISessionManager interface.
|
getStartpointManager | () | metoda |
public static function getStartpointManager(session:SessionMap):IStartpointManager
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 |
Retrieves the IStartpointManager
implementation.
Parametry
session:SessionMap — Specifies the SessionMap object from which to retrieve the instance.
|
IStartpointManager — An object that implements the IStartpointManager interface.
|
getTaskManager | () | metoda |
public static function getTaskManager(session:SessionMap):lc.procmgmt:ITaskManager
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 |
Retrieves the ITaskManager
implementation.
Parametry
session:SessionMap — Specifies the SessionMap object from which to retrieve the instance.
|
lc.procmgmt:ITaskManager — An object that implements the ITaskManager interface.
|
getUserManager | () | metoda |
public static function getUserManager(session:SessionMap):IUserManager
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 |
Retrieves the IUserManager
implementation.
Parametry
session:SessionMap — Specifies the SessionMap object from which to retrieve the instance.
|
IUserManager — An object that implements IUserManager interface.
|
Tue Jun 12 2018, 12:06 PM Z