Uses of Class
fr.gouv.vitam.functional.administration.common.IngestContract
Packages that use IngestContract
Package
Description
Provides common classes for the Functional Administration module.
-
Uses of IngestContract in fr.gouv.vitam.functional.administration.common
Methods in fr.gouv.vitam.functional.administration.common that return IngestContractModifier and TypeMethodDescriptionIngestContract.setActivationdate
(String activationdate) IngestContract.setArchiveProfiles
(Set<String> archiveProfiles) Set the collection of archive profilesIngestContract.setCheckParentLink
(IngestContractCheckState checkParentLink) Set or change the contract statusIngestContract.setCreationdate
(String creationdate) IngestContract.setDeactivationdate
(String deactivationdate) IngestContract.setDescription
(String description) Set or change the contract descriptionIngestContract.setEveryDataObjectVersion
(boolean everyDataObjectVersion) IngestContract.setEveryFormatType
(boolean everyFormatType) IngestContract.setFormatUnidentifiedAuthorized
(boolean formatUnidentifiedAuthorized) IngestContract.setLastupdate
(String lastupdate) IngestContract.setManagementContractId
(String managementContractId) IngestContract.setMasterMandatory
(boolean masterMandatory) Set or change the contract nameIngestContract.setStatus
(ActivationStatus status) Set or change the contract statusMethods in fr.gouv.vitam.functional.administration.common that return types with arguments of type IngestContractModifier and TypeMethodDescriptionIngestContract.newInstance
(com.fasterxml.jackson.databind.JsonNode content)