Uses of Enum Class
edu.internet2.middleware.grouper.ui.customUi.CustomUiVariableType
Packages that use CustomUiVariableType
-
Uses of CustomUiVariableType in edu.internet2.middleware.grouper.ui.customUi
Methods in edu.internet2.middleware.grouper.ui.customUi that return CustomUiVariableTypeModifier and TypeMethodDescriptionstatic CustomUiVariableTypeReturns the enum constant of this class with the specified name.static CustomUiVariableTypeCustomUiVariableType.valueOfIgnoreCase(String string, boolean exceptionOnNull) do a case-insensitive matchingstatic CustomUiVariableType[]CustomUiVariableType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in edu.internet2.middleware.grouper.ui.customUi with parameters of type CustomUiVariableTypeModifier and TypeMethodDescriptionCustomUiExpressionLanguage.expression(String script, Group group, Subject subject, CustomUiVariableType customUiVariableType, Stem stem, AttributeDef attributeDef) CustomUiLdap.ldapFilter(String configId, String searchDn, String filter, String attributeToRetrieve, Group group, Subject subject, CustomUiVariableType customUiVariableType) CustomUiSql.sqlResult(String configId, String query, Group group, Stem stem, AttributeDef attributeDef, Subject subject, String bindVar0, String bindVar0type, String bindVar1, String bindVar1type, String bindVar2, String bindVar2type, CustomUiVariableType customUiVariableType)