| Package | lc.procmgmt.domain |
| Class | public class TaskItemResult |
| Inheritance | TaskItemResult DomainObject Object |
| Language Version: | ActionScript 3.0 |
| Product Version: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
| Runtime Versions: | AIR (unsupported), Flash Player 9, Flash Player 10 |
TaskItemResult class passes item data from the Document Server when the
item is rendered or submitted.
Related API Elements
Public Properties
| Property | Defined By | ||
|---|---|---|---|
![]() | constructor : Object
A reference to the class object or constructor function for a given object instance. | Object | |
| form : DocumentReference
The DocumentReference object being passed from the Document Server. | TaskItemResult | ||
![]() | session : SessionMap [read-only]
A SessionMap object that stores information relating to the server session. | DomainObject | |
Public Methods
| Method | Defined By | ||
|---|---|---|---|
![]() |
Indicates whether an object has a specified property defined. | Object | |
![]() |
Indicates whether an instance of the Object class is in the prototype chain of the object specified
as the parameter. | Object | |
![]() |
Indicates whether the specified property exists and is enumerable. | Object | |
![]() |
Sets the availability of a dynamic property for loop operations. | Object | |
![]() |
Returns the string representation of this object, formatted according to locale-specific conventions. | Object | |
![]() |
Returns the string representation of the specified object. | Object | |
![]() |
Returns the primitive value of the specified object. | Object | |
Property Detail
form | property |
form:DocumentReference| Language Version: | ActionScript 3.0 |
| Product Version: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
| Runtime Versions: | AIR (unsupported), Flash Player 9, Flash Player 10 |
The DocumentReference object being passed from the Document Server.
Implementation
public function get form():DocumentReference public function set form(value:DocumentReference):voidThu Dec 4 2014, 05:50 PM -08:00
