Uses of Enum Class
org.apache.syncope.client.console.panels.search.SearchClause.Comparator
Packages that use SearchClause.Comparator
-
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.ComparatorModifier and TypeFieldDescriptionprotected final LoadableDetachableModel
<List<SearchClause.Comparator>> SearchClausePanel.comparators
Methods in org.apache.syncope.client.console.panels.search that return SearchClause.ComparatorModifier and TypeMethodDescriptionSearchClause.getComparator()
static SearchClause.Comparator
Returns the enum constant of this class with the specified name.static SearchClause.Comparator[]
SearchClause.Comparator.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.syncope.client.console.panels.search that return types with arguments of type SearchClause.ComparatorModifier and TypeMethodDescriptiondefault 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.ComparatorModifier and TypeMethodDescriptiondefault String
SearchClausePanel.Customizer.comparatorDisplayValue
(SearchClause.Comparator object) void
SearchClause.setComparator
(SearchClause.Comparator comparator)