Uses of Class
fr.gouv.vitam.worker.core.plugin.probativevalue.pojo.ChecksInformation.CheckedItem
-
Packages that use ChecksInformation.CheckedItem Package Description fr.gouv.vitam.worker.core.plugin.probativevalue.pojo -
-
Uses of ChecksInformation.CheckedItem in fr.gouv.vitam.worker.core.plugin.probativevalue.pojo
Fields in fr.gouv.vitam.worker.core.plugin.probativevalue.pojo declared as ChecksInformation.CheckedItem Modifier and Type Field Description ChecksInformation.CheckedItemChecksInformation. itemMethods in fr.gouv.vitam.worker.core.plugin.probativevalue.pojo that return ChecksInformation.CheckedItem Modifier and Type Method Description ChecksInformation.CheckedItemProbativeCheck. getItem()static ChecksInformation.CheckedItemChecksInformation.CheckedItem. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static ChecksInformation.CheckedItem[]ChecksInformation.CheckedItem. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in fr.gouv.vitam.worker.core.plugin.probativevalue.pojo with parameters of type ChecksInformation.CheckedItem Constructor Description ProbativeCheck(java.lang.String name, java.lang.String details, ChecksInformation.ChecksType type, ChecksInformation.ChecksSourceDestination source, ChecksInformation.ChecksSourceDestination destination, java.lang.String sourceComparable, java.lang.String destinationComparable, ChecksInformation.ChecksAction action, ChecksInformation.CheckedItem item, StatusCode status)
-