Package | lc.procmgmt |
Interface | public interface IProcessManager extends IManager , IEventDispatcher |
Language Version: | ActionScript 3.0 |
Product Version: | Adobe Digital Enterprise Platform Experience Services - Document Services ES2 |
Runtime Versions: | AIR 1.0, Flash Player 9, Flash Player 10 |
IProcessManager
interface is implemented to determine
the list of processes that the user has participated in.
Method | Defined By | ||
---|---|---|---|
addEventListener(type:String, listener:Function, useCapture:Boolean = false, priority:int = 0, useWeakReference:Boolean = false):void
Registers an event listener object with an EventDispatcher object so that the listener
receives notification of an event. | IEventDispatcher | ||
Dispatches an event into the event flow. | IEventDispatcher | ||
findProcessInstances(processName:String, startDate:Date = null, endDate:Date = null):lc.foundation.util:CollectionToken
Retrieves a collection of process instances when provided the name of a process that the user has participated in. | IProcessManager | ||
Retrieves a unique list of unique process names for the processes available. | IProcessManager | ||
Retrieves the location of the process image identified by the process. | IProcessManager | ||
Retrieves the location of the process instance image identified by the process instance. | IProcessManager | ||
Retrieves a list of processes that the user has participated in. | IProcessManager | ||
Deprecated Since LiveCycle ES Update 1 (8.2): Please use getImageUrlForProcess. | IProcessManager | ||
getProcessInstance(processInstanceId:Number, serviceName:String = null):lc.foundation.util:ObjectToken
Retrieves the process instance identified by the process instance identifier. | IProcessManager | ||
Retrieves a collection of process variable definitions for a process name that the user has participated in. | IProcessManager | ||
getProcessVariablesForProcessInstance(processName:String, processInstanceId:Number):lc.foundation.util:CollectionToken
Retrieves a collection of process variables for the identified process name and process identifier. | IProcessManager | ||
getProcessVariablesForQueueFilter(processName:String, queueId:Number, activeTasks:Boolean = true):lc.foundation.util:CollectionToken
Retrieves a collection of tasks containing only process variables for the identified process name and queue id. | IProcessManager | ||
Determines whether the default operation is prevented. | IManager | ||
Determines whether the default operation is prevented. | IManager | ||
Checks whether the EventDispatcher object has any listeners registered for a specific type
of event. | IEventDispatcher | ||
Removes a listener from the EventDispatcher object. | IEventDispatcher | ||
Checks whether an event listener is registered with this EventDispatcher object or any of its ancestors for the specified event type. | IEventDispatcher |
findProcessInstances | () | method |
public function findProcessInstances(processName:String, startDate:Date = null, endDate:Date = null):lc.foundation.util:CollectionToken
Language Version: | ActionScript 3.0 |
Product Version: | Adobe Digital Enterprise Platform Experience Services - Document Services ES2 |
Runtime Versions: | AIR 1.0, Flash Player 9, Flash Player 10 |
Retrieves a collection of process instances when provided the name of a process that the user has participated in. The process instances within a time period are provided when a start date and end date are supplied.
Parameters
processName:String — Specifies the name of the process to get the process instances for.
| |
startDate:Date (default = null ) — Specifies the start date for filtering process instances.
| |
endDate:Date (default = null ) — Specifies the end date for filtering process instances.
|
lc.foundation.util:CollectionToken — A token object that contains a collection of ProcessInstance objects
when the request completes. You can set result and fault handlers on the token to be called
when the invocation is complete and the collection is populated with the process instances.
|
getAllProcesses | () | method |
public function getAllProcesses():lc.foundation.util:CollectionToken
Language Version: | ActionScript 3.0 |
Product Version: | Adobe Digital Enterprise Platform Experience Services - Document Services ES2 |
Runtime Versions: | AIR 1.0, Flash Player 9, Flash Player 10 |
Retrieves a unique list of unique process names for the processes available.
Returnslc.foundation.util:CollectionToken — A token that contains a collection of ProcessItem objects when the request completes.
You can set result and fault handlers on the token to be called when the invocation is
complete and the collection is fully populated.
|
getImageUrlForProcess | () | method |
public function getImageUrlForProcess(process:Process):String
Language Version: | ActionScript 3.0 |
Product Version: | Adobe Digital Enterprise Platform Experience Services - Document Services ES2 |
Runtime Versions: | AIR 1.0, Flash Player 9, Flash Player 10 |
Retrieves the location of the process image identified by the process.
Parameters
process:Process — Specifies the process to get the location of the image for.
|
String — The location of the image as a URL.
|
getImageUrlForProcessInstance | () | method |
public function getImageUrlForProcessInstance(processInstance:ProcessInstance):String
Language Version: | ActionScript 3.0 |
Product Version: | Adobe Digital Enterprise Platform Experience Services - Document Services ES2 |
Runtime Versions: | AIR 1.0, Flash Player 9, Flash Player 10 |
Retrieves the location of the process instance image identified by the process instance.
Parameters
processInstance:ProcessInstance — Specifies the process instance to retrieve a URL for.
|
String — The location of the image as a URL.
|
getProcesses | () | method |
public function getProcesses():lc.foundation.util:CollectionToken
Language Version: | ActionScript 3.0 |
Product Version: | Adobe Digital Enterprise Platform Experience Services - Document Services ES2 |
Runtime Versions: | AIR 1.0, Flash Player 9, Flash Player 10 |
Retrieves a list of processes that the user has participated in.
Returnslc.foundation.util:CollectionToken — A token containing a collection of Process objects when the request completes.
You can set result and fault handlers on the token to be called when the invocation is
complete and the collection is fully populated.
|
getProcessImageUrl | () | method |
public function getProcessImageUrl(processName:String):String
Language Version: | ActionScript 3.0 |
Product Version: | Adobe Digital Enterprise Platform Experience Services - Document Services ES2 |
Runtime Versions: | AIR 1.0, Flash Player 9, Flash Player 10 |
Deprecated Since LiveCycle ES Update 1 (8.2): Please use getImageUrlForProcess.
Retrieves the location of the process image identified by the process instance identifier.
Parameters
processName:String — Specifies the identifier of the process instance.
|
String — The location of the image as a URL.
|
Related API Elements
getProcessInstance | () | method |
public function getProcessInstance(processInstanceId:Number, serviceName:String = null):lc.foundation.util:ObjectToken
Language Version: | ActionScript 3.0 |
Product Version: | Adobe Digital Enterprise Platform Experience Services - Document Services ES2 |
Runtime Versions: | AIR 1.0, Flash Player 9, Flash Player 10 |
Retrieves the process instance identified by the process instance identifier. If the service name is provided, the process variables will be populated in the token.
Parameters
processInstanceId:Number — Specifies the unique identifier of the process instance.
| |
serviceName:String (default = null ) — Specifies the name of the service.
|
lc.foundation.util:ObjectToken — The token representing the process instance.
|
getProcessVariableDefinitions | () | method |
public function getProcessVariableDefinitions(processName:String):lc.foundation.util:CollectionToken
Language Version: | ActionScript 3.0 |
Product Version: | Adobe Digital Enterprise Platform Experience Services - Document Services ES2 |
Runtime Versions: | AIR 1.0, Flash Player 9, Flash Player 10 |
Retrieves a collection of process variable definitions for a process name that the user has participated in.
Parameters
processName:String — Specifies the name of the process to get the process instances for.
|
lc.foundation.util:CollectionToken — A token containing a collection of ProcessVariable objects when the request completes.
You can set result and fault handlers on the token to be called when the invocation is complete and
the collection is fully populated.
|
getProcessVariablesForProcessInstance | () | method |
public function getProcessVariablesForProcessInstance(processName:String, processInstanceId:Number):lc.foundation.util:CollectionToken
Language Version: | ActionScript 3.0 |
Product Version: | Adobe Digital Enterprise Platform Experience Services - Document Services ES2 |
Runtime Versions: | AIR 1.0, Flash Player 9, Flash Player 10 |
Retrieves a collection of process variables for the identified process name and process identifier.
Parameters
processName:String — Specifies the name of the process.
| |
processInstanceId:Number — Specifies the process instance identifier.
|
lc.foundation.util:CollectionToken — A token containing a collection of ProcessVariable objects when the request completes.
You can set result and fault handlers on the token to be called when the invocation is complete and the collection
is fully populated.
|
getProcessVariablesForQueueFilter | () | method |
public function getProcessVariablesForQueueFilter(processName:String, queueId:Number, activeTasks:Boolean = true):lc.foundation.util:CollectionToken
Language Version: | ActionScript 3.0 |
Product Version: | Adobe Digital Enterprise Platform Experience Services - Document Services ES2 |
Runtime Versions: | AIR 1.0, Flash Player 9, Flash Player 10 |
Retrieves a collection of tasks containing only process variables for the identified process name and queue id.
Parameters
processName:String — Specifies the name of the process.
| |
queueId:Number — Specifies the queue identifier.
| |
activeTasks:Boolean (default = true ) — Specifies whether to retrieve only active tasks. A value of true specifies
to retrieve only tasks that are active for the user.
|
lc.foundation.util:CollectionToken — A collection of Task objects when the request completes.
You can set result and fault handlers on the token to be called when the invocation is
complete and the collection is fully populated.
|
Wed Nov 21 2018, 06:34 AM -08:00