Package com.adobe.fd.fp.service
Interface FormsPortalProcessor
-
public interface FormsPortalProcessor
Internal forms portal processor.
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
PROCESSOR_TYPE
static java.lang.String
SIGN
static java.lang.String
SUBMIT
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PortalRecordInfo
doPreProcess(java.util.Map<java.lang.String,java.lang.Object> options)
-
-
-
Field Detail
-
PROCESSOR_TYPE
static final java.lang.String PROCESSOR_TYPE
- See Also:
- Constant Field Values
-
SUBMIT
static final java.lang.String SUBMIT
- See Also:
- Constant Field Values
-
SIGN
static final java.lang.String SIGN
- See Also:
- Constant Field Values
-
-
Method Detail
-
doPreProcess
PortalRecordInfo doPreProcess(java.util.Map<java.lang.String,java.lang.Object> options) throws FormsPortalException
- Throws:
FormsPortalException
-
-