Class SearchVocabulariesOperation
java.lang.Object
ch.ethz.sis.openbis.generic.asapi.v3.dto.common.search.SearchObjectsOperation<VocabularySearchCriteria,VocabularyFetchOptions>
ch.ethz.sis.openbis.generic.asapi.v3.dto.vocabulary.search.SearchVocabulariesOperation
- All Implemented Interfaces:
IOperation,Serializable
@JsonObject("as.dto.vocabulary.search.SearchVocabulariesOperation")
public class SearchVocabulariesOperation
extends SearchObjectsOperation<VocabularySearchCriteria,VocabularyFetchOptions>
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionSearchVocabulariesOperation(VocabularySearchCriteria criteria, VocabularyFetchOptions fetchOptions) -
Method Summary
Methods inherited from class ch.ethz.sis.openbis.generic.asapi.v3.dto.common.search.SearchObjectsOperation
getCriteria, getFetchOptions, getMessage, toString
-
Constructor Details
-
SearchVocabulariesOperation
public SearchVocabulariesOperation(VocabularySearchCriteria criteria, VocabularyFetchOptions fetchOptions)
-