Uses of Class
com.evolveum.midpoint.xml.ns._public.common.common_3.MappingEvaluationResponseType
-
Packages that use MappingEvaluationResponseType Package Description com.evolveum.midpoint.model.api com.evolveum.midpoint.model.impl.controller com.evolveum.midpoint.xml.ns._public.common.common_3 -
-
Uses of MappingEvaluationResponseType in com.evolveum.midpoint.model.api
Methods in com.evolveum.midpoint.model.api that return MappingEvaluationResponseType Modifier and Type Method Description MappingEvaluationResponseTypeModelDiagnosticService. evaluateMapping(MappingEvaluationRequestType request, Task task, OperationResult parentResult)Execute arbitrary mapping. -
Uses of MappingEvaluationResponseType in com.evolveum.midpoint.model.impl.controller
Methods in com.evolveum.midpoint.model.impl.controller that return MappingEvaluationResponseType Modifier and Type Method Description MappingEvaluationResponseTypeMappingDiagEvaluator. evaluateMapping(@NotNull MappingEvaluationRequestType request, @NotNull Task task, @NotNull OperationResult result)MappingEvaluationResponseTypeModelDiagController. evaluateMapping(MappingEvaluationRequestType request, Task task, OperationResult parentResult) -
Uses of MappingEvaluationResponseType in com.evolveum.midpoint.xml.ns._public.common.common_3
Methods in com.evolveum.midpoint.xml.ns._public.common.common_3 that return MappingEvaluationResponseType Modifier and Type Method Description MappingEvaluationResponseTypeMappingEvaluationResponseType. clone()MappingEvaluationResponseTypeObjectFactory. createMappingEvaluationResponseType()MappingEvaluationResponseTypeMappingEvaluationResponseType. response(String value)Methods in com.evolveum.midpoint.xml.ns._public.common.common_3 that return types with arguments of type MappingEvaluationResponseType Modifier and Type Method Description javax.xml.bind.JAXBElement<MappingEvaluationResponseType>ObjectFactory. createMappingEvaluationResponse(MappingEvaluationResponseType value)Methods in com.evolveum.midpoint.xml.ns._public.common.common_3 with parameters of type MappingEvaluationResponseType Modifier and Type Method Description javax.xml.bind.JAXBElement<MappingEvaluationResponseType>ObjectFactory. createMappingEvaluationResponse(MappingEvaluationResponseType value)Constructors in com.evolveum.midpoint.xml.ns._public.common.common_3 with parameters of type MappingEvaluationResponseType Constructor Description MappingEvaluationResponseType(MappingEvaluationResponseType other)
-