ActionScript® 3.0 Reference for the Adobe® Flash® Platform
Home  |  Show Packages and Classes List |  Packages  |  Classes  |  What's New  |  Index  |  Appendixes
lc.foundation.domain 

IManagedObject  - AS3 ADEP Workspace

Packagelc.foundation.domain
Interfacepublic interface IManagedObject
Implementors AttachmentInfo, DomainObject, Process, ProcessInstance, ProcessVariable, SearchFilter, SearchTemplate, SearchTemplateDescriptor, Task

Language Version: ActionScript 3.0
Product Version: Adobe Digital Enterprise Platform Document Services - Workspace 9
Runtime Versions: AIR (unsupported), Flash Player 9, Flash Player 10

The 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.



Public Properties
 PropertyDefined 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 Document Services - Workspace 9
Runtime Versions: AIR (unsupported), Flash Player 9, Flash Player 10

A SessionMap object that stores information relating to the server session.



Implementation
    public function get session():SessionMap