Guida di riferimento di ActionScript® 3.0 per la piattaforma Adobe® Flash®
Home  |  Nascondi elenco pacchetti e classi |  Pacchetti  |  Classi  |  Novità  |  Indice  |  Appendici  |  Perché in inglese?
Filtri: Recupero dati dal server...
Recupero dati dal server...
lc.procmgmt.ui.layout 

WorkspaceModel  - AS3 ADEP - Area di lavoro

Pacchettolc.procmgmt.ui.layout
Classepublic class WorkspaceModel
EreditarietàWorkspaceModel Inheritance MinMaxModel
Implementa IBookmarkTarget, IHelpSource

Versione linguaggio: ActionScript 3.0
Versione prodotto: Adobe Digital Enterprise Platform Document Services - Area di lavoro 9
Versioni runtime: AIR (unsupported), Flash Player 9, Flash Player 10

The WorkspaceModel class acts as the model for the Workspace component.

Elementi API correlati



Proprietà pubbliche
 ProprietàDefinito da
  startProcessModel : StartProcessModel
An instance of the StartProcessModel class.
WorkspaceModel
  tabIndex : int
Deprecated Since LiveCycle ES Update 1 (8.2): Please use openTab().
WorkspaceModel
  toDoModel : lc.procmgmt.ui.task:ToDoModel
An instance of the ToDoModel class.
WorkspaceModel
  trackingModel : lc.procmgmt.ui.tracking:TrackingModel
An instance of the TrackingModel class.
WorkspaceModel
Metodi pubblici
 MetodoDefinito da
  
openTab(tabName:String, force:Boolean = false):void
Opens a particular tab of the Workspace component by the tab name.
WorkspaceModel
Costanti pubbliche
 CostanteDefinito da
  START_PROCESS_TAB_NAME : String = "startProcess"
[statico] The name that is used as an identifier for the Start Process tab.
WorkspaceModel
  TAB_START_PROCESS : int = 0
[statico] Deprecated Since LiveCycle ES Update 1 (8.2): Please use START_PROCESS_TAB_NAME.
WorkspaceModel
  TAB_TODO : int = 1
[statico] Deprecated Since LiveCycle ES Update 1 (8.2): Please use TODO_TAB_NAME.
WorkspaceModel
  TAB_TRACKING : int = 2
[statico] Deprecated Since LiveCycle ES Update 1 (8.2): Please use TRACKING_TAB_NAME.
WorkspaceModel
  TODO_TAB_NAME : String = "toDo"
[statico] The name that is used as an identifier for the To Do tab.
WorkspaceModel
  TRACKING_TAB_NAME : String = "tracking"
[statico] The name that is used as an identifier for the Tracking tab.
WorkspaceModel
  URLPARM_STARTENDPOINT : String = "startEndpoint"
[statico] The name of the parameter in the URL to start a new task directly.
WorkspaceModel
  URLPARM_STARTPAGE : String = "startPage"
[statico] The name of the parameter used in the URL to select the starting page that is displayed.
WorkspaceModel
  URLPARM_TASKID : String = "taskId"
[statico] The name of the parameter in the URL to access a ToDo task directly.
WorkspaceModel
Descrizione delle proprietà

startProcessModel

proprietà
startProcessModel:StartProcessModel

Versione linguaggio: ActionScript 3.0
Versione prodotto: Adobe Digital Enterprise Platform Document Services - Area di lavoro 9
Versioni runtime: AIR (unsupported), Flash Player 9, Flash Player 10

An instance of the StartProcessModel class.

Questa proprietà può essere utilizzata come origine per l’associazione di dati. Quando questa proprietà viene modificata, invia l’evento propertyChange .



Implementazione
    public function get startProcessModel():StartProcessModel
    public function set startProcessModel(value:StartProcessModel):void

tabIndex

proprietà 
tabIndex:int

Versione linguaggio: ActionScript 3.0
Versione prodotto: Adobe Digital Enterprise Platform Document Services - Area di lavoro 9
Versioni runtime: AIR (unsupported), Flash Player 9, Flash Player 10

