| Package | lc.domain |
| Class | public class Process |
| Inheritance | Process Object |
| Implements | IWorkspaceManaged |
Process class represents a process in LiveCycle ES.
The Process class is used for the following purposes:
| Property | Defined By | ||
|---|---|---|---|
![]() | constructor : Object
A reference to the class object or constructor function for a given object instance.
| Object | |
| imageUrl : String
The location of the image (as a URL) for the process.
| Process | ||
| processInstances : ListCollectionView
The collection of process instances that belong to a process.
| Process | ||
| processName : String
The name of the process.
| Process | ||
![]() | prototype : Object
[static]
A reference to the prototype object of a class or function object.
| Object | |
| session : SessionMap
[read-only]
A SessionMap object that stores information relating to the server session.
| Process | ||
| 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 | |
|
Loads the process instances within a specific time frame for the process.
| Process | ||
![]() |
Indicates whether the specified property exists and is enumerable.
| Object | |
![]() |
Sets the availability of a dynamic property for loop operations.
| Object | |
|
Sets the SessionMap object that stores the information relating to the
server session.
| Process | ||
![]() |
Returns the string representation of the specified object.
| Object | |
![]() |
Returns the primitive value of the specified object.
| Object | |
| imageUrl | property |
imageUrl:String [read-write] The location of the image (as a URL) for the process.
public function get imageUrl():String
public function set imageUrl(value:String):void
| processInstances | property |
processInstances:ListCollectionView [read-write] The collection of process instances that belong to a process.
public function get processInstances():ListCollectionView
public function set processInstances(value:ListCollectionView):void
| processName | property |
processName:String [read-write] The name of the process.
public function get processName():String
public function set processName(value:String):void
| session | property |
session:SessionMap [read-only]
A SessionMap object that stores information relating to the server session.
public function get session():SessionMap
See also
| loadProcessInstances | () | method |
public function loadProcessInstances(startDate:Date = null, endDate:Date = null):Token
Loads the process instances within a specific time frame for the process.
Parameters
startDate:Date (default = null) — Specifies the begining date of the range within which
process instances are loaded.
|
|
endDate:Date (default = null) — Specifies ending date of the range within which process
instances are loaded.
|
Token — A token that can be used by caller to specify
handlers for an asynchronous call.
|
| setSession | () | method |
public function setSession(session:SessionMap):void
Sets the SessionMap object that stores the information relating to the
server session.
Parameters
session:SessionMap — Specifies the information relating to the server session.
|
Send me an e-mail when comments are added to this page | Comment Report
Current page: http://livedocs.adobe.com/livecycle/es/sdkHelp/common/langref/lc/domain/Process.html