Interface ResubmissionService


  • public interface ResubmissionService
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      boolean resubmit​(java.lang.String contextUrl, java.lang.String moduleName, java.lang.String flowName, java.lang.String action, java.lang.String errorUri)
      Resubmit an to a specific flow in a module.
    • Method Detail

      • resubmit

        boolean resubmit​(java.lang.String contextUrl,
                         java.lang.String moduleName,
                         java.lang.String flowName,
                         java.lang.String action,
                         java.lang.String errorUri)
        Resubmit an to a specific flow in a module.
        Parameters:
        contextUrl -
        moduleName -
        flowName -
        action -
        errorUri -
        Returns: