Uses of Class
org.kuali.rice.kew.api.exception.WorkflowException

Packages that use WorkflowException
org.kuali.rice.edl.framework.util   
org.kuali.rice.edl.impl.components   
org.kuali.rice.kew.actionlist   
org.kuali.rice.kew.actionlist.web   
org.kuali.rice.kew.actions   
org.kuali.rice.kew.api.exception   
org.kuali.rice.kew.engine.node   
org.kuali.rice.kew.impl.action   
org.kuali.rice.kew.impl.peopleflow   
org.kuali.rice.kew.impl.support.krms   
org.kuali.rice.kew.mail.service.impl   
org.kuali.rice.kew.role   
org.kuali.rice.kew.routeheader   
org.kuali.rice.kew.routeheader.service   
org.kuali.rice.kew.routeheader.service.impl   
org.kuali.rice.kew.routemodule   
org.kuali.rice.kew.rule   
org.kuali.rice.kew.superuser.web   
org.kuali.rice.kew.xml   
org.kuali.rice.kim.web.struts.action   
org.kuali.rice.kns.web.struts.action Copyright 2005-2014 The Kuali Foundation Licensed under the Educational Community License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. 
org.kuali.rice.krad.document   
org.kuali.rice.krad.service   
org.kuali.rice.krad.service.impl   
org.kuali.rice.krad.web.controller   
org.kuali.rice.krad.workflow.service   
org.kuali.rice.krad.workflow.service.impl   
 

Uses of WorkflowException in org.kuali.rice.edl.framework.util
 

Methods in org.kuali.rice.edl.framework.util that throw WorkflowException
static boolean EDLFunctions.isUserInitiator(String id)
           
 

Uses of WorkflowException in org.kuali.rice.edl.impl.components
 

Methods in org.kuali.rice.edl.impl.components that throw WorkflowException
static List<String> WorkflowDocumentState.determineValidActions(WorkflowDocument wfdoc)
           
static void WorkflowDocumentActions.takeAction(WorkflowDocument document, Document dom, EDLContext edlContext)
           
 

Uses of WorkflowException in org.kuali.rice.kew.actionlist
 

Methods in org.kuali.rice.kew.actionlist that throw WorkflowException
protected  void ActionListController.addCustomActions(List<? extends ActionItemActionListExtension> actionList, Preferences preferences, ActionListForm form)
          Adds custom actions to action items.
 

Uses of WorkflowException in org.kuali.rice.kew.actionlist.web
 

Methods in org.kuali.rice.kew.actionlist.web that throw WorkflowException
protected  org.displaytag.pagination.PaginatedList ActionListAction.buildCurrentPage(List<? extends ActionItemActionListExtension> actionList, Integer page, String sortCriterion, String sortDirection, int pageSize, Preferences preferences, ActionListForm form)
           
 

Uses of WorkflowException in org.kuali.rice.kew.actions
 

Methods in org.kuali.rice.kew.actions that throw WorkflowException
protected  void SuperUserCancelEvent.markDocument()
           
protected  void SuperUserDisapproveEvent.markDocument()
           
protected  void SuperUserNodeApproveEvent.markDocument()
           
protected  void SuperUserReturnToPreviousNodeAction.markDocument()
           
protected  void SuperUserActionRequestApproveEvent.markDocument()
           
protected  void SuperUserApproveEvent.markDocument()
           
 

Uses of WorkflowException in org.kuali.rice.kew.api.exception
 

Subclasses of WorkflowException in org.kuali.rice.kew.api.exception
 class DocumentSimulatedRouteException
          The exception used from the Simulation Engine when it has problems routing a document
 class InvalidActionTakenException
          The exception thrown whenever an ActionTaken can not be procesed for some reason.
 class ResourceUnavailableException
          Thrown when a resource is not available.
 

Uses of WorkflowException in org.kuali.rice.kew.engine.node
 

