Enum Class FocusValidityScanPartialRun.ScanScope
java.lang.Object
java.lang.Enum<FocusValidityScanPartialRun.ScanScope>
com.evolveum.midpoint.model.impl.tasks.scanner.FocusValidityScanPartialRun.ScanScope
- All Implemented Interfaces:
Serializable
,Comparable<FocusValidityScanPartialRun.ScanScope>
,Constable
- Enclosing class:
- FocusValidityScanPartialRun
public static enum FocusValidityScanPartialRun.ScanScope
extends Enum<FocusValidityScanPartialRun.ScanScope>
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum ConstantDescriptionThe activity will search for assignments with validity changes.The activity will search for both objects and assignments with validity changes.The activity will search for objects with validity changes. -
Method Summary
Modifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
OBJECTS
The activity will search for objects with validity changes. -
ASSIGNMENTS
The activity will search for assignments with validity changes. -
COMBINED
The activity will search for both objects and assignments with validity changes. (In a single query.)
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum class has no constant with the specified nameNullPointerException
- if the argument is null
-