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.AutomaticRequestActionFormAutomationSupport. getAutoProcessAction(pl.edu.icm.unity.types.registration.UserRequestState<? extends pl.edu.icm.unity.types.registration.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.AutomaticRequestActionTranslatedRegistrationRequest. getAutoAction()static TranslatedRegistrationRequest.AutomaticRequestActionTranslatedRegistrationRequest.AutomaticRequestAction. valueOf(java.lang.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 pl.edu.icm.unity.types.translation.TranslationActionRegistrationFormTranslationActionGenerator. getAutoProcessAction(TranslatedRegistrationRequest.AutomaticRequestAction action)voidTranslatedRegistrationRequest. setAutoAction(TranslatedRegistrationRequest.AutomaticRequestAction autoAction)
-