Class SubmitRegistrationTemplateDef
- java.lang.Object
-
- pl.edu.icm.unity.base.msgtemplates.reg.BaseRegistrationTemplateDef
-
- pl.edu.icm.unity.base.msgtemplates.reg.SubmitRegistrationTemplateDef
-
- All Implemented Interfaces:
MessageTemplateDefinition
@Component public class SubmitRegistrationTemplateDef extends BaseRegistrationTemplateDef
Definition of the template of the submitted registration request message.- Author:
- P. Piernik
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringNAME-
Fields inherited from class pl.edu.icm.unity.base.msgtemplates.reg.BaseRegistrationTemplateDef
FORM_NAME, REQUEST_ID
-
Fields inherited from interface pl.edu.icm.unity.base.msgtemplates.MessageTemplateDefinition
CUSTOM_VAR_PREFIX, INCLUDE_PREFIX
-
-
Constructor Summary
Constructors Constructor Description SubmitRegistrationTemplateDef()
-
Method Summary
-
Methods inherited from class pl.edu.icm.unity.base.msgtemplates.reg.BaseRegistrationTemplateDef
getCompatibleTechnologies, getDescriptionKey, getName, getVariables
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface pl.edu.icm.unity.base.msgtemplates.MessageTemplateDefinition
allowCustomVariables
-
-
-
-
Field Detail
-
NAME
public static final java.lang.String NAME
- See Also:
- Constant Field Values
-
-