適用於 Adobe® Flash® Platform 的 ActionScript® 3.0 參考
首頁  |  隱藏套件和類別清單 |  套件  |  類別  |  新增內容  |  索引  |  附錄  |  為什麼顯示英文?
篩選: 從伺服器擷取資料...
從伺服器擷取資料...
lc.procmgmt.ui.process 

ProcessInstanceInfoModel  - AS3 ADEP Workspace

套件lc.procmgmt.ui.process
類別public class ProcessInstanceInfoModel
繼承ProcessInstanceInfoModel Inheritance PresentationModel Inheritance EventDispatcher Inheritance Object

語言版本: ActionScript 3.0
產品版本: Adobe Digital Enterprise Platform Document Services - Workspace 9
執行階段版本: AIR (unsupported), Flash Player 9, Flash Player 10

The ProcessInstanceInfoModel class provides support for views that are interested in the data from a ProcessInstance object, which represents a process instance.

相關 API 元素



公用屬性
 屬性定義自
 Inheritedconstructor : Object
類別物件的參照或是特定物件實體的建構函數。
Object
  errorMessage : Message
[唯讀] The error message that is generated when an attempt occurs to access the details of the selected ProcessInstance object.
ProcessInstanceInfoModel
  pendingTasks : ListCollectionView
[唯讀] The collection of active tasks, which are represented by Task objects that are associated with the selected ProcessInstance object.
ProcessInstanceInfoModel
  processCompleteTime : Date
[唯讀] The time a process instance completed processing.
ProcessInstanceInfoModel
  processDescription : String
[唯讀] The description of a process instance.
ProcessInstanceInfoModel
  processInstance : ProcessInstance
The ProcessInstance object to inspect for process instance information.
ProcessInstanceInfoModel
  processInstanceId : Number
[唯讀] The unique identifer of a process instance.
ProcessInstanceInfoModel
  processInstanceStatus : String
[唯讀] The process instance's status value is a localized string value that is processed by looking up the numeric value in the resource bundle.
ProcessInstanceInfoModel
  processLastUpdatedTime : Date
[唯讀] The most recent time a process instance was updated.
ProcessInstanceInfoModel
  processName : String
[唯讀] The name of a process instance.
ProcessInstanceInfoModel
  processStartTime : Date
[唯讀] The start time of the process instance.
ProcessInstanceInfoModel
  processVariables : ListCollectionView
[唯讀] The list of process variables associated with the process instance.
ProcessInstanceInfoModel
 Inheritedsession : SessionMap
A SessionMap object that stores information relating to the server session.
PresentationModel
  showPendingTasks : Boolean
[唯讀] A flag that specifies whether pending tasks exist for a process instance.
ProcessInstanceInfoModel
  showProcessVariables : Boolean
[唯讀] A flag that specifies whether process variables exist for a process instance.
ProcessInstanceInfoModel
 Inheritedstate : String
[唯讀] The name of the state the current view is in.
PresentationModel
公用方法
 方法定義自
  
Constructor.
ProcessInstanceInfoModel
 Inherited
addEventListener(type:String, listener:Function, useCapture:Boolean = false, priority:int = 0, useWeakReference:Boolean = false):void
會在 EventDispatcher 物件註冊事件偵聽程式,以便讓偵聽程式收到事件的通知。
EventDispatcher
 Inherited
bindProperty(destination:Object, destinationProperty:String, source:Object, sourceChain:Object, commitOnly:Boolean = false):ChangeWatcher
Binds a public property on the destination object from a property or property chain on the source object.
PresentationModel
 Inherited
會將事件傳送到事件流程。
EventDispatcher
 Inherited
getCSSStyle(declaration:String, styleProperty:String, defaultValue:Object = null):Object
Returns the corresponding cascading style sheet (CSS) property to use based on the specified parameters.
PresentationModel
 Inherited
會檢查 EventDispatcher 物件是否有對特定的事件類型註冊偵聽程式。
EventDispatcher
 Inherited
指出物件是否有已定義的指定屬性。
Object
 Inherited
Initializes the presentation model after the view bindings are processed to prevent view bindings from overriding the initial model state.
PresentationModel
 Inherited
指出 Object 類別的實體是否位於指定為參數的物件原型鏈中。
Object
 Inherited
指出指定的屬性是否存在,以及是否可列舉。
Object
 Inherited
removeEventListener(type:String, listener:Function, useCapture:Boolean = false):void
會從 EventDispatcher 物件移除偵聽程式。
EventDispatcher
  
Reinitializes the selected ProcessInstance object to null.
ProcessInstanceInfoModel
 Inherited
為迴圈作業設定動態屬性的可用性。
Object
 Inherited
傳回代表此物件的字串,根據地區特定慣例進行格式化。
Object
 Inherited
會傳回指定之物件的字串形式。
Object
 Inherited
會傳回指定之物件的基本值。
Object
 Inherited
檢查此 EventDispatcher 物件是否已註冊事件偵聽程式,或者此物件的任何祖系已為特定事件類型註冊事件偵聽程式。
EventDispatcher
保護方法
 方法定義自
 Inherited
