Class SearchGloballyOperationResult
java.lang.Object
ch.ethz.sis.openbis.generic.asapi.v3.dto.common.search.SearchObjectsOperationResult<GlobalSearchObject>
ch.ethz.sis.openbis.generic.asapi.v3.dto.global.search.SearchGloballyOperationResult
- All Implemented Interfaces:
IOperationResult,Serializable
@JsonObject("as.dto.global.search.SearchGloballyOperationResult")
public class SearchGloballyOperationResult
extends SearchObjectsOperationResult<GlobalSearchObject>
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionSearchGloballyOperationResult(SearchResult<GlobalSearchObject> searchResult) -
Method Summary
Methods inherited from class ch.ethz.sis.openbis.generic.asapi.v3.dto.common.search.SearchObjectsOperationResult
getMessage, getSearchResult, toString
-
Constructor Details
-
SearchGloballyOperationResult
-