패키지 | lc.foundation.domain |
클래스 | public class DomainObject |
상속 | DomainObject Object |
구현 | IManagedObject |
하위 클래스 | Category, DocumentReference, Preference, Principal, QueueBase, ReaderSubmit, SearchTemplateDescriptors, Startpoint, TaskItemResult, UserActionProperty |
언어 버전: | ActionScript 3.0 |
제품 버전: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
런타임 버전: | 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.
공용 속성
속성 | 정의 주체 | ||
---|---|---|---|
constructor : Object
지정된 객체 인스턴스의 클래스 객체 또는 생성자 함수에 대한 참조입니다. | Object | ||
session : SessionMap [읽기 전용]
A SessionMap object that stores information relating to the server session. | DomainObject |
공용 메서드
속성 세부 정보
session | 속성 |
session:SessionMap
[읽기 전용] 언어 버전: | ActionScript 3.0 |
제품 버전: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
런타임 버전: | AIR (unsupported), Flash Player 9, Flash Player 10 |
A SessionMap
object that stores information relating to the server session.
구현
public function get session():SessionMap
Tue Jun 12 2018, 03:17 PM Z