public abstract class BasicAggregate extends java.lang.Object implements AggregateFunctionI
| Modifier and Type | Method and Description |
|---|---|
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.
|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetResultpublic void setIgnoreDeleted()
AggregateFunctionIsetIgnoreDeleted in interface AggregateFunctionIpublic boolean isIgnoreDeleted()
AggregateFunctionIisIgnoreDeleted in interface AggregateFunctionItrue if deleted BOIs are to be ignored, false otherwise.public AggregateFunctionI put(java.lang.Object o)
AggregateFunctionIput in interface AggregateFunctionIo - The object to add to the aggregation (can also be a Map, Collection or array of BOIs).Copyright © 2000-2025 OAshi S.à r.l. All Rights Reserved.