Uses of Class
com.evolveum.midpoint.xml.ns._public.common.common_3.AnyValueType
-
Packages that use AnyValueType Package Description com.evolveum.midpoint.schema.util com.evolveum.midpoint.xml.ns._public.common.common_3 -
-
Uses of AnyValueType in com.evolveum.midpoint.schema.util
Methods in com.evolveum.midpoint.schema.util that return types with arguments of type AnyValueType Modifier and Type Method Description static Collection<AnyValueType>
TraceUtil. toAnyValueTypeList(Object object, PrismContext prismContext)
-
Uses of AnyValueType in com.evolveum.midpoint.xml.ns._public.common.common_3
Subclasses of AnyValueType in com.evolveum.midpoint.xml.ns._public.common.common_3 Modifier and Type Class Description class
NamedValueType
Any value (property, reference, container) along with its name.Methods in com.evolveum.midpoint.xml.ns._public.common.common_3 that return AnyValueType Modifier and Type Method Description AnyValueType
ValueTransformationTraceType. beginOutput()
AnyValueType
ScriptEvaluationTraceType. beginResult()
AnyValueType
ScriptVariableEvaluationTraceType. beginValue()
AnyValueType
AnyValueType. clone()
AnyValueType
ObjectFactory. createAnyValueType()
AnyValueType
AnyValueType. textValue(String value)
AnyValueType
AnyValueType. value(Object value)
Methods in com.evolveum.midpoint.xml.ns._public.common.common_3 that return types with arguments of type AnyValueType Modifier and Type Method Description javax.xml.bind.JAXBElement<AnyValueType>
ObjectFactory. createAnyValue(AnyValueType value)
List<AnyValueType>
ValueTransformationTraceType. getOutput()
List<AnyValueType>
ScriptEvaluationTraceType. getResult()
List<AnyValueType>
ScriptVariableEvaluationTraceType. getValue()
Methods in com.evolveum.midpoint.xml.ns._public.common.common_3 with parameters of type AnyValueType Modifier and Type Method Description javax.xml.bind.JAXBElement<AnyValueType>
ObjectFactory. createAnyValue(AnyValueType value)
ValueTransformationTraceType
ValueTransformationTraceType. output(AnyValueType value)
ScriptEvaluationTraceType
ScriptEvaluationTraceType. result(AnyValueType value)
ScriptVariableEvaluationTraceType
ScriptVariableEvaluationTraceType. value(AnyValueType value)
Constructors in com.evolveum.midpoint.xml.ns._public.common.common_3 with parameters of type AnyValueType Constructor Description AnyValueType(AnyValueType other)
-