Uses of Class
com.evolveum.midpoint.common.mining.objects.analysis.AttributePathResult
Packages that use AttributePathResult
Package
Description
-
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) -
Uses of AttributePathResult in com.evolveum.midpoint.model.impl.mining.analysis
Methods in com.evolveum.midpoint.model.impl.mining.analysis with parameters of type AttributePathResultModifier and TypeMethodDescriptionstatic voidAttributeAnalysisUtil.generateAttributeAnalysisStructure(@NotNull RoleAnalysisService roleAnalysisService, @NotNull Class<? extends ObjectType> objectClass, @NotNull AttributePathResult attributePathResult, @NotNull AttributeAnalysisStructure attributeAnalysisStructure, int prismObjectsCount, @NotNull Task task, @NotNull OperationResult result)