Interface WorkflowLinksDao

  • All Known Implementing Classes:
    DefaultWorkflowLinksDao

    public interface WorkflowLinksDao
    Dao to find links between workflows and actions for the given criteria.
    • Method Detail

      • findWorkflowActionLinkRelationBySource

        java.util.List<LinkModel> findWorkflowActionLinkRelationBySource​(java.lang.String source)
        Searches for links by given source
        Parameters:
        source - for link
        Returns:
        links that match source