Uses of Class
org.apache.syncope.client.console.panels.search.SearchClause.Comparator
-
Packages that use SearchClause.Comparator Package Description org.apache.syncope.client.console.panels.search -
-
Uses of SearchClause.Comparator in org.apache.syncope.client.console.panels.search
Fields in org.apache.syncope.client.console.panels.search with type parameters of type SearchClause.Comparator Modifier and Type Field Description protected LoadableDetachableModel<List<SearchClause.Comparator>>
SearchClausePanel. comparators
Methods in org.apache.syncope.client.console.panels.search that return SearchClause.Comparator Modifier and Type Method Description SearchClause.Comparator
SearchClause. getComparator()
static SearchClause.Comparator
SearchClause.Comparator. valueOf(String name)
Returns the enum constant of this type with the specified name.static SearchClause.Comparator[]
SearchClause.Comparator. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.syncope.client.console.panels.search that return types with arguments of type SearchClause.Comparator Modifier and Type Method Description default Optional<SearchClause.Comparator>
SearchClausePanel.Customizer. comparatorGetObject(String id)
default List<SearchClause.Comparator>
SearchClausePanel.Customizer. comparators()
Methods in org.apache.syncope.client.console.panels.search with parameters of type SearchClause.Comparator Modifier and Type Method Description default String
SearchClausePanel.Customizer. comparatorDisplayValue(SearchClause.Comparator object)
void
SearchClause. setComparator(SearchClause.Comparator comparator)
-