Uses of Interface
com.evolveum.midpoint.prism.xnode.MapXNode
Packages that use MapXNode
Package
Description
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 MapXNode in com.evolveum.midpoint.prism
Methods in com.evolveum.midpoint.prism with parameters of type MapXNodeModifier and TypeMethodDescription<T> void
Hacks.parseProtectedType
(ProtectedDataType<T> protectedType, MapXNode xmap, PrismContext prismContext, ParsingContext pc) -
Uses of MapXNode in com.evolveum.midpoint.prism.query
Methods in com.evolveum.midpoint.prism.query that return MapXNodeMethods in com.evolveum.midpoint.prism.query with parameters of type MapXNodeModifier and TypeMethodDescriptionvoid
QueryConverter.parseFilterPreliminarily
(MapXNode xfilter, ParsingContext pc) Tries to parse as much from filter as possible, without knowing the definition of object(s) to which the filter will be applied. -
Uses of MapXNode in com.evolveum.midpoint.prism.util
Methods in com.evolveum.midpoint.prism.util with parameters of type MapXNodeModifier and TypeMethodDescriptionstatic void
PrismAsserts.assertSize
(MapXNode xmap, int expectedSize) static void
PrismAsserts.assertSubnode
(MapXNode xmap, QName key, Class expectedClass) -
Uses of MapXNode in com.evolveum.midpoint.prism.xnode
Methods in com.evolveum.midpoint.prism.xnode that return MapXNodeModifier and TypeMethodDescription@NotNull MapXNode
MapXNode.clone()
MapXNode.copy()
XNodeFactory.map()
XNodeFactory.map
(PrismNamespaceContext namespaceContext) XNodeFactory.map
(PrismNamespaceContext namespaceContext, Map<QName, XNode> source) XNodeFactory.map
(PrismNamespaceContext namespaceContext, QName key, XNode value) RootXNode.toMapXNode()
Methods in com.evolveum.midpoint.prism.xnode that return types with arguments of type MapXNodeMethods in com.evolveum.midpoint.prism.xnode with parameters of type MapXNodeModifier and TypeMethodDescriptiondefault void
MetadataAware.addMetadataNode
(MapXNode metadataNode) void
XNodeMutator.putToMapXNode
(MapXNode map, QName key, XNode value) Method parameters in com.evolveum.midpoint.prism.xnode with type arguments of type MapXNodeModifier and TypeMethodDescriptionvoid
MetadataAware.setMetadataNodes
(@NotNull List<MapXNode> metadataNodes) -
Uses of MapXNode in com.evolveum.midpoint.web.util
Methods in com.evolveum.midpoint.web.util that return MapXNodeModifier and TypeMethodDescriptionstatic MapXNode
ExpressionUtil.getAssociationTargetSearchFilterValuesMap
(ExpressionType expression) static MapXNode
ExpressionUtil.getOrCreateAssociationTargetSearchValues
(ExpressionType expression, PrismContext prismContext) -
Uses of MapXNode in com.evolveum.prism.xml.ns._public.query_3
Fields in com.evolveum.prism.xml.ns._public.query_3 declared as MapXNodeMethods in com.evolveum.prism.xml.ns._public.query_3 that return MapXNodeModifier and TypeMethodDescriptionSearchFilterType.getFilterClauseXNode()
SearchFilterType.serializeToXNode
(PrismContext prismContext) Methods in com.evolveum.prism.xml.ns._public.query_3 with parameters of type MapXNodeModifier and TypeMethodDescriptionvoid
SearchFilterType.setFilterClauseXNode
(MapXNode filterClauseXNode)