Uses of Class
fr.gouv.vitam.common.model.administration.ProfileStatus
-
Packages that use ProfileStatus Package Description fr.gouv.vitam.common.model.administration Provides common public Model classes for the administration module.fr.gouv.vitam.functional.administration.common Provides common classes for the Functional Administration module. -
-
Uses of ProfileStatus in fr.gouv.vitam.common.model.administration
Methods in fr.gouv.vitam.common.model.administration that return ProfileStatus Modifier and Type Method Description ProfileStatus
ProfileModel. getStatus()
Get the profile statusstatic ProfileStatus
ProfileStatus. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static ProfileStatus[]
ProfileStatus. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in fr.gouv.vitam.common.model.administration with parameters of type ProfileStatus Modifier and Type Method Description ProfileModel
ProfileModel. setStatus(ProfileStatus status)
Set or change the profile status -
Uses of ProfileStatus in fr.gouv.vitam.functional.administration.common
Methods in fr.gouv.vitam.functional.administration.common that return ProfileStatus Modifier and Type Method Description ProfileStatus
ArchiveUnitProfile. getStatus()
Get the profile status If toJson called without MongoClient configuration this will thow codec exceptionProfileStatus
Profile. getStatus()
Get the profile status If toJson called without MongoClient configuration this will thow codec exceptionMethods in fr.gouv.vitam.functional.administration.common with parameters of type ProfileStatus Modifier and Type Method Description ArchiveUnitProfile
ArchiveUnitProfile. setStatus(ProfileStatus status)
Set or change the profile statusProfile
Profile. setStatus(ProfileStatus status)
Set or change the profile status
-