Uses of Class
com.adobe.acs.commons.indesign.dynamicdeckdynamo.exception.DynamicDeckDynamoException
Packages that use DynamicDeckDynamoException
Package
Description
-
Uses of DynamicDeckDynamoException in com.adobe.acs.commons.indesign.dynamicdeckdynamo.services
Methods in com.adobe.acs.commons.indesign.dynamicdeckdynamo.services that throw DynamicDeckDynamoExceptionModifier and TypeMethodDescriptionDynamicDeckService.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.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) -
Uses of DynamicDeckDynamoException in com.adobe.acs.commons.indesign.dynamicdeckdynamo.utils
Methods in com.adobe.acs.commons.indesign.dynamicdeckdynamo.utils that throw DynamicDeckDynamoExceptionModifier and TypeMethodDescriptionstatic 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 collectionstatic InputStreamDynamicDeckUtils.getAssetOriginalInputStream(org.apache.sling.api.resource.Resource annotatedXmlResource) static InputStreamDynamicDeckUtils.getInddXmlRenditionInputStream(org.apache.sling.api.resource.Resource assetResource) This method will return asset Input stream for indd file