Uses of Class
fr.gouv.vitam.functional.administration.common.IngestContract
-
Packages that use IngestContract Package Description fr.gouv.vitam.functional.administration.common 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 IngestContract Modifier and Type Method Description IngestContractIngestContract. setActivationdate(java.lang.String activationdate)IngestContractIngestContract. setArchiveProfiles(java.util.Set<java.lang.String> archiveProfiles)Set the collection of archive profilesIngestContractIngestContract. setCheckParentLink(IngestContractCheckState checkParentLink)Set or change the contract statusIngestContractIngestContract. setCreationdate(java.lang.String creationdate)IngestContractIngestContract. setDeactivationdate(java.lang.String deactivationdate)IngestContractIngestContract. setDescription(java.lang.String description)Set or change the contract descriptionIngestContractIngestContract. setEveryDataObjectVersion(boolean everyDataObjectVersion)IngestContractIngestContract. setEveryFormatType(boolean everyFormatType)IngestContractIngestContract. setFormatUnidentifiedAuthorized(boolean formatUnidentifiedAuthorized)IngestContractIngestContract. setId(java.lang.String id)IngestContractIngestContract. setLastupdate(java.lang.String lastupdate)IngestContractIngestContract. setManagementContractId(java.lang.String managementContractId)IngestContractIngestContract. setMasterMandatory(boolean masterMandatory)IngestContractIngestContract. setName(java.lang.String name)Set or change the contract nameIngestContractIngestContract. setStatus(ActivationStatus status)Set or change the contract statusMethods in fr.gouv.vitam.functional.administration.common that return types with arguments of type IngestContract Modifier and Type Method Description VitamDocument<IngestContract>IngestContract. newInstance(com.fasterxml.jackson.databind.JsonNode content)
-