Uses of Class
com.evolveum.midpoint.web.component.search.SearchItem
-
Packages that use SearchItem Package Description com.evolveum.midpoint.gui.impl.page.admin.focus.component com.evolveum.midpoint.web.component.search com.evolveum.midpoint.web.page.admin.roles -
-
Uses of SearchItem in com.evolveum.midpoint.gui.impl.page.admin.focus.component
Subclasses of SearchItem in com.evolveum.midpoint.gui.impl.page.admin.focus.component Modifier and Type Class Description class
DeadShadowSearchItem
-
Uses of SearchItem in com.evolveum.midpoint.web.component.search
Classes in com.evolveum.midpoint.web.component.search with type parameters of type SearchItem Modifier and Type Class Description class
AbstractSearchItemPanel<S extends SearchItem>
Subclasses of SearchItem in com.evolveum.midpoint.web.component.search Modifier and Type Class Description class
ContainerTypeSearchItem<C extends Containerable>
class
DateSearchItem
class
FilterSearchItem
class
ObjectClassSearchItem
class
ObjectCollectionSearchItem
class
PropertySearchItem<T extends Serializable>
class
SpecialSearchItem
Methods in com.evolveum.midpoint.web.component.search that return SearchItem Modifier and Type Method Description SearchItem
Search. addItem(ItemDefinition def)
SearchItem
Search. addItem(SearchItemDefinition def)
SearchItem
Search. addItem(SearchItemType predefinedFilter)
SearchItem
Search. findSpecialItem(ItemPath path)
SearchItem
Search. getCompositedSpecialItem()
Methods in com.evolveum.midpoint.web.component.search that return types with arguments of type SearchItem Modifier and Type Method Description List<SearchItem>
Search. getItems()
List<SearchItem>
Search. getSpecialItems()
Methods in com.evolveum.midpoint.web.component.search with parameters of type SearchItem Modifier and Type Method Description void
Search. addCompositedSpecialItem(SearchItem item)
void
Search. addSpecialItem(SearchItem item)
void
Search. delete(SearchItem item)
Method parameters in com.evolveum.midpoint.web.component.search with type arguments of type SearchItem Modifier and Type Method Description void
Search. setSpecialItems(List<SearchItem> specialItems)
Constructor parameters in com.evolveum.midpoint.web.component.search with type arguments of type SearchItem Constructor Description ObjectClassSearchItem(Search search, SearchItemDefinition definition, @NotNull org.apache.wicket.model.IModel<List<SearchItem>> itemsModel)
-
Uses of SearchItem in com.evolveum.midpoint.web.page.admin.roles
Subclasses of SearchItem in com.evolveum.midpoint.web.page.admin.roles Modifier and Type Class Description class
AbstractRoleCompositedSearchItem<R extends AbstractRoleType>
class
IndirectSearchItem
class
ProjectSearchItem
class
RelationSearchItem
class
ScopeSearchItem
class
TenantSearchItem
Methods in com.evolveum.midpoint.web.page.admin.roles that return types with arguments of type SearchItem Modifier and Type Method Description List<SearchItem>
AbstractRoleCompositedSearchItem. getSearchItems()
-