Uses of Class
com.evolveum.midpoint.xml.ns._public.common.common_3.ShadowIntegrityAspectType
-
Packages that use ShadowIntegrityAspectType Package Description com.evolveum.midpoint.xml.ns._public.common.common_3 -
-
Uses of ShadowIntegrityAspectType in com.evolveum.midpoint.xml.ns._public.common.common_3
Methods in com.evolveum.midpoint.xml.ns._public.common.common_3 that return ShadowIntegrityAspectType Modifier and Type Method Description static ShadowIntegrityAspectType
ShadowIntegrityAspectType. fromValue(String v)
static ShadowIntegrityAspectType
ShadowIntegrityAspectType. valueOf(String name)
Returns the enum constant of this type with the specified name.static ShadowIntegrityAspectType[]
ShadowIntegrityAspectType. 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 that return types with arguments of type ShadowIntegrityAspectType Modifier and Type Method Description List<ShadowIntegrityAspectType>
ShadowIntegrityCheckWorkDefinitionType. createDiagnoseList()
List<ShadowIntegrityAspectType>
ShadowIntegrityCheckWorkDefinitionType. createFixList()
List<ShadowIntegrityAspectType>
ShadowIntegrityCheckWorkDefinitionType. getDiagnose()
List<ShadowIntegrityAspectType>
ShadowIntegrityCheckWorkDefinitionType. getFix()
Methods in com.evolveum.midpoint.xml.ns._public.common.common_3 with parameters of type ShadowIntegrityAspectType Modifier and Type Method Description ShadowIntegrityCheckWorkDefinitionType
ShadowIntegrityCheckWorkDefinitionType. diagnose(ShadowIntegrityAspectType value)
ShadowIntegrityCheckWorkDefinitionType
ShadowIntegrityCheckWorkDefinitionType. fix(ShadowIntegrityAspectType value)
-