Uses of Interface
org.odpi.openmetadata.accessservices.subjectarea.server.mappers.INodeMapper
-
Packages that use INodeMapper Package Description org.odpi.openmetadata.accessservices.subjectarea.handlers org.odpi.openmetadata.accessservices.subjectarea.server.mappers.entities -
-
Uses of INodeMapper in org.odpi.openmetadata.accessservices.subjectarea.handlers
Method parameters in org.odpi.openmetadata.accessservices.subjectarea.handlers with type arguments of type INodeMapper Modifier and Type Method Description protected <T extends Node>
List<T>SubjectAreaHandler. findNodes(String userId, String typeEntityName, String typeEntityGuid, FindRequest findRequest, boolean exactValue, boolean ignoreCase, Class<? extends INodeMapper<T>> mapperClass, String methodName) -
Uses of INodeMapper in org.odpi.openmetadata.accessservices.subjectarea.server.mappers.entities
Classes in org.odpi.openmetadata.accessservices.subjectarea.server.mappers.entities that implement INodeMapper Modifier and Type Class Description classCategoryMapperMapping methods to map between Category (or a subtype of Category) and EntityDetail.classEntityDetailMapper<N extends Node>This class provides a mapping between OMRS object EntityDetail and Subject Area OMAS object Node.classGlossaryMapperMapping methods to map between Glossary (or a subtype of Glossary) and EntityDetail.classProjectMapperMapping methods to map between Project (or a subtype of Project) and EntityDetail.classTermMapperStatic mapping methods to map between the Term and the generated OMRSBean for GlossaryTerm.
-