@Deprecated public interface DataDictionaryRegistryService
@Deprecated DataDictionary getFirstLevelDataDictionary(String id) throws DCTException
id
- data dictionary identifierDCTException
@Deprecated DataDictionary getDataDictionary(String id) throws DCTException
id
- data dictionary identifierDCTException
@Deprecated String createDataDictionary(DataDictionary dictionary) throws DCTException
dictionary
- data dictionary objectDCTException
@Deprecated void updateDataDictionaryWithTestData(String id, byte[] data) throws DCTException
id
- Id of the datadictionary to be modified.data
- bytes of the test data to be added.DCTException
@Deprecated void updateDataDictionary(DataDictionary dictionary) throws DCTException
dictionary
- data dictionary objectDCTException
@Deprecated void deleteDataDictionary(String id) throws DCTException
id
- identifier of data dictionaryDCTException
@Deprecated void deleteDataDictionaries(String[] ids) throws DCTException
ids
- array of data dictionaryDCTException
@Deprecated List<DataDictionary> getAllDataDictionaries() throws DCTException
DCTException
@Deprecated List<DataDictionary> getDataDictionaries(DataDictionarySearchFilter searchFilter) throws DCTException
searchFilter
- search criteria for data dictionary search like name, type...DCTException
@Deprecated List<DataDictionary> getFirstLevelDataDictionaries(DataDictionarySearchFilter searchFilter) throws DCTException
searchFilter
- search criteria for data dictionary search like name, type...DCTException
@Deprecated List<DataDictionaryReference> getAllDataDictionaryReferences() throws DCTException
getFirstLevelDataDictionaries(DataDictionarySearchFilter)
instead.DCTException
@Deprecated List<DataDictionaryReference> getDataDictionaryReferences(DataDictionarySearchFilter searchFilter) throws DCTException
getFirstLevelDataDictionaries(DataDictionarySearchFilter)
instead.searchFilter
- search criteria for data dictionary search like name, type...DCTException
@Deprecated List<DataDictionary> getFirstLevelSystemDataDictionaries() throws DCTException
DCTException
@Deprecated List<DataDictionary> getSystemDataDictionaries(String locale) throws DCTException
locale
- locale for which the system data dictionaries are fetchedDCTException
@Deprecated DataDictionary publishDataDictionary(String id) throws DCTException
id
.id
- identifier of the data dictionaryDCTException
@Deprecated DataDictionary revertToLastPublished(String id) throws DCTException
id
.id
- identifier of the data dictionaryDCTException
@Deprecated DataDictionary deactivateDataDictionary(String id) throws DCTException
id
.id
- identifier of the data dictionaryDCTException
@Deprecated DataDictionary readDataDictionary(String id) throws DCTException
id
- data dictionary identifierDCTException
@Deprecated DataDictionary retrieveVersion(String id, Date publishDate) throws DCTException
id
- The DataDictionary ID.publishDate
- specifies the date for fetching published dataDictionary.DCTException
@Deprecated DataDictionary copy(String srcDDId, String destDDName, String destDDTitle) throws DCTException
srcDDId
- Id (path) of the DataDictionary to be copied.destDDName
- Name to be assigned to created copy of source DataDictionary.destDDTitle
- Title to be assigned to created copy of source DataDictionary.DCTException
@Deprecated DataDictionary copy(String srcDDId, String destFolderId, String destDDName, String destDDTitle) throws DCTException
srcDDId
- Id (path) of the DataDictionary to be copied.destFolderId
- Complete Id (path) of folder where asset should be copied.destDDName
- Name to be assigned to created copy of source DataDictionary.destDDTitle
- Title to be assigned to created copy of source DataDictionary.DCTException
@Deprecated Map<String,CopiedAssetInfo> copyDataDictonaries(Map<String,CopiedAssetInfo> copiedDDInfoMap, String destinationFolderPath) throws DCTException
copiedDDInfoMap
- destinationFolderPath
- DCTException
Copyright © 1982–2022 Adobe Systems Inc.. All rights reserved.