Class BasicQueryWrapper
- java.lang.Object
-
- com.evolveum.midpoint.gui.impl.component.search.wrapper.AbstractQueryWrapper
-
- com.evolveum.midpoint.gui.impl.component.search.wrapper.BasicQueryWrapper
-
- All Implemented Interfaces:
QueryWrapper
,Serializable
public class BasicQueryWrapper extends AbstractQueryWrapper
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class com.evolveum.midpoint.gui.impl.component.search.wrapper.AbstractQueryWrapper
F_ERROR
-
-
Constructor Summary
Constructors Constructor Description BasicQueryWrapper()
BasicQueryWrapper(SearchBoxConfigurationType searchBoxConfig)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <T> ObjectQuery
createQuery(Class<T> typeClass, PageBase pageBase, VariablesMap variablesMap)
List<FilterableSearchItemWrapper<?>>
getItemsList()
boolean
isAllowToConfigureSearchItems()
BasicQueryWrapper
removePropertySearchItem(ItemPath path)
void
setAllowToConfigureSearchItems(boolean allowToConfigureSearchItems)
-
Methods inherited from class com.evolveum.midpoint.gui.impl.component.search.wrapper.AbstractQueryWrapper
getAdvancedError, setAdvancedError
-
-
-
-
Constructor Detail
-
BasicQueryWrapper
public BasicQueryWrapper(SearchBoxConfigurationType searchBoxConfig)
-
BasicQueryWrapper
public BasicQueryWrapper()
-
-
Method Detail
-
getItemsList
public List<FilterableSearchItemWrapper<?>> getItemsList()
-
isAllowToConfigureSearchItems
public boolean isAllowToConfigureSearchItems()
-
setAllowToConfigureSearchItems
public void setAllowToConfigureSearchItems(boolean allowToConfigureSearchItems)
-
removePropertySearchItem
public BasicQueryWrapper removePropertySearchItem(ItemPath path)
-
createQuery
public <T> ObjectQuery createQuery(Class<T> typeClass, PageBase pageBase, VariablesMap variablesMap) throws SchemaException
- Throws:
SchemaException
-
-