Package | Description |
---|---|
com.adobe.dct.service |
Defines package version.
|
com.adobe.dct.transfer |
Defines package version.
|
Modifier and Type | Method and Description |
---|---|
List<DataDictionaryElement> |
DataDictionaryUtilService.getElementsFromComputedDDE(DataDictionaryElement dataDictionaryElement,
DataDictionary dataDictionary)
Deprecated.
This API parses the expression in the computed Data Dictionary Element and returns a list of Data Dictionary Elements used within the expression.
|
Modifier and Type | Method and Description |
---|---|
List<DataDictionaryElement> |
DataDictionaryUtilService.getElementsFromComputedDDE(DataDictionaryElement dataDictionaryElement,
DataDictionary dataDictionary)
Deprecated.
This API parses the expression in the computed Data Dictionary Element and returns a list of Data Dictionary Elements used within the expression.
|
Modifier and Type | Method and Description |
---|---|
DataDictionaryElement |
DataDictionaryElement.getCollectionElement() |
Modifier and Type | Method and Description |
---|---|
List<DataDictionaryElement> |
DataDictionaryElement.getChildElements() |
List<DataDictionaryElement> |
DataDictionary.getDDElements()
Deprecated.
Gets the list of the top level elements in the data dictionary.
|
Modifier and Type | Method and Description |
---|---|
void |
DataDictionaryElement.setCollectionElement(DataDictionaryElement collectionElement) |
Modifier and Type | Method and Description |
---|---|
void |
DataDictionaryElement.setChildElements(List<DataDictionaryElement> childElements) |
void |
DataDictionary.setDDElements(List<DataDictionaryElement> DDElements)
Deprecated.
Sets the list of the top level elements in the data dictionary.
|
Constructor and Description |
---|
DataDictionary(String name,
String description,
List<DataDictionaryElement> DDElements)
Deprecated.
Constructor for defining data dictionary
|
Copyright © 1982–2022 Adobe Systems Inc.. All rights reserved.