Uses of Interface
com.evolveum.midpoint.prism.xnode.RootXNode
-
Packages that use RootXNode Package Description com.evolveum.midpoint.prism com.evolveum.midpoint.prism.xnode 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.com.evolveum.prism.xml.ns._public.types_3 -
-
Uses of RootXNode in com.evolveum.midpoint.prism
Methods in com.evolveum.midpoint.prism that return RootXNode Modifier and Type Method Description @NotNull RootXNodeParserXNodeSource. getXNode()RootXNodePrismParser. parseToXNode()Parses the input into RootXNode.RootXNodePrismParserNoIO. parseToXNode()Methods in com.evolveum.midpoint.prism that return types with arguments of type RootXNode Modifier and Type Method Description @NotNull PrismSerializer<RootXNode>PrismContext. xnodeSerializer()Creates a serializer for XNode.Methods in com.evolveum.midpoint.prism with parameters of type RootXNode Modifier and Type Method Description @NotNull PrismParserNoIOPrismContext. parserFor(@NotNull RootXNode xnode)Creates a parser ready to process data from the given XNode tree.TPrismSerializer. serialize(@NotNull RootXNode xnode)Constructors in com.evolveum.midpoint.prism with parameters of type RootXNode Constructor Description ParserXNodeSource(@NotNull RootXNode xnode) -
Uses of RootXNode in com.evolveum.midpoint.prism.xnode
Methods in com.evolveum.midpoint.prism.xnode that return RootXNode Modifier and Type Method Description RootXNodeRootXNode. copy()RootXNodeMapXNode. getEntryAsRoot(@NotNull QName key)RootXNodeMapXNode. getSingleSubEntryAsRoot(String errorContext)RootXNodeXNodeFactory. root(QName rootElementName, XNode subnode)RootXNodeXNode. toRootXNode() -
Uses of RootXNode in com.evolveum.prism.xml.ns._public.query_3
Methods in com.evolveum.prism.xml.ns._public.query_3 that return RootXNode Modifier and Type Method Description RootXNodeSearchFilterType. getFilterClauseAsRootXNode()Methods in com.evolveum.prism.xml.ns._public.query_3 with parameters of type RootXNode Modifier and Type Method Description voidSearchFilterType. setFilterClauseXNode(RootXNode filterClauseNode) -
Uses of RootXNode in com.evolveum.prism.xml.ns._public.types_3
Methods in com.evolveum.prism.xml.ns._public.types_3 that return RootXNode Modifier and Type Method Description @NotNull RootXNodeRawType. getRootXNode(@NotNull QName itemName)
-