Uses of Class
org.alfresco.repo.site.SiteMembershipComparator.Type
-
Packages that use SiteMembershipComparator.Type Package Description org.alfresco.repo.site Provides the implementation of the site service which is used to provide services used by the sites of the Share interface. -
-
Uses of SiteMembershipComparator.Type in org.alfresco.repo.site
Methods in org.alfresco.repo.site that return SiteMembershipComparator.Type Modifier and Type Method Description static SiteMembershipComparator.TypeSiteMembershipComparator.Type. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static SiteMembershipComparator.Type[]SiteMembershipComparator.Type. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.alfresco.repo.site with parameters of type SiteMembershipComparator.Type Constructor Description SiteMembershipComparator(java.util.List<org.alfresco.util.Pair<? extends java.lang.Object,org.alfresco.query.CannedQuerySortDetails.SortOrder>> sortPairs, SiteMembershipComparator.Type comparatorType)
-