Uses of Enum Class
fr.gouv.vitam.worker.core.plugin.probativevalue.pojo.ChecksInformation
Packages that use ChecksInformation
-
Uses of ChecksInformation in fr.gouv.vitam.worker.core.plugin.probativevalue.pojo
Methods in fr.gouv.vitam.worker.core.plugin.probativevalue.pojo that return ChecksInformationModifier and TypeMethodDescriptionstatic ChecksInformation
Returns the enum constant of this class with the specified name.static ChecksInformation[]
ChecksInformation.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in fr.gouv.vitam.worker.core.plugin.probativevalue.pojo with parameters of type ChecksInformationModifier and TypeMethodDescriptionstatic ProbativeCheck
ProbativeCheck.from
(ChecksInformation information, String source, String destination, StatusCode status) static ProbativeCheck
ProbativeCheck.koFrom
(ChecksInformation information, String source, String destination) static ProbativeCheck
ProbativeCheck.okFrom
(ChecksInformation information, String source, String destination) static ProbativeCheck
ProbativeCheck.warnFrom
(ChecksInformation information, String source, String destination)