Uses of Interface
com.evolveum.midpoint.model.api.ModelInteractionService
Packages that use ModelInteractionService
Package
Description
Package that contains base page classes.
GUI API package for various utility classes and interfaces.
-
Uses of ModelInteractionService in com.evolveum.midpoint.authentication.api.util
Methods in com.evolveum.midpoint.authentication.api.util with parameters of type ModelInteractionServiceModifier and TypeMethodDescriptionstatic booleanAuthUtil.isPostAuthenticationEnabled(TaskManager taskManager, ModelInteractionService modelInteractionService) -
Uses of ModelInteractionService in com.evolveum.midpoint.gui.api.page
Methods in com.evolveum.midpoint.gui.api.page that return ModelInteractionService -
Uses of ModelInteractionService in com.evolveum.midpoint.gui.api.util
Methods in com.evolveum.midpoint.gui.api.util that return ModelInteractionServiceMethods in com.evolveum.midpoint.gui.api.util with parameters of type ModelInteractionServiceModifier and TypeMethodDescriptionstatic @NotNull List<VisualizationDto>WebComponentUtil.computeChangesCategorizationList(ChangesByState changesByState, ObjectReferenceType objectRef, ModelInteractionService modelInteractionService, PrismContext prismContext, Task opTask, OperationResult thisOpResult) static voidWebModelServiceUtils.dropPowerOfAttorney(ModelInteractionService modelInteractionService, TaskManager taskManager, OperationResult parentResult) static booleanWebModelServiceUtils.isEnableExperimentalFeature(ModelInteractionService modelInteractionService, Task task, OperationResult result) -
Uses of ModelInteractionService in com.evolveum.midpoint.gui.impl.component.data.provider
Methods in com.evolveum.midpoint.gui.impl.component.data.provider that return ModelInteractionServiceModifier and TypeMethodDescriptionprotected ModelInteractionServiceBaseSortableDataProvider.getModelInteractionService() -
Uses of ModelInteractionService in com.evolveum.midpoint.gui.impl.factory.wrapper
Methods in com.evolveum.midpoint.gui.impl.factory.wrapper that return ModelInteractionService -
Uses of ModelInteractionService in com.evolveum.midpoint.gui.impl.page.admin.component
Methods in com.evolveum.midpoint.gui.impl.page.admin.component that return ModelInteractionService -
Uses of ModelInteractionService in com.evolveum.midpoint.init
Fields in com.evolveum.midpoint.init declared as ModelInteractionServiceModifier and TypeFieldDescriptionprotected ModelInteractionServiceDataImport.modelInteractionServiceMethods in com.evolveum.midpoint.init with parameters of type ModelInteractionServiceModifier and TypeMethodDescriptionvoidDataImport.setModelInteractionService(ModelInteractionService modelInteractionService) -
Uses of ModelInteractionService in com.evolveum.midpoint.model.api.mining
Methods in com.evolveum.midpoint.model.api.mining with parameters of type ModelInteractionServiceModifier and TypeMethodDescriptionvoidRoleAnalysisService.executeClusteringTask(@NotNull ModelInteractionService modelInteractionService, @NotNull PrismObject<RoleAnalysisSessionType> session, @NotNull TaskType taskObject, @NotNull Task task, @NotNull OperationResult result) This method is used to execute a clustering task.voidRoleAnalysisService.executeDetectionTask(@NotNull ModelInteractionService modelInteractionService, @NotNull PrismObject<RoleAnalysisClusterType> cluster, @Nullable String taskOid, @Nullable PolyStringType taskName, @NotNull Task task, @NotNull OperationResult result, String state) This method is used to execute a detection task.voidRoleAnalysisService.executeRoleAnalysisRoleMigrationTask(@NotNull ModelInteractionService modelInteractionService, @NotNull PrismObject<RoleAnalysisClusterType> cluster, @NotNull ActivityDefinitionType activityDefinition, @NotNull PrismObject<RoleType> roleObject, @Nullable String taskOid, @Nullable PolyStringType taskName, @NotNull Task task, @NotNull OperationResult result) This method is used to execute a migration task.voidRoleAnalysisService.executeRoleMigrationProcess(@NotNull ModelInteractionService modelInteractionService, @NotNull PrismObject<RoleType> roleObject, @NotNull Task task, @NotNull OperationResult result) @NotNull StringRoleAnalysisService.recomputeAndResolveClusterOpStatus(@NotNull String clusterOid, @NotNull OperationResult result, @NotNull Task task, boolean onlyStatusUpdate, @Nullable ModelInteractionService modelInteractionService) Recompute and resolve the cluster operation status. -
Uses of ModelInteractionService in com.evolveum.midpoint.model.api.util
Methods in com.evolveum.midpoint.model.api.util with parameters of type ModelInteractionServiceModifier and TypeMethodDescriptionstatic <O extends ObjectType>
ModelContext<O>ModelContextUtil.unwrapModelContext(LensContextType lensContextType, ModelInteractionService modelInteractionService, Task opTask, OperationResult result) -
Uses of ModelInteractionService in com.evolveum.midpoint.model.common
Fields in com.evolveum.midpoint.model.common declared as ModelInteractionService -
Uses of ModelInteractionService in com.evolveum.midpoint.model.impl.controller
Classes in com.evolveum.midpoint.model.impl.controller that implement ModelInteractionService -
Uses of ModelInteractionService in com.evolveum.midpoint.model.impl.mining
Methods in com.evolveum.midpoint.model.impl.mining with parameters of type ModelInteractionServiceModifier and TypeMethodDescriptionprotected static voidRoleAnalysisServiceUtils.executeBusinessRoleMigrationTask(@NotNull ModelInteractionService modelInteractionService, @NotNull ActivityDefinitionType activityDefinition, @NotNull Task task, @NotNull OperationResult result, @NotNull TaskType taskObject) voidRoleAnalysisServiceImpl.executeClusteringTask(@NotNull ModelInteractionService modelInteractionService, @NotNull PrismObject<RoleAnalysisSessionType> session, @NotNull TaskType taskObject, @NotNull Task task, @NotNull OperationResult result) voidRoleAnalysisServiceImpl.executeDetectionTask(@NotNull ModelInteractionService modelInteractionService, @NotNull PrismObject<RoleAnalysisClusterType> cluster, @Nullable String taskOid, @Nullable PolyStringType taskName, @NotNull Task task, @NotNull OperationResult result, String state) voidRoleAnalysisServiceImpl.executeRoleAnalysisRoleMigrationTask(@NotNull ModelInteractionService modelInteractionService, @NotNull PrismObject<RoleAnalysisClusterType> cluster, @NotNull ActivityDefinitionType activityDefinition, @NotNull PrismObject<RoleType> roleObject, @Nullable String taskOid, @Nullable PolyStringType taskName, @NotNull Task task, @NotNull OperationResult result) voidRoleAnalysisServiceImpl.executeRoleMigrationProcess(@NotNull ModelInteractionService modelInteractionService, @NotNull PrismObject<RoleType> roleObject, @NotNull Task task, @NotNull OperationResult result) @NotNull StringRoleAnalysisServiceImpl.recomputeAndResolveClusterOpStatus(@NotNull String clusterOid, @NotNull OperationResult result, @NotNull Task task, boolean onlyStatusUpdate, @Nullable ModelInteractionService modelInteractionService) -
Uses of ModelInteractionService in com.evolveum.midpoint.web.component.model.operationStatus
Constructors in com.evolveum.midpoint.web.component.model.operationStatus with parameters of type ModelInteractionServiceModifierConstructorDescriptionModelOperationStatusDto(ModelContext<?> modelContext, ModelInteractionService modelInteractionService, Task opTask, OperationResult result) -
Uses of ModelInteractionService in com.evolveum.midpoint.web.component.prism.show
Methods in com.evolveum.midpoint.web.component.prism.show with parameters of type ModelInteractionServiceModifier and TypeMethodDescriptionstatic VisualizationVisualizationUtil.visualizeObjectDeltaType(ObjectDeltaType objectDeltaType, String displayNameKey, PrismContext prismContext, ModelInteractionService modelInteractionService, ObjectReferenceType objectRef, Task task, OperationResult result) static VisualizationVisualizationUtil.visualizeObjectTreeDeltas(ObjectTreeDeltasType deltas, String displayNameKey, PrismContext prismContext, ModelInteractionService modelInteractionService, ObjectReferenceType objectRef, Task task, OperationResult result) -
Uses of ModelInteractionService in com.evolveum.midpoint.web.security
Methods in com.evolveum.midpoint.web.security that return ModelInteractionService -
Uses of ModelInteractionService in com.evolveum.midpoint.wf.api
Methods in com.evolveum.midpoint.wf.api with parameters of type ModelInteractionServiceModifier and TypeMethodDescriptionApprovalsManager.getChangesByState(CaseType rootCase, ModelInteractionService modelInteractionService, PrismContext prismContext, Task task, OperationResult result) TODOApprovalsManager.getChangesByState(CaseType approvalCase, CaseType rootCase, ModelInteractionService modelInteractionService, PrismContext prismContext, OperationResult result) TODO