Uses of Class
org.odpi.openmetadata.accessservices.subjectarea.handlers.SubjectAreaCategoryHandler
-
Packages that use SubjectAreaCategoryHandler Package Description org.odpi.openmetadata.accessservices.subjectarea.handlers org.odpi.openmetadata.accessservices.subjectarea.server.services -
-
Uses of SubjectAreaCategoryHandler in org.odpi.openmetadata.accessservices.subjectarea.handlers
Methods in org.odpi.openmetadata.accessservices.subjectarea.handlers with parameters of type SubjectAreaCategoryHandler Modifier and Type Method Description SubjectAreaOMASAPIResponse<Category>SubjectAreaGlossaryHandler. getCategories(String userId, String guid, FindRequest findRequest, boolean exactValue, boolean ignoreCase, Boolean onlyTop, SubjectAreaCategoryHandler categoryHandler)Get the Categories owned by this glossary.SubjectAreaOMASAPIResponse<Category>SubjectAreaTermHandler. getTermCategories(String userId, String guid, SubjectAreaCategoryHandler categoryHandler, Integer startingFrom, Integer pageSize)Get the Categories categorizing this Term. -
Uses of SubjectAreaCategoryHandler in org.odpi.openmetadata.accessservices.subjectarea.server.services
Methods in org.odpi.openmetadata.accessservices.subjectarea.server.services that return SubjectAreaCategoryHandler Modifier and Type Method Description SubjectAreaCategoryHandlerSubjectAreaServicesInstance. getCategoryHandler()Return the handler for category requests.
-