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