public interface NotificationWorkflowDocumentService
| Modifier and Type | Method and Description |
|---|---|
void |
clearAllFyisAndAcknowledgeNotificationWorkflowDocument(String initiatorUserId,
WorkflowDocument workflowDocument,
String annotation)
This method is responsible for canceling a workflow document; which in turn simulates the "checking-off"
of a notification in the notification list by the system through an auto-removal.
|
String |
createAndAdHocRouteNotificationWorkflowDocument(NotificationMessageDelivery messageDelivery,
String initiatorUserId,
String recipientUserId,
String annotation)
This service method is responsible for creating a NotificationWorkflowDocument for the given user, which in turn,
creates a workflow document in KEW.
|
WorkflowDocument |
getNotificationWorkflowDocumentByDocumentId(String initiatorUserId,
String workflowDocumentId)
This service method is responsible for retrieving a NotificationWorkflowDocument from KEW.
|
void |
terminateWorkflowDocument(WorkflowDocument document)
This method is responsible for unconditionally terminating a workflow document, after which there should be no
pending action requests against this document.
|
String createAndAdHocRouteNotificationWorkflowDocument(NotificationMessageDelivery messageDelivery, String initiatorUserId, String recipientUserId, String annotation)
messageDelivery - - the specific NotificationMessageDelivery that is associated with this ad hoc routeinitiatorUserId - - the person/workflow user who is responsible for "initiating" this workflow documentrecipientUserId - - the person/workflow user who will recieve this document via an ad hoc routeannotation - - a description of the workflow ad hoc route transactionvoid clearAllFyisAndAcknowledgeNotificationWorkflowDocument(String initiatorUserId, WorkflowDocument workflowDocument, String annotation)
initiatorUserId - workflowDocument - annotation - void terminateWorkflowDocument(WorkflowDocument document)
document - workflow document to terminateWorkflowDocument getNotificationWorkflowDocumentByDocumentId(String initiatorUserId, String workflowDocumentId)
initiatorUserId - workflowDocumentId - Copyright © 2005–2015 The Kuali Foundation. All rights reserved.