Uses of Class
fr.gouv.vitam.common.model.administration.AbstractContractModel
Package
Description
Provides common public Model classes for the administration module.
-
Uses of AbstractContractModel in fr.gouv.vitam.common.model.administration
Modifier and TypeClassDescriptionclass
Data Transfer Object Model of access contract (DTO).class
Data Transfer Object Model of contract (DTO).class
Data Transfer Object Model of management contract (DTO).Modifier 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
Modifier and TypeInterfaceDescriptioninterface
ContractService<T extends AbstractContractModel>
ContractService Interface declaring common methods for Contractsinterface
GenericContractValidator<T extends AbstractContractModel>
Used to validate contracts (any class that extends AbstractContractModel) and to apply acceptance rules.Modifier and TypeMethodDescriptionstatic void
ContractHelper.setIdentifier
(boolean slaveMode, AbstractContractModel cm, VitamCounterService vitamCounterService, SequenceType sequenceType) Init idenfier in contract if slave not activated.
setActivationDate(String activationDate)