Class ProbativeReportEntry
java.lang.Object
fr.gouv.vitam.worker.core.plugin.probativevalue.pojo.ProbativeReportEntry
-
Constructor Summary
ConstructorsConstructorDescriptionProbativeReportEntry
(String evStartDateTime, List<String> unitIds, String objectGroupId, String objectId, String usageVersion, List<ProbativeOperation> operations, List<ProbativeCheck> checks) ProbativeReportEntry
(List<String> unitIds, String objectGroupId, String objectId, String usageVersion, List<ProbativeOperation> operations, List<ProbativeCheck> checks, String evStartDateTime, String evEndDateTime, StatusCode status) -
Method Summary
Modifier and TypeMethodDescriptionstatic ProbativeReportEntry
koFrom
(String evStartDateTime, List<String> unitIds, String objectGroupId, String objectId, String usageVersion) static ProbativeReportEntry
koFrom
(String startEntryCreation, List<String> unitIds, String objectGroupId, String objectId, String usageVersion, List<ProbativeOperation> probativeOperations) static ProbativeReportEntry
koFrom
(String startEntryCreation, List<String> unitIds, String objectGroupId, String objectId, String usageVersion, List<ProbativeOperation> probativeOperations, List<ProbativeCheck> probativeChecks)
-
Constructor Details
-
ProbativeReportEntry
public ProbativeReportEntry(List<String> unitIds, String objectGroupId, String objectId, String usageVersion, List<ProbativeOperation> operations, List<ProbativeCheck> checks, String evStartDateTime, String evEndDateTime, StatusCode status) -
ProbativeReportEntry
public ProbativeReportEntry(String evStartDateTime, List<String> unitIds, String objectGroupId, String objectId, String usageVersion, List<ProbativeOperation> operations, List<ProbativeCheck> checks)
-
-
Method Details
-
koFrom
-
koFrom
public static ProbativeReportEntry koFrom(String startEntryCreation, List<String> unitIds, String objectGroupId, String objectId, String usageVersion, List<ProbativeOperation> probativeOperations) -
koFrom
public static ProbativeReportEntry koFrom(String startEntryCreation, List<String> unitIds, String objectGroupId, String objectId, String usageVersion, List<ProbativeOperation> probativeOperations, List<ProbativeCheck> probativeChecks) -
getUnitIds
-
getObjectGroupId
-
getObjectId
-
getUsageVersion
-
getOperations
-
getChecks
-
getEvStartDateTime
-
getEvEndDateTime
-
getStatus
-