com.waveset.workflow
Class ReportGenerator

java.lang.Object
  extended bycom.waveset.workflow.ReportGenerator

public class ReportGenerator
extends java.lang.Object


Field Summary
static java.lang.String code_id
           
 
Constructor Summary
ReportGenerator()
           
 
Method Summary
 java.lang.String genReport(LighthouseContext context, WFCase wfcase)
          Build a document containing information about the current state of the workflow.
 void setLocale(java.util.Locale locale)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

code_id

public static final java.lang.String code_id
See Also:
Constant Field Values
Constructor Detail

ReportGenerator

public ReportGenerator()
Method Detail

setLocale

public void setLocale(java.util.Locale locale)

genReport

public java.lang.String genReport(LighthouseContext context,
                                  WFCase wfcase)
                           throws WavesetException
Build a document containing information about the current state of the workflow. This may be displayed in the GUI if someone wants "details" about the workflow task.

At the top, we'll provide a summary of the approvers we're waiting on. Next we'll use the NetCharts "diagram" application to build a visually stimulating depiction of the workflow process.

Throws:
WavesetException