Methods in org.kuali.rice.kew.engine.node that throw WorkflowException
protected  boolean IteratedRequestActivationNode.activateRequests(RouteContext routeContext)
          Activates any pending requests and returns whether there are outstanding blocking requests
 boolean RoleNode.activateRequests(RouteContext context, DocumentRouteHeaderValue document, RouteNodeInstance nodeInstance)
          Activates the action requests that are pending at this routelevel of the document.
 boolean RequestActivationNode.activateRequests(RouteContext context, DocumentRouteHeaderValue document, RouteNodeInstance nodeInstance)
          Activates the action requests that are pending at this routelevel of the document.
protected  boolean RoleNode.activateRequestsCustom(RouteContext context, List<ActionRequestValue> requests, List<ActionItem> generatedActionItems, DocumentRouteHeaderValue document, RouteNodeInstance nodeInstance)
           
protected  boolean RequestActivationNode.activateRequestsCustom(RouteContext context, List<ActionRequestValue> requests, List<ActionItem> generatedActionItems, DocumentRouteHeaderValue document, RouteNodeInstance nodeInstance)
           
protected  boolean IteratedRequestActivationNode.generateNewRequests(boolean initial, RouteContext context, RouteHelper routeHelper)
          Template method that subclasses should override to generates new requests
protected  boolean KRAMetaRuleNode.generateNewRequests(boolean initial, RouteContext context, RouteHelper routeHelper)
           
protected  List<ActionRequestValue> KRAMetaRuleNode.generateUninitializedRequests(ActionRequestFactory arFactory, RouteContext context, RuleExpressionResult result)
           
 

Uses of WorkflowException in org.kuali.rice.kew.impl.action
 

Methods in org.kuali.rice.kew.impl.action that throw WorkflowException
 DocumentRouteHeaderValue WorkflowDocumentActionsServiceImpl.DocumentActionCallback.doInDocumentBo(DocumentRouteHeaderValue documentBo, String principalId, String annotation)
           
 

Uses of WorkflowException in org.kuali.rice.kew.impl.peopleflow
 

Methods in org.kuali.rice.kew.impl.peopleflow that throw WorkflowException
 ResponsibleParty PeopleFlowRouteModule.resolveResponsibilityId(String responsibilityId)
           
 

Uses of WorkflowException in org.kuali.rice.kew.impl.support.krms
 

Methods in org.kuali.rice.kew.impl.support.krms that throw WorkflowException
 ResponsibleParty RulesEngineRouteModule.resolveResponsibilityId(String responsibilityId)
           
 

Uses of WorkflowException in org.kuali.rice.kew.mail.service.impl
 

Methods in org.kuali.rice.kew.mail.service.impl that throw WorkflowException
protected static CustomEmailAttribute BaseEmailContentServiceImpl.getCustomEmailAttribute(Person user, ActionItem actionItem)
           
 

Uses of WorkflowException in org.kuali.rice.kew.role
 

Methods in org.kuali.rice.kew.role that throw WorkflowException
 ResponsibleParty RoleRouteModule.resolveResponsibilityId(String responsibilityId)
          Return null so that the responsibility ID will remain the same.
 

Uses of WorkflowException in org.kuali.rice.kew.routeheader
 

Methods in org.kuali.rice.kew.routeheader that throw WorkflowException
 CustomActionListAttribute DocumentRouteHeaderValue.getCustomActionListAttribute()
           
 CustomEmailAttribute DocumentRouteHeaderValue.getCustomEmailAttribute()
           
 CustomNoteAttribute DocumentRouteHeaderValue.getCustomNoteAttribute()
           
 void DocumentRouteHeaderValue.setRouteHeaderData(Document routeHeaderVO)
          This method takes data from a VO and sets it on this route header
 

Uses of WorkflowException in org.kuali.rice.kew.routeheader.service
 

