| パッケージ | 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():SessionMapTue Jun 12 2018, 10:34 AM Z