Interface AutomatedWorkflowTemplateRegistry
-
- All Known Implementing Classes:
DefaultAutomatedWorkflowTemplateRegistry
public interface AutomatedWorkflowTemplateRegistryRegistry which is responsible for finding appropriateAutomatedWorkflowTemplateJobforAutomatedWorkflowActionTemplateModeltemplate object.- Spring Bean ID:
- automatedWorkflowTemplateRegistry
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AutomatedWorkflowTemplateJobgetAutomatedWorkflowTemplateJobForTemplate(AutomatedWorkflowActionTemplateModel template)Gets the automated workflow template job for passed as parameter template.
-
-
-
Method Detail
-
getAutomatedWorkflowTemplateJobForTemplate
AutomatedWorkflowTemplateJob getAutomatedWorkflowTemplateJobForTemplate(AutomatedWorkflowActionTemplateModel template) throws AutomatedWorkflowTemplateException
Gets the automated workflow template job for passed as parameter template.- Parameters:
template- the template object- Returns:
- the automated workflow template job for template
- Throws:
AutomatedWorkflowTemplateException- thrown whenAutomatedWorkflowActionTemplateModelis setup in old manner by usingAutomatedWorkflowActionTemplateModel.setJobClass(Class)and instantiation of class has failed or whenAutomatedWorkflowTemplateJobcannot be find in the registry.
-
-