public class OLEWorkflowDocumentServiceImpl extends WorkflowDocumentServiceImpl
Constructor and Description |
---|
OLEWorkflowDocumentServiceImpl() |
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 OLEWorkflowDocumentServiceImpl()
public boolean workflowDocumentExists(String documentId)
workflowDocumentExists
in interface org.kuali.rice.krad.workflow.service.WorkflowDocumentService
workflowDocumentExists
in class WorkflowDocumentServiceImpl
public 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.WorkflowDocumentService
createWorkflowDocument
in class WorkflowDocumentServiceImpl
public 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.WorkflowDocumentService
loadWorkflowDocument
in class WorkflowDocumentServiceImpl
public 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.WorkflowDocumentService
acknowledge
in class WorkflowDocumentServiceImpl
org.kuali.rice.kew.api.exception.WorkflowException
public 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.WorkflowDocumentService
approve
in class WorkflowDocumentServiceImpl
org.kuali.rice.kew.api.exception.WorkflowException
public 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.WorkflowDocumentService
superUserApprove
in class WorkflowDocumentServiceImpl
org.kuali.rice.kew.api.exception.WorkflowException
public 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.WorkflowDocumentService
superUserCancel
in class WorkflowDocumentServiceImpl
org.kuali.rice.kew.api.exception.WorkflowException
public 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.WorkflowDocumentService
superUserDisapprove
in class WorkflowDocumentServiceImpl
org.kuali.rice.kew.api.exception.WorkflowException
public 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.WorkflowDocumentService
blanketApprove
in class WorkflowDocumentServiceImpl
org.kuali.rice.kew.api.exception.WorkflowException
public 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.WorkflowDocumentService
cancel
in class WorkflowDocumentServiceImpl
org.kuali.rice.kew.api.exception.WorkflowException
public 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.WorkflowDocumentService
recall
in class WorkflowDocumentServiceImpl
org.kuali.rice.kew.api.exception.WorkflowException
public 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.WorkflowDocumentService
clearFyi
in class WorkflowDocumentServiceImpl
org.kuali.rice.kew.api.exception.WorkflowException
public 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.WorkflowDocumentService
sendWorkflowNotification
in class WorkflowDocumentServiceImpl
org.kuali.rice.kew.api.exception.WorkflowException
public 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.WorkflowDocumentService
sendWorkflowNotification
in class WorkflowDocumentServiceImpl
org.kuali.rice.kew.api.exception.WorkflowException
public 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.WorkflowDocumentService
disapprove
in class WorkflowDocumentServiceImpl
org.kuali.rice.kew.api.exception.WorkflowException
public 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.WorkflowDocumentService
route
in class WorkflowDocumentServiceImpl
org.kuali.rice.kew.api.exception.WorkflowException
public 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.WorkflowDocumentService
save
in class WorkflowDocumentServiceImpl
org.kuali.rice.kew.api.exception.WorkflowException
public 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.WorkflowDocumentService
saveRoutingData
in class WorkflowDocumentServiceImpl
org.kuali.rice.kew.api.exception.WorkflowException
public 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.WorkflowDocumentService
getCurrentRouteLevelName
in class WorkflowDocumentServiceImpl
org.kuali.rice.kew.api.exception.WorkflowException
public String getCurrentRouteNodeNames(org.kuali.rice.kew.api.WorkflowDocument workflowDocument)
getCurrentRouteNodeNames
in interface org.kuali.rice.krad.workflow.service.WorkflowDocumentService
getCurrentRouteNodeNames
in class WorkflowDocumentServiceImpl
public 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.WorkflowDocumentService
complete
in class WorkflowDocumentServiceImpl
org.kuali.rice.kew.api.exception.WorkflowException
WorkflowDocumentService.complete(org.kuali.rice.kew.api.WorkflowDocument, String, java.util.List)
Copyright © 2004–2015 The Kuali Foundation. All rights reserved.