套件 | 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:47 PM Z