
com.adobe.fd.fp.service.FormsPortalProcessor Maven / Gradle / Ivy
/*************************************************************************
*
* ADOBE CONFIDENTIAL
* ___________________
*
* Copyright 2016 Adobe Systems Incorporated
* All Rights Reserved.
*
* NOTICE: All information contained herein is, and remains
* the property of Adobe Systems Incorporated and its suppliers,
* if any. The intellectual and technical concepts contained
* herein are proprietary to Adobe Systems Incorporated and its
* suppliers and are protected by trade secret or copyright law.
* Dissemination of this information or reproduction of this material
* is strictly forbidden unless prior written permission is obtained
* from Adobe Systems Incorporated.
**************************************************************************/
package com.adobe.fd.fp.service;
import java.util.Map;
import com.adobe.aemds.guide.service.external.PortalRecordInfo;
import com.adobe.fd.fp.exception.FormsPortalException;
/**
* Internal forms portal processor.
* @author sharoon
*
*/
public interface FormsPortalProcessor {
public PortalRecordInfo doPreProcess(Map options) throws FormsPortalException;
public static final String PROCESSOR_TYPE = "processorType";
public static final String SUBMIT = "SUBMIT";
public static final String SIGN = "SIGN";
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy