Package | Description |
---|---|
fr.gouv.vitam.common.model.administration |
Provides common public Model classes for the administration module.
|
fr.gouv.vitam.functional.administration.contract.api | |
fr.gouv.vitam.functional.administration.contract.core |
Modifier and Type | Class and Description |
---|---|
class |
AccessContractModel
Data Transfer Object Model of access contract (DTO).
|
class |
IngestContractModel
Data Transfer Object Model of contract (DTO).
|
Modifier and Type | Method and Description |
---|---|
AbstractContractModel |
AbstractContractModel.setActivationdate(String activationdate) |
AbstractContractModel |
AbstractContractModel.setCreationdate(String creationdate) |
AbstractContractModel |
AbstractContractModel.setDeactivationdate(String deactivationdate) |
AbstractContractModel |
AbstractContractModel.setDescription(String description)
Set or change the contract description
|
AbstractContractModel |
AbstractContractModel.setId(String id) |
AbstractContractModel |
AbstractContractModel.setIdentifier(String identifier)
Set the identifier of the contract This value must be unique by tenant
|
AbstractContractModel |
AbstractContractModel.setLastupdate(String lastupdate) |
AbstractContractModel |
AbstractContractModel.setName(String name)
Set or change the contract name
|
AbstractContractModel |
AbstractContractModel.setStatus(ContractStatus status)
Set or change the contract status
|
AbstractContractModel |
AbstractContractModel.setTenant(Integer tenant) |
Modifier and Type | Interface and Description |
---|---|
interface |
ContractService<T extends AbstractContractModel>
ContractService Interface declaring common methods for Contracts
|
Modifier and Type | Interface and Description |
---|---|
interface |
GenericContractValidator<T extends AbstractContractModel>
Used to validate contracts (any class that extends AbstractContractModel) and to apply acceptance rules.
|
Copyright © 2018 Vitam. All rights reserved.