패키지 | lc.procmgmt.ui.startpoint |
클래스 | public class StartProcessModel |
상속 | StartProcessModel NavigationSupervisorModel |
언어 버전: | ActionScript 3.0 |
제품 버전: | Adobe Digital Enterprise Platform Document Services - Workspace 10 |
런타임 버전: | AIR (unsupported), Flash Player 9, Flash Player 10 |
StartProcessModel
class acts as the model for the
StartProcess
component.
The StartProcessModel
class loads the contents of the list data into the navigation area
in the StartProcess
component. The list data contains favorites and
the available categories configured on a Document Server. Depending on the selection of a
Category
or FavoriteCategory
object, the appropriate set
of forms to start a process are loaded into the content area of the component.
Each form that starts a process is represented as an Startpoint
object.
관련 API 요소
lc.procmgmt.domain.Category
lc.procmgmt.domain.Startpoint
lc.procmgmt.ui.startpoint.StartProcessModel
속성 | 정의 주체 | ||
---|---|---|---|
iconSource : Class
The icon source. | StartProcessModel | ||
listData : AggregatingCollection
A collection of Category objects and FavoriteCategory objects. | StartProcessModel | ||
selectedListItem : Object
The currently selected item in the listData property. | StartProcessModel | ||
session : SessionMap [재정의]
Retrieves an instance of the current session map. | StartProcessModel | ||
startpointFromUrl : Startpoint
The URL for starting a process. | StartProcessModel | ||
startpointSelectorModel : StartpointSelectorModel
The model for the StartpointSelector. | StartProcessModel |
메서드 | 정의 주체 | ||
---|---|---|---|
Constructor. | StartProcessModel | ||
[재정의]
Initialize the model. | StartProcessModel | ||
Setting the selected task causes the QueueEntryData object that
contains the selected task to have its details property set to true, and
requests the QueueEntryData object to change to the selected
task. | StartProcessModel |
메서드 | 정의 주체 | ||
---|---|---|---|
Loads the categories from the SessionMap object and adds them to
the listData property. | StartProcessModel |
상수 | 정의 주체 | ||
---|---|---|---|
STATE_INITIAL : String = "initialState" [정적]
A special value that indicates that initialization is occurring and the categories have not been loaded. | StartProcessModel | ||
STATE_LOAD_ERROR : String = "loadErrorState" [정적]
A special value that indicates that an error occurred while loading the categories. | StartProcessModel | ||
STATE_LOADING : String = "loadingState" [정적]
A special value that indicates that categories are being loading. | StartProcessModel | ||
STATE_READY : String = "loadReadyState" [정적]
A special value that indicates the process of loading categories is complete. | StartProcessModel |
iconSource | 속성 |
iconSource:Class
언어 버전: | ActionScript 3.0 |
제품 버전: | Adobe Digital Enterprise Platform Document Services - Workspace 10 |
런타임 버전: | AIR (unsupported), Flash Player 9, Flash Player 10 |
The icon source.
이 속성은 데이터 바인딩에 대한 소스로 사용할 수 있습니다. 이 속성을 수정하면 propertyChange
이벤트를 전달합니다.
구현
public function get iconSource():Class
public function set iconSource(value:Class):void
listData | 속성 |
listData:AggregatingCollection
언어 버전: | ActionScript 3.0 |
제품 버전: | Adobe Digital Enterprise Platform Document Services - Workspace 10 |
런타임 버전: | AIR (unsupported), Flash Player 9, Flash Player 10 |
A collection of Category
objects and FavoriteCategory
objects.
이 속성은 데이터 바인딩에 대한 소스로 사용할 수 있습니다. 이 속성을 수정하면 propertyChange
이벤트를 전달합니다.
구현
public function get listData():AggregatingCollection
public function set listData(value:AggregatingCollection):void
selectedListItem | 속성 |
selectedListItem:Object
언어 버전: | ActionScript 3.0 |
제품 버전: | Adobe Digital Enterprise Platform Document Services - Workspace 10 |
런타임 버전: | AIR (unsupported), Flash Player 9, Flash Player 10 |
The currently selected item in the listData
property.
이 속성은 데이터 바인딩에 대한 소스로 사용할 수 있습니다. 이 속성을 수정하면 propertyChange
이벤트를 전달합니다.
구현
public function get selectedListItem():Object
public function set selectedListItem(value:Object):void
session | 속성 |
session:SessionMap
[재정의] 언어 버전: | ActionScript 3.0 |
제품 버전: | Adobe Digital Enterprise Platform Document Services - Workspace 10 |
런타임 버전: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Retrieves an instance of the current session map.
구현
override public function get session():SessionMap
override public function set session(value:SessionMap):void
startpointFromUrl | 속성 |
startpointFromUrl:Startpoint
언어 버전: | ActionScript 3.0 |
제품 버전: | Adobe Digital Enterprise Platform Document Services - Workspace 10 |
런타임 버전: | AIR (unsupported), Flash Player 9, Flash Player 10 |
The URL for starting a process.
이 속성은 데이터 바인딩에 대한 소스로 사용할 수 있습니다. 이 속성을 수정하면 propertyChange
이벤트를 전달합니다.
구현
public function get startpointFromUrl():Startpoint
public function set startpointFromUrl(value:Startpoint):void
startpointSelectorModel | 속성 |
startpointSelectorModel:StartpointSelectorModel
언어 버전: | ActionScript 3.0 |
제품 버전: | Adobe Digital Enterprise Platform Document Services - Workspace 10 |
런타임 버전: | AIR (unsupported), Flash Player 9, Flash Player 10 |
The model for the StartpointSelector
.
이 속성은 데이터 바인딩에 대한 소스로 사용할 수 있습니다. 이 속성을 수정하면 propertyChange
이벤트를 전달합니다.
구현
public function get startpointSelectorModel():StartpointSelectorModel
public function set startpointSelectorModel(value:StartpointSelectorModel):void
StartProcessModel | () | 생성자 |
public function StartProcessModel()
언어 버전: | ActionScript 3.0 |
제품 버전: | Adobe Digital Enterprise Platform Document Services - Workspace 10 |
런타임 버전: | 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 10 |
런타임 버전: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Initialize the model.
loadCategories | () | 메서드 |
protected function loadCategories():lc.foundation.util:Token
언어 버전: | ActionScript 3.0 |
제품 버전: | Adobe Digital Enterprise Platform Document Services - Workspace 10 |
런타임 버전: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Loads the categories from the SessionMap
object and adds them to
the listData
property.
lc.foundation.util:Token — A Token object that identifies whether the operation was successful.
|
selectStartpoint | () | 메서드 |
public function selectStartpoint(startpoint:Startpoint):void
언어 버전: | ActionScript 3.0 |
제품 버전: | Adobe Digital Enterprise Platform Document Services - Workspace 10 |
런타임 버전: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Setting the selected task causes the QueueEntryData
object that
contains the selected task to have its details property set to true, and
requests the QueueEntryData
object to change to the selected
task.
매개 변수
startpoint:Startpoint — Specifies the task to be selected.
|
STATE_INITIAL | 상수 |
public static const STATE_INITIAL:String = "initialState"
언어 버전: | ActionScript 3.0 |
제품 버전: | Adobe Digital Enterprise Platform Document Services - Workspace 10 |
런타임 버전: | AIR (unsupported), Flash Player 9, Flash Player 10 |
A special value that indicates that initialization is occurring and the categories have not been loaded.
STATE_LOAD_ERROR | 상수 |
public static const STATE_LOAD_ERROR:String = "loadErrorState"
언어 버전: | ActionScript 3.0 |
제품 버전: | Adobe Digital Enterprise Platform Document Services - Workspace 10 |
런타임 버전: | AIR (unsupported), Flash Player 9, Flash Player 10 |
A special value that indicates that an error occurred while loading the categories.
STATE_LOADING | 상수 |
public static const STATE_LOADING:String = "loadingState"
언어 버전: | ActionScript 3.0 |
제품 버전: | Adobe Digital Enterprise Platform Document Services - Workspace 10 |
런타임 버전: | AIR (unsupported), Flash Player 9, Flash Player 10 |
A special value that indicates that categories are being loading.
STATE_READY | 상수 |
public static const STATE_READY:String = "loadReadyState"
언어 버전: | ActionScript 3.0 |
제품 버전: | Adobe Digital Enterprise Platform Document Services - Workspace 10 |
런타임 버전: | AIR (unsupported), Flash Player 9, Flash Player 10 |
A special value that indicates the process of loading categories is complete.
Tue Jun 12 2018, 03:17 PM Z