Package com.adobe.fd.fp.service
Interface FormsPortalProcessor
- 
public interface FormsPortalProcessorInternal forms portal processor. 
- 
- 
Field Summary
Fields Modifier and Type Field Description static java.lang.StringPROCESSOR_TYPEstatic java.lang.StringSIGNstatic java.lang.StringSUBMIT 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PortalRecordInfodoPreProcess(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
 
 - 
 
 -