|
| Foundation |
|
| |||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||||||
| 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. |
abstract 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 | |
|---|---|
abstract 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. |
abstract 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. |
abstract 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. |
abstract 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 | |
|---|---|
abstract 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 | |
|---|---|
abstract void |
UserContextInterface.addRepositoryGroup(RepositoryGroup group)
Add a repository group to this UserContext. |
void |
UserContext.addRepositoryGroup(RepositoryGroup group)
|
abstract void |
UserContextInterface.removeRepositoryGroup(RepositoryGroup group)
Remove a repository group from this UserContext. |
void |
UserContext.removeRepositoryGroup(RepositoryGroup group)
|
|
| Foundation |
|
| |||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||||||