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 |
---|---|
ActivationStatus |
AccessContractModel.getAccessLog() |
ActivationStatus |
IngestContractModel.getCheckParentLink()
Get the check parent link status
|
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 |
IngestContractModel.setCheckParentLink(ActivationStatus status)
Set or change the check parent link status
|
AbstractContractModel |
AbstractContractModel.setStatus(ActivationStatus status)
Set or change the contract status
|
Modifier and Type | Method and Description |
---|---|
ActivationStatus |
IngestContract.getCheckParentLink()
Get the contract check ParentLink status
|
ActivationStatus |
IngestContract.getStatus()
Get the contract status
|
ActivationStatus |
AccessContract.getStatus()
Get the contract status
|
Modifier and Type | Method and Description |
---|---|
IngestContract |
IngestContract.setCheckParentLink(ActivationStatus checkParentLink)
Set or change the contract status
|
IngestContract |
IngestContract.setStatus(ActivationStatus status)
Set or change the contract status
|
AccessContract |
AccessContract.setStatus(ActivationStatus status)
Set or change the contract status
|
Copyright © 2018 Vitam. All rights reserved.