Uses of Enum Class
com.evolveum.midpoint.xml.ns._public.common.common_3.SearchBoxScopeType
Packages that use SearchBoxScopeType
Package
Description
-
Uses of SearchBoxScopeType in com.evolveum.midpoint.gui.impl.component.search.wrapper
Methods in com.evolveum.midpoint.gui.impl.component.search.wrapper that return SearchBoxScopeTypeMethods in com.evolveum.midpoint.gui.impl.component.search.wrapper that return types with arguments of type SearchBoxScopeTypeMethods in com.evolveum.midpoint.gui.impl.component.search.wrapper with parameters of type SearchBoxScopeTypeModifier and TypeMethodDescriptionboolean
AbstractRoleSearchItemWrapper.isSearchScope
(SearchBoxScopeType scope) -
Uses of SearchBoxScopeType in com.evolveum.midpoint.gui.impl.page.admin.abstractrole.component
Methods in com.evolveum.midpoint.gui.impl.page.admin.abstractrole.component that return SearchBoxScopeTypeModifier and TypeMethodDescriptionprotected SearchBoxScopeType
AbstractRoleMemberPanel.getScopeValue()
-
Uses of SearchBoxScopeType in com.evolveum.midpoint.gui.impl.page.admin.mark
Methods in com.evolveum.midpoint.gui.impl.page.admin.mark that return SearchBoxScopeType -
Uses of SearchBoxScopeType in com.evolveum.midpoint.web.page.admin.roles
Methods in com.evolveum.midpoint.web.page.admin.roles with parameters of type SearchBoxScopeTypeModifier and TypeMethodDescriptionboolean
SearchBoxConfigurationHelper.isSearchScope
(SearchBoxScopeType scope) -
Uses of SearchBoxScopeType in com.evolveum.midpoint.xml.ns._public.common.common_3
Methods in com.evolveum.midpoint.xml.ns._public.common.common_3 that return SearchBoxScopeTypeModifier and TypeMethodDescriptionstatic SearchBoxScopeType
SearchBoxConfigurationType.getDefaultScope()
ScopeSearchItemConfigurationType.getDefaultValue()
static SearchBoxScopeType
Returns the enum constant of this class with the specified name.static SearchBoxScopeType[]
SearchBoxScopeType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.evolveum.midpoint.xml.ns._public.common.common_3 with parameters of type SearchBoxScopeTypeModifier and TypeMethodDescriptionSearchBoxConfigurationType.defaultScope
(SearchBoxScopeType value) ScopeSearchItemConfigurationType.defaultValue
(SearchBoxScopeType value) void
SearchBoxConfigurationType.setDefaultScope
(SearchBoxScopeType value) void
ScopeSearchItemConfigurationType.setDefaultValue
(SearchBoxScopeType value)