Class ResourceAttributeSearchFilterTypeForQueryModel
java.lang.Object
com.evolveum.midpoint.gui.impl.factory.panel.SearchFilterTypeModel
com.evolveum.midpoint.gui.impl.factory.panel.SearchFilterTypeForQueryModel<ShadowType>
com.evolveum.midpoint.gui.impl.factory.panel.ResourceAttributeSearchFilterTypeForQueryModel
- All Implemented Interfaces:
Serializable,org.apache.wicket.model.IDetachable,org.apache.wicket.model.IModel<String>,org.apache.wicket.util.io.IClusterable
public class ResourceAttributeSearchFilterTypeForQueryModel
extends SearchFilterTypeForQueryModel<ShadowType>
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionResourceAttributeSearchFilterTypeForQueryModel(org.apache.wicket.model.IModel<SearchFilterType> valueWrapper, PageBase pageBase, boolean useParsing, org.apache.wicket.model.IModel<QName> objectClass) -
Method Summary
Methods inherited from class com.evolveum.midpoint.gui.impl.factory.panel.SearchFilterTypeForQueryModel
getObject, parseQuery, parseQueryWithoutSetValue, setObjectMethods inherited from class com.evolveum.midpoint.gui.impl.factory.panel.SearchFilterTypeModel
getBaseModel, getPageBaseMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.wicket.model.IModel
as, combineWith, detach, filter, flatMap, isPresent, map, orElse, orElseGet
-
Constructor Details
-
ResourceAttributeSearchFilterTypeForQueryModel
public ResourceAttributeSearchFilterTypeForQueryModel(org.apache.wicket.model.IModel<SearchFilterType> valueWrapper, PageBase pageBase, boolean useParsing, org.apache.wicket.model.IModel<QName> objectClass)
-
-
Method Details
-
parseQuery
protected void parseQuery(String object, boolean setValue) throws SchemaException, ConfigurationException - Overrides:
parseQueryin classSearchFilterTypeForQueryModel<ShadowType>- Throws:
SchemaExceptionConfigurationException
-