Class DictionaryComparators.PropertyDefinitionComparator
- java.lang.Object
-
- org.alfresco.repo.web.scripts.dictionary.DictionaryComparators.PropertyDefinitionComparator
-
- All Implemented Interfaces:
Comparator<PropertyDefinition>
- Enclosing interface:
- DictionaryComparators
public static class DictionaryComparators.PropertyDefinitionComparator extends Object implements Comparator<PropertyDefinition>
Property definition comparator. Used to order property definitions by title.
-
-
Constructor Summary
Constructors Constructor Description PropertyDefinitionComparator(MessageLookup messageLookup)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
compare(PropertyDefinition arg0, PropertyDefinition arg1)
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface java.util.Comparator
equals, reversed, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLong
-
-
-
-
Constructor Detail
-
PropertyDefinitionComparator
public PropertyDefinitionComparator(MessageLookup messageLookup)
-
-
Method Detail
-
compare
public int compare(PropertyDefinition arg0, PropertyDefinition arg1)
- Specified by:
compare
in interfaceComparator<PropertyDefinition>
-
-