public class CollectCountHitPolicyHandler extends AbstractCollectNumberHitPolicyHandler
Modifier and Type | Field and Description |
---|---|
protected static HitPolicyEntry |
HIT_POLICY |
LOG
Constructor and Description |
---|
CollectCountHitPolicyHandler() |
Modifier and Type | Method and Description |
---|---|
protected Double |
aggregateDoubleValues(List<Double> doubleValues) |
protected Integer |
aggregateIntegerValues(List<Integer> intValues) |
protected Long |
aggregateLongValues(List<Long> longValues) |
protected org.camunda.bpm.engine.variable.value.TypedValue |
aggregateValues(List<org.camunda.bpm.engine.variable.value.TypedValue> values) |
protected BuiltinAggregator |
getAggregator() |
HitPolicyEntry |
getHitPolicyEntry() |
String |
toString() |
aggregateNumberValues, apply, collectSingleValues, convertValuesToDouble, convertValuesToInteger, convertValuesToLong, getResultName, getResultValue
protected static final HitPolicyEntry HIT_POLICY
public HitPolicyEntry getHitPolicyEntry()
protected BuiltinAggregator getAggregator()
getAggregator
in class AbstractCollectNumberHitPolicyHandler
protected org.camunda.bpm.engine.variable.value.TypedValue aggregateValues(List<org.camunda.bpm.engine.variable.value.TypedValue> values)
aggregateValues
in class AbstractCollectNumberHitPolicyHandler
protected Integer aggregateIntegerValues(List<Integer> intValues)
aggregateIntegerValues
in class AbstractCollectNumberHitPolicyHandler
protected Long aggregateLongValues(List<Long> longValues)
aggregateLongValues
in class AbstractCollectNumberHitPolicyHandler
protected Double aggregateDoubleValues(List<Double> doubleValues)
aggregateDoubleValues
in class AbstractCollectNumberHitPolicyHandler
Copyright © 2022. All rights reserved.