Uses of Class
com.evolveum.midpoint.xml.ns._public.common.common_3.TimeIntervalStatusType
-
Packages that use TimeIntervalStatusType Package Description com.evolveum.midpoint.common com.evolveum.midpoint.xml.ns._public.common.common_3 -
-
Uses of TimeIntervalStatusType in com.evolveum.midpoint.common
Methods in com.evolveum.midpoint.common that return TimeIntervalStatusType Modifier and Type Method Description TimeIntervalStatusType
ActivationComputer. getValidityStatus(ActivationType activationType)
TimeIntervalStatusType
ActivationComputer. getValidityStatus(ActivationType activationType, XMLGregorianCalendar referenceTime)
Methods in com.evolveum.midpoint.common with parameters of type TimeIntervalStatusType Modifier and Type Method Description ActivationStatusType
ActivationComputer. getEffectiveStatus(String lifecycleStatus, ActivationType activationType, TimeIntervalStatusType validityStatus, LifecycleStateModelType stateModel)
-
Uses of TimeIntervalStatusType in com.evolveum.midpoint.xml.ns._public.common.common_3
Methods in com.evolveum.midpoint.xml.ns._public.common.common_3 that return TimeIntervalStatusType Modifier and Type Method Description static TimeIntervalStatusType
TimeIntervalStatusType. fromValue(String v)
TimeIntervalStatusType
ActivationType. getValidityStatus()
static TimeIntervalStatusType
TimeIntervalStatusType. valueOf(String name)
Returns the enum constant of this type with the specified name.static TimeIntervalStatusType[]
TimeIntervalStatusType. 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 TimeIntervalStatusType Modifier and Type Method Description void
ActivationType. setValidityStatus(TimeIntervalStatusType value)
ActivationType
ActivationType. validityStatus(TimeIntervalStatusType value)
-