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.
|
Modifier and Type | Method and Description |
---|---|
ProfileStatus |
ProfileModel.getStatus()
Get the profile status
|
static ProfileStatus |
ProfileStatus.valueOf(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.
|
Modifier and Type | Method and Description |
---|---|
ProfileModel |
ProfileModel.setStatus(ProfileStatus status)
Set or change the profile status
|
Modifier and Type | Method and Description |
---|---|
ProfileStatus |
Profile.getStatus()
Get the profile status If toJson called without MongoClient configuration this will thow codec exception
|
Modifier and Type | Method and Description |
---|---|
Profile |
Profile.setStatus(ProfileStatus status)
Set or change the profile status
|
Copyright © 2018 Vitam. All rights reserved.