Class DefaultWorkflowIntegrationDao
- java.lang.Object
-
- de.hybris.platform.processengine.impl.DefaultWorkflowIntegrationDao
-
- All Implemented Interfaces:
WorkflowIntegrationDao
public class DefaultWorkflowIntegrationDao extends java.lang.Object implements WorkflowIntegrationDao
-
-
Constructor Summary
Constructors Constructor Description DefaultWorkflowIntegrationDao()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FlexibleSearchServicegetFlexibleSearchService()WorkflowTemplateModelgetWorkflowTemplateModelById(java.lang.String id)search for workflow by idvoidsetFlexibleSearchService(FlexibleSearchService flexibleSearchService)
-
-
-
Method Detail
-
getWorkflowTemplateModelById
public WorkflowTemplateModel getWorkflowTemplateModelById(java.lang.String id)
Description copied from interface:WorkflowIntegrationDaosearch for workflow by id- Specified by:
getWorkflowTemplateModelByIdin interfaceWorkflowIntegrationDao- Parameters:
id- id- Returns:
- workflow
-
setFlexibleSearchService
public void setFlexibleSearchService(FlexibleSearchService flexibleSearchService)
- Parameters:
flexibleSearchService- the flexibleSearchService to set
-
getFlexibleSearchService
public FlexibleSearchService getFlexibleSearchService()
- Returns:
- the flexibleSearchService
-
-