Uses of Enum Class
com.evolveum.midpoint.xml.ns._public.common.common_3.ThreadStopActionType
Packages that use ThreadStopActionType
Package
Description
-
Uses of ThreadStopActionType in com.evolveum.midpoint.repo.sqale.qmodel.task
Fields in com.evolveum.midpoint.repo.sqale.qmodel.task declared as ThreadStopActionTypeFields in com.evolveum.midpoint.repo.sqale.qmodel.task with type parameters of type ThreadStopActionTypeModifier and TypeFieldDescriptionfinal com.querydsl.core.types.dsl.EnumPath<ThreadStopActionType>QTask.threadStopAction -
Uses of ThreadStopActionType in com.evolveum.midpoint.task.api
Methods in com.evolveum.midpoint.task.api that return ThreadStopActionTypeModifier and TypeMethodDescriptionTask.getThreadStopAction()Returns thread stop action (what happens when the task thread is stopped e.g. because of node going down).Methods in com.evolveum.midpoint.task.api with parameters of type ThreadStopActionTypeModifier and TypeMethodDescriptionvoidTask.setThreadStopAction(ThreadStopActionType value) Sets the thread stop action for this task. -
Uses of ThreadStopActionType in com.evolveum.midpoint.task.api.test
Methods in com.evolveum.midpoint.task.api.test that return ThreadStopActionTypeMethods in com.evolveum.midpoint.task.api.test with parameters of type ThreadStopActionTypeModifier and TypeMethodDescriptionvoidNullTaskImpl.setThreadStopAction(ThreadStopActionType value) -
Uses of ThreadStopActionType in com.evolveum.midpoint.xml.ns._public.common.common_3
Methods in com.evolveum.midpoint.xml.ns._public.common.common_3 that return ThreadStopActionTypeModifier and TypeMethodDescriptionstatic ThreadStopActionTypeTaskType.getThreadStopAction()static ThreadStopActionTypeReturns the enum constant of this class with the specified name.static ThreadStopActionType[]ThreadStopActionType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.evolveum.midpoint.xml.ns._public.common.common_3 with parameters of type ThreadStopActionTypeModifier and TypeMethodDescriptionvoidTaskType.setThreadStopAction(ThreadStopActionType value) TaskType.threadStopAction(ThreadStopActionType value)