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
-
Method Summary
Modifier and TypeMethodDescriptionint
compareTo
(@NotNull CleanupPath o) copy()
boolean
getPath()
getType()
int
hashCode()
void
setAction
(CleanupPathAction action) void
void
-
Constructor Details
-
CleanupPath
public CleanupPath() -
CleanupPath
-
-
Method Details
-
getType
-
setType
-
getPath
-
setPath
-
getAction
-
setAction
-
equals
-
hashCode
public int hashCode() -
compareTo
- Specified by:
compareTo
in interfaceComparable<CleanupPath>
-
copy
-