setState(newState:String):void
Sets the state property to a new value and causes a PropertyChangeEvent event.
PresentationModel
事件
 事件 摘要 定義自
 Inherited[廣播事件] 當 Flash Player 或 AIR 應用程式取得作業系統焦點並成為作用中時傳送。EventDispatcher
 Inherited[廣播事件] 當 Flash Player 或 AIR 應用程式失去作業系統焦點並成為非作用中時傳送。EventDispatcher
公用常數
 常數定義自
  STATE_COMPLETED : String = "completedState"
[靜態] A special value that specifies that the process instance data has completed loading.
ProcessInstanceInfoModel
  STATE_ERROR : String = "errorState"
[靜態] A special value that specifies there is a problem retrieving the process instance data.
ProcessInstanceInfoModel
  STATE_INITIAL : String = "initialState"
[靜態] A special value that specifies when the object is first created.
ProcessInstanceInfoModel
  STATE_RUNNING : String = "runningState"
[靜態] A special value that specifies that the process instance data is being loaded.
ProcessInstanceInfoModel
屬性詳細資訊

errorMessage

屬性
errorMessage:Message  [唯讀]

語言版本: ActionScript 3.0
產品版本: Adobe Digital Enterprise Platform Document Services - Workspace 9
執行階段版本: AIR (unsupported), Flash Player 9, Flash Player 10

The error message that is generated when an attempt occurs to access the details of the selected ProcessInstance object. An error message populates this property only when an error occurs.

此屬性可以做為資料繫結的來源。一旦修改此屬性,將傳送 propertyChange 事件。



實作
    public function get errorMessage():Message

pendingTasks

屬性 
pendingTasks:ListCollectionView  [唯讀]

語言版本: ActionScript 3.0
產品版本: Adobe Digital Enterprise Platform Document Services - Workspace 9
執行階段版本: AIR (unsupported), Flash Player 9, Flash Player 10

The collection of active tasks, which are represented by Task objects that are associated with the selected ProcessInstance object.

此屬性可以做為資料繫結的來源。一旦修改此屬性,將傳送 propertyChange 事件。



實作
    public function get pendingTasks():ListCollectionView

processCompleteTime

屬性 
processCompleteTime:Date  [唯讀]

語言版本: ActionScript 3.0
產品版本: Adobe Digital Enterprise Platform Document Services - Workspace 9
執行階段版本: AIR (unsupported), Flash Player 9, Flash Player 10

The time a process instance completed processing.

此屬性可以做為資料繫結的來源。一旦修改此屬性,將傳送 propertyChange 事件。



實作
    public function get processCompleteTime():Date

processDescription

屬性 
processDescription:String  [唯讀]

語言版本: ActionScript 3.0
產品版本: Adobe Digital Enterprise Platform Document Services - Workspace 9
執行階段版本: AIR (unsupported), Flash Player 9, Flash Player 10

The description of a process instance.

此屬性可以做為資料繫結的來源。一旦修改此屬性,將傳送 propertyChange 事件。



實作
    public function get processDescription():String

processInstance

屬性 
processInstance:ProcessInstance

語言版本: ActionScript 3.0
產品版本: Adobe Digital Enterprise Platform Document Services - Workspace 9
執行階段版本: AIR (unsupported), Flash Player 9, Flash Player 10

The ProcessInstance object to inspect for process instance information. Setting the ProcessInstance object drives the loading of pending tasks and the process variables associated with the process instance.



實作
    public function get processInstance():ProcessInstance
    public function set processInstance(value:ProcessInstance):void

processInstanceId

屬性 
processInstanceId:Number  [唯讀]

語言版本: ActionScript 3.0
產品版本: Adobe Digital Enterprise Platform Document Services - Workspace 9
執行階段版本: AIR (unsupported), Flash Player 9, Flash Player 10

The unique identifer of a process instance.

此屬性可以做為資料繫結的來源。一旦修改此屬性,將傳送 propertyChange 事件。



實作
    public function get processInstanceId():Number

processInstanceStatus

屬性 
processInstanceStatus:String  [唯讀]

語言版本: ActionScript 3.0
產品版本: Adobe Digital Enterprise Platform Document Services - Workspace 9
執行階段版本: AIR (unsupported), Flash Player 9, Flash Player 10

The process instance's status value is a localized string value that is processed by looking up the numeric value in the resource bundle.

此屬性可以做為資料繫結的來源。一旦修改此屬性,將傳送 propertyChange 事件。



實作
    public function get processInstanceStatus():String

相關 API 元素

processLastUpdatedTime

屬性 
processLastUpdatedTime:Date  [唯讀]

語言版本: ActionScript 3.0
產品版本: Adobe Digital Enterprise Platform Document Services - Workspace 9
執行階段版本: AIR (unsupported), Flash Player 9, Flash Player 10

The most recent time a process instance was updated. The last time a process was updated is calculated by iterating over the collection of Task objects, which are associated with a ProcessInstance object, and then using the date from the last Task object that was updated.

