Uses of Class
com.evolveum.midpoint.common.mining.utils.RoleAnalysisCacheOption
Packages that use RoleAnalysisCacheOption
-
Uses of RoleAnalysisCacheOption in com.evolveum.midpoint.model.api.mining
Methods in com.evolveum.midpoint.model.api.mining with parameters of type RoleAnalysisCacheOptionModifier and TypeMethodDescription@Nullable PrismObject<RoleType>RoleAnalysisService.cacheRoleTypeObject(@NotNull Map<String, PrismObject<RoleType>> roleExistCache, @NotNull String roleOid, @NotNull com.evolveum.midpoint.task.api.Task task, @NotNull OperationResult result, @Nullable RoleAnalysisCacheOption option) Retrieves a RoleType PrismObject from a cache or, if not present, fetches it from the ModelService and stores it in the cache.@Nullable PrismObject<UserType>RoleAnalysisService.cacheUserTypeObject(@NotNull Map<String, PrismObject<UserType>> userExistCache, @NotNull String userOid, @NotNull com.evolveum.midpoint.task.api.Task task, @NotNull OperationResult result, @Nullable RoleAnalysisCacheOption option) Retrieves a UserType PrismObject from a cache or, if not present, fetches it from the ModelService and stores it in the cache.