Package | Description |
---|---|
org.apache.syncope.client.console.panels.search |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
default Optional<SearchClause.Comparator> |
SearchClausePanel.Customizer.comparatorGetObject(String id) |
default List<SearchClause.Comparator> |
SearchClausePanel.Customizer.comparators() |
Modifier and Type | Method and Description |
---|---|
default String |
SearchClausePanel.Customizer.comparatorDisplayValue(SearchClause.Comparator object) |
void |
SearchClause.setComparator(SearchClause.Comparator comparator) |
Copyright © 2010–2023 The Apache Software Foundation. All rights reserved.