Package | lc.foundation.domain |
Class | public class DomainObject |
Inheritance | DomainObject Object |
Implements | IManagedObject |
Subclasses | Category, DocumentReference, Preference, Principal, QueueBase, ReaderSubmit, SearchTemplateDescriptors, Startpoint, TaskItemResult, UserActionProperty |
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 |
DomainObject
class represents a common superclass for
all domain objects. It should not be used directly. Extend it if you want to use it.
Public Properties
Property | Defined By | ||
---|---|---|---|
constructor : Object
A reference to the class object or constructor function for a given object instance. | Object | ||
session : SessionMap [read-only]
A SessionMap object that stores information relating to the server session. | DomainObject |
Public Methods
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
Thu Dec 6 2018, 01:12 PM -08:00