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.WorkflowDocumentServiceworkflowDocumentExists in class WorkflowDocumentServiceImplpublic 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.WorkflowDocumentServicecreateWorkflowDocument in class WorkflowDocumentServiceImplpublic 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.WorkflowDocumentServiceloadWorkflowDocument in class WorkflowDocumentServiceImplpublic 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.WorkflowDocumentServiceacknowledge in class WorkflowDocumentServiceImplorg.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.WorkflowDocumentServiceapprove in class WorkflowDocumentServiceImplorg.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.WorkflowDocumentServicesuperUserApprove in class WorkflowDocumentServiceImplorg.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.WorkflowDocumentServicesuperUserCancel in class WorkflowDocumentServiceImplorg.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.WorkflowDocumentServicesuperUserDisapprove in class WorkflowDocumentServiceImplorg.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.WorkflowDocumentServiceblanketApprove in class WorkflowDocumentServiceImplorg.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.WorkflowDocumentServicecancel in class WorkflowDocumentServiceImplorg.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.WorkflowDocumentServicerecall in class WorkflowDocumentServiceImplorg.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.WorkflowDocumentServiceclearFyi in class WorkflowDocumentServiceImplorg.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.WorkflowDocumentServicesendWorkflowNotification in class WorkflowDocumentServiceImplorg.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.WorkflowDocumentServicesendWorkflowNotification in class WorkflowDocumentServiceImplorg.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.WorkflowDocumentServicedisapprove in class WorkflowDocumentServiceImplorg.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.WorkflowDocumentServiceroute in class WorkflowDocumentServiceImplorg.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.WorkflowDocumentServicesave in class WorkflowDocumentServiceImplorg.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.WorkflowDocumentServicesaveRoutingData in class WorkflowDocumentServiceImplorg.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.WorkflowDocumentServicegetCurrentRouteLevelName in class WorkflowDocumentServiceImplorg.kuali.rice.kew.api.exception.WorkflowExceptionpublic String getCurrentRouteNodeNames(org.kuali.rice.kew.api.WorkflowDocument workflowDocument)
getCurrentRouteNodeNames in interface org.kuali.rice.krad.workflow.service.WorkflowDocumentServicegetCurrentRouteNodeNames in class WorkflowDocumentServiceImplpublic 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.WorkflowDocumentServicecomplete in class WorkflowDocumentServiceImplorg.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.