Enum Class ConnDevScriptIntentType
java.lang.Object
java.lang.Enum<ConnDevScriptIntentType>
com.evolveum.midpoint.xml.ns._public.common.common_3.ConnDevScriptIntentType
- All Implemented Interfaces:
TypeSafeEnum,Serializable,Comparable<ConnDevScriptIntentType>,Constable
An enumeration that defines staticly supported operation intents. Intents are used to distinguish scripts
into manageable smaller scripts. Some intents are global (no operation and object class) and some intents
are object-class and operation specific.
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionOperation applies to / returns all instances of specified object class.Authentication customization code.ConnId specific definition of schema - contains mapping of "native" attributes to predefined ConnId attributes.Search using filterOperation returns a single instance of specified object class identified by ID.Native definition of schema - does not contain remapping to predefined ConnId attributes. -
Method Summary
Modifier and TypeMethodDescriptionstatic ConnDevScriptIntentTypevalue()Returns enum value defined as in schema.static ConnDevScriptIntentTypeReturns the enum constant of this class with the specified name.static ConnDevScriptIntentType[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
ALL
Operation applies to / returns all instances of specified object class. -
ID
Operation returns a single instance of specified object class identified by ID. -
FILTER
Search using filter -
NATIVE
Native definition of schema - does not contain remapping to predefined ConnId attributes. -
CONNID
ConnId specific definition of schema - contains mapping of "native" attributes to predefined ConnId attributes. -
RELATION
-
AUTH
Authentication customization code.
-
-
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
-
value
Description copied from interface:TypeSafeEnumReturns enum value defined as in schema.- Specified by:
valuein interfaceTypeSafeEnum- Returns:
-
fromValue
-