Class OperationTraceabilityFiles
- java.lang.Object
-
- fr.gouv.vitam.worker.core.plugin.probativevalue.pojo.OperationTraceabilityFiles
-
public class OperationTraceabilityFiles extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classOperationTraceabilityFiles.OperationTraceabilityFilesBuilder
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringTRACEABILITY_ADDITIONAL_INFORMATIONstatic java.lang.StringTRACEABILITY_COMPUTING_INFORMATIONstatic java.lang.StringTRACEABILITY_DATAstatic java.lang.StringTRACEABILITY_FILES_COMPLETEstatic java.lang.StringTRACEABILITY_GENERAL_CHECKSstatic java.lang.StringTRACEABILITY_GENERAL_CHECKS_COMPLETEstatic java.lang.StringTRACEABILITY_MERKLE_TREEstatic java.lang.StringTRACEABILITY_TOKEN
-
Constructor Summary
Constructors Constructor Description OperationTraceabilityFiles(java.io.File data, java.io.File merkleTree, java.io.File token, java.io.File computingInformation, java.io.File additionalInformation)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.io.FilegetAdditionalInformation()java.io.FilegetComputingInformation()java.io.FilegetData()java.io.FilegetMerkleTree()java.io.FilegetToken()
-
-
-
Field Detail
-
TRACEABILITY_DATA
public static final java.lang.String TRACEABILITY_DATA
- See Also:
- Constant Field Values
-
TRACEABILITY_MERKLE_TREE
public static final java.lang.String TRACEABILITY_MERKLE_TREE
- See Also:
- Constant Field Values
-
TRACEABILITY_TOKEN
public static final java.lang.String TRACEABILITY_TOKEN
- See Also:
- Constant Field Values
-
TRACEABILITY_COMPUTING_INFORMATION
public static final java.lang.String TRACEABILITY_COMPUTING_INFORMATION
- See Also:
- Constant Field Values
-
TRACEABILITY_ADDITIONAL_INFORMATION
public static final java.lang.String TRACEABILITY_ADDITIONAL_INFORMATION
- See Also:
- Constant Field Values
-
TRACEABILITY_FILES_COMPLETE
public static final java.lang.String TRACEABILITY_FILES_COMPLETE
- See Also:
- Constant Field Values
-
TRACEABILITY_GENERAL_CHECKS_COMPLETE
public static final java.lang.String TRACEABILITY_GENERAL_CHECKS_COMPLETE
- See Also:
- Constant Field Values
-
TRACEABILITY_GENERAL_CHECKS
public static final java.lang.String TRACEABILITY_GENERAL_CHECKS
- See Also:
- Constant Field Values
-
-