| org.kuali.module.purap.service.PurApWorkflowIntegrationService
All known Subclasses: org.kuali.module.purap.service.impl.PurApWorkflowIntegrationServiceImpl,
PurApWorkflowIntegrationService | public interface PurApWorkflowIntegrationService (Code) | | |
isActionRequestedOfUserAtNodeName | public boolean isActionRequestedOfUserAtNodeName(String documentNumber, String nodeName, UniversalUser user)(Code) | | Determine if action is requested of user at given node name
Parameters: documentNumber - Parameters: nodeName - Parameters: user - boolean indicating if action is requested of user at given node name |
takeAllActionsForGivenCriteria | public boolean takeAllActionsForGivenCriteria(Document document, String potentialAnnotation, String nodeName, UniversalUser user, String superUserNetworkId)(Code) | | Take all actions on the given document based on the given criteria
Parameters: document - Parameters: potentialAnnotation - Parameters: nodeName - Parameters: user - Parameters: networkIdToImpersonate - |
willDocumentStopAtGivenFutureRouteNode | public boolean willDocumentStopAtGivenFutureRouteNode(PurchasingAccountsPayableDocument document, NodeDetails givenNodeDetail)(Code) | | Determine if the document will stop at the given node in the future routing process
Parameters: document - Parameters: givenNodeDetail - boolean indicating if document is going to stop at the given node |
|
|