| 패키지 | lc.procmgmt.domain |
| 클래스 | public class WorkspaceSession |
| 상속 | WorkspaceSession Object |
| 언어 버전: | ActionScript 3.0 |
| 제품 버전: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
| 런타임 버전: | AIR (unsupported), Flash Player 9, Flash Player 10 |
WorkspaceSession class provides convenient access to
SessionMap object entries that are specific to Workspace.
관련 API 요소
공용 속성
공용 메서드
| 메서드 | 정의 주체 | ||
|---|---|---|---|
[정적]
Retrieves the IFavoritesManager implementation. | WorkspaceSession | ||
[정적]
Retrieves the IPreferencesManager implementation. | WorkspaceSession | ||
[정적]
Retrieves the IProcessManager implementation. | WorkspaceSession | ||
[정적]
Retrieves the IQueueManager implementation. | WorkspaceSession | ||
[정적]
Retrieves the lc.domain.QueuesManager implementation. | WorkspaceSession | ||
[정적]
Retrieves the ISessionManager implementation. | WorkspaceSession | ||
[정적]
Retrieves the IStartpointManager implementation. | WorkspaceSession | ||
[정적]
Retrieves the ITaskManager implementation. | WorkspaceSession | ||
[정적]
Retrieves the IUserManager implementation. | WorkspaceSession | ||
![]() |
지정된 속성이 객체에 정의되어 있는지 여부를 나타냅니다. | Object | |
![]() |
Object 클래스의 인스턴스가 매개 변수로 지정된 객체의 프로토타입 체인에 있는지 여부를 나타냅니다. | Object | |
![]() |
지정된 속성이 존재하고 열거 가능한지 여부를 나타냅니다. | Object | |
![]() |
루프 작업에서 동적 속성을 사용할 수 있는지 여부를 설정합니다. | Object | |
![]() |
로캘별 규칙에 따라 서식이 지정된 이 객체의 문자열 표현을 반환합니다. | Object | |
![]() |
지정된 객체의 문자열 표현을 반환합니다. | Object | |
![]() |
지정된 객체의 프리미티브 값을 반환합니다. | Object | |
메서드 세부 정보
getFavoritesManager | () | 메서드 |
public static function getFavoritesManager(session:SessionMap):IFavoritesManager| 언어 버전: | ActionScript 3.0 |
| 제품 버전: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
| 런타임 버전: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Retrieves the IFavoritesManager implementation.
매개 변수
session:SessionMap — Specifies the SessionMap object from which to retrieve the instance.
|
IFavoritesManager — An object that implements the IFavoritesManager interface.
|
getPreferencesManager | () | 메서드 |
public static function getPreferencesManager(session:SessionMap):IPreferencesManager| 언어 버전: | ActionScript 3.0 |
| 제품 버전: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
| 런타임 버전: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Retrieves the IPreferencesManager implementation.
매개 변수
session:SessionMap — Specifies the SessionMap object from which to retrieve the instance.
|
IPreferencesManager — An object that implements the IPreferencesManager interface.
|
getProcessManager | () | 메서드 |
public static function getProcessManager(session:SessionMap):IProcessManager| 언어 버전: | ActionScript 3.0 |
| 제품 버전: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
| 런타임 버전: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Retrieves the IProcessManager implementation.
매개 변수
session:SessionMap — Specifies the SessionMap object from which to retrieve the instance.
|
IProcessManager — An object that implements the IProcessManager interface.
|
getQueueManager | () | 메서드 |
public static function getQueueManager(session:SessionMap):IQueueManager| 언어 버전: | ActionScript 3.0 |
| 제품 버전: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
| 런타임 버전: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Retrieves the IQueueManager implementation.
매개 변수
session:SessionMap — Specifies the SessionMap object from which to retrieve the instance.
|
IQueueManager — An object that implements the IQueueManager interface.
|
관련 API 요소
lc.core.IQueueManager
getQueuesManager | () | 메서드 |
public static function getQueuesManager(session:SessionMap):QueuesManager| 언어 버전: | ActionScript 3.0 |
| 제품 버전: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
| 런타임 버전: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Retrieves the lc.domain.QueuesManager implementation.
매개 변수
session:SessionMap — Specifies the SessionMap object from which to retrieve the instance.
|
QueuesManager — The object that represents the queues that are managed.
|
관련 API 요소
lc.domain.QueuesManager
getSessionManager | () | 메서드 |
public static function getSessionManager(session:SessionMap):ISessionManager| 언어 버전: | ActionScript 3.0 |
| 제품 버전: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
| 런타임 버전: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Retrieves the ISessionManager implementation.
매개 변수
session:SessionMap — Specifies the SessionMap object from which to retrieve the instance.
|
ISessionManager — An object that implements the ISessionManager interface.
|
getStartpointManager | () | 메서드 |
public static function getStartpointManager(session:SessionMap):IStartpointManager| 언어 버전: | ActionScript 3.0 |
| 제품 버전: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
| 런타임 버전: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Retrieves the IStartpointManager implementation.
매개 변수
session:SessionMap — Specifies the SessionMap object from which to retrieve the instance.
|
IStartpointManager — An object that implements the IStartpointManager interface.
|
getTaskManager | () | 메서드 |
public static function getTaskManager(session:SessionMap):lc.procmgmt:ITaskManager| 언어 버전: | ActionScript 3.0 |
| 제품 버전: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
| 런타임 버전: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Retrieves the ITaskManager implementation.
매개 변수
session:SessionMap — Specifies the SessionMap object from which to retrieve the instance.
|
lc.procmgmt:ITaskManager — An object that implements the ITaskManager interface.
|
getUserManager | () | 메서드 |
public static function getUserManager(session:SessionMap):IUserManager| 언어 버전: | ActionScript 3.0 |
| 제품 버전: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
| 런타임 버전: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Retrieves the IUserManager implementation.
매개 변수
session:SessionMap — Specifies the SessionMap object from which to retrieve the instance.
|
IUserManager — An object that implements IUserManager interface.
|
Tue Jun 12 2018, 03:17 PM Z
상속되는 공용 속성 숨기기
상속되는 공용 속성 표시