public interface TaskManagerFactory
Modifier and Type | Method and Description |
---|---|
Task |
newTask(java.lang.String taskTypeName)
Creates a new task instance with the given task type name.
|
TaskAction |
newTaskAction(java.lang.String taskActionId)
Creates a new TaskAction instance with the given action Id.
|
Task newTask(java.lang.String taskTypeName) throws TaskManagerException
taskTypeName
- String containing the name of the type of task to create.TaskManagerException
- An error creating the new task instance.TaskAction newTaskAction(java.lang.String taskActionId)
taskActionId
- the id for this task action"Copyright © 2010 - 2020 Adobe Systems Incorporated. All Rights Reserved"