Class ColumnAggregationResource
java.lang.Object
ch.tocco.nice2.rest.core.spi.AbstractRestResource
ch.tocco.nice2.rest.client.impl.columntools.ColumnAggregationResource
- All Implemented Interfaces:
RestResource
@Path("/client/columnAggregations")
public class ColumnAggregationResource
extends AbstractRestResource
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final recordstatic final recordstatic final record -
Field Summary
Fields inherited from class AbstractRestResource
uriInfo -
Constructor Summary
ConstructorsConstructorDescriptionColumnAggregationResource(SelectionService selectionService, PersistenceService persistenceService) -
Method Summary
Modifier and TypeMethodDescriptionMethods inherited from class AbstractRestResource
getPathParameter, setUriInfo, tryGetInt
-
Constructor Details
-
ColumnAggregationResource
public ColumnAggregationResource(SelectionService selectionService, PersistenceService persistenceService)
-
-
Method Details
-
getAggregates
@POST @Produces("application/json") @Consumes("application/json") public ColumnAggregationResource.AggregateResultsBean getAggregates(ColumnAggregationResource.AggregateRequestBean request)
-