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 

DomainObject  - AS3 ADEP Workspace

Packagelc.foundation.domain
Classpublic class DomainObject
InheritanceDomainObject Inheritance 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

The 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
 PropertyDefined By
 Inheritedconstructor : 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
 MethodDefined By
 Inherited
Indicates whether an object has a specified property defined.
Object
 Inherited
Indicates whether an instance of the Object class is in the prototype chain of the object specified as the parameter.
Object
 Inherited
Indicates whether the specified property exists and is enumerable.
Object
 Inherited
Sets the availability of a dynamic property for loop operations.
Object
 Inherited
Returns the string representation of this object, formatted according to locale-specific conventions.
Object
 Inherited
Returns the string representation of the specified object.
Object
 Inherited
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():SessionMap