Class PublicConfiguration
java.lang.Object
fr.gouv.vitam.common.model.configuration.PublicConfiguration
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionint
long
long
long
long
setAdminTenant
(int adminTenant) setClassificationLevel
(ClassificationLevel classificationLevel) setComputedInheritedRulesThreshold
(long computedInheritedRulesThreshold) setDistributionThreshold
(long distributionThreshold) setEliminationActionThreshold
(long eliminationActionThreshold) setEliminationAnalysisThreshold
(long eliminationAnalysisThreshold) setExternalReferentialIdentifiersByTenant
(Map<Integer, List<String>> externalReferentialIdentifiersByTenant) setIndexInheritedRulesWithAPIV2OutputByTenant
(List<Integer> indexInheritedRulesWithAPIV2OutputByTenant) setIndexInheritedRulesWithRulesIdByTenant
(List<Integer> indexInheritedRulesWithRulesIdByTenant) setTenants
(List<Integer> tenants)
-
Constructor Details
-
PublicConfiguration
public PublicConfiguration()
-
-
Method Details
-
getTenants
-
setTenants
-
getAdminTenant
public int getAdminTenant() -
setAdminTenant
-
getIndexInheritedRulesWithAPIV2OutputByTenant
-
setIndexInheritedRulesWithAPIV2OutputByTenant
public PublicConfiguration setIndexInheritedRulesWithAPIV2OutputByTenant(List<Integer> indexInheritedRulesWithAPIV2OutputByTenant) -
getIndexInheritedRulesWithRulesIdByTenant
-
setIndexInheritedRulesWithRulesIdByTenant
public PublicConfiguration setIndexInheritedRulesWithRulesIdByTenant(List<Integer> indexInheritedRulesWithRulesIdByTenant) -
getExternalReferentialIdentifiersByTenant
-
setExternalReferentialIdentifiersByTenant
public PublicConfiguration setExternalReferentialIdentifiersByTenant(Map<Integer, List<String>> externalReferentialIdentifiersByTenant) -
getDistributionThreshold
public long getDistributionThreshold() -
setDistributionThreshold
-
getEliminationAnalysisThreshold
public long getEliminationAnalysisThreshold() -
setEliminationAnalysisThreshold
-
getEliminationActionThreshold
public long getEliminationActionThreshold() -
setEliminationActionThreshold
-
getComputedInheritedRulesThreshold
public long getComputedInheritedRulesThreshold() -
setComputedInheritedRulesThreshold
-
getClassificationLevel
-
setClassificationLevel
-