Class DictionaryComparators.PropertyDefinitionComparator
- java.lang.Object
-
- org.alfresco.repo.web.scripts.dictionary.DictionaryComparators.PropertyDefinitionComparator
-
- All Implemented Interfaces:
java.util.Comparator<org.alfresco.service.cmr.dictionary.PropertyDefinition>
- Enclosing interface:
- DictionaryComparators
public static class DictionaryComparators.PropertyDefinitionComparator extends java.lang.Object implements java.util.Comparator<org.alfresco.service.cmr.dictionary.PropertyDefinition>
Property definition comparator. Used to order property definitions by title.
-
-
Constructor Summary
Constructors Constructor Description PropertyDefinitionComparator(org.alfresco.service.cmr.i18n.MessageLookup messageLookup)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
compare(org.alfresco.service.cmr.dictionary.PropertyDefinition arg0, org.alfresco.service.cmr.dictionary.PropertyDefinition arg1)
-