Uses of Class
com.evolveum.midpoint.xml.ns._public.common.common_3.SearchBoxScopeType
-
-
Uses of SearchBoxScopeType in com.evolveum.midpoint.gui.impl.component.search
Methods in com.evolveum.midpoint.gui.impl.component.search that return SearchBoxScopeType Modifier and Type Method Description SearchBoxScopeType
SearchConfigurationWrapper. getDefaultScope()
Methods in com.evolveum.midpoint.gui.impl.component.search that return types with arguments of type SearchBoxScopeType Modifier and Type Method Description DisplayableValue<SearchBoxScopeType>
ScopeSearchItemWrapper. getDefaultValue()
DisplayableValue<SearchBoxScopeType>
ScopeSearchItemWrapper. getValue()
Methods in com.evolveum.midpoint.gui.impl.component.search with parameters of type SearchBoxScopeType Modifier and Type Method Description boolean
SearchConfigurationWrapper. isSearchScope(SearchBoxScopeType scopeType)
void
SearchConfigurationWrapper. setDefaultScope(SearchBoxScopeType defaultScope)
-
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 SearchBoxScopeType Modifier and Type Method Description protected SearchBoxScopeType
AbstractRoleMemberPanel. getScopeValue()
-
Uses of SearchBoxScopeType in com.evolveum.midpoint.web.page.admin.roles
Methods in com.evolveum.midpoint.web.page.admin.roles that return SearchBoxScopeType Modifier and Type Method Description SearchBoxScopeType
ScopeSearchItem. getScopeType()
Methods in com.evolveum.midpoint.web.page.admin.roles with parameters of type SearchBoxScopeType Modifier and Type Method Description boolean
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 SearchBoxScopeType Modifier and Type Method Description static SearchBoxScopeType
SearchBoxScopeType. fromValue(String v)
SearchBoxScopeType
SearchBoxConfigurationType. getDefaultScope()
SearchBoxScopeType
ScopeSearchItemConfigurationType. getDefaultValue()
static SearchBoxScopeType
SearchBoxScopeType. valueOf(String name)
Returns the enum constant of this type with the specified name.static SearchBoxScopeType[]
SearchBoxScopeType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.evolveum.midpoint.xml.ns._public.common.common_3 with parameters of type SearchBoxScopeType Modifier and Type Method Description SearchBoxConfigurationType
SearchBoxConfigurationType. defaultScope(SearchBoxScopeType value)
ScopeSearchItemConfigurationType
ScopeSearchItemConfigurationType. defaultValue(SearchBoxScopeType value)
void
SearchBoxConfigurationType. setDefaultScope(SearchBoxScopeType value)
void
ScopeSearchItemConfigurationType. setDefaultValue(SearchBoxScopeType value)
-