Uses of Class
fr.gouv.vitam.common.model.administration.AbstractContractModel
Packages that use AbstractContractModel
Package
Description
Provides common public Model classes for the administration module.
-
Uses of AbstractContractModel in fr.gouv.vitam.common.model.administration
Subclasses of AbstractContractModel in fr.gouv.vitam.common.model.administrationModifier and TypeClassDescriptionclassData Transfer Object Model of access contract (DTO).classData Transfer Object Model of contract (DTO).classData Transfer Object Model of management contract (DTO).Methods in fr.gouv.vitam.common.model.administration that return AbstractContractModelModifier and TypeMethodDescriptionAbstractContractModel.setActivationdate(String activationdate) Deprecated, for removal: This API element is subject to removal in a future version.AbstractContractModel.setActivationDate(String activationDate) IngestContractModel.setCheckParentLink(IngestContractCheckState state) Set or change the check parent link statusAbstractContractModel.setCreationdate(String creationdate) Deprecated, for removal: This API element is subject to removal in a future version.since 8.0, replaced withsetCreationDate(String creationDate)AbstractContractModel.setCreationDate(String creationDate) AbstractContractModel.setDeactivationdate(String deactivationdate) Deprecated, for removal: This API element is subject to removal in a future version.since 8.0, replaced withsetDeactivationDate(String deactivationDate)AbstractContractModel.setDeactivationDate(String deactivationDate) AbstractContractModel.setDescription(String description) Set or change the contract descriptionAbstractContractModel.setIdentifier(String identifier) Set the identifier of the contract This value must be unique by tenantAbstractContractModel.setLastupdate(String lastupdate) Deprecated, for removal: This API element is subject to removal in a future version.since 8.0, replaced withsetLastUpdate(String lastUpdate)AbstractContractModel.setLastUpdate(String lastUpdate) Set or change the contract nameAbstractContractModel.setStatus(ActivationStatus status) Set or change the contract statusAbstractContractModel.setVersion(Integer version) -
Uses of AbstractContractModel in fr.gouv.vitam.functional.administration.core.contract
Classes in fr.gouv.vitam.functional.administration.core.contract with type parameters of type AbstractContractModelModifier and TypeInterfaceDescriptioninterfaceContractService<T extends AbstractContractModel>ContractService Interface declaring common methods for ContractsinterfaceGenericContractValidator<T extends AbstractContractModel>Used to validate contracts (any class that extends AbstractContractModel) and to apply acceptance rules.Methods in fr.gouv.vitam.functional.administration.core.contract with parameters of type AbstractContractModelModifier and TypeMethodDescriptionstatic voidContractHelper.setIdentifier(boolean slaveMode, AbstractContractModel cm, VitamCounterService vitamCounterService, SequenceType sequenceType) Init idenfier in contract if slave not activated.
setActivationDate(String activationDate)