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 SummaryNested classes/interfaces inherited from class java.lang.EnumEnum.EnumDesc<E extends Enum<E>>
- 
Enum Constant SummaryEnum ConstantsEnum 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 SummaryModifier 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- 
OBJECTSThe activity will search for objects with validity changes.
- 
ASSIGNMENTSThe activity will search for assignments with validity changes.
- 
COMBINEDThe activity will search for both objects and assignments with validity changes. (In a single query.)
 
- 
- 
Method Details- 
valuesReturns 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
 
- 
valueOfReturns 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 name
- NullPointerException- if the argument is null
 
 
-