Uses of Class
com.evolveum.midpoint.xml.ns._public.common.common_3.RoleAnalysisDetectionOptionType
Packages that use RoleAnalysisDetectionOptionType
Package
Description
-
Uses of RoleAnalysisDetectionOptionType in com.evolveum.midpoint.common.mining.utils
Methods in com.evolveum.midpoint.common.mining.utils with parameters of type RoleAnalysisDetectionOptionTypeModifier and TypeMethodDescriptionstatic @NotNull DetectionOptionRoleAnalysisUtils.loadDetectionOption(@NotNull RoleAnalysisDetectionOptionType detectionOptionType) -
Uses of RoleAnalysisDetectionOptionType in com.evolveum.midpoint.gui.impl.page.admin.role.mining.page.wizard
Methods in com.evolveum.midpoint.gui.impl.page.admin.role.mining.page.wizard that return types with arguments of type RoleAnalysisDetectionOptionTypeModifier and TypeMethodDescriptionprotected org.apache.wicket.model.IModel<? extends PrismContainerWrapper<RoleAnalysisDetectionOptionType>>RoleAnalysisSessionDetectionOptionsWizardPanel.getContainerFormModel() -
Uses of RoleAnalysisDetectionOptionType in com.evolveum.midpoint.model.api.mining
Methods in com.evolveum.midpoint.model.api.mining with parameters of type RoleAnalysisDetectionOptionTypeModifier and TypeMethodDescriptionvoidRoleAnalysisService.importCluster(@NotNull PrismObject<RoleAnalysisClusterType> cluster, @NotNull RoleAnalysisDetectionOptionType roleAnalysisSessionDetectionOption, @NotNull ObjectReferenceType parentRef, @NotNull com.evolveum.midpoint.task.api.Task task, @NotNull OperationResult result) Imports a RoleAnalysisClusterType object into the system. -
Uses of RoleAnalysisDetectionOptionType 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 RoleAnalysisDetectionOptionTypeModifier and TypeFieldDescriptionstatic final Producer<RoleAnalysisDetectionOptionType>RoleAnalysisDetectionOptionType.FACTORYMethods in com.evolveum.midpoint.xml.ns._public.common.common_3 that return RoleAnalysisDetectionOptionTypeModifier and TypeMethodDescriptionRoleAnalysisSessionType.beginDefaultDetectionOption()RoleAnalysisClusterType.beginDetectionOption()RoleAnalysisDetectionOptionType.clone()ObjectFactory.createRoleAnalysisDetectionOptionType()RoleAnalysisDetectionOptionType.detectionProcessMode(RoleAnalysisDetectionProcessType value) RoleAnalysisDetectionOptionType.frequencyRange(RangeType value) RoleAnalysisSessionType.getDefaultDetectionOption()RoleAnalysisClusterType.getDetectionOption()RoleAnalysisDetectionOptionType.minRolesOccupancy(Integer value) RoleAnalysisDetectionOptionType.minUserOccupancy(Integer value) Methods in com.evolveum.midpoint.xml.ns._public.common.common_3 with parameters of type RoleAnalysisDetectionOptionTypeModifier and TypeMethodDescriptionRoleAnalysisSessionType.defaultDetectionOption(RoleAnalysisDetectionOptionType value) RoleAnalysisClusterType.detectionOption(RoleAnalysisDetectionOptionType value) voidRoleAnalysisSessionType.setDefaultDetectionOption(RoleAnalysisDetectionOptionType value) voidRoleAnalysisClusterType.setDetectionOption(RoleAnalysisDetectionOptionType value)