mocks
Class MockRouteModule

java.lang.Object
  extended by mocks.MockRouteModule
All Implemented Interfaces:
RouteModule

public class MockRouteModule
extends Object
implements RouteModule


Constructor Summary
MockRouteModule()
           
 
Method Summary
 List findActionRequests(DocumentRouteHeaderValue routeHeader)
           
 List findActionRequests(RouteContext context)
           
 ResponsibleParty resolveResponsibilityId(Long rId)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MockRouteModule

public MockRouteModule()
Method Detail

findActionRequests

public List findActionRequests(RouteContext context)
                        throws ResourceUnavailableException,
                               WorkflowException
Specified by:
findActionRequests in interface RouteModule
Throws:
ResourceUnavailableException
WorkflowException

findActionRequests

public List findActionRequests(DocumentRouteHeaderValue routeHeader)
                        throws ResourceUnavailableException,
                               WorkflowException
Throws:
ResourceUnavailableException
WorkflowException

resolveResponsibilityId

public ResponsibleParty resolveResponsibilityId(Long rId)
                                         throws ResourceUnavailableException,
                                                WorkflowException
Specified by:
resolveResponsibilityId in interface RouteModule
Throws:
ResourceUnavailableException
WorkflowException


Copyright © 2004-2011 The Kuali Foundation. All Rights Reserved.