Uses of Interface
com.evolveum.midpoint.model.api.ModelInteractionService
-
Packages that use ModelInteractionService Package Description com.evolveum.midpoint.gui.api.page Package that contains base page classes.com.evolveum.midpoint.gui.api.util GUI API package for various utility classes and interfaces.com.evolveum.midpoint.gui.impl.component.data.provider com.evolveum.midpoint.gui.impl.factory.wrapper com.evolveum.midpoint.gui.impl.page.admin.component com.evolveum.midpoint.model.api.util com.evolveum.midpoint.web.component.model.operationStatus com.evolveum.midpoint.web.component.prism.show com.evolveum.midpoint.web.security -
-
Uses of ModelInteractionService in com.evolveum.midpoint.gui.api.page
Methods in com.evolveum.midpoint.gui.api.page that return ModelInteractionService Modifier and Type Method Description ModelInteractionService
PageAdminLTE. getModelInteractionService()
-
Uses of ModelInteractionService in com.evolveum.midpoint.gui.api.util
Methods in com.evolveum.midpoint.gui.api.util that return ModelInteractionService Modifier and Type Method Description ModelInteractionService
ModelServiceLocator. getModelInteractionService()
Methods in com.evolveum.midpoint.gui.api.util with parameters of type ModelInteractionService Modifier and Type Method Description static void
WebModelServiceUtils. assumePowerOfAttorney(PrismObject<UserType> donor, ModelInteractionService modelInteractionService, com.evolveum.midpoint.task.api.TaskManager taskManager, OperationResult parentResult)
static @NotNull List<VisualizationDto>
WebComponentUtil. computeChangesCategorizationList(com.evolveum.midpoint.wf.api.ChangesByState changesByState, ObjectReferenceType objectRef, ModelInteractionService modelInteractionService, PrismContext prismContext, com.evolveum.midpoint.task.api.Task opTask, OperationResult thisOpResult)
static void
WebModelServiceUtils. dropPowerOfAttorney(ModelInteractionService modelInteractionService, com.evolveum.midpoint.task.api.TaskManager taskManager, OperationResult parentResult)
static boolean
WebModelServiceUtils. isEnableExperimentalFeature(ModelInteractionService modelInteractionService, com.evolveum.midpoint.task.api.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 ModelInteractionService Modifier and Type Method Description protected ModelInteractionService
BaseSortableDataProvider. getModelInteractionService()
-
Uses of ModelInteractionService in com.evolveum.midpoint.gui.impl.factory.wrapper
Methods in com.evolveum.midpoint.gui.impl.factory.wrapper that return ModelInteractionService Modifier and Type Method Description ModelInteractionService
ItemWrapperFactoryImpl. getModelInteractionService()
-
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 Modifier and Type Method Description ModelInteractionService
ProgressReportingAwarePage. getModelInteractionService()
-
Uses of ModelInteractionService in com.evolveum.midpoint.model.api.util
Methods in com.evolveum.midpoint.model.api.util with parameters of type ModelInteractionService Modifier and Type Method Description static <O extends ObjectType>
ModelContext<O>ModelContextUtil. unwrapModelContext(LensContextType lensContextType, ModelInteractionService modelInteractionService, com.evolveum.midpoint.task.api.Task opTask, OperationResult result)
-
Uses of ModelInteractionService in com.evolveum.midpoint.web.component.model.operationStatus
Constructors in com.evolveum.midpoint.web.component.model.operationStatus with parameters of type ModelInteractionService Constructor Description ModelOperationStatusDto(ModelContext<?> modelContext, ModelInteractionService modelInteractionService, com.evolveum.midpoint.task.api.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 ModelInteractionService Modifier and Type Method Description static Visualization
VisualizationUtil. visualizeObjectDeltaType(ObjectDeltaType objectDeltaType, String displayNameKey, PrismContext prismContext, ModelInteractionService modelInteractionService, ObjectReferenceType objectRef, com.evolveum.midpoint.task.api.Task task, OperationResult result)
static Visualization
VisualizationUtil. visualizeObjectTreeDeltas(ObjectTreeDeltasType deltas, String displayNameKey, PrismContext prismContext, ModelInteractionService modelInteractionService, ObjectReferenceType objectRef, com.evolveum.midpoint.task.api.Task task, OperationResult result)
-
Uses of ModelInteractionService in com.evolveum.midpoint.web.security
Methods in com.evolveum.midpoint.web.security that return ModelInteractionService Modifier and Type Method Description ModelInteractionService
MidPointApplication. getModelInteractionService()
-