Uses of Interface
com.evolveum.midpoint.prism.xnode.RootXNode
-
Packages that use RootXNode Package Description com.evolveum.midpoint.prism com.evolveum.midpoint.prism.impl com.evolveum.midpoint.prism.impl.lex com.evolveum.midpoint.prism.impl.lex.dom com.evolveum.midpoint.prism.impl.lex.json com.evolveum.midpoint.prism.impl.lex.json.writer com.evolveum.midpoint.prism.impl.marshaller com.evolveum.midpoint.prism.impl.util com.evolveum.midpoint.prism.impl.xnode com.evolveum.midpoint.prism.xnode com.evolveum.midpoint.web.util 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 RootXNode
ParserXNodeSource. getXNode()
RootXNode
PrismParser. parseToXNode()
Parses the input into RootXNode.RootXNode
PrismParserNoIO. 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 PrismParserNoIO
PrismContext. parserFor(@NotNull RootXNode xnode)
Creates a parser ready to process data from the given XNode tree.T
PrismSerializer. 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.impl
Methods in com.evolveum.midpoint.prism.impl that return types with arguments of type RootXNode Modifier and Type Method Description @NotNull PrismSerializer<RootXNode>
PrismContextImpl. xnodeSerializer()
Methods in com.evolveum.midpoint.prism.impl with parameters of type RootXNode Modifier and Type Method Description @NotNull PrismParserNoIO
PrismContextImpl. parserFor(@NotNull RootXNode xnode)
-
Uses of RootXNode in com.evolveum.midpoint.prism.impl.lex
Methods in com.evolveum.midpoint.prism.impl.lex with parameters of type RootXNode Modifier and Type Method Description T
LexicalProcessor. write(@NotNull RootXNode xnode, @Nullable SerializationContext serializationContext)
Serializes a root node into XNode tree. -
Uses of RootXNode in com.evolveum.midpoint.prism.impl.lex.dom
Methods in com.evolveum.midpoint.prism.impl.lex.dom with parameters of type RootXNode Modifier and Type Method Description @NotNull String
DomLexicalProcessor. write(@NotNull RootXNode xnode, SerializationContext serializationContext)
-
Uses of RootXNode in com.evolveum.midpoint.prism.impl.lex.json
Methods in com.evolveum.midpoint.prism.impl.lex.json with parameters of type RootXNode Modifier and Type Method Description @NotNull String
DelegatingLexicalProcessor. write(@NotNull RootXNode xnode, @Nullable SerializationContext serializationContext)
@NotNull XNodeImpl
NullLexicalProcessor. write(@NotNull RootXNode xnode, @Nullable SerializationContext serializationContext)
-
Uses of RootXNode in com.evolveum.midpoint.prism.impl.lex.json.writer
Methods in com.evolveum.midpoint.prism.impl.lex.json.writer with parameters of type RootXNode Modifier and Type Method Description @NotNull String
AbstractWriter. write(@NotNull RootXNode root, SerializationContext prismSerializationContext)
-
Uses of RootXNode in com.evolveum.midpoint.prism.impl.marshaller
Methods in com.evolveum.midpoint.prism.impl.marshaller with parameters of type RootXNode Modifier and Type Method Description T
PrismSerializerImpl. serialize(@NotNull RootXNode xnode)
-
Uses of RootXNode in com.evolveum.midpoint.prism.impl.util
Method parameters in com.evolveum.midpoint.prism.impl.util with type arguments of type RootXNode Modifier and Type Method Description static MapXNodeImpl
PrismUtilInternal. serializeExpression(ExpressionWrapper expressionWrapper, PrismSerializer<RootXNode> xnodeSerializer)
-
Uses of RootXNode in com.evolveum.midpoint.prism.impl.xnode
Classes in com.evolveum.midpoint.prism.impl.xnode that implement RootXNode Modifier and Type Class Description class
RootXNodeImpl
Methods in com.evolveum.midpoint.prism.impl.xnode that return RootXNode Modifier and Type Method Description RootXNode
RootXNodeImpl. copy()
RootXNode
MapXNodeImpl. getSingleSubEntryAsRoot(String errorContext)
RootXNode
XNodeFactoryImpl. root(QName rootElementName, XNode subnode)
-
Uses of RootXNode in com.evolveum.midpoint.prism.xnode
Methods in com.evolveum.midpoint.prism.xnode that return RootXNode Modifier and Type Method Description RootXNode
RootXNode. copy()
RootXNode
MapXNode. getEntryAsRoot(@NotNull QName key)
RootXNode
MapXNode. getSingleSubEntryAsRoot(String errorContext)
RootXNode
XNodeFactory. root(QName rootElementName, XNode subnode)
RootXNode
XNode. toRootXNode()
-
Uses of RootXNode in com.evolveum.midpoint.web.util
Methods in com.evolveum.midpoint.web.util that return RootXNode Modifier and Type Method Description static RootXNode
ExpressionUtil. parseSearchFilter(String data, PrismContext context)
-
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 RootXNode
SearchFilterType. getFilterClauseAsRootXNode()
Methods in com.evolveum.prism.xml.ns._public.query_3 with parameters of type RootXNode Modifier and Type Method Description void
SearchFilterType. 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 RootXNode
RawType. getRootXNode(@NotNull QName itemName)
-