IFDMPrefill.java 716 Bytes
/*
 * Decompiled with CFR 0_118.
 * 
 * Could not load the following classes:
 *  com.adobe.aem.dermis.api.bridge.DataContext
 *  com.adobe.forms.common.service.DataProvider
 *  org.apache.sling.api.resource.Resource
 */
package com.adobe.aemds.guide.addon.fdm.prefill;

import com.adobe.aem.dermis.api.bridge.DataContext;
import com.adobe.forms.common.service.DataProvider;
import java.util.Map;
import org.apache.sling.api.resource.Resource;

interface IFDMPrefill
extends DataProvider {
    public DataContext getDataContext() throws Exception;

    public String getSelectionPoints(Resource var1) throws Exception;

    public Map<String, String> getEntityPrefillOperationMap(Resource var1) throws Exception;
}