Uses of Interface
org.verapdf.processor.TaskResult
-
Packages that use TaskResult Package Description org.verapdf.processor -
-
Uses of TaskResult in org.verapdf.processor
Methods in org.verapdf.processor that return TaskResult Modifier and Type Method Description TaskResultProcessorResult. getResultForTask(TaskType taskType)static TaskResultProcessorFactory. taskResultfromXml(InputStream source)Methods in org.verapdf.processor that return types with arguments of type TaskResult Modifier and Type Method Description EnumMap<TaskType,TaskResult>ProcessorResult. getResults()Collection<TaskResult>ProcessorResult. getResultSet()Methods in org.verapdf.processor with parameters of type TaskResult Modifier and Type Method Description static voidProcessorFactory. taskResultToXml(TaskResult toConvert, OutputStream dest, boolean prettyXml)
-