(Beta)
| Package | lc.foundation.domain |
| Interface | public interface IManagedObject |
| Implementors | AttachmentInfo, DomainObject, Process, ProcessInstance, ProcessVariable, SearchFilter, SearchTemplate, SearchTemplateDescriptor, Task |
| Language Version: | ActionScript 3.0 |
| Product Version: | Adobe Digital Enterprise Platform Experience Services - Document Services ES2 |
| Runtime Versions: | AIR 1.0, Flash Player 9, Flash Player 10 |
IManagedObject interface is to be implemented by all
classes that are to be managed by LiveCycle Data Services ES and need to
communicate with a LiveCycle ES2 server. By implementing
this interface, the LiveCycle Workspace ES2 API sets the session property when client-side
requests are made for a Workspace API object from a managed collection.
Public Properties
| Property | Defined By | ||
|---|---|---|---|
| session : SessionMap [read-only]
A SessionMap object that stores information relating to the
server session. | IManagedObject | ||
Property Detail
session | property |
session:SessionMap [read-only] | Language Version: | ActionScript 3.0 |
| Product Version: | Adobe Digital Enterprise Platform Experience Services - Document Services ES2 |
| Runtime Versions: | AIR 1.0, Flash Player 9, Flash Player 10 |
A SessionMap object that stores information relating to the
server session.
Implementation
public function get session():SessionMapWed Nov 21 2018, 06:34 AM -08:00