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