Uses of Interface
com.evolveum.midpoint.prism.xnode.MapXNode
-
Packages that use MapXNode Package Description com.evolveum.midpoint.prism com.evolveum.midpoint.prism.query com.evolveum.midpoint.prism.util 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. -
-
Uses of MapXNode in com.evolveum.midpoint.prism
Methods in com.evolveum.midpoint.prism with parameters of type MapXNode Modifier and Type Method Description <T> voidHacks. 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 MapXNode Modifier and Type Method Description MapXNodeQueryConverter. serializeFilter(ObjectFilter filter)Methods in com.evolveum.midpoint.prism.query with parameters of type MapXNode Modifier and Type Method Description voidQueryConverter. 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 MapXNode Modifier and Type Method Description static voidPrismAsserts. assertSize(MapXNode xmap, int expectedSize)static voidPrismAsserts. 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 MapXNode Modifier and Type Method Description @NotNull MapXNodeMapXNode. clone()MapXNodeMapXNode. copy()MapXNodeXNodeFactory. map()MapXNodeXNodeFactory. map(Map<QName,XNode> source)MapXNodeXNodeFactory. map(QName key, XNode value)MapXNodeRootXNode. toMapXNode()Methods in com.evolveum.midpoint.prism.xnode that return types with arguments of type MapXNode Modifier and Type Method Description @NotNull List<MapXNode>MetadataAware. getMetadataNodes()Methods in com.evolveum.midpoint.prism.xnode with parameters of type MapXNode Modifier and Type Method Description default voidMetadataAware. addMetadataNode(MapXNode metadataNode)voidXNodeMutator. putToMapXNode(MapXNode map, QName key, XNode value)Method parameters in com.evolveum.midpoint.prism.xnode with type arguments of type MapXNode Modifier and Type Method Description voidMetadataAware. setMetadataNodes(@NotNull List<MapXNode> metadataNodes) -
Uses of MapXNode in com.evolveum.prism.xml.ns._public.query_3
Fields in com.evolveum.prism.xml.ns._public.query_3 declared as MapXNode Modifier and Type Field Description protected MapXNodeSearchFilterType. filterClauseXNodeMethods in com.evolveum.prism.xml.ns._public.query_3 that return MapXNode Modifier and Type Method Description MapXNodeSearchFilterType. getFilterClauseXNode()MapXNodeSearchFilterType. serializeToXNode(PrismContext prismContext)Methods in com.evolveum.prism.xml.ns._public.query_3 with parameters of type MapXNode Modifier and Type Method Description voidSearchFilterType. setFilterClauseXNode(MapXNode filterClauseXNode)
-