此屬性可以做為資料繫結的來源。一旦修改此屬性,將傳送 propertyChange 事件。



實作
    public function get processLastUpdatedTime():Date

processName

屬性 
processName:String  [唯讀]

語言版本: ActionScript 3.0
產品版本: Adobe Digital Enterprise Platform Document Services - Workspace 9
執行階段版本: AIR (unsupported), Flash Player 9, Flash Player 10

The name of a process instance.

此屬性可以做為資料繫結的來源。一旦修改此屬性,將傳送 propertyChange 事件。



實作
    public function get processName():String

processStartTime

屬性 
processStartTime:Date  [唯讀]

語言版本: ActionScript 3.0
產品版本: Adobe Digital Enterprise Platform Document Services - Workspace 9
執行階段版本: AIR (unsupported), Flash Player 9, Flash Player 10

The start time of the process instance.

此屬性可以做為資料繫結的來源。一旦修改此屬性,將傳送 propertyChange 事件。



實作
    public function get processStartTime():Date

processVariables

屬性 
processVariables:ListCollectionView  [唯讀]

語言版本: ActionScript 3.0
產品版本: Adobe Digital Enterprise Platform Document Services - Workspace 9
執行階段版本: AIR (unsupported), Flash Player 9, Flash Player 10

The list of process variables associated with the process instance.

此屬性可以做為資料繫結的來源。一旦修改此屬性,將傳送 propertyChange 事件。



實作
    public function get processVariables():ListCollectionView

showPendingTasks

屬性 
showPendingTasks:Boolean  [唯讀]

語言版本: ActionScript 3.0
產品版本: Adobe Digital Enterprise Platform Document Services - Workspace 9
執行階段版本: AIR (unsupported), Flash Player 9, Flash Player 10

A flag that specifies whether pending tasks exist for a process instance. A value of true specifies that one or more pending tasks exist.

預設值為 true。

此屬性可以做為資料繫結的來源。一旦修改此屬性,將傳送 propertyChange 事件。



實作
    public function get showPendingTasks():Boolean

showProcessVariables

屬性 
showProcessVariables:Boolean  [唯讀]

語言版本: ActionScript 3.0
產品版本: Adobe Digital Enterprise Platform Document Services - Workspace 9
執行階段版本: AIR (unsupported), Flash Player 9, Flash Player 10

A flag that specifies whether process variables exist for a process instance. A value of true specifies thatone or more process variables exist.

預設值為 true。

此屬性可以做為資料繫結的來源。一旦修改此屬性,將傳送 propertyChange 事件。



實作
    public function get showProcessVariables():Boolean
建構函式詳細資料

ProcessInstanceInfoModel

()建構函式
public function ProcessInstanceInfoModel()

語言版本: ActionScript 3.0
產品版本: Adobe Digital Enterprise Platform Document Services - Workspace 9
執行階段版本: AIR (unsupported), Flash Player 9, Flash Player 10

Constructor.

方法詳細資訊

reset

()方法
public function reset():void

語言版本: ActionScript 3.0
產品版本: Adobe Digital Enterprise Platform Document Services - Workspace 9
執行階段版本: AIR (unsupported), Flash Player 9, Flash Player 10

Reinitializes the selected ProcessInstance object to null. The properties of this class are bound directly to the ProcessInstance object, therefore, all of its properties are cleared.

常數詳細資訊

STATE_COMPLETED

常數
public static const STATE_COMPLETED:String = "completedState"

語言版本: ActionScript 3.0
產品版本: Adobe Digital Enterprise Platform Document Services - Workspace 9
執行階段版本: AIR (unsupported), Flash Player 9, Flash Player 10

A special value that specifies that the process instance data has completed loading.

STATE_ERROR

常數 
public static const STATE_ERROR:String = "errorState"

語言版本: ActionScript 3.0
產品版本: Adobe Digital Enterprise Platform Document Services - Workspace 9
執行階段版本: AIR (unsupported), Flash Player 9, Flash Player 10

A special value that specifies there is a problem retrieving the process instance data.

STATE_INITIAL

常數 
public static const STATE_INITIAL:String = "initialState"

語言版本: ActionScript 3.0
產品版本: Adobe Digital Enterprise Platform Document Services - Workspace 9
執行階段版本: AIR (unsupported), Flash Player 9, Flash Player 10

A special value that specifies when the object is first created.

STATE_RUNNING

常數 
public static const STATE_RUNNING:String = "runningState"

語言版本: ActionScript 3.0
產品版本: Adobe Digital Enterprise Platform Document Services - Workspace 9
執行階段版本: AIR (unsupported), Flash Player 9, Flash Player 10

A special value that specifies that the process instance data is being loaded.





[ X ]為什麼顯示英文?
「ActionScript 3.0 參考」的內容是以英文顯示

並非所有「ActionScript 3.0 參考」的內容都翻譯為所有語言。當語言元素未翻譯時,就會以英文顯示。例如,ga.controls.HelpBox 類別並沒有翻譯為任何語言。因此在參考的繁體中文版本中,ga.controls.HelpBox 類別就會以英文顯示。