Uses of Class
org.odpi.openmetadata.accessservices.subjectarea.client.SubjectAreaRestClient
-
-
Uses of SubjectAreaRestClient in org.odpi.openmetadata.accessservices.subjectarea.client
Fields in org.odpi.openmetadata.accessservices.subjectarea.client declared as SubjectAreaRestClient Modifier and Type Field Description protected SubjectAreaRestClientAbstractSubjectArea. clientConstructors in org.odpi.openmetadata.accessservices.subjectarea.client with parameters of type SubjectAreaRestClient Constructor Description AbstractSubjectArea(SubjectAreaRestClient client, String baseUrl) -
Uses of SubjectAreaRestClient in org.odpi.openmetadata.accessservices.subjectarea.client.configs
Fields in org.odpi.openmetadata.accessservices.subjectarea.client.configs declared as SubjectAreaRestClient Modifier and Type Field Description protected SubjectAreaRestClientSubjectAreaConfigClient. clientConstructors in org.odpi.openmetadata.accessservices.subjectarea.client.configs with parameters of type SubjectAreaRestClient Constructor Description SubjectAreaConfigClient(SubjectAreaRestClient client) -
Uses of SubjectAreaRestClient in org.odpi.openmetadata.accessservices.subjectarea.client.nodes
Constructors in org.odpi.openmetadata.accessservices.subjectarea.client.nodes with parameters of type SubjectAreaRestClient Constructor Description AbstractSubjectAreaNode(SubjectAreaRestClient client, String baseUrl)DefaultSubjectAreaNodeClients(SubjectAreaRestClient subjectAreaRestClient)The constructor uses the current package to scan "org.odpi.openmetadata.accessservices.subjectarea.client.nodes" to search for classes placed by annotationSubjectAreaNodeClient.DefaultSubjectAreaNodeClients(SubjectAreaRestClient subjectAreaRestClient, String... packagesToScan) -
Uses of SubjectAreaRestClient in org.odpi.openmetadata.accessservices.subjectarea.client.nodes.categories
Constructors in org.odpi.openmetadata.accessservices.subjectarea.client.nodes.categories with parameters of type SubjectAreaRestClient Constructor Description SubjectAreaCategoryClient(SubjectAreaRestClient client) -
Uses of SubjectAreaRestClient in org.odpi.openmetadata.accessservices.subjectarea.client.nodes.glossaries
Constructors in org.odpi.openmetadata.accessservices.subjectarea.client.nodes.glossaries with parameters of type SubjectAreaRestClient Constructor Description SubjectAreaGlossaryClient(SubjectAreaRestClient client) -
Uses of SubjectAreaRestClient in org.odpi.openmetadata.accessservices.subjectarea.client.nodes.projects
Constructors in org.odpi.openmetadata.accessservices.subjectarea.client.nodes.projects with parameters of type SubjectAreaRestClient Constructor Description SubjectAreaProjectClient(SubjectAreaRestClient client) -
Uses of SubjectAreaRestClient in org.odpi.openmetadata.accessservices.subjectarea.client.nodes.terms
Constructors in org.odpi.openmetadata.accessservices.subjectarea.client.nodes.terms with parameters of type SubjectAreaRestClient Constructor Description SubjectAreaTermClient(SubjectAreaRestClient client) -
Uses of SubjectAreaRestClient in org.odpi.openmetadata.accessservices.subjectarea.client.relationships
Fields in org.odpi.openmetadata.accessservices.subjectarea.client.relationships declared as SubjectAreaRestClient Modifier and Type Field Description protected SubjectAreaRestClientSubjectAreaGraphClient. clientConstructors in org.odpi.openmetadata.accessservices.subjectarea.client.relationships with parameters of type SubjectAreaRestClient Constructor Description AbstractSubjectAreaRelationship(SubjectAreaRestClient subjectAreaRestClient, String resourceUrnName)SubjectAreaGraphClient(SubjectAreaRestClient client)SubjectAreaRelationship(SubjectAreaRestClient subjectAreaRestClient)The constructor uses the current package to scan "org.odpi.openmetadata.accessservices.subjectarea.client.relationships" to search for classes placed by annotationSubjectAreaRelationshipClient.SubjectAreaRelationship(SubjectAreaRestClient subjectAreaRestClient, String... packagesToScan)
-