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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintcompareTo(@NotNull CleanupPath o) copy()booleangetPath()getType()inthashCode()voidsetAction(CleanupPathAction action) voidvoid
-
Constructor Details
-
CleanupPath
public CleanupPath() -
CleanupPath
-
-
Method Details
-
getType
-
setType
-
getPath
-
setPath
-
getAction
-
setAction
-
equals
-
hashCode
public int hashCode() -
compareTo
- Specified by:
compareToin interfaceComparable<CleanupPath>
-
copy
-