public interface ExternalDictionaryService
Modifier and Type | Method and Description |
---|---|
String |
exportExternalDictionariesToDataSet(ExportFileCreateInfo info)
Exports all external dictionaries to a location in the repository or your workspace.
|
Set<ExternalDictionary> |
getExternalDictionaries()
Gets all external dictionaries in the system.
|
ExternalDictionary |
getExternalDictionary(String dictionary,
DataType dataType,
String version)
Gets the external dictionary with the specified name, data type, and version.
|
Set<ExternalDictionary> getExternalDictionaries()
ExternalDictionary getExternalDictionary(String dictionary, DataType dataType, String version) throws DictionaryNotFoundException
dictionary
- The dictionary name as specified by ExternalDictionary.getDictionary()
.dataType
- The data type of the external dictionary.version
- The version of the external dictionary.DictionaryNotFoundException
- Thrown when the dictionary does not exist.String exportExternalDictionariesToDataSet(ExportFileCreateInfo info) throws ExportException
info
- The method to add the exported data set.ExportException
- Thrown when there is an issue exporting the external dictionary.Copyright (c) 2020, SAS Institute Inc., Cary, NC, USA