Uses of Enum Class
com.evolveum.midpoint.xml.ns._public.common.common_3.TaskSchedulingStateType
Packages that use TaskSchedulingStateType
Package
Description
-
Uses of TaskSchedulingStateType in com.evolveum.midpoint.repo.sqale.qmodel.task
Fields in com.evolveum.midpoint.repo.sqale.qmodel.task declared as TaskSchedulingStateTypeFields in com.evolveum.midpoint.repo.sqale.qmodel.task with type parameters of type TaskSchedulingStateTypeModifier and TypeFieldDescriptionfinal com.querydsl.core.types.dsl.EnumPath<TaskSchedulingStateType>QTask.schedulingState -
Uses of TaskSchedulingStateType in com.evolveum.midpoint.task.api
Methods in com.evolveum.midpoint.task.api that return TaskSchedulingStateTypeMethods in com.evolveum.midpoint.task.api with parameters of type TaskSchedulingStateTypeModifier and TypeMethodDescriptionvoidTask.setInitialExecutionAndScheduledState(TaskExecutionStateType executionState, TaskSchedulingStateType schedulingState) Sets initial task execution and scheduled state. -
Uses of TaskSchedulingStateType in com.evolveum.midpoint.task.api.test
Methods in com.evolveum.midpoint.task.api.test that return TaskSchedulingStateTypeMethods in com.evolveum.midpoint.task.api.test with parameters of type TaskSchedulingStateTypeModifier and TypeMethodDescriptionvoidNullTaskImpl.setInitialExecutionAndScheduledState(TaskExecutionStateType executionState, TaskSchedulingStateType schedulingState) -
Uses of TaskSchedulingStateType in com.evolveum.midpoint.xml.ns._public.common.common_3
Methods in com.evolveum.midpoint.xml.ns._public.common.common_3 that return TaskSchedulingStateTypeModifier and TypeMethodDescriptionstatic TaskSchedulingStateTypeTaskType.getSchedulingState()TaskType.getSchedulingStateBeforeSuspend()static TaskSchedulingStateTypeReturns the enum constant of this class with the specified name.static TaskSchedulingStateType[]TaskSchedulingStateType.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 TaskSchedulingStateTypeModifier and TypeMethodDescriptionTaskType.schedulingState(TaskSchedulingStateType value) TaskType.schedulingStateBeforeSuspend(TaskSchedulingStateType value) voidTaskType.setSchedulingState(TaskSchedulingStateType value) voidTaskType.setSchedulingStateBeforeSuspend(TaskSchedulingStateType value)