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.
|
com.adobe.icc.web.api |
Defines package version.
|
Modifier and Type | Method and Description |
---|---|
String |
Query.getQueryString()
Get query string.
|
Modifier and Type | Method and Description |
---|---|
Letter |
IRenderUtils.copyLetter(Letter letter)
Deprecated.
|
byte[] |
IRenderUtils.extendLayout(Letter letter,
String dataRootName)
Deprecated.
|
byte[] |
IRenderUtils.extendLayout(Letter letter,
String dataRootName,
com.adobe.icc.render.obj.ContextData contextData,
boolean includeFragmentsUnconditionally)
Deprecated.
|
com.adobe.xfa.Document |
IRenderUtils.extendLayout2(Letter letter,
String dataRootName,
com.adobe.icc.render.obj.ContextData contextData,
boolean includeFragmentsUnconditionally)
Deprecated.
|
Map<String,Object> |
CoreService.getLetterInstanceInfo(String dataXML)
Deprecated.
|
Map<String,Object> |
LetterRenderService.processLetter(Letter letter,
String initialDataXML,
boolean useTestData)
Deprecated.
|
Map<String,Object> |
LetterRenderService.processLetter(Letter letter,
String initialDataXML,
LetterRenderOptionsSpec letterRenderOptionsSpec)
Deprecated.
|
Map<String,Object> |
LetterRenderService.processLetter(String letterId,
String initialDataXML,
boolean useTestData)
Deprecated.
|
Map<String,Object> |
LetterRenderService.processLetter(String letterId,
String initialDataXML,
LetterRenderOptionsSpec letterRenderOptionsSpec)
Deprecated.
|
byte[] |
LetterRenderService.renderLetter(Letter letter,
String dataXML,
boolean renderInteractive)
Deprecated.
|
com.adobe.icc.render.obj.PDFResponseType |
LetterRenderService.renderLetter(Letter letter,
String initialDataXML,
boolean mergeDataOnServer,
boolean useTestData,
boolean renderInteractive)
Deprecated.
|
com.adobe.icc.render.obj.PDFResponseType |
LetterRenderService.renderLetter(Letter letter,
String initialDataXML,
boolean mergeDataOnServer,
boolean useTestData,
boolean renderInteractive,
boolean saveToFile)
Deprecated.
|
com.adobe.icc.render.obj.PDFResponseType |
LetterRenderService.renderLetter(Letter letter,
String initialDataXML,
LetterRenderOptionsSpec letterRenderOptionsSpec)
Deprecated.
|
byte[] |
LetterRenderService.renderLetter(String letterId,
String dataXML,
boolean renderInteractive)
Deprecated.
|
com.adobe.icc.render.obj.PDFResponseType |
LetterRenderService.renderLetter(String letterId,
String initialDataXML,
boolean mergeDataOnServer,
boolean useTestData,
boolean renderInteractive)
Deprecated.
|
com.adobe.icc.render.obj.PDFResponseType |
LetterRenderService.renderLetter(String letterId,
String initialDataXML,
boolean mergeDataOnServer,
boolean useTestData,
boolean renderInteractive,
boolean saveToFile)
Deprecated.
|
com.adobe.icc.render.obj.PDFResponseType |
LetterRenderService.renderLetter(String letterId,
String initialDataXML,
LetterRenderOptionsSpec letterRenderOptionsSpec)
Deprecated.
|
List<String> |
DataModuleResolver.resolveAllExpressions(List<String> expressions,
com.adobe.icc.render.obj.ContextData contextData)
Deprecated.
|
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.resolveDataModule(String dataModuleID,
com.adobe.icc.render.obj.ContextData contextData)
Deprecated.
|
String |
DataModuleResolver.resolveExpressions(List<String> expressions,
com.adobe.icc.render.obj.ContextData contextData)
Deprecated.
|
void |
DeliveryService.sendForCustomAction(String letterInstanceId,
String processName)
Send the correspondence to a process, for any custom action on the correspondence.
|
void |
DeliveryService.sendForEmail(String letterInstanceId,
int format,
String sender,
String toRecipients,
String ccRecipients,
String bccRecipients,
String subject,
String body)
Email the correspondence to the designated recipients with the given subject and body.
|
void |
DeliveryService.sendForPrint(String letterInstanceId,
int format,
int printType,
String customPrinterUrl)
Sent the correspondence for print.
|
void |
DeliveryService.sendForSave(String letterInstanceId,
int format,
String filename,
String savePath)
Saves the correspondence at the given location on the file system.
|
String |
LetterRenderService.serializeDataElementsToXML(String ddiAsXml,
Map<String,Object> phValues,
Map<String,Object> fieldValues)
Deprecated.
|
List<com.adobe.icc.render.obj.Content> |
DataModuleResolver.unResolveDataModule(DataModule dataModule,
com.adobe.icc.render.obj.ContextData contextData)
Deprecated.
|
List<com.adobe.icc.render.obj.Content> |
DataModuleResolver.unResolveDataModule(String dataModuleID,
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 |
Form |
FormService.activateForm(String formID,
boolean updateDependencies)
Deprecated.
|
Letter |
LetterService.activateLetter(String letterID,
boolean updateDependencies)
Deprecated.
Use
PublishService.publishAssets(List) instead |
Asset |
AssetService.copy(String srcAssetId,
String destAssetName,
String destAssetTitle)
Deprecated.
|
Asset |
AssetService.copy(String srcAssetId,
String destFolderId,
String destAssetName,
String destAssetTitle)
Deprecated.
|
DataModule |
DataModuleService.copyDataModule(String oldDMID,
DataModule newDM)
Deprecated.
|
Form |
FormService.copyForm(String oldformID,
Form newform)
Deprecated.
|
FragmentLayout |
FragmentLayoutService.copyFragmentLayout(String oldFragmentLayoutID,
FragmentLayout newFragmentLayout)
Deprecated.
|
Letter |
LetterService.copyLetter(String oldletterID,
Letter newletter)
Deprecated.
|
Map<String,CopiedAssetInfo> |
AssetService.copyMultipleAssets(Map<String,CopiedAssetInfo> copiedAssetInfoMap,
String destinationFolderPath)
Deprecated.
|
DataModule |
DataModuleService.createDataModule(DataModule dm)
Deprecated.
|
Form |
FormService.createForm(Form form)
Deprecated.
|
FragmentLayout |
FragmentLayoutService.createFragmentLayout(FragmentLayout fragmentLayout)
Deprecated.
|
Letter |
LetterService.createLetter(Letter letter)
Deprecated.
|
Letter |
LetterService.createLetterAndForm(Letter letter)
Deprecated.
|
DataModule |
DataModuleService.createTestDataModule(String dataModuleID)
Deprecated.
|
Form |
FormService.createTestForm(String formID)
Deprecated.
|
Letter |
LetterService.createTestLetter(String letterID)
Deprecated.
|
boolean |
DataModuleService.dataModuleExists(String dataModuleName)
Deprecated.
|
Asset |
AssetService.deactivateAsset(String assetId)
Deprecated.
|
void |
AssetService.deleteAsset(String assetId)
Deprecated.
|
void |
AssetService.deleteAssets(String[] assetIds)
Deprecated.
|
void |
AuditService.deleteAuditLog(String auditLogId)
Deprecated.
|
void |
LetterInstanceService.deleteLetterInstance(String letterInstanceId)
Deprecated.
|
Downloadable |
AssetExportService.exportAll(String packageName)
Deprecated.
|
Downloadable |
AssetExportService.exportAsset(List<String> assetIDs,
String packageName)
Deprecated.
|
Downloadable |
AssetExportService.exportAsset(List<String> assetIDs,
String packageName,
boolean findRelatedAssets)
Deprecated.
|
Downloadable |
ExportDefinitionService.exportAssetDefinition(Integer assetType,
Asset asset)
Deprecated.
|
Downloadable |
ExportDefinitionService.exportAssetDefinition(Integer assetType,
Asset asset,
Boolean encodeToBase64)
Deprecated.
|
Downloadable |
ExportDefinitionService.exportAssetDefinition(Integer assetType,
Asset asset,
Boolean encodeToBase64,
boolean includeContent)
Deprecated.
|
Downloadable |
ExportDefinitionService.exportAssetDefinition(Integer assetType,
String assetId)
Deprecated.
|
Downloadable |
ExportDefinitionService.exportAssetDefinition(Integer assetType,
String assetId,
Boolean encodeToBase64)
Deprecated.
|
Downloadable |
ExportDefinitionService.exportAssetDependencies(Integer assetType,
String assetId)
Deprecated.
|
byte[] |
LocalizationService.exportLocalizationInformation(ILocalizationResourceContainer localizationAsset)
Deprecated.
|
Boolean |
FormService.formExists(String formName)
Deprecated.
|
Boolean |
FragmentLayoutService.fragmentLayoutExists(String fragmentLayoutName)
Deprecated.
|
Set<String> |
AssetAndDDProviderService.getAllAssets(int state)
Deprecated.
|
Map<com.adobe.forms.foundation.service.FormsAssetType,Set<String>> |
AssetAndDDProviderService.getAllAssetsByType()
Deprecated.
|
List<AuditLog> |
AuditService.getAllAuditLogs(Query query)
Deprecated.
|
List<BatchOperation> |
BatchOperationService.getAllBatchOperations(Query query)
Deprecated.
Retrieve the list of batch operations.
|
Set<String> |
AssetAndDDProviderService.getAllCMAssetsAndDDs(int state)
Deprecated.
|
List<DataModule> |
DataModuleService.getAllDataModules(Query query)
Deprecated.
|
List<DataModule> |
DataModuleService.getAllDataModules(Query query,
String cutPoints)
Deprecated.
|
Set<String> |
AssetAndDDProviderService.getAllExternalAssets(int state)
Deprecated.
|
Set<String> |
AssetAndDDProviderService.getAllExternalAssetsUnderPath(int state,
String path)
Deprecated.
|
List<Form> |
FormService.getAllForms(Query query)
Deprecated.
|
List<FragmentLayout> |
FragmentLayoutService.getAllFragmentLayouts(Query query)
Deprecated.
|
List<LetterInstanceVO> |
LetterInstanceService.getAllLetterInstances(Query query)
Deprecated.
|
List<Letter> |
LetterService.getAllLetters(Query query)
Deprecated.
|
List<Letter> |
LetterService.getAllLetters(Query query,
String cutPoints)
Deprecated.
|
BatchOperation |
BatchOperationService.getBatchOperationById(String operationId)
Deprecated.
Fetch a
BatchOperation object by the given GUID. |
DataModule |
DataModuleService.getDataModule(String dmID)
Deprecated.
|
DataModule |
DataModuleService.getDataModule(String dmID,
boolean includeContent)
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<Letter> |
DataModuleService.getDependentLetters(String moduleID)
Deprecated.
|
List<Letter> |
FormService.getDependentLetters(String formID)
Deprecated.
|
List<Letter> |
FragmentLayoutService.getDependentLetters(String fragmentLayoutID)
Deprecated.
|
List<Letter> |
DataModuleService.getDependentLetters(String moduleID,
boolean fetchIndirectReferences)
Deprecated.
|
List<Letter> |
DataModuleService.getDependentLetters(String moduleID,
boolean fetchIndirectReferences,
String cutPoints,
boolean includeContent)
Deprecated.
|
List<Letter> |
FragmentLayoutService.getDependentLetters(String fragmentLayoutID,
String cutPoints,
boolean includeContent)
Deprecated.
|
List |
AssetExportService.getExportAllInfo()
Deprecated.
|
List |
AssetExportService.getExportInfo(List<String> assetIDs)
Deprecated.
|
Asset |
AssetService.getFirstLevelAsset(String assetId)
Deprecated.
|
<T> T |
AssetService.getFirstLevelExternalAsset(String assetId,
Class<T> externalType)
Deprecated.
|
Form |
FormService.getForm(String formID)
Deprecated.
|
FragmentLayout |
FragmentLayoutService.getFragmentLayout(String fragmentLayoutID)
Deprecated.
|
Map<String,Object> |
AssetExportService.getImportInfo2(Downloadable file)
Deprecated.
|
Letter |
LetterService.getLetter(String letterID)
Deprecated.
|
Letter |
LetterService.getLetter(String letterID,
boolean includedContent)
Deprecated.
|
Map<String,List> |
LetterService.getLetterDataElements(String letterID)
Deprecated.
|
LetterInstanceVO |
LetterInstanceService.getLetterInstance(String letterInstanceId)
Deprecated.
|
Letter |
LetterService.getLetterWithLatestAssets(String letterID)
Deprecated.
Use
LetterService.getLetter(String) instead. |
Letter |
LetterService.getLetterWithoutData(String letterID)
Deprecated.
|
Downloadable |
DownloadService.getObjectData(Integer objType,
String recordID)
Get the content or data bytes for an
Asset type given its ID. |
Downloadable |
DownloadService.getObjectData(Integer objType,
String objName,
Integer objVersion,
Integer objState)
Get the content or data bytes for an
Asset type given its name, state and version. |
Downloadable |
DownloadService.getObjectTestData(Integer objType,
String recordID)
Get the test/sample content or data associated with a
Asset type given its ID. |
Set<String> |
AssetAndDDProviderService.getParentAssetsForDAMAsset(String assetId)
Deprecated.
|
Downloadable |
BatchOperationService.getReportForBatchOperation(String operationId)
Deprecated.
Returns the
Downloadable form of the Batch Operation report |
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.
|
Map<ContainerLayoutAssignment,FragmentLayout> |
LetterService.getUsedFragmentLayouts(Letter letter,
boolean fetchIndirectReferences)
Deprecated.
|
List<String> |
AssetExportService.importAsset2(Map<String,Object> packageInfo)
Deprecated.
|
List<String> |
AssetExportService.importAsset3(String importInfoNodePath)
Deprecated.
|
Asset |
ExportDefinitionService.importAssetDefinition(Integer assetType,
byte[] assetBlob,
Boolean isBase64Data)
Deprecated.
|
<T extends ILocalizationResourceContainer> |
LocalizationService.importLocalizationInformation(T localizationAsset,
byte[] data)
Deprecated.
|
BatchOperation |
BatchOperationService.invokeBatchOperation(BatchOperation batchOperation)
Deprecated.
Invokes a specified batch operation and updates the BatchOperation object with
the new run details.
|
boolean |
PublishService.isAnyModifiedAssetPresent()
Deprecated.
|
boolean |
DataModuleService.isReferenced(String moduleID)
Deprecated.
|
boolean |
FormService.isReferenced(String formID)
Deprecated.
|
boolean |
FragmentLayoutService.isReferenced(String fragmentLayoutID)
Deprecated.
|
Boolean |
LetterService.letterExists(String letterName)
Deprecated.
|
Boolean |
LetterInstanceService.letterInstanceExists(String letterInstanceName)
Deprecated.
|
void |
AssetService.moveAsset(String srcObjectId,
String destPath)
Deprecated.
|
FragmentLayout |
FragmentLayoutService.parseFragmentLayout(FragmentLayout fragmentLayout)
Deprecated.
|
void |
PublishService.publishAllAssets()
Deprecated.
|
void |
PublishService.publishAssetObjects(List<Object> assetsToPublish)
Deprecated.
|
void |
PublishService.publishAssets(List<String> assetsToPublish)
Deprecated.
|
DataModule |
DataModuleService.publishDataModule(String dataModuleID)
Deprecated.
Since 6.2. Use
PublishService.publishAssets(List) instead. |
Form |
FormService.publishForm(String formID)
Deprecated.
Since 6.2. Use
PublishService.publishAssets(List) instead. |
FragmentLayout |
FragmentLayoutService.publishFragmentLayout(String fragmentLayoutID)
Deprecated.
Since 6.2. Use
PublishService.publishAssets(List) instead. |
Letter |
LetterService.publishLetter(String letterID)
Deprecated.
Since 6.2. Use
PublishService.publishAssets(List) instead. |
DataModule |
DataModuleService.readDataModule(String dmID)
Deprecated.
|
DataModule |
DataModuleService.readDataModule(String dmID,
boolean includeContent)
Deprecated.
|
Form |
FormService.readForm(String formID)
Deprecated.
|
FragmentLayout |
FragmentLayoutService.readFragmentLayout(String fragmentLayoutID)
Deprecated.
|
Letter |
LetterService.readLetter(String letterID)
Deprecated.
|
Letter |
LetterService.readLetter(String letterID,
boolean includedContent)
Deprecated.
|
LetterInstanceVO |
LetterInstanceService.readLetterInstance(String letterInstanceId)
Deprecated.
|
List<Object> |
PublishService.retrieveRelatedAssetsForActivation(String assetId)
Deprecated.
|
Asset |
AssetService.revertToLastPublished(String assetId)
Deprecated.
|
DataModule |
DataModuleService.revertToLastPublished(String dataModuleId)
Deprecated.
Use
AssetService.revertToLastPublished(String) instead. |
Form |
FormService.revertToLastPublished(String formId)
Deprecated.
Use
AssetService.revertToLastPublished(String) instead. |
FragmentLayout |
FragmentLayoutService.revertToLastPublished(String fragmentLayoutId)
Deprecated.
Use
AssetService.revertToLastPublished(String) instead. |
Letter |
LetterService.revertToLastPublished(String letterId)
Deprecated.
Use
AssetService.revertToLastPublished(String) instead. |
LetterInstanceVO |
LetterInstanceService.saveAsDraft(Letter letter,
byte[] XMLData,
String letterInstanceName)
Deprecated.
|
LetterInstanceVO |
LetterInstanceService.saveSubmittedLetter(Letter letter,
byte[] PDFBytes,
byte[] processedXDP,
byte[] dataXML,
String letterInstanceName)
Deprecated.
|
LetterInstanceVO |
LetterInstanceService.saveSubmittedLetter(Letter letter,
byte[] PDFBytes,
byte[] processedXDP,
byte[] dataXML,
String letterInstanceName,
byte[] adMergedJson,
String adNodePath)
Deprecated.
|
Form |
FormService.searchFormWithFMLayout(String formID)
Deprecated.
|
List<FragmentLayout> |
FragmentLayoutService.searchFragmentsWithFMFragment(String fmFragmentLayoutPath)
Deprecated.
|
BatchOperation |
BatchOperationService.updateBatchOperation(BatchOperation batchOperation)
Deprecated.
Update the given
BatchOperation . |
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 |
FormService.updateDependencies(Form oldForm,
Form newForm)
Deprecated.
|
Set<Letter> |
FormService.updateDependencies(Form oldForm,
Form newForm,
List<Letter> letters)
Deprecated.
|
boolean |
FragmentLayoutService.updateDependencies(FragmentLayout oldFragmentLayout,
FragmentLayout newFragmentLayout)
Deprecated.
|
Set<Letter> |
FragmentLayoutService.updateDependencies(FragmentLayout oldFragmentLayout,
FragmentLayout newFragmentLayout,
List<ContainerLayoutAssignment> clas,
Map<ContainerLayoutAssignment,Letter> claMap)
Deprecated.
Update the references of the old FragmentLayout
oldFragmentLayout , in given dependent assets,
with the new FragmentLayout newFragmentLayout . |
boolean |
LetterService.updateDependencies(String oldLetterID,
String newLetterID)
Deprecated.
|
boolean |
DataModuleService.updateEffectiveDependencies(DataModule oldModule,
DataModule newModule,
List<String> lettersToBeIgnored)
Deprecated.
|
boolean |
FormService.updateEffectiveDependencies(Form oldForm,
Form newForm,
List<String> lettersToBeIgnored)
Deprecated.
|
boolean |
FragmentLayoutService.updateEffectiveDependencies(FragmentLayout oldFragmentLayout,
FragmentLayout newFragmentLayout,
List<String> lettersToBeIgnored)
Deprecated.
|
FragmentLayout |
FragmentLayoutService.updateFMFormInFragment(String fragmentId,
String fmFormPath)
Deprecated.
|
Letter |
LetterService.updateFMFormInLetter(String letterId,
String fmFormPath)
Deprecated.
|
Form |
FormService.updateForm(Form form)
Deprecated.
|
FragmentLayout |
FragmentLayoutService.updateFragmentLayout(FragmentLayout fragmentLayout)
Deprecated.
|
Letter |
LetterService.updateLetter(Letter letter)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
Byte[] |
IExternalDataUtil.getObject(String url)
Deprecated.
|
Copyright © 1982–2022 Adobe Systems Inc.. All rights reserved.