@Transactional public class WorkflowDocumentServiceImpl extends Object implements org.kuali.rice.krad.workflow.service.WorkflowDocumentService
| Constructor and Description |
|---|
WorkflowDocumentServiceImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
acknowledge(org.kuali.rice.kew.api.WorkflowDocument workflowDocument,
String annotation,
List<org.kuali.rice.krad.bo.AdHocRouteRecipient> adHocRecipients) |
void |
approve(org.kuali.rice.kew.api.WorkflowDocument workflowDocument,
String annotation,
List<org.kuali.rice.krad.bo.AdHocRouteRecipient> adHocRecipients) |
void |
blanketApprove(org.kuali.rice.kew.api.WorkflowDocument workflowDocument,
String annotation,
List<org.kuali.rice.krad.bo.AdHocRouteRecipient> adHocRecipients) |
void |
cancel(org.kuali.rice.kew.api.WorkflowDocument workflowDocument,
String annotation) |
void |
clearFyi(org.kuali.rice.kew.api.WorkflowDocument workflowDocument,
List<org.kuali.rice.krad.bo.AdHocRouteRecipient> adHocRecipients) |
void |
complete(org.kuali.rice.kew.api.WorkflowDocument workflowDocument,
String annotation,
List adHocRecipients)
Completes workflow document
|
org.kuali.rice.kew.api.WorkflowDocument |
createWorkflowDocument(String documentTypeName,
org.kuali.rice.kim.api.identity.Person person) |
void |
disapprove(org.kuali.rice.kew.api.WorkflowDocument workflowDocument,
String annotation) |
String |
getCurrentRouteLevelName(org.kuali.rice.kew.api.WorkflowDocument workflowDocument) |
String |
getCurrentRouteNodeNames(org.kuali.rice.kew.api.WorkflowDocument workflowDocument) |
org.kuali.rice.kew.api.WorkflowDocument |
loadWorkflowDocument(String documentId,
org.kuali.rice.kim.api.identity.Person user) |
void |
recall(org.kuali.rice.kew.api.WorkflowDocument workflowDocument,
String annotation,
boolean cancel) |
void |
route(org.kuali.rice.kew.api.WorkflowDocument workflowDocument,
String annotation,
List<org.kuali.rice.krad.bo.AdHocRouteRecipient> adHocRecipients) |
void |
save(org.kuali.rice.kew.api.WorkflowDocument workflowDocument,
String annotation) |
void |
saveRoutingData(org.kuali.rice.kew.api.WorkflowDocument workflowDocument) |
void |
sendWorkflowNotification(org.kuali.rice.kew.api.WorkflowDocument workflowDocument,
String annotation,
List<org.kuali.rice.krad.bo.AdHocRouteRecipient> adHocRecipients) |
void |
sendWorkflowNotification(org.kuali.rice.kew.api.WorkflowDocument workflowDocument,
String annotation,
List<org.kuali.rice.krad.bo.AdHocRouteRecipient> adHocRecipients,
String notificationLabel) |
void |
superUserApprove(org.kuali.rice.kew.api.WorkflowDocument workflowDocument,
String annotation) |
void |
superUserCancel(org.kuali.rice.kew.api.WorkflowDocument workflowDocument,
String annotation) |
void |
superUserDisapprove(org.kuali.rice.kew.api.WorkflowDocument workflowDocument,
String annotation) |
boolean |
workflowDocumentExists(String documentId) |
public WorkflowDocumentServiceImpl()
public boolean workflowDocumentExists(String documentId)
workflowDocumentExists in interface org.kuali.rice.krad.workflow.service.WorkflowDocumentServicepublic org.kuali.rice.kew.api.WorkflowDocument createWorkflowDocument(String documentTypeName, org.kuali.rice.kim.api.identity.Person person)
createWorkflowDocument in interface org.kuali.rice.krad.workflow.service.WorkflowDocumentServicepublic org.kuali.rice.kew.api.WorkflowDocument loadWorkflowDocument(String documentId, org.kuali.rice.kim.api.identity.Person user)
loadWorkflowDocument in interface org.kuali.rice.krad.workflow.service.WorkflowDocumentServicepublic void acknowledge(org.kuali.rice.kew.api.WorkflowDocument workflowDocument, String annotation, List<org.kuali.rice.krad.bo.AdHocRouteRecipient> adHocRecipients) throws org.kuali.rice.kew.api.exception.WorkflowException
acknowledge in interface org.kuali.rice.krad.workflow.service.WorkflowDocumentServiceorg.kuali.rice.kew.api.exception.WorkflowExceptionpublic void approve(org.kuali.rice.kew.api.WorkflowDocument workflowDocument, String annotation, List<org.kuali.rice.krad.bo.AdHocRouteRecipient> adHocRecipients) throws org.kuali.rice.kew.api.exception.WorkflowException
approve in interface org.kuali.rice.krad.workflow.service.WorkflowDocumentServiceorg.kuali.rice.kew.api.exception.WorkflowExceptionpublic void superUserApprove(org.kuali.rice.kew.api.WorkflowDocument workflowDocument, String annotation) throws org.kuali.rice.kew.api.exception.WorkflowException
superUserApprove in interface org.kuali.rice.krad.workflow.service.WorkflowDocumentServiceorg.kuali.rice.kew.api.exception.WorkflowExceptionpublic void superUserCancel(org.kuali.rice.kew.api.WorkflowDocument workflowDocument, String annotation) throws org.kuali.rice.kew.api.exception.WorkflowException
superUserCancel in interface org.kuali.rice.krad.workflow.service.WorkflowDocumentServiceorg.kuali.rice.kew.api.exception.WorkflowExceptionpublic void superUserDisapprove(org.kuali.rice.kew.api.WorkflowDocument workflowDocument, String annotation) throws org.kuali.rice.kew.api.exception.WorkflowException
superUserDisapprove in interface org.kuali.rice.krad.workflow.service.WorkflowDocumentServiceorg.kuali.rice.kew.api.exception.WorkflowExceptionpublic void blanketApprove(org.kuali.rice.kew.api.WorkflowDocument workflowDocument, String annotation, List<org.kuali.rice.krad.bo.AdHocRouteRecipient> adHocRecipients) throws org.kuali.rice.kew.api.exception.WorkflowException
blanketApprove in interface org.kuali.rice.krad.workflow.service.WorkflowDocumentServiceorg.kuali.rice.kew.api.exception.WorkflowExceptionpublic void cancel(org.kuali.rice.kew.api.WorkflowDocument workflowDocument, String annotation) throws org.kuali.rice.kew.api.exception.WorkflowException
cancel in interface org.kuali.rice.krad.workflow.service.WorkflowDocumentServiceorg.kuali.rice.kew.api.exception.WorkflowExceptionpublic void recall(org.kuali.rice.kew.api.WorkflowDocument workflowDocument, String annotation, boolean cancel) throws org.kuali.rice.kew.api.exception.WorkflowException
recall in interface org.kuali.rice.krad.workflow.service.WorkflowDocumentServiceorg.kuali.rice.kew.api.exception.WorkflowExceptionpublic void clearFyi(org.kuali.rice.kew.api.WorkflowDocument workflowDocument, List<org.kuali.rice.krad.bo.AdHocRouteRecipient> adHocRecipients) throws org.kuali.rice.kew.api.exception.WorkflowException
clearFyi in interface org.kuali.rice.krad.workflow.service.WorkflowDocumentServiceorg.kuali.rice.kew.api.exception.WorkflowExceptionpublic void sendWorkflowNotification(org.kuali.rice.kew.api.WorkflowDocument workflowDocument, String annotation, List<org.kuali.rice.krad.bo.AdHocRouteRecipient> adHocRecipients) throws org.kuali.rice.kew.api.exception.WorkflowException
sendWorkflowNotification in interface org.kuali.rice.krad.workflow.service.WorkflowDocumentServiceorg.kuali.rice.kew.api.exception.WorkflowExceptionpublic void sendWorkflowNotification(org.kuali.rice.kew.api.WorkflowDocument workflowDocument, String annotation, List<org.kuali.rice.krad.bo.AdHocRouteRecipient> adHocRecipients, String notificationLabel) throws org.kuali.rice.kew.api.exception.WorkflowException
sendWorkflowNotification in interface org.kuali.rice.krad.workflow.service.WorkflowDocumentServiceorg.kuali.rice.kew.api.exception.WorkflowExceptionpublic void disapprove(org.kuali.rice.kew.api.WorkflowDocument workflowDocument, String annotation) throws org.kuali.rice.kew.api.exception.WorkflowException
disapprove in interface org.kuali.rice.krad.workflow.service.WorkflowDocumentServiceorg.kuali.rice.kew.api.exception.WorkflowExceptionpublic void route(org.kuali.rice.kew.api.WorkflowDocument workflowDocument, String annotation, List<org.kuali.rice.krad.bo.AdHocRouteRecipient> adHocRecipients) throws org.kuali.rice.kew.api.exception.WorkflowException
route in interface org.kuali.rice.krad.workflow.service.WorkflowDocumentServiceorg.kuali.rice.kew.api.exception.WorkflowExceptionpublic void save(org.kuali.rice.kew.api.WorkflowDocument workflowDocument, String annotation) throws org.kuali.rice.kew.api.exception.WorkflowException
save in interface org.kuali.rice.krad.workflow.service.WorkflowDocumentServiceorg.kuali.rice.kew.api.exception.WorkflowExceptionpublic void saveRoutingData(org.kuali.rice.kew.api.WorkflowDocument workflowDocument) throws org.kuali.rice.kew.api.exception.WorkflowException
saveRoutingData in interface org.kuali.rice.krad.workflow.service.WorkflowDocumentServiceorg.kuali.rice.kew.api.exception.WorkflowExceptionpublic String getCurrentRouteLevelName(org.kuali.rice.kew.api.WorkflowDocument workflowDocument) throws org.kuali.rice.kew.api.exception.WorkflowException
getCurrentRouteLevelName in interface org.kuali.rice.krad.workflow.service.WorkflowDocumentServiceorg.kuali.rice.kew.api.exception.WorkflowExceptionpublic String getCurrentRouteNodeNames(org.kuali.rice.kew.api.WorkflowDocument workflowDocument)
getCurrentRouteNodeNames in interface org.kuali.rice.krad.workflow.service.WorkflowDocumentServicepublic void complete(org.kuali.rice.kew.api.WorkflowDocument workflowDocument, String annotation, List adHocRecipients) throws org.kuali.rice.kew.api.exception.WorkflowException
complete in interface org.kuali.rice.krad.workflow.service.WorkflowDocumentServiceorg.kuali.rice.kew.api.exception.WorkflowExceptionWorkflowDocumentService.complete(org.kuali.rice.kew.api.WorkflowDocument, String, java.util.List)Copyright © 2004–2015 The Kuali Foundation. All rights reserved.