Class ShadowIntegrityCheckWorkDefinitionType
- java.lang.Object
-
- com.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable
-
- com.evolveum.midpoint.xml.ns._public.common.common_3.AbstractWorkDefinitionType
-
- com.evolveum.midpoint.xml.ns._public.common.common_3.ShadowIntegrityCheckWorkDefinitionType
-
- All Implemented Interfaces:
Containerable
,Freezable
,com.evolveum.midpoint.prism.impl.binding.ContainerablePrismBinding
,DebugDumpable
,Serializable
,Cloneable
public class ShadowIntegrityCheckWorkDefinitionType extends AbstractWorkDefinitionType
Definition for shadow integrity check activity.- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable
com.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable.Any
-
Nested classes/interfaces inherited from interface com.evolveum.midpoint.prism.impl.binding.ContainerablePrismBinding
com.evolveum.midpoint.prism.impl.binding.ContainerablePrismBinding.ContainerableList<T extends Containerable>, com.evolveum.midpoint.prism.impl.binding.ContainerablePrismBinding.ReferencableList<T extends Referencable>
-
-
Field Summary
Fields Modifier and Type Field Description static QName
COMPLEX_TYPE
static ItemName
F_CHECK_DUPLICATES_ON_PRIMARY_IDENTIFIERS_ONLY
static ItemName
F_DIAGNOSE
static ItemName
F_DUPLICATE_SHADOWS_RESOLVER
static ItemName
F_FIX
static ItemName
F_SHADOWS
static Producer<ShadowIntegrityCheckWorkDefinitionType>
FACTORY
-
Fields inherited from interface com.evolveum.midpoint.util.DebugDumpable
INDENT_STRING
-
-
Constructor Summary
Constructors Constructor Description ShadowIntegrityCheckWorkDefinitionType()
ShadowIntegrityCheckWorkDefinitionType(PrismContext context)
Deprecated.
-
Method Summary
-
Methods inherited from class com.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable
asPrismContainerValue, getId, hashCode, setId, setupContainerValue, toString
-
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface com.evolveum.midpoint.prism.Containerable
cloneWithoutId, debugDump, freeze, isImmutable
-
Methods inherited from interface com.evolveum.midpoint.prism.impl.binding.ContainerablePrismBinding
prismGetContainerableList, prismGetPropertyValue, prismGetPropertyValues, prismGetReferencable, prismGetReferencableList, prismGetReferenceObjectable, prismGetSingleContainerable, prismSetPropertyValue, prismSetReferencable, prismSetReferenceObjectable, prismSetSingleContainerable
-
Methods inherited from interface com.evolveum.midpoint.util.DebugDumpable
debugDump, debugDumpLazily, debugDumpLazily
-
Methods inherited from interface com.evolveum.midpoint.prism.Freezable
checkImmutable, checkMutable
-
-
-
-
Field Detail
-
COMPLEX_TYPE
public static final QName COMPLEX_TYPE
-
F_SHADOWS
public static final ItemName F_SHADOWS
-
F_DIAGNOSE
public static final ItemName F_DIAGNOSE
-
F_FIX
public static final ItemName F_FIX
-
F_CHECK_DUPLICATES_ON_PRIMARY_IDENTIFIERS_ONLY
public static final ItemName F_CHECK_DUPLICATES_ON_PRIMARY_IDENTIFIERS_ONLY
-
F_DUPLICATE_SHADOWS_RESOLVER
public static final ItemName F_DUPLICATE_SHADOWS_RESOLVER
-
FACTORY
public static final Producer<ShadowIntegrityCheckWorkDefinitionType> FACTORY
-
-
Constructor Detail
-
ShadowIntegrityCheckWorkDefinitionType
public ShadowIntegrityCheckWorkDefinitionType()
-
ShadowIntegrityCheckWorkDefinitionType
@Deprecated public ShadowIntegrityCheckWorkDefinitionType(PrismContext context)
Deprecated.
-
-
Method Detail
-
getShadows
public ObjectSetType getShadows()
-
setShadows
public void setShadows(ObjectSetType value)
-
getDiagnose
public List<ShadowIntegrityAspectType> getDiagnose()
-
getFix
public List<ShadowIntegrityAspectType> getFix()
-
isCheckDuplicatesOnPrimaryIdentifiersOnly
public Boolean isCheckDuplicatesOnPrimaryIdentifiersOnly()
-
setCheckDuplicatesOnPrimaryIdentifiersOnly
public void setCheckDuplicatesOnPrimaryIdentifiersOnly(Boolean value)
-
getDuplicateShadowsResolver
public String getDuplicateShadowsResolver()
-
setDuplicateShadowsResolver
public void setDuplicateShadowsResolver(String value)
-
equals
public boolean equals(Object other)
- Overrides:
equals
in classAbstractWorkDefinitionType
-
id
public ShadowIntegrityCheckWorkDefinitionType id(Long value)
- Overrides:
id
in classAbstractWorkDefinitionType
-
shadows
public ShadowIntegrityCheckWorkDefinitionType shadows(ObjectSetType value)
-
beginShadows
public ObjectSetType beginShadows()
-
diagnose
public ShadowIntegrityCheckWorkDefinitionType diagnose(ShadowIntegrityAspectType value)
-
fix
public ShadowIntegrityCheckWorkDefinitionType fix(ShadowIntegrityAspectType value)
-
checkDuplicatesOnPrimaryIdentifiersOnly
public ShadowIntegrityCheckWorkDefinitionType checkDuplicatesOnPrimaryIdentifiersOnly(Boolean value)
-
duplicateShadowsResolver
public ShadowIntegrityCheckWorkDefinitionType duplicateShadowsResolver(String value)
-
end
public <X> X end()
- Overrides:
end
in classAbstractWorkDefinitionType
-
clone
public ShadowIntegrityCheckWorkDefinitionType clone()
- Overrides:
clone
in classAbstractWorkDefinitionType
-
-