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