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, com.evolveum.midpoint.task.api.Task task, OperationResult result) -
Uses of ModelService in com.evolveum.midpoint.model.api.mining
Methods in com.evolveum.midpoint.model.api.mining with parameters of type ModelServiceModifier and TypeMethodDescription<T extends ObjectType>
voidRoleAnalysisService.loadSearchObjectIterative
(@NotNull ModelService modelService, @NotNull Class<T> type, @Nullable ObjectQuery query, @Nullable Collection<SelectorOptions<GetOperationOptions>> options, @NotNull List<T> modifyList, @NotNull com.evolveum.midpoint.task.api.Task task, @NotNull OperationResult parentResult) Loads objects iteratively from the repository based on the provided query and adds them to the modifyList if they are not already present. -
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, com.evolveum.midpoint.task.api.Task task, OperationResult result) static void
ResourceUtils.deleteSchema
(PrismObject<? extends ResourceType> resource, ModelService modelService, com.evolveum.midpoint.task.api.Task task, OperationResult parentResult) static boolean
DashboardUtils.isAuditCollection
(CollectionRefSpecificationType collectionRef, ModelService modelService, com.evolveum.midpoint.task.api.Task task, OperationResult result) -
Uses of ModelService in com.evolveum.midpoint.web.security
Methods in com.evolveum.midpoint.web.security that return ModelService