Uses of Class
com.evolveum.midpoint.common.mining.objects.analysis.AttributePathResult
Packages that use AttributePathResult
-
Uses of AttributePathResult in com.evolveum.midpoint.common.mining.objects.analysis.cache
Methods in com.evolveum.midpoint.common.mining.objects.analysis.cache that return AttributePathResultModifier and TypeMethodDescriptionAttributeAnalysisCache.getMemberUserAnalysisPathCache(String user, String key) MemberUserAttributeAnalysisCache.getPathResult(String userId, String key) Methods in com.evolveum.midpoint.common.mining.objects.analysis.cache that return types with arguments of type AttributePathResultModifier and TypeMethodDescriptionAttributeAnalysisCache.getMemberUserAnalysisCache(String user) MemberUserAttributeAnalysisCache.getUserResult(String userId) Methods in com.evolveum.midpoint.common.mining.objects.analysis.cache with parameters of type AttributePathResultModifier and TypeMethodDescriptionvoidAttributeAnalysisCache.putMemberUserAnalysisCache(String user, ItemPath key, AttributePathResult value) voidMemberUserAttributeAnalysisCache.putPathResult(String userId, ItemPath key, AttributePathResult value) Method parameters in com.evolveum.midpoint.common.mining.objects.analysis.cache with type arguments of type AttributePathResultModifier and TypeMethodDescriptionvoidAttributeAnalysisCache.putMemberUserAnalysisCache(String user, Map<ItemPath, AttributePathResult> value) voidMemberUserAttributeAnalysisCache.putUserResult(String userId, Map<ItemPath, AttributePathResult> value)