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 classNamedValueTypeAny 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 AnyValueTypeValueTransformationTraceType. beginOutput()AnyValueTypeScriptEvaluationTraceType. beginResult()AnyValueTypeScriptVariableEvaluationTraceType. beginValue()AnyValueTypeAnyValueType. clone()Creates and returns a deep copy of this object.AnyValueTypeObjectFactory. createAnyValueType()Create an instance ofAnyValueTypeAnyValueTypeAnyValueType. textValue(String value)AnyValueTypeAnyValueType. 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. createOutputList()List<AnyValueType>ScriptEvaluationTraceType. createResultList()List<AnyValueType>ScriptVariableEvaluationTraceType. createValueList()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)ValueTransformationTraceTypeValueTransformationTraceType. output(AnyValueType value)ScriptEvaluationTraceTypeScriptEvaluationTraceType. result(AnyValueType value)ScriptVariableEvaluationTraceTypeScriptVariableEvaluationTraceType. value(AnyValueType value)Constructors in com.evolveum.midpoint.xml.ns._public.common.common_3 with parameters of type AnyValueType Constructor Description AnyValueType(AnyValueType o)Creates a newAnyValueTypeinstance by deeply copying a givenAnyValueTypeinstance.
-