Class GetOperationExecutionsOperationResult
java.lang.Object
ch.ethz.sis.openbis.generic.asapi.v3.dto.common.get.GetObjectsOperationResult<IOperationExecutionId,OperationExecution>
ch.ethz.sis.openbis.generic.asapi.v3.dto.operation.get.GetOperationExecutionsOperationResult
- All Implemented Interfaces:
IOperationResult,Serializable
@JsonObject("as.dto.operation.get.GetOperationExecutionsOperationResult")
public class GetOperationExecutionsOperationResult
extends GetObjectsOperationResult<IOperationExecutionId,OperationExecution>
- See Also:
-
Constructor Summary
ConstructorsConstructorDescription -
Method Summary
Methods inherited from class ch.ethz.sis.openbis.generic.asapi.v3.dto.common.get.GetObjectsOperationResult
getMessage, getObjectMap, toString
-
Constructor Details
-
GetOperationExecutionsOperationResult
public GetOperationExecutionsOperationResult(Map<IOperationExecutionId, OperationExecution> objectMap)
-