Uses of Class
com.evolveum.midpoint.prism.impl.xnode.XNodeImpl
Packages that use XNodeImpl
Package
Description
-
Uses of XNodeImpl in com.evolveum.midpoint.prism.impl
Methods in com.evolveum.midpoint.prism.impl that return XNodeImplMethods in com.evolveum.midpoint.prism.impl with parameters of type XNodeImplModifier and TypeMethodDescription@NotNull StringSerializerStringTarget.write(@NotNull XNodeImpl xNode, SerializationContext context) SerializerTarget.write(@NotNull XNodeImpl xNode, SerializationContext context) -
Uses of XNodeImpl in com.evolveum.midpoint.prism.impl.lex
Methods in com.evolveum.midpoint.prism.impl.lex with parameters of type XNodeImplModifier and TypeMethodDescriptionstatic @NotNull RootXNodeImplLexicalUtils.createRootXNode(XNodeImpl xnode, QName rootElementName) -
Uses of XNodeImpl in com.evolveum.midpoint.prism.impl.lex.json
Methods in com.evolveum.midpoint.prism.impl.lex.json that return XNodeImplModifier and TypeMethodDescription@NotNull XNodeImplNullLexicalProcessor.write(@NotNull RootXNode xnode, @Nullable SerializationContext serializationContext) @NotNull XNodeImplNullLexicalProcessor.write(@NotNull XNode xnode, @NotNull QName rootElementName, @Nullable SerializationContext serializationContext) @NotNull XNodeImplNullLexicalProcessor.write(@NotNull List<RootXNodeImpl> roots, @Nullable SerializationContext context) -
Uses of XNodeImpl in com.evolveum.midpoint.prism.impl.marshaller
Methods in com.evolveum.midpoint.prism.impl.marshaller that return XNodeImpl -
Uses of XNodeImpl in com.evolveum.midpoint.prism.impl.query
Methods in com.evolveum.midpoint.prism.impl.query with parameters of type XNodeImplModifier and TypeMethodDescriptionstatic ObjectQueryObjectQueryImpl.createObjectQuery(XNodeImpl condition, ObjectFilter filter) -
Uses of XNodeImpl in com.evolveum.midpoint.prism.impl.util
Methods in com.evolveum.midpoint.prism.impl.util with parameters of type XNodeImplModifier and TypeMethodDescriptionstatic ExpressionWrapperPrismUtilInternal.parseExpression(XNodeImpl node) Method parameters in com.evolveum.midpoint.prism.impl.util with type arguments of type XNodeImplModifier and TypeMethodDescriptionstatic ExpressionWrapperPrismUtilInternal.parseExpression(Map.Entry<QName, XNodeImpl> expressionEntry) -
Uses of XNodeImpl in com.evolveum.midpoint.prism.impl.xnode
Subclasses of XNodeImpl in com.evolveum.midpoint.prism.impl.xnodeModifier and TypeClassDescriptionclassFIXME: This could be effective singletonclassclassclassclassclassFields in com.evolveum.midpoint.prism.impl.xnode declared as XNodeImplMethods in com.evolveum.midpoint.prism.impl.xnode with type parameters of type XNodeImplModifier and TypeMethodDescriptionprotected <T extends XNodeImpl>
TXNodeImpl.copyCommonTo(T target) Methods in com.evolveum.midpoint.prism.impl.xnode that return XNodeImplModifier and TypeMethodDescription@NotNull XNodeImplSchemaXNodeImpl.clone()@NotNull XNodeImplXNodeImpl.clone()XNodeImpl.cloneTransformKeys(Transformer<QName, QName> keyTransformer) ListXNodeImpl.get(int index) XNodeImpl.getParent()RootXNodeImpl.getSubnode()ListXNodeImpl.remove(int index) Methods in com.evolveum.midpoint.prism.impl.xnode that return types with arguments of type XNodeImplModifier and TypeMethodDescriptionMapXNodeImpl.entrySet()MapXNodeImpl.getSingleEntryThatDoesNotMatch(QName... excludedKeys) MapXNodeImpl.getSingleSubEntry(String errorContext) ListXNodeImpl.iterator()ListXNodeImpl.listIterator()ListXNodeImpl.listIterator(int index) ListXNodeImpl.subList(int fromIndex, int toIndex) Methods in com.evolveum.midpoint.prism.impl.xnode with parameters of type XNodeImplModifier and TypeMethodDescriptionvoidbooleanprotected voidXNodeImpl.copyCommonAttributesFrom(XNodeImpl xnode) voidvoidvoidvoidRootXNodeImpl.setSubnode(XNodeImpl subnode) Method parameters in com.evolveum.midpoint.prism.impl.xnode with type arguments of type XNodeImplModifier and TypeMethodDescriptionbooleanListXNodeImpl.addAll(int index, Collection<? extends XNodeImpl> c) booleanListXNodeImpl.addAll(Collection<? extends XNodeImpl> c) Constructor parameters in com.evolveum.midpoint.prism.impl.xnode with type arguments of type XNodeImplModifierConstructorDescriptionRootXNodeImpl(Map.Entry<QName, XNodeImpl> entry) Deprecated.RootXNodeImpl(Map.Entry<QName, XNodeImpl> entry, PrismNamespaceContext ctx)