Uses of Interface
com.evolveum.midpoint.prism.xnode.MetadataAware
-
Packages that use MetadataAware Package Description com.evolveum.midpoint.prism.xnode -
-
Uses of MetadataAware in com.evolveum.midpoint.prism.xnode
Subinterfaces of MetadataAware in com.evolveum.midpoint.prism.xnode Modifier and Type Interface Description interface
MapXNode
Note we cannot use "extends Map" here, because in that case we would have to declare XNodeImpl as map value parameter.interface
PrimitiveXNode<T>
interface
SchemaXNode
Methods in com.evolveum.midpoint.prism.xnode with parameters of type MetadataAware Modifier and Type Method Description static void
MetadataAware. cloneMetadata(MetadataAware target, MetadataAware source)
static void
MetadataAware. visitMetadata(MetadataAware object, Visitor visitor)
-