Uses of Enum Class
fr.gouv.vitam.worker.core.plugin.probativevalue.pojo.ChecksInformation.ChecksAction
Packages that use ChecksInformation.ChecksAction
-
Uses of ChecksInformation.ChecksAction in fr.gouv.vitam.worker.core.plugin.probativevalue.pojo
Fields in fr.gouv.vitam.worker.core.plugin.probativevalue.pojo declared as ChecksInformation.ChecksActionMethods in fr.gouv.vitam.worker.core.plugin.probativevalue.pojo that return ChecksInformation.ChecksActionModifier and TypeMethodDescriptionProbativeCheck.getAction()
Returns the enum constant of this class with the specified name.static ChecksInformation.ChecksAction[]
ChecksInformation.ChecksAction.values()
Returns an array containing the constants of this enum class, in the order they are declared.Constructors in fr.gouv.vitam.worker.core.plugin.probativevalue.pojo with parameters of type ChecksInformation.ChecksActionModifierConstructorDescriptionProbativeCheck
(String name, String details, ChecksInformation.ChecksType type, ChecksInformation.ChecksSourceDestination source, ChecksInformation.ChecksSourceDestination destination, String sourceComparable, String destinationComparable, ChecksInformation.ChecksAction action, ChecksInformation.CheckedItem item, StatusCode status)