Referência do ActionScript® 3.0 para Adobe® Flash® Platform
Início  |  Ocultar listas de Pacotes e Classes |  Pacotes  |  Classes  |  Novidades  |  Índice  |  Apêndices  |  Por que inglês?
Filtros: Recuperando dados do servidor...
Recuperando dados do servidor...
lc.procmgmt.ui.startpoint 

StartProcessModel  - AS3 ADEP Workspace

Pacotelc.procmgmt.ui.startpoint
Classepublic class StartProcessModel
HerançaStartProcessModel Inheritance NavigationSupervisorModel

Versão da linguagem: ActionScript 3.0
Versão de produto: Adobe Digital Enterprise Platform Document Services - Workspace 10
Versões de runtime: 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.

Elementos da API relacionados



Propriedades públicas
 PropriedadeDefinido por
  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
[substituir] 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
Métodos públicos
 MétodoDefinido por
  
Constructor.
StartProcessModel
  
[substituir] 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
Métodos protegidos
 MétodoDefinido por
  
Loads the categories from the SessionMap object and adds them to the listData property.
StartProcessModel
Constantes públicas
 ConstanteDefinido por
  STATE_INITIAL : String = "initialState"
[estático] A special value that indicates that initialization is occurring and the categories have not been loaded.
StartProcessModel
  STATE_LOAD_ERROR : String = "loadErrorState"
[estático] A special value that indicates that an error occurred while loading the categories.
StartProcessModel
  STATE_LOADING : String = "loadingState"
[estático] A special value that indicates that categories are being loading.
StartProcessModel
  STATE_READY : String = "loadReadyState"
[estático] A special value that indicates the process of loading categories is complete.
StartProcessModel
Detalhes da propriedade

iconSource

propriedade
iconSource:Class

Versão da linguagem: ActionScript 3.0
Versão de produto: Adobe Digital Enterprise Platform Document Services - Workspace 10
Versões de runtime: AIR (unsupported), Flash Player 9, Flash Player 10

The icon source.

Essa propriedade pode ser usada como a origem para o vínculo de dados. Quando essa propriedade é modificada, ela despacha o evento propertyChange .



Implementação
    public function get iconSource():Class
    public function set iconSource(value:Class):void

listData

propriedade 
listData:AggregatingCollection

Versão da linguagem: ActionScript 3.0
Versão de produto: Adobe Digital Enterprise Platform Document Services - Workspace 10
Versões de runtime: AIR (unsupported), Flash Player 9, Flash Player 10

A collection of Category objects and FavoriteCategory objects.

Essa propriedade pode ser usada como a origem para o vínculo de dados. Quando essa propriedade é modificada, ela despacha o evento propertyChange .



Implementação
    public function get listData():AggregatingCollection
    public function set listData(value:AggregatingCollection):void

selectedListItem

propriedade 
selectedListItem:Object

Versão da linguagem: ActionScript 3.0
Versão de produto: Adobe Digital Enterprise Platform Document Services - Workspace 10
Versões de runtime: AIR (unsupported), Flash Player 9, Flash Player 10

The currently selected item in the listData property.

Essa propriedade pode ser usada como a origem para o vínculo de dados. Quando essa propriedade é modificada, ela despacha o evento propertyChange .



Implementação
    public function get selectedListItem():Object
    public function set selectedListItem(value:Object):void

session

propriedade 
session:SessionMap[substituir]

Versão da linguagem: ActionScript 3.0
Versão de produto: Adobe Digital Enterprise Platform Document Services - Workspace 10
Versões de runtime: AIR (unsupported), Flash Player 9, Flash Player 10

Retrieves an instance of the current session map.



Implementação
    override public function get session():SessionMap
    override public function set session(value:SessionMap):void

startpointFromUrl

propriedade 
startpointFromUrl:Startpoint

Versão da linguagem: ActionScript 3.0
Versão de produto: Adobe Digital Enterprise Platform Document Services - Workspace 10
Versões de runtime: AIR (unsupported), Flash Player 9, Flash Player 10

