All Methods Instance Methods Concrete Methods
Modifier and Type |
Method and Description |
void |
aggregate(Object value,
OCommandContext ctx) |
void |
applyRemove(Object currentValue,
OCommandContext ctx) |
OSuffixIdentifier |
copy() |
void |
deserialize(OResult fromResult) |
boolean |
equals(Object o) |
Object |
execute(Iterable iterable,
OCommandContext ctx) |
Object |
execute(Iterator iterator,
OCommandContext ctx) |
Object |
execute(Map iCurrentRecord,
OCommandContext ctx) |
Object |
execute(Object currentValue,
OCommandContext ctx) |
Object |
execute(OCommandContext iCurrentRecord) |
Object |
execute(OIdentifiable iCurrentRecord,
OCommandContext ctx) |
Object |
execute(OResult iCurrentRecord,
OCommandContext ctx) |
void |
extractSubQueries(SubQueryCollector collector) |
AggregationContext |
getAggregationContext(OCommandContext ctx) |
OCollate |
getCollate(OResult currentRecord,
OCommandContext ctx) |
OIdentifier |
getIdentifier() |
int |
hashCode() |
boolean |
isAggregate() |
boolean |
isBaseIdentifier() |
boolean |
isCacheable() |
boolean |
isCount() |
boolean |
isDefinedFor(OElement currentRecord) |
boolean |
isDefinedFor(OResult currentRecord) |
boolean |
isEarlyCalculated(OCommandContext ctx) |
boolean |
isStar() |
boolean |
needsAliases(Set<String> aliases) |
boolean |
refersToParent() |
OResult |
serialize() |
void |
setValue(Map target,
Object value,
OCommandContext ctx) |
void |
setValue(Object target,
Object value,
OCommandContext ctx) |
void |
setValue(OIdentifiable target,
Object value,
OCommandContext ctx) |
void |
setValue(OResult target,
Object value,
OCommandContext ctx) |
OSuffixIdentifier |
splitForAggregation(AggregateProjectionSplit aggregateProj) |
void |
toString(Map<Object,Object> params,
StringBuilder builder) |