包 | lc.procmgmt.ui.process |
类 | public class ProcessInstanceInfoModel |
继承 | ProcessInstanceInfoModel PresentationModel EventDispatcher Object |
语言版本: | ActionScript 3.0 |
产品版本: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
运行时版本: | AIR (unsupported), Flash Player 9, Flash Player 10 |
ProcessInstanceInfoModel
class provides support for
views that are interested in the data from a ProcessInstance
object, which represents a process instance.
相关 API 元素
属性 | 由以下参数定义 | ||
---|---|---|---|
constructor : 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 | ||
session : 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 | ||
state : String [只读]
The name of the state the current view is in. | PresentationModel |
方法 | 由以下参数定义 | ||
---|---|---|---|
Constructor. | ProcessInstanceInfoModel | ||
addEventListener(type:String, listener:Function, useCapture:Boolean = false, priority:int = 0, useWeakReference:Boolean = false):void
使用 EventDispatcher 对象注册事件侦听器对象,以使侦听器能够接收事件通知。 | EventDispatcher | ||
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 | ||
将事件调度到事件流中。 | EventDispatcher | ||
Returns the corresponding cascading style sheet (CSS) property to use based on the specified parameters. | PresentationModel | ||
检查 EventDispatcher 对象是否为特定事件类型注册了任何侦听器。 | EventDispatcher | ||
表示对象是否已经定义了指定的属性。 | Object | ||
Initializes the presentation model after the view bindings
are processed to prevent view bindings from overriding the initial model state. | PresentationModel | ||
表示 Object 类的实例是否在指定为参数的对象的原型链中。 | Object | ||
表示指定的属性是否存在、是否可枚举。 | Object | ||
从 EventDispatcher 对象中删除侦听器。 | EventDispatcher | ||
Reinitializes the selected ProcessInstance object to
null. | ProcessInstanceInfoModel | ||
设置循环操作动态属性的可用性。 | Object | ||
返回此对象的字符串表示形式,其格式设置遵守区域设置特定的约定。 | Object | ||
返回指定对象的字符串表示形式。 | Object | ||
返回指定对象的原始值。 | Object | ||
检查是否用此 EventDispatcher 对象或其任何祖代为指定事件类型注册了事件侦听器。 | 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 | 属性 |
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.
Tue Jun 12 2018, 11:04 AM Z