Guide de référence ActionScript® 3.0 pour la plate-forme Adobe® Flash®
Accueil  |  Masquer la liste des packages et des classes |  Packages  |  Classes  |  Nouveautés  |  Index  |  Annexes  |  Pourquoi existe-t-il du contenu en anglais ?
Filtres : Récupération des données du serveur...
Récupération des données du serveur...
lc.procmgmt 

IProcessManager  - AS3 ADEP Workspace

Packagelc.procmgmt
Interfacepublic interface IProcessManager extends IManager , IEventDispatcher

Version du langage: ActionScript 3.0
Version du produit: Adobe Digital Enterprise Platform Document Services - Workspace 9
Versions du moteur d’exécution: AIR (unsupported), Flash Player 9, Flash Player 10

The IProcessManager interface is implemented to determine the list of processes that the user has participated in.



Propriétés publiques
 PropriétéDéfini par
 InheritedfaultHandler : Function
The default fault handler function.
IManager
Méthodes publiques
 MéthodeDéfini par
 Inherited
addEventListener(type:String, listener:Function, useCapture:Boolean = false, priority:int = 0, useWeakReference:Boolean = false):void
Enregistre un objet écouteur d’événement auprès d’un objet EventDispatcher afin que l’écouteur soit averti d’un événement.
IEventDispatcher
 Inherited
Distribue un événement dans le flux d’événements.
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
  
getProcessVariableDefinitions(processName:String, includeCommonVariables:Boolean, includeSearchable:Boolean):lc.foundation.util:CollectionToken
Retrieves a collection of process variable definitions for a process name that the user has participated in.
IProcessManager
  
Retrieves a collection of tasks containing only process variables for the identified process names and queue identifier.
IProcessManager
  
Retrieves a collection of process variables for the identified process name and process identifier.
IProcessManager
  
Retrieves a collection of tasks containing only process variables for the identified process name and queue id.
IProcessManager
 Inherited
Determines whether the default operation is prevented.
IManager
 Inherited
Determines whether the default operation is prevented.
IManager
 Inherited
Vérifie si des écouteurs sont enregistrés auprès de l’objet EventDispatcher pour un type spécifique d’événement.
IEventDispatcher
 Inherited
removeEventListener(type:String, listener:Function, useCapture:Boolean = false):void
Supprime un écouteur de l’objet EventDispatcher.
IEventDispatcher
 Inherited
Vérifie si un écouteur d’événement est enregistré auprès de cet objet EventDispatcher ou de ses ancêtres pour le type d’événement spécifié.
IEventDispatcher
Détails de la méthode

findProcessInstances

()méthode
public function findProcessInstances(processName:String, startDate:Date = null, endDate:Date = null):lc.foundation.util:CollectionToken

Version du langage: ActionScript 3.0
Version du produit: Adobe Digital Enterprise Platform Document Services - Workspace 9
Versions du moteur d’exécution: AIR (unsupported), 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.

Paramètres

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.

Valeur renvoyée
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

()méthode 
public function getAllProcesses():lc.foundation.util:CollectionToken

Version du langage: ActionScript 3.0
Version du produit: Adobe Digital Enterprise Platform Document Services - Workspace 9
Versions du moteur d’exécution: AIR (unsupported), Flash Player 9, Flash Player 10

Retrieves a unique list of unique process names for the processes available.

Valeur renvoyée
lc.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

()méthode 
public function getImageUrlForProcess(process:Process):String

Version du langage: ActionScript 3.0
Version du produit: Adobe Digital Enterprise Platform Document Services - Workspace 9
Versions du moteur d’exécution: AIR (unsupported), Flash Player 9, Flash Player 10

Retrieves the location of the process image identified by the process.

Paramètres

process:Process — Specifies the process to get the location of the image for.

Valeur renvoyée
String — The location of the image as a URL.

getImageUrlForProcessInstance

()méthode 
public function getImageUrlForProcessInstance(processInstance:ProcessInstance):String

Version du langage: ActionScript 3.0
Version du produit: Adobe Digital Enterprise Platform Document Services - Workspace 9
Versions du moteur d’exécution: AIR (unsupported), Flash Player 9, Flash Player 10

Retrieves the location of the process instance image identified by the process instance.

Paramètres

processInstance:ProcessInstance — Specifies the process instance to retrieve a URL for.

Valeur renvoyée
String — The location of the image as a URL.

getProcesses

()méthode 
public function getProcesses():lc.foundation.util:CollectionToken