Deprecated Since LiveCycle ES Update 1 (8.2): Please use openTab().

In earlier releases of Workspace, this method was used to set the workspace navigator tab.



Implementazione
    public function get tabIndex():int
    public function set tabIndex(value:int):void

Elementi API correlati

toDoModel

proprietà 
toDoModel:lc.procmgmt.ui.task:ToDoModel

Versione linguaggio: ActionScript 3.0
Versione prodotto: Adobe Digital Enterprise Platform Document Services - Area di lavoro 9
Versioni runtime: AIR (unsupported), Flash Player 9, Flash Player 10

An instance of the ToDoModel class.

Questa proprietà può essere utilizzata come origine per l’associazione di dati. Quando questa proprietà viene modificata, invia l’evento propertyChange .



Implementazione
    public function get toDoModel():lc.procmgmt.ui.task:ToDoModel
    public function set toDoModel(value:lc.procmgmt.ui.task:ToDoModel):void

trackingModel

proprietà 
trackingModel:lc.procmgmt.ui.tracking:TrackingModel

Versione linguaggio: ActionScript 3.0
Versione prodotto: Adobe Digital Enterprise Platform Document Services - Area di lavoro 9
Versioni runtime: AIR (unsupported), Flash Player 9, Flash Player 10

An instance of the TrackingModel class.

Questa proprietà può essere utilizzata come origine per l’associazione di dati. Quando questa proprietà viene modificata, invia l’evento propertyChange .



Implementazione
    public function get trackingModel():lc.procmgmt.ui.tracking:TrackingModel
    public function set trackingModel(value:lc.procmgmt.ui.tracking:TrackingModel):void
Descrizione dei metodi

openTab

()metodo
public function openTab(tabName:String, force:Boolean = false):void

Versione linguaggio: ActionScript 3.0
Versione prodotto: Adobe Digital Enterprise Platform Document Services - Area di lavoro 9
Versioni runtime: AIR (unsupported), Flash Player 9, Flash Player 10

Opens a particular tab of the Workspace component by the tab name.

Parametri

