Uses of Class
fr.gouv.vitam.common.model.administration.IngestContractCheckState
-
Packages that use IngestContractCheckState 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. -
-
Uses of IngestContractCheckState in fr.gouv.vitam.common.model.administration
Methods in fr.gouv.vitam.common.model.administration that return IngestContractCheckState Modifier and Type Method Description IngestContractCheckState
IngestContractModel. getCheckParentLink()
Get the check parent link statusstatic IngestContractCheckState
IngestContractCheckState. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static IngestContractCheckState[]
IngestContractCheckState. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in fr.gouv.vitam.common.model.administration with parameters of type IngestContractCheckState Modifier and Type Method Description AbstractContractModel
IngestContractModel. setCheckParentLink(IngestContractCheckState state)
Set or change the check parent link status -
Uses of IngestContractCheckState in fr.gouv.vitam.functional.administration.common
Methods in fr.gouv.vitam.functional.administration.common that return IngestContractCheckState Modifier and Type Method Description IngestContractCheckState
IngestContract. getCheckParentLink()
Get the contract check ParentLink statusMethods in fr.gouv.vitam.functional.administration.common with parameters of type IngestContractCheckState Modifier and Type Method Description IngestContract
IngestContract. setCheckParentLink(IngestContractCheckState checkParentLink)
Set or change the contract status
-