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

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
 boolean InformationServiceInterface.addRepositoryDef(RepositoryDef repositoryDef)
          Adds a repository definition to the repository list.
 boolean InformationService.addRepositoryDef(RepositoryDef repositoryDef)
           
 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)
           
 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.
 boolean InformationServiceInterface.removeRepositoryDef(RepositoryDef repositoryDef)
          Removes a repository definition from the list of repositories.
 boolean InformationService.removeRepositoryDef(RepositoryDef repositoryDef)
           
 




Copyright © 2009 SAS Institute Inc. All Rights Reserved.