Uses of Enum Class
fr.gouv.vitam.collect.internal.core.common.ProjectStatus
Packages that use ProjectStatus
-
Uses of ProjectStatus in fr.gouv.vitam.collect.internal.core.common
Methods in fr.gouv.vitam.collect.internal.core.common that return ProjectStatusModifier and TypeMethodDescriptionProjectModel.getStatus()
static ProjectStatus
Returns the enum constant of this class with the specified name.static ProjectStatus[]
ProjectStatus.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in fr.gouv.vitam.collect.internal.core.common with parameters of type ProjectStatusConstructors in fr.gouv.vitam.collect.internal.core.common with parameters of type ProjectStatusModifierConstructorDescriptionProjectModel
(String id, String name, ManifestContext manifestContext, ProjectStatus status, String creationDate, String lastUpdate, String unitUp, List<MetadataUnitUp> unitUps, Integer tenant, Boolean automaticIngest, String transformationRules)