Class TransferReplyReportGenerationHandler
- java.lang.Object
-
- fr.gouv.vitam.worker.core.handler.ActionHandler
-
- fr.gouv.vitam.worker.core.plugin.GenericReportGenerationHandler
-
- fr.gouv.vitam.worker.core.plugin.transfer.reply.TransferReplyReportGenerationHandler
-
- All Implemented Interfaces:
VitamAutoCloseable
,WorkerAction
,java.lang.AutoCloseable
public class TransferReplyReportGenerationHandler extends GenericReportGenerationHandler
-
-
Constructor Summary
Constructors Constructor Description TransferReplyReportGenerationHandler()
Default constructor
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description void
checkMandatoryIOParameter(HandlerIO handler)
Check mandatory parameterstatic java.lang.String
getId()
java.lang.String
getLogbookActionKey()
protected LogbookOperation
getLogbookInformation(WorkerParameters param)
protected java.lang.String
getPluginId()
ReportType
getReportType()
-
Methods inherited from class fr.gouv.vitam.worker.core.plugin.GenericReportGenerationHandler
execute, generateReport, getOperationSummary, getReport, getStatusStatistic
-
Methods inherited from class fr.gouv.vitam.worker.core.handler.ActionHandler
checkMandatoryParameters, close, updateDetailItemStatus
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface fr.gouv.vitam.worker.core.api.WorkerAction
executeList
-
-
-
-
Method Detail
-
getLogbookInformation
protected LogbookOperation getLogbookInformation(WorkerParameters param) throws ProcessingException
- Specified by:
getLogbookInformation
in classGenericReportGenerationHandler
- Throws:
ProcessingException
-
checkMandatoryIOParameter
public void checkMandatoryIOParameter(HandlerIO handler) throws ProcessingException
Description copied from interface:WorkerAction
Check mandatory parameter- Parameters:
handler
- input output list- Throws:
ProcessingException
- when handler io is not complete
-
getId
public static java.lang.String getId()
-
getPluginId
protected java.lang.String getPluginId()
- Specified by:
getPluginId
in classGenericReportGenerationHandler
-
getReportType
public ReportType getReportType()
- Specified by:
getReportType
in classGenericReportGenerationHandler
-
getLogbookActionKey
public java.lang.String getLogbookActionKey()
- Specified by:
getLogbookActionKey
in classGenericReportGenerationHandler
-
-