| 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
| Method | Defined By | ||
|---|---|---|---|
![]() |
Indicates whether an object has a specified property defined. | Object | |
![]() |
Indicates whether an instance of the Object class is in the prototype chain of the object specified
as the parameter. | Object | |
![]() |
Indicates whether the specified property exists and is enumerable. | Object | |
![]() |
Sets the availability of a dynamic property for loop operations. | Object | |
![]() |
Returns the string representation of this object, formatted according to locale-specific conventions. | Object | |
![]() |
Returns the string representation of the specified object. | Object | |
![]() |
Returns the primitive value of the specified object. | Object | |
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():SessionMapThu Dec 4 2014, 05:50 PM -08:00
