Class CleanupPath
java.lang.Object
com.evolveum.midpoint.common.cleanup.CleanupPath
- All Implemented Interfaces:
- Serializable,- Comparable<CleanupPath>
Class that defines schema type (using 
QName). item path and action that should be used during cleanup operation- See Also:
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionintcompareTo(@NotNull CleanupPath o) copy()booleangetPath()getType()inthashCode()voidsetAction(CleanupPathAction action) voidvoid
- 
Constructor Details- 
CleanupPathpublic CleanupPath()
- 
CleanupPath
 
- 
- 
Method Details- 
getType
- 
setType
- 
getPath
- 
setPath
- 
getAction
- 
setAction
- 
equals
- 
hashCodepublic int hashCode()
- 
compareTo- Specified by:
- compareToin interface- Comparable<CleanupPath>
 
- 
copy
 
-