Uses of Class
com.evolveum.midpoint.xml.ns._public.common.common_2a.ThreadStopActionType

Packages that use ThreadStopActionType
com.evolveum.midpoint.repo.sql.data.common.enums   
com.evolveum.midpoint.task.api   
com.evolveum.midpoint.task.quartzimpl   
com.evolveum.midpoint.web.page.admin.server.dto   
com.evolveum.midpoint.xml.ns._public.common.common_2a   
 

Uses of ThreadStopActionType in com.evolveum.midpoint.repo.sql.data.common.enums
 

Methods in com.evolveum.midpoint.repo.sql.data.common.enums that return ThreadStopActionType
 ThreadStopActionType RThreadStopActionType.getAction()
           
 

Methods in com.evolveum.midpoint.repo.sql.data.common.enums with parameters of type ThreadStopActionType
static RThreadStopActionType RThreadStopActionType.toRepoType(ThreadStopActionType policy)
           
 

Uses of ThreadStopActionType in com.evolveum.midpoint.task.api
 

Methods in com.evolveum.midpoint.task.api that return ThreadStopActionType
 ThreadStopActionType Task.getThreadStopAction()
           
 

Methods in com.evolveum.midpoint.task.api with parameters of type ThreadStopActionType
 void Task.setThreadStopAction(ThreadStopActionType value)
           
 

Uses of ThreadStopActionType in com.evolveum.midpoint.task.quartzimpl
 

Methods in com.evolveum.midpoint.task.quartzimpl that return ThreadStopActionType
 ThreadStopActionType TaskQuartzImpl.getThreadStopAction()
           
 

Methods in com.evolveum.midpoint.task.quartzimpl with parameters of type ThreadStopActionType
 void TaskQuartzImpl.setThreadStopAction(ThreadStopActionType value)
           
 void TaskQuartzImpl.setThreadStopActionImmediate(ThreadStopActionType value, OperationResult parentResult)
           
 

Uses of ThreadStopActionType in com.evolveum.midpoint.web.page.admin.server.dto
 

Methods in com.evolveum.midpoint.web.page.admin.server.dto that return ThreadStopActionType
 ThreadStopActionType TaskDto.getThreadStop()
           
 ThreadStopActionType TaskAddDto.getThreadStop()
           
 

Methods in com.evolveum.midpoint.web.page.admin.server.dto with parameters of type ThreadStopActionType
 void TaskDto.setThreadStop(ThreadStopActionType threadStop)
           
 void TaskAddDto.setThreadStop(ThreadStopActionType threadStop)
           
 

Uses of ThreadStopActionType in com.evolveum.midpoint.xml.ns._public.common.common_2a
 

Methods in com.evolveum.midpoint.xml.ns._public.common.common_2a that return ThreadStopActionType
static ThreadStopActionType ThreadStopActionType.fromValue(String v)
           
 ThreadStopActionType TaskType.getThreadStopAction()
           
static ThreadStopActionType ThreadStopActionType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ThreadStopActionType[] ThreadStopActionType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.evolveum.midpoint.xml.ns._public.common.common_2a with parameters of type ThreadStopActionType
 void TaskType.setThreadStopAction(ThreadStopActionType value)
           
 



Copyright © 2013 evolveum. All Rights Reserved.