Uses of Class
org.odpi.openmetadata.accessservices.digitalarchitecture.metadataelements.SubjectAreaElement
-
Packages that use SubjectAreaElement Package Description org.odpi.openmetadata.accessservices.digitalarchitecture.api The API package defines the Java interfaces supported by the Digital Architecture OMAS.org.odpi.openmetadata.accessservices.digitalarchitecture.metadataelements The metadata elements describe the way that metadata is returned from the repository. -
-
Uses of SubjectAreaElement in org.odpi.openmetadata.accessservices.digitalarchitecture.api
Methods in org.odpi.openmetadata.accessservices.digitalarchitecture.api that return SubjectAreaElement Modifier and Type Method Description SubjectAreaElementManageSubjectAreas. getSubjectAreaByName(String userId, String subjectAreaName)Return information about a specific subject area.Methods in org.odpi.openmetadata.accessservices.digitalarchitecture.api that return types with arguments of type SubjectAreaElement Modifier and Type Method Description List<SubjectAreaElement>ManageSubjectAreas. getSubjectAreas(String userId, int domainIdentifier, int startFrom, int pageSize)Return information about the defined subject areas. -
Uses of SubjectAreaElement in org.odpi.openmetadata.accessservices.digitalarchitecture.metadataelements
Constructors in org.odpi.openmetadata.accessservices.digitalarchitecture.metadataelements with parameters of type SubjectAreaElement Constructor Description SubjectAreaElement(SubjectAreaElement template)Copy/clone constructor
-