|
| Foundation |
|
| |||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||||||
| Packages that use RepositoryDef | |
|---|---|
| com.sas.services.information | Interact with data repositories on behalf of client applications. |
| Uses of RepositoryDef in com.sas.services.information |
|---|
| Methods in com.sas.services.information that return RepositoryDef | |
|---|---|
RepositoryDef |
RepositoryDef.cloneConfig()
|
| Methods in com.sas.services.information with parameters of type RepositoryDef | |
|---|---|
abstract boolean |
InformationServiceInterface.addRepositoryDef(RepositoryDef repositoryDef)
Adds a repository definition to the repository list. |
boolean |
InformationService.addRepositoryDef(RepositoryDef repositoryDef)
|
abstract boolean |
RepositoryInterface.connect(java.lang.String user,
java.lang.String password,
RepositoryDef config)
Connect to a repository using the configuration provided in a RepositoryDef object. |
boolean |
OMIServerRepository.connect(java.lang.String user,
java.lang.String password,
RepositoryDef config)
|
boolean |
DAVRepository.connect(java.lang.String user,
java.lang.String password,
RepositoryDef config)
|
abstract RepositoryInterface |
InformationServiceInterface.connect(UserContextInterface user,
RepositoryDef reposDef)
Connect to the repository specified in the repository definition. |
RepositoryInterface |
InformationService.connect(UserContextInterface user,
RepositoryDef reposDef)
Connect to the repository specified in the repository definition. |
abstract boolean |
InformationServiceInterface.removeRepositoryDef(RepositoryDef repositoryDef)
Removes a repository definition from the list of repositories. |
boolean |
InformationService.removeRepositoryDef(RepositoryDef repositoryDef)
|
|
| Foundation |
|
| |||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||||||