public interface FormSubmitActionManagerService
Modifier and Type | Method and Description |
---|---|
FormSubmitActionService |
getSubmitService(java.lang.String submitServiceName)
Returns the Form Submit service
FormSubmitActionService , for the given input service name |
java.util.Map<java.lang.String,java.lang.Object> |
submit(FormSubmitInfo formSubmitInfo,
java.lang.Boolean runSubmitPostProcessors)
Execute the Form Submit Service submit for given FormSubmitInfo
|
FormSubmitActionService getSubmitService(java.lang.String submitServiceName)
FormSubmitActionService
, for the given input service namesubmitServiceName
- name of the submit serviceFormSubmitActionService
the form submit servicejava.util.Map<java.lang.String,java.lang.Object> submit(FormSubmitInfo formSubmitInfo, java.lang.Boolean runSubmitPostProcessors)
formSubmitInfo
- FormSubmitInfo
object which has information needed for submissionrunSubmitPostProcessors
- boolean when set to true, runs postProcessorsCopyright © 2010 - 2020 Adobe. All Rights Reserved