Uses of Class
com.sas.services.information.RepositoryGroup

Packages that use RepositoryGroup
com.sas.services.information Interact with data repositories on behalf of client applications. 
com.sas.services.user Maintain user identities and profiles. 
 

Uses of RepositoryGroup in com.sas.services.information
 

Methods in com.sas.services.information that return RepositoryGroup
 RepositoryGroup RepositoryGroup.copyTo(java.lang.String name)
          Make a writable copy of this group with a new name.
 RepositoryGroup InformationServiceInterface.getRepositoryGroup(java.lang.String name)
          Get the group with the given name.
 RepositoryGroup InformationService.getRepositoryGroup(java.lang.String name)
          Get the group with the given name.
 

Methods in com.sas.services.information with parameters of type RepositoryGroup
 boolean InformationServiceInterface.addRepositoryGroup(RepositoryGroup group)
          Add a new group to the collection of defined repository groups that can be used to scope a search.
 boolean InformationService.addRepositoryGroup(RepositoryGroup group)
          Add a new group to the collection of defined repository groups that can be used to scope a search.
 boolean InformationServiceInterface.removeRepositoryGroup(RepositoryGroup group)
          Remove a group from the collection of defined repository groups that can be used to scope a search.
 boolean InformationService.removeRepositoryGroup(RepositoryGroup group)
          Remove a group from the collection of defined repository groups that can be used to scope a search.
 java.util.List InformationServiceInterface.searchGroup(UserContextInterface user, RepositoryGroup group, FilterInterface filter)
          Search the repository group that is provided.
 java.util.List InformationService.searchGroup(UserContextInterface user, RepositoryGroup group, FilterInterface filter)
          Search the repository group that is provided.
 java.util.List InformationServiceInterface.searchGroupWithFilterArray(UserContextInterface user, RepositoryGroup group, FilterInterface[] filterArray)
          Search the repository group that is provided.
 java.util.List InformationService.searchGroupWithFilterArray(UserContextInterface user, RepositoryGroup group, FilterInterface[] filterArray)
           
 

Uses of RepositoryGroup in com.sas.services.user
 

Methods in com.sas.services.user that return RepositoryGroup
 RepositoryGroup UserContextInterface.getRepositoryGroup(java.lang.String name)
          Get a repository group from this UserContext.
 RepositoryGroup UserContext.getRepositoryGroup(java.lang.String name)
           
 

Methods in com.sas.services.user with parameters of type RepositoryGroup
 void UserContextInterface.addRepositoryGroup(RepositoryGroup group)
          Add a repository group to this UserContext.
 void UserContext.addRepositoryGroup(RepositoryGroup group)
           
 void UserContextInterface.removeRepositoryGroup(RepositoryGroup group)
          Remove a repository group from this UserContext.
 void UserContext.removeRepositoryGroup(RepositoryGroup group)
           
 




Copyright © 2009 SAS Institute Inc. All Rights Reserved.