Uses of Class
org.sterl.spring.persistent_tasks.api.Trigger
Packages that use Trigger
Package
Description
-
Uses of Trigger in org.sterl.spring.persistent_tasks.history.api
Methods in org.sterl.spring.persistent_tasks.history.api that return types with arguments of type TriggerModifier and TypeMethodDescriptionorg.springframework.data.web.PagedModel
<Trigger> TriggerHistoryResource.list
(String id, String taskName, TriggerStatus status, org.springframework.data.domain.Pageable page) TriggerHistoryResource.listInstances
(long instanceId) -
Uses of Trigger in org.sterl.spring.persistent_tasks.trigger.api
Methods in org.sterl.spring.persistent_tasks.trigger.api that return TriggerModifier and TypeMethodDescriptionTriggerConverter.FromTriggerEntity.convert
(TriggerEntity source) Methods in org.sterl.spring.persistent_tasks.trigger.api that return types with arguments of type TriggerModifier and TypeMethodDescriptionTriggerResource.cancelTrigger
(String taskName, String id) org.springframework.data.web.PagedModel
<Trigger> TriggerResource.list
(String id, String taskName, TriggerStatus status, org.springframework.data.domain.Pageable pageable) TriggerResource.setRunAt
(String taskName, String id, OffsetDateTime runAt)