Uses of Class
com.evolveum.midpoint.xml.ns._public.common.common_3.TimeIntervalStatusType
-
-
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.repo.sqale.qmodel.accesscert
Fields in com.evolveum.midpoint.repo.sqale.qmodel.accesscert declared as TimeIntervalStatusType Modifier and Type Field Description TimeIntervalStatusType
MAccessCertificationCase. validityStatus
Fields in com.evolveum.midpoint.repo.sqale.qmodel.accesscert with type parameters of type TimeIntervalStatusType Modifier and Type Field Description com.querydsl.core.types.dsl.EnumPath<TimeIntervalStatusType>
QAccessCertificationCase. validityStatus
-
Uses of TimeIntervalStatusType in com.evolveum.midpoint.repo.sqale.qmodel.assignment
Fields in com.evolveum.midpoint.repo.sqale.qmodel.assignment declared as TimeIntervalStatusType Modifier and Type Field Description TimeIntervalStatusType
MAssignment. validityStatus
Fields in com.evolveum.midpoint.repo.sqale.qmodel.assignment with type parameters of type TimeIntervalStatusType Modifier and Type Field Description com.querydsl.core.types.dsl.EnumPath<TimeIntervalStatusType>
QAssignment. validityStatus
-
Uses of TimeIntervalStatusType in com.evolveum.midpoint.repo.sqale.qmodel.focus
Fields in com.evolveum.midpoint.repo.sqale.qmodel.focus declared as TimeIntervalStatusType Modifier and Type Field Description TimeIntervalStatusType
MFocus. validityStatus
Fields in com.evolveum.midpoint.repo.sqale.qmodel.focus with type parameters of type TimeIntervalStatusType Modifier and Type Field Description com.querydsl.core.types.dsl.EnumPath<TimeIntervalStatusType>
QFocus. validityStatus
-
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)
-