Uses of Class
com.evolveum.prism.xml.ns._public.query_3.FilterClauseType
-
Packages that use FilterClauseType Package Description com.evolveum.prism.xml.ns._public.query_3 Copyright (c) 2010-2019 Evolveum and contributors This work is dual-licensed under the Apache License 2.0 and European Union Public License. -
-
Uses of FilterClauseType in com.evolveum.prism.xml.ns._public.query_3
Subclasses of FilterClauseType in com.evolveum.prism.xml.ns._public.query_3 Modifier and Type Class Description classLogicalOperatorFilterTypeJava class for LogicalOperatorFilterType complex type.classNAryLogicalOperatorFilterTypeJava class for NAryLogicalOperatorFilterType complex type.classPropertyComplexValueFilterTypeJava class for PropertyComplexValueFilterType complex type.classPropertyNoValueFilterTypeJava class for PropertyNoValueFilterType complex type.classPropertySimpleValueFilterTypeJava class for PropertySimpleValueFilterType complex type.classUnaryLogicalOperatorFilterTypeJava class for UnaryLogicalOperatorFilterType complex type.classUriFilterTypeJava class for UriFilterType complex type.Methods in com.evolveum.prism.xml.ns._public.query_3 that return FilterClauseType Modifier and Type Method Description FilterClauseTypeFilterClauseType. clone()Creates and returns a deep copy of this object.FilterClauseTypeObjectFactory. createFilterType()Create an instance ofFilterClauseTypeMethods in com.evolveum.prism.xml.ns._public.query_3 that return types with arguments of type FilterClauseType Modifier and Type Method Description javax.xml.bind.JAXBElement<FilterClauseType>ObjectFactory. createFilterClause(FilterClauseType value)Methods in com.evolveum.prism.xml.ns._public.query_3 with parameters of type FilterClauseType Modifier and Type Method Description javax.xml.bind.JAXBElement<FilterClauseType>ObjectFactory. createFilterClause(FilterClauseType value)Constructors in com.evolveum.prism.xml.ns._public.query_3 with parameters of type FilterClauseType Constructor Description FilterClauseType(FilterClauseType o)Creates a newFilterTypeinstance by deeply copying a givenFilterTypeinstance.
-