public interface WorkflowTemplateDao
List<WorkflowTemplateModel> findWorkflowTemplatesByUser(UserModel user)
user - to which templates belongs toList<WorkflowTemplateModel> findWorkflowTemplatesVisibleForPrincipal(PrincipalModel principal)
principal - to which templates is visible toList<WorkflowTemplateModel> findAdhocWorkflowTemplates()
EmployeeModel findAdhocWorkflowTemplateDummyOwner()
List<WorkflowTemplateModel> findAllWorkflowTemplates()
List<WorkflowActionTemplateModel> findWorkflowActionTemplatesByCode(String code)
List<WorkflowTemplateModel> findWorkflowTemplatesByCode(String code)
Collection<LinkModel> findWorkflowLinkTemplatesByAction(AbstractWorkflowActionModel action)
action - workflow action which is target of the linkCollection<LinkModel> findWorkflowLinkTemplatesByDecision(AbstractWorkflowDecisionModel decision)
decision - workflow decision which is the source of the linkCollection<LinkModel> findWorkflowLinkTemplates(AbstractWorkflowDecisionModel decision, AbstractWorkflowActionModel action)
decision - workflow decision which is the source of the linkaction - workflow action which is target of the linkCopyright © 2017 SAP SE. All Rights Reserved.