Uses of Interface
com.evolveum.midpoint.prism.xnode.XNode
-
Packages that use XNode 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.com.evolveum.prism.xml.ns._public.types_3 -
-
Uses of XNode in com.evolveum.midpoint.prism
Methods in com.evolveum.midpoint.prism that return XNode Modifier and Type Method Description XNodePrismPropertyValue. getRawElement()Methods in com.evolveum.midpoint.prism with parameters of type XNode Modifier and Type Method Description <T> PrismPropertyValue<T>ItemFactory. createPropertyValue(XNode rawContent)static <T> PrismProperty<T>PrismValueUtil. createRaw(@NotNull XNode node, @NotNull QName itemName, PrismContext prismContext)voidPrismPropertyValue. setRawElement(XNode rawElement) -
Uses of XNode in com.evolveum.midpoint.prism.query
Methods in com.evolveum.midpoint.prism.query with parameters of type XNode Modifier and Type Method Description @NotNull ObjectQueryQueryFactory. createQuery(XNode condition, ObjectFilter filter)ObjectFilterQueryConverter. parseFilter(XNode xnode, Class<? extends Containerable> clazz) -
Uses of XNode in com.evolveum.midpoint.prism.util
Methods in com.evolveum.midpoint.prism.util with parameters of type XNode Modifier and Type Method Description static voidPrismAsserts. assertAllParsedNodes(XNode xnode) -
Uses of XNode in com.evolveum.midpoint.prism.xnode
Subinterfaces of XNode in com.evolveum.midpoint.prism.xnode Modifier and Type Interface Description interfaceIncompleteMarkerXNodeThis is a marker that a given prism item is incomplete.interfaceListXNodeinterfaceMapXNodeNote we cannot use "extends Map" here, because in that case we would have to declare XNodeImpl as map value parameter.interfacePrimitiveXNode<T>interfaceRootXNodeMethods in com.evolveum.midpoint.prism.xnode that return XNode Modifier and Type Method Description @NotNull XNodeXNode. clone()XNodeXNode. copy()default XNodeXNode. frozen()XNodeListXNode. get(int i)XNodeMapXNode. get(QName key)XNodeRootXNode. getSubnode()Methods in com.evolveum.midpoint.prism.xnode that return types with arguments of type XNode Modifier and Type Method Description List<? extends XNode>ListXNode. asList()Map.Entry<QName,? extends XNode>MapXNode. getSingleSubEntry(String errorContext)Map<QName,? extends XNode>MapXNode. toMap()Methods in com.evolveum.midpoint.prism.xnode with parameters of type XNode Modifier and Type Method Description ListXNodeXNodeFactory. list(XNode... nodes)MapXNodeXNodeFactory. map(QName key, XNode value)voidXNodeMutator. putToMapXNode(MapXNode map, QName key, XNode value)RootXNodeXNodeFactory. root(QName rootElementName, XNode subnode)voidXNodeMutator. setXNodeType(XNode node, QName explicitTypeName, boolean explicitTypeDeclaration)Method parameters in com.evolveum.midpoint.prism.xnode with type arguments of type XNode Modifier and Type Method Description MapXNodeXNodeFactory. map(Map<QName,XNode> source) -
Uses of XNode in com.evolveum.prism.xml.ns._public.query_3
Methods in com.evolveum.prism.xml.ns._public.query_3 with parameters of type XNode Modifier and Type Method Description static SearchFilterTypeSearchFilterType. createFromParsedXNode(XNode xnode, ParsingContext pc, PrismContext prismContext)voidSearchFilterType. parseFromXNode(XNode xnode, ParsingContext pc, PrismContext prismContext) -
Uses of XNode in com.evolveum.prism.xml.ns._public.types_3
Methods in com.evolveum.prism.xml.ns._public.types_3 that return XNode Modifier and Type Method Description XNodeRawType. getXnode()XNodeRawType. serializeToXNode()This method always returns a mutable XNode.XNodeRawType. serializeToXNode(SerializationContext sc)Methods in com.evolveum.prism.xml.ns._public.types_3 with parameters of type XNode Modifier and Type Method Description static RawTypeRawType. create(XNode node, PrismContext prismContext)voidRawType. setRawValue(XNode replacement)Sets the new raw content, defined by an XNode.Constructors in com.evolveum.prism.xml.ns._public.types_3 with parameters of type XNode Constructor Description RawType(XNode node, @NotNull PrismContext prismContext)
-