Interface FormAutomationSupport
public interface FormAutomationSupport
Various internally useful operations, related to forms automation.
The implementation relies on the profile. It is therefore stateful, tied to a particular
form.
- Author:
- K. Benedyczak
-
Method Summary
Modifier and TypeMethodDescriptiongetAutoProcessAction
(pl.edu.icm.unity.base.registration.UserRequestState<? extends pl.edu.icm.unity.base.registration.BaseRegistrationInput> request, RequestSubmitStatus status)
-
Method Details
-
getAutoProcessAction
TranslatedRegistrationRequest.AutomaticRequestAction getAutoProcessAction(pl.edu.icm.unity.base.registration.UserRequestState<? extends pl.edu.icm.unity.base.registration.BaseRegistrationInput> request, RequestSubmitStatus status)
-