| Package | lc.procmgmt.domain | 
| Classe | public class WorkspaceSession | 
| Héritage | WorkspaceSession    Object | 
| Version du langage: | ActionScript 3.0 | 
| Version du produit: | Adobe Digital Enterprise Platform Document Services - Workspace 9 | 
| Versions du moteur d’exécution: | AIR (unsupported), Flash Player 9, Flash Player 10 | 
WorkspaceSession class provides convenient access to 
         SessionMap object entries that are specific to Workspace.
	 
	 Eléments de l’API associés
Propriétés publiques
Méthodes publiques 
| Méthode | Défini par | ||
|---|---|---|---|
[statique] 
		 Retrieves the IFavoritesManager implementation.  | WorkspaceSession | ||
[statique] 
		 Retrieves the IPreferencesManager implementation.  | WorkspaceSession | ||
[statique] 
		 Retrieves the IProcessManager implementation.  | WorkspaceSession | ||
[statique] 
		 Retrieves the IQueueManager implementation.  | WorkspaceSession | ||
[statique] 
		 Retrieves the lc.domain.QueuesManager implementation.  | WorkspaceSession | ||
[statique] 
		 Retrieves the ISessionManager implementation.  | WorkspaceSession | ||
[statique] 
		 Retrieves the IStartpointManager implementation.  | WorkspaceSession | ||
[statique] 
		 Retrieves the ITaskManager implementation.  | WorkspaceSession | ||
[statique] 
		 Retrieves the IUserManager implementation.  | WorkspaceSession | ||
![]()  | 
	 Indique si la propriété spécifiée d’un objet est définie.  | Object | |
![]()  | 
	 Indique si une occurrence de la classe Object figure dans la chaîne de prototype de l’objet spécifié en tant que paramètre.  | Object | |
![]()  | 
	 Indique si la propriété spécifiée existe et est énumérable.  | Object | |
![]()  | 
     Définit la disponibilité d’une propriété dynamique pour les opérations en boucle.  | Object | |
![]()  | 
	 Renvoie la représentation de chaîne de cet objet, formatée selon les paramètres régionaux en vigueur.  | Object | |
![]()  | 
	 Renvoie la représentation sous forme de chaîne de l’objet spécifié.  | Object | |
![]()  | 
	 Renvoie la valeur primitive de l’objet spécifié.  | Object | |
Détails de la méthode
getFavoritesManager | () | méthode | 
 public static function getFavoritesManager(session:SessionMap):IFavoritesManager| Version du langage: | ActionScript 3.0 | 
| Version du produit: | Adobe Digital Enterprise Platform Document Services - Workspace 9 | 
| Versions du moteur d’exécution: | AIR (unsupported), Flash Player 9, Flash Player 10 | 
		 Retrieves the IFavoritesManager implementation.
		 
Paramètres
session:SessionMap — Specifies the SessionMap object from which to retrieve the instance.
		  | 
IFavoritesManager — An object that implements the IFavoritesManager interface.
		 
		  | 
getPreferencesManager | () | méthode | 
 public static function getPreferencesManager(session:SessionMap):IPreferencesManager| Version du langage: | ActionScript 3.0 | 
| Version du produit: | Adobe Digital Enterprise Platform Document Services - Workspace 9 | 
| Versions du moteur d’exécution: | AIR (unsupported), Flash Player 9, Flash Player 10 | 
		 Retrieves the IPreferencesManager implementation.
		 
Paramètres
session:SessionMap — Specifies the SessionMap object from which to retrieve the instance.
		  | 
IPreferencesManager — An object that implements the IPreferencesManager interface.
		 
		  | 
getProcessManager | () | méthode | 
 public static function getProcessManager(session:SessionMap):IProcessManager| Version du langage: | ActionScript 3.0 | 
| Version du produit: | Adobe Digital Enterprise Platform Document Services - Workspace 9 | 
| Versions du moteur d’exécution: | AIR (unsupported), Flash Player 9, Flash Player 10 | 
		 Retrieves the IProcessManager implementation.
		 
