Uses of Class
com.evolveum.midpoint.xml.ns._public.common.common_3.SearchBoxScopeType
-
Packages that use SearchBoxScopeType Package Description com.evolveum.midpoint.xml.ns._public.common.common_3 -
-
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 SearchBoxScopeTypeSearchBoxScopeType. fromValue(String v)SearchBoxScopeTypeSearchBoxConfigurationType. getDefaultScope()SearchBoxScopeTypeScopeSearchItemConfigurationType. getDefaultValue()static SearchBoxScopeTypeSearchBoxScopeType. 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 SearchBoxConfigurationTypeSearchBoxConfigurationType. defaultScope(SearchBoxScopeType value)ScopeSearchItemConfigurationTypeScopeSearchItemConfigurationType. defaultValue(SearchBoxScopeType value)voidSearchBoxConfigurationType. setDefaultScope(SearchBoxScopeType value)voidScopeSearchItemConfigurationType. setDefaultValue(SearchBoxScopeType value)
-