Class ShadowStatistics
java.lang.Object
com.evolveum.midpoint.model.impl.integrity.shadows.ShadowStatistics
Summary report from shadow checking task run.
-
Nested Class Summary
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetDetailsFormatted
(boolean dryRun) int
int
int
int
int
void
void
void
void
void
void
registerProblemCodeOccurrences
(List<String> problemCodes) void
registerProblemsFixes
(List<String> problemCodesFixed) void
setResources
(int resources) void
setShadows
(int shadows) void
setShadowsWithErrors
(int shadowsWithErrors) void
setShadowsWithWarnings
(int shadowsWithWarnings) void
setUnfinishedShadows
(int unfinishedShadows)
-
Field Details
-
NON_NORMALIZED_IDENTIFIER_VALUE
- See Also:
-
DUPLICATE_SHADOWS
- See Also:
-
NO_RESOURCE_OID
- See Also:
-
NO_RESOURCE
- See Also:
-
CANNOT_GET_RESOURCE
- See Also:
-
NO_OBJECT_CLASS_SPECIFIED
- See Also:
-
NO_KIND_SPECIFIED
- See Also:
-
NO_INTENT_SPECIFIED
- See Also:
-
NO_RESOURCE_REFINED_SCHEMA
- See Also:
-
CANNOT_GET_REFINED_SCHEMA
- See Also:
-
NO_OBJECT_CLASS_REFINED_SCHEMA
- See Also:
-
OTHER_FAILURE
- See Also:
-
CANNOT_APPLY_FIX
- See Also:
-
CANNOT_FETCH_RESOURCE_OBJECT
- See Also:
-
MULTIPLE_OWNERS
- See Also:
-
LINKED_WITH_NO_OWNER
- See Also:
-
NOT_LINKED_WITH_OWNER
- See Also:
-
EXTRA_ACTIVATION_DATA
- See Also:
-
-
Constructor Details
-
ShadowStatistics
public ShadowStatistics()
-
-
Method Details
-
incrementResources
public void incrementResources() -
incrementShadows
public void incrementShadows() -
incrementShadowsWithErrors
public void incrementShadowsWithErrors() -
incrementShadowsWithWarnings
public void incrementShadowsWithWarnings() -
incrementUnfinishedShadows
public void incrementUnfinishedShadows() -
getResources
public int getResources() -
setResources
public void setResources(int resources) -
getShadows
public int getShadows() -
setShadows
public void setShadows(int shadows) -
getShadowsWithErrors
public int getShadowsWithErrors() -
setShadowsWithErrors
public void setShadowsWithErrors(int shadowsWithErrors) -
getShadowsWithWarnings
public int getShadowsWithWarnings() -
setShadowsWithWarnings
public void setShadowsWithWarnings(int shadowsWithWarnings) -
getUnfinishedShadows
public int getUnfinishedShadows() -
setUnfinishedShadows
public void setUnfinishedShadows(int unfinishedShadows) -
registerProblemCodeOccurrences
-
registerProblemsFixes
-
getDetailsFormatted
-