Class SearchFilterTypeForQueryModel<O extends ObjectType>
java.lang.Object
com.evolveum.midpoint.gui.impl.factory.panel.searchfilter.SearchFilterTypeModel
com.evolveum.midpoint.gui.impl.factory.panel.searchfilter.SearchFilterTypeForQueryModel<O>
- All Implemented Interfaces:
Serializable
,org.apache.wicket.model.IDetachable
,org.apache.wicket.model.IModel<String>
,org.apache.wicket.util.io.IClusterable
- Direct Known Subclasses:
ResourceAttributeSearchFilterTypeForQueryModel
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionSearchFilterTypeForQueryModel
(org.apache.wicket.model.IModel<SearchFilterType> valueWrapper, PageBase pageBase, org.apache.wicket.model.IModel<Class<O>> filterTypeModel) SearchFilterTypeForQueryModel
(org.apache.wicket.model.IModel<SearchFilterType> valueWrapper, PageBase pageBase, org.apache.wicket.model.IModel<Class<O>> filterTypeModel, boolean useParsing) -
Method Summary
Modifier and TypeMethodDescriptionfinal void
parseQuery
(String object) protected void
parseQuery
(String object, boolean setValue) final void
parseQueryWithoutSetValue
(String object) void
Methods inherited from class com.evolveum.midpoint.gui.impl.factory.panel.searchfilter.SearchFilterTypeModel
getBaseModel, getPageBase
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.apache.wicket.model.IModel
as, combineWith, detach, filter, flatMap, isPresent, map, orElse, orElseGet
-
Constructor Details
-
SearchFilterTypeForQueryModel
public SearchFilterTypeForQueryModel(org.apache.wicket.model.IModel<SearchFilterType> valueWrapper, PageBase pageBase, org.apache.wicket.model.IModel<Class<O>> filterTypeModel) -
SearchFilterTypeForQueryModel
public SearchFilterTypeForQueryModel(org.apache.wicket.model.IModel<SearchFilterType> valueWrapper, PageBase pageBase, org.apache.wicket.model.IModel<Class<O>> filterTypeModel, boolean useParsing)
-
-
Method Details
-
getObject
-
setObject
-
parseQuery
-
parseQueryWithoutSetValue
public final void parseQueryWithoutSetValue(String object) throws SchemaException, ConfigurationException -
parseQuery
protected void parseQuery(String object, boolean setValue) throws SchemaException, ConfigurationException
-