public class DefaultWorkflowLinksDao extends java.lang.Object implements WorkflowLinksDao
WorkflowActionModel._WORKFLOWACTIONLINKRELATION for a given
AbstractWorkflowDecisionModel and|or AbstractWorkflowActionModel.| Constructor and Description |
|---|
DefaultWorkflowLinksDao() |
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<LinkModel> |
findLinksByDecisionAndAction(AbstractWorkflowDecisionModel decision,
AbstractWorkflowActionModel action)
Searches for links by a given decision and action
|
java.util.List<LinkModel> |
findWorkflowActionLinkRelationBySource(java.lang.String source)
Searches for links by given source
|
void |
setFlexibleSearchService(FlexibleSearchService flexibleSearchService) |
public java.util.List<LinkModel> findWorkflowActionLinkRelationBySource(java.lang.String source)
WorkflowLinksDaofindWorkflowActionLinkRelationBySource in interface WorkflowLinksDaosource - for linkpublic java.util.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 © 2018 SAP SE. All Rights Reserved.