Uses of Class
com.evolveum.midpoint.xml.ns._public.common.common_3.ActivityTaskExecutionStateType
-
Packages that use ActivityTaskExecutionStateType Package Description com.evolveum.midpoint.xml.ns._public.common.common_3 -
-
Uses of ActivityTaskExecutionStateType in com.evolveum.midpoint.xml.ns._public.common.common_3
Fields in com.evolveum.midpoint.xml.ns._public.common.common_3 declared as ActivityTaskExecutionStateType Modifier and Type Field Description protected ActivityTaskExecutionStateTypeActivityTaskStateOverviewType. executionStateMethods in com.evolveum.midpoint.xml.ns._public.common.common_3 that return ActivityTaskExecutionStateType Modifier and Type Method Description static ActivityTaskExecutionStateTypeActivityTaskExecutionStateType. fromValue(String v)ActivityTaskExecutionStateTypeActivityTaskStateOverviewType. getExecutionState()Gets the value of the executionState property.static ActivityTaskExecutionStateTypeActivityTaskExecutionStateType. valueOf(String name)Returns the enum constant of this type with the specified name.static ActivityTaskExecutionStateType[]ActivityTaskExecutionStateType. 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_3 with parameters of type ActivityTaskExecutionStateType Modifier and Type Method Description ActivityTaskStateOverviewTypeActivityTaskStateOverviewType. executionState(ActivityTaskExecutionStateType value)voidActivityTaskStateOverviewType. setExecutionState(ActivityTaskExecutionStateType value)Sets the value of the executionState property.
-