| Package | Description |
|---|---|
| com.adobe.acs.commons.indesign.dynamicdeckdynamo.services | |
| com.adobe.acs.commons.indesign.dynamicdeckdynamo.utils |
| Modifier and Type | Method and Description |
|---|---|
String |
DynamicDeckService.createDeck(String deckName,
org.apache.sling.api.resource.Resource masterAssetResource,
List<org.apache.sling.api.resource.Resource> assetResourceList,
org.apache.sling.api.resource.Resource templateFolderResource,
org.apache.sling.api.resource.Resource destinationFolderResource,
org.apache.sling.api.resource.ResourceResolver resourceResolver)
This method will create the InDesign deck based on list of assets and other supporting parameter supplied.
|
List<org.apache.sling.api.resource.Resource> |
DynamicDeckService.fetchAssetListFromCollection(org.apache.sling.api.resource.Resource collectionResource,
org.apache.sling.api.resource.ResourceResolver resourceResolver)
This method fetch asset list from collection/smart-collection.
|
String |
XMLGeneratorService.generateInddXML(InputStream xmlInputStream,
List<XMLResourceIterator> assetResourceIterList,
org.apache.sling.api.resource.Resource masterResource,
org.apache.sling.api.resource.Resource deckResource,
org.apache.sling.api.resource.ResourceResolver resourceResolver,
List<String> inddImageList) |
| Modifier and Type | Method and Description |
|---|---|
static List<org.apache.sling.api.resource.Resource> |
DynamicDeckUtils.fetchSmartCollectionResourceList(org.apache.sling.api.resource.Resource smartCollectionResource)
Fetches all Resources which are there in a smart collection
|
static InputStream |
DynamicDeckUtils.getAssetOriginalInputStream(org.apache.sling.api.resource.Resource annotatedXmlResource) |
static InputStream |
DynamicDeckUtils.getInddXmlRenditionInputStream(org.apache.sling.api.resource.Resource assetResource)
This method will return asset Input stream for indd file
|
Copyright © 2013–2020 Adobe. All rights reserved.