Package | Description |
---|---|
com.adobe.icc.dbforms.obj |
Defines package version.
|
com.adobe.icc.ddg.api |
Defines package version.
|
com.adobe.icc.services.api |
Defines package version.
|
Modifier and Type | Class and Description |
---|---|
class |
ChartDataModule
POJO representation for a Chart Image Module ( DAM Asset).
|
class |
ConditionalDataModule
POJO representation for a Conditional Module.
|
class |
ContentDataModule
Deprecated.
Since 6.4.
|
class |
DAMImage
POJO representation for a Image Module ( DAM Asset).
|
class |
ListDataModule
POJO representation for a List Module.
|
class |
TextModule
POJO representation of a Text module.
|
Modifier and Type | Method and Description |
---|---|
DataModule |
FieldAssignment.getDataModule()
Deprecated.
Get the
DataModule assigned to the Field. |
DataModule |
ModuleAssignment.getDataModule()
Deprecated.
Get the target
DataModule for the assignment. |
DataModule |
VariableAssignment.getDataModule()
Deprecated.
Get the
DataModule assigned to the Variable. |
DataModule |
CDMAssignment.getTarget()
Get the target data module for this Condition Assignment.
|
DataModule |
LDMAssignment.getTarget()
Sets the target
DataModule for this assignment. |
Modifier and Type | Method and Description |
---|---|
void |
FieldAssignment.setDataModule(DataModule dataModule)
Deprecated.
Sets the
DataModule assigned to the Field. |
void |
ModuleAssignment.setDataModule(DataModule dataModule)
Deprecated.
Sets the target
DataModule for the assignment. |
void |
VariableAssignment.setDataModule(DataModule dataModule)
Deprecated.
Sets the
DataModule assigned to the Variable. |
void |
CDMAssignment.setTarget(DataModule target)
Sets the target data module for this Condition Assignment.
|
void |
LDMAssignment.setTarget(DataModule target)
Sets the target
DataModule for this assignment. |
Modifier and Type | Method and Description |
---|---|
List<com.adobe.icc.render.obj.Content> |
DataModuleResolver.resolveDataModule(DataModule dataModule,
com.adobe.icc.render.obj.ContextData contextData)
Deprecated.
|
List<com.adobe.icc.render.obj.Content> |
DataModuleResolver.unResolveDataModule(DataModule dataModule,
com.adobe.icc.render.obj.ContextData contextData)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
DataModule |
DataModuleService.activateDataModule(String dataModuleID,
boolean updateDependencies)
Deprecated.
Use
PublishService.publishAssets(List) instead |
DataModule |
DataModuleService.copyDataModule(String oldDMID,
DataModule newDM)
Deprecated.
|
DataModule |
DataModuleService.createDataModule(DataModule dm)
Deprecated.
|
DataModule |
DataModuleService.createTestDataModule(String dataModuleID)
Deprecated.
|
DataModule |
DataModuleService.getDataModule(String dmID)
Deprecated.
|
DataModule |
DataModuleService.getDataModule(String dmID,
boolean includeContent)
Deprecated.
|
DataModule |
DataModuleService.publishDataModule(String dataModuleID)
Deprecated.
Since 6.2. Use
PublishService.publishAssets(List) instead. |
DataModule |
DataModuleService.readDataModule(String dmID)
Deprecated.
|
DataModule |
DataModuleService.readDataModule(String dmID,
boolean includeContent)
Deprecated.
|
DataModule |
DataModuleService.retrieveVersion(String dataModuleId,
Date publishDate)
Deprecated.
|
DataModule |
DataModuleService.revertToLastPublished(String dataModuleId)
Deprecated.
Use
AssetService.revertToLastPublished(String) instead. |
DataModule |
DataModuleService.updateDataModule(DataModule dm)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
List<DataModule> |
DataModuleService.getAllDataModules(Query query)
Deprecated.
|
List<DataModule> |
DataModuleService.getAllDataModules(Query query,
String cutPoints)
Deprecated.
|
List<DataModule> |
DataModuleService.getDependentDataModules(String moduleID)
Deprecated.
|
List<DataModule> |
DataModuleService.getDependentDataModules(String moduleID,
boolean fetchIndirectReferences)
Deprecated.
|
List<DataModule> |
DataModuleService.getDependentDataModules(String moduleID,
boolean fetchIndirectReferences,
String cutPoints,
boolean includeContent)
Deprecated.
|
List<DataModule> |
LetterService.getUsedDataModules(Letter letter,
boolean fetchIndirectReferences)
Deprecated.
|
List<DataModule> |
DataModuleService.getUsedDataModules(String moduleID,
boolean fetchIndirectReferences)
Deprecated.
|
List<DataModule> |
LetterService.getUsedDataModules(String letterID,
boolean fetchIndirectReferences)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
DataModule |
DataModuleService.copyDataModule(String oldDMID,
DataModule newDM)
Deprecated.
|
DataModule |
DataModuleService.createDataModule(DataModule dm)
Deprecated.
|
DataModule |
DataModuleService.updateDataModule(DataModule dm)
Deprecated.
|
boolean |
DataModuleService.updateDependencies(DataModule oldModule,
DataModule newModule)
Deprecated.
|
Set<Letter> |
DataModuleService.updateDependencies(DataModule oldModule,
DataModule newModule,
List<Letter> letters)
Deprecated.
|
boolean |
DataModuleService.updateEffectiveDependencies(DataModule oldModule,
DataModule newModule,
List<String> lettersToBeIgnored)
Deprecated.
|
Copyright © 1982–2022 Adobe Systems Inc.. All rights reserved.