Interface CMSWorkflowTemplateFacade
- All Known Implementing Classes:
DefaultCMSWorkflowTemplateFacade
public interface CMSWorkflowTemplateFacade
Workflow template facade interface which deals with
Workflow Templates.- Spring Bean ID:
- cmsWorkflowTemplateFacade
-
Method Summary
Modifier and TypeMethodDescriptiongetWorkflowTemplates(String catalogId, String versionId) Retrieves the list of workflow templates for a given catalog ID and catalog version.
-
Method Details
-
getWorkflowTemplates
Retrieves the list of workflow templates for a given catalog ID and catalog version.- Parameters:
catalogId- The catalog nameversionId- The catalog version identifier- Returns:
- A list of
WorkflowTemplateData
-