Package org.silverpeas.processmanager
Class ReassignmentReport
java.lang.Object
org.silverpeas.processmanager.ReassignmentReport
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
-
Constructor Summary
ConstructorsConstructorDescriptionReassignmentReport(ProcessManagerSessionController controller, String incumbentId, String substituteId) -
Method Summary
-
Constructor Details
-
ReassignmentReport
public ReassignmentReport(ProcessManagerSessionController controller, String incumbentId, String substituteId)
-
-
Method Details
-
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()- See Also:
-
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.
-