Class DefaultWorkflowLinksTemplateDao
java.lang.Object
de.hybris.platform.workflow.daos.impl.DefaultWorkflowLinksTemplateDao
- All Implemented Interfaces:
WorkflowLinksTemplateDao
Finds a link within a
WorkflowActionTemplateModel._WORKFLOWACTIONTEMPLATELINKTEMPLATERELATION for a given
AbstractWorkflowDecisionModel and|or AbstractWorkflowActionModel.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfindLinksByDecisionAndAction(AbstractWorkflowDecisionModel decision, AbstractWorkflowActionModel action) Searches for links by a given decision and actionSearches for links by given source given decision template and|or action templatevoidsetFlexibleSearchService(FlexibleSearchService flexibleSearchService)
-
Constructor Details
-
DefaultWorkflowLinksTemplateDao
public DefaultWorkflowLinksTemplateDao()
-
-
Method Details
-
findWorkflowActionLinkRelationBySource
Description copied from interface:WorkflowLinksTemplateDaoSearches for links by given source given decision template and|or action template- Specified by:
findWorkflowActionLinkRelationBySourcein interfaceWorkflowLinksTemplateDao- Parameters:
source- for link- Returns:
- links that match source
-
findLinksByDecisionAndAction
public Collection<LinkModel> findLinksByDecisionAndAction(AbstractWorkflowDecisionModel decision, AbstractWorkflowActionModel action) Description copied from interface:WorkflowLinksTemplateDaoSearches for links by a given decision and action- Specified by:
findLinksByDecisionAndActionin interfaceWorkflowLinksTemplateDao- Parameters:
decision- to search foraction- to search for- Returns:
- links that match criteria
-
setFlexibleSearchService
- Parameters:
flexibleSearchService- the flexibleSearchService to set
-