public class SubjectAreaLine extends Object implements SubjectAreaRelationship
Line authoring interface for subject area experts.
A standard set of customers is described in SubjectAreaRelationship| Constructor and Description |
|---|
SubjectAreaLine(SubjectAreaRestClient subjectAreaRestClient)
The constructor uses the current package to scan "org.odpi.openmetadata.accessservices.subjectarea.client.relationships"
to search for classes placed by annotation
SubjectAreaLineClient. |
SubjectAreaLine(SubjectAreaRestClient subjectAreaRestClient,
String... packagesToScan) |
public SubjectAreaLine(SubjectAreaRestClient subjectAreaRestClient, String... packagesToScan)
packagesToScan - - search packages for finding classes placed by annotation SubjectAreaLineClientsubjectAreaRestClient - - rest client for Subject Area OMAS REST APIspublic SubjectAreaLine(SubjectAreaRestClient subjectAreaRestClient)
SubjectAreaLineClient.subjectAreaRestClient - - rest client for Subject Area OMAS REST APIspublic SubjectAreaRelationshipClient<HasA> hasA()
hasA in interface SubjectAreaRelationshipSubjectAreaRelationshipClient for client calls(described in SubjectAreaClient)
when working with HasA objectspublic SubjectAreaRelationshipClient<RelatedTerm> relatedTerm()
relatedTerm in interface SubjectAreaRelationshipSubjectAreaRelationshipClient for client calls(described in SubjectAreaClient)
when working with RelatedTerm objectspublic SubjectAreaRelationshipClient<TermAnchor> termAnchor()
termAnchor in interface SubjectAreaRelationshipSubjectAreaRelationshipClient for client calls(described in SubjectAreaClient)
when working with TermAnchor objectspublic SubjectAreaRelationshipClient<ProjectScope> projectScope()
projectScope in interface SubjectAreaRelationshipSubjectAreaRelationshipClient for client calls(described in SubjectAreaClient)
when working with ProjectScope objectspublic SubjectAreaRelationshipClient<Synonym> synonym()
synonym in interface SubjectAreaRelationshipSubjectAreaRelationshipClient for client calls(described in SubjectAreaClient)
when working with Synonym objectspublic SubjectAreaRelationshipClient<Antonym> antonym()
antonym in interface SubjectAreaRelationshipSubjectAreaRelationshipClient for client calls(described in SubjectAreaClient)
when working with Antonym objectspublic SubjectAreaRelationshipClient<Translation> translation()
translation in interface SubjectAreaRelationshipSubjectAreaRelationshipClient for client calls(described in SubjectAreaClient)
when working with Translation objectspublic SubjectAreaRelationshipClient<UsedInContext> usedInContext()
usedInContext in interface SubjectAreaRelationshipSubjectAreaRelationshipClient for client calls(described in SubjectAreaClient)
when working with UsedInContext objectspublic SubjectAreaRelationshipClient<PreferredTerm> preferredTerm()
preferredTerm in interface SubjectAreaRelationshipSubjectAreaRelationshipClient for client calls(described in SubjectAreaClient)
when working with PreferredTerm objectspublic SubjectAreaRelationshipClient<ValidValue> validValue()
validValue in interface SubjectAreaRelationshipSubjectAreaRelationshipClient for client calls(described in SubjectAreaClient)
when working with ValidValue objectspublic SubjectAreaRelationshipClient<ReplacementTerm> replacementTerm()
replacementTerm in interface SubjectAreaRelationshipSubjectAreaRelationshipClient for client calls(described in SubjectAreaClient)
when working with ReplacementTerm objectspublic SubjectAreaRelationshipClient<TypedBy> typedBy()
typedBy in interface SubjectAreaRelationshipSubjectAreaRelationshipClient for client calls(described in SubjectAreaClient)
when working with TypedBy objectspublic SubjectAreaRelationshipClient<IsA> isA()
isA in interface SubjectAreaRelationshipSubjectAreaRelationshipClient for client calls(described in SubjectAreaClient)
when working with IsA objectspublic SubjectAreaRelationshipClient<IsATypeOf> isaTypeOf()
isaTypeOf in interface SubjectAreaRelationshipSubjectAreaRelationshipClient for client calls(described in SubjectAreaClient)
when working with IsaTypeOf objectspublic SubjectAreaRelationshipClient<Categorization> termCategorization()
termCategorization in interface SubjectAreaRelationshipSubjectAreaRelationshipClient for client calls(described in SubjectAreaClient)
when working with Categorization objectspublic SubjectAreaRelationshipClient<SemanticAssignment> semanticAssignment()
semanticAssignment in interface SubjectAreaRelationshipSubjectAreaRelationshipClient for client calls(described in SubjectAreaClient)
when working with SemanticAssignment objectspublic SubjectAreaClient<CategoryHierarchyLink> categoryHierarchyLink()
categoryHierarchyLink in interface SubjectAreaRelationshipSubjectAreaRelationshipClient for client calls(described in SubjectAreaClient)
when working with CategoryHierarchyLink objectspublic SubjectAreaRelationshipClient<CategoryAnchor> categoryAnchor()
categoryAnchor in interface SubjectAreaRelationshipSubjectAreaRelationshipClient for client calls(described in SubjectAreaClient)
when working with CategoryAnchor objectspublic <T extends Line> SubjectAreaRelationshipClient<T> getClient(Class<T> clazz)
T - - Line type of objectclazz - - the class for which you want to get the client from cacheCopyright © 2018–2020 ODPi. All rights reserved.