Class ShadowIntegrityCheckWorkDefinitionType
- java.lang.Object
-
- com.evolveum.midpoint.xml.ns._public.common.common_3.AbstractWorkDefinitionType
-
- com.evolveum.midpoint.xml.ns._public.common.common_3.ShadowIntegrityCheckWorkDefinitionType
-
- All Implemented Interfaces:
Containerable,DebugDumpable,Serializable,Cloneable
public class ShadowIntegrityCheckWorkDefinitionType extends AbstractWorkDefinitionType implements Serializable, Cloneable, Containerable
Definition for shadow integrity check activity.Java class for ShadowIntegrityCheckWorkDefinitionType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ShadowIntegrityCheckWorkDefinitionType"> <complexContent> <extension base="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}AbstractWorkDefinitionType"> <sequence> <element name="shadows" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}ObjectSetType" minOccurs="0"/> <element name="diagnose" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}ShadowIntegrityAspectType" maxOccurs="unbounded" minOccurs="0"/> <element name="fix" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}ShadowIntegrityAspectType" maxOccurs="unbounded" minOccurs="0"/> <element name="checkDuplicatesOnPrimaryIdentifiersOnly" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="duplicateShadowsResolver" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static QNameCOMPLEX_TYPEstatic ItemNameF_CHECK_DUPLICATES_ON_PRIMARY_IDENTIFIERS_ONLYstatic ItemNameF_DIAGNOSEstatic ItemNameF_DUPLICATE_SHADOWS_RESOLVERstatic ItemNameF_FIXstatic ItemNameF_SHADOWS-
Fields inherited from interface com.evolveum.midpoint.util.DebugDumpable
INDENT_STRING
-
-
Constructor Summary
Constructors Constructor Description ShadowIntegrityCheckWorkDefinitionType()ShadowIntegrityCheckWorkDefinitionType(PrismContext prismContext)
-
Method Summary
-
Methods inherited from class com.evolveum.midpoint.xml.ns._public.common.common_3.AbstractWorkDefinitionType
getId, setId
-
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
-
Methods inherited from interface com.evolveum.midpoint.util.DebugDumpable
debugDump, debugDumpLazily, debugDumpLazily
-
-
-
-
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
-
-
Constructor Detail
-
ShadowIntegrityCheckWorkDefinitionType
public ShadowIntegrityCheckWorkDefinitionType()
-
ShadowIntegrityCheckWorkDefinitionType
public ShadowIntegrityCheckWorkDefinitionType(PrismContext prismContext)
-
-
Method Detail
-
asPrismContainerValue
public PrismContainerValue asPrismContainerValue()
- Specified by:
asPrismContainerValuein interfaceContainerable- Overrides:
asPrismContainerValuein classAbstractWorkDefinitionType
-
setupContainerValue
public void setupContainerValue(PrismContainerValue containerValue)
Description copied from interface:ContainerableSetup value to the containerable representation. This is used to after (empty) containerable is created to initialize it with a correct prism container value. Note: This method DOES NOT change the container value parent.- Specified by:
setupContainerValuein interfaceContainerable- Overrides:
setupContainerValuein classAbstractWorkDefinitionType
-
toString
public String toString()
- Overrides:
toStringin classAbstractWorkDefinitionType
-
equals
public boolean equals(Object object)
- Overrides:
equalsin classAbstractWorkDefinitionType
-
hashCode
public int hashCode()
- Overrides:
hashCodein classAbstractWorkDefinitionType
-
end
public <X> X end()
- Overrides:
endin classAbstractWorkDefinitionType
-
getShadows
public ObjectSetType getShadows()
-
setShadows
public void setShadows(ObjectSetType value)
-
getDiagnose
public List<ShadowIntegrityAspectType> getDiagnose()
-
createDiagnoseList
public List<ShadowIntegrityAspectType> createDiagnoseList()
-
getFix
public List<ShadowIntegrityAspectType> getFix()
-
createFixList
public List<ShadowIntegrityAspectType> createFixList()
-
isCheckDuplicatesOnPrimaryIdentifiersOnly
public Boolean isCheckDuplicatesOnPrimaryIdentifiersOnly()
-
setCheckDuplicatesOnPrimaryIdentifiersOnly
public void setCheckDuplicatesOnPrimaryIdentifiersOnly(Boolean value)
-
getDuplicateShadowsResolver
public String getDuplicateShadowsResolver()
-
setDuplicateShadowsResolver
public void setDuplicateShadowsResolver(String value)
-
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)
-
id
public ShadowIntegrityCheckWorkDefinitionType id(Long value)
- Overrides:
idin classAbstractWorkDefinitionType
-
clone
public ShadowIntegrityCheckWorkDefinitionType clone()
- Overrides:
clonein classAbstractWorkDefinitionType
-
-