Class CheckDistributionThresholdBase
java.lang.Object
fr.gouv.vitam.worker.core.handler.ActionHandler
fr.gouv.vitam.worker.core.plugin.common.CheckDistributionThresholdBase
- All Implemented Interfaces:
VitamAutoCloseable
,AutoCloseable
- Direct Known Subclasses:
CheckDistributionThreshold
,ComputedInheritedRulesCheckDistributionThreshold
Check distribution threshold.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected ItemStatus
checkThreshold
(HandlerIO handler, long defaultThreshold, String action) getSelectCountFromQuery
(RequestMultiple multiQuery) Methods inherited from class fr.gouv.vitam.worker.core.handler.ActionHandler
checkMandatoryIOParameter, checkMandatoryParameters, close, execute, executeList, updateDetailItemStatus
-
Constructor Details
-
CheckDistributionThresholdBase
protected CheckDistributionThresholdBase()
-
-
Method Details
-
checkThreshold
protected ItemStatus checkThreshold(HandlerIO handler, long defaultThreshold, String action) throws ProcessingException - Throws:
ProcessingException
-
getSelectCountFromQuery
public SelectMultiQuery getSelectCountFromQuery(RequestMultiple multiQuery) throws InvalidParseOperationException, InvalidCreateOperationException
-