tabName:String — Specifies the name of the tab to open that can be one of the following values:
  • TAB_START_PROCESS
  • TAB_TODO
  • TAB_TRACKING
  •  
    force:Boolean (default = false) — Indicates if this request should be done regardless of whether an document may of changed or not.

    Descrizione delle costanti

    START_PROCESS_TAB_NAME

    Costante
    public static const START_PROCESS_TAB_NAME:String = "startProcess"

    Versione linguaggio: ActionScript 3.0
    Versione prodotto: Adobe Digital Enterprise Platform Document Services - Area di lavoro 9
    Versioni runtime: AIR (unsupported), Flash Player 9, Flash Player 10

    The name that is used as an identifier for the Start Process tab.

    TAB_START_PROCESS

    Costante 
    public static const TAB_START_PROCESS:int = 0

    Versione linguaggio: ActionScript 3.0
    Versione prodotto: Adobe Digital Enterprise Platform Document Services - Area di lavoro 9
    Versioni runtime: AIR (unsupported), Flash Player 9, Flash Player 10

    Deprecated Since LiveCycle ES Update 1 (8.2): Please use START_PROCESS_TAB_NAME.

    In earlier releases, this constant value represented the Start Process tab.

    TAB_TODO

    Costante 
    public static const TAB_TODO:int = 1

    Versione linguaggio: ActionScript 3.0
    Versione prodotto: Adobe Digital Enterprise Platform Document Services - Area di lavoro 9
    Versioni runtime: AIR (unsupported), Flash Player 9, Flash Player 10

    Deprecated Since LiveCycle ES Update 1 (8.2): Please use TODO_TAB_NAME.

    In earlier releases, this constant value represented the ToDo tab.

    TAB_TRACKING

    Costante 
    public static const TAB_TRACKING:int = 2

    Versione linguaggio: ActionScript 3.0
    Versione prodotto: Adobe Digital Enterprise Platform Document Services - Area di lavoro 9
    Versioni runtime: AIR (unsupported), Flash Player 9, Flash Player 10

    Deprecated Since LiveCycle ES Update 1 (8.2): Please use TRACKING_TAB_NAME.

    In earlier releases, this constant value represented the Tracking tab.

    TODO_TAB_NAME

    Costante 
    public static const TODO_TAB_NAME:String = "toDo"

    Versione linguaggio: ActionScript 3.0
    Versione prodotto: Adobe Digital Enterprise Platform Document Services - Area di lavoro 9
    Versioni runtime: AIR (unsupported), Flash Player 9, Flash Player 10

    The name that is used as an identifier for the To Do tab.

    TRACKING_TAB_NAME

    Costante 
    public static const TRACKING_TAB_NAME:String = "tracking"

    Versione linguaggio: ActionScript 3.0
    Versione prodotto: Adobe Digital Enterprise Platform Document Services - Area di lavoro 9
    Versioni runtime: AIR (unsupported), Flash Player 9, Flash Player 10

    The name that is used as an identifier for the Tracking tab.

    URLPARM_STARTENDPOINT

    Costante 
    public static const URLPARM_STARTENDPOINT:String = "startEndpoint"

    Versione linguaggio: ActionScript 3.0
    Versione prodotto: Adobe Digital Enterprise Platform Document Services - Area di lavoro 9
    Versioni runtime: AIR (unsupported), Flash Player 9, Flash Player 10

    The name of the parameter in the URL to start a new task directly. For example, type http://localhost:8080/workspace?startStartpoint=MyApp/MyService.MyStartpoint where:

    • MyService is the name of the application and the process in the deployed application separated by a slash
    • MyStartpoint is the name of the Workspace start point configured in Adobe Digital Enterprise Platform Document Services - Workbench or configured in Adobe Digital Enterprise Platform Document Services - Administration Console > Services > Applications and Services > Startpoint Management.

    For example, after an application is deployed, an application named MyApp with a process named PreLoan, the service name would be MyApp/PreLoan. If the Workspace startpoint is named Start Process, then the URL encoded value to type in a web browser is: http://localhost:8080/workspace?startStartpoint=MyApp%2FPreLoan.Start%20Process.

    URLPARM_STARTPAGE

    Costante 
    public static const URLPARM_STARTPAGE:String = "startPage"

    Versione linguaggio: ActionScript 3.0
    Versione prodotto: Adobe Digital Enterprise Platform Document Services - Area di lavoro 9
    Versioni runtime: AIR (unsupported), Flash Player 9, Flash Player 10

    The name of the parameter used in the URL to select the starting page that is displayed. To specify the starting page, use the values specified by START_PROCESS_TAB_NAME, TODO_TAB_NAME, or TRACKING_TAB_NAME constants. For example, type http://localhost:8080/workspace?startPage=toDo to start display the To Do tab.

    URLPARM_TASKID

    Costante 
    public static const URLPARM_TASKID:String = "taskId"

    Versione linguaggio: ActionScript 3.0
    Versione prodotto: Adobe Digital Enterprise Platform Document Services - Area di lavoro 9
    Versioni runtime: AIR (unsupported), Flash Player 9, Flash Player 10

    The name of the parameter in the URL to access a ToDo task directly. For example, type http://localhost:8080/workspace?taskId=5 in a browser to access a task with a task ID of 5.





    [ X ]Perché in inglese?
    Il contenuto della Guida di riferimento di ActionScript 3.0 appare in inglese

    Non tutte le parti della Guida di riferimento di ActionScript 3.0 sono tradotte in tutte le lingue. Quando un elemento del linguaggio non è tradotto, viene riportato in inglese. Ad esempio, la classe ga.controls.HelpBox non è tradotta in nessuna lingua. Pertanto, nella versione italiana della guida di riferimento, la descrizione della classe ga.controls.HelpBox è riportata in inglese.