Enum Constant Summary
Enum Constants
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Concrete Methods
abstract boolean
boolean
Returns the enum constant of this class with the specified name.
Returns an array containing the constants of this enum class, in
the order they are declared.
Methods inherited from class java.lang.Enum
clone , compareTo , describeConstable , equals , finalize , getDeclaringClass , hashCode , name , ordinal , toString , valueOf
Enum Constant Details
GSH_TEMPLATE_SHOW_EL
public static final ScriptType GSH_TEMPLATE_SHOW_EL
LDAP_LOADER_NAME_EXPRESSION
public static final ScriptType LDAP_LOADER_NAME_EXPRESSION
PROVISIONING_ENTITY_TRANSLATION
public static final ScriptType PROVISIONING_ENTITY_TRANSLATION
PROVISIONING_GROUP_TRANSLATION
public static final ScriptType PROVISIONING_GROUP_TRANSLATION
PROVISIONING_MEMBERSHIP_TRANSLATION
public static final ScriptType PROVISIONING_MEMBERSHIP_TRANSLATION
PROVISIONING_SUBJECT_CACHE_TRANSLATION
public static final ScriptType PROVISIONING_SUBJECT_CACHE_TRANSLATION
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 name
NullPointerException
- if the argument is null
nullCheckingShouldContinue
Parameters:
elVariableMap
-
shouldContinueJexl
-
Returns:
runJexl
Parameters:
elVariableMap
-
jexlScript
-
Returns:
hasNullCheckingOption
public abstract boolean hasNullCheckingOption ()
Returns:
true if null checking option is available otherwise false
retrieveScriptExamplesForType
resultForScreen
public String resultForScreen ()
Returns:
result to be shown on the screen