XFABatchForPrintService.java 584 Bytes
/*
 * Decompiled with CFR 0_118.
 * 
 * Could not load the following classes:
 *  com.adobe.aemfd.docmanager.Document
 */
package com.adobe.fd.output.internal;

import com.adobe.aemfd.docmanager.Document;
import java.util.Map;

public interface XFABatchForPrintService {
    public static final String METADATA_KEY = "metadata";
    public static final String BATCH_OUTPUT = "batch_output";

    public Map<String, Object> renderBatchForPrint(Map<String, byte[]> var1, Map<String, Document> var2, byte[] var3, boolean var4, String var5, byte[] var6, byte[] var7) throws Exception;
}