Uses of Enum Class
org.kuali.rice.kcb.bo.MessageDeliveryStatus
Packages that use MessageDeliveryStatus
Package
Description
-
Uses of MessageDeliveryStatus in org.kuali.rice.kcb.bo
Methods in org.kuali.rice.kcb.bo that return MessageDeliveryStatusModifier and TypeMethodDescriptionstatic MessageDeliveryStatusReturns the enum constant of this class with the specified name.static MessageDeliveryStatus[]MessageDeliveryStatus.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.kuali.rice.kcb.bo with parameters of type MessageDeliveryStatusModifier and TypeMethodDescriptionvoidMessageDelivery.setDeliveryStatus(MessageDeliveryStatus deliveryStatus) Convenience method that sets the delivery status in a typesafe manner. -
Uses of MessageDeliveryStatus in org.kuali.rice.kcb.quartz
Methods in org.kuali.rice.kcb.quartz with parameters of type MessageDeliveryStatusModifier and TypeMethodDescriptionprotected voidMessageProcessingJob.updateStatusAndUnlock(MessageDelivery messageDelivery, MessageDeliveryStatus status) Marks a MessageDelivery as having been delivered, and unlocks it -
Uses of MessageDeliveryStatus in org.kuali.rice.kcb.service
Methods in org.kuali.rice.kcb.service with parameters of type MessageDeliveryStatusModifier and TypeMethodDescriptionMessageDeliveryService.lockAndTakeMessageDeliveries(Long messageId, MessageDeliveryStatus[] status) Locks and takes all message deliveries of a given message in the system with any of the specified statusesMessageDeliveryService.lockAndTakeMessageDeliveries(MessageDeliveryStatus[] status) Locks and takes all message deliveries in the system with any of the specified statuses -
Uses of MessageDeliveryStatus in org.kuali.rice.kcb.service.impl
Methods in org.kuali.rice.kcb.service.impl with parameters of type MessageDeliveryStatusModifier and TypeMethodDescriptionMessageDeliveryServiceImpl.lockAndTakeMessageDeliveries(Long messageId, MessageDeliveryStatus[] statuses) MessageDeliveryServiceImpl.lockAndTakeMessageDeliveries(MessageDeliveryStatus[] statuses)