Uses of Class
com.evolveum.midpoint.xml.ns._public.common.common_3.RangeType
Packages that use RangeType
Package
Description
-
Uses of RangeType in com.evolveum.midpoint.gui.impl.factory.panel.mining
Method parameters in com.evolveum.midpoint.gui.impl.factory.panel.mining with type arguments of type RangeTypeModifier and TypeMethodDescriptionvoidRangePanelFactory.configure(PrismPropertyPanelContext<RangeType> panelCtx, org.apache.wicket.Component component) protected InputPanelRangePanelFactory.getPanel(PrismPropertyPanelContext<RangeType> panelCtx) -
Uses of RangeType in com.evolveum.midpoint.gui.impl.page.admin.role.mining.components
Methods in com.evolveum.midpoint.gui.impl.page.admin.role.mining.components that return types with arguments of type RangeTypeModifier and TypeMethodDescriptionorg.apache.wicket.model.IModel<PrismPropertyValueWrapper<RangeType>>RangeSimplePanel.getModel() -
Uses of RangeType in com.evolveum.midpoint.gui.impl.page.admin.role.mining.model
Methods in com.evolveum.midpoint.gui.impl.page.admin.role.mining.model that return types with arguments of type RangeTypeModifier and TypeMethodDescriptionorg.apache.wicket.model.IModel<PrismPropertyValueWrapper<RangeType>>RangeDto.getModel()Constructor parameters in com.evolveum.midpoint.gui.impl.page.admin.role.mining.model with type arguments of type RangeTypeModifierConstructorDescriptionRangeDto(org.apache.wicket.model.IModel<PrismPropertyValueWrapper<RangeType>> model, double max, boolean doubleType, ItemName itemName) RangeDto(org.apache.wicket.model.IModel<PrismPropertyValueWrapper<RangeType>> model, ItemName itemName) -
Uses of RangeType in com.evolveum.midpoint.gui.impl.page.admin.role.mining.page.tmp.context
Methods in com.evolveum.midpoint.gui.impl.page.admin.role.mining.page.tmp.context with parameters of type RangeTypeModifier and TypeMethodDescriptionvoidAbstractRoleAnalysisConfiguration.updateDetectionOptions(Integer minRolesOccupancy, Integer minUserOccupancy, Double sensitivity, RangeType frequencyRange, RoleAnalysisDetectionProcessType detectionProcessMode, RangeType standardDeviation, Double frequencyThreshold) -
Uses of RangeType in com.evolveum.midpoint.model.api.mining
Methods in com.evolveum.midpoint.model.api.mining that return RangeTypeModifier and TypeMethodDescriptionRoleAnalysisService.calculateOutlierThresholdRange(Double sensitivity, @NotNull RangeType range) This method is used to calculate the threshold range for outlier detection.Methods in com.evolveum.midpoint.model.api.mining with parameters of type RangeTypeModifier and TypeMethodDescriptionRoleAnalysisService.calculateOutlierThresholdRange(Double sensitivity, @NotNull RangeType range) This method is used to calculate the threshold range for outlier detection.<T extends MiningBaseTypeChunk>
ZScoreDataRoleAnalysisService.resolveOutliersZScore(@NotNull List<T> data, @Nullable RangeType range, @Nullable Double sensitivity, @Nullable Double frequencyThreshold) -
Uses of RangeType in com.evolveum.midpoint.xml.ns._public.common.common_3
Methods in com.evolveum.midpoint.xml.ns._public.common.common_3 that return RangeTypeModifier and TypeMethodDescriptionRoleAnalysisDetectionOptionType.beginFrequencyRange()AnalysisClusterStatisticType.beginMembershipRange()RoleAnalysisDetectionOptionType.beginStandardDeviation()RangeType.clone()ObjectFactory.createRangeType()RoleAnalysisDetectionOptionType.getFrequencyRange()AnalysisClusterStatisticType.getMembershipRange()RoleAnalysisDetectionOptionType.getStandardDeviation()Methods in com.evolveum.midpoint.xml.ns._public.common.common_3 that return types with arguments of type RangeTypeModifier and TypeMethodDescriptionjakarta.xml.bind.JAXBElement<RangeType>ObjectFactory.createRange(RangeType value) Methods in com.evolveum.midpoint.xml.ns._public.common.common_3 with parameters of type RangeTypeModifier and TypeMethodDescriptionjakarta.xml.bind.JAXBElement<RangeType>ObjectFactory.createRange(RangeType value) RoleAnalysisDetectionOptionType.frequencyRange(RangeType value) AnalysisClusterStatisticType.membershipRange(RangeType value) voidRoleAnalysisDetectionOptionType.setFrequencyRange(RangeType value) voidAnalysisClusterStatisticType.setMembershipRange(RangeType value) voidRoleAnalysisDetectionOptionType.setStandardDeviation(RangeType value) RoleAnalysisDetectionOptionType.standardDeviation(RangeType value) Constructors in com.evolveum.midpoint.xml.ns._public.common.common_3 with parameters of type RangeType