Class ReassignmentReport


  • public class ReassignmentReport
    extends Object
    This class allows to write reporting about reassignment processes.

    It is based upon the SilverLogger API in order to get the logging features.

    The log data can be retrieved into $SILVERPEAS_HOME/log/silverpeas-workflow -reassignment.log file.

    When getting a new instance of the report, a timestamp is generated. It is used into logged data when DEBUG level is set to the logger namespace silverpeas.components .processmanager.reassignment

    Author:
    silveryocha
    • Method Detail

      • start

        public void start()
        Reports start of the reassignment processing.

        According to logger level, more or less data are written into log file.

      • end

        public void end​(org.silverpeas.core.workflow.api.WorkflowException e)
        Reports end of reassignment processing with error.

        Main log data are written.

        According to logger level, more or less data could be additionally written.

        If the given exception exists, the message of the error is written into logs.