(Beta)
Package | lc.procmgmt |
Interface | public interface IEndpointManager 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 |
IEndpointManager
interface is implemented to manage TaskManager endpoints.
Workspace start points that are added to a process diagram create TaskManager endpoints. TaskManager
endpoints are invoked to start the process by using LiveCycle Workspace ES2. When using Workspace ES2 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 ES2,
see "Designing human-centric processes" in
LiveCycle Workbench ES2 Help
.
Implement the IEndpointManager
interface to get categories of endpoints,
invoke endpoints, retrieve endpoints, and get images associated with endpoints.
Related API Elements
Public Properties
Public Methods
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 | |
![]() |
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 |
Wed Nov 21 2018, 06:34 AM -08:00