Pacote | lc.procmgmt.domain |
Classe | public class WorkspaceSession |
Herança | WorkspaceSession Object |
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Versões de runtime: | AIR (unsupported), Flash Player 9, Flash Player 10 |
WorkspaceSession
class provides convenient access to
SessionMap
object entries that are specific to Workspace.
Elementos da API relacionados
Propriedades públicas
Métodos públicos
Método | Definido por | ||
---|---|---|---|
[estático]
Retrieves the IFavoritesManager implementation. | WorkspaceSession | ||
[estático]
Retrieves the IPreferencesManager implementation. | WorkspaceSession | ||
[estático]
Retrieves the IProcessManager implementation. | WorkspaceSession | ||
[estático]
Retrieves the IQueueManager implementation. | WorkspaceSession | ||
[estático]
Retrieves the lc.domain.QueuesManager implementation. | WorkspaceSession | ||
[estático]
Retrieves the ISessionManager implementation. | WorkspaceSession | ||
[estático]
Retrieves the IStartpointManager implementation. | WorkspaceSession | ||
[estático]
Retrieves the ITaskManager implementation. | WorkspaceSession | ||
[estático]
Retrieves the IUserManager implementation. | WorkspaceSession | ||
Indica se um objeto tem uma propriedade especificada definida. | Object | ||
Indica se uma ocorrência da classe Object está na cadeia de protótipos do objeto especificado como o parâmetro. | Object | ||
Indica se a propriedade especificada existe e é enumerável. | Object | ||
Define a disponibilidade de uma propriedade dinâmica para operações de repetição. | Object | ||
Retorna a representação da string deste objeto, formatado segundo as convenções específicas para a localidade. | Object | ||
Retorna a representação de string do objeto especificado. | Object | ||
Retorna o valor primitivo do objeto especificado. | Object |
Detalhes do método
getFavoritesManager | () | método |
public static function getFavoritesManager(session:SessionMap):IFavoritesManager
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Versões de runtime: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Retrieves the IFavoritesManager
implementation.
Parâmetros
session:SessionMap — Specifies the SessionMap object from which to retrieve the instance.
|
IFavoritesManager — An object that implements the IFavoritesManager interface.
|
getPreferencesManager | () | método |
public static function getPreferencesManager(session:SessionMap):IPreferencesManager
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Versões de runtime: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Retrieves the IPreferencesManager
implementation.
Parâmetros
session:SessionMap — Specifies the SessionMap object from which to retrieve the instance.
|
IPreferencesManager — An object that implements the IPreferencesManager interface.
|
getProcessManager | () | método |
public static function getProcessManager(session:SessionMap):IProcessManager
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Versões de runtime: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Retrieves the IProcessManager
implementation.
Parâmetros
session:SessionMap — Specifies the SessionMap object from which to retrieve the instance.
|
IProcessManager — An object that implements the IProcessManager interface.
|
getQueueManager | () | método |
public static function getQueueManager(session:SessionMap):IQueueManager
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Versões de runtime: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Retrieves the IQueueManager
implementation.
Parâmetros
session:SessionMap — Specifies the SessionMap object from which to retrieve the instance.
|
IQueueManager — An object that implements the IQueueManager interface.
|
Elementos da API relacionados
lc.core.IQueueManager
getQueuesManager | () | método |
public static function getQueuesManager(session:SessionMap):QueuesManager
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Versões de runtime: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Retrieves the lc.domain.QueuesManager
implementation.
Parâmetros
session:SessionMap — Specifies the SessionMap object from which to retrieve the instance.
|
QueuesManager — The object that represents the queues that are managed.
|
Elementos da API relacionados
lc.domain.QueuesManager
getSessionManager | () | método |
public static function getSessionManager(session:SessionMap):ISessionManager
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Versões de runtime: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Retrieves the ISessionManager
implementation.
Parâmetros
session:SessionMap — Specifies the SessionMap object from which to retrieve the instance.
|
ISessionManager — An object that implements the ISessionManager interface.
|
getStartpointManager | () | método |
public static function getStartpointManager(session:SessionMap):IStartpointManager
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Versões de runtime: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Retrieves the IStartpointManager
implementation.
Parâmetros
session:SessionMap — Specifies the SessionMap object from which to retrieve the instance.
|
IStartpointManager — An object that implements the IStartpointManager interface.
|
getTaskManager | () | método |
public static function getTaskManager(session:SessionMap):lc.procmgmt:ITaskManager
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Versões de runtime: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Retrieves the ITaskManager
implementation.
Parâmetros
session:SessionMap — Specifies the SessionMap object from which to retrieve the instance.
|
lc.procmgmt:ITaskManager — An object that implements the ITaskManager interface.
|
getUserManager | () | método |
public static function getUserManager(session:SessionMap):IUserManager
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Versões de runtime: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Retrieves the IUserManager
implementation.
Parâmetros
session:SessionMap — Specifies the SessionMap object from which to retrieve the instance.
|
IUserManager — An object that implements IUserManager interface.
|
Wed Jun 13 2018, 11:10 AM Z