Uses of Interface
com.evolveum.midpoint.model.api.ModelService
Packages that use ModelService
Package
Description
Package that contains base page classes.
GUI API package for various utility classes and interfaces.
-
Uses of ModelService in com.evolveum.midpoint.gui.api.page
Methods in com.evolveum.midpoint.gui.api.page that return ModelService -
Uses of ModelService in com.evolveum.midpoint.gui.api.util
Methods in com.evolveum.midpoint.gui.api.util that return ModelService -
Uses of ModelService in com.evolveum.midpoint.gui.impl.component.data.provider
Methods in com.evolveum.midpoint.gui.impl.component.data.provider that return ModelServiceModifier and TypeMethodDescriptionprotected ModelService
BaseSortableDataProvider.getModelService()
-
Uses of ModelService in com.evolveum.midpoint.gui.impl.factory.wrapper
Methods in com.evolveum.midpoint.gui.impl.factory.wrapper that return ModelService -
Uses of ModelService in com.evolveum.midpoint.init
Fields in com.evolveum.midpoint.init declared as ModelServiceMethods in com.evolveum.midpoint.init with parameters of type ModelServiceModifier and TypeMethodDescriptionvoid
DataImport.setModel
(ModelService model) void
ModelInitialSetup.setModel
(ModelService model) -
Uses of ModelService in com.evolveum.midpoint.model.api.context
Methods in com.evolveum.midpoint.model.api.context with parameters of type ModelServiceModifier and TypeMethodDescriptionstatic ExtensionType
AssignmentPath.collectExtensions
(AssignmentPathType path, int startAt, ModelService modelService, Task task, OperationResult result) -
Uses of ModelService in com.evolveum.midpoint.model.api.util
Methods in com.evolveum.midpoint.model.api.util with parameters of type ModelServiceModifier and TypeMethodDescriptionstatic ExtensionType
AssignmentPathUtil.collectExtensions
(AssignmentPathType path, int startAt, ModelService modelService, Task task, OperationResult result) static void
ResourceUtils.deleteSchema
(PrismObject<? extends ResourceType> resource, ModelService modelService, PrismContext prismContext, Task task, OperationResult parentResult) static boolean
DashboardUtils.isAuditCollection
(CollectionRefSpecificationType collectionRef, ModelService modelService, Task task, OperationResult result) -
Uses of ModelService in com.evolveum.midpoint.model.common
Fields in com.evolveum.midpoint.model.common declared as ModelService -
Uses of ModelService in com.evolveum.midpoint.model.impl
Fields in com.evolveum.midpoint.model.impl declared as ModelService -
Uses of ModelService in com.evolveum.midpoint.model.impl.controller
Classes in com.evolveum.midpoint.model.impl.controller that implement ModelServiceModifier and TypeClassDescriptionclass
This used to be an interface, but it was switched to class for simplicity. -
Uses of ModelService in com.evolveum.midpoint.model.impl.mining.algorithm.cluster.action
Methods in com.evolveum.midpoint.model.impl.mining.algorithm.cluster.action with parameters of type ModelServiceModifier and TypeMethodDescriptionClusterable.executeClustering
(@NotNull RoleAnalysisService roleAnalysisService, @NotNull ModelService modelService, @NotNull RoleAnalysisSessionType session, @NotNull RoleAnalysisProgressIncrement handler, @NotNull Task task, @NotNull OperationResult result) Execute the clustering action for role analysis.RoleBasedClustering.executeClustering
(@NotNull RoleAnalysisService roleAnalysisService, @NotNull ModelService modelService, @NotNull RoleAnalysisSessionType session, @NotNull RoleAnalysisProgressIncrement handler, @NotNull Task task, @NotNull OperationResult result) Executes the clustering operation for role analysis.UserBasedClustering.executeClustering
(@NotNull RoleAnalysisService roleAnalysisService, @NotNull ModelService modelService, @NotNull RoleAnalysisSessionType session, @NotNull RoleAnalysisProgressIncrement handler, @NotNull Task task, @NotNull OperationResult result) Executes the clustering operation for role analysis.ClusteringUtils.getExistingRolesOidsSet
(@NotNull ModelService modelService, @NotNull Task task, @NotNull OperationResult result) Retrieves existing role OIDs from the model service.ClusteringUtils.getRoleBasedRoleToUserMap
(@NotNull ModelService modelService, @Nullable SearchFilterType userQuery, @NotNull Set<String> existingRolesOidsSet, @NotNull Task task, @NotNull OperationResult result) Creates a mapping of users to roles based on role properties.ClusteringUtils.getUserBasedRoleToUserMap
(@NotNull ModelService modelService, int minProperties, int maxProperties, @Nullable SearchFilterType userQuery, @NotNull Set<String> existingRolesOidsSet, @NotNull Task task, @NotNull OperationResult result) Creates a mapping of roles to users based on user properties. -
Uses of ModelService in com.evolveum.midpoint.model.impl.scripting
Methods in com.evolveum.midpoint.model.impl.scripting that return ModelService -
Uses of ModelService in com.evolveum.midpoint.model.impl.scripting.actions
Fields in com.evolveum.midpoint.model.impl.scripting.actions declared as ModelService -
Uses of ModelService in com.evolveum.midpoint.model.impl.tasks.simple
Fields in com.evolveum.midpoint.model.impl.tasks.simple declared as ModelService -
Uses of ModelService in com.evolveum.midpoint.web.security
Methods in com.evolveum.midpoint.web.security that return ModelService