Paket | lc.procmgmt.ui.startpoint |
Klass | public class StartProcessModel |
Arv | StartProcessModel NavigationSupervisorModel |
Språkversion: | ActionScript 3.0 |
Produktversion: | Adobe Digital Enterprise Platform Document Services - Workspace 10 |
Körningsmiljöversioner: | 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.
Relaterade API-element
lc.procmgmt.domain.Category
lc.procmgmt.domain.Startpoint
lc.procmgmt.ui.startpoint.StartProcessModel
Egenskap | Definieras med | ||
---|---|---|---|
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 [åsidosätt]
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 |
Metod | Definieras med | ||
---|---|---|---|
Constructor. | StartProcessModel | ||
[åsidosätt]
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 |
Metod | Definieras med | ||
---|---|---|---|
Loads the categories from the SessionMap object and adds them to
the listData property. | StartProcessModel |
Konstant | Definieras med | ||
---|---|---|---|
STATE_INITIAL : String = "initialState" [statisk]
A special value that indicates that initialization is occurring and the categories have not been loaded. | StartProcessModel | ||
STATE_LOAD_ERROR : String = "loadErrorState" [statisk]
A special value that indicates that an error occurred while loading the categories. | StartProcessModel | ||
STATE_LOADING : String = "loadingState" [statisk]
A special value that indicates that categories are being loading. | StartProcessModel | ||
STATE_READY : String = "loadReadyState" [statisk]
A special value that indicates the process of loading categories is complete. | StartProcessModel |
iconSource | egenskap |
iconSource:Class
Språkversion: | ActionScript 3.0 |
Produktversion: | Adobe Digital Enterprise Platform Document Services - Workspace 10 |
Körningsmiljöversioner: | AIR (unsupported), Flash Player 9, Flash Player 10 |
The icon source.
Den här egenskapen kan användas som källan för databindning. När den här egenskapen ändras, skickas händelsen propertyChange
.
Implementering
public function get iconSource():Class
public function set iconSource(value:Class):void
listData | egenskap |
listData:AggregatingCollection
Språkversion: | ActionScript 3.0 |
Produktversion: | Adobe Digital Enterprise Platform Document Services - Workspace 10 |
Körningsmiljöversioner: | AIR (unsupported), Flash Player 9, Flash Player 10 |
A collection of Category
objects and FavoriteCategory
objects.
Den här egenskapen kan användas som källan för databindning. När den här egenskapen ändras, skickas händelsen propertyChange
.
Implementering
public function get listData():AggregatingCollection
public function set listData(value:AggregatingCollection):void
selectedListItem | egenskap |
selectedListItem:Object
Språkversion: | ActionScript 3.0 |
Produktversion: | Adobe Digital Enterprise Platform Document Services - Workspace 10 |
Körningsmiljöversioner: | AIR (unsupported), Flash Player 9, Flash Player 10 |
The currently selected item in the listData
property.
Den här egenskapen kan användas som källan för databindning. När den här egenskapen ändras, skickas händelsen propertyChange
.
Implementering
public function get selectedListItem():Object
public function set selectedListItem(value:Object):void
session | egenskap |
session:SessionMap
[åsidosätt] Språkversion: | ActionScript 3.0 |
Produktversion: | Adobe Digital Enterprise Platform Document Services - Workspace 10 |
Körningsmiljöversioner: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Retrieves an instance of the current session map.
Implementering
override public function get session():SessionMap
override public function set session(value:SessionMap):void
startpointFromUrl | egenskap |
startpointFromUrl:Startpoint
Språkversion: | ActionScript 3.0 |
Produktversion: | Adobe Digital Enterprise Platform Document Services - Workspace 10 |
Körningsmiljöversioner: | AIR (unsupported), Flash Player 9, Flash Player 10 |
The URL for starting a process.
Den här egenskapen kan användas som källan för databindning. När den här egenskapen ändras, skickas händelsen propertyChange
.
Implementering
public function get startpointFromUrl():Startpoint
public function set startpointFromUrl(value:Startpoint):void
startpointSelectorModel | egenskap |
startpointSelectorModel:StartpointSelectorModel
Språkversion: | ActionScript 3.0 |
Produktversion: | Adobe Digital Enterprise Platform Document Services - Workspace 10 |
Körningsmiljöversioner: | AIR (unsupported), Flash Player 9, Flash Player 10 |
The model for the StartpointSelector
.
Den här egenskapen kan användas som källan för databindning. När den här egenskapen ändras, skickas händelsen propertyChange
.
Implementering
public function get startpointSelectorModel():StartpointSelectorModel
public function set startpointSelectorModel(value:StartpointSelectorModel):void
StartProcessModel | () | Konstruktor |
public function StartProcessModel()
Språkversion: | ActionScript 3.0 |
Produktversion: | Adobe Digital Enterprise Platform Document Services - Workspace 10 |
Körningsmiljöversioner: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Constructor.
initialize | () | metod |
override public function initialize():void
Språkversion: | ActionScript 3.0 |
Produktversion: | Adobe Digital Enterprise Platform Document Services - Workspace 10 |
Körningsmiljöversioner: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Initialize the model.
loadCategories | () | metod |
protected function loadCategories():lc.foundation.util:Token
Språkversion: | ActionScript 3.0 |
Produktversion: | Adobe Digital Enterprise Platform Document Services - Workspace 10 |
Körningsmiljöversioner: | 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 | () | metod |
public function selectStartpoint(startpoint:Startpoint):void
Språkversion: | ActionScript 3.0 |
Produktversion: | Adobe Digital Enterprise Platform Document Services - Workspace 10 |
Körningsmiljöversioner: | 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.
Parametrar
startpoint:Startpoint — Specifies the task to be selected.
|
STATE_INITIAL | Konstant |
public static const STATE_INITIAL:String = "initialState"
Språkversion: | ActionScript 3.0 |
Produktversion: | Adobe Digital Enterprise Platform Document Services - Workspace 10 |
Körningsmiljöversioner: | 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 | Konstant |
public static const STATE_LOAD_ERROR:String = "loadErrorState"
Språkversion: | ActionScript 3.0 |
Produktversion: | Adobe Digital Enterprise Platform Document Services - Workspace 10 |
Körningsmiljöversioner: | AIR (unsupported), Flash Player 9, Flash Player 10 |
A special value that indicates that an error occurred while loading the categories.
STATE_LOADING | Konstant |
public static const STATE_LOADING:String = "loadingState"
Språkversion: | ActionScript 3.0 |
Produktversion: | Adobe Digital Enterprise Platform Document Services - Workspace 10 |
Körningsmiljöversioner: | AIR (unsupported), Flash Player 9, Flash Player 10 |
A special value that indicates that categories are being loading.
STATE_READY | Konstant |
public static const STATE_READY:String = "loadReadyState"
Språkversion: | ActionScript 3.0 |
Produktversion: | Adobe Digital Enterprise Platform Document Services - Workspace 10 |
Körningsmiljöversioner: | AIR (unsupported), Flash Player 9, Flash Player 10 |
A special value that indicates the process of loading categories is complete.
Tue Jun 12 2018, 01:40 PM Z