public class DefaultWorkflowLinksDao extends Object implements WorkflowLinksDao
WorkflowActionModel._WORKFLOWACTIONLINKRELATION for a given
AbstractWorkflowDecisionModel and|or AbstractWorkflowActionModel.| Constructor and Description |
|---|
DefaultWorkflowLinksDao() |
| Modifier and Type | Method and Description |
|---|---|
Collection<LinkModel> |
findLinksByDecisionAndAction(AbstractWorkflowDecisionModel decision,
AbstractWorkflowActionModel action)
Searches for links by a given decision and action
|
List<LinkModel> |
findWorkflowActionLinkRelationBySource(String source)
Searches for links by given source
|
void |
setFlexibleSearchService(FlexibleSearchService flexibleSearchService) |
public List<LinkModel> findWorkflowActionLinkRelationBySource(String source)
WorkflowLinksDaofindWorkflowActionLinkRelationBySource in interface WorkflowLinksDaosource - for linkpublic Collection<LinkModel> findLinksByDecisionAndAction(AbstractWorkflowDecisionModel decision, AbstractWorkflowActionModel action)
WorkflowLinksDaofindLinksByDecisionAndAction in interface WorkflowLinksDaodecision - to search foraction - to search forpublic void setFlexibleSearchService(FlexibleSearchService flexibleSearchService)
flexibleSearchService - the flexibleSearchService to setCopyright © 2017 SAP SE. All Rights Reserved.