Uses of Class
com.atlassian.crowd.integration.soap.SearchRestriction

Packages that use SearchRestriction
com.atlassian.crowd.integration.atlassianuser   
com.atlassian.crowd.integration.service   
com.atlassian.crowd.integration.service.cache   
com.atlassian.crowd.integration.service.soap   
com.atlassian.crowd.integration.service.soap.client   
com.atlassian.crowd.integration.service.soap.server   
com.atlassian.crowd.service.soap   
 

Uses of SearchRestriction in com.atlassian.crowd.integration.atlassianuser
 

Methods in com.atlassian.crowd.integration.atlassianuser that return SearchRestriction
protected  SearchRestriction CrowdEntityQueryParser.queryAsSearchRestriction(com.atlassian.user.search.query.TermQuery query)
           
 

Uses of SearchRestriction in com.atlassian.crowd.integration.service
 

Methods in com.atlassian.crowd.integration.service with parameters of type SearchRestriction
 java.util.List GroupManager.searchGroups(SearchRestriction[] restrictions)
          Searches the list of all available groups based on the passed-in restrictions and returns a list of groups that match.
 java.util.List UserManager.searchUsers(SearchRestriction[] restrictions)
          Searches the list of all available users based on the passed-in restrictions and returns a list of users that match.
 

Uses of SearchRestriction in com.atlassian.crowd.integration.service.cache
 

Methods in com.atlassian.crowd.integration.service.cache with parameters of type SearchRestriction
 java.util.List CachingGroupManager.searchGroups(SearchRestriction[] restrictions)
           
 java.util.List CachingUserManager.searchUsers(SearchRestriction[] restrictions)
           
 

Uses of SearchRestriction in com.atlassian.crowd.integration.service.soap
 

Methods in com.atlassian.crowd.integration.service.soap with parameters of type SearchRestriction
static SearchContext ObjectTranslator.processRestrictions(SearchRestriction[] restrictions)
           
 

Uses of SearchRestriction in com.atlassian.crowd.integration.service.soap.client
 

Methods in com.atlassian.crowd.integration.service.soap.client with parameters of type SearchRestriction
 SOAPGroup[] SecurityServerClientImpl.searchGroups(SearchRestriction[] searchRestrictions)
          Searches for groups that are in the application's assigned directory.
 SOAPGroup[] SecurityServerClient.searchGroups(SearchRestriction[] searchRestrictions)
          Searches for groups that are in the application's assigned directory.
 SOAPPrincipal[] SecurityServerClientImpl.searchPrincipals(SearchRestriction[] searchRestrictions)
          Searches for prnicipals that are in the application's assigned directory.
 SOAPPrincipal[] SecurityServerClient.searchPrincipals(SearchRestriction[] searchRestrictions)
          Searches for prnicipals that are in the application's assigned directory.
 SOAPRole[] SecurityServerClientImpl.searchRoles(SearchRestriction[] searchRestrictions)
          Searches for roles that are in the application's assigned directory.
 SOAPRole[] SecurityServerClient.searchRoles(SearchRestriction[] searchRestrictions)
          Searches for roles that are in the application's assigned directory.
 

Uses of SearchRestriction in com.atlassian.crowd.integration.service.soap.server
 

Methods in com.atlassian.crowd.integration.service.soap.server with parameters of type SearchRestriction
 SOAPGroup[] SecurityServer.searchGroups(AuthenticatedToken applicationToken, SearchRestriction[] searchRestrictions)
          Searches for groups that are in the application's assigned directory.
 SOAPPrincipal[] SecurityServer.searchPrincipals(AuthenticatedToken applicationToken, SearchRestriction[] searchRestrictions)
          Searches for prnicipals that are in the application's assigned directory.
 SOAPRole[] SecurityServer.searchRoles(AuthenticatedToken applicationToken, SearchRestriction[] searchRestrictions)
          Searches for roles that are in the application's assigned directory.
 

Uses of SearchRestriction in com.atlassian.crowd.service.soap
 

Methods in com.atlassian.crowd.service.soap with parameters of type SearchRestriction
 SOAPGroup[] SecurityServerGeneric.searchGroups(AuthenticatedToken applicationToken, SearchRestriction[] searchRestrictions)
           
 SOAPPrincipal[] SecurityServerGeneric.searchPrincipals(AuthenticatedToken applicationToken, SearchRestriction[] searchRestrictions)
           
 SOAPRole[] SecurityServerGeneric.searchRoles(AuthenticatedToken applicationToken, SearchRestriction[] searchRestrictions)
           
 



Copyright © 2009 Atlassian Pty Ltd. All Rights Reserved.