Class ShadowStatistics
- java.lang.Object
- 
- com.evolveum.midpoint.model.impl.integrity.shadows.ShadowStatistics
 
- 
 public class ShadowStatistics extends Object Summary report from shadow checking task run.- Author:
- Pavol Mederly
 
- 
- 
Nested Class SummaryNested Classes Modifier and Type Class Description static classShadowStatistics.Counts
 - 
Field SummaryFields Modifier and Type Field Description static StringCANNOT_APPLY_FIXstatic StringCANNOT_FETCH_RESOURCE_OBJECTstatic StringCANNOT_GET_REFINED_SCHEMAstatic StringCANNOT_GET_RESOURCEstatic StringDUPLICATE_SHADOWSstatic StringEXTRA_ACTIVATION_DATAstatic StringLINKED_WITH_NO_OWNERstatic StringMULTIPLE_OWNERSstatic StringNO_INTENT_SPECIFIEDstatic StringNO_KIND_SPECIFIEDstatic StringNO_OBJECT_CLASS_REFINED_SCHEMAstatic StringNO_OBJECT_CLASS_SPECIFIEDstatic StringNO_RESOURCEstatic StringNO_RESOURCE_OIDstatic StringNO_RESOURCE_REFINED_SCHEMAstatic StringNON_NORMALIZED_IDENTIFIER_VALUEstatic StringNOT_LINKED_WITH_OWNERstatic StringOTHER_FAILURE
 - 
Constructor SummaryConstructors Constructor Description ShadowStatistics()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetDetailsFormatted(boolean dryRun)intgetResources()intgetShadows()intgetShadowsWithErrors()intgetShadowsWithWarnings()intgetUnfinishedShadows()voidincrementResources()voidincrementShadows()voidincrementShadowsWithErrors()voidincrementShadowsWithWarnings()voidincrementUnfinishedShadows()voidregisterProblemCodeOccurrences(List<String> problemCodes)voidregisterProblemsFixes(List<String> problemCodesFixed)voidsetResources(int resources)voidsetShadows(int shadows)voidsetShadowsWithErrors(int shadowsWithErrors)voidsetShadowsWithWarnings(int shadowsWithWarnings)voidsetUnfinishedShadows(int unfinishedShadows)
 
- 
- 
- 
Field Detail- 
NON_NORMALIZED_IDENTIFIER_VALUEpublic static final String NON_NORMALIZED_IDENTIFIER_VALUE - See Also:
- Constant Field Values
 
 - 
DUPLICATE_SHADOWSpublic static final String DUPLICATE_SHADOWS - See Also:
- Constant Field Values
 
 - 
NO_RESOURCE_OIDpublic static final String NO_RESOURCE_OID - See Also:
- Constant Field Values
 
 - 
NO_RESOURCEpublic static final String NO_RESOURCE - See Also:
- Constant Field Values
 
 - 
CANNOT_GET_RESOURCEpublic static final String CANNOT_GET_RESOURCE - See Also:
- Constant Field Values
 
 - 
NO_OBJECT_CLASS_SPECIFIEDpublic static final String NO_OBJECT_CLASS_SPECIFIED - See Also:
- Constant Field Values
 
 - 
NO_KIND_SPECIFIEDpublic static final String NO_KIND_SPECIFIED - See Also:
- Constant Field Values
 
 - 
NO_INTENT_SPECIFIEDpublic static final String NO_INTENT_SPECIFIED - See Also:
- Constant Field Values
 
 - 
NO_RESOURCE_REFINED_SCHEMApublic static final String NO_RESOURCE_REFINED_SCHEMA - See Also:
- Constant Field Values
 
 - 
CANNOT_GET_REFINED_SCHEMApublic static final String CANNOT_GET_REFINED_SCHEMA - See Also:
- Constant Field Values
 
 - 
NO_OBJECT_CLASS_REFINED_SCHEMApublic static final String NO_OBJECT_CLASS_REFINED_SCHEMA - See Also:
- Constant Field Values
 
 - 
OTHER_FAILUREpublic static final String OTHER_FAILURE - See Also:
- Constant Field Values
 
 - 
CANNOT_APPLY_FIXpublic static final String CANNOT_APPLY_FIX - See Also:
- Constant Field Values
 
 - 
CANNOT_FETCH_RESOURCE_OBJECTpublic static final String CANNOT_FETCH_RESOURCE_OBJECT - See Also:
- Constant Field Values
 
 - 
MULTIPLE_OWNERSpublic static final String MULTIPLE_OWNERS - See Also:
- Constant Field Values
 
 - 
LINKED_WITH_NO_OWNERpublic static final String LINKED_WITH_NO_OWNER - See Also:
- Constant Field Values
 
 - 
NOT_LINKED_WITH_OWNERpublic static final String NOT_LINKED_WITH_OWNER - See Also:
- Constant Field Values
 
 - 
EXTRA_ACTIVATION_DATApublic static final String EXTRA_ACTIVATION_DATA - See Also:
- Constant Field Values
 
 
- 
 - 
Method Detail- 
incrementResourcespublic void incrementResources() 
 - 
incrementShadowspublic void incrementShadows() 
 - 
incrementShadowsWithErrorspublic void incrementShadowsWithErrors() 
 - 
incrementShadowsWithWarningspublic void incrementShadowsWithWarnings() 
 - 
incrementUnfinishedShadowspublic void incrementUnfinishedShadows() 
 - 
getResourcespublic int getResources() 
 - 
setResourcespublic void setResources(int resources) 
 - 
getShadowspublic int getShadows() 
 - 
setShadowspublic void setShadows(int shadows) 
 - 
getShadowsWithErrorspublic int getShadowsWithErrors() 
 - 
setShadowsWithErrorspublic void setShadowsWithErrors(int shadowsWithErrors) 
 - 
getShadowsWithWarningspublic int getShadowsWithWarnings() 
 - 
setShadowsWithWarningspublic void setShadowsWithWarnings(int shadowsWithWarnings) 
 - 
getUnfinishedShadowspublic int getUnfinishedShadows() 
 - 
setUnfinishedShadowspublic void setUnfinishedShadows(int unfinishedShadows) 
 - 
registerProblemCodeOccurrencespublic void registerProblemCodeOccurrences(List<String> problemCodes) 
 - 
getDetailsFormattedpublic String getDetailsFormatted(boolean dryRun) 
 
- 
 
-