Uses of Class
pl.edu.icm.unity.engine.api.translation.form.TranslatedRegistrationRequest.AutomaticRequestAction
-
Packages that use TranslatedRegistrationRequest.AutomaticRequestAction Package Description pl.edu.icm.unity.engine.api.registration Registration and enquiry public APIpl.edu.icm.unity.engine.api.translation.form Registration translation profile API -
-
Uses of TranslatedRegistrationRequest.AutomaticRequestAction in pl.edu.icm.unity.engine.api.registration
Methods in pl.edu.icm.unity.engine.api.registration that return TranslatedRegistrationRequest.AutomaticRequestAction Modifier and Type Method Description TranslatedRegistrationRequest.AutomaticRequestAction
FormAutomationSupport. getAutoProcessAction(UserRequestState<? extends BaseRegistrationInput> request, RequestSubmitStatus status)
-
Uses of TranslatedRegistrationRequest.AutomaticRequestAction in pl.edu.icm.unity.engine.api.translation.form
Methods in pl.edu.icm.unity.engine.api.translation.form that return TranslatedRegistrationRequest.AutomaticRequestAction Modifier and Type Method Description TranslatedRegistrationRequest.AutomaticRequestAction
TranslatedRegistrationRequest. getAutoAction()
static TranslatedRegistrationRequest.AutomaticRequestAction
TranslatedRegistrationRequest.AutomaticRequestAction. valueOf(String name)
Returns the enum constant of this type with the specified name.static TranslatedRegistrationRequest.AutomaticRequestAction[]
TranslatedRegistrationRequest.AutomaticRequestAction. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in pl.edu.icm.unity.engine.api.translation.form with parameters of type TranslatedRegistrationRequest.AutomaticRequestAction Modifier and Type Method Description TranslationAction
RegistrationFormTranslationActionGenerator. getAutoProcessAction(TranslatedRegistrationRequest.AutomaticRequestAction action)
void
TranslatedRegistrationRequest. setAutoAction(TranslatedRegistrationRequest.AutomaticRequestAction autoAction)
-