Uses of Class
com.atlassian.crowd.plugin.rest.entity.admin.GroupSearchResultEntity
Packages that use GroupSearchResultEntity
Package
Description
-
Uses of GroupSearchResultEntity in com.atlassian.crowd.acceptance.tests.cluster.testutil
Methods in com.atlassian.crowd.acceptance.tests.cluster.testutil that return types with arguments of type GroupSearchResultEntityModifier and TypeMethodDescriptionRestAdminClient.searchGroups(long directoryId, String searchTerm) -
Uses of GroupSearchResultEntity in com.atlassian.crowd.acceptance.tests.rest.service.admin
Fields in com.atlassian.crowd.acceptance.tests.rest.service.admin with type parameters of type GroupSearchResultEntityModifier and TypeFieldDescriptionstatic final List<GroupSearchResultEntity> GroupAdminResourceAcceptanceTest.GROUP_ENTITIES -
Uses of GroupSearchResultEntity in com.atlassian.crowd.acceptance.tests.synchronisation.remote
Methods in com.atlassian.crowd.acceptance.tests.synchronisation.remote that return types with arguments of type GroupSearchResultEntityModifier and TypeMethodDescriptionprotected List<GroupSearchResultEntity> BaseSynchroniseCrowdDirectoryTest.searchLocalGroups(String search) -
Uses of GroupSearchResultEntity in com.atlassian.crowd.plugin.rest.service.controller.admin
Methods in com.atlassian.crowd.plugin.rest.service.controller.admin that return types with arguments of type GroupSearchResultEntityModifier and TypeMethodDescriptionGroupAdminController.searchGroups(long directoryId, String term, Boolean active, RestPageRequest pageRequest) -
Uses of GroupSearchResultEntity in com.atlassian.crowd.plugin.rest.service.resource.admin
Methods in com.atlassian.crowd.plugin.rest.service.resource.admin that return types with arguments of type GroupSearchResultEntityModifier and TypeMethodDescriptionGroupAdminResource.searchDirectoryGroups(long dirId, String term, Boolean active, RestPageRequest pageRequest) -
Uses of GroupSearchResultEntity in com.atlassian.crowd.plugin.rest.service.resource.admin.example
Fields in com.atlassian.crowd.plugin.rest.service.resource.admin.example with type parameters of type GroupSearchResultEntityModifier and TypeFieldDescriptionstatic final List<GroupSearchResultEntity> GroupAdminResourceExamples.SEARCH_GROUPSstatic final RestPage<GroupSearchResultEntity> GroupAdminResourceExamples.SEARCH_GROUPS_EXAMPLE