Uses of Class
com.evolveum.midpoint.xml.ns._public.common.common_3.MappingEvaluationRequestType
-
Packages that use MappingEvaluationRequestType Package Description com.evolveum.midpoint.model.api com.evolveum.midpoint.xml.ns._public.common.common_3 -
-
Uses of MappingEvaluationRequestType in com.evolveum.midpoint.model.api
Methods in com.evolveum.midpoint.model.api with parameters of type MappingEvaluationRequestType Modifier and Type Method Description MappingEvaluationResponseTypeModelDiagnosticService. evaluateMapping(MappingEvaluationRequestType request, com.evolveum.midpoint.task.api.Task task, OperationResult parentResult)Execute arbitrary mapping. -
Uses of MappingEvaluationRequestType in com.evolveum.midpoint.xml.ns._public.common.common_3
Methods in com.evolveum.midpoint.xml.ns._public.common.common_3 that return MappingEvaluationRequestType Modifier and Type Method Description MappingEvaluationRequestTypeMappingEvaluationRequestType. clone()Creates and returns a deep copy of this object.MappingEvaluationRequestTypeObjectFactory. createMappingEvaluationRequestType()Create an instance ofMappingEvaluationRequestTypeMappingEvaluationRequestTypeMappingEvaluationRequestType. mapping(MappingType value)MappingEvaluationRequestTypeMappingEvaluationRequestType. options(MappingEvaluationOptionsType value)MappingEvaluationRequestTypeMappingEvaluationRequestType. sourceContext(MappingEvaluationSourceContextType value)MappingEvaluationRequestTypeMappingEvaluationRequestType. targetContext(QName value)MappingEvaluationRequestTypeMappingEvaluationRequestType. variable(MappingEvaluationVariableType value)Methods in com.evolveum.midpoint.xml.ns._public.common.common_3 that return types with arguments of type MappingEvaluationRequestType Modifier and Type Method Description javax.xml.bind.JAXBElement<MappingEvaluationRequestType>ObjectFactory. createMappingEvaluationRequest(MappingEvaluationRequestType value)Methods in com.evolveum.midpoint.xml.ns._public.common.common_3 with parameters of type MappingEvaluationRequestType Modifier and Type Method Description javax.xml.bind.JAXBElement<MappingEvaluationRequestType>ObjectFactory. createMappingEvaluationRequest(MappingEvaluationRequestType value)Constructors in com.evolveum.midpoint.xml.ns._public.common.common_3 with parameters of type MappingEvaluationRequestType Constructor Description MappingEvaluationRequestType(MappingEvaluationRequestType o)Creates a newMappingEvaluationRequestTypeinstance by deeply copying a givenMappingEvaluationRequestTypeinstance.
-