Uses of Interface
com.evolveum.midpoint.task.api.TaskManager
-
Packages that use TaskManager Package Description com.evolveum.midpoint.authentication.api.util 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.init com.evolveum.midpoint.model.impl com.evolveum.midpoint.model.impl.lens.projector.policy.evaluators com.evolveum.midpoint.repo.common.activity.run Classes that support execution (run) of activities.com.evolveum.midpoint.rest.impl com.evolveum.midpoint.task.api com.evolveum.midpoint.web.boot com.evolveum.midpoint.web.security -
-
Uses of TaskManager in com.evolveum.midpoint.authentication.api.util
Methods in com.evolveum.midpoint.authentication.api.util with parameters of type TaskManager Modifier and Type Method Description static booleanAuthUtil. isPostAuthenticationEnabled(TaskManager taskManager, ModelInteractionService modelInteractionService) -
Uses of TaskManager in com.evolveum.midpoint.gui.api.page
Methods in com.evolveum.midpoint.gui.api.page that return TaskManager Modifier and Type Method Description TaskManagerPageAdminLTE. getTaskManager() -
Uses of TaskManager in com.evolveum.midpoint.gui.api.util
Methods in com.evolveum.midpoint.gui.api.util with parameters of type TaskManager Modifier and Type Method Description static voidWebModelServiceUtils. assumePowerOfAttorney(PrismObject<UserType> donor, ModelInteractionService modelInteractionService, TaskManager taskManager, OperationResult parentResult)static TaskWebModelServiceUtils. createSimpleTask(String operation, PrismObject<? extends FocusType> owner, TaskManager manager)static TaskWebModelServiceUtils. createSimpleTask(String operation, String channel, PrismObject<? extends FocusType> owner, TaskManager manager)static voidWebModelServiceUtils. dropPowerOfAttorney(ModelInteractionService modelInteractionService, TaskManager taskManager, OperationResult parentResult) -
Uses of TaskManager in com.evolveum.midpoint.gui.impl.component.data.provider
Methods in com.evolveum.midpoint.gui.impl.component.data.provider that return TaskManager Modifier and Type Method Description protected TaskManagerBaseSortableDataProvider. getTaskManager() -
Uses of TaskManager in com.evolveum.midpoint.gui.impl.factory.wrapper
Methods in com.evolveum.midpoint.gui.impl.factory.wrapper that return TaskManager Modifier and Type Method Description TaskManagerItemWrapperFactoryImpl. getTaskManager() -
Uses of TaskManager in com.evolveum.midpoint.gui.impl.page.admin.component
Methods in com.evolveum.midpoint.gui.impl.page.admin.component that return TaskManager Modifier and Type Method Description TaskManagerProgressReportingAwarePage. getTaskManager() -
Uses of TaskManager in com.evolveum.midpoint.init
Fields in com.evolveum.midpoint.init declared as TaskManager Modifier and Type Field Description protected TaskManagerDataImport. taskManagerMethods in com.evolveum.midpoint.init with parameters of type TaskManager Modifier and Type Method Description voidDataImport. setTaskManager(TaskManager taskManager) -
Uses of TaskManager in com.evolveum.midpoint.model.impl
Fields in com.evolveum.midpoint.model.impl declared as TaskManager Modifier and Type Field Description TaskManagerModelBeans. taskManager -
Uses of TaskManager in com.evolveum.midpoint.model.impl.lens.projector.policy.evaluators
Fields in com.evolveum.midpoint.model.impl.lens.projector.policy.evaluators declared as TaskManager Modifier and Type Field Description protected TaskManagerOrphanedConstraintEvaluator. taskManager -
Uses of TaskManager in com.evolveum.midpoint.repo.common.activity.run
Fields in com.evolveum.midpoint.repo.common.activity.run declared as TaskManager Modifier and Type Field Description TaskManagerCommonTaskBeans. taskManagerMethods in com.evolveum.midpoint.repo.common.activity.run that return TaskManager Modifier and Type Method Description protected TaskManagerSearchBasedActivityRun. getTaskManager() -
Uses of TaskManager in com.evolveum.midpoint.rest.impl
Fields in com.evolveum.midpoint.rest.impl declared as TaskManager Modifier and Type Field Description protected TaskManagerAbstractRestController. taskManager -
Uses of TaskManager in com.evolveum.midpoint.task.api
Methods in com.evolveum.midpoint.task.api that return TaskManager Modifier and Type Method Description TaskManagerTaskManagerAware. getTaskManager()Methods in com.evolveum.midpoint.task.api with parameters of type TaskManager Modifier and Type Method Description voidTaskManagerAware. setTaskManager(TaskManager taskManager) -
Uses of TaskManager in com.evolveum.midpoint.web.boot
Constructors in com.evolveum.midpoint.web.boot with parameters of type TaskManager Constructor Description NodeIdHeaderValve(TaskManager taskManager) -
Uses of TaskManager in com.evolveum.midpoint.web.security
Methods in com.evolveum.midpoint.web.security that return TaskManager Modifier and Type Method Description TaskManagerMidPointApplication. getTaskManager()
-