Class OperationReportParser
- java.lang.Object
-
- fr.gouv.vitam.metadata.core.reconstruction.domain.OperationReportParser
-
public class OperationReportParser extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
DELETE_GOT_VERSIONS
static java.lang.String
DETAIL_TYPE
static java.lang.String
ELIMINATION_ACTION
static java.lang.String
OBJECT_GROUP
static java.lang.String
PARAMS
static java.lang.String
TRANSFER_REPLY
static java.lang.String
TYPE
static java.lang.String
UNIT
-
Constructor Summary
Constructors Constructor Description OperationReportParser(OperationReportRepository operationReportRepository, MetaDataConfiguration metaDataConfiguration, PersistentIdentifierRepository persistentIdentifierRepository, PurgedPersistentIdentifierExtractorFactory purgedPersistentIdentifierExtractorFactory)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.time.LocalDateTime
processReportFromOperation(ReconstructionOperation operation)
-
-
-
Field Detail
-
UNIT
public static final java.lang.String UNIT
- See Also:
- Constant Field Values
-
OBJECT_GROUP
public static final java.lang.String OBJECT_GROUP
- See Also:
- Constant Field Values
-
ELIMINATION_ACTION
public static final java.lang.String ELIMINATION_ACTION
- See Also:
- Constant Field Values
-
DELETE_GOT_VERSIONS
public static final java.lang.String DELETE_GOT_VERSIONS
- See Also:
- Constant Field Values
-
DETAIL_TYPE
public static final java.lang.String DETAIL_TYPE
- See Also:
- Constant Field Values
-
PARAMS
public static final java.lang.String PARAMS
- See Also:
- Constant Field Values
-
TYPE
public static final java.lang.String TYPE
- See Also:
- Constant Field Values
-
TRANSFER_REPLY
public static final java.lang.String TRANSFER_REPLY
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
OperationReportParser
public OperationReportParser(OperationReportRepository operationReportRepository, MetaDataConfiguration metaDataConfiguration, PersistentIdentifierRepository persistentIdentifierRepository, PurgedPersistentIdentifierExtractorFactory purgedPersistentIdentifierExtractorFactory)
-
-
Method Detail
-
processReportFromOperation
public java.time.LocalDateTime processReportFromOperation(ReconstructionOperation operation) throws ReconstructionException
- Throws:
ReconstructionException
-
-