Class ObjectClassSearchItemWrapperFactory
- java.lang.Object
-
- com.evolveum.midpoint.gui.impl.component.search.factory.AbstractSearchItemWrapperFactory<QName,ObjectClassSearchItemWrapper>
-
- com.evolveum.midpoint.gui.impl.component.search.factory.ObjectClassSearchItemWrapperFactory
-
public class ObjectClassSearchItemWrapperFactory extends AbstractSearchItemWrapperFactory<QName,ObjectClassSearchItemWrapper>
-
-
Constructor Summary
Constructors Constructor Description ObjectClassSearchItemWrapperFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected ObjectClassSearchItemWrapper
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 ObjectClassSearchItemWrapper createSearchWrapper(SearchItemContext ctx)
- Specified by:
createSearchWrapper
in classAbstractSearchItemWrapperFactory<QName,ObjectClassSearchItemWrapper>
-
match
public boolean match(SearchItemContext ctx)
- Specified by:
match
in classAbstractSearchItemWrapperFactory<QName,ObjectClassSearchItemWrapper>
-
-