Uses of Class
com.sas.services.information.RepositoryDef
Packages that use RepositoryDef
Package
Description
Interact with data repositories on behalf of client applications.
-
Uses of RepositoryDef in com.sas.services.information
Fields in com.sas.services.information with type parameters of type RepositoryDefModifier and TypeFieldDescriptionMap<String, RepositoryDef> InformationServiceInitObject.reposDefsRepository definition map.Methods in com.sas.services.information that return RepositoryDefModifier and TypeMethodDescriptionRepositoryDef.cloneConfig()final RepositoryDefInformationServiceInitObject.getReposDef(String name) Gets the Information Service repository definition associated with the nickname.final RepositoryDefInformationServiceInitObject.getReposDefUsingID(String uid) Gets the Information Service repository definition associated with the unique ID.Methods in com.sas.services.information that return types with arguments of type RepositoryDefModifier and TypeMethodDescriptionSet<RepositoryDef> InformationServiceInitObject.getReposDefsForProtocol(String protocol) Methods in com.sas.services.information with parameters of type RepositoryDefModifier and TypeMethodDescriptionfinal booleanInformationServiceInitObject.addReposDef(String name, RepositoryDef def) Adds an Information Service repository definition to the model.booleanInformationService.addRepositoryDef(RepositoryDef repositoryDef) booleanInformationServiceInterface.addRepositoryDef(RepositoryDef repositoryDef) Adds a repository definition to the repository list.booleanInformationServiceProxy.addRepositoryDef(RepositoryDef repositoryDef) booleanDAVRepository.connect(String user, String password, RepositoryDef config) InformationService.connect(UserContextInterface user, RepositoryDef reposDef) Connect to the repository specified in the repository definition.InformationServiceInterface.connect(UserContextInterface user, RepositoryDef reposDef) Connect to the repository specified in the repository definition.InformationServiceProxy.connect(UserContextInterface user, RepositoryDef reposDef) Connect to the repository specified in the repository definition.booleanOMIRepository.connect(String user, String password, RepositoryDef config) booleanOMIServerRepository.connect(String user, String password, RepositoryDef config) booleanRepositoryInterface.connect(String user, String password, RepositoryDef config) Connect to a repository using the configuration provided in a RepositoryDef object.booleanInformationService.removeRepositoryDef(RepositoryDef repositoryDef) final booleanInformationServiceInitObject.removeRepositoryDef(RepositoryDef repositoryDef) booleanInformationServiceInterface.removeRepositoryDef(RepositoryDef repositoryDef) Removes a repository definition from the list of repositories.booleanInformationServiceProxy.removeRepositoryDef(RepositoryDef repositoryDef) final booleanInformationServiceInitObject.replaceReposDef(String oldRepositoryDefName, RepositoryDef newRepositoryDef) Updates the configuration by replacing the name of a repository definition and updating its associations to repository groups.