Class SearchAggregationServicesOperation
java.lang.Object
ch.ethz.sis.openbis.generic.asapi.v3.dto.common.search.SearchObjectsOperation<AggregationServiceSearchCriteria,AggregationServiceFetchOptions>
ch.ethz.sis.openbis.generic.asapi.v3.dto.service.search.SearchAggregationServicesOperation
- All Implemented Interfaces:
IOperation,Serializable
@JsonObject("as.dto.service.search.SearchAggregationServicesOperation")
public class SearchAggregationServicesOperation
extends SearchObjectsOperation<AggregationServiceSearchCriteria,AggregationServiceFetchOptions>
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionSearchAggregationServicesOperation(AggregationServiceSearchCriteria criteria, AggregationServiceFetchOptions fetchOptions) -
Method Summary
Methods inherited from class ch.ethz.sis.openbis.generic.asapi.v3.dto.common.search.SearchObjectsOperation
getCriteria, getFetchOptions, getMessage, toString
-
Constructor Details
-
SearchAggregationServicesOperation
public SearchAggregationServicesOperation(AggregationServiceSearchCriteria criteria, AggregationServiceFetchOptions fetchOptions)
-