Uses of Class
com.evolveum.midpoint.gui.impl.component.search.Search
Packages that use Search
Package
Description
Package for reusable and stable GUI Wicket Components.
-
Uses of Search in com.evolveum.midpoint.gui.api.component
Fields in com.evolveum.midpoint.gui.api.component declared as SearchConstructors in com.evolveum.midpoint.gui.api.component with parameters of type SearchModifierConstructorDescriptionChooseArchetypeMemberPopup
(String id, Search search) ChooseMemberPopup
(String id, Search search, org.apache.wicket.model.IModel<MultiFunctinalButtonDto> compositedButtonsModel) ChooseOrgMemberPopup
(String id, Search search, org.apache.wicket.model.IModel<MultiFunctinalButtonDto> compositedButtonsModel) MemberPopupTabPanel
(String id, Search<O> search) MemberPopupTabPanel
(String id, Search<O> search, List<ObjectReferenceType> archetypeReferenceList) MultiTypesMemberPopupTabPanel
(String id, Search search, List<ObjectReferenceType> archetypeReferenceList) OrgTreeMemberPopupTabPanel
(String id, Search search, List<ObjectReferenceType> archetypeReferenceList) -
Uses of Search in com.evolveum.midpoint.gui.api.factory
Method parameters in com.evolveum.midpoint.gui.api.factory with type arguments of type SearchModifier and TypeMethodDescriptionContainerValueDataProviderFactory.create
(org.apache.wicket.Component component, @NotNull org.apache.wicket.model.IModel<Search<T>> search, org.apache.wicket.model.IModel<List<PrismContainerValueWrapper<T>>> model, Class<? extends Objectable> objectType, String oid, ItemPath path) Creates data provider instanceContainerValueDataProviderFactory.create
(org.apache.wicket.Component component, @NotNull org.apache.wicket.model.IModel<Search<T>> search, org.apache.wicket.model.IModel<List<PrismContainerValueWrapper<T>>> model, Class<? extends Objectable> objectType, String oid, ItemPath path, CompiledObjectCollectionView compiledObjectCollectionView, ContainerValueDataProviderFactory.Customization<T> customization) Creates data provider instance -
Uses of Search in com.evolveum.midpoint.gui.impl.component
Methods in com.evolveum.midpoint.gui.impl.component that return types with arguments of type Search -
Uses of Search in com.evolveum.midpoint.gui.impl.component.data.provider
Methods in com.evolveum.midpoint.gui.impl.component.data.provider that return types with arguments of type SearchConstructor parameters in com.evolveum.midpoint.gui.impl.component.data.provider with type arguments of type SearchModifierConstructorDescriptionAssignmentListProvider
(org.apache.wicket.Component component, @NotNull org.apache.wicket.model.IModel<Search<AssignmentType>> search, org.apache.wicket.model.IModel<List<PrismContainerValueWrapper<AssignmentType>>> model) BaseSearchDataProvider
(org.apache.wicket.Component component, org.apache.wicket.model.IModel<Search<C>> search) BaseSearchDataProvider
(org.apache.wicket.Component component, org.apache.wicket.model.IModel<Search<C>> search, boolean useCache) BaseSearchDataProvider
(org.apache.wicket.Component component, org.apache.wicket.model.IModel<Search<C>> search, boolean useCache, boolean useDefaultSortingField) ContainerListDataProvider
(org.apache.wicket.Component component, @NotNull org.apache.wicket.model.IModel<Search<C>> search) ContainerListDataProvider
(org.apache.wicket.Component component, @NotNull org.apache.wicket.model.IModel<Search<C>> search, Collection<SelectorOptions<GetOperationOptions>> options) MultivalueContainerListDataProvider
(org.apache.wicket.Component component, @NotNull org.apache.wicket.model.IModel<Search<C>> search, org.apache.wicket.model.IModel<List<PrismContainerValueWrapper<C>>> model) MultivalueContainerListDataProvider
(org.apache.wicket.Component component, @NotNull org.apache.wicket.model.IModel<Search<C>> search, org.apache.wicket.model.IModel<List<PrismContainerValueWrapper<C>>> model, boolean sortable) ObjectDataProvider
(org.apache.wicket.Component component, org.apache.wicket.model.IModel<Search<O>> search) ObjectTileProvider
(org.apache.wicket.Component component, org.apache.wicket.model.IModel<Search> search) ProjectionsListProvider
(org.apache.wicket.Component component, @NotNull org.apache.wicket.model.IModel<Search<ShadowType>> search, org.apache.wicket.model.IModel<List<PrismContainerValueWrapper<ShadowType>>> model) RepoAssignmentListProvider
(org.apache.wicket.Component component, @NotNull org.apache.wicket.model.IModel<Search<AssignmentType>> search, org.apache.wicket.model.IModel<List<PrismContainerValueWrapper<AssignmentType>>> model, Class<? extends Objectable> objectType, String oid, ItemPath path) RepositoryObjectDataProvider
(org.apache.wicket.Component component, org.apache.wicket.model.IModel<Search<O>> searchModel) RepositoryShadowBeanObjectDataProvider
(org.apache.wicket.Component component, org.apache.wicket.model.IModel<Search<ShadowType>> search, Set<ShadowType> selected) ResourceTemplateProvider
(org.apache.wicket.Component component, org.apache.wicket.model.IModel<Search> search, org.apache.wicket.model.IModel<ResourceTemplate.TemplateType> type) SelectableBeanContainerDataProvider
(org.apache.wicket.Component component, @NotNull org.apache.wicket.model.IModel<Search<C>> search, Set<C> selected, boolean useDefaultSortingField) SelectableBeanDataProvider
(org.apache.wicket.Component component, @NotNull org.apache.wicket.model.IModel<Search<T>> search, Set<T> selected, boolean useDefaultSortingField) SelectableBeanObjectDataProvider
(org.apache.wicket.Component component, org.apache.wicket.model.IModel<Search<O>> search, Set<O> selected) SelectableBeanReferenceDataProvider
(org.apache.wicket.Component component, @NotNull org.apache.wicket.model.IModel<Search<ObjectReferenceType>> search, Set<ObjectReferenceType> selected, boolean useDefaultSortingField) TemplateTileProvider
(org.apache.wicket.Component component, org.apache.wicket.model.IModel<Search> search) -
Uses of Search in com.evolveum.midpoint.gui.impl.component.search
Methods in com.evolveum.midpoint.gui.impl.component.search that return Search -
Uses of Search in com.evolveum.midpoint.gui.impl.component.search.panel
Methods in com.evolveum.midpoint.gui.impl.component.search.panel with parameters of type SearchModifier and TypeMethodDescriptionprotected void
SearchPanel.saveSearch
(Search search, org.apache.wicket.ajax.AjaxRequestTarget target) Constructor parameters in com.evolveum.midpoint.gui.impl.component.search.panel with type arguments of type SearchModifierConstructorDescriptionSaveSearchPanel
(String id, org.apache.wicket.model.IModel<Search<C>> searchModel, Class<?> type, String defaultCollectionViewIdentifier) SearchPanel
(String id, org.apache.wicket.model.IModel<Search<C>> searchModel) -
Uses of Search in com.evolveum.midpoint.gui.impl.component.tile
Methods in com.evolveum.midpoint.gui.impl.component.tile that return types with arguments of type SearchModifier and TypeMethodDescriptionprotected org.apache.wicket.model.IModel<Search>
SingleSelectTileTablePanel.createSearchModel()
protected org.apache.wicket.model.IModel<Search>
TileTablePanel.createSearchModel()
org.apache.wicket.model.IModel<Search>
SelectTileTablePanel.getSearchModel()
org.apache.wicket.model.IModel<Search>
TileTablePanel.getSearchModel()
-
Uses of Search in com.evolveum.midpoint.gui.impl.factory.data
Method parameters in com.evolveum.midpoint.gui.impl.factory.data with type arguments of type SearchModifier and TypeMethodDescriptionInMemoryAssignmentDataProviderFactory.create
(org.apache.wicket.Component component, @NotNull org.apache.wicket.model.IModel<Search<AssignmentType>> search, org.apache.wicket.model.IModel<List<PrismContainerValueWrapper<AssignmentType>>> model, Class<? extends Objectable> objectType, String oid, ItemPath path) InMemoryAssignmentDataProviderFactory.create
(org.apache.wicket.Component component, @NotNull org.apache.wicket.model.IModel<Search<AssignmentType>> search, org.apache.wicket.model.IModel<List<PrismContainerValueWrapper<AssignmentType>>> model, Class<? extends Objectable> objectType, String oid, ItemPath path, CompiledObjectCollectionView collection, ContainerValueDataProviderFactory.Customization<AssignmentType> customization) RepositoryAssignmentDataProviderFactory.create
(org.apache.wicket.Component component, @NotNull org.apache.wicket.model.IModel<Search<AssignmentType>> search, org.apache.wicket.model.IModel<List<PrismContainerValueWrapper<AssignmentType>>> model, Class<? extends Objectable> objectType, String oid, ItemPath path) RepositoryAssignmentDataProviderFactory.create
(org.apache.wicket.Component component, @NotNull org.apache.wicket.model.IModel<Search<AssignmentType>> search, org.apache.wicket.model.IModel<List<PrismContainerValueWrapper<AssignmentType>>> model, Class<? extends Objectable> objectType, String oid, ItemPath path, CompiledObjectCollectionView collection, ContainerValueDataProviderFactory.Customization<AssignmentType> customization) -
Uses of Search in com.evolveum.midpoint.gui.impl.page.admin.abstractrole.component
Methods in com.evolveum.midpoint.gui.impl.page.admin.abstractrole.component with parameters of type SearchModifier and TypeMethodDescriptionstatic <O extends AssignmentHolderType>
voidMemberOperationsGuiHelper.assignArchetypeMembers
(PageBase pageBase, ArchetypeType targetRefObject, org.apache.wicket.ajax.AjaxRequestTarget target, Search search, List<QName> objectTypes, List<ObjectReferenceType> archetypeRefList) static <R extends AbstractRoleType>
voidMemberOperationsGuiHelper.assignMembers
(PageBase pageBase, R targetRefObject, org.apache.wicket.ajax.AjaxRequestTarget target, Search search, List<QName> objectTypes) static <R extends AbstractRoleType>
voidMemberOperationsGuiHelper.assignMembers
(PageBase pageBase, R targetRefObject, org.apache.wicket.ajax.AjaxRequestTarget target, Search search, List<QName> objectTypes, boolean isOrgTreePanelVisible) static <O extends ObjectType,
R extends AbstractRoleType>
voidMemberOperationsGuiHelper.assignMembers
(PageBase pageBase, R targetRefObject, org.apache.wicket.ajax.AjaxRequestTarget target, Search search, List<QName> objectTypes, List<ObjectReferenceType> archetypeRefList, boolean isOrgTreePanelVisible) static <O extends ObjectType>
voidMemberOperationsGuiHelper.assignOrgMembers
(PageBase pageBase, OrgType targetRefObject, org.apache.wicket.ajax.AjaxRequestTarget target, Search search, List<QName> objectTypes, List<ObjectReferenceType> archetypeRefList) protected ObjectQuery
AbstractRoleMemberPanel.getCustomizedQuery
(Search search) -
Uses of Search in com.evolveum.midpoint.gui.impl.page.admin.certification.component
Methods in com.evolveum.midpoint.gui.impl.page.admin.certification.component that return types with arguments of type SearchModifier and TypeMethodDescriptionprotected org.apache.wicket.model.IModel<Search>
ReviewersTileTablePanel.createSearchModel()
-
Uses of Search in com.evolveum.midpoint.gui.impl.page.admin.mark.component
Methods in com.evolveum.midpoint.gui.impl.page.admin.mark.component with parameters of type SearchModifier and TypeMethodDescriptionprotected ObjectQuery
ShadowMarkPanel.getCustomizedQuery
(Search search) -
Uses of Search in com.evolveum.midpoint.gui.impl.page.admin.resource.component
Method parameters in com.evolveum.midpoint.gui.impl.page.admin.resource.component with type arguments of type SearchModifier and TypeMethodDescriptionprotected final RepositoryShadowBeanObjectDataProvider
ResourceObjectsPanel.createProvider
(org.apache.wicket.model.IModel<Search<ShadowType>> searchModel, CompiledShadowCollectionView collection) -
Uses of Search in com.evolveum.midpoint.gui.impl.page.admin.role.mining.page.panel.session.provider
Constructor parameters in com.evolveum.midpoint.gui.impl.page.admin.role.mining.page.panel.session.provider with type arguments of type SearchModifierConstructorDescriptionClusterSelectableBeanObjectDataProvider
(org.apache.wicket.Component component, org.apache.wicket.model.IModel<Search<RoleAnalysisClusterType>> search, Set<RoleAnalysisClusterType> selected, RoleAnalysisClusterCategory category, LoadableModel<com.google.common.collect.ListMultimap<String, String>> clusterMappedClusterOutliers, RoleAnalysisSessionType sessionObject) -
Uses of Search in com.evolveum.midpoint.gui.impl.page.admin.simulation
Constructor parameters in com.evolveum.midpoint.gui.impl.page.admin.simulation with type arguments of type SearchModifierConstructorDescriptionCombinedRelatedObjectsProvider
(org.apache.wicket.Component component, @NotNull org.apache.wicket.model.IModel<Search<SimulationResultProcessedObjectType>> searchModel, org.apache.wicket.model.IModel<SimulationResultProcessedObjectType> self) ProcessedObjectsProvider
(org.apache.wicket.Component component, @NotNull org.apache.wicket.model.IModel<Search<SimulationResultProcessedObjectType>> search) RelatedObjectsProvider
(org.apache.wicket.Component component, @NotNull org.apache.wicket.model.IModel<Search<SimulationResultProcessedObjectType>> searchModel) -
Uses of Search in com.evolveum.midpoint.gui.impl.session
Methods in com.evolveum.midpoint.gui.impl.session that return SearchMethods in com.evolveum.midpoint.gui.impl.session with parameters of type Search -
Uses of Search in com.evolveum.midpoint.web.page.admin.configuration.component
Constructor parameters in com.evolveum.midpoint.web.page.admin.configuration.component with type arguments of type SearchModifierConstructorDescriptionDebugSearchFragment
(String id, String markupId, org.apache.wicket.MarkupContainer markupProvider, org.apache.wicket.model.IModel<Search> model, org.apache.wicket.model.IModel<Boolean> showAllItemsModel) -
Uses of Search in com.evolveum.midpoint.web.page.admin.reports.component
Constructor parameters in com.evolveum.midpoint.web.page.admin.reports.component with type arguments of type SearchModifierConstructorDescriptionCreatedReportFragment
(String id, String markupId, org.apache.wicket.MarkupContainer markupProvider, org.apache.wicket.model.IModel<Search<ReportDataType>> model, org.apache.wicket.model.IModel<String> reportType, List<String> values) -
Uses of Search in com.evolveum.midpoint.web.session
Methods in com.evolveum.midpoint.web.session that return SearchModifier and TypeMethodDescriptionAuditLogStorage.getSearch()
CertCampaignsStorage.getSearch()
CertDecisionsStorage.getSearch()
GenericPageStorage.getSearch()
MemberPanelStorage.getSearch()
ObjectListStorage.getSearch()
OrgStructurePanelStorage.getSearch()
OrgTabPanelStorage.getSearch()
PageStorage.getSearch()
ReportsStorage.getSearch()
ResourceContentStorage.getSearch()
ResourcesStorage.getSearch()
Methods in com.evolveum.midpoint.web.session with parameters of type SearchModifier and TypeMethodDescriptionvoid
void
void
void
void
void
void
void
void
void
void
void