Pacchetto | lc.procmgmt |
Interfaccia | public interface IStartpointManager extends IManager , IEventDispatcher |
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Adobe Digital Enterprise Platform Document Services - Area di lavoro 9 |
Versioni runtime: | AIR (unsupported), Flash Player 9, Flash Player 10 |
IStartpointManager
interface is implemented to manage TaskManager startpoints.
Workspace start points that are added to a process diagram create TaskManager startpoints. TaskManager
startpoints are invoked to start the process by using Workspace. When using Workspace to
start a process, a form is always used. A PDF form or form data is passed as input to the process. For more information about creating processes for Workspace,
see "Designing human-centric processes" in
Adobe Digital Enterprise Platform Document Services - Workbench 10.0 Help
.
Implement the IStartpointManager
interface to get categories of startpoints,
invoke startpoints, retrieve startpoints, and get images associated with startpoints.
Elementi API correlati
Proprietà pubbliche
Metodi pubblici
Metodo | Definito da | ||
---|---|---|---|
![]() | addEventListener(type:String, listener:Function, useCapture:Boolean = false, priority:int = 0, useWeakReference:Boolean = false):void
Registra un oggetto listener di eventi con un oggetto EventDispatcher, in modo che il listener riceva la notifica di un evento. | IEventDispatcher | |
![]() |
Invia un evento nel flusso di eventi. | IEventDispatcher | |
![]() |
Verifica se per l'oggetto EventDispatcher sono presenti listener registrati per un tipo specifico di evento. | IEventDispatcher | |
![]() |
Rimuove un listener dall'oggetto EventDispatcher. | IEventDispatcher | |
![]() |
Verifica se un listener di eventi è registrato con questo oggetto EventDispatcher o qualsiasi suo antenato per il tipo di evento specificato. | IEventDispatcher |
Tue Jun 12 2018, 02:44 PM Z