Methods in org.kuali.rice.kew.routeheader.service that throw WorkflowException
 DocumentRouteHeaderValue WorkflowDocumentService.adHocRouteDocumentToGroup(String principalId, DocumentRouteHeaderValue routeHeader, String actionRequested, String routeMethodName, Integer priority, String annotation, String groupId, String responsibilityDesc, Boolean forceAction, String requestLabel)
           
 DocumentRouteHeaderValue WorkflowDocumentService.adHocRouteDocumentToPrincipal(String principalId, DocumentRouteHeaderValue routeHeader, String actionRequested, String routeMethodName, Integer priority, String annotation, String targetPrincipalId, String responsibilityDesc, Boolean forceAction, String requestLabel)
           
 DocumentRouteHeaderValue WorkflowDocumentService.createDocument(String principalId, DocumentRouteHeaderValue routeHeader)
           
 void WorkflowDocumentService.deleteDocument(String principalId, DocumentRouteHeaderValue routeHeader)
           
 DocumentRouteHeaderValue WorkflowDocumentService.routeDocument(String principalId, DocumentRouteHeaderValue routeHeader, String annotation)
           
 

Uses of WorkflowException in org.kuali.rice.kew.routeheader.service.impl
 

Methods in org.kuali.rice.kew.routeheader.service.impl that throw WorkflowException
 DocumentRouteHeaderValue WorkflowDocumentServiceImpl.adHocRouteDocumentToGroup(String principalId, DocumentRouteHeaderValue document, String actionRequested, String nodeName, Integer priority, String annotation, String groupId, String responsibilityDesc, Boolean forceAction, String requestLabel)
           
 DocumentRouteHeaderValue WorkflowDocumentServiceImpl.adHocRouteDocumentToPrincipal(String principalId, DocumentRouteHeaderValue document, String actionRequested, String nodeName, Integer priority, String annotation, String targetPrincipalId, String responsibilityDesc, Boolean forceAction, String requestLabel)
           
 DocumentRouteHeaderValue WorkflowDocumentServiceImpl.createDocument(String principalId, DocumentRouteHeaderValue routeHeader)
           
 void WorkflowDocumentServiceImpl.deleteDocument(String principalId, DocumentRouteHeaderValue routeHeader)
           
 DocumentRouteHeaderValue WorkflowDocumentServiceImpl.routeDocument(String principalId, DocumentRouteHeaderValue routeHeader, String annotation)
           
 

Uses of WorkflowException in org.kuali.rice.kew.routemodule
 

Methods in org.kuali.rice.kew.routemodule that throw WorkflowException
 ResponsibleParty RouteModule.resolveResponsibilityId(String responsibilityId)
          The route module will re-resolve the given responsibilityId and return an object that contains the key to either a user, group, or role.
 

Uses of WorkflowException in org.kuali.rice.kew.rule
 

Methods in org.kuali.rice.kew.rule that throw WorkflowException
 RuleExpressionResult BSFRuleExpression.WorkflowRuleAPI.invokeRule(String name)
          Evaluates a named rule
 

Uses of WorkflowException in org.kuali.rice.kew.superuser.web
 

Methods in org.kuali.rice.kew.superuser.web that throw WorkflowException
protected  String SuperUserAction.getAdHocRouteNodeName(String documentId)
           
 

Uses of WorkflowException in org.kuali.rice.kew.xml
 

Methods in org.kuali.rice.kew.xml that throw WorkflowException
 DocumentType DocumentTypeXmlParser.generateNewDocumentTypeFromExisting(String documentTypeName)
           
 List<DocumentType> DocumentTypeXmlParser.parseDocumentTypes(InputStream input)
           
 

Uses of WorkflowException in org.kuali.rice.kim.web.struts.action
 

Methods in org.kuali.rice.kim.web.struts.action that throw WorkflowException
protected  void IdentityManagementGroupDocumentAction.createDocument(KualiDocumentFormBase form)
          This overridden method ...
protected  void IdentityManagementRoleDocumentAction.createDocument(KualiDocumentFormBase form)
          This overridden method ...
protected  void IdentityManagementPersonDocumentAction.createDocument(KualiDocumentFormBase form)
           
protected  void IdentityManagementGroupDocumentAction.loadDocument(KualiDocumentFormBase form)
          This overridden method ...
protected  void IdentityManagementRoleDocumentAction.loadDocument(KualiDocumentFormBase form)
          This overridden method ...
protected  void IdentityManagementPersonDocumentAction.loadDocument(KualiDocumentFormBase form)
           
 

