Uses of Enum Class
com.evolveum.midpoint.common.cleanup.CleanupItemType
Packages that use CleanupItemType
-
Uses of CleanupItemType in com.evolveum.midpoint.common.cleanup
Methods in com.evolveum.midpoint.common.cleanup that return CleanupItemTypeModifier and TypeMethodDescriptionCleanupItem.type()Returns the value of thetyperecord component.static CleanupItemTypeReturns the enum constant of this class with the specified name.static CleanupItemType[]CleanupItemType.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in com.evolveum.midpoint.common.cleanup with parameters of type CleanupItemTypeModifierConstructorDescriptionCleanupItem(CleanupItemType type, LocalizableMessage message, D data) Creates an instance of aCleanupItemrecord class.