Class VitamConfigurationParameters

java.lang.Object
fr.gouv.vitam.common.VitamConfigurationParameters

public class VitamConfigurationParameters extends Object
This class contains Vitam Data
  • Constructor Details

    • VitamConfigurationParameters

      public VitamConfigurationParameters()
      VitamData empty constructor for YAMLFactory
  • Method Details

    • setVitamCleanPeriod

      public void setVitamCleanPeriod(Integer vitamCleanPeriod)
      Setter for vitamCleanPeriod;
    • getSecret

      public String getSecret()
      Must return the value of a 'secret' attribute
      Returns:
      the secret value
    • setSecret

      public VitamConfigurationParameters setSecret(String secret)
      Parameters:
      secret - the Platform secret to set
      Returns:
      this
      Throws:
      IllegalArgumentException - if secret is Null Or Empty
    • isFilterActivation

      public Boolean isFilterActivation()
      Must return the value of a 'filterActivation' attribute
      Returns:
      the filterActivation
    • setFilterActivation

      public VitamConfigurationParameters setFilterActivation(Boolean filterActivation)
      Parameters:
      filterActivation - the filterActivation to set
      Returns:
      this
    • getVitamConfigFolderDefault

      public String getVitamConfigFolderDefault()
      Getter for vitamConfigFolderDefault;
    • setVitamConfigFolderDefault

      public void setVitamConfigFolderDefault(String vitamConfigFolderDefault)
      Setter for vitamConfigFolderDefault;
    • getVitamDataFolderDefault

      public String getVitamDataFolderDefault()
      Getter for vitamDataFolderDefault;
    • setVitamDataFolderDefault

      public void setVitamDataFolderDefault(String vitamDataFolderDefault)
      Setter for vitamDataFolderDefault;
    • getVitamLogFolderDefault

      public String getVitamLogFolderDefault()
      Getter for vitamLogFolderDefault;
    • setVitamLogFolderDefault

      public void setVitamLogFolderDefault(String vitamLogFolderDefault)
      Setter for vitamLogFolderDefault;
    • getVitamTmpFolderDefault

      public String getVitamTmpFolderDefault()
      Getter for vitamTmpFolderDefault;
    • setVitamTmpFolderDefault

      public void setVitamTmpFolderDefault(String vitamTmpFolderDefault)
      Setter for vitamTmpFolderDefault;
    • getChunkSize

      public Integer getChunkSize()
      Getter for CHUNK_SIZE;
    • setChunkSize

      public void setChunkSize(Integer chunkSize)
      Setter for chunkSize;
    • getAsyncWorkspaceQueueSize

      public Integer getAsyncWorkspaceQueueSize()
      Returns:
      the size of the queue of async workspace
    • setAsyncWorkspaceQueueSize

      public void setAsyncWorkspaceQueueSize(int queueSize)
      Sets the size of the queue of async workspace
    • getRecvBufferSize

      public Integer getRecvBufferSize()
      Getter for recvBufferSize;
    • setRecvBufferSize

      public void setRecvBufferSize(Integer recvBufferSize)
      Setter for recvBufferSize;
    • getConnectTimeout

      public Integer getConnectTimeout()
      Getter for connectTimeout;
    • setConnectTimeout

      public void setConnectTimeout(Integer connectTimeout)
      Setter for connectTimeout;
    • getReadTimeout

      public Integer getReadTimeout()
      Getter for readTimeout;
    • setReadTimeout

      public void setReadTimeout(Integer readTimeout)
      Setter for readTimeout;
    • getMaxTotalClient

      public Integer getMaxTotalClient()
      Getter for maxTotalClient;
    • setMaxTotalClient

      public void setMaxTotalClient(Integer maxTotalClient)
      Setter for maxTotalClient;
    • getMaxClientPerHost

      public Integer getMaxClientPerHost()
      Getter for maxClientPerHost;
    • setMaxClientPerHost

      public void setMaxClientPerHost(Integer maxClientPerHost)
      Setter for maxClientPerHost;
    • getDelayValidationAfterInactivity

      public Integer getDelayValidationAfterInactivity()
      Getter for delayValidationAfterInactivity;
    • setDelayValidationAfterInactivity

      public void setDelayValidationAfterInactivity(Integer delayValidationAfterInactivity)
      Setter for delayValidationAfterInactivity;
    • getDelayMultipleInputstream

      public Integer getDelayMultipleInputstream()
      Getter for delayMultipleInputstream;
    • setDelayMultipleInputstream

      public void setDelayMultipleInputstream(Integer delayMultipleInputstream)
      Setter for delayMultipleInputstream;
    • getDelayMultipleSubinputstream

      public Integer getDelayMultipleSubinputstream()
      Getter for delayMultipleSubinputstream;
    • setDelayMultipleSubinputstream

      public void setDelayMultipleSubinputstream(Integer delayMultipleSubinputstream)
      Setter for delayMultipleSubinputstream;
    • getMinimumThreadPoolSize

      public Integer getMinimumThreadPoolSize()
      Getter for minimumThreadPoolSize;
    • setMinimumThreadPoolSize

      public void setMinimumThreadPoolSize(Integer minimumThreadPoolSize)
      Setter for minimumThreadPoolSize;
    • getNoValidationAfterInactivity

      public Integer getNoValidationAfterInactivity()
      Getter for noValidationAfterInactivity;
    • setNoValidationAfterInactivity

      public void setNoValidationAfterInactivity(Integer noValidationAfterInactivity)
      Setter for noValidationAfterInactivity;
    • getDelayGetClient

      public Integer getDelayGetClient()
      Getter for delayGetClient;
    • setDelayGetClient

      public void setDelayGetClient(Integer delayGetClient)
      Setter for delayGetClient;
    • getIntervalDelayCheckIdle

      public Integer getIntervalDelayCheckIdle()
      Getter for intervalDelayCheckIdle;
    • setIntegerervalDelayCheckIdle

      public void setIntegerervalDelayCheckIdle(Integer IntegerervalDelayCheckIdle)
      Setter for IntegerERVAL_DELAY_CHECK_IDLE;
    • getMaxDelayUnusedConnection

      public Integer getMaxDelayUnusedConnection()
      Getter for maxDelayUnusedConnection;
    • setMaxDelayUnusedConnection

      public void setMaxDelayUnusedConnection(Integer maxDelayUnusedConnection)
      Setter for maxDelayUnusedConnection;
    • isUseNewJaxrClient

      public Boolean isUseNewJaxrClient()
      Getter for useNewJaxrClient;
    • setUseNewJaxrClient

      public void setUseNewJaxrClient(Boolean useNewJaxrClient)
      Setter for useNewJaxrClient;
    • getSecurityDigestType

      public String getSecurityDigestType()
      Getter for securityDigestType;
    • setSecurityDigestType

      public void setSecurityDigestType(String securityDigestType)
      Setter for securityDigestType;
    • getDefaultDigestType

      public String getDefaultDigestType()
      Getter for defaultDigestType;
    • setDefaultDigestType

      public void setDefaultDigestType(String defaultDigestType)
      Setter for defaultDigestType;
    • getDefaultTimestampDigestType

      public String getDefaultTimestampDigestType()
      Getter for defaultTimestampDigestType;
    • setDefaultTimestampDigestType

      public void setDefaultTimestampDigestType(String defaultTimestampDigestType)
      Setter for defaultTimestampDigestType;
    • getAcceptableRequestTime

      public Integer getAcceptableRequestTime()
      Getter for acceptableRequestTime;
    • setAcceptableRequestTime

      public void setAcceptableRequestTime(Integer acceptableRequestTime)
      Setter for acceptableRequestTime;
    • getCriticalRequestTime

      public Integer getCriticalRequestTime()
    • setCriticalRequestTime

      public VitamConfigurationParameters setCriticalRequestTime(Integer criticalRequestTime)
    • getRequestTimeAlertThrottlingDelay

      public Integer getRequestTimeAlertThrottlingDelay()
    • setRequestTimeAlertThrottlingDelay

      public VitamConfigurationParameters setRequestTimeAlertThrottlingDelay(Integer requestTimeAlertThrottlingDelay)
    • getRetryNumber

      public Integer getRetryNumber()
      Getter for retryNumber;
    • setRetryNumber

      public void setRetryNumber(Integer retryNumber)
      Setter for retryNumber;
    • getRetryDelay

      public Integer getRetryDelay()
      Getter for retryDelay;
    • setRetryDelay

      public void setRetryDelay(Integer retryDelay)
      Setter for retryDelay;
    • getWaitingDelay

      public Integer getWaitingDelay()
      Getter for waitingDelay;
    • setWaitingDelay

      public void setWaitingDelay(Integer waitingDelay)
      Setter for waitingDelay;
    • isForceChunkModeInputStream

      public Boolean isForceChunkModeInputStream()
      Getter for forceChunkModeInputStream;
    • setForceChunkModeInputStream

      public void setForceChunkModeInputStream(Boolean forceChunkModeInputStream)
      Setter for forceChunkModeInputStream;
    • isAllowGzipEncoding

      public Boolean isAllowGzipEncoding()
      Getter for allowGzipEncoding;
    • setAllowGzipEncoding

      public void setAllowGzipEncoding(Boolean allowGzipEncoding)
      Setter for allowGzipEncoding;
    • isAllowGzipDecoding

      public Boolean isAllowGzipDecoding()
      Getter for allowGzipDecoding;
    • setAllowGzipDecoding

      public void setAllowGzipDecoding(Boolean allowGzipDecoding)
      Setter for allowGzipDecoding;
    • getBufferNumber

      public Integer getBufferNumber()
      Getter for BUFFER_NUMBER;
    • setBufferNumber

      public void setBufferNumber(Integer bufferNumber)
      Setter for BUFFER_NUMBER;
    • getMaxConcurrentMultipleInputstreamHandler

      public Integer getMaxConcurrentMultipleInputstreamHandler()
      getter for maxConcurrentMultipleInputstreamHandler
      Returns:
    • setMaxConcurrentMultipleInputstreamHandler

      public void setMaxConcurrentMultipleInputstreamHandler(int maxConcurrentMultipleInputstreamHandler)
      setter for maxConcurrentMultipleInputstreamHandler
    • getVitamCleanPeriod

      public Integer getVitamCleanPeriod()
    • isExportScore

      public Boolean isExportScore()
      Getter for exportScore;
    • setExportScore

      public void setExportScore(boolean exportScore)
      Setter for exportScore;
    • getDistributeurBatchSize

      public Integer getDistributeurBatchSize()
      Getter for distributeurBatchSize;
    • setDistributeurBatchSize

      public void setDistributeurBatchSize(Integer distributeurBatchSize)
      Setter for distributeurBatchSize;
    • getWorkerBulkSize

      public Integer getWorkerBulkSize()
      Getter for worker bulk size
      Returns:
    • setWorkerBulkSize

      public void setWorkerBulkSize(Integer workerBulkSize)
      Setter for worker bulk size
      Parameters:
      workerBulkSize -
    • getStoreGraphElementsPerFile

      public Integer getStoreGraphElementsPerFile()
      Getter for storeGraphElementsPerFile
      Returns:
      storeGraphElementsPerFile
    • setStoreGraphElementsPerFile

      public void setStoreGraphElementsPerFile(Integer storeGraphElementsPerFile)
      Setter for storeGraphElementsPerFile
      Parameters:
      storeGraphElementsPerFile -
    • getStoreGraphOverlapDelay

      public Integer getStoreGraphOverlapDelay()
      Get store graph overlap delay
      Returns:
      storeGraphOverlapDelay
    • setStoreGraphOverlapDelay

      public void setStoreGraphOverlapDelay(Integer storeGraphOverlapDelay)
      Set store graph overlap delay
      Parameters:
      storeGraphOverlapDelay -
    • getMigrationBulkSize

      public Integer getMigrationBulkSize()
      Set data migration bulk size
    • setMigrationBulkSize

      public void setMigrationBulkSize(Integer migrationBulkSize)
      Get data migration bulk size
      Parameters:
      migrationBulkSize -
    • getDeleteIncompleteReconstructedUnitDelay

      public Integer getDeleteIncompleteReconstructedUnitDelay()
      Get the delay of deleting incomplete reconstructed units
      Returns:
      deleteIncompleteReconstructedUnitDelay
    • setDeleteIncompleteReconstructedUnitDelay

      public void setDeleteIncompleteReconstructedUnitDelay(Integer deleteIncompleteReconstructedUnitDelay)
      Set the delay of deleting incomplete reconstructed units
      Parameters:
      deleteIncompleteReconstructedUnitDelay -
    • getOptimisticLockRetryNumber

      public Integer getOptimisticLockRetryNumber()
      Get optimistic lock retry number
      Returns:
      optimisticLockRetryNumber
    • setOptimisticLockRetryNumber

      public void setOptimisticLockRetryNumber(Integer optimisticLockRetryNumber)
      Set optimistic lock retry number
      Parameters:
      optimisticLockRetryNumber -
    • getOptimisticLockSleepTime

      public Integer getOptimisticLockSleepTime()
      Get optimistic lock sleep time
      Returns:
      optimisticLockSleepTime
    • setOptimisticLockSleepTime

      public void setOptimisticLockSleepTime(Integer optimisticLockSleepTime)
      Set optimistic lock sleep time
      Parameters:
      optimisticLockSleepTime -
    • getKeywordMaxLength

      public Integer getKeywordMaxLength()
      Getter
      Returns:
      keywordMaxLength
    • setKeywordMaxLength

      public void setKeywordMaxLength(Integer keywordMaxLength)
      Setter
      Parameters:
      keywordMaxLength -
    • getTextMaxLength

      public Integer getTextMaxLength()
      Getter
      Returns:
      textMaxLength
    • setTextMaxLength

      public void setTextMaxLength(Integer textMaxLength)
      Setter
      Parameters:
      textMaxLength -
    • getRestoreBulkSize

      public Integer getRestoreBulkSize()
      Getter for restore bulk size
      Returns:
    • setRestoreBulkSize

      public void setRestoreBulkSize(int restoreBulkSize)
      Setter for restore bulk size
    • getMaxElasticsearchBulk

      public Integer getMaxElasticsearchBulk()
      Getter for maxElasticsearchBulk;
    • setMaxElasticsearchBulk

      public void setMaxElasticsearchBulk(Integer maxElasticsearchBulk)
      Setter for maxElasticsearchBulk;
    • getNumberDbClientThread

      public Integer getNumberDbClientThread()
      Getter for numberDbClientThread;
    • setNumberDbClientThread

      public void setNumberDbClientThread(Integer numberDbClientThread)
      Setter for numberDbClientThread;
    • getNumberEsQueue

      public Integer getNumberEsQueue()
      Getter for numberEsQueue;
    • setNumberEsQueue

      public void setNumberEsQueue(Integer numberEsQueue)
      Setter for numberEsQueue;
    • getDistributionThreshold

      public Long getDistributionThreshold()
      Getter for distributionThreshold;
      Returns:
      distributionThreshold
    • setDistributionThreshold

      public void setDistributionThreshold(Long distributionThreshold)
      Setter for distributionThreshold;
      Parameters:
      distributionThreshold -
    • getQueriesThreshold

      public Long getQueriesThreshold()
      Getter for queriesThreshold;
      Returns:
      queriesThreshold
    • setQueriesThreshold

      public void setQueriesThreshold(Long queriesThreshold)
      Setter for queriesThreshold;
      Parameters:
      queriesThreshold -
    • getBulkAtomicUpdateBatchSize

      public Integer getBulkAtomicUpdateBatchSize()
    • setBulkAtomicUpdateBatchSize

      public VitamConfigurationParameters setBulkAtomicUpdateBatchSize(Integer bulkAtomicUpdateBatchSize)
    • getBulkAtomicUpdateThreadPoolSize

      public Integer getBulkAtomicUpdateThreadPoolSize()
    • setBulkAtomicUpdateThreadPoolSize

      public VitamConfigurationParameters setBulkAtomicUpdateThreadPoolSize(Integer bulkAtomicUpdateThreadPoolSize)
    • getBulkAtomicUpdateThreadPoolQueueSize

      public Integer getBulkAtomicUpdateThreadPoolQueueSize()
    • setBulkAtomicUpdateThreadPoolQueueSize

      public VitamConfigurationParameters setBulkAtomicUpdateThreadPoolQueueSize(Integer bulkAtomicUpdateThreadPoolQueueSize)
    • getEliminationAnalysisThreshold

      public Long getEliminationAnalysisThreshold()
    • setEliminationAnalysisThreshold

      public void setEliminationAnalysisThreshold(Long eliminationAnalysisThreshold)
    • getEliminationActionThreshold

      public Long getEliminationActionThreshold()
    • setEliminationActionThreshold

      public void setEliminationActionThreshold(Long eliminationActionThreshold)
    • getComputedInheritedRulesThreshold

      public Long getComputedInheritedRulesThreshold()
    • setComputedInheritedRulesThreshold

      public void setComputedInheritedRulesThreshold(Long computedInheritedRulesThreshold)
    • getCacheControlDelay

      public Integer getCacheControlDelay()
      Getter for cacheControlDelay;
    • getMaxCacheEntries

      public Integer getMaxCacheEntries()
      Getter for maxCacheEntries;
    • setMaxCacheEntries

      public void setMaxCacheEntries(int maxCacheEntries)
      Setter for maxCacheEntries;
    • getExpireCacheEntriesDelay

      public Integer getExpireCacheEntriesDelay()
      Setter for expireCacheEntriesDelay
      Returns:
      expireCacheEntriesDelay
    • setExpireCacheEntriesDelay

      public void setExpireCacheEntriesDelay(Integer expireCacheEntriesDelay)
      Getter for expireCacheEntriesDelay
      Parameters:
      expireCacheEntriesDelay -
    • getAdminTenant

      public Integer getAdminTenant()
      Getter for tenant admin
      Returns:
      adminTenant
    • setAdminTenant

      public void setAdminTenant(Integer adminTenant)
      Setter for tenantAdmin
      Parameters:
      adminTenant -
    • getTenants

      public List<Integer> getTenants()
      Setter for list of tenant
      Returns:
    • setTenants

      public void setTenants(List<Integer> tenants)
      Parameters:
      tenants -
    • getDefaultOriginatingAgencyForExport

      public Map<Integer,String> getDefaultOriginatingAgencyForExport()
      Getter for defaultOriginatingAgencyForExport
      Returns:
      defaultOriginatingAgencyForExport
    • setDefaultOriginatingAgencyForExport

      public void setDefaultOriginatingAgencyForExport(Map<Integer,String> defaultOriginatingAgencyForExport)
      Parameters:
      defaultOriginatingAgencyForExport -
    • getVitamDefaultTransferringAgency

      public String getVitamDefaultTransferringAgency()
    • setVitamDefaultTransferringAgency

      public void setVitamDefaultTransferringAgency(String vitamDefaultTransferringAgency)
    • getVitamDefaultCodeListVersion

      public Map<String,String> getVitamDefaultCodeListVersion()
    • setVitamDefaultCodeListVersion

      public void setVitamDefaultCodeListVersion(Map<String,String> vitamDefaultCodeListVersion)
    • getReclassificationMaxBulkThreshold

      public Integer getReclassificationMaxBulkThreshold()
      Max dsl queries per reclassification request
    • setReclassificationMaxBulkThreshold

      public void setReclassificationMaxBulkThreshold(Integer reclassificationMaxBulkThreshold)
      Max dsl queries per reclassification request
    • getReclassificationMaxUnitsThreshold

      public Integer getReclassificationMaxUnitsThreshold()
      Max units to update per reclassification request
    • setReclassificationMaxUnitsThreshold

      public void setReclassificationMaxUnitsThreshold(Integer reclassificationMaxUnitsThreshold)
      Max units to update per reclassification request
    • getReclassificationMaxGuildListSizeInLogbookOperation

      public Integer getReclassificationMaxGuildListSizeInLogbookOperation()
      Max guid to store in logbook operation in evDetData
    • setReclassificationMaxGuildListSizeInLogbookOperation

      public void setReclassificationMaxGuildListSizeInLogbookOperation(Integer reclassificationMaxGuildListSizeInLogbookOperation)
      Max guid to store in logbook operation in evDetData
    • getClassificationLevel

      public ClassificationLevel getClassificationLevel()
    • setClassificationLevel

      public void setClassificationLevel(ClassificationLevel classificationLevel)
    • getEnvironmentName

      public String getEnvironmentName()
      Get environmentName
      Returns:
      environmentName value
    • setEnvironmentName

      public void setEnvironmentName(String environmentName)
      set the environmentName
    • getOperationMaxSizeForExternal

      public Long getOperationMaxSizeForExternal()
      Get operation Max Size For External Logbook
      Returns:
      operationMaxSizeForExternal
    • setOperationMaxSizeForExternal

      public void setOperationMaxSizeForExternal(Long operationMaxSizeForExternal)
      set operation Max Size For External Logbook
      Parameters:
      operationMaxSizeForExternal - the max size
    • getIntervalDelayLogInProgressWorker

      public Integer getIntervalDelayLogInProgressWorker()
      Getter
      Returns:
      intervalDelayLogInProgressWorker
    • setIntervalDelayLogInProgressWorker

      public void setIntervalDelayLogInProgressWorker(Integer intervalDelayLogInProgressWorker)
      Setter
      Parameters:
      intervalDelayLogInProgressWorker -
    • getIndexInheritedRulesWithRulesIdByTenant

      public List<String> getIndexInheritedRulesWithRulesIdByTenant()
    • setIndexInheritedRulesWithRulesIdByTenant

      public void setIndexInheritedRulesWithRulesIdByTenant(List<String> indexInheritedRulesWithRulesIdByTenant)
    • getIndexInheritedRulesWithAPIV2OutputByTenant

      public List<String> getIndexInheritedRulesWithAPIV2OutputByTenant()
    • setIndexInheritedRulesWithAPIV2OutputByTenant

      public void setIndexInheritedRulesWithAPIV2OutputByTenant(List<String> indexInheritedRulesWithAPIV2OutputByTenant)
    • getOntologyCacheMaxEntries

      public Integer getOntologyCacheMaxEntries()
    • setOntologyCacheMaxEntries

      public void setOntologyCacheMaxEntries(int ontologyCacheMaxEntries)
    • getOntologyCacheTimeoutInSeconds

      public Integer getOntologyCacheTimeoutInSeconds()
    • setOntologyCacheTimeoutInSeconds

      public void setOntologyCacheTimeoutInSeconds(int ontologyCacheTimeoutInSeconds)
    • getElasticSearchScrollTimeoutInMilliseconds

      public Integer getElasticSearchScrollTimeoutInMilliseconds()
    • setElasticSearchScrollTimeoutInMilliseconds

      public void setElasticSearchScrollTimeoutInMilliseconds(Integer elasticSearchScrollTimeoutInMilliseconds)
    • getElasticSearchTimeoutWaitRequestInMilliseconds

      public Integer getElasticSearchTimeoutWaitRequestInMilliseconds()
    • setElasticSearchTimeoutWaitRequestInMilliseconds

      public void setElasticSearchTimeoutWaitRequestInMilliseconds(Integer elasticSearchTimeoutWaitRequestInMilliseconds)
    • getElasticSearchScrollLimit

      public Integer getElasticSearchScrollLimit()
    • setElasticSearchScrollLimit

      public void setElasticSearchScrollLimit(Integer elasticSearchScrollLimit)
    • getHttpClientRetry

      public Integer getHttpClientRetry()
    • setHttpClientRetry

      public void setHttpClientRetry(Integer httpClientRetry)
    • getHttpClientFirstAttemptWaitingTime

      public Integer getHttpClientFirstAttemptWaitingTime()
    • setHttpClientFirstAttemptWaitingTime

      public void setHttpClientFirstAttemptWaitingTime(Integer httpClientFirstAttemptWaitingTime)
    • getHttpClientWaitingTime

      public Integer getHttpClientWaitingTime()
    • setHttpClientWaitingTime

      public void setHttpClientWaitingTime(Integer httpClientWaitingTime)
    • getHttpClientRandomWaitingSleep

      public Integer getHttpClientRandomWaitingSleep()
    • setHttpClientRandomWaitingSleep

      public void setHttpClientRandomWaitingSleep(Integer httpClientRandomWaitingSleep)
    • getTextContentMaxLength

      public Integer getTextContentMaxLength()
    • setTextContentMaxLength

      public void setTextContentMaxLength(Integer textContentMaxLength)
    • getProcessEngineWaitForStepTimeout

      public Integer getProcessEngineWaitForStepTimeout()
    • setProcessEngineWaitForStepTimeout

      public void setProcessEngineWaitForStepTimeout(Integer processEngineWaitForStepTimeout)
    • getWorkspaceFreespaceThreshold

      public Integer getWorkspaceFreespaceThreshold()
    • setWorkspaceFreespaceThreshold

      public void setWorkspaceFreespaceThreshold(Integer workspaceFreespaceThreshold)
    • getBinarySizePlatformThreshold

      public BinarySizePlatformThreshold getBinarySizePlatformThreshold()
    • setBinarySizePlatformThreshold

      public void setBinarySizePlatformThreshold(BinarySizePlatformThreshold binarySizePlatformThreshold)
    • getBinarySizeTenantThreshold

      public List<BinarySizeTenantThreshold> getBinarySizeTenantThreshold()
    • setBinarySizeTenantThreshold

      public void setBinarySizeTenantThreshold(List<BinarySizeTenantThreshold> binarySizeTenantThreshold)
    • getEliminationReportExtraFields

      public List<EliminationReportConfiguration> getEliminationReportExtraFields()
    • setEliminationReportExtraFields

      public void setEliminationReportExtraFields(List<EliminationReportConfiguration> eliminationReportExtraFields)
    • setIngestReportUnitExtraFields

      public void setIngestReportUnitExtraFields(List<IngestReportExportedUnitFieldConfiguration> ingestReportUnitExtraFields)
    • getIngestReportUnitExtraFields

      public List<IngestReportExportedUnitFieldConfiguration> getIngestReportUnitExtraFields()
    • getIngestReportObjectExtraFields

      public List<IngestReportExportedObjectGroupFieldConfiguration> getIngestReportObjectExtraFields()
    • setIngestReportObjectExtraFields

      public void setIngestReportObjectExtraFields(List<IngestReportExportedObjectGroupFieldConfiguration> ingestReportObjectExtraFields)