Uses of Class
fr.gouv.vitam.worker.core.plugin.purge.PurgeUnitStatus
-
Packages that use PurgeUnitStatus Package Description fr.gouv.vitam.worker.core.plugin.purge -
-
Uses of PurgeUnitStatus in fr.gouv.vitam.worker.core.plugin.purge
Methods in fr.gouv.vitam.worker.core.plugin.purge that return PurgeUnitStatus Modifier and Type Method Description static PurgeUnitStatus
PurgeUnitStatus. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static PurgeUnitStatus[]
PurgeUnitStatus. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-