Пакет | lc.procmgmt |
Интерфейс | public interface IStartpointManager extends IManager , IEventDispatcher |
Язык версии: | ActionScript 3.0 |
Версия продукта: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Версии среды выполнения: | 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.
Связанные элементы API
Общедоступные свойства
Общедоступные методы
Метод | Определено | ||
---|---|---|---|
![]() | addEventListener(type:String, listener:Function, useCapture:Boolean = false, priority:int = 0, useWeakReference:Boolean = false):void
Регистрирует объект прослушивателя события на объекте EventDispatcher для получения прослушивателем уведомления о событии. | IEventDispatcher | |
![]() |
Посылает событие в поток событий. | IEventDispatcher | |
![]() |
Проверяет, имеет ли объект EventDispatcher прослушиватели, зарегистрированные для определенного типа события. | IEventDispatcher | |
![]() |
Удаляет прослушиватель из объекта EventDispatcher. | IEventDispatcher | |
![]() |
Проверяет, зарегистрирован ли прослушиватель события для указанного типа события с данным объектом EventDispatcher или любым его предшественником. | IEventDispatcher |
Tue Jun 12 2018, 11:34 AM Z