| 패키지 | lc.procmgmt.ui.tracking |
| 클래스 | public class TrackingModel |
| 상속 | TrackingModel NavigationSupervisorModel |
| 언어 버전: | ActionScript 3.0 |
| 제품 버전: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
| 런타임 버전: | AIR (unsupported), Flash Player 9, Flash Player 10 |
TrackingModel class provides support for the
Tracking component.
The TrackingModel class loads a list of processes, represented by
Process objects, which the user initiated or participated in,
into the contents of the listData property. The list data also contains a
SearchTemplateDescriptors object so that the user can
search for tasks from within the tracking area.
If the user selects a process from the list of processes, the set of
associated ProcessInstances objects are displayed in the content
area of the Tracking component.
관련 API 요소
| 속성 | 정의 주체 | ||
|---|---|---|---|
| collatedListData : ListCollectionView
A collection of CollatedProcesses objects and a
SearchTemplateDescriptors object. | TrackingModel | ||
| data : Object
Maps the data to the selectedProcess property. | TrackingModel | ||
| errorMessage : String
The error message after an event occurs. | TrackingModel | ||
| iconSource : Class
The location of the icon image for the component. | TrackingModel | ||
| listData : AggregatingCollection
A collection of Process objects and a
SearchTemplateDescriptors object. | TrackingModel | ||
| selectedCollatedProcesses : CollatedProcesses
After all processes are loaded, the selectedCollatedProcesses property is set to the first
CollatedProcesses object stored in the collatedListData property. | TrackingModel | ||
| selectedProcess : Process
After all processes are loaded, the selectedProcess property is set to the first
Process object stored in the listData property. | TrackingModel | ||
| trackingSelectorModel : lc.procmgmt.ui.tracking:TrackingSelectorModel
The model for the TrackingSelector object. | TrackingModel | ||
| 메서드 | 정의 주체 | ||
|---|---|---|---|
Constructor. | TrackingModel | ||
[재정의]
Initializes the presentation model for the Tracking component and displays the processes
the user participated in by process name. | TrackingModel | ||
Loads the processes that a user participated in or started. | TrackingModel | ||
Refreshes the state of the container. | TrackingModel | ||
| 상수 | 정의 주체 | ||
|---|---|---|---|
| STATE_ERROR : String = "errorState" [정적]
A special value that represents that an error occurred. | TrackingModel | ||
collatedListData | 속성 |
collatedListData:ListCollectionView| 언어 버전: | ActionScript 3.0 |
| 제품 버전: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
| 런타임 버전: | AIR (unsupported), Flash Player 9, Flash Player 10 |
A collection of CollatedProcesses objects and a
SearchTemplateDescriptors object.
이 속성은 데이터 바인딩에 대한 소스로 사용할 수 있습니다. 이 속성을 수정하면 propertyChange 이벤트를 전달합니다.
구현
public function get collatedListData():ListCollectionView public function set collatedListData(value:ListCollectionView):voiddata | 속성 |
errorMessage | 속성 |
errorMessage:String| 언어 버전: | ActionScript 3.0 |
| 제품 버전: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
| 런타임 버전: | AIR (unsupported), Flash Player 9, Flash Player 10 |
The error message after an event occurs.
이 속성은 데이터 바인딩에 대한 소스로 사용할 수 있습니다. 이 속성을 수정하면 propertyChange 이벤트를 전달합니다.
구현
public function get errorMessage():String public function set errorMessage(value:String):voidiconSource | 속성 |
iconSource:Class| 언어 버전: | ActionScript 3.0 |
| 제품 버전: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
| 런타임 버전: | AIR (unsupported), Flash Player 9, Flash Player 10 |
The location of the icon image for the component.
이 속성은 데이터 바인딩에 대한 소스로 사용할 수 있습니다. 이 속성을 수정하면 propertyChange 이벤트를 전달합니다.
구현
public function get iconSource():Class public function set iconSource(value:Class):voidlistData | 속성 |
listData:AggregatingCollection| 언어 버전: | ActionScript 3.0 |
| 제품 버전: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
| 런타임 버전: | AIR (unsupported), Flash Player 9, Flash Player 10 |
A collection of Process objects and a
SearchTemplateDescriptors object.
이 속성은 데이터 바인딩에 대한 소스로 사용할 수 있습니다. 이 속성을 수정하면 propertyChange 이벤트를 전달합니다.
구현
public function get listData():AggregatingCollection public function set listData(value:AggregatingCollection):voidselectedCollatedProcesses | 속성 |
selectedCollatedProcesses:CollatedProcesses| 언어 버전: | ActionScript 3.0 |
| 제품 버전: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
| 런타임 버전: | AIR (unsupported), Flash Player 9, Flash Player 10 |
After all processes are loaded, the selectedCollatedProcesses property is set to the first
CollatedProcesses object stored in the collatedListData property.
이 속성은 데이터 바인딩에 대한 소스로 사용할 수 있습니다. 이 속성을 수정하면 propertyChange 이벤트를 전달합니다.
구현
public function get selectedCollatedProcesses():CollatedProcesses public function set selectedCollatedProcesses(value:CollatedProcesses):voidselectedProcess | 속성 |
selectedProcess:Process| 언어 버전: | ActionScript 3.0 |
| 제품 버전: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
| 런타임 버전: | AIR (unsupported), Flash Player 9, Flash Player 10 |
After all processes are loaded, the selectedProcess property is set to the first
Process object stored in the listData property.
이 속성은 데이터 바인딩에 대한 소스로 사용할 수 있습니다. 이 속성을 수정하면 propertyChange 이벤트를 전달합니다.
구현
public function get selectedProcess():Process public function set selectedProcess(value:Process):voidtrackingSelectorModel | 속성 |
trackingSelectorModel:lc.procmgmt.ui.tracking:TrackingSelectorModel| 언어 버전: | ActionScript 3.0 |
| 제품 버전: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
| 런타임 버전: | AIR (unsupported), Flash Player 9, Flash Player 10 |
The model for the TrackingSelector object.
이 속성은 데이터 바인딩에 대한 소스로 사용할 수 있습니다. 이 속성을 수정하면 propertyChange 이벤트를 전달합니다.
구현
public function get trackingSelectorModel():lc.procmgmt.ui.tracking:TrackingSelectorModel public function set trackingSelectorModel(value:lc.procmgmt.ui.tracking:TrackingSelectorModel):voidTrackingModel | () | 생성자 |
public function TrackingModel()| 언어 버전: | ActionScript 3.0 |
| 제품 버전: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
| 런타임 버전: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Constructor.
initialize | () | 메서드 |
override public function initialize():void| 언어 버전: | ActionScript 3.0 |
| 제품 버전: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
| 런타임 버전: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Initializes the presentation model for the Tracking component and displays the processes
the user participated in by process name.
loadProcesses | () | 메서드 |
public function loadProcesses():void| 언어 버전: | ActionScript 3.0 |
| 제품 버전: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
| 런타임 버전: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Loads the processes that a user participated in or started.
refresh | () | 메서드 |
public function refresh():void| 언어 버전: | ActionScript 3.0 |
| 제품 버전: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
| 런타임 버전: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Refreshes the state of the container. This method is typically invoked by the view when it is reentered and re-shown.
STATE_ERROR | 상수 |
public static const STATE_ERROR:String = "errorState"| 언어 버전: | ActionScript 3.0 |
| 제품 버전: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
| 런타임 버전: | AIR (unsupported), Flash Player 9, Flash Player 10 |
A special value that represents that an error occurred.
Tue Jun 12 2018, 03:17 PM Z