Class ShadowIntegrityCheckWorkDefinition
- java.lang.Object
-
- com.evolveum.midpoint.repo.common.activity.definition.AbstractWorkDefinition
-
- com.evolveum.midpoint.model.impl.integrity.shadows.ShadowIntegrityCheckWorkDefinition
-
- All Implemented Interfaces:
FailedObjectsSelectorProvider
,ObjectSetSpecificationProvider
,WorkDefinition
,DebugDumpable
,Cloneable
public class ShadowIntegrityCheckWorkDefinition extends AbstractWorkDefinition implements ObjectSetSpecificationProvider
-
-
Field Summary
-
Fields inherited from interface com.evolveum.midpoint.util.DebugDumpable
INDENT_STRING
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
debugDumpContent(StringBuilder sb, int indent)
boolean
fixes(ShadowIntegrityAspectType aspect)
@NotNull String
getDuplicateShadowsResolver()
ObjectSetType
getObjectSetSpecification()
boolean
isCheckDuplicatesOnPrimaryIdentifiersOnly()
-
Methods inherited from class com.evolveum.midpoint.repo.common.activity.definition.AbstractWorkDefinition
clone, debugDump, getActivityTailoring, getExecutionMode, setExecutionMode, toString
-
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface com.evolveum.midpoint.util.DebugDumpable
debugDump, debugDumpLazily, debugDumpLazily
-
Methods inherited from interface com.evolveum.midpoint.repo.common.activity.definition.ObjectSetSpecificationProvider
getFailedObjectsSelector
-
-
-
-
Method Detail
-
getObjectSetSpecification
public ObjectSetType getObjectSetSpecification()
- Specified by:
getObjectSetSpecification
in interfaceObjectSetSpecificationProvider
-
getDuplicateShadowsResolver
@NotNull public @NotNull String getDuplicateShadowsResolver()
-
isCheckDuplicatesOnPrimaryIdentifiersOnly
public boolean isCheckDuplicatesOnPrimaryIdentifiersOnly()
-
debugDumpContent
protected void debugDumpContent(StringBuilder sb, int indent)
- Specified by:
debugDumpContent
in classAbstractWorkDefinition
-
fixes
public boolean fixes(ShadowIntegrityAspectType aspect)
-
-