| Pacote | lc.foundation.domain |
| Interface | public interface IManagedObject |
| Implementadores | AttachmentInfo, DomainObject, Process, ProcessInstance, ProcessVariable, SearchFilter, SearchTemplate, SearchTemplateDescriptor, Task |
| Versão da linguagem: | ActionScript 3.0 |
| Versão de produto: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
| Versões de runtime: | 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.
Propriedades públicas
| Propriedade | Definido por | ||
|---|---|---|---|
| session : SessionMap [somente leitura]
A SessionMap object that stores information relating to the
server session. | IManagedObject | ||
Detalhes da propriedade
session | propriedade |
session:SessionMap [somente leitura] | Versão da linguagem: | ActionScript 3.0 |
| Versão de produto: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
| Versões de runtime: | AIR (unsupported), Flash Player 9, Flash Player 10 |
A SessionMap object that stores information relating to the
server session.
Implementação
public function get session():SessionMapWed Jun 13 2018, 11:10 AM Z