- ne(String, Object) - Static method in class sailpoint.object.Filter
-
Check that the given property is not equal to the given value.
- not(Filter) - Static method in class sailpoint.object.Filter
-
Negate the given filter.
- notnull(String) - Static method in class sailpoint.object.Filter
-
Check that the given property is not null.
- nullSafeCaseInsensitiveEq(String, String) - Static method in class connector.common.Util
-
This method performs a null-safe equality comparison between the two strings.
- nullSafeCompareTo(T, T) - Static method in class connector.common.Util
-
Return the compareTo() value for two objects that may be null.
- nullSafeContains(List, Object) - Static method in class connector.common.Util
-
Check a list for the given object, checking for
null on the list.
- nullSafeEq(String, String, boolean) - Static method in class connector.common.Util
-
- nullSafeEq(String, String) - Static method in class connector.common.Util
-
- nullSafeEq(Object, Object) - Static method in class connector.common.Util
-
This method performs a null-safe equality comparison between the two
given objects.
- nullSafeEq(Object, Object, boolean) - Static method in class connector.common.Util
-
This method performs a null-safe equality comparison between the two
given objects.
- nullSafeEq(Object, Object, boolean, boolean) - Static method in class connector.common.Util
-
This method performs a null-safe equality comparison between the two
given objects.