Uses of WorkflowException in org.kuali.rice.kns.web.struts.action
 

Methods in org.kuali.rice.kns.web.struts.action that throw WorkflowException
protected  void KualiDocumentActionBase.createDocument(KualiDocumentFormBase kualiDocumentFormBase)
          This method creates a new document of the type specified by the docTypeName property of the given form.
protected  void KualiDocumentActionBase.loadDocument(KualiDocumentFormBase kualiDocumentFormBase)
          This method loads the document by its provided document header id.
protected  void KualiDocumentActionBase.refreshAdHocRoutingWorkgroupLookups(javax.servlet.http.HttpServletRequest request, KualiDocumentFormBase kualiForm)
          special refresh needed to get the workgroups populated correctly when coming back from workgroup lookups
 

Uses of WorkflowException in org.kuali.rice.krad.document
 

Methods in org.kuali.rice.krad.document that throw WorkflowException
protected  void DocumentBase.setNewDocumentHeader()
          Gets a new document header for this documents type and sets in the document instance.
 void DocumentBase.toCopy()
           
 void Copyable.toCopy()
          Converts this Document instance into a copy of itself.
 

Uses of WorkflowException in org.kuali.rice.krad.service
 

Methods in org.kuali.rice.krad.service that throw WorkflowException
 Document DocumentService.acknowledgeDocument(Document document, String annotation, List<AdHocRouteRecipient> adHocRecipients)
          acknowledge this document, optionally providing an annotation for the acknowledgement which will show up in the route log for the document for this acknowledgement, additionally optionally provide a list of ad hoc recipients that should recieve this document.
 Document DocumentService.approveDocument(Document document, String annotation, List<AdHocRouteRecipient> adHocRoutingRecipients)
          approve this document, optionally providing an annotation which will show up in the route log for this document for this action taken, and optionally providing a list of ad hoc recipients for the document
 Document DocumentService.blanketApproveDocument(Document document, String annotation, List<AdHocRouteRecipient> adHocRecipients)
          blanket approve this document which will approve the document and stand in for an approve for all typically generated approval actions requested for this document.
 Document DocumentService.cancelDocument(Document document, String annotation)
          cancel this document, optionally providing an annotation for the disapproval which will show up in the route log for the document for this action taken
 Document DocumentService.clearDocumentFyi(Document document, List<AdHocRouteRecipient> adHocRecipients)
          clear the fyi request for this document, optionally providing a list of ad hoc recipients for this document, which should be restricted to action requested of fyi as all other actions requested will be discarded
 Document DocumentService.completeDocument(Document document, String annotation, List adHocRecipients)
          Complete action for a document
 Document DocumentService.getByDocumentHeaderId(String documentHeaderId)
          get a document based on the document header id which is the primary key for all document types
 Document DocumentService.getByDocumentHeaderIdSessionless(String documentHeaderId)
          get a document based on the document header id which is the primary key for all document types.
 List<Document> DocumentService.getDocumentsByListOfDocumentHeaderIds(Class<? extends Document> documentClass, List<String> documentHeaderIds)
          This method retrieves a list of fully-populated documents given a list of document header id values.
 Document DocumentService.getNewDocument(Class<? extends Document> documentClass)
          get a new blank document instance having the given Document class
 Document DocumentService.getNewDocument(String documentTypeName)
          get a new blank document instance based on the document type name
 Document DocumentService.getNewDocument(String documentTypeName, String initiatorPrincipalNm)
          get a new blank document instance based on the document type name.
 void DocumentService.prepareWorkflowDocument(Document document)
          Sets the title and app document id in the workflow document
 Document DocumentService.recallDocument(Document document, String annotation, boolean cancel)
          recall this document, optionally providing an annotation for the recall which will show up in the route log for the document for this action taken
 Document DocumentService.routeDocument(Document document, String annotation, List<AdHocRouteRecipient> adHocRoutingRecipients)
          start the route the document for approval, optionally providing a list of ad hoc recipients, and additionally provideing a annotation to show up in the route log for the document
 Document DocumentService.saveDocument(Document document)
          This is a helper method that performs the same as the DocumentService.saveDocument(Document, Class) method.
 Document DocumentService.saveDocument(Document document, Class<? extends KualiDocumentEvent> kualiDocumentEventClass)
          Saves the passed-in document.
 void DocumentService.sendAdHocRequests(Document document, String annotation, List<AdHocRouteRecipient> adHocRecipients)
           
 void DocumentService.sendNoteRouteNotification(Document document, Note note, Person sender)
          Builds an workflow notification request for the note and sends it to note recipient.
 Document DocumentService.superUserApproveDocument(Document document, String annotation)
          approve this document as super user, optionally providing an annotation which will show up in the route log for this document for this action taken
 Document DocumentService.superUserCancelDocument(Document document, String annotation)
          cancel this document as super user, optionally providing an annotation which will show up in the route log for this document for this action taken
 Document DocumentService.superUserDisapproveDocument(Document document, String annotation)
          disapprove this document as super user, optionally providing an annotation which will show up in the route log for this document for this action taken
 Document DocumentService.superUserDisapproveDocumentWithoutSaving(Document document, String annotation)
          disapprove this document as super user, without saving, optionally providing an annotation which will show up in the route log for this document for this action taken
 