Paramètres
session:SessionMap — Specifies the SessionMap object from which to retrieve the instance.
		  | 
IProcessManager — An object that implements the IProcessManager interface.
		 
		  | 
getQueueManager | () | méthode | 
 public static function getQueueManager(session:SessionMap):IQueueManager| Version du langage: | ActionScript 3.0 | 
| Version du produit: | Adobe Digital Enterprise Platform Document Services - Workspace 9 | 
| Versions du moteur d’exécution: | AIR (unsupported), Flash Player 9, Flash Player 10 | 
		 Retrieves the IQueueManager implementation.
		 
Paramètres
session:SessionMap — Specifies the SessionMap object from which to retrieve the instance.
		  | 
IQueueManager — An object that implements the IQueueManager interface.
		 
		  | 
Eléments de l’API associés
lc.core.IQueueManager
getQueuesManager | () | méthode | 
 public static function getQueuesManager(session:SessionMap):QueuesManager| Version du langage: | ActionScript 3.0 | 
| Version du produit: | Adobe Digital Enterprise Platform Document Services - Workspace 9 | 
| Versions du moteur d’exécution: | AIR (unsupported), Flash Player 9, Flash Player 10 | 
		 Retrieves the lc.domain.QueuesManager implementation.
		 
Paramètres
session:SessionMap — Specifies the SessionMap object from which to retrieve the instance.
		  | 
QueuesManager — The object that represents the queues that are managed.
		 
		  | 
Eléments de l’API associés
lc.domain.QueuesManager
getSessionManager | () | méthode | 
 public static function getSessionManager(session:SessionMap):ISessionManager| Version du langage: | ActionScript 3.0 | 
| Version du produit: | Adobe Digital Enterprise Platform Document Services - Workspace 9 | 
| Versions du moteur d’exécution: | AIR (unsupported), Flash Player 9, Flash Player 10 | 
		 Retrieves the ISessionManager implementation.
		 
Paramètres
session:SessionMap — Specifies the SessionMap object from which to retrieve the instance.
		  | 
ISessionManager — An object that implements the ISessionManager interface.
		 
		  | 
getStartpointManager | () | méthode | 
 public static function getStartpointManager(session:SessionMap):IStartpointManager| Version du langage: | ActionScript 3.0 | 
| Version du produit: | Adobe Digital Enterprise Platform Document Services - Workspace 9 | 
| Versions du moteur d’exécution: | AIR (unsupported), Flash Player 9, Flash Player 10 | 
		 Retrieves the IStartpointManager implementation.
		 
Paramètres
session:SessionMap — Specifies the SessionMap object from which to retrieve the instance.
		  | 
IStartpointManager — An object that implements the IStartpointManager interface.
		 
		  | 
getTaskManager | () | méthode | 
 public static function getTaskManager(session:SessionMap):lc.procmgmt:ITaskManager| Version du langage: | ActionScript 3.0 | 
| Version du produit: | Adobe Digital Enterprise Platform Document Services - Workspace 9 | 
| Versions du moteur d’exécution: | AIR (unsupported), Flash Player 9, Flash Player 10 | 
		 Retrieves the ITaskManager implementation.
		 
Paramètres
session:SessionMap — Specifies the SessionMap object from which to retrieve the instance.
		  | 
lc.procmgmt:ITaskManager — An object that implements the ITaskManager interface.
		 
		  | 
getUserManager | () | méthode | 
 public static function getUserManager(session:SessionMap):IUserManager| Version du langage: | ActionScript 3.0 | 
| Version du produit: | Adobe Digital Enterprise Platform Document Services - Workspace 9 | 
| Versions du moteur d’exécution: | AIR (unsupported), Flash Player 9, Flash Player 10 | 
		 Retrieves the IUserManager implementation.
		 
Paramètres
session:SessionMap — Specifies the SessionMap object from which to retrieve the instance.
		  | 
IUserManager — An object that implements IUserManager interface.
		 
		  | 
Tue Jun 12 2018, 09:30 AM Z
 
 Masquer les propriétés publiques héritées
 Afficher les propriétés publiques héritées