Uses of Class
com.evolveum.prism.xml.ns._public.query_3.NAryLogicalOperatorFilterType
-
Packages that use NAryLogicalOperatorFilterType 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 NAryLogicalOperatorFilterType in com.evolveum.prism.xml.ns._public.query_3
Methods in com.evolveum.prism.xml.ns._public.query_3 that return NAryLogicalOperatorFilterType Modifier and Type Method Description NAryLogicalOperatorFilterTypeNAryLogicalOperatorFilterType. clone()Creates and returns a deep copy of this object.NAryLogicalOperatorFilterTypeObjectFactory. createNAryLogicalOperatorFilterType()Create an instance ofNAryLogicalOperatorFilterTypeMethods in com.evolveum.prism.xml.ns._public.query_3 that return types with arguments of type NAryLogicalOperatorFilterType Modifier and Type Method Description javax.xml.bind.JAXBElement<NAryLogicalOperatorFilterType>ObjectFactory. createAnd(NAryLogicalOperatorFilterType value)javax.xml.bind.JAXBElement<NAryLogicalOperatorFilterType>ObjectFactory. createOr(NAryLogicalOperatorFilterType value)Methods in com.evolveum.prism.xml.ns._public.query_3 with parameters of type NAryLogicalOperatorFilterType Modifier and Type Method Description javax.xml.bind.JAXBElement<NAryLogicalOperatorFilterType>ObjectFactory. createAnd(NAryLogicalOperatorFilterType value)javax.xml.bind.JAXBElement<NAryLogicalOperatorFilterType>ObjectFactory. createOr(NAryLogicalOperatorFilterType value)Constructors in com.evolveum.prism.xml.ns._public.query_3 with parameters of type NAryLogicalOperatorFilterType Constructor Description NAryLogicalOperatorFilterType(NAryLogicalOperatorFilterType o)Creates a newNAryLogicalOperatorFilterTypeinstance by deeply copying a givenNAryLogicalOperatorFilterTypeinstance.
-