Uses of Class
com.evolveum.midpoint.xml.ns._public.common.common_3.MappingEvaluationVariableType
-
Packages that use MappingEvaluationVariableType Package Description com.evolveum.midpoint.xml.ns._public.common.common_3 -
-
Uses of MappingEvaluationVariableType in com.evolveum.midpoint.xml.ns._public.common.common_3
Fields in com.evolveum.midpoint.xml.ns._public.common.common_3 with type parameters of type MappingEvaluationVariableType Modifier and Type Field Description protected List<MappingEvaluationVariableType>
MappingEvaluationRequestType. variable
Methods in com.evolveum.midpoint.xml.ns._public.common.common_3 that return MappingEvaluationVariableType Modifier and Type Method Description MappingEvaluationVariableType
MappingEvaluationRequestType. beginVariable()
MappingEvaluationVariableType
MappingEvaluationVariableType. clone()
Creates and returns a deep copy of this object.MappingEvaluationVariableType
ObjectFactory. createMappingEvaluationVariableType()
Create an instance ofMappingEvaluationVariableType
MappingEvaluationVariableType
MappingEvaluationVariableType. name(String value)
MappingEvaluationVariableType
MappingEvaluationVariableType. value(Object value)
Methods in com.evolveum.midpoint.xml.ns._public.common.common_3 that return types with arguments of type MappingEvaluationVariableType Modifier and Type Method Description List<MappingEvaluationVariableType>
MappingEvaluationRequestType. getVariable()
Gets the value of the variable property.Methods in com.evolveum.midpoint.xml.ns._public.common.common_3 with parameters of type MappingEvaluationVariableType Modifier and Type Method Description MappingEvaluationRequestType
MappingEvaluationRequestType. variable(MappingEvaluationVariableType value)
Constructors in com.evolveum.midpoint.xml.ns._public.common.common_3 with parameters of type MappingEvaluationVariableType Constructor Description MappingEvaluationVariableType(MappingEvaluationVariableType o)
Creates a newMappingEvaluationVariableType
instance by deeply copying a givenMappingEvaluationVariableType
instance.
-