Interface AutomatedWorkflowTemplateRegistry
- All Known Implementing Classes:
DefaultAutomatedWorkflowTemplateRegistry
public interface AutomatedWorkflowTemplateRegistry
Registry which is responsible for finding appropriate
AutomatedWorkflowTemplateJob for
AutomatedWorkflowActionTemplateModel template object.- Spring Bean ID:
- automatedWorkflowTemplateRegistry
-
Method Summary
Modifier and TypeMethodDescriptionGets the automated workflow template job for passed as parameter template.
-
Method Details
-
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.
-