Uses of Interface
com.flowable.microsoft.graph.impl.search.Search
Packages that use Search
-
Uses of Search in com.flowable.microsoft.graph.impl
Fields in com.flowable.microsoft.graph.impl with type parameters of type SearchMethods in com.flowable.microsoft.graph.impl that return SearchModifier and TypeMethodDescriptionAbstractGraphQuery.GraphQuery.search()Returns the value of thesearchrecord component.Methods in com.flowable.microsoft.graph.impl with parameters of type SearchModifier and TypeMethodDescriptionprotected TAbstractGraphQuery.withSearch(String searchKey, Search search) Method parameters in com.flowable.microsoft.graph.impl with type arguments of type SearchModifier and TypeMethodDescriptionprotected OrSearchAbstractGraphQuery.createSearch(Collection<String> attributeNames, String value, BiFunction<String, String, Search> searchCreator) Constructors in com.flowable.microsoft.graph.impl with parameters of type SearchModifierConstructorDescriptionGraphQuery(List<Collection<AbstractGraphQuery.GraphQueryPath>> queryPaths, Search search, Filter filter) Creates an instance of aGraphQueryrecord class. -
Uses of Search in com.flowable.microsoft.graph.impl.search
Classes in com.flowable.microsoft.graph.impl.search that implement SearchModifier and TypeClassDescriptionclassConvenience class that implements most of the methods in the Search interface.classA search for a logical AND.classAbstract superclass for binary logical operations, that is "AND" and "OR" operations.classA search for a logical OR.classMethods in com.flowable.microsoft.graph.impl.search with parameters of type SearchModifier and TypeMethodDescriptionAdd a query to the AND expression.final BinaryLogicalSearchAdd a query to this logical operation.Add a query to the OR expressionMethod parameters in com.flowable.microsoft.graph.impl.search with type arguments of type SearchModifier and TypeMethodDescriptionfinal BinaryLogicalSearchBinaryLogicalSearch.appendAll(Collection<Search> subQueries)