Uses of WorkflowException in org.kuali.rice.krad.service.impl
 

Methods in org.kuali.rice.krad.service.impl that throw WorkflowException
 Document DocumentServiceImpl.acknowledgeDocument(Document document, String annotation, List<AdHocRouteRecipient> adHocRecipients)
           
 Document DocumentServiceImpl.approveDocument(Document document, String annotation, List<AdHocRouteRecipient> adHocRecipients)
           
 Document DocumentServiceImpl.blanketApproveDocument(Document document, String annotation, List<AdHocRouteRecipient> adHocRecipients)
           
 Document DocumentServiceImpl.cancelDocument(Document document, String annotation)
           
 Document DocumentServiceImpl.clearDocumentFyi(Document document, List<AdHocRouteRecipient> adHocRecipients)
           
 Document DocumentServiceImpl.completeDocument(Document document, String annotation, List adHocRecipients)
           
protected  UserSession PostProcessorServiceImpl.establishPostProcessorUserSession()
          Establishes the UserSession if one does not already exist.
 Document DocumentServiceImpl.getByDocumentHeaderId(String documentHeaderId)
          This is temporary until workflow 2.0 and reads from a table to get documents whose status has changed to A (approved - no outstanding approval actions requested)
 Document DocumentServiceImpl.getByDocumentHeaderIdSessionless(String documentHeaderId)
           
 List<Document> DocumentServiceImpl.getDocumentsByListOfDocumentHeaderIds(Class<? extends Document> documentClass, List<String> documentHeaderIds)
          The default implementation - this retrieves all documents by a list of documentHeader for a given class.
 Document DocumentServiceImpl.getNewDocument(Class<? extends Document> documentClass)
          Creates a new document by class.
 Document DocumentServiceImpl.getNewDocument(String documentTypeName)
          Creates a new document by document type name.
 Document DocumentServiceImpl.getNewDocument(String documentTypeName, String initiatorPrincipalNm)
          Creates a new document by document type name.
 void DocumentServiceImpl.prepareWorkflowDocument(Document document)
          Sets the title and app document id in the flex document
 Document DocumentServiceImpl.recallDocument(Document document, String annotation, boolean cancel)
           
 Document DocumentServiceImpl.routeDocument(Document document, String annotation, List<AdHocRouteRecipient> adHocRecipients)
           
 Document DocumentServiceImpl.saveDocument(Document document)
           
 Document DocumentServiceImpl.saveDocument(Document document, Class<? extends KualiDocumentEvent> kualiDocumentEventClass)
           
 void DocumentServiceImpl.sendAdHocRequests(Document document, String annotation, List<AdHocRouteRecipient> adHocRecipients)
           
 void DocumentServiceImpl.sendNoteRouteNotification(Document document, Note note, Person sender)
           
 Document DocumentServiceImpl.superUserApproveDocument(Document document, String annotation)
           
 Document DocumentServiceImpl.superUserCancelDocument(Document document, String annotation)
           
 Document DocumentServiceImpl.superUserDisapproveDocument(Document document, String annotation)
           
 Document DocumentServiceImpl.superUserDisapproveDocumentWithoutSaving(Document document, String annotation)
           
 

