Package com.adobe.aemds.guide.service
Interface FormSubmitActionManagerService
-
public interface FormSubmitActionManagerServiceDefines the interface to manage form submit actions
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description FormSubmitActionServicegetSubmitService(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:
FormSubmitActionServicethe 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-FormSubmitInfoobject which has information needed for submissionrunSubmitPostProcessors- boolean when set to true, runs postProcessors- Returns:
- map containing submit output
-
-