public class CollectCountHitPolicyHandler extends AbstractCollectNumberHitPolicyHandler
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()  | 
String | 
toString()  | 
aggregateNumberValues, apply, collectSingleValues, convertValuesToDouble, convertValuesToInteger, convertValuesToLong, getResultName, getResultValueprotected BuiltinAggregator getAggregator()
getAggregator in class AbstractCollectNumberHitPolicyHandlerprotected org.camunda.bpm.engine.variable.value.TypedValue aggregateValues(List<org.camunda.bpm.engine.variable.value.TypedValue> values)
aggregateValues in class AbstractCollectNumberHitPolicyHandlerprotected Integer aggregateIntegerValues(List<Integer> intValues)
aggregateIntegerValues in class AbstractCollectNumberHitPolicyHandlerprotected Long aggregateLongValues(List<Long> longValues)
aggregateLongValues in class AbstractCollectNumberHitPolicyHandlerprotected Double aggregateDoubleValues(List<Double> doubleValues)
aggregateDoubleValues in class AbstractCollectNumberHitPolicyHandlerCopyright © 2018. All rights reserved.