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, wait
getResult
public void setIgnoreDeleted()
AggregateFunctionI
setIgnoreDeleted
in interface AggregateFunctionI
public boolean isIgnoreDeleted()
AggregateFunctionI
isIgnoreDeleted
in interface AggregateFunctionI
true
if deleted BOIs are to be ignored, false
otherwise.public AggregateFunctionI put(java.lang.Object o)
AggregateFunctionI
put
in interface AggregateFunctionI
o
- 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.