Uses of Class
org.alfresco.service.cmr.site.SiteService.SortFields
-
Packages that use SiteService.SortFields 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.org.alfresco.service.cmr.site Provides the public interface for the the SiteService which is used by the Share application. -
-
Uses of SiteService.SortFields in org.alfresco.repo.site
Method parameters in org.alfresco.repo.site with type arguments of type SiteService.SortFields Modifier and Type Method Description org.alfresco.query.PagingResults<SiteMembership>SiteServiceImpl. listMembersPaged(java.lang.String shortName, boolean collapseGroups, java.util.List<org.alfresco.util.Pair<SiteService.SortFields,java.lang.Boolean>> sortProps, org.alfresco.query.PagingRequest pagingRequest)org.alfresco.query.PagingResults<SiteMembership>SiteServiceImpl. listSitesPaged(java.lang.String userName, java.util.List<org.alfresco.util.Pair<SiteService.SortFields,java.lang.Boolean>> sortProps, org.alfresco.query.PagingRequest pagingRequest) -
Uses of SiteService.SortFields in org.alfresco.service.cmr.site
Methods in org.alfresco.service.cmr.site that return SiteService.SortFields Modifier and Type Method Description static SiteService.SortFieldsSiteService.SortFields. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static SiteService.SortFields[]SiteService.SortFields. values()Returns an array containing the constants of this enum type, in the order they are declared.Method parameters in org.alfresco.service.cmr.site with type arguments of type SiteService.SortFields Modifier and Type Method Description org.alfresco.query.PagingResults<SiteMembership>SiteService. listMembersPaged(java.lang.String shortName, boolean collapseGroups, java.util.List<org.alfresco.util.Pair<SiteService.SortFields,java.lang.Boolean>> sortProps, org.alfresco.query.PagingRequest pagingRequest)Gets the role of the specified user.org.alfresco.query.PagingResults<SiteMembership>SiteService. listSitesPaged(java.lang.String userName, java.util.List<org.alfresco.util.Pair<SiteService.SortFields,java.lang.Boolean>> sortProps, org.alfresco.query.PagingRequest pagingRequest)List all the sites that the specified user has a explicit membership to.
-