Uses of Class
com.sas.services.information.RepositoryGroup
Packages that use RepositoryGroup
Package
Description
Interact with data repositories on behalf of client applications.
Maintain user identities and profiles.
-
Uses of RepositoryGroup in com.sas.services.information
Fields in com.sas.services.information with type parameters of type RepositoryGroupModifier and TypeFieldDescriptionMap<String, RepositoryGroup> InformationServiceInitObject.repositoryGroupsRepository group map.Methods in com.sas.services.information that return RepositoryGroupModifier and TypeMethodDescriptionRepositoryGroup.copyTo(String name) Make a writable copy of this group with a new name.InformationService.getRepositoryGroup(String name) Get the group with the given name.InformationServiceInterface.getRepositoryGroup(String name) Get the group with the given name.InformationServiceProxy.getRepositoryGroup(String name) final RepositoryGroupInformationServiceInitObject.getRepositoryGroupUsingID(String id) Gets the Information Service repository group associated with the unique ID.Methods in com.sas.services.information with parameters of type RepositoryGroupModifier and TypeMethodDescriptionbooleanInformationService.addRepositoryGroup(RepositoryGroup group) Add a new group to the collection of defined repository groups that can be used to scope a search.final booleanInformationServiceInitObject.addRepositoryGroup(RepositoryGroup group) Add a repository group to the collection.booleanInformationServiceInterface.addRepositoryGroup(RepositoryGroup group) Add a new group to the collection of defined repository groups that can be used to scope a search.booleanInformationServiceProxy.addRepositoryGroup(RepositoryGroup group) booleanInformationService.removeRepositoryGroup(RepositoryGroup group) Remove a group from the collection of defined repository groups that can be used to scope a search.booleanInformationServiceInterface.removeRepositoryGroup(RepositoryGroup group) Remove a group from the collection of defined repository groups that can be used to scope a search.booleanInformationServiceProxy.removeRepositoryGroup(RepositoryGroup group) ListInformationService.searchGroup(UserContextInterface user, RepositoryGroup group, FilterInterface filter) Search the repository group that is provided.ListInformationServiceInterface.searchGroup(UserContextInterface user, RepositoryGroup group, FilterInterface filter) Search the repository group that is provided.ListInformationServiceProxy.searchGroup(UserContextInterface user, RepositoryGroup group, FilterInterface filter) ListInformationService.searchGroupWithFilterArray(UserContextInterface user, RepositoryGroup group, FilterInterface[] filterArray) ListInformationServiceInterface.searchGroupWithFilterArray(UserContextInterface user, RepositoryGroup group, FilterInterface[] filterArray) Search the repository group that is provided.ListInformationServiceProxy.searchGroupWithFilterArray(UserContextInterface user, RepositoryGroup group, FilterInterface[] filterArray) -
Uses of RepositoryGroup in com.sas.services.user
Methods in com.sas.services.user that return RepositoryGroupModifier and TypeMethodDescriptionUserContext.getRepositoryGroup(String name) UserContextInterface.getRepositoryGroup(String name) Get a repository group from this UserContext.Methods in com.sas.services.user with parameters of type RepositoryGroupModifier and TypeMethodDescriptionvoidUserContext.addRepositoryGroup(RepositoryGroup group) voidUserContextInterface.addRepositoryGroup(RepositoryGroup group) Add a repository group to this UserContext.voidUserContext.removeRepositoryGroup(RepositoryGroup group) voidUserContextInterface.removeRepositoryGroup(RepositoryGroup group) Remove a repository group from this UserContext.