From db905abc1238b6a73b48dccc7a808c47b4e1e5d0 Mon Sep 17 00:00:00 2001 From: felmer <felmer> Date: Thu, 24 Jan 2013 07:17:26 +0000 Subject: [PATCH] Javadoc improved: Ingestion services mentioned. SVN: 28174 --- .../plugin/query/client/api/v1/IQueryApiFacade.java | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/openbis/source/java/ch/systemsx/cisd/openbis/plugin/query/client/api/v1/IQueryApiFacade.java b/openbis/source/java/ch/systemsx/cisd/openbis/plugin/query/client/api/v1/IQueryApiFacade.java index 4b6358fc532..51f2896cbe2 100644 --- a/openbis/source/java/ch/systemsx/cisd/openbis/plugin/query/client/api/v1/IQueryApiFacade.java +++ b/openbis/source/java/ch/systemsx/cisd/openbis/plugin/query/client/api/v1/IQueryApiFacade.java @@ -72,17 +72,19 @@ public interface IQueryApiFacade public IGeneralInformationService getGeneralInformationService(); /** - * List the available aggregation services + * List the available aggregation and ingestion services */ @Retry public List<AggregationServiceDescription> listAggregationServices(); /** - * Creates for the specified data sets and specified report description a report. Available - * report descriptions can be obtained by {@link #listAggregationServices()}. + * Executes the specified aggregation or ingestion service for the specified parameters and + * creates a report. Available service descriptions can be obtained by + * {@link #listAggregationServices()}. */ @Retry - public QueryTableModel createReportFromAggregationService(AggregationServiceDescription service, Map<String, Object> parameters); + public QueryTableModel createReportFromAggregationService( + AggregationServiceDescription service, Map<String, Object> parameters); /** * Logs current user out. -- GitLab