Uses of Class
org.odpi.openmetadata.accessservices.digitalservice.metadataelements.SubjectAreaElement
-
Packages that use SubjectAreaElement Package Description org.odpi.openmetadata.accessservices.digitalservice.api This is the Java API for the Digital Service OMAS.org.odpi.openmetadata.accessservices.digitalservice.metadataelements Metadata elements retrieved from the open metadata repositories. -
-
Uses of SubjectAreaElement in org.odpi.openmetadata.accessservices.digitalservice.api
Methods in org.odpi.openmetadata.accessservices.digitalservice.api that return SubjectAreaElement Modifier and Type Method Description SubjectAreaElementSubjectAreasInterface. getSubjectAreaByName(String userId, String subjectAreaName)Return information about a specific subject area.Methods in org.odpi.openmetadata.accessservices.digitalservice.api that return types with arguments of type SubjectAreaElement Modifier and Type Method Description List<SubjectAreaElement>SubjectAreasInterface. getSubjectAreas(String userId, int domainIdentifier, int startFrom, int pageSize)Return information about the defined subject areas. -
Uses of SubjectAreaElement in org.odpi.openmetadata.accessservices.digitalservice.metadataelements
Constructors in org.odpi.openmetadata.accessservices.digitalservice.metadataelements with parameters of type SubjectAreaElement Constructor Description SubjectAreaElement(SubjectAreaElement template)Copy/clone constructor
-