Uses of Class
com.evolveum.midpoint.xml.ns._public.common.common_3.DetectedAnomalyResult
Packages that use DetectedAnomalyResult
Package
Description
-
Uses of DetectedAnomalyResult in com.evolveum.midpoint.gui.impl.page.admin.role.mining
Methods in com.evolveum.midpoint.gui.impl.page.admin.role.mining with parameters of type DetectedAnomalyResultModifier and TypeMethodDescriptionstatic @NotNull org.apache.wicket.model.Model<String>RoleAnalysisWebUtils.explainAnomaly(@NotNull RoleAnalysisService roleAnalysisService, @NotNull DetectedAnomalyResult anomalyResult, @NotNull Task task, @NotNull OperationResult result) Provides an explanation for the given anomaly result.Method parameters in com.evolveum.midpoint.gui.impl.page.admin.role.mining with type arguments of type DetectedAnomalyResultModifier and TypeMethodDescriptionstatic @NotNull RoleAnalysisTable<MiningUserTypeChunk,MiningRoleTypeChunk> RoleAnalysisWebUtils.loadRoleAnalysisTempTable(@NotNull String id, @NotNull PageBase pageBase, @Nullable List<DetectedAnomalyResult> detectedAnomalyResult, RoleAnalysisOutlierPartitionType partition, @NotNull RoleAnalysisOutlierType outlier, @NotNull RoleAnalysisClusterType cluster) static @NotNull RoleAnalysisTable<MiningUserTypeChunk,MiningRoleTypeChunk> RoleAnalysisWebUtils.loadRoleAnalysisTempTable(@NotNull String id, @NotNull PageBase pageBase, @Nullable List<DetectedAnomalyResult> detectedAnomalyResult, String uniqRoleOid, RoleAnalysisOutlierPartitionType partition, @NotNull RoleAnalysisOutlierType outlier, @NotNull RoleAnalysisClusterType cluster) -
Uses of DetectedAnomalyResult in com.evolveum.midpoint.gui.impl.page.admin.role.mining.page.panel.outlier
Methods in com.evolveum.midpoint.gui.impl.page.admin.role.mining.page.panel.outlier that return DetectedAnomalyResultModifier and TypeMethodDescription@NotNull DetectedAnomalyResultRoleAnalysisSinglePartitionAnomalyResultTabPopup.getAnomalyModelObject()Methods in com.evolveum.midpoint.gui.impl.page.admin.role.mining.page.panel.outlier that return types with arguments of type DetectedAnomalyResultModifier and TypeMethodDescriptionRoleAnalysisPartitionUserPermissionTablePopup.getAnomalyModelObject() -
Uses of DetectedAnomalyResult in com.evolveum.midpoint.gui.impl.page.admin.role.mining.tables.outlier.panel
Methods in com.evolveum.midpoint.gui.impl.page.admin.role.mining.tables.outlier.panel that return DetectedAnomalyResultModifier and TypeMethodDescriptionAnomalyObjectDto.AnomalyPartitionMap.anomalyResult()Returns the value of theanomalyResultrecord component.AnomalyObjectDto.getAnomalyResult(String oid) Constructors in com.evolveum.midpoint.gui.impl.page.admin.role.mining.tables.outlier.panel with parameters of type DetectedAnomalyResultModifierConstructorDescriptionAnomalyPartitionMap(DetectedAnomalyResult anomalyResult, RoleAnalysisOutlierPartitionType associatedPartition, List<OutlierExplanationResolver.ExplanationResult> explanation, int partitionCount, double anomalyScore) Creates an instance of aAnomalyPartitionMaprecord class. -
Uses of DetectedAnomalyResult in com.evolveum.midpoint.model.api.mining
Methods in com.evolveum.midpoint.model.api.mining with parameters of type DetectedAnomalyResultModifier and TypeMethodDescriptionRoleAnalysisService.explainOutlierAnomalyAccess(@NotNull DetectedAnomalyResult detectedAnomalyResult, @NotNull Task task, @NotNull OperationResult result) Explains the anomaly access for a detected outlier. -
Uses of DetectedAnomalyResult in com.evolveum.midpoint.model.impl.mining
Methods in com.evolveum.midpoint.model.impl.mining with parameters of type DetectedAnomalyResultModifier and TypeMethodDescriptionRoleAnalysisServiceImpl.explainOutlierAnomalyAccess(@NotNull DetectedAnomalyResult detectedAnomalyResult, @NotNull Task task, @NotNull OperationResult result) -
Uses of DetectedAnomalyResult in com.evolveum.midpoint.model.impl.mining.algorithm.cluster.action.util.outlier
Methods in com.evolveum.midpoint.model.impl.mining.algorithm.cluster.action.util.outlier with parameters of type DetectedAnomalyResultModifier and TypeMethodDescriptionstatic doubleOutliersDetectionUtil.calculateAssignmentAnomalyConfidence(@NotNull RoleAnalysisService roleAnalysisService, @Nullable List<RoleAnalysisAttributeDef> attributesForUserAnalysis, PrismObject<UserType> userTypeObject, int numberOfAllUsersInRepo, @NotNull DetectedAnomalyResult anomalyResult, @NotNull AttributeAnalysisCache userAnalysisCache, @NotNull Task task, @NotNull OperationResult result) static doubleOutliersDetectionUtil.calculateOutlierPropertyCoverageConfidence(@NotNull DetectedAnomalyResult outlierResult) static doubleOutliersDetectionUtil.calculateRoleCoverageConfidence(@NotNull DetectedAnomalyResult outlierResult, @NotNull RoleMemberCountCache userAnalysisCache, @NotNull RoleAnalysisService roleAnalysisService, int numberOfAllUsersInRepo, @NotNull Task task, @NotNull OperationResult result) Method parameters in com.evolveum.midpoint.model.impl.mining.algorithm.cluster.action.util.outlier with type arguments of type DetectedAnomalyResultModifier and TypeMethodDescriptionOutliersDetectionUtil.analyzeAndResolveOutlierObject(@NotNull RoleAnalysisService roleAnalysisService, @NotNull AttributeAnalysisCache analysisCache, @NotNull OutlierAnalyzeModel analysisModel, Collection<DetectedAnomalyResult> detectedAnomalyResults, @NotNull Task task, @NotNull OperationResult result) static doubleOutliersDetectionUtil.calculatePartitionAnomaliesConfidence(@NotNull Collection<DetectedAnomalyResult> detectedAnomalyResults) static voidOutliersDetectionUtil.resolveOutlierAnomalies(@NotNull RoleAnalysisService roleAnalysisService, @NotNull AttributeAnalysisCache analysisCache, @NotNull Task task, @NotNull OperationResult result, @NotNull MiningRoleTypeChunk miningRoleTypeChunk, @NotNull ZScoreData zScoreData, @NotNull FrequencyItem frequencyItem, @NotNull List<String> members, @NotNull List<MiningRoleTypeChunk> miningRoleTypeChunks, @NotNull RoleAnalysisSessionType session, @Nullable List<RoleAnalysisAttributeDef> attributesForUserAnalysis, int userCountInRepo, @NotNull com.google.common.collect.ListMultimap<String, DetectedAnomalyResult> userRoleMap) -
Uses of DetectedAnomalyResult in com.evolveum.midpoint.model.impl.mining.algorithm.cluster.action.util.outlier.explanation
Methods in com.evolveum.midpoint.model.impl.mining.algorithm.cluster.action.util.outlier.explanation with parameters of type DetectedAnomalyResultModifier and TypeMethodDescriptionprotected static List<RoleAnalysisAttributeAnalysis>ExplanationUtil.getUserAttributeAnalysis(@NotNull DetectedAnomalyResult result) AnomalyExplanationUtil.prepareOutlierExplanationAnomalyInput(@NotNull RoleAnalysisService roleAnalysisService, @NotNull DetectedAnomalyResult detectedAnomalyResult, @NotNull Task task, @NotNull OperationResult result) -
Uses of DetectedAnomalyResult in com.evolveum.midpoint.xml.ns._public.common.common_3
Fields in com.evolveum.midpoint.xml.ns._public.common.common_3 with type parameters of type DetectedAnomalyResultModifier and TypeFieldDescriptionstatic final Producer<DetectedAnomalyResult>DetectedAnomalyResult.FACTORYMethods in com.evolveum.midpoint.xml.ns._public.common.common_3 that return DetectedAnomalyResultModifier and TypeMethodDescriptionRoleAnalysisOutlierPartitionType.beginDetectedAnomalyResult()DetectedAnomalyResult.clone()ObjectFactory.createDetectedAnomalyResult()DetectedAnomalyResult.createTimestamp(String value) DetectedAnomalyResult.createTimestamp(XMLGregorianCalendar value) DetectedAnomalyResult.statistics(DetectedAnomalyStatistics value) DetectedAnomalyResult.targetObjectRef(ObjectReferenceType value) DetectedAnomalyResult.targetObjectRef(String oid, QName type) DetectedAnomalyResult.targetObjectRef(String oid, QName type, QName relation) Methods in com.evolveum.midpoint.xml.ns._public.common.common_3 that return types with arguments of type DetectedAnomalyResultModifier and TypeMethodDescriptionjakarta.xml.bind.JAXBElement<DetectedAnomalyResult>ObjectFactory.createDetectedAnomalyResult(DetectedAnomalyResult value) RoleAnalysisOutlierPartitionType.createDetectedAnomalyResultList()RoleAnalysisOutlierPartitionType.getDetectedAnomalyResult()Methods in com.evolveum.midpoint.xml.ns._public.common.common_3 with parameters of type DetectedAnomalyResultModifier and TypeMethodDescriptionjakarta.xml.bind.JAXBElement<DetectedAnomalyResult>ObjectFactory.createDetectedAnomalyResult(DetectedAnomalyResult value) RoleAnalysisOutlierPartitionType.detectedAnomalyResult(DetectedAnomalyResult value)