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 voidcheckMandatoryIOParameter(HandlerIO handler)Check mandatory parameterstatic java.lang.StringgetId()java.lang.StringgetLogbookActionKey()protected LogbookOperationgetLogbookInformation(WorkerParameters param)protected java.lang.StringgetPluginId()ReportTypegetReportType()-
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:
getLogbookInformationin classGenericReportGenerationHandler- Throws:
ProcessingException
-
checkMandatoryIOParameter
public void checkMandatoryIOParameter(HandlerIO handler) throws ProcessingException
Description copied from interface:WorkerActionCheck 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:
getPluginIdin classGenericReportGenerationHandler
-
getReportType
public ReportType getReportType()
- Specified by:
getReportTypein classGenericReportGenerationHandler
-
getLogbookActionKey
public java.lang.String getLogbookActionKey()
- Specified by:
getLogbookActionKeyin classGenericReportGenerationHandler
-
-