ActionScript® 3.0 Referenzhandbuch für die Adobe® Flash®-Plattform
Home  |  Liste der Pakete und Klassen ausblenden |  Pakete  |  Klassen  |  Neue Funktionen  |  Stichwortverzeichnis  |  Anhänge  |  Warum auf Englisch?
Filter: Daten werden vom Server abgerufen...
Daten werden vom Server abgerufen...
lc.procmgmt.ui.startpoint 

StartProcessModel  - AS3 ADEP Workspace

Paketlc.procmgmt.ui.startpoint
Klassepublic class StartProcessModel
VererbungStartProcessModel Inheritance NavigationSupervisorModel

Sprachversion: ActionScript 3.0
Produktversion: Adobe Digital Enterprise Platform Document Services - Workspace 10
Laufzeitversionen: 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.

Verwandte API-Elemente



Öffentliche Eigenschaften
 EigenschaftDefiniert von
  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
[override] 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
Öffentliche Methoden
 MethodeDefiniert von
  
Constructor.
StartProcessModel
  
[override] 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
Geschützte Methoden
 MethodeDefiniert von
  
Loads the categories from the SessionMap object and adds them to the listData property.
StartProcessModel
Öffentliche Konstanten
 KonstanteDefiniert von
  STATE_INITIAL : String = "initialState"
[statisch] A special value that indicates that initialization is occurring and the categories have not been loaded.
StartProcessModel
  STATE_LOAD_ERROR : String = "loadErrorState"
[statisch] A special value that indicates that an error occurred while loading the categories.
StartProcessModel
  STATE_LOADING : String = "loadingState"
[statisch] A special value that indicates that categories are being loading.
StartProcessModel
  STATE_READY : String = "loadReadyState"
[statisch] A special value that indicates the process of loading categories is complete.
StartProcessModel
Eigenschaftendetails

iconSource

Eigenschaft
iconSource:Class

Sprachversion: ActionScript 3.0
Produktversion: Adobe Digital Enterprise Platform Document Services - Workspace 10
Laufzeitversionen: AIR (unsupported), Flash Player 9, Flash Player 10

The icon source.

Diese Eigenschaft kann als Quelle für die Datenbindung verwendet werden. Beim Ändern dieser Eigenschaft wird das propertyChange -Ereignis ausgelöst.



Implementierung
    public function get iconSource():Class
    public function set iconSource(value:Class):void

listData

Eigenschaft 
listData:AggregatingCollection

Sprachversion: ActionScript 3.0
Produktversion: Adobe Digital Enterprise Platform Document Services - Workspace 10
Laufzeitversionen: AIR (unsupported), Flash Player 9, Flash Player 10

A collection of Category objects and FavoriteCategory objects.

Diese Eigenschaft kann als Quelle für die Datenbindung verwendet werden. Beim Ändern dieser Eigenschaft wird das propertyChange -Ereignis ausgelöst.



Implementierung
    public function get listData():AggregatingCollection
    public function set listData(value:AggregatingCollection):void

selectedListItem

Eigenschaft 
selectedListItem:Object

Sprachversion: ActionScript 3.0
Produktversion: Adobe Digital Enterprise Platform Document Services - Workspace 10
Laufzeitversionen: AIR (unsupported), Flash Player 9, Flash Player 10

The currently selected item in the listData property.

Diese Eigenschaft kann als Quelle für die Datenbindung verwendet werden. Beim Ändern dieser Eigenschaft wird das propertyChange -Ereignis ausgelöst.



Implementierung
    public function get selectedListItem():Object
    public function set selectedListItem(value:Object):void

session

Eigenschaft 
session:SessionMap[override]

Sprachversion: ActionScript 3.0
Produktversion: Adobe Digital Enterprise Platform Document Services - Workspace 10
Laufzeitversionen: AIR (unsupported), Flash Player 9, Flash Player 10

Retrieves an instance of the current session map.



Implementierung
    override public function get session():SessionMap
    override public function set session(value:SessionMap):void

startpointFromUrl

Eigenschaft 
startpointFromUrl:Startpoint

Sprachversion: ActionScript 3.0
Produktversion: Adobe Digital Enterprise Platform Document Services - Workspace 10
Laufzeitversionen: AIR (unsupported), Flash Player 9, Flash Player 10

The URL for starting a process.

