Adobe® Flash® Platform 用 ActionScript® 3.0 リファレンスガイド
ホーム  |  パッケージおよびクラスリストの非表示 |  パッケージ  |  クラス  |  新機能  |  索引  |  付録  |  英語で表示される理由
フィルター: サーバーからデータを取得しています...
サーバーからデータを取得しています...
lc.procmgmt.ui.startpoint 

StartProcessModel  - AS3 ADEP Workspace

パッケージlc.procmgmt.ui.startpoint
クラスpublic class StartProcessModel
継承StartProcessModel Inheritance NavigationSupervisorModel

言語バージョン: ActionScript 3.0
製品バージョン: Adobe Digital Enterprise Platform Document Services - Workspace 10
ランタイムバージョン: AIR (unsupported), Flash Player 9, Flash Player 10

The 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 エレメント



パブリックプロパティ
 プロパティ定義元
  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.





[ X ]英語で表示される理由
ActionScript 3.0 リファレンスガイドのコンテンツが英語で表示されます。

ActionScript 3.0 リファレンスガイドのすべての部分がすべての言語に翻訳されているわけではありません。言語エレメントが翻訳されていない場合、そのエレメントは英語で表示されます。例えば、ga.controls.HelpBox クラスはどの言語にも訳されていません。このため、リファレンスガイドの日本語バージョンでは、ga.controls.HelpBox クラスは英語で表示されます。