Class DeleteOperationExecutionsOperation
java.lang.Object
ch.ethz.sis.openbis.generic.asapi.v3.dto.common.delete.DeleteObjectsOperation<IOperationExecutionId,OperationExecutionDeletionOptions>
ch.ethz.sis.openbis.generic.asapi.v3.dto.operation.delete.DeleteOperationExecutionsOperation
- All Implemented Interfaces:
IOperation,Serializable
@JsonObject("as.dto.operation.delete.DeleteOperationExecutionsOperation")
public class DeleteOperationExecutionsOperation
extends DeleteObjectsOperation<IOperationExecutionId,OperationExecutionDeletionOptions>
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionDeleteOperationExecutionsOperation(List<? extends IOperationExecutionId> objectIds, OperationExecutionDeletionOptions options) -
Method Summary
Methods inherited from class ch.ethz.sis.openbis.generic.asapi.v3.dto.common.delete.DeleteObjectsOperation
getMessage, getObjectIds, getOptions, toString
-
Constructor Details
-
DeleteOperationExecutionsOperation
public DeleteOperationExecutionsOperation(List<? extends IOperationExecutionId> objectIds, OperationExecutionDeletionOptions options)
-