| Package | Description |
|---|---|
| org.kuali.rice.kcb.bo | |
| org.kuali.rice.kcb.quartz | |
| org.kuali.rice.kcb.service | |
| org.kuali.rice.kcb.service.impl |
| Modifier and Type | Method and Description |
|---|---|
static MessageDeliveryStatus |
MessageDeliveryStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MessageDeliveryStatus[] |
MessageDeliveryStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
MessageDelivery.setDeliveryStatus(MessageDeliveryStatus deliveryStatus)
Convenience method that sets the delivery status in a typesafe manner.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
MessageProcessingJob.updateStatusAndUnlock(MessageDelivery messageDelivery,
MessageDeliveryStatus status)
Marks a MessageDelivery as having been delivered, and unlocks it
|
| Modifier and Type | Method and Description |
|---|---|
Collection<MessageDelivery> |
MessageDeliveryService.lockAndTakeMessageDeliveries(Long messageId,
MessageDeliveryStatus[] status)
Locks and takes all message deliveries of a given message in the system with any of the specified statuses
|
Collection<MessageDelivery> |
MessageDeliveryService.lockAndTakeMessageDeliveries(MessageDeliveryStatus[] status)
Locks and takes all message deliveries in the system with any of the specified statuses
|
| Modifier and Type | Method and Description |
|---|---|
Collection<MessageDelivery> |
MessageDeliveryServiceImpl.lockAndTakeMessageDeliveries(Long messageId,
MessageDeliveryStatus[] statuses) |
Collection<MessageDelivery> |
MessageDeliveryServiceImpl.lockAndTakeMessageDeliveries(MessageDeliveryStatus[] statuses) |
Copyright © 2005–2016 The Kuali Foundation. All rights reserved.