Pacchetto | lc.procmgmt.domain |
Classe | public class WorkspaceSession |
Ereditarietà | WorkspaceSession Object |
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Adobe Digital Enterprise Platform Document Services - Area di lavoro 9 |
Versioni runtime: | AIR (unsupported), Flash Player 9, Flash Player 10 |
WorkspaceSession
class provides convenient access to
SessionMap
object entries that are specific to Workspace.
Elementi API correlati
Proprietà pubbliche
Metodi pubblici
Metodo | Definito da | ||
---|---|---|---|
[statico]
Retrieves the IFavoritesManager implementation. | WorkspaceSession | ||
[statico]
Retrieves the IPreferencesManager implementation. | WorkspaceSession | ||
[statico]
Retrieves the IProcessManager implementation. | WorkspaceSession | ||
[statico]
Retrieves the IQueueManager implementation. | WorkspaceSession | ||
[statico]
Retrieves the lc.domain.QueuesManager implementation. | WorkspaceSession | ||
[statico]
Retrieves the ISessionManager implementation. | WorkspaceSession | ||
[statico]
Retrieves the IStartpointManager implementation. | WorkspaceSession | ||
[statico]
Retrieves the ITaskManager implementation. | WorkspaceSession | ||
[statico]
Retrieves the IUserManager implementation. | WorkspaceSession | ||
Indica se per un oggetto è definita una proprietà specifica. | Object | ||
Indica se un'istanza della classe Object si trova nella catena di prototipi dell'oggetto specificato come parametro. | Object | ||
Indica se la proprietà specificata esiste ed è enumerabile. | Object | ||
Imposta la disponibilità di una proprietà dinamica per le operazioni cicliche. | Object | ||
Restituisce la rappresentazione in formato stringa di questo oggetto, formattato in base alle convenzioni specifiche per le versioni localizzate. | Object | ||
Restituisce la rappresentazione in formato stringa dell'oggetto specificato. | Object | ||
Restituisce il valore di base dell'oggetto specificato. | Object |
Descrizione dei metodi
getFavoritesManager | () | metodo |
public static function getFavoritesManager(session:SessionMap):IFavoritesManager
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Adobe Digital Enterprise Platform Document Services - Area di lavoro 9 |
Versioni runtime: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Retrieves the IFavoritesManager
implementation.
Parametri
session:SessionMap — Specifies the SessionMap object from which to retrieve the instance.
|
IFavoritesManager — An object that implements the IFavoritesManager interface.
|
getPreferencesManager | () | metodo |
public static function getPreferencesManager(session:SessionMap):IPreferencesManager
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Adobe Digital Enterprise Platform Document Services - Area di lavoro 9 |
Versioni runtime: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Retrieves the IPreferencesManager
implementation.
Parametri
session:SessionMap — Specifies the SessionMap object from which to retrieve the instance.
|
IPreferencesManager — An object that implements the IPreferencesManager interface.
|
getProcessManager | () | metodo |
public static function getProcessManager(session:SessionMap):IProcessManager
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Adobe Digital Enterprise Platform Document Services - Area di lavoro 9 |
Versioni runtime: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Retrieves the IProcessManager
implementation.
Parametri
session:SessionMap — Specifies the SessionMap object from which to retrieve the instance.
|
IProcessManager — An object that implements the IProcessManager interface.
|
getQueueManager | () | metodo |
public static function getQueueManager(session:SessionMap):IQueueManager
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Adobe Digital Enterprise Platform Document Services - Area di lavoro 9 |
Versioni runtime: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Retrieves the IQueueManager
implementation.
Parametri
session:SessionMap — Specifies the SessionMap object from which to retrieve the instance.
|
IQueueManager — An object that implements the IQueueManager interface.
|
Elementi API correlati
lc.core.IQueueManager
getQueuesManager | () | metodo |
public static function getQueuesManager(session:SessionMap):QueuesManager
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Adobe Digital Enterprise Platform Document Services - Area di lavoro 9 |
Versioni runtime: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Retrieves the lc.domain.QueuesManager
implementation.
Parametri
session:SessionMap — Specifies the SessionMap object from which to retrieve the instance.
|
QueuesManager — The object that represents the queues that are managed.
|
Elementi API correlati
lc.domain.QueuesManager
getSessionManager | () | metodo |
public static function getSessionManager(session:SessionMap):ISessionManager
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Adobe Digital Enterprise Platform Document Services - Area di lavoro 9 |
Versioni runtime: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Retrieves the ISessionManager
implementation.
Parametri
session:SessionMap — Specifies the SessionMap object from which to retrieve the instance.
|
ISessionManager — An object that implements the ISessionManager interface.
|
getStartpointManager | () | metodo |
public static function getStartpointManager(session:SessionMap):IStartpointManager
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Adobe Digital Enterprise Platform Document Services - Area di lavoro 9 |
Versioni runtime: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Retrieves the IStartpointManager
implementation.
Parametri
session:SessionMap — Specifies the SessionMap object from which to retrieve the instance.
|
IStartpointManager — An object that implements the IStartpointManager interface.
|
getTaskManager | () | metodo |
public static function getTaskManager(session:SessionMap):lc.procmgmt:ITaskManager
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Adobe Digital Enterprise Platform Document Services - Area di lavoro 9 |
Versioni runtime: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Retrieves the ITaskManager
implementation.
Parametri
session:SessionMap — Specifies the SessionMap object from which to retrieve the instance.
|
lc.procmgmt:ITaskManager — An object that implements the ITaskManager interface.
|
getUserManager | () | metodo |
public static function getUserManager(session:SessionMap):IUserManager
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Adobe Digital Enterprise Platform Document Services - Area di lavoro 9 |
Versioni runtime: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Retrieves the IUserManager
implementation.
Parametri
session:SessionMap — Specifies the SessionMap object from which to retrieve the instance.
|
IUserManager — An object that implements IUserManager interface.
|
Tue Jun 12 2018, 02:44 PM Z