Package com.adobe.aemds.guide.service
Interface FormSubmitActionManagerService
-
public interface FormSubmitActionManagerService
Defines the interface to manage form submit actions
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description FormSubmitActionService
getSubmitService(java.lang.String submitServiceName)
Returns the Form Submit serviceFormSubmitActionService
, for the given input service namejava.util.Map<java.lang.String,java.lang.Object>
submit(FormSubmitInfo formSubmitInfo, java.lang.Boolean runSubmitPostProcessors)
Execute the Form Submit Service submit for given FormSubmitInfo
-
-
-
Method Detail
-
getSubmitService
FormSubmitActionService getSubmitService(java.lang.String submitServiceName)
Returns the Form Submit serviceFormSubmitActionService
, for the given input service name- Parameters:
submitServiceName
- name of the submit service- Returns:
FormSubmitActionService
the form submit service
-
submit
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- Parameters:
formSubmitInfo
-FormSubmitInfo
object which has information needed for submissionrunSubmitPostProcessors
- boolean when set to true, runs postProcessors- Returns:
- map containing submit output
-
-