Class SearchFilterType
- java.lang.Object
-
- com.evolveum.midpoint.prism.AbstractFreezable
-
- com.evolveum.prism.xml.ns._public.query_3.SearchFilterType
-
- All Implemented Interfaces:
Freezable,JaxbVisitable,DebugDumpable,Serializable,Cloneable,org.jvnet.jaxb2_commons.lang.Equals,org.jvnet.jaxb2_commons.lang.HashCode
- Direct Known Subclasses:
ConditionalSearchFilterType
public class SearchFilterType extends AbstractFreezable implements Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode, DebugDumpable, Freezable, JaxbVisitable
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static QNameCOMPLEX_TYPEprotected Stringdescriptionstatic QNameF_DESCRIPTIONprotected MapXNodefilterClauseXNode-
Fields inherited from interface com.evolveum.midpoint.util.DebugDumpable
INDENT_STRING
-
-
Constructor Summary
Constructors Constructor Description SearchFilterType()Creates a newQueryTypeinstance.SearchFilterType(SearchFilterType o)Creates a newQueryTypeinstance by deeply copying a givenQueryTypeinstance.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaccept(JaxbVisitor visitor)SearchFilterTypeclone()Creates and returns a deep copy of this object.booleancontainsFilterClause()static SearchFilterTypecreateFromParsedXNode(XNode xnode, ParsingContext pc, PrismContext prismContext)StringdebugDump(int indent)booleanequals(Object object)booleanequals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy)StringgetDescription()RootXNodegetFilterClauseAsRootXNode()MapXNodegetFilterClauseXNode()inthashCode()inthashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)voidparseFromXNode(XNode xnode, ParsingContext pc, PrismContext prismContext)protected voidperformFreeze()MapXNodeserializeToXNode(PrismContext prismContext)voidsetDescription(String description)voidsetFilterClauseXNode(MapXNode filterClauseXNode)voidsetFilterClauseXNode(RootXNode filterClauseNode)StringtoString()Generates a String representation of the contents of this type.-
Methods inherited from class com.evolveum.midpoint.prism.AbstractFreezable
freeze, isImmutable, isMutable
-
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface com.evolveum.midpoint.util.DebugDumpable
debugDump, debugDumpLazily, debugDumpLazily
-
Methods inherited from interface com.evolveum.midpoint.prism.Freezable
checkImmutable, checkMutable, freeze, isImmutable
-
-
-
-
Constructor Detail
-
SearchFilterType
public SearchFilterType()
Creates a newQueryTypeinstance.
-
SearchFilterType
public SearchFilterType(SearchFilterType o)
Creates a newQueryTypeinstance by deeply copying a givenQueryTypeinstance.- Parameters:
o- The instance to copy.- Throws:
NullPointerException- ifoisnull.
-
-
Method Detail
-
getDescription
public String getDescription()
-
setDescription
public void setDescription(String description)
-
containsFilterClause
public boolean containsFilterClause()
-
setFilterClauseXNode
public void setFilterClauseXNode(MapXNode filterClauseXNode)
-
setFilterClauseXNode
public void setFilterClauseXNode(RootXNode filterClauseNode)
-
getFilterClauseXNode
public MapXNode getFilterClauseXNode()
-
getFilterClauseAsRootXNode
public RootXNode getFilterClauseAsRootXNode() throws SchemaException
- Throws:
SchemaException
-
createFromParsedXNode
public static SearchFilterType createFromParsedXNode(XNode xnode, ParsingContext pc, PrismContext prismContext) throws SchemaException
- Throws:
SchemaException
-
parseFromXNode
public void parseFromXNode(XNode xnode, ParsingContext pc, PrismContext prismContext) throws SchemaException
- Throws:
SchemaException
-
serializeToXNode
public MapXNode serializeToXNode(PrismContext prismContext) throws SchemaException
- Throws:
SchemaException
-
toString
public String toString()
Generates a String representation of the contents of this type. This is an extension method, produced by the 'ts' xjc plugin
-
hashCode
public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)- Specified by:
hashCodein interfaceorg.jvnet.jaxb2_commons.lang.HashCode
-
equals
public boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy)- Specified by:
equalsin interfaceorg.jvnet.jaxb2_commons.lang.Equals
-
clone
public SearchFilterType clone()
Creates and returns a deep copy of this object.
-
debugDump
public String debugDump(int indent)
- Specified by:
debugDumpin interfaceDebugDumpable
-
performFreeze
protected void performFreeze()
- Overrides:
performFreezein classAbstractFreezable
-
accept
public void accept(JaxbVisitor visitor)
- Specified by:
acceptin interfaceJaxbVisitable
-
-