Class GetQueriesOperation
java.lang.Object
ch.ethz.sis.openbis.generic.asapi.v3.dto.common.get.GetObjectsOperation<IQueryId,QueryFetchOptions>
ch.ethz.sis.openbis.generic.asapi.v3.dto.query.get.GetQueriesOperation
- All Implemented Interfaces:
IOperation,Serializable
@JsonObject("as.dto.query.get.GetQueriesOperation")
public class GetQueriesOperation
extends GetObjectsOperation<IQueryId,QueryFetchOptions>
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionGetQueriesOperation(List<? extends IQueryId> ids, QueryFetchOptions fetchOptions) -
Method Summary
Methods inherited from class ch.ethz.sis.openbis.generic.asapi.v3.dto.common.get.GetObjectsOperation
getFetchOptions, getMessage, getObjectIds, toString
-
Constructor Details
-
GetQueriesOperation
-