Uses of Enum Class
fr.gouv.vitam.worker.core.plugin.massprocessing.DistributionStatus
Packages that use DistributionStatus
-
Uses of DistributionStatus in fr.gouv.vitam.worker.core.plugin.massprocessing
Methods in fr.gouv.vitam.worker.core.plugin.massprocessing that return DistributionStatusModifier and TypeMethodDescriptionDistributionReportModel.getStatus()getStatusstatic DistributionStatusReturns the enum constant of this class with the specified name.static DistributionStatus[]DistributionStatus.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.massprocessing with parameters of type DistributionStatusModifier and TypeMethodDescriptionvoidDistributionReportModel.setStatus(DistributionStatus status) setStatusConstructors in fr.gouv.vitam.worker.core.plugin.massprocessing with parameters of type DistributionStatusModifierConstructorDescriptionDistributionReportModel(String id, DistributionStatus status) Constructor