The URL for starting a process.

Essa propriedade pode ser usada como a origem para o vínculo de dados. Quando essa propriedade é modificada, ela despacha o evento propertyChange .



Implementação
    public function get startpointFromUrl():Startpoint
    public function set startpointFromUrl(value:Startpoint):void

startpointSelectorModel

propriedade 
startpointSelectorModel:StartpointSelectorModel

Versão da linguagem: ActionScript 3.0
Versão de produto: Adobe Digital Enterprise Platform Document Services - Workspace 10
Versões de runtime: AIR (unsupported), Flash Player 9, Flash Player 10

The model for the StartpointSelector.

Essa propriedade pode ser usada como a origem para o vínculo de dados. Quando essa propriedade é modificada, ela despacha o evento propertyChange .



Implementação
    public function get startpointSelectorModel():StartpointSelectorModel
    public function set startpointSelectorModel(value:StartpointSelectorModel):void
Detalhes do construtor

StartProcessModel

()Construtor
public function StartProcessModel()

Versão da linguagem: ActionScript 3.0
Versão de produto: Adobe Digital Enterprise Platform Document Services - Workspace 10
Versões de runtime: AIR (unsupported), Flash Player 9, Flash Player 10

Constructor.

Detalhes do método

initialize

()método
override public function initialize():void

Versão da linguagem: ActionScript 3.0
Versão de produto: Adobe Digital Enterprise Platform Document Services - Workspace 10
Versões de runtime: AIR (unsupported), Flash Player 9, Flash Player 10

Initialize the model.

loadCategories

()método 
protected function loadCategories():lc.foundation.util:Token

Versão da linguagem: ActionScript 3.0
Versão de produto: Adobe Digital Enterprise Platform Document Services - Workspace 10
Versões de runtime: AIR (unsupported), Flash Player 9, Flash Player 10

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

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

selectStartpoint

()método 
public function selectStartpoint(startpoint:Startpoint):void

Versão da linguagem: ActionScript 3.0
Versão de produto: Adobe Digital Enterprise Platform Document Services - Workspace 10
Versões de runtime: 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.

Parâmetros

startpoint:Startpoint — Specifies the task to be selected.

Detalhes da constante

STATE_INITIAL

Constante
public static const STATE_INITIAL:String = "initialState"

Versão da linguagem: ActionScript 3.0
Versão de produto: Adobe Digital Enterprise Platform Document Services - Workspace 10
Versões de runtime: 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

Constante 
public static const STATE_LOAD_ERROR:String = "loadErrorState"

Versão da linguagem: ActionScript 3.0
Versão de produto: Adobe Digital Enterprise Platform Document Services - Workspace 10
Versões de runtime: AIR (unsupported), Flash Player 9, Flash Player 10

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

STATE_LOADING

Constante 
public static const STATE_LOADING:String = "loadingState"

Versão da linguagem: ActionScript 3.0
Versão de produto: Adobe Digital Enterprise Platform Document Services - Workspace 10
Versões de runtime: AIR (unsupported), Flash Player 9, Flash Player 10

A special value that indicates that categories are being loading.

STATE_READY

Constante 
public static const STATE_READY:String = "loadReadyState"

Versão da linguagem: ActionScript 3.0
Versão de produto: Adobe Digital Enterprise Platform Document Services - Workspace 10
Versões de runtime: AIR (unsupported), Flash Player 9, Flash Player 10

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





[ X ]Por que inglês?
O conteúdo na Referência do ActionScript 3.0 aparece em inglês

Nem todas as partes da Referência do ActionScript 3.0 estão traduzidas em todos os idiomas. Quando um elemento de um idioma não está traduzido, ele é exibido em inglês. Por exemplo, a classe ga.controls.HelpBox não está traduzida em nenhum idioma. Por isso, na versão da referência em português do Brasil, a classe ga.controls.HelpBox é exibida em inglês.