Uses of Class
com.evolveum.midpoint.model.common.mapping.metadata.TransformationalMetadataComputation
-
Packages that use TransformationalMetadataComputation Package Description com.evolveum.midpoint.model.common.mapping.metadata com.evolveum.midpoint.model.common.mapping.metadata.builtin -
-
Uses of TransformationalMetadataComputation in com.evolveum.midpoint.model.common.mapping.metadata
Methods in com.evolveum.midpoint.model.common.mapping.metadata that return TransformationalMetadataComputation Modifier and Type Method Description static TransformationalMetadataComputationTransformationalMetadataComputation. forMapping(List<PrismValue> inputValues, ItemValueMetadataProcessingSpec processingSpec, MappingImpl<?,?> mapping) -
Uses of TransformationalMetadataComputation in com.evolveum.midpoint.model.common.mapping.metadata.builtin
Methods in com.evolveum.midpoint.model.common.mapping.metadata.builtin with parameters of type TransformationalMetadataComputation Modifier and Type Method Description voidBuiltinMetadataMapping. applyForTransformation(@NotNull TransformationalMetadataComputation computation)voidCreateTimestampBuiltinMapping. applyForTransformation(@NotNull TransformationalMetadataComputation computation)voidProvenanceBuiltinMapping. applyForTransformation(@NotNull TransformationalMetadataComputation computation)Transformation merges the acquisitions into single yield.voidTransformationBuiltinMapping. applyForTransformation(@NotNull TransformationalMetadataComputation computation)Transformation merges the acquisitions into single yield.
-