Package | Description |
---|---|
fr.gouv.vitam.functional.administration.common |
Provides common classes for the Functional Administration module.
|
Modifier and Type | Method and Description |
---|---|
Profile |
Profile.setActivationdate(String activationdate) |
Profile |
Profile.setCreationdate(String creationdate) |
Profile |
Profile.setDeactivationdate(String deactivationdate) |
Profile |
Profile.setDescription(String description)
Set or change the profile description
|
Profile |
Profile.setFormat(ProfileFormat format)
Set or change the profile format (xsd, rng, ...)
|
Profile |
Profile.setId(String id) |
Profile |
Profile.setIdentifier(String identifier)
Set or change the profile id, the identifier must be unique by tenant
|
Profile |
Profile.setLastupdate(String lastupdate) |
Profile |
Profile.setName(String name)
Set or change the profile name
|
Profile |
Profile.setPath(String path)
Set or change the profile path
|
Profile |
Profile.setStatus(ProfileStatus status)
Set or change the profile status
|
Modifier and Type | Method and Description |
---|---|
VitamDocument<Profile> |
Profile.newInstance(com.fasterxml.jackson.databind.JsonNode content) |
Copyright © 2018 Vitam. All rights reserved.