ilog.rules.teamserver.model.reporting

Class IlrReportEngine

  • java.lang.Object
    • ilog.rules.teamserver.model.reporting.IlrReportEngine
    • Constructor Summary

      Constructors 
      Constructor and Description
      IlrReportEngine()
      Creates a report engine.
    • Method Summary

      Methods 
      Modifier and Type Method and Description
      void report(IlrReportContext reportContext, java.util.List<IlrElementDetails> elements)
      A call to this method triggers a report.
      void setReportOuputFilepath(java.lang.String reportOuputFilepath)
      Specifies the path to the file in which to write the report.
      void setReportOuputWriter(java.io.Writer reportOuputWriter)
      Specifies the writer in which to write the report.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • IlrReportEngine

        public IlrReportEngine()
        Creates a report engine.
    • Method Detail

      • setReportOuputFilepath

        public void setReportOuputFilepath(java.lang.String reportOuputFilepath)
        Specifies the path to the file in which to write the report.

        Parameters:
        reportOuputFilepath - The path to a file.
        See Also:
        setReportOuputWriter(Writer)
      • setReportOuputWriter

        public void setReportOuputWriter(java.io.Writer reportOuputWriter)
        Specifies the writer in which to write the report.
        Parameters:
        reportOuputWriter - A writer.
        See Also:
        setReportOuputWriter(Writer)
      • report

        public void report(IlrReportContext reportContext,
                  java.util.List<IlrElementDetails> elements)
                    throws ilog.rules.teamserver.model.reporting.IlrReportingException
        A call to this method triggers a report.

        Throws:
        ilog.rules.teamserver.model.reporting.IlrReportingException
        Parameters:
        reportContext - The context in which the report is executed.
        elements - A list of element details to report.
        See Also:
        IlrReportContext

© Copyright IBM Corp. 1987, 2015