Uses of Interface
org.outerj.daisy.doctaskrunner.TaskSpecification

Uses of TaskSpecification in org.outerj.daisy.doctaskrunner
 

Subinterfaces of TaskSpecification in org.outerj.daisy.doctaskrunner
 interface SimpleActionsTaskSpecification
          A special TaskSpecification allowing for the executing of a linear set of pre-made actions on a document.
 

Methods in org.outerj.daisy.doctaskrunner that return TaskSpecification
 TaskSpecification DocumentTaskManager.createTaskSpecification(java.lang.String description, java.lang.String script, java.lang.String scriptLanguage, boolean stopOnFirstError)
           
 

Methods in org.outerj.daisy.doctaskrunner with parameters of type TaskSpecification
 long DocumentTaskManager.runTask(DocumentSelection documentSelection, TaskSpecification taskSpecification)
          Runs a task.
 



Copyright © -2012 . All Rights Reserved.