Uses of Class
com.evolveum.prism.xml.ns._public.types_3.RawType
-
Packages that use RawType Package Description com.evolveum.midpoint.common com.evolveum.midpoint.prism.util com.evolveum.prism.xml.ns._public.types_3 -
-
Uses of RawType in com.evolveum.midpoint.common
Methods in com.evolveum.midpoint.common that return types with arguments of type RawType Modifier and Type Method Description static <IV extends PrismValue,ID extends ItemDefinition>
List<javax.xml.bind.JAXBElement<RawType>>StaticExpressionUtil. serializeValueElements(Item<IV,ID> item, String contextDescription) -
Uses of RawType in com.evolveum.midpoint.prism.util
Methods in com.evolveum.midpoint.prism.util with parameters of type RawType Modifier and Type Method Description static StringPrismPrettyPrinter. prettyPrint(RawType raw) -
Uses of RawType in com.evolveum.prism.xml.ns._public.types_3
Methods in com.evolveum.prism.xml.ns._public.types_3 that return RawType Modifier and Type Method Description RawTypeRawType. clone()static RawTypeRawType. create(XNode node, PrismContext prismContext)static RawTypeRawType. create(String value, PrismContext prismContext)static RawTypeRawType. fromPropertyRealValue(Object realValue, QName explicitTypeName, @NotNull PrismContext prismContext)RawTypeRawObjectType. rawValue()Methods in com.evolveum.prism.xml.ns._public.types_3 that return types with arguments of type RawType Modifier and Type Method Description @NotNull List<RawType>ItemDeltaType. getEstimatedOldValue()@NotNull List<RawType>ItemDeltaType. getValue()Gets the value of the value property.Constructors in com.evolveum.prism.xml.ns._public.types_3 with parameters of type RawType Constructor Description RawObjectType(RawType value)
-