Uses of Class
com.evolveum.prism.xml.ns._public.query_3.UnaryLogicalOperatorFilterType
-
Packages that use UnaryLogicalOperatorFilterType 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 UnaryLogicalOperatorFilterType in com.evolveum.prism.xml.ns._public.query_3
Methods in com.evolveum.prism.xml.ns._public.query_3 that return UnaryLogicalOperatorFilterType Modifier and Type Method Description UnaryLogicalOperatorFilterTypeUnaryLogicalOperatorFilterType. clone()Creates and returns a deep copy of this object.UnaryLogicalOperatorFilterTypeObjectFactory. createUnaryLogicalOperatorFilterType()Create an instance ofUnaryLogicalOperatorFilterTypeMethods in com.evolveum.prism.xml.ns._public.query_3 that return types with arguments of type UnaryLogicalOperatorFilterType Modifier and Type Method Description javax.xml.bind.JAXBElement<UnaryLogicalOperatorFilterType>ObjectFactory. createNot(UnaryLogicalOperatorFilterType value)Methods in com.evolveum.prism.xml.ns._public.query_3 with parameters of type UnaryLogicalOperatorFilterType Modifier and Type Method Description javax.xml.bind.JAXBElement<UnaryLogicalOperatorFilterType>ObjectFactory. createNot(UnaryLogicalOperatorFilterType value)Constructors in com.evolveum.prism.xml.ns._public.query_3 with parameters of type UnaryLogicalOperatorFilterType Constructor Description UnaryLogicalOperatorFilterType(UnaryLogicalOperatorFilterType o)Creates a newUnaryLogicalOperatorFilterTypeinstance by deeply copying a givenUnaryLogicalOperatorFilterTypeinstance.
-