Uses of WorkflowException in org.kuali.rice.krad.web.controller
 

Methods in org.kuali.rice.krad.web.controller that throw WorkflowException
protected  void DocumentControllerBase.createDocument(DocumentFormBase form)
          Creates a new document of the type specified by the docTypeName property of the given form.
protected  void DocumentControllerBase.loadDocument(DocumentFormBase form)
          Loads the document by its provided document header id.
 

Uses of WorkflowException in org.kuali.rice.krad.workflow.service
 

Methods in org.kuali.rice.krad.workflow.service that throw WorkflowException
 void WorkflowDocumentService.acknowledge(WorkflowDocument workflowDocument, String annotation, List<AdHocRouteRecipient> adHocRecipients)
          acknowledge this workflowDocument optionally providing an annotation for this action taken which will show up in the route log for this document corresponding to this action taken, additionally optionally providing a list of ad hoc recipients for this document which should be restricted to actions requested of acknowledge or fyi as all other action request types will be discarded
 void WorkflowDocumentService.approve(WorkflowDocument workflowDocument, String annotation, List<AdHocRouteRecipient> adHocRecipients)
          approve this workflowDocument optionally providing an annotation for this action taken which will show up in the route log for this document corresponding to this action taken, and additionally optionally providing a list of ad hoc recipients for the document
 void WorkflowDocumentService.blanketApprove(WorkflowDocument workflowDocument, String annotation, List<AdHocRouteRecipient> adHocRecipients)
          blanket approve this document optionally providing an annotation for this action taken which will show up in the route log for this document corresponding to this action taken, and additionally optionally providing a list of ad hoc recipients for this document which should be restricted to actions requested of acknowledge or fyi as all other action request types will be discarded.
 void WorkflowDocumentService.cancel(WorkflowDocument workflowDocument, String annotation)
          cancel this workflowDocument optionally providing an annotation for this action taken which will show up in the route log for this document corresponding to this action taken
 void WorkflowDocumentService.clearFyi(WorkflowDocument workflowDocument, List<AdHocRouteRecipient> adHocRecipients)
          clear the fyi request for this document, optinoally providing a list of ad hoc recipients for this document which should be restricted to actions requested of fyi as all other action request types will be discarded
 void WorkflowDocumentService.complete(WorkflowDocument workflowDocument, String annotation, List adHocRecipients)
          Completes document
 WorkflowDocument WorkflowDocumentService.createWorkflowDocument(String documentTypeName, Person workflowUser)
          Given a documentTypeName and workflowUser, returns a new workflowDocument from the workflow server.
 void WorkflowDocumentService.disapprove(WorkflowDocument workflowDocument, String annotation)
          disapprove this workflowDocument optionally providing an annotation for this action taken which will show up in the route log for this document corresponding to this action taken
 String WorkflowDocumentService.getCurrentRouteLevelName(WorkflowDocument workflowDocument)
          Gets the current route level name of the workflow document even if document has no active node names.
 WorkflowDocument WorkflowDocumentService.loadWorkflowDocument(String documentHeaderId, Person workflowUser)
          Given a documentHeaderId and workflowUser, retrieves the workflowDocument associated with that documentHeaderId from the workflow server.
 void WorkflowDocumentService.recall(WorkflowDocument workflowDocument, String annotation, boolean cancel)
          recall this workflowDocument optionally providing an annotation for this action taken which will show up in the route log for this document corresponding to this action taken
 void WorkflowDocumentService.route(WorkflowDocument workflowDocument, String annotation, List<AdHocRouteRecipient> adHocRecipients)
          route this workflowDocument optionally providing an annotation for this action taken which will show up in the route log for this document corresponding to this action taken, and additionally optionally providing a list of ad hoc recipients for the document
 void WorkflowDocumentService.save(WorkflowDocument workflowDocument, String annotation)
          This method will first determine if the WorkflowDocument.saveDocument(String) method is valid to be called.
 void WorkflowDocumentService.saveRoutingData(WorkflowDocument workflowDocument)
          save the routing data of the document to workflow
 void WorkflowDocumentService.sendWorkflowNotification(WorkflowDocument workflowDocument, String annotation, List<AdHocRouteRecipient> adHocRecipients)
          Sends workflow notification to the list of ad hoc recipients.
 void WorkflowDocumentService.sendWorkflowNotification(WorkflowDocument workflowDocument, String annotation, List<AdHocRouteRecipient> adHocRecipients, String notificationLabel)
          Sends workflow notification to the list of ad hoc recipients.
 void WorkflowDocumentService.superUserApprove(WorkflowDocument workflowDocument, String annotation)
          super user approve this workflowDocument optionally providing an annotation for this action taken which will show up in the route log for this document corresponding to this action taken
 void WorkflowDocumentService.superUserCancel(WorkflowDocument workflowDocument, String annotation)
          super user cancel this workflowDocument optionally providing an annotation for this action taken which will show up in the route log for this document corresponding to this action taken
 void WorkflowDocumentService.superUserDisapprove(WorkflowDocument workflowDocument, String annotation)
          super user disapprove this workflowDocument optionally providing an annotation for this action taken which will show up in the route log for this document corresponding to this action taken
 

