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.
|
fr.gouv.vitam.storage.engine.common.referential.model |
Provides common Referential Model classes for the Storage Engine module.
|
Modifier and Type | Method and Description |
---|---|
ActivationStatus |
AccessContractModel.getAccessLog() |
ActivationStatus |
AbstractContractModel.getStatus()
Get the contract status
|
static ActivationStatus |
ActivationStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ActivationStatus[] |
ActivationStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
AccessContractModel |
AccessContractModel.setAccessLog(ActivationStatus accessLog) |
AbstractContractModel |
AbstractContractModel.setStatus(ActivationStatus status)
Set or change the contract status
|
Modifier and Type | Method and Description |
---|---|
ActivationStatus |
IngestContract.getStatus()
Get the contract status
|
ActivationStatus |
AccessContract.getStatus()
Get the contract status
|
ActivationStatus |
ManagementContract.getStatus()
Get the contract status
|
Modifier and Type | Method and Description |
---|---|
IngestContract |
IngestContract.setStatus(ActivationStatus status)
Set or change the contract status
|
AccessContract |
AccessContract.setStatus(ActivationStatus status)
Set or change the contract status
|
ManagementContract |
ManagementContract.setStatus(ActivationStatus status)
Set or change the contract status
|
Modifier and Type | Method and Description |
---|---|
ActivationStatus |
OfferReference.getStatus() |
ActivationStatus |
StorageOffer.getStatus() |
Modifier and Type | Method and Description |
---|---|
void |
OfferReference.setStatus(ActivationStatus status) |
void |
StorageOffer.setStatus(ActivationStatus status)
principally, updated by
StorageStrategy configuration and prevail upon offers configuration file |
Copyright © 2019 Vitam. All rights reserved.