패키지 | lc.foundation.domain |
인터페이스 | public interface IManagedObject |
구현자 | AttachmentInfo, DomainObject, Process, ProcessInstance, ProcessVariable, SearchFilter, SearchTemplate, SearchTemplateDescriptor, Task |
언어 버전: | ActionScript 3.0 |
제품 버전: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
런타임 버전: | AIR (unsupported), Flash Player 9, Flash Player 10 |
IManagedObject
interface is to be implemented by all
classes that are to be managed by Data Services and need to
communicate with a Document Server. By implementing
this interface, the Workspace API sets the session
property when the client-side
requests are made for a Workspace API object from a managed collection.
공용 속성
속성 | 정의 주체 | ||
---|---|---|---|
session : SessionMap [읽기 전용]
A SessionMap object that stores information relating to the
server session. | IManagedObject |
속성 세부 정보
session | 속성 |
session:SessionMap
[읽기 전용] 언어 버전: | ActionScript 3.0 |
제품 버전: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
런타임 버전: | AIR (unsupported), Flash Player 9, Flash Player 10 |
A SessionMap
object that stores information relating to the
server session.
구현
public function get session():SessionMap
Tue Jun 12 2018, 03:17 PM Z