- callFindEntitiesByPropertyValue(String, String, String, String, int, List<InstanceStatus>, List<String>, Date, String, SequencingOrder, int) - Method in class org.odpi.openmetadata.accessservices.subjectarea.utilities.OMRSAPIHelper
-
- callGetEntitiesByType(String, String, String, Date, int, int) - Method in class org.odpi.openmetadata.accessservices.subjectarea.utilities.OMRSAPIHelper
-
- callGetEntityNeighbourhood(String, String, String, List<String>, List<String>, List<InstanceStatus>, List<String>, Date, int) - Method in class org.odpi.openmetadata.accessservices.subjectarea.utilities.OMRSAPIHelper
-
- callGetRelationshipsForEntity(String, String, String, String, int, Date, String, SequencingOrder, int) - Method in class org.odpi.openmetadata.accessservices.subjectarea.utilities.OMRSAPIHelper
-
- callGetRelationshipsForEntity(String, String, String, String, int, List<InstanceStatus>, Date, String, SequencingOrder, int) - Method in class org.odpi.openmetadata.accessservices.subjectarea.utilities.OMRSAPIHelper
-
- callOMRSAddEntity(String, String, EntityDetail) - Method in class org.odpi.openmetadata.accessservices.subjectarea.utilities.OMRSAPIHelper
-
- callOMRSAddRelationship(String, String, Relationship) - Method in class org.odpi.openmetadata.accessservices.subjectarea.utilities.OMRSAPIHelper
-
- callOMRSClassifyEntity(String, String, String, String, InstanceProperties) - Method in class org.odpi.openmetadata.accessservices.subjectarea.utilities.OMRSAPIHelper
-
- callOMRSDeClassifyEntity(String, String, String, String) - Method in class org.odpi.openmetadata.accessservices.subjectarea.utilities.OMRSAPIHelper
-
- callOMRSDeleteEntity(String, String, String, String, String) - Method in class org.odpi.openmetadata.accessservices.subjectarea.utilities.OMRSAPIHelper
-
- callOMRSDeleteRelationship(String, String, String, String, String) - Method in class org.odpi.openmetadata.accessservices.subjectarea.utilities.OMRSAPIHelper
-
- callOMRSGetEntityByGuid(String, String, String) - Method in class org.odpi.openmetadata.accessservices.subjectarea.utilities.OMRSAPIHelper
-
- callOMRSGetRelationshipByGuid(String, String, String) - Method in class org.odpi.openmetadata.accessservices.subjectarea.utilities.OMRSAPIHelper
-
- callOMRSPurgeEntity(String, String, String, String, String) - Method in class org.odpi.openmetadata.accessservices.subjectarea.utilities.OMRSAPIHelper
-
- callOMRSPurgeRelationship(String, String, String, String, String) - Method in class org.odpi.openmetadata.accessservices.subjectarea.utilities.OMRSAPIHelper
-
- callOMRSRestoreEntity(String, String, String) - Method in class org.odpi.openmetadata.accessservices.subjectarea.utilities.OMRSAPIHelper
-
- callOMRSRestoreRelationship(String, String, String) - Method in class org.odpi.openmetadata.accessservices.subjectarea.utilities.OMRSAPIHelper
-
- callOMRSUpdateEntityProperties(String, String, EntityDetail) - Method in class org.odpi.openmetadata.accessservices.subjectarea.utilities.OMRSAPIHelper
-
- callOMRSUpdateRelationship(String, String, Relationship) - Method in class org.odpi.openmetadata.accessservices.subjectarea.utilities.OMRSAPIHelper
-
- CanonicalVocabularyMapper - Class in org.odpi.openmetadata.accessservices.subjectarea.server.mappers.classifications
-
Mapping methods to map between CanonicalVocabulary and the omrs equivalents.
- CanonicalVocabularyMapper(OMRSAPIHelper) - Constructor for class org.odpi.openmetadata.accessservices.subjectarea.server.mappers.classifications.CanonicalVocabularyMapper
-
- CATEGORY_ANCHOR - Static variable in class org.odpi.openmetadata.accessservices.subjectarea.server.mappers.relationships.CategoryAnchorMapper
-
- CATEGORY_HIERARCHY_LINK - Static variable in class org.odpi.openmetadata.accessservices.subjectarea.server.mappers.relationships.CategoryHierarchyLinkMapper
-
- CategoryAnchorMapper - Class in org.odpi.openmetadata.accessservices.subjectarea.server.mappers.relationships
-
Mapping methods to map between the categoryAnchor and the equivalent omrs Relationship.
- CategoryAnchorMapper(OMRSAPIHelper) - Constructor for class org.odpi.openmetadata.accessservices.subjectarea.server.mappers.relationships.CategoryAnchorMapper
-
- CategoryHierarchyLinkMapper - Class in org.odpi.openmetadata.accessservices.subjectarea.server.mappers.relationships
-
Mapping methods to map between the categoryHierarchyLink and the equivalent omrs Relationship.
- CategoryHierarchyLinkMapper(OMRSAPIHelper) - Constructor for class org.odpi.openmetadata.accessservices.subjectarea.server.mappers.relationships.CategoryHierarchyLinkMapper
-
- CategoryMapper - Class in org.odpi.openmetadata.accessservices.subjectarea.server.mappers.entities
-
Mapping methods to map between Category (or a subtype of Category) and EntityDetail.
- CategoryMapper(OMRSAPIHelper) - Constructor for class org.odpi.openmetadata.accessservices.subjectarea.server.mappers.entities.CategoryMapper
-
- CategorySummaryResponse - Class in org.odpi.openmetadata.accessservices.subjectarea.internalresponse
-
CategorySummaryResponse is a response structure used internally by the Subject Area OMAS REST API
to represent an omrs CategorySummary
- CategorySummaryResponse() - Constructor for class org.odpi.openmetadata.accessservices.subjectarea.internalresponse.CategorySummaryResponse
-
Default constructor
- CategorySummaryResponse(CategorySummary) - Constructor for class org.odpi.openmetadata.accessservices.subjectarea.internalresponse.CategorySummaryResponse
-
- checkStatusNotDeleted(Status, SubjectAreaErrorCode) - Static method in class org.odpi.openmetadata.accessservices.subjectarea.utilities.SubjectAreaUtils
-
- ClassificationFactory - Class in org.odpi.openmetadata.accessservices.subjectarea.server.mappers.classifications
-
A factory to create new instances of classes of open metadata classifications by name.
- ClassificationFactory(OMRSAPIHelper) - Constructor for class org.odpi.openmetadata.accessservices.subjectarea.server.mappers.classifications.ClassificationFactory
-
- ClassificationGroupByOperation - Class in org.odpi.openmetadata.accessservices.subjectarea.utilities
-
A list of exiting classifications are compared with a list of requested Classifications, and the classifications are grouped into whether they
need to be added (if they are requested but do not exist), removed (if they are not requested but already exist) or updated if they exist and are requested.
- ClassificationGroupByOperation(Set<String>, Set<Classification>, Set<Classification>) - Constructor for class org.odpi.openmetadata.accessservices.subjectarea.utilities.ClassificationGroupByOperation
-
Constructor
- ClassificationMapper - Class in org.odpi.openmetadata.accessservices.subjectarea.server.mappers.classifications
-
Static mapping methods to map between an OMAS Classification and the OMRS Classification.
- ClassificationMapper(OMRSAPIHelper) - Constructor for class org.odpi.openmetadata.accessservices.subjectarea.server.mappers.classifications.ClassificationMapper
-
- ConfidenceMapper - Class in org.odpi.openmetadata.accessservices.subjectarea.server.mappers.classifications
-
Mapping methods to map between Confidence and the omrs equivalents.
- ConfidenceMapper(OMRSAPIHelper) - Constructor for class org.odpi.openmetadata.accessservices.subjectarea.server.mappers.classifications.ConfidenceMapper
-
- ConfidentialityMapper - Class in org.odpi.openmetadata.accessservices.subjectarea.server.mappers.classifications
-
Mapping methods to map between Confidentiality and the omrs equivalents.
- ConfidentialityMapper(OMRSAPIHelper) - Constructor for class org.odpi.openmetadata.accessservices.subjectarea.server.mappers.classifications.ConfidentialityMapper
-
- convertInstanceStatusToStatus(InstanceStatus) - Static method in class org.odpi.openmetadata.accessservices.subjectarea.utilities.SubjectAreaUtils
-
- convertOMASToOMRSSequencingOrder(SequencingOrder) - Static method in class org.odpi.openmetadata.accessservices.subjectarea.utilities.SubjectAreaUtils
-
convert omas sequencing order to omrs sequencing order
- convertOMRSRelationshipsToOMASLines(OMRSAPIHelper, List<Relationship>) - Static method in class org.odpi.openmetadata.accessservices.subjectarea.utilities.SubjectAreaUtils
-
Convert the OMRS Lines to their equivalent OMAS objects and return them in a Response of type lines.
- convertStatusToInstanceStatus(Status) - Static method in class org.odpi.openmetadata.accessservices.subjectarea.utilities.SubjectAreaUtils
-
- createAntonym(String, String, Antonym) - Method in class org.odpi.openmetadata.accessservices.subjectarea.server.services.SubjectAreaRelationshipRESTServices
-
Create an antonym relationship, which is a link between glossary terms that have the opposite meaning.
- createCategory(String, String, Category) - Method in class org.odpi.openmetadata.accessservices.subjectarea.server.services.SubjectAreaCategoryRESTServices
-
Create a Category.
- createCategoryAnchorRelationship(String, String, CategoryAnchorRelationship) - Method in class org.odpi.openmetadata.accessservices.subjectarea.server.services.SubjectAreaRelationshipRESTServices
-
Create a categoryAnchor Relationship.
- createGlossary(String, String, Glossary) - Method in class org.odpi.openmetadata.accessservices.subjectarea.server.services.SubjectAreaGlossaryRESTServices
-
Create a Glossary.
- createISARelationship(String, String, ISARelationship) - Method in class org.odpi.openmetadata.accessservices.subjectarea.server.services.SubjectAreaRelationshipRESTServices
-
Create a iSARelationship relationship, which is a link between a more general glossary term and a more specific definition.
- createLine(String, String, String, String, Line) - Method in class org.odpi.openmetadata.accessservices.subjectarea.server.services.SubjectAreaRESTServicesInstance
-
- createOmasClassification() - Method in class org.odpi.openmetadata.accessservices.subjectarea.server.mappers.classifications.CanonicalVocabularyMapper
-
- createOmasClassification() - Method in class org.odpi.openmetadata.accessservices.subjectarea.server.mappers.classifications.ClassificationMapper
-
get an instance of the classification
- createOmasClassification() - Method in class org.odpi.openmetadata.accessservices.subjectarea.server.mappers.classifications.ConfidenceMapper
-
- createOmasClassification() - Method in class org.odpi.openmetadata.accessservices.subjectarea.server.mappers.classifications.ConfidentialityMapper
-
- createOmasClassification() - Method in class org.odpi.openmetadata.accessservices.subjectarea.server.mappers.classifications.CriticalityMapper
-
- createOmasClassification() - Method in class org.odpi.openmetadata.accessservices.subjectarea.server.mappers.classifications.GlossaryProjectMapper
-
- createOmasClassification() - Method in class org.odpi.openmetadata.accessservices.subjectarea.server.mappers.classifications.ObjectIdentifierMapper
-
- createOmasClassification() - Method in class org.odpi.openmetadata.accessservices.subjectarea.server.mappers.classifications.RetentionMapper
-
- createOmasClassification() - Method in class org.odpi.openmetadata.accessservices.subjectarea.server.mappers.classifications.SpineAttributeMapper
-
- createOmasClassification() - Method in class org.odpi.openmetadata.accessservices.subjectarea.server.mappers.classifications.SpineObjectMapper
-
- createOmasClassification() - Method in class org.odpi.openmetadata.accessservices.subjectarea.server.mappers.classifications.SubjectAreaMapper
-
- createOmasClassification() - Method in class org.odpi.openmetadata.accessservices.subjectarea.server.mappers.classifications.TaxonomyMapper
-
- createOmrsRelationship(OMRSLine) - Static method in class org.odpi.openmetadata.accessservices.subjectarea.utilities.OMRSLine
-
Create an omrs relationship with the basic fields filled in.
- createPreferredTerm(String, String, PreferredTerm) - Method in class org.odpi.openmetadata.accessservices.subjectarea.server.services.SubjectAreaRelationshipRESTServices
-
Create a preferredTermRelationship relationship, which is a link between glossary terms, it is a Link to an alternative term that the organization prefers is used.
- createProject(String, String, Project) - Method in class org.odpi.openmetadata.accessservices.subjectarea.server.services.SubjectAreaProjectRESTServices
-
Create a Project.
- createProjectScopeRelationship(String, String, ProjectScopeRelationship) - Method in class org.odpi.openmetadata.accessservices.subjectarea.server.services.SubjectAreaRelationshipRESTServices
-
Create a projectScope relationship, which is a link between the project content and the project.
- createRelatedTerm(String, String, RelatedTerm) - Method in class org.odpi.openmetadata.accessservices.subjectarea.server.services.SubjectAreaRelationshipRESTServices
-
Create a RelatedTerm.
- createReplacementTerm(String, String, ReplacementTerm) - Method in class org.odpi.openmetadata.accessservices.subjectarea.server.services.SubjectAreaRelationshipRESTServices
-
Create a replacementTermRelationship relationship, which is a link to a glossary term that is replacing an obsolete glossary term.
- createSynonym(String, String, Synonym) - Method in class org.odpi.openmetadata.accessservices.subjectarea.server.services.SubjectAreaRelationshipRESTServices
-
Create a synonym relationship, which is a link between glossary terms that have the same meaning.
- createSystemAttributes(InstanceHeader) - Static method in class org.odpi.openmetadata.accessservices.subjectarea.utilities.SubjectAreaUtils
-
create SystemAttributes instance from an insance header object
- createSystemAttributesFromOMRSClassification(Classification) - Static method in class org.odpi.openmetadata.accessservices.subjectarea.server.mappers.classifications.ClassificationMapper
-
- createTemplateFromTypeDef(TypeDef) - Static method in class org.odpi.openmetadata.accessservices.subjectarea.utilities.SubjectAreaUtils
-
- createTerm(String, String, Term) - Method in class org.odpi.openmetadata.accessservices.subjectarea.server.services.SubjectAreaTermRESTServices
-
Create a Term
- createTermAnchorRelationship(String, String, TermAnchorRelationship) - Method in class org.odpi.openmetadata.accessservices.subjectarea.server.services.SubjectAreaRelationshipRESTServices
-
Create a termAnchor Relationship.
- createTermCategorizationRelationship(String, String, TermCategorizationRelationship) - Method in class org.odpi.openmetadata.accessservices.subjectarea.server.services.SubjectAreaRelationshipRESTServices
-
Create a termCategorization Relationship.
- createTermHASARelationship(String, String, TermHASARelationship) - Method in class org.odpi.openmetadata.accessservices.subjectarea.server.services.SubjectAreaRelationshipRESTServices
-
Create a TermHASARelationship is the relationship between a spine object and a spine attribute.
- createTermISATypeOFRelationship(String, String, TermISATypeOFRelationship) - Method in class org.odpi.openmetadata.accessservices.subjectarea.server.services.SubjectAreaRelationshipRESTServices
-
Create a termISATypeOFRelationship relationship, which is an inheritance relationship between two spine objects.
- createTermTYPEDBYRelationship(String, String, TermTYPEDBYRelationship) - Method in class org.odpi.openmetadata.accessservices.subjectarea.server.services.SubjectAreaRelationshipRESTServices
-
Create a termTYPEDBYRelationship relationship, which is a link between a spine attribute and its type.
- createTranslation(String, String, Translation) - Method in class org.odpi.openmetadata.accessservices.subjectarea.server.services.SubjectAreaRelationshipRESTServices
-
Create a translationRelationship relationship, which is a link between glossary terms to provide different natural language translationRelationship of the same concept.
- createUsedInContext(String, String, UsedInContext) - Method in class org.odpi.openmetadata.accessservices.subjectarea.server.services.SubjectAreaRelationshipRESTServices
-
Create a usedInContextRelationship relationship, which is a link between glossary terms, where one describes the context where the other one is valid to use.
- createValidValue(String, String, ValidValue) - Method in class org.odpi.openmetadata.accessservices.subjectarea.server.services.SubjectAreaRelationshipRESTServices
-
Create a validValueRelationship relationship, which is a link between glossary terms that have the same meaning.
- CriticalityMapper - Class in org.odpi.openmetadata.accessservices.subjectarea.server.mappers.classifications
-
Mapping methods to map between Criticality and the omrs equivalents.
- CriticalityMapper(OMRSAPIHelper) - Constructor for class org.odpi.openmetadata.accessservices.subjectarea.server.mappers.classifications.CriticalityMapper
-
- getAccessServiceName(String) - Method in class org.odpi.openmetadata.accessservices.subjectarea.initialization.SubjectAreaInstanceHandler
-
Return the Subject Area's official Access Service Name
- getAccessServiceName() - Method in class org.odpi.openmetadata.accessservices.subjectarea.server.services.SubjectAreaServicesInstance
-
- getAddClassifications() - Method in class org.odpi.openmetadata.accessservices.subjectarea.utilities.ClassificationGroupByOperation
-
List of classifications to be added
- getAntonymRelationship(String, String, String) - Method in class org.odpi.openmetadata.accessservices.subjectarea.server.services.SubjectAreaRelationshipRESTServices
-
Get a antonym relationship
- getCategory(String, String, String) - Method in class org.odpi.openmetadata.accessservices.subjectarea.server.services.SubjectAreaCategoryRESTServices
-
Get a Category
- getCategoryAnchorRelationship(String, String, String) - Method in class org.odpi.openmetadata.accessservices.subjectarea.server.services.SubjectAreaRelationshipRESTServices
-
Get a categoryAnchor Relationship.
- getCategoryAnchorTypeGuid() - Static method in class org.odpi.openmetadata.accessservices.subjectarea.utilities.TypeGuids
-
- getCategoryHierarchyLinkTypeGuid() - Static method in class org.odpi.openmetadata.accessservices.subjectarea.utilities.TypeGuids
-
- getCategoryRelationships(String, String, String, Date, Integer, Integer, SequencingOrder, String) - Method in class org.odpi.openmetadata.accessservices.subjectarea.server.services.SubjectAreaCategoryRESTServices
-
- getCategorySummary() - Method in class org.odpi.openmetadata.accessservices.subjectarea.internalresponse.CategorySummaryResponse
-
Return the CategorySummary object.
- getEntitiesByType(OMRSAPIHelper, String, String, String, Date, Integer, Integer) - Method in class org.odpi.openmetadata.accessservices.subjectarea.utilities.OMRSAPIHelper
-
- getEntity1Guid() - Method in class org.odpi.openmetadata.accessservices.subjectarea.utilities.OMRSLine
-
- getEntity1Label() - Method in class org.odpi.openmetadata.accessservices.subjectarea.utilities.OMRSLine
-
- getEntity1Name() - Method in class org.odpi.openmetadata.accessservices.subjectarea.utilities.OMRSLine
-
- getEntity1PropertyName() - Method in class org.odpi.openmetadata.accessservices.subjectarea.utilities.OMRSLine
-
- getEntity1Type() - Method in class org.odpi.openmetadata.accessservices.subjectarea.utilities.OMRSLine
-
- getEntity2Guid() - Method in class org.odpi.openmetadata.accessservices.subjectarea.utilities.OMRSLine
-
- getEntity2Label() - Method in class org.odpi.openmetadata.accessservices.subjectarea.utilities.OMRSLine
-
- getEntity2Name() - Method in class org.odpi.openmetadata.accessservices.subjectarea.utilities.OMRSLine
-
- getEntity2PropertyName() - Method in class org.odpi.openmetadata.accessservices.subjectarea.utilities.OMRSLine
-
- getEntity2Type() - Method in class org.odpi.openmetadata.accessservices.subjectarea.utilities.OMRSLine
-
- getEntityDetail() - Method in class org.odpi.openmetadata.accessservices.subjectarea.internalresponse.EntityDetailResponse
-
Return the EntityDetail object.
- getEntityDetails() - Method in class org.odpi.openmetadata.accessservices.subjectarea.internalresponse.EntityDetailsResponse
-
Return the EntityDetail object.
- getFormattedLogMessage(String...) - Method in enum org.odpi.openmetadata.accessservices.subjectarea.auditlog.SubjectAreaAuditCode
-
Returns the log message with the placeholders filled out with the supplied parameters.
- getGlossaryByGuid(String, String, String) - Method in class org.odpi.openmetadata.accessservices.subjectarea.server.services.SubjectAreaGlossaryRESTServices
-
Get a glossary by guid.
- getGlossaryRelationships(String, String, String, Date, Integer, Integer, SequencingOrder, String) - Method in class org.odpi.openmetadata.accessservices.subjectarea.server.services.SubjectAreaGlossaryRESTServices
-
- getGlossarySummary() - Method in class org.odpi.openmetadata.accessservices.subjectarea.internalresponse.GlossarySummaryResponse
-
Return the GlossarySummary object.
- getGlossarySummaryForCategory(String, String, OMRSAPIHelper, Line) - Static method in class org.odpi.openmetadata.accessservices.subjectarea.utilities.SubjectAreaUtils
-
Get a Categories icon summaries from related media relationships by issuing a call to omrs using the related media guid - which is at one end of the relationship.
- getGlossarySummaryForTerm(String, String, OMRSAPIHelper, TermAnchorRelationship, Term) - Static method in class org.odpi.openmetadata.accessservices.subjectarea.utilities.SubjectAreaUtils
-
Get a Term's icon summaries from related media relationships by issuing a call to omrs using the related media guid - which is at one end of the relationship.
- getGraph(String, String, String, Date, String, String, StatusFilter, Integer) - Method in class org.odpi.openmetadata.accessservices.subjectarea.server.services.SubjectAreaGraphRESTServices
-
Get the graph of nodes and Lines radiating out from a node.
- getIconSummarySet() - Method in class org.odpi.openmetadata.accessservices.subjectarea.internalresponse.IconSummarySetResponse
-
Return the IconSummarySet object.
- getIconSummarySet(String, OMRSAPIHelper, String) - Static method in class org.odpi.openmetadata.accessservices.subjectarea.utilities.SubjectAreaUtils
-
Set icon summaries from related media relationships by issuing a call to omrs using the related media guid - which is at one end of the relationship.
- getInlinedClassifications(Node) - Method in class org.odpi.openmetadata.accessservices.subjectarea.server.mappers.entities.CategoryMapper
-
A Classification either exists in the classifications associated with a node or as an inlined attribute (these are properties / attributes of a node that correspond to OMRS Classifications)
- getInlinedClassifications(Node) - Method in class org.odpi.openmetadata.accessservices.subjectarea.server.mappers.entities.GlossaryMapper
-
- getInlinedClassifications(Node) - Method in class org.odpi.openmetadata.accessservices.subjectarea.server.mappers.entities.ProjectMapper
-
- getInlinedClassifications(Node) - Method in class org.odpi.openmetadata.accessservices.subjectarea.server.mappers.entities.TermMapper
-
A Classification either exists in the classifications associated with a node or as an inlined attribute (these are properties / attributes of a node that correspond to OMRS Classifications)
- getInstance(String) - Method in class org.odpi.openmetadata.accessservices.subjectarea.initialization.SubjectAreaServicesInstanceMap
-
Return the instance for this server.
- getInstance(String) - Method in class org.odpi.openmetadata.accessservices.subjectarea.server.mappers.ILineBundleFactory
-
Get an instance of a LineBundle using the class name of the Line.
- getInstance(String) - Method in class org.odpi.openmetadata.accessservices.subjectarea.server.mappers.INodeBundleFactory
-
- getInstance(String, Line) - Method in class org.odpi.openmetadata.accessservices.subjectarea.server.mappers.ResponseFactory
-
Get a response from the factory.
- getInstanceGraph() - Method in class org.odpi.openmetadata.accessservices.subjectarea.internalresponse.InstanceGraphResponse
-
Return the InstanceGraph object.
- getISARelationship(String, String, String) - Method in class org.odpi.openmetadata.accessservices.subjectarea.server.services.SubjectAreaRelationshipRESTServices
-
Get a iSARelationship relationship, which is a link between a more general glossary term and a more specific definition.
- getLine(String, String, String, String, String) - Method in class org.odpi.openmetadata.accessservices.subjectarea.server.services.SubjectAreaRESTServicesInstance
-
- getLineInstance() - Method in class org.odpi.openmetadata.accessservices.subjectarea.server.mappers.relationships.AntonymMapper
-
- getLineInstance() - Method in class org.odpi.openmetadata.accessservices.subjectarea.server.mappers.relationships.CategoryAnchorMapper
-
- getLineInstance() - Method in class org.odpi.openmetadata.accessservices.subjectarea.server.mappers.relationships.CategoryHierarchyLinkMapper
-
- getLineInstance() - Method in class org.odpi.openmetadata.accessservices.subjectarea.server.mappers.relationships.ISARelationshipMapper
-
- getLineInstance() - Method in class org.odpi.openmetadata.accessservices.subjectarea.server.mappers.relationships.PreferredTermMapper
-
- getLineInstance() - Method in class org.odpi.openmetadata.accessservices.subjectarea.server.mappers.relationships.ProjectScopeMapper
-
- getLineInstance() - Method in class org.odpi.openmetadata.accessservices.subjectarea.server.mappers.relationships.RelatedTermMapper
-
- getLineInstance() - Method in class org.odpi.openmetadata.accessservices.subjectarea.server.mappers.relationships.ReplacementTermMapper
-
- getLineInstance() - Method in class org.odpi.openmetadata.accessservices.subjectarea.server.mappers.relationships.SemanticAssignmentMapper
-
- getLineInstance() - Method in class org.odpi.openmetadata.accessservices.subjectarea.server.mappers.relationships.SynonymMapper
-
- getLineInstance() - Method in class org.odpi.openmetadata.accessservices.subjectarea.server.mappers.relationships.TermAnchorMapper
-
- getLineInstance() - Method in class org.odpi.openmetadata.accessservices.subjectarea.server.mappers.relationships.TermCategorizationMapper
-
- getLineInstance() - Method in class org.odpi.openmetadata.accessservices.subjectarea.server.mappers.relationships.TermHASARelationshipMapper
-
- getLineInstance() - Method in class org.odpi.openmetadata.accessservices.subjectarea.server.mappers.relationships.TermISATypeOFRelationshipMapper
-
- getLineInstance() - Method in class org.odpi.openmetadata.accessservices.subjectarea.server.mappers.relationships.TermTYPEDBYRelationshipMapper
-
- getLineInstance() - Method in class org.odpi.openmetadata.accessservices.subjectarea.server.mappers.relationships.TranslationMapper
-
- getLineInstance() - Method in class org.odpi.openmetadata.accessservices.subjectarea.server.mappers.relationships.UsedInContextMapper
-
- getLineInstance() - Method in class org.odpi.openmetadata.accessservices.subjectarea.server.mappers.relationships.ValidValueMapper
-
- getLineType() - Method in class org.odpi.openmetadata.accessservices.subjectarea.utilities.OMRSLine
-
- getLogMessageId() - Method in enum org.odpi.openmetadata.accessservices.subjectarea.auditlog.SubjectAreaAuditCode
-
Returns the unique identifier for the error message.
- getMapper() - Method in interface org.odpi.openmetadata.accessservices.subjectarea.server.mappers.ILineBundle
-
The associated Line mapper
- getMapper() - Method in interface org.odpi.openmetadata.accessservices.subjectarea.server.mappers.INodeBundle
-
The associated Node mapper
- getMapper() - Method in class org.odpi.openmetadata.accessservices.subjectarea.server.mappers.LineBundle
-
- getMapper() - Method in class org.odpi.openmetadata.accessservices.subjectarea.server.mappers.NodeBundle
-
- getMediaReferenceTypeGuid() - Static method in class org.odpi.openmetadata.accessservices.subjectarea.utilities.TypeGuids
-
- getMetadataCollection() - Method in class org.odpi.openmetadata.accessservices.subjectarea.server.services.SubjectAreaServicesInstance
-
- getName() - Method in interface org.odpi.openmetadata.accessservices.subjectarea.server.mappers.ILineBundle
-
Get Line name
- getName() - Method in interface org.odpi.openmetadata.accessservices.subjectarea.server.mappers.INodeBundle
-
Get Node name
- getName() - Method in class org.odpi.openmetadata.accessservices.subjectarea.server.mappers.LineBundle
-
- getName() - Method in class org.odpi.openmetadata.accessservices.subjectarea.server.mappers.NodeBundle
-
- getName() - Method in class org.odpi.openmetadata.accessservices.subjectarea.utilities.OMRSLine
-
- getOMASClassification(String, Classification) - Method in class org.odpi.openmetadata.accessservices.subjectarea.server.mappers.classifications.ClassificationFactory
-
Get an OMAS Classification based on the name and then map the supplied omrs classificaiton to the omas one.
- getOMRSClassification(Classification) - Method in class org.odpi.openmetadata.accessservices.subjectarea.server.mappers.classifications.ClassificationFactory
-
Get an OMRS Classification based on the the supplied omas classification.
- getOMRSMetadataCollection(String) - Method in class org.odpi.openmetadata.accessservices.subjectarea.utilities.OMRSAPIHelper
-
- getOMRSRepositoryHelper() - Method in class org.odpi.openmetadata.accessservices.subjectarea.utilities.OMRSAPIHelper
-
- getParentCategorySummary(String, String, OMRSAPIHelper, Set<Line>) - Static method in class org.odpi.openmetadata.accessservices.subjectarea.utilities.SubjectAreaUtils
-
Get a summary of the parent category.
- getPreferredTermRelationship(String, String, String) - Method in class org.odpi.openmetadata.accessservices.subjectarea.server.services.SubjectAreaRelationshipRESTServices
-
Get a preferredTerm relationship, which is a link between glossary terms, it is a Link to an alternative term that the organization prefers is used.
- getProjectByGuid(String, String, String) - Method in class org.odpi.openmetadata.accessservices.subjectarea.server.services.SubjectAreaProjectRESTServices
-
Get a Project by guid.
- getProjectRelationships(String, String, String, Date, Integer, Integer, SequencingOrder, String) - Method in class org.odpi.openmetadata.accessservices.subjectarea.server.services.SubjectAreaProjectRESTServices
-
- getProjectScopeRelationship(String, String, String) - Method in class org.odpi.openmetadata.accessservices.subjectarea.server.services.SubjectAreaRelationshipRESTServices
-
Get a projectScope relationship, which is a link between the project content and the project.
- getProjectTerms(String, String, String, Date) - Method in class org.odpi.openmetadata.accessservices.subjectarea.server.services.SubjectAreaProjectRESTServices
-
- getProxy1Guid(Line) - Method in class org.odpi.openmetadata.accessservices.subjectarea.server.mappers.relationships.AntonymMapper
-
Get proxy1 guid.
- getProxy1Guid(Line) - Method in class org.odpi.openmetadata.accessservices.subjectarea.server.mappers.relationships.CategoryAnchorMapper
-
Get proxy1 guid.
- getProxy1Guid(Line) - Method in class org.odpi.openmetadata.accessservices.subjectarea.server.mappers.relationships.CategoryHierarchyLinkMapper
-
Get proxy1 guid.
- getProxy1Guid(Line) - Method in class org.odpi.openmetadata.accessservices.subjectarea.server.mappers.relationships.ISARelationshipMapper
-
Get proxy1 guid.
- getProxy1Guid(Line) - Method in class org.odpi.openmetadata.accessservices.subjectarea.server.mappers.relationships.LineMapper
-
Get proxy 1 guid
- getProxy1Guid(Line) - Method in class org.odpi.openmetadata.accessservices.subjectarea.server.mappers.relationships.PreferredTermMapper
-
Get proxy1 guid.
- getProxy1Guid(Line) - Method in class org.odpi.openmetadata.accessservices.subjectarea.server.mappers.relationships.ProjectScopeMapper
-
Get proxy1 guid.
- getProxy1Guid(Line) - Method in class org.odpi.openmetadata.accessservices.subjectarea.server.mappers.relationships.RelatedTermMapper
-
Get proxy1 guid.
- getProxy1Guid(Line) - Method in class org.odpi.openmetadata.accessservices.subjectarea.server.mappers.relationships.ReplacementTermMapper
-
Get proxy1 guid.
- getProxy1Guid(Line) - Method in class org.odpi.openmetadata.accessservices.subjectarea.server.mappers.relationships.SemanticAssignmentMapper
-
Get proxy1 guid.
- getProxy1Guid(Line) - Method in class org.odpi.openmetadata.accessservices.subjectarea.server.mappers.relationships.SynonymMapper
-
Get proxy1 guid.
- getProxy1Guid(Line) - Method in class org.odpi.openmetadata.accessservices.subjectarea.server.mappers.relationships.TermAnchorMapper
-
Get proxy1 guid.
- getProxy1Guid(Line) - Method in class org.odpi.openmetadata.accessservices.subjectarea.server.mappers.relationships.TermCategorizationMapper
-
Get proxy1 guid.
- getProxy1Guid(Line) - Method in class org.odpi.openmetadata.accessservices.subjectarea.server.mappers.relationships.TermHASARelationshipMapper
-
Get proxy1 guid.
- getProxy1Guid(Line) - Method in class org.odpi.openmetadata.accessservices.subjectarea.server.mappers.relationships.TermISATypeOFRelationshipMapper
-
Get proxy1 guid.
- getProxy1Guid(Line) - Method in class org.odpi.openmetadata.accessservices.subjectarea.server.mappers.relationships.TermTYPEDBYRelationshipMapper
-
Get proxy1 guid.
- getProxy1Guid(Line) - Method in class org.odpi.openmetadata.accessservices.subjectarea.server.mappers.relationships.TranslationMapper
-
Get proxy1 guid.
- getProxy1Guid(Line) - Method in class org.odpi.openmetadata.accessservices.subjectarea.server.mappers.relationships.UsedInContextMapper
-
Get proxy1 guid.
- getProxy1Guid(Line) - Method in class org.odpi.openmetadata.accessservices.subjectarea.server.mappers.relationships.ValidValueMapper
-
Get proxy1 guid.
- getProxy2Guid(Line) - Method in class org.odpi.openmetadata.accessservices.subjectarea.server.mappers.relationships.AntonymMapper
-
Get proxy2 guid
The proxy has omrs type GlossaryTerm
- getProxy2Guid(Line) - Method in class org.odpi.openmetadata.accessservices.subjectarea.server.mappers.relationships.CategoryAnchorMapper
-
Get proxy2 guid
The proxy has omrs type GlossaryCategory
- getProxy2Guid(Line) - Method in class org.odpi.openmetadata.accessservices.subjectarea.server.mappers.relationships.CategoryHierarchyLinkMapper
-
Get proxy2 guid
The proxy has omrs type GlossaryCategory
- getProxy2Guid(Line) - Method in class org.odpi.openmetadata.accessservices.subjectarea.server.mappers.relationships.ISARelationshipMapper
-
Get proxy2 guid
The proxy has omrs type GlossaryTerm
- getProxy2Guid(Line) - Method in class org.odpi.openmetadata.accessservices.subjectarea.server.mappers.relationships.LineMapper
-
Get proxy 2 guid
- getProxy2Guid(Line) - Method in class org.odpi.openmetadata.accessservices.subjectarea.server.mappers.relationships.PreferredTermMapper
-
Get proxy2 guid
The proxy has omrs type GlossaryTerm
- getProxy2Guid(Line) - Method in class org.odpi.openmetadata.accessservices.subjectarea.server.mappers.relationships.ProjectScopeMapper
-
Get proxy2 guid
The proxy has an omrs type that is a subtype of Referenceable
- getProxy2Guid(Line) - Method in class org.odpi.openmetadata.accessservices.subjectarea.server.mappers.relationships.RelatedTermMapper
-
Get proxy2 guid
The proxy has omrs type GlossaryTerm
- getProxy2Guid(Line) - Method in class org.odpi.openmetadata.accessservices.subjectarea.server.mappers.relationships.ReplacementTermMapper
-
Get proxy2 guid
The proxy has omrs type GlossaryTerm
- getProxy2Guid(Line) - Method in class org.odpi.openmetadata.accessservices.subjectarea.server.mappers.relationships.SemanticAssignmentMapper
-
Get proxy2 guid
The proxy has omrs type GlossaryTerm
- getProxy2Guid(Line) - Method in class org.odpi.openmetadata.accessservices.subjectarea.server.mappers.relationships.SynonymMapper
-
Get proxy2 guid
The proxy has omrs type GlossaryTerm
- getProxy2Guid(Line) - Method in class org.odpi.openmetadata.accessservices.subjectarea.server.mappers.relationships.TermAnchorMapper
-
Get proxy2 guid
The proxy has omrs type GlossaryTerm
- getProxy2Guid(Line) - Method in class org.odpi.openmetadata.accessservices.subjectarea.server.mappers.relationships.TermCategorizationMapper
-
Get proxy2 guid
The proxy has omrs type GlossaryTerm
- getProxy2Guid(Line) - Method in class org.odpi.openmetadata.accessservices.subjectarea.server.mappers.relationships.TermHASARelationshipMapper
-
Get proxy2 guid
The proxy has omrs type GlossaryTerm
- getProxy2Guid(Line) - Method in class org.odpi.openmetadata.accessservices.subjectarea.server.mappers.relationships.TermISATypeOFRelationshipMapper
-
Get proxy2 guid
The proxy has omrs type GlossaryTerm
- getProxy2Guid(Line) - Method in class org.odpi.openmetadata.accessservices.subjectarea.server.mappers.relationships.TermTYPEDBYRelationshipMapper
-
Get proxy2 guid
The proxy has omrs type GlossaryTerm
- getProxy2Guid(Line) - Method in class org.odpi.openmetadata.accessservices.subjectarea.server.mappers.relationships.TranslationMapper
-
Get proxy2 guid
The proxy has omrs type GlossaryTerm
- getProxy2Guid(Line) - Method in class org.odpi.openmetadata.accessservices.subjectarea.server.mappers.relationships.UsedInContextMapper
-
Get proxy2 guid
The proxy has omrs type GlossaryTerm
- getProxy2Guid(Line) - Method in class org.odpi.openmetadata.accessservices.subjectarea.server.mappers.relationships.ValidValueMapper
-
Get proxy2 guid
The proxy has omrs type GlossaryTerm
- getRelatedTerm(String, String, String) - Method in class org.odpi.openmetadata.accessservices.subjectarea.server.services.SubjectAreaRelationshipRESTServices
-
Get a related Term relationship.
- getRelationship() - Method in class org.odpi.openmetadata.accessservices.subjectarea.internalresponse.RelationshipResponse
-
Return the Relationship object.
- getRelationships() - Method in class org.odpi.openmetadata.accessservices.subjectarea.internalresponse.RelationshipsResponse
-
Return the Lines object.
- getRelationshipsFromGuid(String, String, String, String, Date, Integer, Integer, SequencingOrder, String) - Method in class org.odpi.openmetadata.accessservices.subjectarea.server.services.SubjectAreaRESTServicesInstance
-
- getRelationshipTypeDefGuid(Relationship) - Method in class org.odpi.openmetadata.accessservices.subjectarea.server.mappers.relationships.AntonymMapper
-
Get the relationship type def guid.
- getRelationshipTypeDefGuid(Relationship) - Method in class org.odpi.openmetadata.accessservices.subjectarea.server.mappers.relationships.CategoryAnchorMapper
-
Get the relationship type def guid.
- getRelationshipTypeDefGuid(Relationship) - Method in class org.odpi.openmetadata.accessservices.subjectarea.server.mappers.relationships.CategoryHierarchyLinkMapper
-
Get the relationship type def guid.
- getRelationshipTypeDefGuid(Relationship) - Method in class org.odpi.openmetadata.accessservices.subjectarea.server.mappers.relationships.ISARelationshipMapper
-
Get the relationship type def guid.
- getRelationshipTypeDefGuid(Relationship) - Method in class org.odpi.openmetadata.accessservices.subjectarea.server.mappers.relationships.LineMapper
-
get the relationshipTypeDef Guid
This method should be overridden to provide the appropriate guid for the type.
- getRelationshipTypeDefGuid(Relationship) - Method in class org.odpi.openmetadata.accessservices.subjectarea.server.mappers.relationships.PreferredTermMapper
-
Get the relationship type def guid.
- getRelationshipTypeDefGuid(Relationship) - Method in class org.odpi.openmetadata.accessservices.subjectarea.server.mappers.relationships.ProjectScopeMapper
-
Get the relationship type def guid.
- getRelationshipTypeDefGuid(Relationship) - Method in class org.odpi.openmetadata.accessservices.subjectarea.server.mappers.relationships.RelatedTermMapper
-
Get the relationship type def guid.
- getRelationshipTypeDefGuid(Relationship) - Method in class org.odpi.openmetadata.accessservices.subjectarea.server.mappers.relationships.ReplacementTermMapper
-
Get the relationship type def guid.
- getRelationshipTypeDefGuid(Relationship) - Method in class org.odpi.openmetadata.accessservices.subjectarea.server.mappers.relationships.SemanticAssignmentMapper
-
Get the relationship type def guid.
- getRelationshipTypeDefGuid(Relationship) - Method in class org.odpi.openmetadata.accessservices.subjectarea.server.mappers.relationships.SynonymMapper
-
Get the relationship type def guid.
- getRelationshipTypeDefGuid(Relationship) - Method in class org.odpi.openmetadata.accessservices.subjectarea.server.mappers.relationships.TermAnchorMapper
-
Get the relationship type def guid.
- getRelationshipTypeDefGuid(Relationship) - Method in class org.odpi.openmetadata.accessservices.subjectarea.server.mappers.relationships.TermCategorizationMapper
-
Get the relationship type def guid.
- getRelationshipTypeDefGuid(Relationship) - Method in class org.odpi.openmetadata.accessservices.subjectarea.server.mappers.relationships.TermHASARelationshipMapper
-
Get the relationship type def guid.
- getRelationshipTypeDefGuid(Relationship) - Method in class org.odpi.openmetadata.accessservices.subjectarea.server.mappers.relationships.TermISATypeOFRelationshipMapper
-
Get the relationship type def guid.
- getRelationshipTypeDefGuid(Relationship) - Method in class org.odpi.openmetadata.accessservices.subjectarea.server.mappers.relationships.TermTYPEDBYRelationshipMapper
-
Get the relationship type def guid.
- getRelationshipTypeDefGuid(Relationship) - Method in class org.odpi.openmetadata.accessservices.subjectarea.server.mappers.relationships.TranslationMapper
-
Get the relationship type def guid.
- getRelationshipTypeDefGuid(Relationship) - Method in class org.odpi.openmetadata.accessservices.subjectarea.server.mappers.relationships.UsedInContextMapper
-
Get the relationship type def guid.
- getRelationshipTypeDefGuid(Relationship) - Method in class org.odpi.openmetadata.accessservices.subjectarea.server.mappers.relationships.ValidValueMapper
-
Get the relationship type def guid.
- getRemoveClassifications() - Method in class org.odpi.openmetadata.accessservices.subjectarea.utilities.ClassificationGroupByOperation
-
List of classification names to removed
- getReplacementTerm(String, String, String) - Method in class org.odpi.openmetadata.accessservices.subjectarea.server.services.SubjectAreaRelationshipRESTServices
-
Get a replacementTerm relationship, which is a link to a glossary term that is replacing an obsolete glossary term.
- getRepositoryConnector(String) - Method in class org.odpi.openmetadata.accessservices.subjectarea.initialization.SubjectAreaInstanceHandler
-
Return the repository connector for this server.
- getRepositoryConnector() - Method in class org.odpi.openmetadata.accessservices.subjectarea.server.services.SubjectAreaServicesInstance
-
- getResponse(Category) - Method in class org.odpi.openmetadata.accessservices.subjectarea.server.services.SubjectAreaCategoryRESTServices
-
- getResponse(SubjectAreaOMASAPIResponse) - Method in class org.odpi.openmetadata.accessservices.subjectarea.server.services.SubjectAreaGlossaryRESTServices
-
Take an entityDetail response and map it to the appropriate glossary orientated response
- getResponse(SubjectAreaOMASAPIResponse) - Method in class org.odpi.openmetadata.accessservices.subjectarea.server.services.SubjectAreaProjectRESTServices
-
Take an entityDetail response and map it to the appropriate Project orientated response
- getSemanticAssignmentRelationship(String, String, String) - Method in class org.odpi.openmetadata.accessservices.subjectarea.server.services.SubjectAreaRelationshipRESTServices
-
Get a SemanticAssignment relationship, Links a glossary term to another element such as an asset or schema element to define its meaning.
- getSerialVersionUID() - Static method in class org.odpi.openmetadata.accessservices.subjectarea.utilities.OMRSLine
-
- getServerName() - Method in class org.odpi.openmetadata.accessservices.subjectarea.server.services.SubjectAreaServicesInstance
-
Return the server name.
- getServiceName() - Method in class org.odpi.openmetadata.accessservices.subjectarea.utilities.OMRSAPIHelper
-
Get the service name - ths is used for logging
- getSeverity() - Method in enum org.odpi.openmetadata.accessservices.subjectarea.auditlog.SubjectAreaAuditCode
-
Return the severity of the audit log record.
- getSynonymRelationship(String, String, String) - Method in class org.odpi.openmetadata.accessservices.subjectarea.server.services.SubjectAreaRelationshipRESTServices
-
Get a synonym relationship, which is a link between glossary terms that have the same meaning.
- getSystemAction() - Method in enum org.odpi.openmetadata.accessservices.subjectarea.auditlog.SubjectAreaAuditCode
-
Returns a description of the action taken by the system when the condition that caused this exception was
detected.
- getTermAnchorRelationship(String, String, String) - Method in class org.odpi.openmetadata.accessservices.subjectarea.server.services.SubjectAreaRelationshipRESTServices
-
Get a termAnchor Relationship.
- getTermAnchorTypeGuid() - Static method in class org.odpi.openmetadata.accessservices.subjectarea.utilities.TypeGuids
-
- getTermByGuid(String, String, String) - Method in class org.odpi.openmetadata.accessservices.subjectarea.server.services.SubjectAreaTermRESTServices
-
Get a Term
- getTermCategorizationRelationship(String, String, String) - Method in class org.odpi.openmetadata.accessservices.subjectarea.server.services.SubjectAreaRelationshipRESTServices
-
Get a termCategorization Relationship.
- getTermHASARelationship(String, String, String) - Method in class org.odpi.openmetadata.accessservices.subjectarea.server.services.SubjectAreaRelationshipRESTServices
-
Get a Term HAS A relationship
- getTermISATypeOFRelationship(String, String, String) - Method in class org.odpi.openmetadata.accessservices.subjectarea.server.services.SubjectAreaRelationshipRESTServices
-
Get a termISATypeOFRelationship relationship, which is an inheritance relationship between two spine objects.
- getTermRelationships(String, String, String, Date, Integer, Integer, SequencingOrder, String) - Method in class org.odpi.openmetadata.accessservices.subjectarea.server.services.SubjectAreaTermRESTServices
-
- getTermSummary() - Method in class org.odpi.openmetadata.accessservices.subjectarea.internalresponse.TermSummaryResponse
-
Return the TermSummary object.
- getTermTYPEDBYRelationship(String, String, String) - Method in class org.odpi.openmetadata.accessservices.subjectarea.server.services.SubjectAreaRelationshipRESTServices
-
Get a termTYPEDBYRelationship relationship, which is a link between a spine attribute and its type.
- getTranslationRelationship(String, String, String) - Method in class org.odpi.openmetadata.accessservices.subjectarea.server.services.SubjectAreaRelationshipRESTServices
-
Get a translation relationshiptranslation relationship, which is a link between glossary terms to provide different natural language translation of the same concept.
- getTypeDefGuid() - Method in class org.odpi.openmetadata.accessservices.subjectarea.utilities.OMRSLine
-
- getTypeName() - Method in class org.odpi.openmetadata.accessservices.subjectarea.server.mappers.classifications.CanonicalVocabularyMapper
-
- getTypeName() - Method in class org.odpi.openmetadata.accessservices.subjectarea.server.mappers.classifications.ConfidenceMapper
-
- getTypeName() - Method in class org.odpi.openmetadata.accessservices.subjectarea.server.mappers.classifications.ConfidentialityMapper
-
- getTypeName() - Method in class org.odpi.openmetadata.accessservices.subjectarea.server.mappers.classifications.CriticalityMapper
-
- getTypeName() - Method in class org.odpi.openmetadata.accessservices.subjectarea.server.mappers.classifications.GlossaryProjectMapper
-
- getTypeName() - Method in class org.odpi.openmetadata.accessservices.subjectarea.server.mappers.classifications.ObjectIdentifierMapper
-
- getTypeName() - Method in class org.odpi.openmetadata.accessservices.subjectarea.server.mappers.classifications.RetentionMapper
-
- getTypeName() - Method in class org.odpi.openmetadata.accessservices.subjectarea.server.mappers.classifications.SpineAttributeMapper
-
- getTypeName() - Method in class org.odpi.openmetadata.accessservices.subjectarea.server.mappers.classifications.SpineObjectMapper
-
- getTypeName() - Method in class org.odpi.openmetadata.accessservices.subjectarea.server.mappers.classifications.SubjectAreaMapper
-
- getTypeName() - Method in class org.odpi.openmetadata.accessservices.subjectarea.server.mappers.classifications.TaxonomyMapper
-
- getTypeName() - Method in class org.odpi.openmetadata.accessservices.subjectarea.server.mappers.entities.CategoryMapper
-
- getTypeName() - Method in class org.odpi.openmetadata.accessservices.subjectarea.server.mappers.entities.GlossaryMapper
-
- getTypeName() - Method in class org.odpi.openmetadata.accessservices.subjectarea.server.mappers.entities.ProjectMapper
-
- getTypeName() - Method in class org.odpi.openmetadata.accessservices.subjectarea.server.mappers.entities.TermMapper
-
- getTypeName() - Method in interface org.odpi.openmetadata.accessservices.subjectarea.server.mappers.ILineBundle
-
Get the line ttype name
- getTypeName() - Method in class org.odpi.openmetadata.accessservices.subjectarea.server.mappers.LineBundle
-
- getTypeName() - Method in class org.odpi.openmetadata.accessservices.subjectarea.server.mappers.relationships.AntonymMapper
-
- getTypeName() - Method in class org.odpi.openmetadata.accessservices.subjectarea.server.mappers.relationships.CategoryAnchorMapper
-
- getTypeName() - Method in class org.odpi.openmetadata.accessservices.subjectarea.server.mappers.relationships.CategoryHierarchyLinkMapper
-
Get the TypeDefName associated with this Relationship
- getTypeName() - Method in class org.odpi.openmetadata.accessservices.subjectarea.server.mappers.relationships.ISARelationshipMapper
-
- getTypeName() - Method in class org.odpi.openmetadata.accessservices.subjectarea.server.mappers.relationships.PreferredTermMapper
-
- getTypeName() - Method in class org.odpi.openmetadata.accessservices.subjectarea.server.mappers.relationships.ProjectScopeMapper
-
- getTypeName() - Method in class org.odpi.openmetadata.accessservices.subjectarea.server.mappers.relationships.RelatedTermMapper
-
- getTypeName() - Method in class org.odpi.openmetadata.accessservices.subjectarea.server.mappers.relationships.ReplacementTermMapper
-
- getTypeName() - Method in class org.odpi.openmetadata.accessservices.subjectarea.server.mappers.relationships.SemanticAssignmentMapper
-
- getTypeName() - Method in class org.odpi.openmetadata.accessservices.subjectarea.server.mappers.relationships.SynonymMapper
-
- getTypeName() - Method in class org.odpi.openmetadata.accessservices.subjectarea.server.mappers.relationships.TermAnchorMapper
-
- getTypeName() - Method in class org.odpi.openmetadata.accessservices.subjectarea.server.mappers.relationships.TermCategorizationMapper
-
- getTypeName() - Method in class org.odpi.openmetadata.accessservices.subjectarea.server.mappers.relationships.TermHASARelationshipMapper
-
- getTypeName() - Method in class org.odpi.openmetadata.accessservices.subjectarea.server.mappers.relationships.TermISATypeOFRelationshipMapper
-
- getTypeName() - Method in class org.odpi.openmetadata.accessservices.subjectarea.server.mappers.relationships.TermTYPEDBYRelationshipMapper
-
- getTypeName() - Method in class org.odpi.openmetadata.accessservices.subjectarea.server.mappers.relationships.TranslationMapper
-
- getTypeName() - Method in class org.odpi.openmetadata.accessservices.subjectarea.server.mappers.relationships.UsedInContextMapper
-
- getTypeName() - Method in class org.odpi.openmetadata.accessservices.subjectarea.server.mappers.relationships.ValidValueMapper
-
- getUpdateClassifications() - Method in class org.odpi.openmetadata.accessservices.subjectarea.utilities.ClassificationGroupByOperation
-
List of classifications to be updated
- getUsedInContextRelationship(String, String, String) - Method in class org.odpi.openmetadata.accessservices.subjectarea.server.services.SubjectAreaRelationshipRESTServices
-
Get a usedInContext relationship, which is a link between glossary terms, where one describes the context where the other one is valid to use.
- getUserAction() - Method in enum org.odpi.openmetadata.accessservices.subjectarea.auditlog.SubjectAreaAuditCode
-
Returns instructions of how to resolve the issue reported in this exception.
- getValidValueRelationship(String, String, String) - Method in class org.odpi.openmetadata.accessservices.subjectarea.server.services.SubjectAreaRelationshipRESTServices
-
Get a validValue relationship, which is a link between glossary terms that have the same meaning.
- GLOSSARY - Static variable in class org.odpi.openmetadata.accessservices.subjectarea.server.mappers.entities.GlossaryMapper
-
- GLOSSARY_CATEGORY - Static variable in class org.odpi.openmetadata.accessservices.subjectarea.server.mappers.entities.CategoryMapper
-
- GLOSSARY_PROJECT - Static variable in class org.odpi.openmetadata.accessservices.subjectarea.server.mappers.entities.ProjectMapper
-
- GLOSSARY_TERM - Static variable in class org.odpi.openmetadata.accessservices.subjectarea.server.mappers.entities.TermMapper
-
- GlossaryMapper - Class in org.odpi.openmetadata.accessservices.subjectarea.server.mappers.entities
-
Mapping methods to map between Glossary (or a subtype of Glossary) and EntityDetail.
- GlossaryMapper(OMRSAPIHelper) - Constructor for class org.odpi.openmetadata.accessservices.subjectarea.server.mappers.entities.GlossaryMapper
-
- GlossaryProjectMapper - Class in org.odpi.openmetadata.accessservices.subjectarea.server.mappers.classifications
-
Mapping methods to map between GlossaryProject and the omrs equivalents.
- GlossaryProjectMapper(OMRSAPIHelper) - Constructor for class org.odpi.openmetadata.accessservices.subjectarea.server.mappers.classifications.GlossaryProjectMapper
-
- GlossarySummaryResponse - Class in org.odpi.openmetadata.accessservices.subjectarea.internalresponse
-
GlossarySummaryResponse is a response structure used internally by the Subject Area OMAS REST API
to represent an omrs GlossarySummary
- GlossarySummaryResponse() - Constructor for class org.odpi.openmetadata.accessservices.subjectarea.internalresponse.GlossarySummaryResponse
-
Default constructor
- GlossarySummaryResponse(GlossarySummary) - Constructor for class org.odpi.openmetadata.accessservices.subjectarea.internalresponse.GlossarySummaryResponse
-
- mapBeanToOmrs(Classification) - Method in class org.odpi.openmetadata.accessservices.subjectarea.server.mappers.classifications.ClassificationMapper
-
- mapEntityDetailToNode(EntityDetail) - Method in class org.odpi.openmetadata.accessservices.subjectarea.server.mappers.entities.CategoryMapper
-
Map EntityDetail to Category or a sub type of Category
- mapEntityDetailToNode(Node, EntityDetail) - Method in class org.odpi.openmetadata.accessservices.subjectarea.server.mappers.entities.EntityDetailMapper
-
map the EntityDetail to the Node
- mapEntityDetailToNode(EntityDetail) - Method in class org.odpi.openmetadata.accessservices.subjectarea.server.mappers.entities.GlossaryMapper
-
Map EntityDetail to Glossary or a sub type of Glossary
- mapEntityDetailToNode(EntityDetail) - Method in class org.odpi.openmetadata.accessservices.subjectarea.server.mappers.entities.ProjectMapper
-
Map EntityDetail to Project or a sub type of Project
- mapEntityDetailToNode(EntityDetail) - Method in class org.odpi.openmetadata.accessservices.subjectarea.server.mappers.entities.TermMapper
-
Map (convert) EntityDetail to Term or a sub type of Term
- mapEntityDetailToNode(EntityDetail) - Method in interface org.odpi.openmetadata.accessservices.subjectarea.server.mappers.INodeMapper
-
Map from an OMRS EntityDetail to a Subject Area OMAS Node
- mapEntityTypeGuidToNodeType(String) - Static method in class org.odpi.openmetadata.accessservices.subjectarea.server.mappers.graph.NodeTypeMapper
-
convert an entity type guid to a NodeType
- mapEnumToLine(Line, String, EnumPropertyValue) - Method in class org.odpi.openmetadata.accessservices.subjectarea.server.mappers.relationships.AntonymMapper
-
- mapEnumToLine(Line, String, EnumPropertyValue) - Method in class org.odpi.openmetadata.accessservices.subjectarea.server.mappers.relationships.ISARelationshipMapper
-
- mapEnumToLine(Line, String, EnumPropertyValue) - Method in class org.odpi.openmetadata.accessservices.subjectarea.server.mappers.relationships.LineMapper
-
Map an omrs enum property to a Subject Area Line property.
- mapEnumToLine(Line, String, EnumPropertyValue) - Method in class org.odpi.openmetadata.accessservices.subjectarea.server.mappers.relationships.PreferredTermMapper
-
- mapEnumToLine(Line, String, EnumPropertyValue) - Method in class org.odpi.openmetadata.accessservices.subjectarea.server.mappers.relationships.RelatedTermMapper
-
- mapEnumToLine(Line, String, EnumPropertyValue) - Method in class org.odpi.openmetadata.accessservices.subjectarea.server.mappers.relationships.ReplacementTermMapper
-
- mapEnumToLine(Line, String, EnumPropertyValue) - Method in class org.odpi.openmetadata.accessservices.subjectarea.server.mappers.relationships.SemanticAssignmentMapper
-
- mapEnumToLine(Line, String, EnumPropertyValue) - Method in class org.odpi.openmetadata.accessservices.subjectarea.server.mappers.relationships.SynonymMapper
-
- mapEnumToLine(Line, String, EnumPropertyValue) - Method in class org.odpi.openmetadata.accessservices.subjectarea.server.mappers.relationships.TermCategorizationMapper
-
- mapEnumToLine(Line, String, EnumPropertyValue) - Method in class org.odpi.openmetadata.accessservices.subjectarea.server.mappers.relationships.TermHASARelationshipMapper
-
- mapEnumToLine(Line, String, EnumPropertyValue) - Method in class org.odpi.openmetadata.accessservices.subjectarea.server.mappers.relationships.TermISATypeOFRelationshipMapper
-
- mapEnumToLine(Line, String, EnumPropertyValue) - Method in class org.odpi.openmetadata.accessservices.subjectarea.server.mappers.relationships.TermTYPEDBYRelationshipMapper
-
- mapEnumToLine(Line, String, EnumPropertyValue) - Method in class org.odpi.openmetadata.accessservices.subjectarea.server.mappers.relationships.UsedInContextMapper
-
- mapEnumToLine(Line, String, EnumPropertyValue) - Method in class org.odpi.openmetadata.accessservices.subjectarea.server.mappers.relationships.ValidValueMapper
-
- mapEnumToNode(Node, String, EnumPropertyValue) - Method in class org.odpi.openmetadata.accessservices.subjectarea.server.mappers.entities.EntityDetailMapper
-
Map an omrs entityDetail enum property to a Subject Area Node property.
- mapInstancePropertiesToLine(Line, InstanceProperties) - Method in class org.odpi.openmetadata.accessservices.subjectarea.server.mappers.relationships.LineMapper
-
Map the instance properties to the Line
This method should be overridden by subclasses to map the properties to the Line.
- mapKnownAttributesToOmrs(Classification, InstanceProperties) - Method in class org.odpi.openmetadata.accessservices.subjectarea.server.mappers.classifications.CanonicalVocabularyMapper
-
- mapKnownAttributesToOmrs(Classification, InstanceProperties) - Method in class org.odpi.openmetadata.accessservices.subjectarea.server.mappers.classifications.ClassificationMapper
-
Map attributes we know are part of this type to OMRS.
- mapKnownAttributesToOmrs(Classification, InstanceProperties) - Method in class org.odpi.openmetadata.accessservices.subjectarea.server.mappers.classifications.ConfidenceMapper
-
- mapKnownAttributesToOmrs(Classification, InstanceProperties) - Method in class org.odpi.openmetadata.accessservices.subjectarea.server.mappers.classifications.ConfidentialityMapper
-
- mapKnownAttributesToOmrs(Classification, InstanceProperties) - Method in class org.odpi.openmetadata.accessservices.subjectarea.server.mappers.classifications.CriticalityMapper
-
- mapKnownAttributesToOmrs(Classification, InstanceProperties) - Method in class org.odpi.openmetadata.accessservices.subjectarea.server.mappers.classifications.GlossaryProjectMapper
-
- mapKnownAttributesToOmrs(Classification, InstanceProperties) - Method in class org.odpi.openmetadata.accessservices.subjectarea.server.mappers.classifications.ObjectIdentifierMapper
-
- mapKnownAttributesToOmrs(Classification, InstanceProperties) - Method in class org.odpi.openmetadata.accessservices.subjectarea.server.mappers.classifications.RetentionMapper
-
- mapKnownAttributesToOmrs(Classification, InstanceProperties) - Method in class org.odpi.openmetadata.accessservices.subjectarea.server.mappers.classifications.SpineAttributeMapper
-
- mapKnownAttributesToOmrs(Classification, InstanceProperties) - Method in class org.odpi.openmetadata.accessservices.subjectarea.server.mappers.classifications.SpineObjectMapper
-
- mapKnownAttributesToOmrs(Classification, InstanceProperties) - Method in class org.odpi.openmetadata.accessservices.subjectarea.server.mappers.classifications.SubjectAreaMapper
-
- mapKnownAttributesToOmrs(Classification, InstanceProperties) - Method in class org.odpi.openmetadata.accessservices.subjectarea.server.mappers.classifications.TaxonomyMapper
-
- mapLineToInstanceProperties(Line, InstanceProperties) - Method in class org.odpi.openmetadata.accessservices.subjectarea.server.mappers.relationships.AntonymMapper
-
Map the supplied Line to omrs InstanceProperties.
- mapLineToInstanceProperties(Line, InstanceProperties) - Method in class org.odpi.openmetadata.accessservices.subjectarea.server.mappers.relationships.ISARelationshipMapper
-
Map the supplied Line to omrs InstanceProperties.
- mapLineToInstanceProperties(Line, InstanceProperties) - Method in class org.odpi.openmetadata.accessservices.subjectarea.server.mappers.relationships.LineMapper
-
Map the supplied Line to omrs InstanceProperties.
- mapLineToInstanceProperties(Line, InstanceProperties) - Method in class org.odpi.openmetadata.accessservices.subjectarea.server.mappers.relationships.PreferredTermMapper
-
Map the supplied Line to omrs InstanceProperties.
- mapLineToInstanceProperties(Line, InstanceProperties) - Method in class org.odpi.openmetadata.accessservices.subjectarea.server.mappers.relationships.ProjectScopeMapper
-
Map the supplied Line to omrs InstanceProperties.
- mapLineToInstanceProperties(Line, InstanceProperties) - Method in class org.odpi.openmetadata.accessservices.subjectarea.server.mappers.relationships.RelatedTermMapper
-
Map the supplied Line to omrs InstanceProperties.
- mapLineToInstanceProperties(Line, InstanceProperties) - Method in class org.odpi.openmetadata.accessservices.subjectarea.server.mappers.relationships.ReplacementTermMapper
-
Map the supplied Line to omrs InstanceProperties.
- mapLineToInstanceProperties(Line, InstanceProperties) - Method in class org.odpi.openmetadata.accessservices.subjectarea.server.mappers.relationships.SemanticAssignmentMapper
-
Map the supplied Line to omrs InstanceProperties.
- mapLineToInstanceProperties(Line, InstanceProperties) - Method in class org.odpi.openmetadata.accessservices.subjectarea.server.mappers.relationships.SynonymMapper
-
Map the supplied Line to omrs InstanceProperties.
- mapLineToInstanceProperties(Line, InstanceProperties) - Method in class org.odpi.openmetadata.accessservices.subjectarea.server.mappers.relationships.TermCategorizationMapper
-
Map the supplied Line to omrs InstanceProperties.
- mapLineToInstanceProperties(Line, InstanceProperties) - Method in class org.odpi.openmetadata.accessservices.subjectarea.server.mappers.relationships.TermHASARelationshipMapper
-
Map the supplied Line to omrs InstanceProperties.
- mapLineToInstanceProperties(Line, InstanceProperties) - Method in class org.odpi.openmetadata.accessservices.subjectarea.server.mappers.relationships.TermISATypeOFRelationshipMapper
-
Map the supplied Line to omrs InstanceProperties.
- mapLineToInstanceProperties(Line, InstanceProperties) - Method in class org.odpi.openmetadata.accessservices.subjectarea.server.mappers.relationships.TermTYPEDBYRelationshipMapper
-
Map the supplied Line to omrs InstanceProperties.
- mapLineToInstanceProperties(Line, InstanceProperties) - Method in class org.odpi.openmetadata.accessservices.subjectarea.server.mappers.relationships.TranslationMapper
-
Map the supplied Line to omrs InstanceProperties.
- mapLineToInstanceProperties(Line, InstanceProperties) - Method in class org.odpi.openmetadata.accessservices.subjectarea.server.mappers.relationships.UsedInContextMapper
-
Map the supplied Line to omrs InstanceProperties.
- mapLineToInstanceProperties(Line, InstanceProperties) - Method in class org.odpi.openmetadata.accessservices.subjectarea.server.mappers.relationships.ValidValueMapper
-
Map the supplied Line to omrs InstanceProperties.
- mapLineToRelationship(Line) - Method in interface org.odpi.openmetadata.accessservices.subjectarea.server.mappers.ILineMapper
-
Map from a Subject Area OMAS Line to an OMRS Relationship
- mapLineToRelationship(Line) - Method in class org.odpi.openmetadata.accessservices.subjectarea.server.mappers.relationships.LineMapper
-
Map Line to the omrs relationship equivalent
- mapLineTypeToRelationshipTypeGuid(LineType) - Static method in class org.odpi.openmetadata.accessservices.subjectarea.server.mappers.graph.LineTypeMapper
-
Map lineType to relationship type guid.
- mapMapToLine(Line, String, InstanceProperties) - Method in class org.odpi.openmetadata.accessservices.subjectarea.server.mappers.relationships.LineMapper
-
Map an omrs map property to a Subject Area Line property.
- mapMapToNode(Node, String, InstanceProperties) - Method in class org.odpi.openmetadata.accessservices.subjectarea.server.mappers.entities.EntityDetailMapper
-
Map an omrs entityDetail map property to a Subject Area Node property.
- mapNodeToEntityDetail(Node) - Method in class org.odpi.openmetadata.accessservices.subjectarea.server.mappers.entities.EntityDetailMapper
-
Map a Node (a Subject Area OMAS) concept to an EntityDetail (an OMRS concept)
- mapNodeToEntityDetail(Node) - Method in interface org.odpi.openmetadata.accessservices.subjectarea.server.mappers.INodeMapper
-
Map from a Subject Area OMAS Node to an OMRS EntityDetail
- mapNodeToInstanceProperties(Node, InstanceProperties) - Method in class org.odpi.openmetadata.accessservices.subjectarea.server.mappers.entities.CategoryMapper
-
Map the supplied Node to omrs InstanceProperties.
- mapNodeToInstanceProperties(Node, InstanceProperties) - Method in class org.odpi.openmetadata.accessservices.subjectarea.server.mappers.entities.EntityDetailMapper
-
Map the supplied Node to omrs InstanceProperties.
- mapNodeToInstanceProperties(Node, InstanceProperties) - Method in class org.odpi.openmetadata.accessservices.subjectarea.server.mappers.entities.GlossaryMapper
-
Map the supplied Node to omrs InstanceProperties.
- mapNodeToInstanceProperties(Node, InstanceProperties) - Method in class org.odpi.openmetadata.accessservices.subjectarea.server.mappers.entities.ProjectMapper
-
Map the supplied Node to omrs InstanceProperties.
- mapNodeToInstanceProperties(Node, InstanceProperties) - Method in class org.odpi.openmetadata.accessservices.subjectarea.server.mappers.entities.TermMapper
-
Map the supplied Node to omrs InstanceProperties.
- mapNodeTypeToEntityTypeGuid(NodeType) - Static method in class org.odpi.openmetadata.accessservices.subjectarea.server.mappers.graph.NodeTypeMapper
-
Map nodeType to entity type guid.
- mapOmrsToBean(Classification) - Method in class org.odpi.openmetadata.accessservices.subjectarea.server.mappers.classifications.ClassificationMapper
-
- mapPrimitiveToLine(Line, String, Object) - Method in class org.odpi.openmetadata.accessservices.subjectarea.server.mappers.relationships.AntonymMapper
-
Map a primitive omrs property to the antonym object.
- mapPrimitiveToLine(Line, String, Object) - Method in class org.odpi.openmetadata.accessservices.subjectarea.server.mappers.relationships.ISARelationshipMapper
-
Map a primitive omrs property to the iSARelationship object.
- mapPrimitiveToLine(Line, String, Object) - Method in class org.odpi.openmetadata.accessservices.subjectarea.server.mappers.relationships.LineMapper
-
Map an omrs primitive property to a Subject Area Line property.
- mapPrimitiveToLine(Line, String, Object) - Method in class org.odpi.openmetadata.accessservices.subjectarea.server.mappers.relationships.PreferredTermMapper
-
Map a primitive omrs property to the preferredTerm object.
- mapPrimitiveToLine(Line, String, Object) - Method in class org.odpi.openmetadata.accessservices.subjectarea.server.mappers.relationships.ProjectScopeMapper
-
Map a primitive omrs property to the antonym object.
- mapPrimitiveToLine(Line, String, Object) - Method in class org.odpi.openmetadata.accessservices.subjectarea.server.mappers.relationships.RelatedTermMapper
-
Map a primitive omrs property to the relatedTerm object.
- mapPrimitiveToLine(Line, String, Object) - Method in class org.odpi.openmetadata.accessservices.subjectarea.server.mappers.relationships.ReplacementTermMapper
-
Map a primitive omrs property to the replacementTerm object.
- mapPrimitiveToLine(Line, String, Object) - Method in class org.odpi.openmetadata.accessservices.subjectarea.server.mappers.relationships.SemanticAssignmentMapper
-
Map a primitive omrs property to the semanticAssignment object.
- mapPrimitiveToLine(Line, String, Object) - Method in class org.odpi.openmetadata.accessservices.subjectarea.server.mappers.relationships.SynonymMapper
-
Map a primitive omrs property to the synonym object.
- mapPrimitiveToLine(Line, String, Object) - Method in class org.odpi.openmetadata.accessservices.subjectarea.server.mappers.relationships.TermCategorizationMapper
-
Map a primitive omrs property to the termCategorization object.
- mapPrimitiveToLine(Line, String, Object) - Method in class org.odpi.openmetadata.accessservices.subjectarea.server.mappers.relationships.TermHASARelationshipMapper
-
Map a primitive omrs property to the termHASARelationship object.
- mapPrimitiveToLine(Line, String, Object) - Method in class org.odpi.openmetadata.accessservices.subjectarea.server.mappers.relationships.TermISATypeOFRelationshipMapper
-
Map a primitive omrs property to the termISATypeOFRelationship object.
- mapPrimitiveToLine(Line, String, Object) - Method in class org.odpi.openmetadata.accessservices.subjectarea.server.mappers.relationships.TermTYPEDBYRelationshipMapper
-
Map a primitive omrs property to the termTYPEDBYRelationship object.
- mapPrimitiveToLine(Line, String, Object) - Method in class org.odpi.openmetadata.accessservices.subjectarea.server.mappers.relationships.TranslationMapper
-
Map a primitive omrs property to the translation object.
- mapPrimitiveToLine(Line, String, Object) - Method in class org.odpi.openmetadata.accessservices.subjectarea.server.mappers.relationships.UsedInContextMapper
-
Map a primitive omrs property to the usedInContext object.
- mapPrimitiveToLine(Line, String, Object) - Method in class org.odpi.openmetadata.accessservices.subjectarea.server.mappers.relationships.ValidValueMapper
-
Map a primitive omrs property to the validValue object.
- mapPrimitiveToNode(Node, String, Object) - Method in class org.odpi.openmetadata.accessservices.subjectarea.server.mappers.entities.EntityDetailMapper
-
Map an omrs entityDetail primitive property to a Subject Area Node property.
- mapPrimitiveToNode(Node, String, Object) - Method in class org.odpi.openmetadata.accessservices.subjectarea.server.mappers.entities.GlossaryMapper
-
Map a primitive omrs property to the glossary object.
- mapPrimitiveToNode(Node, String, Object) - Method in class org.odpi.openmetadata.accessservices.subjectarea.server.mappers.entities.ProjectMapper
-
Map a primitive omrs property to the Project object.
- mapPrimitiveToNode(Node, String, Object) - Method in class org.odpi.openmetadata.accessservices.subjectarea.server.mappers.entities.TermMapper
-
Map a primitive omrs property to the term object.
- mapRelationshipToLine(Relationship) - Method in interface org.odpi.openmetadata.accessservices.subjectarea.server.mappers.ILineMapper
-
Map from an OMRS Relationship to a Subject Area OMAS Line
- mapRelationshipToLine(Relationship) - Method in class org.odpi.openmetadata.accessservices.subjectarea.server.mappers.relationships.LineMapper
-
- mapRelationshipTypeGuidToLineType(String) - Static method in class org.odpi.openmetadata.accessservices.subjectarea.server.mappers.graph.LineTypeMapper
-
convert an relationship type guid to a LineType
- registerAccessService() - Static method in class org.odpi.openmetadata.accessservices.subjectarea.initialization.SubjectAreaRegistration
-
Pass information about this access service to the OMAG Server administration services.
- RELATED_TERM - Static variable in class org.odpi.openmetadata.accessservices.subjectarea.server.mappers.relationships.RelatedTermMapper
-
- RelatedTermMapper - Class in org.odpi.openmetadata.accessservices.subjectarea.server.mappers.relationships
-
Mapping methods to map between the relatedTerm and the equivalent omrs Relationship.
- RelatedTermMapper(OMRSAPIHelper) - Constructor for class org.odpi.openmetadata.accessservices.subjectarea.server.mappers.relationships.RelatedTermMapper
-
- RelationshipResponse - Class in org.odpi.openmetadata.accessservices.subjectarea.internalresponse
-
RelationshipResponse is a response structure used internally by the Subject Area OMAS REST API
to represent an omrs relationship
- RelationshipResponse() - Constructor for class org.odpi.openmetadata.accessservices.subjectarea.internalresponse.RelationshipResponse
-
Default constructor
- RelationshipResponse(Relationship) - Constructor for class org.odpi.openmetadata.accessservices.subjectarea.internalresponse.RelationshipResponse
-
- RelationshipsResponse - Class in org.odpi.openmetadata.accessservices.subjectarea.internalresponse
-
LinesResponse is a response structure used internally by the Subject Area OMAS REST API
to represent an omrs relationships
- RelationshipsResponse() - Constructor for class org.odpi.openmetadata.accessservices.subjectarea.internalresponse.RelationshipsResponse
-
Default constructor
- RelationshipsResponse(List<Relationship>) - Constructor for class org.odpi.openmetadata.accessservices.subjectarea.internalresponse.RelationshipsResponse
-
- removeInstanceForJVM(String) - Static method in class org.odpi.openmetadata.accessservices.subjectarea.initialization.SubjectAreaServicesInstanceMap
-
Remove the instance for this server.
- REPLACEMENT_TERM - Static variable in class org.odpi.openmetadata.accessservices.subjectarea.server.mappers.relationships.ReplacementTermMapper
-
- ReplacementTermMapper - Class in org.odpi.openmetadata.accessservices.subjectarea.server.mappers.relationships
-
Mapping methods to map between the replacementTerm and the equivalent omrs Relationship.
- ReplacementTermMapper(OMRSAPIHelper) - Constructor for class org.odpi.openmetadata.accessservices.subjectarea.server.mappers.relationships.ReplacementTermMapper
-
- repositoryHelper - Variable in class org.odpi.openmetadata.accessservices.subjectarea.server.mappers.classifications.ClassificationMapper
-
- repositoryHelper - Variable in class org.odpi.openmetadata.accessservices.subjectarea.server.mappers.entities.EntityDetailMapper
-
- repositoryHelper - Variable in class org.odpi.openmetadata.accessservices.subjectarea.server.mappers.relationships.LineMapper
-
- ResponseFactory - Class in org.odpi.openmetadata.accessservices.subjectarea.server.mappers
-
This is a factory that is passed in the classname of a Line and the Line itself.
- ResponseFactory() - Constructor for class org.odpi.openmetadata.accessservices.subjectarea.server.mappers.ResponseFactory
-
- restoreAntonym(String, String, String) - Method in class org.odpi.openmetadata.accessservices.subjectarea.server.services.SubjectAreaRelationshipRESTServices
-
Restore an antonym relationship.
- restoreCategory(String, String, String) - Method in class org.odpi.openmetadata.accessservices.subjectarea.server.services.SubjectAreaCategoryRESTServices
-
Restore a Category or a SubjectAreaDefinition
Restore allows the deleted Category to be made active again.
- restoreCategoryAnchorRelationship(String, String, String) - Method in class org.odpi.openmetadata.accessservices.subjectarea.server.services.SubjectAreaRelationshipRESTServices
-
Restore a CategoryAnchor Relationship.
- restoreGlossary(String, String, String) - Method in class org.odpi.openmetadata.accessservices.subjectarea.server.services.SubjectAreaGlossaryRESTServices
-
Restore a Glossary
Restore allows the deleted Glossary to be made active again.
- restoreISARelationship(String, String, String) - Method in class org.odpi.openmetadata.accessservices.subjectarea.server.services.SubjectAreaRelationshipRESTServices
-
Restore a is a relationship.
- restoreLine(String, String, String, String, String) - Method in class org.odpi.openmetadata.accessservices.subjectarea.server.services.SubjectAreaRESTServicesInstance
-
- restorePreferredTerm(String, String, String) - Method in class org.odpi.openmetadata.accessservices.subjectarea.server.services.SubjectAreaRelationshipRESTServices
-
Restore a preferred term relationship.
- restoreProject(String, String, String) - Method in class org.odpi.openmetadata.accessservices.subjectarea.server.services.SubjectAreaProjectRESTServices
-
Restore a Project
Restore allows the deleted Project to be made active again.
- restoreProjectScopeRelationship(String, String, String) - Method in class org.odpi.openmetadata.accessservices.subjectarea.server.services.SubjectAreaRelationshipRESTServices
-
Restore a projectScope relationship, which is a link between the project content and the project.
- restoreRelatedTerm(String, String, String) - Method in class org.odpi.openmetadata.accessservices.subjectarea.server.services.SubjectAreaRelationshipRESTServices
-
Restore a related Term relationship.
- restoreReplacementTerm(String, String, String) - Method in class org.odpi.openmetadata.accessservices.subjectarea.server.services.SubjectAreaRelationshipRESTServices
-
Restore a replacement term relationship.
- restoreSynonym(String, String, String) - Method in class org.odpi.openmetadata.accessservices.subjectarea.server.services.SubjectAreaRelationshipRESTServices
-
Restore a synonym relationship.
- restoreTerm(String, String, String) - Method in class org.odpi.openmetadata.accessservices.subjectarea.server.services.SubjectAreaTermRESTServices
-
Restore a Term
Restore allows the deleted Term to be made active again.
- restoreTermAnchorRelationship(String, String, String) - Method in class org.odpi.openmetadata.accessservices.subjectarea.server.services.SubjectAreaRelationshipRESTServices
-
Restore a TermAnchor Relationship.
- restoreTermCategorizationRelationship(String, String, String) - Method in class org.odpi.openmetadata.accessservices.subjectarea.server.services.SubjectAreaRelationshipRESTServices
-
Restore a TermCategorization Relationship.
- restoreTermHASARelationship(String, String, String) - Method in class org.odpi.openmetadata.accessservices.subjectarea.server.services.SubjectAreaRelationshipRESTServices
-
Restore a Term HAS A relationship.
- restoreTermISATypeOFRelationship(String, String, String) - Method in class org.odpi.openmetadata.accessservices.subjectarea.server.services.SubjectAreaRelationshipRESTServices
-
Restore a is TermISATypeOFRelationship relationship.
- restoreTermTYPEDBYRelationship(String, String, String) - Method in class org.odpi.openmetadata.accessservices.subjectarea.server.services.SubjectAreaRelationshipRESTServices
-
Restore a replacement term relationship.
- restoreTranslation(String, String, String) - Method in class org.odpi.openmetadata.accessservices.subjectarea.server.services.SubjectAreaRelationshipRESTServices
-
Restore a translation relationship.
- restoreUsedInContext(String, String, String) - Method in class org.odpi.openmetadata.accessservices.subjectarea.server.services.SubjectAreaRelationshipRESTServices
-
Restore a used in context relationship.
- restoreValidValue(String, String, String) - Method in class org.odpi.openmetadata.accessservices.subjectarea.server.services.SubjectAreaRelationshipRESTServices
-
Restore a valid value relationship.
- RestValidator - Class in org.odpi.openmetadata.accessservices.subjectarea.validators
-
Validator methods used for rest
- RestValidator() - Constructor for class org.odpi.openmetadata.accessservices.subjectarea.validators.RestValidator
-
- RetentionMapper - Class in org.odpi.openmetadata.accessservices.subjectarea.server.mappers.classifications
-
Mapping methods to map between Retention and the omrs equivalents.
- RetentionMapper(OMRSAPIHelper) - Constructor for class org.odpi.openmetadata.accessservices.subjectarea.server.mappers.classifications.RetentionMapper
-
- SEMANTIC_ASSIGNMENT - Static variable in class org.odpi.openmetadata.accessservices.subjectarea.server.mappers.relationships.SemanticAssignmentMapper
-
- SemanticAssignmentMapper - Class in org.odpi.openmetadata.accessservices.subjectarea.server.mappers.relationships
-
Mapping methods to map between the semanticAssignment and the equivalent omrs Relationship.
- SemanticAssignmentMapper(OMRSAPIHelper) - Constructor for class org.odpi.openmetadata.accessservices.subjectarea.server.mappers.relationships.SemanticAssignmentMapper
-
- setCategorySummary(CategorySummary) - Method in class org.odpi.openmetadata.accessservices.subjectarea.internalresponse.CategorySummaryResponse
-
Set up the CategorySummary object.
- setDatePropertyInInstanceProperties(InstanceProperties, Date, String) - Static method in class org.odpi.openmetadata.accessservices.subjectarea.utilities.SubjectAreaUtils
-
set the Date value into the InstanceProperties
- setEnd1GuidInLine(Line, String) - Method in class org.odpi.openmetadata.accessservices.subjectarea.server.mappers.relationships.AntonymMapper
-
- setEnd1GuidInLine(Line, String) - Method in class org.odpi.openmetadata.accessservices.subjectarea.server.mappers.relationships.CategoryAnchorMapper
-
- setEnd1GuidInLine(Line, String) - Method in class org.odpi.openmetadata.accessservices.subjectarea.server.mappers.relationships.CategoryHierarchyLinkMapper
-
- setEnd1GuidInLine(Line, String) - Method in class org.odpi.openmetadata.accessservices.subjectarea.server.mappers.relationships.ISARelationshipMapper
-
- setEnd1GuidInLine(Line, String) - Method in class org.odpi.openmetadata.accessservices.subjectarea.server.mappers.relationships.LineMapper
-
Pass the guid of the EntityProxy for end 1 to the Line ,so it can store it appropriately
- setEnd1GuidInLine(Line, String) - Method in class org.odpi.openmetadata.accessservices.subjectarea.server.mappers.relationships.PreferredTermMapper
-
- setEnd1GuidInLine(Line, String) - Method in class org.odpi.openmetadata.accessservices.subjectarea.server.mappers.relationships.ProjectScopeMapper
-
- setEnd1GuidInLine(Line, String) - Method in class org.odpi.openmetadata.accessservices.subjectarea.server.mappers.relationships.RelatedTermMapper
-
- setEnd1GuidInLine(Line, String) - Method in class org.odpi.openmetadata.accessservices.subjectarea.server.mappers.relationships.ReplacementTermMapper
-
- setEnd1GuidInLine(Line, String) - Method in class org.odpi.openmetadata.accessservices.subjectarea.server.mappers.relationships.SemanticAssignmentMapper
-
- setEnd1GuidInLine(Line, String) - Method in class org.odpi.openmetadata.accessservices.subjectarea.server.mappers.relationships.SynonymMapper
-
- setEnd1GuidInLine(Line, String) - Method in class org.odpi.openmetadata.accessservices.subjectarea.server.mappers.relationships.TermAnchorMapper
-
- setEnd1GuidInLine(Line, String) - Method in class org.odpi.openmetadata.accessservices.subjectarea.server.mappers.relationships.TermCategorizationMapper
-
- setEnd1GuidInLine(Line, String) - Method in class org.odpi.openmetadata.accessservices.subjectarea.server.mappers.relationships.TermHASARelationshipMapper
-
- setEnd1GuidInLine(Line, String) - Method in class org.odpi.openmetadata.accessservices.subjectarea.server.mappers.relationships.TermISATypeOFRelationshipMapper
-
- setEnd1GuidInLine(Line, String) - Method in class org.odpi.openmetadata.accessservices.subjectarea.server.mappers.relationships.TermTYPEDBYRelationshipMapper
-
- setEnd1GuidInLine(Line, String) - Method in class org.odpi.openmetadata.accessservices.subjectarea.server.mappers.relationships.TranslationMapper
-
- setEnd1GuidInLine(Line, String) - Method in class org.odpi.openmetadata.accessservices.subjectarea.server.mappers.relationships.UsedInContextMapper
-
- setEnd1GuidInLine(Line, String) - Method in class org.odpi.openmetadata.accessservices.subjectarea.server.mappers.relationships.ValidValueMapper
-
- setEnd2GuidInLine(Line, String) - Method in class org.odpi.openmetadata.accessservices.subjectarea.server.mappers.relationships.AntonymMapper
-
- setEnd2GuidInLine(Line, String) - Method in class org.odpi.openmetadata.accessservices.subjectarea.server.mappers.relationships.CategoryAnchorMapper
-
- setEnd2GuidInLine(Line, String) - Method in class org.odpi.openmetadata.accessservices.subjectarea.server.mappers.relationships.CategoryHierarchyLinkMapper
-
- setEnd2GuidInLine(Line, String) - Method in class org.odpi.openmetadata.accessservices.subjectarea.server.mappers.relationships.ISARelationshipMapper
-
- setEnd2GuidInLine(Line, String) - Method in class org.odpi.openmetadata.accessservices.subjectarea.server.mappers.relationships.LineMapper
-
Pass the guid of the EntityProxy for end 2 to the Line ,so it can store it appropriately
- setEnd2GuidInLine(Line, String) - Method in class org.odpi.openmetadata.accessservices.subjectarea.server.mappers.relationships.PreferredTermMapper
-
- setEnd2GuidInLine(Line, String) - Method in class org.odpi.openmetadata.accessservices.subjectarea.server.mappers.relationships.ProjectScopeMapper
-
- setEnd2GuidInLine(Line, String) - Method in class org.odpi.openmetadata.accessservices.subjectarea.server.mappers.relationships.RelatedTermMapper
-
- setEnd2GuidInLine(Line, String) - Method in class org.odpi.openmetadata.accessservices.subjectarea.server.mappers.relationships.ReplacementTermMapper
-
- setEnd2GuidInLine(Line, String) - Method in class org.odpi.openmetadata.accessservices.subjectarea.server.mappers.relationships.SemanticAssignmentMapper
-
- setEnd2GuidInLine(Line, String) - Method in class org.odpi.openmetadata.accessservices.subjectarea.server.mappers.relationships.SynonymMapper
-
- setEnd2GuidInLine(Line, String) - Method in class org.odpi.openmetadata.accessservices.subjectarea.server.mappers.relationships.TermAnchorMapper
-
- setEnd2GuidInLine(Line, String) - Method in class org.odpi.openmetadata.accessservices.subjectarea.server.mappers.relationships.TermCategorizationMapper
-
- setEnd2GuidInLine(Line, String) - Method in class org.odpi.openmetadata.accessservices.subjectarea.server.mappers.relationships.TermHASARelationshipMapper
-
- setEnd2GuidInLine(Line, String) - Method in class org.odpi.openmetadata.accessservices.subjectarea.server.mappers.relationships.TermISATypeOFRelationshipMapper
-
- setEnd2GuidInLine(Line, String) - Method in class org.odpi.openmetadata.accessservices.subjectarea.server.mappers.relationships.TermTYPEDBYRelationshipMapper
-
- setEnd2GuidInLine(Line, String) - Method in class org.odpi.openmetadata.accessservices.subjectarea.server.mappers.relationships.TranslationMapper
-
- setEnd2GuidInLine(Line, String) - Method in class org.odpi.openmetadata.accessservices.subjectarea.server.mappers.relationships.UsedInContextMapper
-
- setEnd2GuidInLine(Line, String) - Method in class org.odpi.openmetadata.accessservices.subjectarea.server.mappers.relationships.ValidValueMapper
-
- setEntity1Guid(String) - Method in class org.odpi.openmetadata.accessservices.subjectarea.utilities.OMRSLine
-
- setEntity1Label(String) - Method in class org.odpi.openmetadata.accessservices.subjectarea.utilities.OMRSLine
-
- setEntity1Name(String) - Method in class org.odpi.openmetadata.accessservices.subjectarea.utilities.OMRSLine
-
- setEntity1PropertyName(String) - Method in class org.odpi.openmetadata.accessservices.subjectarea.utilities.OMRSLine
-
- setEntity1Type(String) - Method in class org.odpi.openmetadata.accessservices.subjectarea.utilities.OMRSLine
-
- setEntity2Guid(String) - Method in class org.odpi.openmetadata.accessservices.subjectarea.utilities.OMRSLine
-
- setEntity2Label(String) - Method in class org.odpi.openmetadata.accessservices.subjectarea.utilities.OMRSLine
-
- setEntity2Name(String) - Method in class org.odpi.openmetadata.accessservices.subjectarea.utilities.OMRSLine
-
- setEntity2PropertyName(String) - Method in class org.odpi.openmetadata.accessservices.subjectarea.utilities.OMRSLine
-
- setEntity2Type(String) - Method in class org.odpi.openmetadata.accessservices.subjectarea.utilities.OMRSLine
-
- setEntityDetail(EntityDetail) - Method in class org.odpi.openmetadata.accessservices.subjectarea.internalresponse.EntityDetailResponse
-
Set up the EntityDetail object.
- setEntityDetails(List<EntityDetail>) - Method in class org.odpi.openmetadata.accessservices.subjectarea.internalresponse.EntityDetailsResponse
-
Set up the EntityDetail object.
- setGlossarySummary(GlossarySummary) - Method in class org.odpi.openmetadata.accessservices.subjectarea.internalresponse.GlossarySummaryResponse
-
Set up the GlossarySummary object.
- setIconSummarySet(Set<IconSummary>) - Method in class org.odpi.openmetadata.accessservices.subjectarea.internalresponse.IconSummarySetResponse
-
Set up the IconSummarySet object.
- setInstanceGraph(InstanceGraph) - Method in class org.odpi.openmetadata.accessservices.subjectarea.internalresponse.InstanceGraphResponse
-
Set up the InstanceGraph object.
- setIntegerPropertyInInstanceProperties(InstanceProperties, Integer, String) - Static method in class org.odpi.openmetadata.accessservices.subjectarea.utilities.SubjectAreaUtils
-
Set the Integer value into the InstanceProperties.
- setLineType(LineType) - Method in class org.odpi.openmetadata.accessservices.subjectarea.utilities.OMRSLine
-
- setNewInstanceForJVM(String, SubjectAreaServicesInstance) - Static method in class org.odpi.openmetadata.accessservices.subjectarea.initialization.SubjectAreaServicesInstanceMap
-
Add a new server instance to the server map.
- setOMRSAPIHelper(OMRSAPIHelper) - Method in class org.odpi.openmetadata.accessservices.subjectarea.server.services.SubjectAreaRESTServicesInstance
-
- setOMRSRepositoryConnector(OMRSRepositoryConnector, String) - Method in class org.odpi.openmetadata.accessservices.subjectarea.utilities.OMRSAPIHelper
-
Set the OMRS repository connector
- setRelationship(Relationship) - Method in class org.odpi.openmetadata.accessservices.subjectarea.internalresponse.RelationshipResponse
-
Set up the Relationship object.
- setRelationships(List<Relationship>) - Method in class org.odpi.openmetadata.accessservices.subjectarea.internalresponse.RelationshipsResponse
-
Set up the Relationship object.
- setStringPropertyInInstanceProperties(InstanceProperties, String, String) - Static method in class org.odpi.openmetadata.accessservices.subjectarea.utilities.SubjectAreaUtils
-
Set the String value into the InstanceProperties.
- setTermSummary(TermSummary) - Method in class org.odpi.openmetadata.accessservices.subjectarea.internalresponse.TermSummaryResponse
-
Set up the TermSummary object.
- setTypeDefGuid(String) - Method in class org.odpi.openmetadata.accessservices.subjectarea.utilities.OMRSLine
-
- shutdown() - Method in class org.odpi.openmetadata.accessservices.subjectarea.admin.SubjectAreaAdmin
-
Shutdown the subject area access service.
- shutdown() - Method in class org.odpi.openmetadata.accessservices.subjectarea.server.services.SubjectAreaServicesInstance
-
Unregister this instance from the instance map.
- SpineAttributeMapper - Class in org.odpi.openmetadata.accessservices.subjectarea.server.mappers.classifications
-
Mapping methods to map between SpineAttribute and the omrs equivalents.
- SpineAttributeMapper(OMRSAPIHelper) - Constructor for class org.odpi.openmetadata.accessservices.subjectarea.server.mappers.classifications.SpineAttributeMapper
-
- SpineObjectMapper - Class in org.odpi.openmetadata.accessservices.subjectarea.server.mappers.classifications
-
Mapping methods to map between SpineObject and the omrs equivalents.
- SpineObjectMapper(OMRSAPIHelper) - Constructor for class org.odpi.openmetadata.accessservices.subjectarea.server.mappers.classifications.SpineObjectMapper
-
- SUBJECT_AREA_TERM_CLASSIFICATIONS - Static variable in class org.odpi.openmetadata.accessservices.subjectarea.server.services.SubjectAreaTermRESTServices
-
- SubjectAreaAdmin - Class in org.odpi.openmetadata.accessservices.subjectarea.admin
-
SubjectAreaAdmin is the Subject Area access service implementation class that controls its lifecycle.
- SubjectAreaAdmin() - Constructor for class org.odpi.openmetadata.accessservices.subjectarea.admin.SubjectAreaAdmin
-
Default constructor
- SubjectAreaAuditCode - Enum in org.odpi.openmetadata.accessservices.subjectarea.auditlog
-
The SubjectAreaAuditCode is used to define the message content for the OMRS Audit Log.
- SubjectAreaCategoryRESTServices - Class in org.odpi.openmetadata.accessservices.subjectarea.server.services
-
The SubjectAreaRESTServicesInstance provides the org.odpi.openmetadata.accessservices.subjectarea.server-side implementation of the SubjectArea Open Metadata
Access Service (OMAS).
- SubjectAreaCategoryRESTServices() - Constructor for class org.odpi.openmetadata.accessservices.subjectarea.server.services.SubjectAreaCategoryRESTServices
-
Default constructor
- SubjectAreaCategoryRESTServices(OMRSAPIHelper) - Constructor for class org.odpi.openmetadata.accessservices.subjectarea.server.services.SubjectAreaCategoryRESTServices
-
- SubjectAreaGlossaryRESTServices - Class in org.odpi.openmetadata.accessservices.subjectarea.server.services
-
The SubjectAreaRESTServicesInstance provides the org.odpi.openmetadata.accessservices.subjectarea.server-side implementation of the SubjectArea Open Metadata
Access Service (OMAS).
- SubjectAreaGlossaryRESTServices() - Constructor for class org.odpi.openmetadata.accessservices.subjectarea.server.services.SubjectAreaGlossaryRESTServices
-
Default constructor
- SubjectAreaGlossaryRESTServices(OMRSAPIHelper) - Constructor for class org.odpi.openmetadata.accessservices.subjectarea.server.services.SubjectAreaGlossaryRESTServices
-
- SubjectAreaGraphRESTServices - Class in org.odpi.openmetadata.accessservices.subjectarea.server.services
-
The SubjectAreaRESTServicesInstance provides the org.odpi.openmetadata.accessservices.subjectarea.server-side implementation of the SubjectArea Open Metadata
Access Service (OMAS).
- SubjectAreaGraphRESTServices() - Constructor for class org.odpi.openmetadata.accessservices.subjectarea.server.services.SubjectAreaGraphRESTServices
-
Default constructor
- SubjectAreaGraphRESTServices(OMRSAPIHelper) - Constructor for class org.odpi.openmetadata.accessservices.subjectarea.server.services.SubjectAreaGraphRESTServices
-
- SubjectAreaInstanceHandler - Class in org.odpi.openmetadata.accessservices.subjectarea.initialization
-
SubjectAreaInstanceHandler retrieves information from the instance map for the
access service instances.
- SubjectAreaInstanceHandler() - Constructor for class org.odpi.openmetadata.accessservices.subjectarea.initialization.SubjectAreaInstanceHandler
-
Default constructor registers the access service
- SubjectAreaMapper - Class in org.odpi.openmetadata.accessservices.subjectarea.server.mappers.classifications
-
Mapping methods to map between SubjectArea and the omrs equivalents.
- SubjectAreaMapper(OMRSAPIHelper) - Constructor for class org.odpi.openmetadata.accessservices.subjectarea.server.mappers.classifications.SubjectAreaMapper
-
- SubjectAreaOMRSTopicListener - Class in org.odpi.openmetadata.accessservices.subjectarea.listener
-
- SubjectAreaOMRSTopicListener(Connection, OMRSRepositoryHelper, OMRSRepositoryValidator, String) - Constructor for class org.odpi.openmetadata.accessservices.subjectarea.listener.SubjectAreaOMRSTopicListener
-
The constructor is given the connection to the out topic for Asset Consumer OMAS
along with classes for testing and manipulating instances.
- SubjectAreaProducer - Class in org.odpi.openmetadata.accessservices.subjectarea.publisher
-
SubjectAreaPublisher is responsible for publishing org.odpi.openmetadata.accessservices.subjectarea.common.events about glossary artifacts.
- SubjectAreaProducer(OMRSRepositoryHelper, OMRSRepositoryValidator, String) - Constructor for class org.odpi.openmetadata.accessservices.subjectarea.publisher.SubjectAreaProducer
-
- SubjectAreaProjectRESTServices - Class in org.odpi.openmetadata.accessservices.subjectarea.server.services
-
The SubjectAreaRESTServicesInstance provides the org.odpi.openmetadata.accessservices.subjectarea.server-side implementation of the SubjectArea Open Metadata
Access Service (OMAS).
- SubjectAreaProjectRESTServices() - Constructor for class org.odpi.openmetadata.accessservices.subjectarea.server.services.SubjectAreaProjectRESTServices
-
Default constructor
- SubjectAreaProjectRESTServices(OMRSAPIHelper) - Constructor for class org.odpi.openmetadata.accessservices.subjectarea.server.services.SubjectAreaProjectRESTServices
-
- SubjectAreaPublisher - Class in org.odpi.openmetadata.accessservices.subjectarea.outtopic
-
SubjectAreaPublisher is responsible for publishing org.odpi.openmetadata.accessservices.subjectarea.common.events about glossary artifacts.
- SubjectAreaPublisher(Connection, OMRSRepositoryHelper, OMRSRepositoryValidator, String) - Constructor for class org.odpi.openmetadata.accessservices.subjectarea.outtopic.SubjectAreaPublisher
-
The constructor is given the connection to the out topic for Subject Area OMAS
along with classes for testing and manipulating instances.
- SubjectAreaRegistration - Class in org.odpi.openmetadata.accessservices.subjectarea.initialization
-
SubjectAreaRegistration registers the access service with the OMAG Server administration services.
- SubjectAreaRegistration() - Constructor for class org.odpi.openmetadata.accessservices.subjectarea.initialization.SubjectAreaRegistration
-
- SubjectAreaRelationshipRESTServices - Class in org.odpi.openmetadata.accessservices.subjectarea.server.services
-
TheSubjectAreaTermRESTServices provides the server-side implementation of the SubjectArea Open Metadata
Access Service (OMAS) for Terms.
- SubjectAreaRelationshipRESTServices() - Constructor for class org.odpi.openmetadata.accessservices.subjectarea.server.services.SubjectAreaRelationshipRESTServices
-
Default constructor
- SubjectAreaRelationshipRESTServices(OMRSAPIHelper) - Constructor for class org.odpi.openmetadata.accessservices.subjectarea.server.services.SubjectAreaRelationshipRESTServices
-
- SubjectAreaRESTServicesInstance - Class in org.odpi.openmetadata.accessservices.subjectarea.server.services
-
SubjectAreaRESTServicesInstance caches references to OMRS objects for a specific server.
- SubjectAreaRESTServicesInstance() - Constructor for class org.odpi.openmetadata.accessservices.subjectarea.server.services.SubjectAreaRESTServicesInstance
-
Default constructor
- SubjectAreaServicesInstance - Class in org.odpi.openmetadata.accessservices.subjectarea.server.services
-
SubjectAreaRESTServicesInstance caches references to OMRS objects for a specific server.
- SubjectAreaServicesInstance(OMRSRepositoryConnector) - Constructor for class org.odpi.openmetadata.accessservices.subjectarea.server.services.SubjectAreaServicesInstance
-
Set up the local repository connector that will service the REST Calls.
- SubjectAreaServicesInstanceMap - Class in org.odpi.openmetadata.accessservices.subjectarea.initialization
-
SubjectAreaServicesInstanceMap provides the mapping for inbound REST requests to the appropriate instances
for the requested server.
- SubjectAreaServicesInstanceMap() - Constructor for class org.odpi.openmetadata.accessservices.subjectarea.initialization.SubjectAreaServicesInstanceMap
-
Constructor
- SubjectAreaTermRESTServices - Class in org.odpi.openmetadata.accessservices.subjectarea.server.services
-
The SubjectAreaTermRESTServices provides the server-side implementation of the SubjectArea Open Metadata
Access Service (OMAS) for Terms.
- SubjectAreaTermRESTServices() - Constructor for class org.odpi.openmetadata.accessservices.subjectarea.server.services.SubjectAreaTermRESTServices
-
Default constructor
- SubjectAreaTermRESTServices(OMRSAPIHelper) - Constructor for class org.odpi.openmetadata.accessservices.subjectarea.server.services.SubjectAreaTermRESTServices
-
- SubjectAreaUtils - Class in org.odpi.openmetadata.accessservices.subjectarea.utilities
-
Subject Area OMAS utilities.
- SubjectAreaUtils() - Constructor for class org.odpi.openmetadata.accessservices.subjectarea.utilities.SubjectAreaUtils
-
- SYNONYM - Static variable in class org.odpi.openmetadata.accessservices.subjectarea.server.mappers.relationships.SynonymMapper
-
- SynonymMapper - Class in org.odpi.openmetadata.accessservices.subjectarea.server.mappers.relationships
-
Mapping methods to map between the synonym and the equivalent omrs Relationship.
- SynonymMapper(OMRSAPIHelper) - Constructor for class org.odpi.openmetadata.accessservices.subjectarea.server.mappers.relationships.SynonymMapper
-