Diese Eigenschaft kann als Quelle für die Datenbindung verwendet werden. Beim Ändern dieser Eigenschaft wird das propertyChange -Ereignis ausgelöst.



Implementierung
    public function get startpointFromUrl():Startpoint
    public function set startpointFromUrl(value:Startpoint):void

startpointSelectorModel

Eigenschaft 
startpointSelectorModel:StartpointSelectorModel

Sprachversion: ActionScript 3.0
Produktversion: Adobe Digital Enterprise Platform Document Services - Workspace 10
Laufzeitversionen: AIR (unsupported), Flash Player 9, Flash Player 10

The model for the StartpointSelector.

Diese Eigenschaft kann als Quelle für die Datenbindung verwendet werden. Beim Ändern dieser Eigenschaft wird das propertyChange -Ereignis ausgelöst.



Implementierung
    public function get startpointSelectorModel():StartpointSelectorModel
    public function set startpointSelectorModel(value:StartpointSelectorModel):void
Konstruktordetails

StartProcessModel

()Konstruktor
public function StartProcessModel()

Sprachversion: ActionScript 3.0
Produktversion: Adobe Digital Enterprise Platform Document Services - Workspace 10
Laufzeitversionen: AIR (unsupported), Flash Player 9, Flash Player 10

Constructor.

Methodendetails

initialize

()Methode
override public function initialize():void

Sprachversion: ActionScript 3.0
Produktversion: Adobe Digital Enterprise Platform Document Services - Workspace 10
Laufzeitversionen: AIR (unsupported), Flash Player 9, Flash Player 10

Initialize the model.

loadCategories

()Methode 
protected function loadCategories():lc.foundation.util:Token

Sprachversion: ActionScript 3.0
Produktversion: Adobe Digital Enterprise Platform Document Services - Workspace 10
Laufzeitversionen: AIR (unsupported), Flash Player 9, Flash Player 10

Loads the categories from the SessionMap object and adds them to the listData property.

Rückgabewerte
lc.foundation.util:Token — A Token object that identifies whether the operation was successful.

selectStartpoint

()Methode 
public function selectStartpoint(startpoint:Startpoint):void

Sprachversion: ActionScript 3.0
Produktversion: Adobe Digital Enterprise Platform Document Services - Workspace 10
Laufzeitversionen: 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.

Parameter

startpoint:Startpoint — Specifies the task to be selected.

Konstantendetails

STATE_INITIAL

Konstante
public static const STATE_INITIAL:String = "initialState"

Sprachversion: ActionScript 3.0
Produktversion: Adobe Digital Enterprise Platform Document Services - Workspace 10
Laufzeitversionen: 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

Konstante 
public static const STATE_LOAD_ERROR:String = "loadErrorState"

Sprachversion: ActionScript 3.0
Produktversion: Adobe Digital Enterprise Platform Document Services - Workspace 10
Laufzeitversionen: AIR (unsupported), Flash Player 9, Flash Player 10

A special value that indicates that an error occurred while loading the categories.

STATE_LOADING

Konstante 
public static const STATE_LOADING:String = "loadingState"

Sprachversion: ActionScript 3.0
Produktversion: Adobe Digital Enterprise Platform Document Services - Workspace 10
Laufzeitversionen: AIR (unsupported), Flash Player 9, Flash Player 10

A special value that indicates that categories are being loading.

STATE_READY

Konstante 
public static const STATE_READY:String = "loadReadyState"

Sprachversion: ActionScript 3.0
Produktversion: Adobe Digital Enterprise Platform Document Services - Workspace 10
Laufzeitversionen: AIR (unsupported), Flash Player 9, Flash Player 10

A special value that indicates the process of loading categories is complete.





[ X ]Warum auf Englisch?
Inhalt des ActionScript 3.0-Referenzhandbuchs wird in englischer Sprache angezeigt

Nicht alle Teile des ActionScript 3.0-Referenzhandbuchs wurden in alle Sprachen übersetzt. Wenn der Text zu einem Sprachelement nicht übersetzt wurde, wird er auf Englisch angezeigt. Zum Beispiel wurden die Informationen zur ga.controls.HelpBox-Klasse nicht in andere Sprachen übersetzt. In der deutschen Version des Referenzhandbuchs erscheint der Abschnitt zur ga.controls.HelpBox-Klasse deshalb auf Englisch.