DeletePreprocessor.java 310 Bytes
/*
 * Decompiled with CFR 0_118.
 * 
 * Could not load the following classes:
 *  javax.jcr.Session
 */
package com.adobe.aem.formsndocuments.preprocess;

import java.util.Map;
import javax.jcr.Session;

public interface DeletePreprocessor {
    public void preprocess(Session var1, String var2, Map var3);
}