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 ModelServiceBaseSortableDataProvider.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 TypeMethodDescriptionvoidDataImport.setModel(ModelService model) voidModelInitialSetup.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 ExtensionTypeAssignmentPath.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 ExtensionTypeAssignmentPathUtil.collectExtensions(AssignmentPathType path, int startAt, ModelService modelService, com.evolveum.midpoint.task.api.Task task, OperationResult result) static voidResourceUtils.deleteSchema(PrismObject<? extends ResourceType> resource, ModelService modelService, com.evolveum.midpoint.task.api.Task task, OperationResult parentResult) static booleanDashboardUtils.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