Uses of Enum Class
org.alfresco.service.cmr.site.SiteService.SortFields
Packages that use SiteService.SortFields
Package
Description
Provides the implementation of the site service which is used to provide services used by the sites of the
Share interface.
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.SortFieldsModifier and TypeMethodDescriptionorg.alfresco.query.PagingResults<SiteGroupMembership>SiteServiceImpl.listGroupMembersPaged(String shortName, List<Pair<SiteService.SortFields, Boolean>> sortProps, org.alfresco.query.PagingRequest pagingRequest) org.alfresco.query.PagingResults<SiteMembership>SiteServiceImpl.listMembersPaged(String shortName, boolean collapseGroups, List<Pair<SiteService.SortFields, Boolean>> sortProps, org.alfresco.query.PagingRequest pagingRequest) org.alfresco.query.PagingResults<SiteMembership>SiteServiceImpl.listSitesPaged(String userName, List<Pair<SiteService.SortFields, 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.SortFieldsModifier and TypeMethodDescriptionstatic SiteService.SortFieldsReturns the enum constant of this class with the specified name.static SiteService.SortFields[]SiteService.SortFields.values()Returns an array containing the constants of this enum class, in the order they are declared.Method parameters in org.alfresco.service.cmr.site with type arguments of type SiteService.SortFieldsModifier and TypeMethodDescriptionorg.alfresco.query.PagingResults<SiteGroupMembership>SiteService.listGroupMembersPaged(String shortName, List<Pair<SiteService.SortFields, Boolean>> sortProps, org.alfresco.query.PagingRequest pagingRequest) Returns a paged list of the groups for the site.org.alfresco.query.PagingResults<SiteMembership>SiteService.listMembersPaged(String shortName, boolean collapseGroups, List<Pair<SiteService.SortFields, Boolean>> sortProps, org.alfresco.query.PagingRequest pagingRequest) Gets the role of the specified user.org.alfresco.query.PagingResults<SiteMembership>SiteService.listSitesPaged(String userName, List<Pair<SiteService.SortFields, Boolean>> sortProps, org.alfresco.query.PagingRequest pagingRequest) List all the sites that the specified user has a explicit membership to.