Interface CMSWorkflowTemplateDao
-
- All Known Implementing Classes:
DefaultCMSWorkflowTemplateDao
public interface CMSWorkflowTemplateDaoService that provides helper methods for actions of workflow templates.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.List<WorkflowTemplateModel>getVisibleWorkflowTemplatesForCatalogVersion(CatalogVersionModel catalogVersion, PrincipalModel principal)Retrieves the list of workflow templates for a given catalog version and principal.
-
-
-
Method Detail
-
getVisibleWorkflowTemplatesForCatalogVersion
java.util.List<WorkflowTemplateModel> getVisibleWorkflowTemplatesForCatalogVersion(CatalogVersionModel catalogVersion, PrincipalModel principal)
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 or not- Returns:
- A list of workflow templates
-
-