Uses of Class
com.logicaldoc.enterprise.automation.AutomationTrigger
-
Packages that use AutomationTrigger Package Description com.logicaldoc.enterprise.automation -
-
Uses of AutomationTrigger in com.logicaldoc.enterprise.automation
Methods in com.logicaldoc.enterprise.automation that return AutomationTrigger Modifier and Type Method Description AutomationTriggerAutomationTriggerDAO. findByAK(String event, Long folderId, long tenantId)AutomationTriggerHibernateAutomationTriggerDAO. findByAK(String event, Long folderId, long tenantId)Methods in com.logicaldoc.enterprise.automation that return types with arguments of type AutomationTrigger Modifier and Type Method Description List<AutomationTrigger>AutomationTriggerDAO. findByEvent(String event, long tenantId)List<AutomationTrigger>HibernateAutomationTriggerDAO. findByEvent(String event, long tenantId)List<AutomationTrigger>AutomationTriggerDAO. findByFolder(long folderId)List<AutomationTrigger>HibernateAutomationTriggerDAO. findByFolder(long folderId)
-