Uses of Interface
com.evolveum.midpoint.prism.xnode.XNode
Packages that use XNode
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 XNode in com.evolveum.midpoint.prism
Methods in com.evolveum.midpoint.prism that return XNodeMethods in com.evolveum.midpoint.prism with parameters of type XNodeModifier and TypeMethodDescription<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.impl
Methods in com.evolveum.midpoint.prism.impl with parameters of type XNodeModifier and TypeMethodDescription<T> PrismPropertyValue<T>ItemFactoryImpl.createPropertyValue(XNode rawValue) voidHacksImpl.putToMapXNode(MapXNode map, QName key, XNode value) voidPrismPropertyValueImpl.setRawElement(XNode rawElement) voidHacksImpl.setXNodeType(XNode node, QName explicitTypeName, boolean explicitTypeDeclaration) -
Uses of XNode in com.evolveum.midpoint.prism.impl.lex
Methods in com.evolveum.midpoint.prism.impl.lex with parameters of type XNodeModifier and TypeMethodDescriptionLexicalProcessor.write(@NotNull XNode xnode, @NotNull QName rootElementName, @Nullable SerializationContext serializationContext) Serializes a non-root node into XNode tree. -
Uses of XNode in com.evolveum.midpoint.prism.impl.lex.dom
Methods in com.evolveum.midpoint.prism.impl.lex.dom with parameters of type XNodeModifier and TypeMethodDescription@NotNull StringDomLexicalProcessor.write(@NotNull XNode xnode, @NotNull QName rootElementName, SerializationContext serializationContext) -
Uses of XNode in com.evolveum.midpoint.prism.impl.lex.json
Methods in com.evolveum.midpoint.prism.impl.lex.json with parameters of type XNodeModifier and TypeMethodDescription@NotNull StringDelegatingLexicalProcessor.write(@NotNull XNode xnode, @NotNull QName rootElementName, @Nullable SerializationContext serializationContext) @NotNull XNodeImplNullLexicalProcessor.write(@NotNull XNode xnode, @NotNull QName rootElementName, @Nullable SerializationContext serializationContext) -
Uses of XNode in com.evolveum.midpoint.prism.impl.lex.json.writer
Methods in com.evolveum.midpoint.prism.impl.lex.json.writer with parameters of type XNodeModifier and TypeMethodDescription@NotNull StringAbstractWriter.write(@NotNull XNode xnode, @NotNull QName rootElementName, SerializationContext prismSerializationContext) -
Uses of XNode in com.evolveum.midpoint.prism.impl.marshaller
Methods in com.evolveum.midpoint.prism.impl.marshaller with parameters of type XNodeModifier and TypeMethodDescription<T extends Containerable>
ItemDefinition<?>PrismUnmarshaller.locateItemDefinition(@NotNull ItemDefinition<?> containerDefinition, @NotNull QName itemName, @Nullable XNode xnode) QueryConverterImpl.parseFilter(XNode xnode, Class<? extends Containerable> clazz) Used by XNodeProcessor and similar code that does not have complete schema for the filter -
Uses of XNode in com.evolveum.midpoint.prism.impl.query
Methods in com.evolveum.midpoint.prism.impl.query with parameters of type XNodeModifier and TypeMethodDescription@NotNull ObjectQueryQueryFactoryImpl.createQuery(XNode condition, ObjectFilter filter) -
Uses of XNode in com.evolveum.midpoint.prism.impl.xnode
Classes in com.evolveum.midpoint.prism.impl.xnode that implement XNodeModifier and TypeClassDescriptionclassFIXME: This could be effective singletonclassclassclassclassclassclassMethods in com.evolveum.midpoint.prism.impl.xnode that return XNodeMethods in com.evolveum.midpoint.prism.impl.xnode that return types with arguments of type XNodeMethods in com.evolveum.midpoint.prism.impl.xnode with parameters of type XNodeModifier and TypeMethodDescriptionXNodeFactoryImpl.map(PrismNamespaceContext namespaceContext, QName key, XNode value) voidMethod parameters in com.evolveum.midpoint.prism.impl.xnode with type arguments of type XNodeModifier and TypeMethodDescriptionvoidvoidvoidvoidvoidXNodeFactoryImpl.map(PrismNamespaceContext namespaceContext, Map<QName, XNode> source) Constructors in com.evolveum.midpoint.prism.impl.xnode with parameters of type XNodeModifierConstructorDescriptionRootXNodeImpl(@NotNull QName rootElementName, XNode subnode) Deprecated.RootXNodeImpl(@NotNull QName rootElementName, XNode subnode, PrismNamespaceContext ctx) -
Uses of XNode in com.evolveum.midpoint.prism.query
Methods in com.evolveum.midpoint.prism.query with parameters of type XNodeModifier and TypeMethodDescription@NotNull ObjectQueryQueryFactory.createQuery(XNode condition, ObjectFilter filter) QueryConverter.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 -
Uses of XNode in com.evolveum.midpoint.prism.xnode
Subinterfaces of XNode in com.evolveum.midpoint.prism.xnodeModifier and TypeInterfaceDescriptioninterfaceThis is a marker that a given prism item is incomplete.interfaceinterfaceNote we cannot use "extends Map" here, because in that case we would have to declare XNodeImpl as map value parameter.interfaceinterfaceMethods in com.evolveum.midpoint.prism.xnode that return XNodeModifier and TypeMethodDescription@NotNull XNodeXNode.clone()XNode.copy()default XNodeXNode.frozen()ListXNode.get(int i) RootXNode.getSubnode()Methods in com.evolveum.midpoint.prism.xnode that return types with arguments of type XNodeModifier and TypeMethodDescriptionListXNode.asList()MapXNode.getSingleSubEntry(String errorContext) MapXNode.toMap()Methods in com.evolveum.midpoint.prism.xnode with parameters of type XNodeModifier and TypeMethodDescriptionXNodeFactory.map(PrismNamespaceContext namespaceContext, QName key, XNode value) voidXNodeMutator.putToMapXNode(MapXNode map, QName key, XNode value) voidXNodeMutator.setXNodeType(XNode node, QName explicitTypeName, boolean explicitTypeDeclaration) Method parameters in com.evolveum.midpoint.prism.xnode with type arguments of type XNode -
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 XNodeModifier and TypeMethodDescriptionstatic 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 XNodeModifier and TypeMethodDescriptionRawType.getXnode()RawType.serializeToXNode()This method always returns a mutable XNode.RawType.serializeToXNode(SerializationContext sc) Methods in com.evolveum.prism.xml.ns._public.types_3 with parameters of type XNodeModifier and TypeMethodDescriptionstatic 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