Class ItemPathSearchItemWrapperFactory
- java.lang.Object
-
- com.evolveum.midpoint.gui.impl.component.search.factory.AbstractSearchItemWrapperFactory<ItemPathType,ItemPathSearchItemWrapper>
-
- com.evolveum.midpoint.gui.impl.component.search.factory.ItemPathSearchItemWrapperFactory
-
public class ItemPathSearchItemWrapperFactory extends AbstractSearchItemWrapperFactory<ItemPathType,ItemPathSearchItemWrapper>
-
-
Constructor Summary
Constructors Constructor Description ItemPathSearchItemWrapperFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected ItemPathSearchItemWrapper
createSearchWrapper(SearchItemContext ctx)
boolean
match(SearchItemContext ctx)
-
Methods inherited from class com.evolveum.midpoint.gui.impl.component.search.factory.AbstractSearchItemWrapperFactory
create, setupParameterOptions
-
-
-
-
Method Detail
-
createSearchWrapper
protected ItemPathSearchItemWrapper createSearchWrapper(SearchItemContext ctx)
- Specified by:
createSearchWrapper
in classAbstractSearchItemWrapperFactory<ItemPathType,ItemPathSearchItemWrapper>
-
match
public boolean match(SearchItemContext ctx)
- Specified by:
match
in classAbstractSearchItemWrapperFactory<ItemPathType,ItemPathSearchItemWrapper>
-
-