public interface AggregateFunctionI
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
getResult()
Returns the result of the aggregation based on the objects that have been processed.
|
boolean |
isIgnoreDeleted()
Returns whether the aggregate function is currently configured to ignore deleted BOIs.
|
AggregateFunctionI |
put(java.lang.Object o)
Adds an object to the aggregate function for processing.
|
void |
setIgnoreDeleted()
Sets the aggregate function to ignore BOIs marked as deleted.
|
void setIgnoreDeleted()
boolean isIgnoreDeleted()
true if deleted BOIs are to be ignored, false otherwise.AggregateFunctionI put(java.lang.Object o)
o - The object to add to the aggregation (can also be a Map, Collection or array of BOIs).java.lang.Object getResult()
Copyright © 2000-2025 OAshi S.à r.l. All Rights Reserved.