Class AcceptRegistrationTemplateDef
- java.lang.Object
-
- pl.edu.icm.unity.base.msgtemplates.reg.BaseRegistrationTemplateDef
-
- pl.edu.icm.unity.base.msgtemplates.reg.RegistrationWithCommentsTemplateDef
-
- pl.edu.icm.unity.base.msgtemplates.reg.AcceptRegistrationTemplateDef
-
- All Implemented Interfaces:
MessageTemplateDefinition
@Component public class AcceptRegistrationTemplateDef extends RegistrationWithCommentsTemplateDef
Definition of the template of the accepted 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.RegistrationWithCommentsTemplateDef
INTERNAL_COMMENT, PUBLIC_COMMENT
-
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 AcceptRegistrationTemplateDef()
-
Method Summary
-
Methods inherited from class pl.edu.icm.unity.base.msgtemplates.reg.RegistrationWithCommentsTemplateDef
getVariables
-
Methods inherited from class pl.edu.icm.unity.base.msgtemplates.reg.BaseRegistrationTemplateDef
getCompatibleTechnologies, getDescriptionKey, getName
-
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
-
-