org.kuali.rice.kew.routemodule.service.impl
Class RoutingReportServiceImpl

java.lang.Object
  extended by org.kuali.rice.kew.routemodule.service.impl.RoutingReportServiceImpl
All Implemented Interfaces:
RoutingReportService

public class RoutingReportServiceImpl
extends Object
implements RoutingReportService


Constructor Summary
RoutingReportServiceImpl()
           
 
Method Summary
private  DocumentRouteHeaderValue materializeDocument(SimulationResults results)
          The document returned does not have any of the simulated action requests set on it, we'll want to set them.
 DocumentRouteHeaderValue report(SimulationCriteria criteria)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RoutingReportServiceImpl

public RoutingReportServiceImpl()
Method Detail

report

public DocumentRouteHeaderValue report(SimulationCriteria criteria)
                                throws WorkflowException
Specified by:
report in interface RoutingReportService
Throws:
WorkflowException

materializeDocument

private DocumentRouteHeaderValue materializeDocument(SimulationResults results)
The document returned does not have any of the simulated action requests set on it, we'll want to set them.



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