Package | Description |
---|---|
fr.gouv.vitam.common.model.administration |
Provides common public Model classes for the administration module.
|
fr.gouv.vitam.functional.administration.common |
Provides common classes for the Functional Administration module.
|
Modifier and Type | Method and Description |
---|---|
ContractStatus |
AbstractContractModel.getStatus()
Get the contract status
|
static ContractStatus |
ContractStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ContractStatus[] |
ContractStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
AbstractContractModel |
AbstractContractModel.setStatus(ContractStatus status)
Set or change the contract status
|
Modifier and Type | Method and Description |
---|---|
ContractStatus |
AccessContract.getStatus()
Get the contract status
|
ContractStatus |
IngestContract.getStatus()
Get the contract status
|
Modifier and Type | Method and Description |
---|---|
AccessContract |
AccessContract.setStatus(ContractStatus status)
Set or change the contract status
|
IngestContract |
IngestContract.setStatus(ContractStatus status)
Set or change the contract status
|
Copyright © 2018 Vitam. All rights reserved.