Uses of WorkflowException in org.kuali.rice.krad.workflow.service.impl
 

Methods in org.kuali.rice.krad.workflow.service.impl that throw WorkflowException
 void WorkflowDocumentServiceImpl.acknowledge(WorkflowDocument workflowDocument, String annotation, List<AdHocRouteRecipient> adHocRecipients)
           
 void WorkflowDocumentServiceImpl.approve(WorkflowDocument workflowDocument, String annotation, List<AdHocRouteRecipient> adHocRecipients)
           
 void WorkflowDocumentServiceImpl.blanketApprove(WorkflowDocument workflowDocument, String annotation, List<AdHocRouteRecipient> adHocRecipients)
           
 void WorkflowDocumentServiceImpl.cancel(WorkflowDocument workflowDocument, String annotation)
           
 void WorkflowDocumentServiceImpl.clearFyi(WorkflowDocument workflowDocument, List<AdHocRouteRecipient> adHocRecipients)
           
 void WorkflowDocumentServiceImpl.complete(WorkflowDocument workflowDocument, String annotation, List adHocRecipients)
          Completes workflow document
 void WorkflowDocumentServiceImpl.disapprove(WorkflowDocument workflowDocument, String annotation)
           
 String WorkflowDocumentServiceImpl.getCurrentRouteLevelName(WorkflowDocument workflowDocument)
           
 void WorkflowDocumentServiceImpl.recall(WorkflowDocument workflowDocument, String annotation, boolean cancel)
           
 void WorkflowDocumentServiceImpl.route(WorkflowDocument workflowDocument, String annotation, List<AdHocRouteRecipient> adHocRecipients)
           
 void WorkflowDocumentServiceImpl.save(WorkflowDocument workflowDocument, String annotation)
           
 void WorkflowDocumentServiceImpl.saveRoutingData(WorkflowDocument workflowDocument)
           
 void WorkflowDocumentServiceImpl.sendWorkflowNotification(WorkflowDocument workflowDocument, String annotation, List<AdHocRouteRecipient> adHocRecipients)
           
 void WorkflowDocumentServiceImpl.sendWorkflowNotification(WorkflowDocument workflowDocument, String annotation, List<AdHocRouteRecipient> adHocRecipients, String notificationLabel)
           
 void WorkflowDocumentServiceImpl.superUserApprove(WorkflowDocument workflowDocument, String annotation)
           
 void WorkflowDocumentServiceImpl.superUserCancel(WorkflowDocument workflowDocument, String annotation)
           
 void WorkflowDocumentServiceImpl.superUserDisapprove(WorkflowDocument workflowDocument, String annotation)
           
 



Copyright © 2005-2014 The Kuali Foundation. All Rights Reserved.