Uses of Class
fr.gouv.vitam.collect.internal.core.common.BatchStatus
-
Packages that use BatchStatus Package Description fr.gouv.vitam.collect.internal.core.common -
-
Uses of BatchStatus in fr.gouv.vitam.collect.internal.core.common
Methods in fr.gouv.vitam.collect.internal.core.common that return BatchStatus Modifier and Type Method Description BatchStatus
Batch. getBatchStatus()
static BatchStatus
BatchStatus. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static BatchStatus[]
BatchStatus. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in fr.gouv.vitam.collect.internal.core.common with parameters of type BatchStatus Modifier and Type Method Description void
Batch. setBatchStatus(BatchStatus batchStatus)
-