Uses of Record Class
org.sterl.spring.persistent_tasks.api.TriggerGroup
Packages that use TriggerGroup
Package
Description
-
Uses of TriggerGroup in org.sterl.spring.persistent_tasks.history
Methods in org.sterl.spring.persistent_tasks.history that return types with arguments of type TriggerGroupModifier and TypeMethodDescriptionorg.springframework.data.domain.Page
<TriggerGroup> HistoryService.searchGroupedTriggers
(TriggerSearch search, org.springframework.data.domain.Pageable page) -
Uses of TriggerGroup in org.sterl.spring.persistent_tasks.history.api
Methods in org.sterl.spring.persistent_tasks.history.api that return types with arguments of type TriggerGroupModifier and TypeMethodDescriptionorg.springframework.data.web.PagedModel
<TriggerGroup> TriggerHistoryResource.listGrouped
(TriggerSearch search, org.springframework.data.domain.Pageable page) -
Uses of TriggerGroup in org.sterl.spring.persistent_tasks.trigger
Methods in org.sterl.spring.persistent_tasks.trigger that return types with arguments of type TriggerGroupModifier and TypeMethodDescriptionorg.springframework.data.domain.Page
<TriggerGroup> TriggerService.searchGroupedTriggers
(TriggerSearch search, org.springframework.data.domain.Pageable page) -
Uses of TriggerGroup in org.sterl.spring.persistent_tasks.trigger.api
Methods in org.sterl.spring.persistent_tasks.trigger.api that return types with arguments of type TriggerGroupModifier and TypeMethodDescriptionorg.springframework.data.web.PagedModel
<TriggerGroup> TriggerResource.listGrouped
(TriggerSearch search, org.springframework.data.domain.Pageable pageable) -
Uses of TriggerGroup in org.sterl.spring.persistent_tasks.trigger.component
Methods in org.sterl.spring.persistent_tasks.trigger.component that return types with arguments of type TriggerGroupModifier and TypeMethodDescriptionorg.springframework.data.domain.Page
<TriggerGroup> ReadTriggerComponent.searchGroupedTriggers
(TriggerSearch search, org.springframework.data.domain.Pageable page)