Version du langage: ActionScript 3.0
Version du produit: Adobe Digital Enterprise Platform Document Services - Workspace 9
Versions du moteur d’exécution: AIR (unsupported), Flash Player 9, Flash Player 10

Retrieves a list of processes that the user has participated in.

Valeur renvoyée
lc.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

()méthode 
public function getProcessImageUrl(processName:String):String

Version du langage: ActionScript 3.0
Version du produit: Adobe Digital Enterprise Platform Document Services - Workspace 9
Versions du moteur d’exécution: AIR (unsupported), 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.

Paramètres

processName:String — Specifies the identifier of the process instance.

Valeur renvoyée
String — The location of the image as a URL.

Eléments de l’API associés

getProcessInstance

()méthode 
public function getProcessInstance(processInstanceId:Number, serviceName:String = null):lc.foundation.util:ObjectToken

Version du langage: ActionScript 3.0
Version du produit: Adobe Digital Enterprise Platform Document Services - Workspace 9
Versions du moteur d’exécution: AIR (unsupported), 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.

Paramètres

processInstanceId:Number — Specifies the unique identifier of the process instance.
 
serviceName:String (default = null) — Specifies the name of the service.

Valeur renvoyée
lc.foundation.util:ObjectToken — The token representing the process instance.

getProcessVariableDefinitions

()méthode 
public function getProcessVariableDefinitions(processName:String, includeCommonVariables:Boolean, includeSearchable:Boolean):lc.foundation.util:CollectionToken

Version du langage: ActionScript 3.0
Version du produit: Adobe Digital Enterprise Platform Document Services - Workspace 9
Versions du moteur d’exécution: AIR (unsupported), Flash Player 9, Flash Player 10

Retrieves a collection of process variable definitions for a process name that the user has participated in. It will always return variables with the visible attribute and optionally will return variables that only have the searchable attribute.

Paramètres

processName:String — Specifies the name of the process to get the process instances for.
 
includeCommonVariables:Boolean — Indicator to control inclusion of common process variable definitions in results.
 
includeSearchable:Boolean — Indicator to control inclusion of searchable only variables the in results.

Valeur renvoyée
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.

getProcessVariablesForProcessesByQueue

()méthode 
public function getProcessVariablesForProcessesByQueue(processNames:IList, queueId:Number, activeTasks:Boolean = true):lc.foundation.util:CollectionToken

Version du langage: ActionScript 3.0
Version du produit: Adobe Digital Enterprise Platform Document Services - Workspace 10
Versions du moteur d’exécution: AIR (unsupported), Flash Player 9, Flash Player 10

Retrieves a collection of tasks containing only process variables for the identified process names and queue identifier.

Paramètres

processNames:IList — Specifies the list of process names.
 
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.

Valeur renvoyée
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.

getProcessVariablesForProcessInstance

()méthode 
public function getProcessVariablesForProcessInstance(processName:String, processInstanceId:Number):lc.foundation.util:CollectionToken

Version du langage: ActionScript 3.0
Version du produit: Adobe Digital Enterprise Platform Document Services - Workspace 9
Versions du moteur d’exécution: AIR (unsupported), Flash Player 9, Flash Player 10

Retrieves a collection of process variables for the identified process name and process identifier.

Paramètres

processName:String — Specifies the name of the process.
 
processInstanceId:Number — Specifies the process instance identifier.

Valeur renvoyée
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

()méthode 
public function getProcessVariablesForQueueFilter(processName:String, queueId:Number, activeTasks:Boolean = true):lc.foundation.util:CollectionToken

Version du langage: ActionScript 3.0
Version du produit: Adobe Digital Enterprise Platform Document Services - Workspace 9
Versions du moteur d’exécution: AIR (unsupported), Flash Player 9, Flash Player 10

Retrieves a collection of tasks containing only process variables for the identified process name and queue id.

Paramètres

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.

Valeur renvoyée
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.




[ X ]Pourquoi existe-t-il du contenu en anglais ?
Certaines parties du Guide de référence ActionScript 3.0 sont en anglais

Tout le contenu du Guide de référence ActionScript 3.0 n’a pas été traduit dans toutes les langues. Si un élément de langage n’est pas traduit, il s’affiche en anglais. Par exemple, la classe ga.controls.HelpBox n’est traduite dans aucune langue. Ainsi, dans la version française du guide de référence, la classe ga.controls.HelpBox apparaît en anglais.