Uses of Interface
org.nuxeo.ecm.core.search.SearchLimitation
Packages that use SearchLimitation
-
Uses of SearchLimitation in org.nuxeo.ecm.core.search
Fields in org.nuxeo.ecm.core.search with type parameters of type SearchLimitationModifier and TypeFieldDescriptionprotected List<SearchLimitation> SearchResponseImpl.Builder.limitationsprotected final List<SearchLimitation> SearchResponseImpl.limitationsMethods in org.nuxeo.ecm.core.search that return SearchLimitationModifier and TypeMethodDescriptionstatic SearchLimitationSearchLimitation.of(LimitationKind kind, SearchClient.Capability affectedCapability, String message) Creates a limitation with the given parameters.Methods in org.nuxeo.ecm.core.search that return types with arguments of type SearchLimitationModifier and TypeMethodDescriptionprotected List<SearchLimitation> AbstractSearchResponseTransformer.getLimitations(SearchQuery query) Returns limitations encountered for the query.default List<SearchLimitation> SearchResponse.getLimitations()Returns structured limitations encountered during search execution.SearchResponseImpl.getLimitations()Method parameters in org.nuxeo.ecm.core.search with type arguments of type SearchLimitationModifier and TypeMethodDescriptionSearchResponseImpl.Builder.limitations(List<SearchLimitation> limitations) Sets structured limitations.