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 ChecksInformationReturns 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 ProbativeCheckProbativeCheck.from(ChecksInformation information, String source, String destination, StatusCode status) static ProbativeCheckProbativeCheck.koFrom(ChecksInformation information, String source, String destination) static ProbativeCheckProbativeCheck.okFrom(ChecksInformation information, String source, String destination) static ProbativeCheckProbativeCheck.warnFrom(ChecksInformation information, String source, String destination)