public interface WorkflowLinksTemplateDao
| 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 given decision template and|or action template
|
List<LinkModel> findWorkflowActionLinkRelationBySource(String source)
source - for linkCollection<LinkModel> findLinksByDecisionAndAction(AbstractWorkflowDecisionModel decision, AbstractWorkflowActionModel action)
decision - to search foraction - to search forCopyright © 2017 SAP SE. All Rights Reserved.