Class DefaultWorkflowLinksDao
java.lang.Object
de.hybris.platform.workflow.daos.impl.DefaultWorkflowLinksDao
- All Implemented Interfaces:
WorkflowLinksDao
/** Finds a link within a
WorkflowActionModel._WORKFLOWACTIONLINKRELATION 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 sourcevoidsetFlexibleSearchService(FlexibleSearchService flexibleSearchService)
-
Constructor Details
-
DefaultWorkflowLinksDao
public DefaultWorkflowLinksDao()
-
-
Method Details
-
findWorkflowActionLinkRelationBySource
Description copied from interface:WorkflowLinksDaoSearches for links by given source- Specified by:
findWorkflowActionLinkRelationBySourcein interfaceWorkflowLinksDao- Parameters:
source- for link- Returns:
- links that match source
-
findLinksByDecisionAndAction
public Collection<LinkModel> findLinksByDecisionAndAction(AbstractWorkflowDecisionModel decision, AbstractWorkflowActionModel action) Description copied from interface:WorkflowLinksDaoSearches for links by a given decision and action- Specified by:
findLinksByDecisionAndActionin interfaceWorkflowLinksDao- Parameters:
decision- to search foraction- to search for- Returns:
- links that match criteria
-
setFlexibleSearchService
- Parameters:
flexibleSearchService- the flexibleSearchService to set
-