@ProviderType
public interface PrintService
| Modifier and Type | Method and Description |
|---|---|
Asset |
createCatalog(String name,
List<Asset> pages,
Resource parent)
Creates a brochure using multiple assets
|
Asset |
createCatalog(String name,
List<Asset> pages,
String mergedType,
Resource parent)
Creates a brochure using multiple assets
|
Job |
createExportJob(Asset master,
List<PrintFormat> formats)
Creates a sling job for exporting pdf and indd rendition of asset if the print rendition exists
|
Job |
createExportPagesJob(Asset master)
Creates a sling job for exporting jpg renditions of pages of template if the print rendition exists
|
List<Asset> |
createPages(List<String> products,
Asset master,
Resource parent)
Creates multiple assets corresponding to products using master asset
|
Job createExportJob(Asset master, List<PrintFormat> formats) throws PersistenceException
master - asset for which print mapping is already defined as a renditionformats - list of export formatsPersistenceException - - If there's an error persisting the jobJob createExportPagesJob(Asset master) throws PersistenceException
master - asset for which print mapping is not yet definedPersistenceException - - If there's an error persisting the jobList<Asset> createPages(List<String> products, Asset master, Resource parent) throws PersistenceException
products - list of paths for commerce productsmaster - asset for which print mapping is already defined as a renditionparent - parent resource where new assets are to be createdPersistenceException - - If there's an error persisting the pageAsset createCatalog(String name, List<Asset> pages, String mergedType, Resource parent) throws PersistenceException
name - name of the pagepages - ordered list of assets to be part of brochureparent - parent resource where new assets are to be createdmergedType - Template or Catalog ?PersistenceException - - If there's an error persisting the catalogAsset createCatalog(String name, List<Asset> pages, Resource parent) throws PersistenceException
name - name of the catalogpages - ordered list of assets to be part of brochureparent - parent resource where new assets are to be createdPersistenceException - - If there's an error persisting the catalogCopyright © 2010 - 2020 Adobe. All Rights Reserved