Class Authority.AuthorityComparator
java.lang.Object
org.alfresco.repo.security.authority.script.Authority.AuthorityComparator
- All Implemented Interfaces:
Comparator<Authority>
- Enclosing interface:
- Authority
Does case insensitive sorting of ScriptGroups and ScriptUsers.
-
Constructor Summary
ConstructorsConstructorDescriptionAuthorityComparator(String sortBy) AuthorityComparator(String sortBy, boolean sortAsc) -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.util.Comparator
equals, reversed, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLong
-
Constructor Details
-
AuthorityComparator
-
AuthorityComparator
-
-
Method Details
-
compare
- Specified by:
comparein interfaceComparator<Authority>
-