Interface AggregatedSolutionClient
-
- All Known Implementing Classes:
AggregatedSolutionClientImpl
public interface AggregatedSolutionClient
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AggregatedSolutionOperationaggregateSolutionsByPool(PoolAggregatedSolutionRequest request)ModificationResult<AggregatedSolution>aggregateSolutionsByTask(TaskAggregatedSolutionRequest request)SearchResult<AggregatedSolution>findAggregatedSolutions(java.lang.String operationId, AggregatedSolutionSearchRequest request)
-
-
-
Method Detail
-
aggregateSolutionsByPool
AggregatedSolutionOperation aggregateSolutionsByPool(PoolAggregatedSolutionRequest request)
-
aggregateSolutionsByTask
ModificationResult<AggregatedSolution> aggregateSolutionsByTask(TaskAggregatedSolutionRequest request)
-
findAggregatedSolutions
SearchResult<AggregatedSolution> findAggregatedSolutions(java.lang.String operationId, AggregatedSolutionSearchRequest request)
-
-