| Pacchetto | lc.foundation.domain |
| Interfaccia | public interface IManagedObject |
| Implementatori | AttachmentInfo, DomainObject, Process, ProcessInstance, ProcessVariable, SearchFilter, SearchTemplate, SearchTemplateDescriptor, Task |
| Versione linguaggio: | ActionScript 3.0 |
| Versione prodotto: | Adobe Digital Enterprise Platform Document Services - Area di lavoro 9 |
| Versioni 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.
Proprietà pubbliche
| Proprietà | Definito da | ||
|---|---|---|---|
| session : SessionMap [sola lettura]
A SessionMap object that stores information relating to the
server session. | IManagedObject | ||
Descrizione delle proprietà
session | proprietà |
session:SessionMap [sola lettura] | Versione linguaggio: | ActionScript 3.0 |
| Versione prodotto: | Adobe Digital Enterprise Platform Document Services - Area di lavoro 9 |
| Versioni runtime: | AIR (unsupported), Flash Player 9, Flash Player 10 |
A SessionMap object that stores information relating to the
server session.
Implementazione
public function get session():SessionMapTue Jun 12 2018, 02:44 PM Z