Interface CMSWorkflowTemplateService
- All Known Implementing Classes:
DefaultCMSWorkflowTemplateService
public interface CMSWorkflowTemplateService
The Interface CMSWorkflowTemplateService for finding workflow templates.
-
Method Summary
Modifier and TypeMethodDescriptiongetVisibleWorkflowTemplatesForCatalogVersion(CatalogVersionModel catalogVersion) Retrieves the list of workflow templates for a given catalog version and principal.
-
Method Details
-
getVisibleWorkflowTemplatesForCatalogVersion
List<WorkflowTemplateModel> getVisibleWorkflowTemplatesForCatalogVersion(CatalogVersionModel catalogVersion) Retrieves the list of workflow templates for a given catalog version and principal.- Parameters:
catalogVersion- The catalog version associated to a workflow templateprincipal- The principal used to determine if the workflow template is visible to or not- Returns:
- A list of workflow templates
-