public class GlossaryTermConverter extends ReferenceableConverter
| Modifier and Type | Field and Description |
|---|---|
protected EntityDetail |
entity |
protected Relationship |
relationship |
protected OMRSRepositoryHelper |
repositoryHelper |
protected String |
serviceName |
| Constructor and Description |
|---|
GlossaryTermConverter(EntityDetail entity,
OMRSRepositoryHelper repositoryHelper,
String componentName)
Constructor takes in the source of information for the bean
|
| Modifier and Type | Method and Description |
|---|---|
GlossaryTerm |
getBean()
Return the converted bean.
|
protected GlossaryTerm |
getNewGlossaryTermBean()
This method is overridable by the subclasses.
|
protected void |
updateBean(GlossaryTerm bean)
Request the bean is extracted from the repository objects
|
getClassificationProperties, updateBeanprotected EntityDetail entity
protected Relationship relationship
protected OMRSRepositoryHelper repositoryHelper
protected String serviceName
public GlossaryTermConverter(EntityDetail entity, OMRSRepositoryHelper repositoryHelper, String componentName)
entity - properties to convertrepositoryHelper - helper object to parse entitycomponentName - name of this componentprotected GlossaryTerm getNewGlossaryTermBean()
public GlossaryTerm getBean()
getBean in class ReferenceableConverterprotected void updateBean(GlossaryTerm bean)
bean - output beanCopyright © 2018–2019 ODPi. All rights reserved.