패키지 | lc.procmgmt.domain |
클래스 | public class Queue |
상속 | Queue QueueBase DomainObject Object |
구현 | IManaged |
하위 클래스 | TemporaryQueue |
언어 버전: | ActionScript 3.0 |
제품 버전: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
런타임 버전: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Queue
class is used for specifying the unique identifier
and the filter for a given queue.
공용 속성
속성 | 정의 주체 | ||
---|---|---|---|
constructor : Object
지정된 객체 인스턴스의 클래스 객체 또는 생성자 함수에 대한 참조입니다. | Object | ||
filter : int
The filter used for the queue. | Queue | ||
isDefault : Boolean
A flag that indicates whether the queue is default. | QueueBase | ||
name : String
The name of the queue. | QueueBase | ||
qid : Number
The unique identifier of the queue. | Queue | ||
session : SessionMap [읽기 전용]
A SessionMap object that stores information relating to the server session. | DomainObject | ||
taskCountAll : Number
The count of all tasks in the queue. | QueueBase | ||
tasks : ListCollectionView
The collection of tasks associated with this queue. | QueueBase | ||
type : Number
The type of the queue. | QueueBase |
공용 메서드
속성 세부 정보
filter | 속성 |
filter:int
언어 버전: | ActionScript 3.0 |
제품 버전: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
런타임 버전: | AIR (unsupported), Flash Player 9, Flash Player 10 |
The filter used for the queue.
이 속성은 데이터 바인딩에 대한 소스로 사용할 수 있습니다. 이 속성을 수정하면 propertyChange
이벤트를 전달합니다.
구현
public function get filter():int
public function set filter(value:int):void
qid | 속성 |
qid:Number
언어 버전: | ActionScript 3.0 |
제품 버전: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
런타임 버전: | AIR (unsupported), Flash Player 9, Flash Player 10 |
The unique identifier of the queue.
이 속성은 데이터 바인딩에 대한 소스로 사용할 수 있습니다. 이 속성을 수정하면 propertyChange
이벤트를 전달합니다.
구현
public function get qid():Number
public function set qid(value:Number):void
Tue Jun 12 2018, 03:17 PM Z