public class ResultsHandlerConfigurationType extends Object implements Serializable, Cloneable, com.evolveum.midpoint.prism.Containerable
Java class for ResultsHandlerConfigurationType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ResultsHandlerConfigurationType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="enableNormalizingResultsHandler" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="enableFilteredResultsHandler" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="enableCaseInsensitiveFilter" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="enableAttributesToGetSearchResultsHandler" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
static QName |
COMPLEX_TYPE |
static QName |
F_ENABLE_ATTRIBUTES_TO_GET_SEARCH_RESULTS_HANDLER |
static QName |
F_ENABLE_CASE_INSENSITIVE_FILTER |
static QName |
F_ENABLE_FILTERED_RESULTS_HANDLER |
static QName |
F_ENABLE_NORMALIZING_RESULTS_HANDLER |
Constructor and Description |
---|
ResultsHandlerConfigurationType() |
Modifier and Type | Method and Description |
---|---|
com.evolveum.midpoint.prism.PrismContainerValue |
asPrismContainerValue() |
ResultsHandlerConfigurationType |
clone() |
boolean |
equals(Object object) |
int |
hashCode() |
Boolean |
isEnableAttributesToGetSearchResultsHandler() |
Boolean |
isEnableCaseInsensitiveFilter() |
Boolean |
isEnableFilteredResultsHandler() |
Boolean |
isEnableNormalizingResultsHandler() |
void |
setEnableAttributesToGetSearchResultsHandler(Boolean value) |
void |
setEnableCaseInsensitiveFilter(Boolean value) |
void |
setEnableFilteredResultsHandler(Boolean value) |
void |
setEnableNormalizingResultsHandler(Boolean value) |
void |
setupContainerValue(com.evolveum.midpoint.prism.PrismContainerValue containerValue) |
String |
toString() |
public static final QName COMPLEX_TYPE
public static final QName F_ENABLE_NORMALIZING_RESULTS_HANDLER
public static final QName F_ENABLE_FILTERED_RESULTS_HANDLER
public static final QName F_ENABLE_CASE_INSENSITIVE_FILTER
public static final QName F_ENABLE_ATTRIBUTES_TO_GET_SEARCH_RESULTS_HANDLER
public com.evolveum.midpoint.prism.PrismContainerValue asPrismContainerValue()
asPrismContainerValue
in interface com.evolveum.midpoint.prism.Containerable
public void setupContainerValue(com.evolveum.midpoint.prism.PrismContainerValue containerValue)
setupContainerValue
in interface com.evolveum.midpoint.prism.Containerable
public Boolean isEnableNormalizingResultsHandler()
public void setEnableNormalizingResultsHandler(Boolean value)
public Boolean isEnableFilteredResultsHandler()
public void setEnableFilteredResultsHandler(Boolean value)
public Boolean isEnableCaseInsensitiveFilter()
public void setEnableCaseInsensitiveFilter(Boolean value)
public Boolean isEnableAttributesToGetSearchResultsHandler()
public void setEnableAttributesToGetSearchResultsHandler(Boolean value)
public ResultsHandlerConfigurationType clone()
Copyright © 2014 Evolveum. All rights reserved.