public interface FlowCatalogWithTemplates
FlowTemplates.| Modifier and Type | Method and Description |
|---|---|
FlowTemplate |
getFlowTemplate(URI uri)
Get
FlowTemplate with given URI. |
List<JobTemplate> |
getJobTemplatesForFlow(URI flowTemplateDirURI) |
FlowTemplate getFlowTemplate(URI uri) throws SpecNotFoundException, IOException, JobTemplate.TemplateException, URISyntaxException
FlowTemplate with given URI.SpecNotFoundException - if a JobTemplate with given URI cannot be found.IOExceptionJobTemplate.TemplateExceptionURISyntaxExceptionList<JobTemplate> getJobTemplatesForFlow(URI flowTemplateDirURI) throws IOException, SpecNotFoundException, JobTemplate.TemplateException, URISyntaxException
flowTemplateDirURI - URI of the flow template directory.JobTemplates for a given flow identified by its URI.IOExceptionSpecNotFoundExceptionJobTemplate.TemplateExceptionURISyntaxException