A C D E F G I M N O P R S T U V
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- ANTONYM - Static variable in class org.odpi.openmetadata.accessservices.subjectarea.server.mappers.relationships.AntonymMapper
- AntonymMapper - Class in org.odpi.openmetadata.accessservices.subjectarea.server.mappers.relationships
-
Mapping methods to map between the antonym and the equivalent omrs Relationship.
- AntonymMapper(OpenMetadataAPIGenericHandler) - Constructor for class org.odpi.openmetadata.accessservices.subjectarea.server.mappers.relationships.AntonymMapper
C
- CanonicalVocabularyMapper - Class in org.odpi.openmetadata.accessservices.subjectarea.server.mappers.classifications
-
Mapping methods to map between CanonicalVocabulary and the omrs equivalents.
- CanonicalVocabularyMapper(OpenMetadataAPIGenericHandler) - 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(OpenMetadataAPIGenericHandler) - 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(OpenMetadataAPIGenericHandler) - 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(OpenMetadataAPIGenericHandler) - Constructor for class org.odpi.openmetadata.accessservices.subjectarea.server.mappers.entities.CategoryMapper
- 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(OpenMetadataAPIGenericHandler) - 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(OpenMetadataAPIGenericHandler) - 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(OpenMetadataAPIGenericHandler) - 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(OpenMetadataAPIGenericHandler) - 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
- convertOmrsToOmas(Collection<R>, Class<? extends Mapper>) - Method in class org.odpi.openmetadata.accessservices.subjectarea.handlers.SubjectAreaHandler
- 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.
- createCategory(String, SubjectAreaRelationshipHandler, Category) - Method in class org.odpi.openmetadata.accessservices.subjectarea.handlers.SubjectAreaCategoryHandler
-
Create a Category.
- createCategoryHierarchyLink(String, String, CategoryHierarchyLink) - Method in class org.odpi.openmetadata.accessservices.subjectarea.server.services.SubjectAreaRelationshipRESTServices
-
Create a CategoryHierarchyLink Relationship.
- createGlossary(String, String, Glossary) - Method in class org.odpi.openmetadata.accessservices.subjectarea.server.services.SubjectAreaGlossaryRESTServices
-
Create a Glossary.
- createGlossary(String, Glossary) - Method in class org.odpi.openmetadata.accessservices.subjectarea.handlers.SubjectAreaGlossaryHandler
-
Create a Glossary.
- createIsARelationship(String, String, IsA) - 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.
- createIsATypeOf(String, String, IsATypeOf) - Method in class org.odpi.openmetadata.accessservices.subjectarea.server.services.SubjectAreaRelationshipRESTServices
-
Create a is a type of relationship, which is an inheritance relationship between two spine objects.
- createIsATypeOfDeprecated(String, String, IsATypeOfDeprecated) - Method in class org.odpi.openmetadata.accessservices.subjectarea.server.services.SubjectAreaRelationshipRESTServices
-
Deprecated.IsATypeOfDeprecated is deprecated; move your instances to use IsATypeOf instead.
- 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
- 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.
- createProject(String, Project) - Method in class org.odpi.openmetadata.accessservices.subjectarea.handlers.SubjectAreaProjectHandler
-
Create a Project.
- createProjectScopeRelationship(String, String, ProjectScope) - 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.
- createRelationship(String, String, Class<? extends IRelationshipMapper<R>>, R) - Method in class org.odpi.openmetadata.accessservices.subjectarea.handlers.SubjectAreaRelationshipHandler
-
Create a relationship, which is a link between two Nodes.
- createRelationship(String, String, String, Class<? extends IRelationshipMapper<R>>, R) - Method in class org.odpi.openmetadata.accessservices.subjectarea.server.services.SubjectAreaRESTServicesInstance
-
Create a relationship (relationship), which is a link between two Nodes.
- 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
- createTerm(String, SubjectAreaRelationshipHandler, Term) - Method in class org.odpi.openmetadata.accessservices.subjectarea.handlers.SubjectAreaTermHandler
-
Create a Term.
- createTermCategorizationRelationship(String, String, Categorization) - Method in class org.odpi.openmetadata.accessservices.subjectarea.server.services.SubjectAreaRelationshipRESTServices
-
Create a termCategorization Relationship.
- createTermHasARelationship(String, String, HasA) - Method in class org.odpi.openmetadata.accessservices.subjectarea.server.services.SubjectAreaRelationshipRESTServices
-
Create a Hasa is the relationship between a spine object and a spine attribute.
- createTermTypedByRelationship(String, String, TypedBy) - 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(OpenMetadataAPIGenericHandler) - Constructor for class org.odpi.openmetadata.accessservices.subjectarea.server.mappers.classifications.CriticalityMapper
D
- deleteAntonymRelationship(String, String, String) - Method in class org.odpi.openmetadata.accessservices.subjectarea.server.services.SubjectAreaRelationshipRESTServices
-
Delete a Antonym relationship
- deleteCategory(String, String) - Method in class org.odpi.openmetadata.accessservices.subjectarea.handlers.SubjectAreaCategoryHandler
-
Delete a Category or SubjectAreaDefinition instance
- deleteCategory(String, String, String) - Method in class org.odpi.openmetadata.accessservices.subjectarea.server.services.SubjectAreaCategoryRESTServices
-
Delete a Category or SubjectAreaDefinition instance
- deleteCategoryHierarchyLink(String, String, String) - Method in class org.odpi.openmetadata.accessservices.subjectarea.server.services.SubjectAreaRelationshipRESTServices
-
Delete a CategoryHierarchyLink Relationship.
- deleteGlossary(String, String) - Method in class org.odpi.openmetadata.accessservices.subjectarea.handlers.SubjectAreaGlossaryHandler
-
Delete a Glossary instance
- deleteGlossary(String, String, String) - Method in class org.odpi.openmetadata.accessservices.subjectarea.server.services.SubjectAreaGlossaryRESTServices
-
Delete a Glossary instance
- deleteIIsATypeOf(String, String, String) - Method in class org.odpi.openmetadata.accessservices.subjectarea.server.services.SubjectAreaRelationshipRESTServices
-
Delete a IsATypeOf relationship, which is an inheritance relationship between two spine objects.
- deleteIsARelationship(String, String, String) - Method in class org.odpi.openmetadata.accessservices.subjectarea.server.services.SubjectAreaRelationshipRESTServices
-
Delete a Isa relationship, which is a link between a more general glossary term and a more specific definition.
- deleteIsATypeOfDeprecatedRelationship(String, String, String) - Method in class org.odpi.openmetadata.accessservices.subjectarea.server.services.SubjectAreaRelationshipRESTServices
-
Deprecated.IsATypeOfRelationship it is deprecated; move your instances to use IsATypeOf instead.
- deletePreferredTermRelationship(String, String, String) - Method in class org.odpi.openmetadata.accessservices.subjectarea.server.services.SubjectAreaRelationshipRESTServices
-
Delete a PreferredTerm relationship, which is a link between glossary terms, it is a Link to an alternative term that the organization prefers is used.
- deleteProject(String, String) - Method in class org.odpi.openmetadata.accessservices.subjectarea.handlers.SubjectAreaProjectHandler
-
Delete a Project instance
- deleteProject(String, String, String) - Method in class org.odpi.openmetadata.accessservices.subjectarea.server.services.SubjectAreaProjectRESTServices
-
Delete a Project instance
- deleteProjectScopeRelationship(String, String, String) - Method in class org.odpi.openmetadata.accessservices.subjectarea.server.services.SubjectAreaRelationshipRESTServices
-
Delete a ProjectScope relationship, which is a link between the project content and the project.
- deleteRelatedTerm(String, String, String) - Method in class org.odpi.openmetadata.accessservices.subjectarea.server.services.SubjectAreaRelationshipRESTServices
-
Delete a Related Term relationship
- deleteRelationship(String, String, Class<? extends IRelationshipMapper<R>>, String) - Method in class org.odpi.openmetadata.accessservices.subjectarea.handlers.SubjectAreaRelationshipHandler
-
Delete a relationship
- deleteRelationship(String, String, String, Class<? extends IRelationshipMapper<L>>, String) - Method in class org.odpi.openmetadata.accessservices.subjectarea.server.services.SubjectAreaRESTServicesInstance
-
Delete a relationship (relationship)
- deleteReplacementTerm(String, String, String) - Method in class org.odpi.openmetadata.accessservices.subjectarea.server.services.SubjectAreaRelationshipRESTServices
-
Delete a ReplacementTerm relationship, which is a link to a glossary term that is replacing an obsolete glossary term.
- deleteSynonymRelationship(String, String, String) - Method in class org.odpi.openmetadata.accessservices.subjectarea.server.services.SubjectAreaRelationshipRESTServices
-
Delete a Synonym relationship
- deleteTerm(String, String) - Method in class org.odpi.openmetadata.accessservices.subjectarea.handlers.SubjectAreaTermHandler
-
Delete a Term instance
- deleteTerm(String, String, String) - Method in class org.odpi.openmetadata.accessservices.subjectarea.server.services.SubjectAreaTermRESTServices
-
Delete a Term instance
- deleteTermCategorizationRelationship(String, String, String) - Method in class org.odpi.openmetadata.accessservices.subjectarea.server.services.SubjectAreaRelationshipRESTServices
-
Delete a TermCategorization Relationship.
- deleteTermHasARelationship(String, String, String) - Method in class org.odpi.openmetadata.accessservices.subjectarea.server.services.SubjectAreaRelationshipRESTServices
-
Delete a Term HAS A relationship
- deleteTermTypedByRelationship(String, String, String) - Method in class org.odpi.openmetadata.accessservices.subjectarea.server.services.SubjectAreaRelationshipRESTServices
-
Delete a TypedBy relationship, which is a link between a spine attribute and its type.
- deleteTranslationRelationship(String, String, String) - Method in class org.odpi.openmetadata.accessservices.subjectarea.server.services.SubjectAreaRelationshipRESTServices
-
Delete a Translation relationship, which is a link between glossary terms to provide different natural language translation of the same concept.
- deleteUsedInContextRelationship(String, String, String) - Method in class org.odpi.openmetadata.accessservices.subjectarea.server.services.SubjectAreaRelationshipRESTServices
-
Delete a UsedInContext relationship which is a link between glossary terms, where one describes the context where the other one is valid to use.
- deleteValidValueRelationship(String, String, String) - Method in class org.odpi.openmetadata.accessservices.subjectarea.server.services.SubjectAreaRelationshipRESTServices
-
Delete a ValidValue relationship
E
- EntityDetailMapper<N extends Node> - Class in org.odpi.openmetadata.accessservices.subjectarea.server.mappers.entities
-
This class provides a mapping between OMRS object EntityDetail and Subject Area OMAS object Node.
- EntityDetailMapper(OpenMetadataAPIGenericHandler) - Constructor for class org.odpi.openmetadata.accessservices.subjectarea.server.mappers.entities.EntityDetailMapper
- extractCategorySummaryFromCategory(Category, Relationship) - Static method in class org.odpi.openmetadata.accessservices.subjectarea.utilities.SubjectAreaUtils
-
Convert a Category to a CategorySummary
- extractGlossarySummaryFromGlossary(Glossary, Relationship) - Static method in class org.odpi.openmetadata.accessservices.subjectarea.utilities.SubjectAreaUtils
-
Extract Glossary Summary
F
- findCategory(String, String, String, boolean, boolean, Date, Integer, Integer, String, String) - Method in class org.odpi.openmetadata.accessservices.subjectarea.server.services.SubjectAreaCategoryRESTServices
-
Find Category
- findCategory(String, FindRequest, boolean, boolean) - Method in class org.odpi.openmetadata.accessservices.subjectarea.handlers.SubjectAreaCategoryHandler
-
Find Category
- findGlossary(String, String, String, boolean, boolean, Date, Integer, Integer, String, String) - Method in class org.odpi.openmetadata.accessservices.subjectarea.server.services.SubjectAreaGlossaryRESTServices
-
Find Glossary
- findGlossary(String, FindRequest, boolean, boolean) - Method in class org.odpi.openmetadata.accessservices.subjectarea.handlers.SubjectAreaGlossaryHandler
-
Find Glossary
- findNodes(String, String, String, FindRequest, boolean, boolean, Class<? extends INodeMapper<T>>, String) - Method in class org.odpi.openmetadata.accessservices.subjectarea.handlers.SubjectAreaHandler
- findProject(String, String, String, boolean, boolean, Date, Integer, Integer, SequencingOrder, String) - Method in class org.odpi.openmetadata.accessservices.subjectarea.server.services.SubjectAreaProjectRESTServices
-
Find Project
- findProject(String, FindRequest, boolean, boolean) - Method in class org.odpi.openmetadata.accessservices.subjectarea.handlers.SubjectAreaProjectHandler
-
Find Project
- findTerm(String, String, String, boolean, boolean, Date, Integer, Integer, String, String) - Method in class org.odpi.openmetadata.accessservices.subjectarea.server.services.SubjectAreaTermRESTServices
-
Find Term
- findTerm(String, FindRequest, boolean, boolean) - Method in class org.odpi.openmetadata.accessservices.subjectarea.handlers.SubjectAreaTermHandler
-
Find Term
G
- genericHandler - Variable in class org.odpi.openmetadata.accessservices.subjectarea.handlers.SubjectAreaHandler
- genericHandler - Variable in class org.odpi.openmetadata.accessservices.subjectarea.server.mappers.classifications.ClassificationMapper
- genericHandler - Variable in class org.odpi.openmetadata.accessservices.subjectarea.server.mappers.entities.EntityDetailMapper
- genericHandler - Variable in class org.odpi.openmetadata.accessservices.subjectarea.server.mappers.relationships.RelationshipMapper
- get(Class<T>) - Method in class org.odpi.openmetadata.accessservices.subjectarea.server.mappers.MappersFactory
- getAddClassifications() - Method in class org.odpi.openmetadata.accessservices.subjectarea.utilities.ClassificationGroupByOperation
-
List of classifications to be added
- getAllMapperClasses() - Method in class org.odpi.openmetadata.accessservices.subjectarea.server.mappers.MappersFactory
- getAllRelationshipForEntity(String, String, String, FindRequest, String) - Method in class org.odpi.openmetadata.accessservices.subjectarea.handlers.SubjectAreaHandler
-
Get the relationships keyed off an entity guid.
- getAllRelationshipsForEntity(String, String, String, FindRequest, String) - Method in class org.odpi.openmetadata.accessservices.subjectarea.handlers.SubjectAreaHandler
-
Get All relationships for Node
- getAntonymRelationship(String, String, String) - Method in class org.odpi.openmetadata.accessservices.subjectarea.server.services.SubjectAreaRelationshipRESTServices
-
Get a antonym relationship
- getCategories(String, String, FindRequest, boolean, boolean, Boolean, SubjectAreaCategoryHandler) - Method in class org.odpi.openmetadata.accessservices.subjectarea.handlers.SubjectAreaGlossaryHandler
-
Get the Categories owned by this glossary.
- getCategorizedTerms(String, String, String, boolean, boolean, SubjectAreaTermHandler, Integer, Integer) - Method in class org.odpi.openmetadata.accessservices.subjectarea.handlers.SubjectAreaCategoryHandler
-
Get the terms that are categorized by this Category
- getCategorizedTerms(String, String, String, String, boolean, boolean, Integer, Integer) - Method in class org.odpi.openmetadata.accessservices.subjectarea.server.services.SubjectAreaCategoryRESTServices
-
Get the terms that are categorized by this Category
- 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.
- getCategoryByGuid(String, String) - Method in class org.odpi.openmetadata.accessservices.subjectarea.handlers.SubjectAreaCategoryHandler
-
Get a Category
- getCategoryChildren(String, String, String, boolean, boolean, Integer, Integer) - Method in class org.odpi.openmetadata.accessservices.subjectarea.handlers.SubjectAreaCategoryHandler
-
Get this Category's child Categories.
- getCategoryChildren(String, String, String, String, boolean, boolean, Integer, Integer) - Method in class org.odpi.openmetadata.accessservices.subjectarea.server.services.SubjectAreaCategoryRESTServices
-
Get this Category's child Categories.
- getCategoryHandler() - Method in class org.odpi.openmetadata.accessservices.subjectarea.server.services.SubjectAreaServicesInstance
-
Return the handler for category requests.
- getCategoryHierarchyLink(String, String, String) - Method in class org.odpi.openmetadata.accessservices.subjectarea.server.services.SubjectAreaRelationshipRESTServices
-
Get a CategoryHierarchyLink Relationship.
- getCategoryRelationships(String, String, String, Date, Integer, Integer, SequencingOrder, String) - Method in class org.odpi.openmetadata.accessservices.subjectarea.server.services.SubjectAreaCategoryRESTServices
-
Get Category relationships
- getCategoryRelationships(String, String, FindRequest) - Method in class org.odpi.openmetadata.accessservices.subjectarea.handlers.SubjectAreaCategoryHandler
-
Get Category relationships
- getConfig(String) - Method in class org.odpi.openmetadata.accessservices.subjectarea.handlers.SubjectAreaConfigHandler
-
Get the subject area configuration.
- getConfig(String, String) - Method in class org.odpi.openmetadata.accessservices.subjectarea.server.services.SubjectAreaConfigRESTServices
-
get the configuration
- getConfigHandler() - Method in class org.odpi.openmetadata.accessservices.subjectarea.server.services.SubjectAreaServicesInstance
-
Return the handler for config requests.
- getFindRequest(String, Date, Integer, Integer, String, String, Integer) - Method in class org.odpi.openmetadata.accessservices.subjectarea.server.services.SubjectAreaRESTServicesInstance
- getGlossaryByGuid(String, String) - Method in class org.odpi.openmetadata.accessservices.subjectarea.handlers.SubjectAreaGlossaryHandler
-
Get a glossary by guid.
- getGlossaryByGuid(String, String, String) - Method in class org.odpi.openmetadata.accessservices.subjectarea.server.services.SubjectAreaGlossaryRESTServices
-
Get a glossary by guid.
- getGlossaryCategories(String, String, String, String, boolean, boolean, Date, Boolean, Integer, Integer, String, String) - Method in class org.odpi.openmetadata.accessservices.subjectarea.server.services.SubjectAreaGlossaryRESTServices
-
Get the Categories owned by this glossary.
- getGlossaryGuidFromAnchor(Relationship) - Static method in class org.odpi.openmetadata.accessservices.subjectarea.utilities.SubjectAreaUtils
-
Get glossary guid from anchors
- getGlossaryHandler() - Method in class org.odpi.openmetadata.accessservices.subjectarea.server.services.SubjectAreaServicesInstance
-
Return the handler for glossary requests.
- getGlossaryRelationships(String, String, String, Date, Integer, Integer, SequencingOrder, String) - Method in class org.odpi.openmetadata.accessservices.subjectarea.server.services.SubjectAreaGlossaryRESTServices
-
Get Glossary relationships
- getGlossaryRelationships(String, String, FindRequest) - Method in class org.odpi.openmetadata.accessservices.subjectarea.handlers.SubjectAreaGlossaryHandler
-
Get Glossary relationships
- getGlossaryTerms(String, String, String, String, boolean, boolean, Date, Integer, Integer, String, String) - Method in class org.odpi.openmetadata.accessservices.subjectarea.server.services.SubjectAreaGlossaryRESTServices
-
Get terms that are owned by this glossary
- 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 relationships radiating out from a node.
- getGraph(String, String, Date, String, String, StatusFilter, Integer) - Method in class org.odpi.openmetadata.accessservices.subjectarea.handlers.SubjectAreaGraphHandler
-
Get the graph of nodes and relationships radiating out from a node.
- getGraphHandler() - Method in class org.odpi.openmetadata.accessservices.subjectarea.server.services.SubjectAreaServicesInstance
-
Return the handler for graph requests.
- getIconSummarySet(String, String) - 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(Category) - 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(Glossary) - Method in class org.odpi.openmetadata.accessservices.subjectarea.server.mappers.entities.GlossaryMapper
- getInlinedClassifications(Project) - Method in class org.odpi.openmetadata.accessservices.subjectarea.server.mappers.entities.ProjectMapper
- getInlinedClassifications(Term) - 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)
- 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.
- getIsATypeOf(String, String, String) - Method in class org.odpi.openmetadata.accessservices.subjectarea.server.services.SubjectAreaRelationshipRESTServices
-
Get a is a type of relationship, which is an inheritance relationship between two spine objects.
- getIsATypeOfDeprecated(String, String, String) - Method in class org.odpi.openmetadata.accessservices.subjectarea.server.services.SubjectAreaRelationshipRESTServices
-
Deprecated.IsATypeOfRelationship it is deprecated; move your instances to use IsATypeOf instead.
- getMaxPageSize() - Method in class org.odpi.openmetadata.accessservices.subjectarea.handlers.SubjectAreaHandler
- getNodesFromEntityDetails(Collection<EntityDetail>) - Method in class org.odpi.openmetadata.accessservices.subjectarea.handlers.SubjectAreaHandler
- 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.
- 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) - Method in class org.odpi.openmetadata.accessservices.subjectarea.handlers.SubjectAreaProjectHandler
-
Get a project by guid.
- getProjectByGuid(String, String, String) - Method in class org.odpi.openmetadata.accessservices.subjectarea.server.services.SubjectAreaProjectRESTServices
-
Get a Project by guid.
- getProjectHandler() - Method in class org.odpi.openmetadata.accessservices.subjectarea.server.services.SubjectAreaServicesInstance
-
Return the handler for project requests.
- getProjectRelationships(String, String, String, Date, Integer, Integer, SequencingOrder, String) - Method in class org.odpi.openmetadata.accessservices.subjectarea.server.services.SubjectAreaProjectRESTServices
-
Get Project relationships
- getProjectRelationships(String, String, FindRequest) - Method in class org.odpi.openmetadata.accessservices.subjectarea.handlers.SubjectAreaProjectHandler
-
Get Project relationships
- 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.
- getRelatedTerm(String, String, String) - Method in class org.odpi.openmetadata.accessservices.subjectarea.server.services.SubjectAreaRelationshipRESTServices
-
Get a related Term relationship.
- getRelationship(String, String, Class<? extends IRelationshipMapper<R>>, String) - Method in class org.odpi.openmetadata.accessservices.subjectarea.handlers.SubjectAreaRelationshipHandler
-
Get a relationship (relationship)
- getRelationship(String, String, String, Class<? extends IRelationshipMapper<L>>, String) - Method in class org.odpi.openmetadata.accessservices.subjectarea.server.services.SubjectAreaRESTServicesInstance
-
Get a relationship (relationship)
- getRelationshipHandler() - Method in class org.odpi.openmetadata.accessservices.subjectarea.server.services.SubjectAreaServicesInstance
-
Return the handler for relationship requests.
- getRelationshipInstance() - Method in class org.odpi.openmetadata.accessservices.subjectarea.server.mappers.relationships.AntonymMapper
- getRelationshipInstance() - Method in class org.odpi.openmetadata.accessservices.subjectarea.server.mappers.relationships.CategoryAnchorMapper
- getRelationshipInstance() - Method in class org.odpi.openmetadata.accessservices.subjectarea.server.mappers.relationships.CategoryHierarchyLinkMapper
- getRelationshipInstance() - Method in class org.odpi.openmetadata.accessservices.subjectarea.server.mappers.relationships.IsARelationshipMapper
- getRelationshipInstance() - Method in class org.odpi.openmetadata.accessservices.subjectarea.server.mappers.relationships.IsATypeOfMapper
- getRelationshipInstance() - Method in class org.odpi.openmetadata.accessservices.subjectarea.server.mappers.relationships.PreferredTermMapper
- getRelationshipInstance() - Method in class org.odpi.openmetadata.accessservices.subjectarea.server.mappers.relationships.ProjectScopeMapper
- getRelationshipInstance() - Method in class org.odpi.openmetadata.accessservices.subjectarea.server.mappers.relationships.RelatedTermMapper
- getRelationshipInstance() - Method in class org.odpi.openmetadata.accessservices.subjectarea.server.mappers.relationships.ReplacementTermMapper
- getRelationshipInstance() - Method in class org.odpi.openmetadata.accessservices.subjectarea.server.mappers.relationships.SemanticAssignmentMapper
- getRelationshipInstance() - Method in class org.odpi.openmetadata.accessservices.subjectarea.server.mappers.relationships.SynonymMapper
- getRelationshipInstance() - Method in class org.odpi.openmetadata.accessservices.subjectarea.server.mappers.relationships.TermAnchorMapper
- getRelationshipInstance() - Method in class org.odpi.openmetadata.accessservices.subjectarea.server.mappers.relationships.TermCategorizationMapper
- getRelationshipInstance() - Method in class org.odpi.openmetadata.accessservices.subjectarea.server.mappers.relationships.TermHasARelationshipMapper
- getRelationshipInstance() - Method in class org.odpi.openmetadata.accessservices.subjectarea.server.mappers.relationships.TermIsATypeOfRelationshipDeprecatedMapper
-
Deprecated.
- getRelationshipInstance() - Method in class org.odpi.openmetadata.accessservices.subjectarea.server.mappers.relationships.TermTypedByRelationshipMapper
- getRelationshipInstance() - Method in class org.odpi.openmetadata.accessservices.subjectarea.server.mappers.relationships.TranslationMapper
- getRelationshipInstance() - Method in class org.odpi.openmetadata.accessservices.subjectarea.server.mappers.relationships.UsedInContextMapper
- getRelationshipInstance() - Method in class org.odpi.openmetadata.accessservices.subjectarea.server.mappers.relationships.ValidValueMapper
- getRelationshipsForEntityByType(String, String, String, FindRequest, String, String, String, String) - Method in class org.odpi.openmetadata.accessservices.subjectarea.handlers.SubjectAreaHandler
-
Get the relationships keyed off an entity guid.
- getRelationshipsFromRelationships(Collection<Relationship>) - Method in class org.odpi.openmetadata.accessservices.subjectarea.handlers.SubjectAreaHandler
- 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.
- getResponseForException(Exception, AuditLog, String, String) - Method in class org.odpi.openmetadata.accessservices.subjectarea.server.services.SubjectAreaRESTServicesInstance
-
Get the appropriate response from the supplied Exception
- 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.
- 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.
- getTermAnchorRelationship(String, String, String) - Method in class org.odpi.openmetadata.accessservices.subjectarea.server.services.SubjectAreaRelationshipRESTServices
-
Get a termAnchor Relationship.
- getTermByGuid(String, String) - Method in class org.odpi.openmetadata.accessservices.subjectarea.handlers.SubjectAreaTermHandler
-
Get a term by guid.
- getTermByGuid(String, String, String) - Method in class org.odpi.openmetadata.accessservices.subjectarea.server.services.SubjectAreaTermRESTServices
-
Get a Term
- getTermCategories(String, String, String, Integer, Integer) - Method in class org.odpi.openmetadata.accessservices.subjectarea.server.services.SubjectAreaTermRESTServices
-
Get the Categories categorizing this Term.
- getTermCategories(String, String, SubjectAreaCategoryHandler, Integer, Integer) - Method in class org.odpi.openmetadata.accessservices.subjectarea.handlers.SubjectAreaTermHandler
-
Get the Categories categorizing this Term.
- getTermCategorizationRelationship(String, String, String) - Method in class org.odpi.openmetadata.accessservices.subjectarea.server.services.SubjectAreaRelationshipRESTServices
-
Get a termCategorization Relationship.
- getTermHandler() - Method in class org.odpi.openmetadata.accessservices.subjectarea.server.services.SubjectAreaServicesInstance
-
Return the handler for term requests.
- getTermHasARelationship(String, String, String) - Method in class org.odpi.openmetadata.accessservices.subjectarea.server.services.SubjectAreaRelationshipRESTServices
-
Get a Term HAS A relationship
- getTermRelationships(String, String, String, Date, Integer, Integer, SequencingOrder, String) - Method in class org.odpi.openmetadata.accessservices.subjectarea.server.services.SubjectAreaTermRESTServices
-
Get Term relationships
- getTermRelationships(String, String, FindRequest) - Method in class org.odpi.openmetadata.accessservices.subjectarea.handlers.SubjectAreaTermHandler
-
Get Term relationships
- getTerms(String, String, SubjectAreaTermHandler, FindRequest, boolean, boolean) - Method in class org.odpi.openmetadata.accessservices.subjectarea.handlers.SubjectAreaGlossaryHandler
-
Get terms that are owned by this glossary.
- 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.server.mappers.entities.EntityDetailMapper
-
get the EntityTypeDef Guid This method should be overridden to provide the appropriate guid for the type.
- getTypeDefGuid() - Method in interface org.odpi.openmetadata.accessservices.subjectarea.server.mappers.Mapper
-
get the Guid This method should be overridden to provide the appropriate guid for the type.
- getTypeDefGuid() - Method in class org.odpi.openmetadata.accessservices.subjectarea.server.mappers.relationships.RelationshipMapper
-
get the relationshipTypeDef Guid This method should be overridden to provide the appropriate guid for the type.
- 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.EntityDetailMapper
- 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.Mapper
-
Get the type name
- 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.IsATypeOfMapper
- 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.RelationshipMapper
-
get type name
- 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.TermIsATypeOfRelationshipDeprecatedMapper
-
Deprecated.
- 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.
- 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_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(OpenMetadataAPIGenericHandler) - 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(OpenMetadataAPIGenericHandler) - Constructor for class org.odpi.openmetadata.accessservices.subjectarea.server.mappers.classifications.GlossaryProjectMapper
I
- initialize(AccessServiceConfig, OMRSTopicConnector, OMRSRepositoryConnector, AuditLog, String) - Method in class org.odpi.openmetadata.accessservices.subjectarea.admin.SubjectAreaAdmin
-
Initialize the access service.
- INodeMapper<N extends Node> - Interface in org.odpi.openmetadata.accessservices.subjectarea.server.mappers
-
Interface for mapping between a Subject Area OMAS Node to an OMRS EntityDetail
- instanceHandler - Static variable in class org.odpi.openmetadata.accessservices.subjectarea.server.services.SubjectAreaRESTServicesInstance
- invalidParameterHandler - Variable in class org.odpi.openmetadata.accessservices.subjectarea.handlers.SubjectAreaHandler
- IRelationshipMapper<R extends Relationship> - Interface in org.odpi.openmetadata.accessservices.subjectarea.server.mappers
-
Interface for mapping between a Subject Area OMAS Relationship to an OMRS Relationship
- ISA_RELATIONSHIP - Static variable in class org.odpi.openmetadata.accessservices.subjectarea.server.mappers.relationships.IsARelationshipMapper
- IsARelationshipMapper - Class in org.odpi.openmetadata.accessservices.subjectarea.server.mappers.relationships
-
Mapping methods to map between the iSARelationship and the equivalent omrs Relationship.
- IsARelationshipMapper(OpenMetadataAPIGenericHandler) - Constructor for class org.odpi.openmetadata.accessservices.subjectarea.server.mappers.relationships.IsARelationshipMapper
- IsATypeOfMapper - Class in org.odpi.openmetadata.accessservices.subjectarea.server.mappers.relationships
-
Mapping methods to map between the isATypeOf and the equivalent omrs Relationship.
- IsATypeOfMapper(OpenMetadataAPIGenericHandler) - Constructor for class org.odpi.openmetadata.accessservices.subjectarea.server.mappers.relationships.IsATypeOfMapper
- isTypeCorrect(String) - Method in class org.odpi.openmetadata.accessservices.subjectarea.server.mappers.classifications.ClassificationMapper
-
Check whether the type name matches the mapper.
M
- map(N) - Method in interface org.odpi.openmetadata.accessservices.subjectarea.server.mappers.INodeMapper
-
Map from a Subject Area OMAS Node to an OMRS EntityDetail
- map(OMAS) - Method in interface org.odpi.openmetadata.accessservices.subjectarea.server.mappers.Mapper
-
Map from a Subject Area OMAS object to an OMRS object
- map(OMRS) - Method in interface org.odpi.openmetadata.accessservices.subjectarea.server.mappers.Mapper
-
Map from an OMRS object to a Subject Area OMAS object
- map(Category) - Method in class org.odpi.openmetadata.accessservices.subjectarea.server.mappers.entities.CategoryMapper
- map(Glossary) - Method in class org.odpi.openmetadata.accessservices.subjectarea.server.mappers.entities.GlossaryMapper
- map(Project) - Method in class org.odpi.openmetadata.accessservices.subjectarea.server.mappers.entities.ProjectMapper
- map(Term) - Method in class org.odpi.openmetadata.accessservices.subjectarea.server.mappers.entities.TermMapper
- map(EntityDetail) - Method in class org.odpi.openmetadata.accessservices.subjectarea.server.mappers.entities.CategoryMapper
-
Map EntityDetail to Category or a sub type of Category
- map(EntityDetail) - Method in class org.odpi.openmetadata.accessservices.subjectarea.server.mappers.entities.GlossaryMapper
-
Map EntityDetail to Glossary or a sub type of Glossary
- map(EntityDetail) - Method in class org.odpi.openmetadata.accessservices.subjectarea.server.mappers.entities.ProjectMapper
-
Map EntityDetail to Project or a sub type of Project
- map(EntityDetail) - Method in class org.odpi.openmetadata.accessservices.subjectarea.server.mappers.entities.TermMapper
-
Map (convert) EntityDetail to Term or a sub type of Term
- map(EntityDetail) - Method in interface org.odpi.openmetadata.accessservices.subjectarea.server.mappers.INodeMapper
-
Map from an OMRS EntityDetail to a Subject Area OMAS Node
- map(Relationship) - Method in interface org.odpi.openmetadata.accessservices.subjectarea.server.mappers.IRelationshipMapper
-
Map from an OMRS Relationship to a Subject Area OMAS relationship
- map(Relationship) - Method in class org.odpi.openmetadata.accessservices.subjectarea.server.mappers.relationships.RelationshipMapper
- map(R) - Method in interface org.odpi.openmetadata.accessservices.subjectarea.server.mappers.IRelationshipMapper
-
Map from a Subject Area OMAS relationship to an OMRS Relationship
- map(R) - Method in class org.odpi.openmetadata.accessservices.subjectarea.server.mappers.relationships.RelationshipMapper
-
Map omasRelationship to the omrs relationship equivalent
- mapBeanToOmrs(Classification) - Method in class org.odpi.openmetadata.accessservices.subjectarea.server.mappers.classifications.ClassificationMapper
- mapEntityDetailToNode(N, EntityDetail) - Method in class org.odpi.openmetadata.accessservices.subjectarea.server.mappers.entities.EntityDetailMapper
-
map the EntityDetail to the Node
- mapEnumToNode(N, 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.
- mapEnumToRelationship(Antonym, String, EnumPropertyValue) - Method in class org.odpi.openmetadata.accessservices.subjectarea.server.mappers.relationships.AntonymMapper
- mapEnumToRelationship(Categorization, String, EnumPropertyValue) - Method in class org.odpi.openmetadata.accessservices.subjectarea.server.mappers.relationships.TermCategorizationMapper
- mapEnumToRelationship(HasA, String, EnumPropertyValue) - Method in class org.odpi.openmetadata.accessservices.subjectarea.server.mappers.relationships.TermHasARelationshipMapper
- mapEnumToRelationship(IsA, String, EnumPropertyValue) - Method in class org.odpi.openmetadata.accessservices.subjectarea.server.mappers.relationships.IsARelationshipMapper
- mapEnumToRelationship(IsATypeOfDeprecated, String, EnumPropertyValue) - Method in class org.odpi.openmetadata.accessservices.subjectarea.server.mappers.relationships.TermIsATypeOfRelationshipDeprecatedMapper
-
Deprecated.
- mapEnumToRelationship(IsATypeOf, String, EnumPropertyValue) - Method in class org.odpi.openmetadata.accessservices.subjectarea.server.mappers.relationships.IsATypeOfMapper
- mapEnumToRelationship(PreferredTerm, String, EnumPropertyValue) - Method in class org.odpi.openmetadata.accessservices.subjectarea.server.mappers.relationships.PreferredTermMapper
- mapEnumToRelationship(RelatedTerm, String, EnumPropertyValue) - Method in class org.odpi.openmetadata.accessservices.subjectarea.server.mappers.relationships.RelatedTermMapper
- mapEnumToRelationship(ReplacementTerm, String, EnumPropertyValue) - Method in class org.odpi.openmetadata.accessservices.subjectarea.server.mappers.relationships.ReplacementTermMapper
- mapEnumToRelationship(SemanticAssignment, String, EnumPropertyValue) - Method in class org.odpi.openmetadata.accessservices.subjectarea.server.mappers.relationships.SemanticAssignmentMapper
- mapEnumToRelationship(Synonym, String, EnumPropertyValue) - Method in class org.odpi.openmetadata.accessservices.subjectarea.server.mappers.relationships.SynonymMapper
- mapEnumToRelationship(TypedBy, String, EnumPropertyValue) - Method in class org.odpi.openmetadata.accessservices.subjectarea.server.mappers.relationships.TermTypedByRelationshipMapper
- mapEnumToRelationship(UsedInContext, String, EnumPropertyValue) - Method in class org.odpi.openmetadata.accessservices.subjectarea.server.mappers.relationships.UsedInContextMapper
- mapEnumToRelationship(ValidValue, String, EnumPropertyValue) - Method in class org.odpi.openmetadata.accessservices.subjectarea.server.mappers.relationships.ValidValueMapper
- mapEnumToRelationship(R, String, EnumPropertyValue) - Method in class org.odpi.openmetadata.accessservices.subjectarea.server.mappers.relationships.RelationshipMapper
-
Map an omrs enum property to a Subject Area relationship property.
- mapInstancePropertiesToRelationship(R, InstanceProperties) - Method in class org.odpi.openmetadata.accessservices.subjectarea.server.mappers.relationships.RelationshipMapper
-
Map the instance properties to the relationship This method should be overridden by subclasses to map the properties to the relationship.
- 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
- mapMapToNode(N, String, MapPropertyValue) - Method in class org.odpi.openmetadata.accessservices.subjectarea.server.mappers.entities.EntityDetailMapper
-
Map an omrs entityDetail map property to a Subject Area Node property.
- mapMapToRelationship(R, String, InstanceProperties) - Method in class org.odpi.openmetadata.accessservices.subjectarea.server.mappers.relationships.RelationshipMapper
-
Map an omrs map property to a Subject Area relationship property.
- mapNodeToInstanceProperties(N, InstanceProperties) - Method in class org.odpi.openmetadata.accessservices.subjectarea.server.mappers.entities.EntityDetailMapper
-
Map the supplied Node to omrs InstanceProperties.
- mapNodeToInstanceProperties(Category, InstanceProperties) - Method in class org.odpi.openmetadata.accessservices.subjectarea.server.mappers.entities.CategoryMapper
-
Map the supplied Node to omrs InstanceProperties.
- mapNodeToInstanceProperties(Glossary, InstanceProperties) - Method in class org.odpi.openmetadata.accessservices.subjectarea.server.mappers.entities.GlossaryMapper
-
Map the supplied Node to omrs InstanceProperties.
- mapNodeToInstanceProperties(Project, InstanceProperties) - Method in class org.odpi.openmetadata.accessservices.subjectarea.server.mappers.entities.ProjectMapper
-
Map the supplied Node to omrs InstanceProperties.
- mapNodeToInstanceProperties(Term, InstanceProperties) - Method in class org.odpi.openmetadata.accessservices.subjectarea.server.mappers.entities.TermMapper
-
Map the supplied Node to omrs InstanceProperties.
- mapNodeTypeNameToEntityTypeName(String) - Static method in class org.odpi.openmetadata.accessservices.subjectarea.server.mappers.graph.NodeTypeMapper
-
Map NodeType name to entity type name.
- mapNodeTypeToEntityTypeGuid(NodeType) - Static method in class org.odpi.openmetadata.accessservices.subjectarea.server.mappers.graph.NodeTypeMapper
-
Map nodeType to entity type guid.
- mapOMASRelationshipTypeToOMRSRelationshipTypeGuid(String, RelationshipType) - Static method in class org.odpi.openmetadata.accessservices.subjectarea.server.mappers.graph.RelationshipTypeMapper
-
Map omas RelationshipType to omrs relationship type guid.
- mapOmrsToBean(Classification) - Method in class org.odpi.openmetadata.accessservices.subjectarea.server.mappers.classifications.ClassificationMapper
- Mapper<OMRS extends InstanceAuditHeader,OMAS extends OmasObject> - Interface in org.odpi.openmetadata.accessservices.subjectarea.server.mappers
- mappersFactory - Variable in class org.odpi.openmetadata.accessservices.subjectarea.handlers.SubjectAreaHandler
- MappersFactory - Class in org.odpi.openmetadata.accessservices.subjectarea.server.mappers
-
Factory class for
SubjectAreaMapperclasses - MappersFactory(OpenMetadataAPIGenericHandler) - Constructor for class org.odpi.openmetadata.accessservices.subjectarea.server.mappers.MappersFactory
-
The constructor uses the current package to scan "org.odpi.openmetadata.accessservices.subjectarea";" to search for classes placed by annotation
SubjectAreaMapper. - MappersFactory(OpenMetadataAPIGenericHandler, String...) - Constructor for class org.odpi.openmetadata.accessservices.subjectarea.server.mappers.MappersFactory
- mapPrimitiveToNode(N, 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(Glossary, String, Object) - Method in class org.odpi.openmetadata.accessservices.subjectarea.server.mappers.entities.GlossaryMapper
-
Map a primitive omrs property to the glossary object.
- mapPrimitiveToNode(Project, String, Object) - Method in class org.odpi.openmetadata.accessservices.subjectarea.server.mappers.entities.ProjectMapper
-
Map a primitive omrs property to the Project object.
- mapPrimitiveToNode(Term, String, Object) - Method in class org.odpi.openmetadata.accessservices.subjectarea.server.mappers.entities.TermMapper
-
Map a primitive omrs property to the term object.
- mapPrimitiveToRelationship(Antonym, String, Object) - Method in class org.odpi.openmetadata.accessservices.subjectarea.server.mappers.relationships.AntonymMapper
-
Map a primitive omrs property to the antonym object.
- mapPrimitiveToRelationship(Categorization, String, Object) - Method in class org.odpi.openmetadata.accessservices.subjectarea.server.mappers.relationships.TermCategorizationMapper
-
Map a primitive omrs property to the termCategorization object.
- mapPrimitiveToRelationship(HasA, String, Object) - Method in class org.odpi.openmetadata.accessservices.subjectarea.server.mappers.relationships.TermHasARelationshipMapper
-
Map a primitive omrs property to the termHASARelationship object.
- mapPrimitiveToRelationship(IsA, String, Object) - Method in class org.odpi.openmetadata.accessservices.subjectarea.server.mappers.relationships.IsARelationshipMapper
-
Map a primitive omrs property to the iSARelationship object.
- mapPrimitiveToRelationship(IsATypeOfDeprecated, String, Object) - Method in class org.odpi.openmetadata.accessservices.subjectarea.server.mappers.relationships.TermIsATypeOfRelationshipDeprecatedMapper
-
Deprecated.
- mapPrimitiveToRelationship(IsATypeOf, String, Object) - Method in class org.odpi.openmetadata.accessservices.subjectarea.server.mappers.relationships.IsATypeOfMapper
-
Map a primitive omrs property to the IsATypeOf object.
- mapPrimitiveToRelationship(PreferredTerm, String, Object) - Method in class org.odpi.openmetadata.accessservices.subjectarea.server.mappers.relationships.PreferredTermMapper
-
Map a primitive omrs property to the preferredTerm object.
- mapPrimitiveToRelationship(ProjectScope, String, Object) - Method in class org.odpi.openmetadata.accessservices.subjectarea.server.mappers.relationships.ProjectScopeMapper
-
Map a primitive omrs property to the antonym object.
- mapPrimitiveToRelationship(RelatedTerm, String, Object) - Method in class org.odpi.openmetadata.accessservices.subjectarea.server.mappers.relationships.RelatedTermMapper
-
Map a primitive omrs property to the relatedTerm object.
- mapPrimitiveToRelationship(ReplacementTerm, String, Object) - Method in class org.odpi.openmetadata.accessservices.subjectarea.server.mappers.relationships.ReplacementTermMapper
-
Map a primitive omrs property to the replacementTerm object.
- mapPrimitiveToRelationship(SemanticAssignment, String, Object) - Method in class org.odpi.openmetadata.accessservices.subjectarea.server.mappers.relationships.SemanticAssignmentMapper
-
Map a primitive omrs property to the semanticAssignment object.
- mapPrimitiveToRelationship(Synonym, String, Object) - Method in class org.odpi.openmetadata.accessservices.subjectarea.server.mappers.relationships.SynonymMapper
-
Map a primitive omrs property to the synonym object.
- mapPrimitiveToRelationship(Translation, String, Object) - Method in class org.odpi.openmetadata.accessservices.subjectarea.server.mappers.relationships.TranslationMapper
-
Map a primitive omrs property to the translation object.
- mapPrimitiveToRelationship(TypedBy, String, Object) - Method in class org.odpi.openmetadata.accessservices.subjectarea.server.mappers.relationships.TermTypedByRelationshipMapper
-
Map a primitive omrs property to the termTYPEDBYRelationship object.
- mapPrimitiveToRelationship(UsedInContext, String, Object) - Method in class org.odpi.openmetadata.accessservices.subjectarea.server.mappers.relationships.UsedInContextMapper
-
Map a primitive omrs property to the usedInContext object.
- mapPrimitiveToRelationship(ValidValue, String, Object) - Method in class org.odpi.openmetadata.accessservices.subjectarea.server.mappers.relationships.ValidValueMapper
-
Map a primitive omrs property to the validValue object.
- mapPrimitiveToRelationship(R, String, Object) - Method in class org.odpi.openmetadata.accessservices.subjectarea.server.mappers.relationships.RelationshipMapper
-
Map an omrs primitive property to a Subject Area relationship property.
- mapRelationshipToInstanceProperties(Antonym, InstanceProperties) - Method in class org.odpi.openmetadata.accessservices.subjectarea.server.mappers.relationships.AntonymMapper
-
Map the supplied relationship to omrs InstanceProperties.
- mapRelationshipToInstanceProperties(Categorization, InstanceProperties) - Method in class org.odpi.openmetadata.accessservices.subjectarea.server.mappers.relationships.TermCategorizationMapper
-
Map the supplied relationship to omrs InstanceProperties.
- mapRelationshipToInstanceProperties(HasA, InstanceProperties) - Method in class org.odpi.openmetadata.accessservices.subjectarea.server.mappers.relationships.TermHasARelationshipMapper
-
Map the supplied omas relationship to omrs InstanceProperties.
- mapRelationshipToInstanceProperties(IsA, InstanceProperties) - Method in class org.odpi.openmetadata.accessservices.subjectarea.server.mappers.relationships.IsARelationshipMapper
-
Map the supplied relationship to omrs InstanceProperties.
- mapRelationshipToInstanceProperties(IsATypeOfDeprecated, InstanceProperties) - Method in class org.odpi.openmetadata.accessservices.subjectarea.server.mappers.relationships.TermIsATypeOfRelationshipDeprecatedMapper
-
Deprecated.
- mapRelationshipToInstanceProperties(IsATypeOf, InstanceProperties) - Method in class org.odpi.openmetadata.accessservices.subjectarea.server.mappers.relationships.IsATypeOfMapper
-
Map the supplied relationship to omrs InstanceProperties.
- mapRelationshipToInstanceProperties(PreferredTerm, InstanceProperties) - Method in class org.odpi.openmetadata.accessservices.subjectarea.server.mappers.relationships.PreferredTermMapper
-
Map the supplied relationship to omrs InstanceProperties.
- mapRelationshipToInstanceProperties(ProjectScope, InstanceProperties) - Method in class org.odpi.openmetadata.accessservices.subjectarea.server.mappers.relationships.ProjectScopeMapper
-
Map the supplied relationship to omrs InstanceProperties.
- mapRelationshipToInstanceProperties(RelatedTerm, InstanceProperties) - Method in class org.odpi.openmetadata.accessservices.subjectarea.server.mappers.relationships.RelatedTermMapper
-
Map the supplied relationship to omrs InstanceProperties.
- mapRelationshipToInstanceProperties(ReplacementTerm, InstanceProperties) - Method in class org.odpi.openmetadata.accessservices.subjectarea.server.mappers.relationships.ReplacementTermMapper
-
Map the supplied relationship to omrs InstanceProperties.
- mapRelationshipToInstanceProperties(SemanticAssignment, InstanceProperties) - Method in class org.odpi.openmetadata.accessservices.subjectarea.server.mappers.relationships.SemanticAssignmentMapper
-
Map the supplied relationship to omrs InstanceProperties.
- mapRelationshipToInstanceProperties(Synonym, InstanceProperties) - Method in class org.odpi.openmetadata.accessservices.subjectarea.server.mappers.relationships.SynonymMapper
-
Map the supplied relationship to omrs InstanceProperties.
- mapRelationshipToInstanceProperties(Translation, InstanceProperties) - Method in class org.odpi.openmetadata.accessservices.subjectarea.server.mappers.relationships.TranslationMapper
-
Map the supplied relationship to omrs InstanceProperties.
- mapRelationshipToInstanceProperties(TypedBy, InstanceProperties) - Method in class org.odpi.openmetadata.accessservices.subjectarea.server.mappers.relationships.TermTypedByRelationshipMapper
-
Map the supplied relationship to omrs InstanceProperties.
- mapRelationshipToInstanceProperties(UsedInContext, InstanceProperties) - Method in class org.odpi.openmetadata.accessservices.subjectarea.server.mappers.relationships.UsedInContextMapper
-
Map the supplied relationship to omrs InstanceProperties.
- mapRelationshipToInstanceProperties(ValidValue, InstanceProperties) - Method in class org.odpi.openmetadata.accessservices.subjectarea.server.mappers.relationships.ValidValueMapper
-
Map the supplied relationship to omrs InstanceProperties.
- mapRelationshipToInstanceProperties(R, InstanceProperties) - Method in class org.odpi.openmetadata.accessservices.subjectarea.server.mappers.relationships.RelationshipMapper
-
Map the supplied relationship to omrs InstanceProperties.
- maxPageSize - Variable in class org.odpi.openmetadata.accessservices.subjectarea.handlers.SubjectAreaHandler
N
- NodeTypeMapper - Class in org.odpi.openmetadata.accessservices.subjectarea.server.mappers.graph
-
Static mapping methods to map between the node type and the Entity Type
- NodeTypeMapper() - Constructor for class org.odpi.openmetadata.accessservices.subjectarea.server.mappers.graph.NodeTypeMapper
O
- ObjectIdentifierMapper - Class in org.odpi.openmetadata.accessservices.subjectarea.server.mappers.classifications
-
Mapping methods to map between ObjectIdentifier and the omrs equivalents.
- ObjectIdentifierMapper(OpenMetadataAPIGenericHandler) - Constructor for class org.odpi.openmetadata.accessservices.subjectarea.server.mappers.classifications.ObjectIdentifierMapper
- org.odpi.openmetadata.accessservices.subjectarea.admin - package org.odpi.openmetadata.accessservices.subjectarea.admin
- org.odpi.openmetadata.accessservices.subjectarea.handlers - package org.odpi.openmetadata.accessservices.subjectarea.handlers
- org.odpi.openmetadata.accessservices.subjectarea.listener - package org.odpi.openmetadata.accessservices.subjectarea.listener
- org.odpi.openmetadata.accessservices.subjectarea.outtopic - package org.odpi.openmetadata.accessservices.subjectarea.outtopic
- org.odpi.openmetadata.accessservices.subjectarea.server - package org.odpi.openmetadata.accessservices.subjectarea.server
- org.odpi.openmetadata.accessservices.subjectarea.server.mappers - package org.odpi.openmetadata.accessservices.subjectarea.server.mappers
- org.odpi.openmetadata.accessservices.subjectarea.server.mappers.classifications - package org.odpi.openmetadata.accessservices.subjectarea.server.mappers.classifications
- org.odpi.openmetadata.accessservices.subjectarea.server.mappers.entities - package org.odpi.openmetadata.accessservices.subjectarea.server.mappers.entities
- org.odpi.openmetadata.accessservices.subjectarea.server.mappers.graph - package org.odpi.openmetadata.accessservices.subjectarea.server.mappers.graph
- org.odpi.openmetadata.accessservices.subjectarea.server.mappers.relationships - package org.odpi.openmetadata.accessservices.subjectarea.server.mappers.relationships
- org.odpi.openmetadata.accessservices.subjectarea.server.services - package org.odpi.openmetadata.accessservices.subjectarea.server.services
- org.odpi.openmetadata.accessservices.subjectarea.utilities - package org.odpi.openmetadata.accessservices.subjectarea.utilities
P
- populateAdditionalProperties(N, InstanceProperties) - Method in class org.odpi.openmetadata.accessservices.subjectarea.server.mappers.entities.EntityDetailMapper
- populateSystemAttributesForInstanceAuditHeader(SystemAttributes, InstanceAuditHeader) - Static method in class org.odpi.openmetadata.accessservices.subjectarea.utilities.SubjectAreaUtils
- PREFERRED_TERM - Static variable in class org.odpi.openmetadata.accessservices.subjectarea.server.mappers.relationships.PreferredTermMapper
- PreferredTermMapper - Class in org.odpi.openmetadata.accessservices.subjectarea.server.mappers.relationships
-
Mapping methods to map between the preferredTerm and the equivalent omrs Relationship.
- PreferredTermMapper(OpenMetadataAPIGenericHandler) - Constructor for class org.odpi.openmetadata.accessservices.subjectarea.server.mappers.relationships.PreferredTermMapper
- processInstanceEvent(OMRSInstanceEvent) - Method in class org.odpi.openmetadata.accessservices.subjectarea.listener.SubjectAreaOMRSTopicListener
-
Unpack and deliver an instance event to the InstanceEventProcessor
- processRegistryEvent(OMRSRegistryEvent) - Method in class org.odpi.openmetadata.accessservices.subjectarea.listener.SubjectAreaOMRSTopicListener
-
Method to pass a Registry event received on topic.
- processTypeDefEvent(OMRSTypeDefEvent) - Method in class org.odpi.openmetadata.accessservices.subjectarea.listener.SubjectAreaOMRSTopicListener
-
Method to pass a Registry event received on topic.
- PROJECT - Static variable in class org.odpi.openmetadata.accessservices.subjectarea.server.mappers.entities.ProjectMapper
- PROJECT_SCOPE - Static variable in class org.odpi.openmetadata.accessservices.subjectarea.server.mappers.relationships.ProjectScopeMapper
- ProjectMapper - Class in org.odpi.openmetadata.accessservices.subjectarea.server.mappers.entities
-
Mapping methods to map between Project (or a subtype of Project) and EntityDetail.
- ProjectMapper(OpenMetadataAPIGenericHandler) - Constructor for class org.odpi.openmetadata.accessservices.subjectarea.server.mappers.entities.ProjectMapper
- ProjectScopeMapper - Class in org.odpi.openmetadata.accessservices.subjectarea.server.mappers.relationships
-
Mapping methods to map between the ProjectScope and the equivalent omrs Relationship.
- ProjectScopeMapper(OpenMetadataAPIGenericHandler) - Constructor for class org.odpi.openmetadata.accessservices.subjectarea.server.mappers.relationships.ProjectScopeMapper
R
- registerAccessService() - Static method in class org.odpi.openmetadata.accessservices.subjectarea.server.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(OpenMetadataAPIGenericHandler) - Constructor for class org.odpi.openmetadata.accessservices.subjectarea.server.mappers.relationships.RelatedTermMapper
- RelationshipMapper<R extends Relationship> - Class in org.odpi.openmetadata.accessservices.subjectarea.server.mappers.relationships
-
Static mapping methods to map between the relationship and the equivalent generated OMRSRelationshipBean
- RelationshipMapper(OpenMetadataAPIGenericHandler) - Constructor for class org.odpi.openmetadata.accessservices.subjectarea.server.mappers.relationships.RelationshipMapper
- RelationshipTypeMapper - Class in org.odpi.openmetadata.accessservices.subjectarea.server.mappers.graph
-
Static mapping methods to map between the omas relationship Type and omrs relationship type.
- RelationshipTypeMapper() - Constructor for class org.odpi.openmetadata.accessservices.subjectarea.server.mappers.graph.RelationshipTypeMapper
- removePropertyByNameFromInstanceProperties(InstanceProperties, String) - Method in class org.odpi.openmetadata.accessservices.subjectarea.server.mappers.entities.EntityDetailMapper
-
Extract and delete the qualifiedName property from the supplied instance properties.
- 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(OpenMetadataAPIGenericHandler) - 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.RelationshipMapper
- restoreAntonym(String, String, String) - Method in class org.odpi.openmetadata.accessservices.subjectarea.server.services.SubjectAreaRelationshipRESTServices
-
Restore an antonym relationship.
- restoreCategory(String, String) - Method in class org.odpi.openmetadata.accessservices.subjectarea.handlers.SubjectAreaCategoryHandler
-
Restore a Category or a SubjectAreaDefinition
- 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.
- restoreCategoryHierarchyLink(String, String, String) - Method in class org.odpi.openmetadata.accessservices.subjectarea.server.services.SubjectAreaRelationshipRESTServices
-
Restore a CategoryHierarchyLink Relationship.
- restoreGlossary(String, String) - Method in class org.odpi.openmetadata.accessservices.subjectarea.handlers.SubjectAreaGlossaryHandler
-
Restore a Glossary
- restoreGlossary(String, String, String) - Method in class org.odpi.openmetadata.accessservices.subjectarea.server.services.SubjectAreaGlossaryRESTServices
-
Restore a Glossary
- restoreIsARelationship(String, String, String) - Method in class org.odpi.openmetadata.accessservices.subjectarea.server.services.SubjectAreaRelationshipRESTServices
-
Restore a is a relationship.
- restoreIsATypeOf(String, String, String) - Method in class org.odpi.openmetadata.accessservices.subjectarea.server.services.SubjectAreaRelationshipRESTServices
-
Restore a is IsATypeOf relationship.
- restoreIsATypeOfDeprecated(String, String, String) - Method in class org.odpi.openmetadata.accessservices.subjectarea.server.services.SubjectAreaRelationshipRESTServices
-
Deprecated.IsATypeOfRelationship it is deprecated; move your instances to use IsATypeOf instead.
- restorePreferredTerm(String, String, String) - Method in class org.odpi.openmetadata.accessservices.subjectarea.server.services.SubjectAreaRelationshipRESTServices
-
Restore a preferred term relationship.
- restoreProject(String, String) - Method in class org.odpi.openmetadata.accessservices.subjectarea.handlers.SubjectAreaProjectHandler
-
Restore a Project
- 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.
- restoreRelationship(String, String, Class<? extends IRelationshipMapper<R>>, String) - Method in class org.odpi.openmetadata.accessservices.subjectarea.handlers.SubjectAreaRelationshipHandler
-
Restore a relationship.
- restoreRelationship(String, String, String, Class<? extends IRelationshipMapper<L>>, String) - Method in class org.odpi.openmetadata.accessservices.subjectarea.server.services.SubjectAreaRESTServicesInstance
-
Restore a relationship (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) - Method in class org.odpi.openmetadata.accessservices.subjectarea.handlers.SubjectAreaTermHandler
-
Restore a Term
- 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.
- 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.
- 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.
- RetentionMapper - Class in org.odpi.openmetadata.accessservices.subjectarea.server.mappers.classifications
-
Mapping methods to map between Retention and the omrs equivalents.
- RetentionMapper(OpenMetadataAPIGenericHandler) - Constructor for class org.odpi.openmetadata.accessservices.subjectarea.server.mappers.classifications.RetentionMapper
S
- sanitiseFindRequest(String, boolean, boolean) - Method in class org.odpi.openmetadata.accessservices.subjectarea.handlers.SubjectAreaHandler
- sanitiseFindRequest(FindRequest, boolean, boolean) - Method in class org.odpi.openmetadata.accessservices.subjectarea.handlers.SubjectAreaHandler
-
Take a FindRequest and sanitise it.
- 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(OpenMetadataAPIGenericHandler) - Constructor for class org.odpi.openmetadata.accessservices.subjectarea.server.mappers.relationships.SemanticAssignmentMapper
- setDatePropertyInInstanceProperties(InstanceProperties, Date, String) - Static method in class org.odpi.openmetadata.accessservices.subjectarea.utilities.SubjectAreaUtils
-
set the Date value into the InstanceProperties
- setIntegerPropertyInInstanceProperties(InstanceProperties, Integer, String) - Static method in class org.odpi.openmetadata.accessservices.subjectarea.utilities.SubjectAreaUtils
-
Set the Integer value into the InstanceProperties.
- setNodeEffectivity(String, Node, String, String, String, String) - Method in class org.odpi.openmetadata.accessservices.subjectarea.handlers.SubjectAreaHandler
-
Set the effectivity to and from dates date for a Node
- setRelationshipEffectivity(String, Node, String, String, String, String) - Method in class org.odpi.openmetadata.accessservices.subjectarea.handlers.SubjectAreaHandler
-
Set the effectivity to and from dates date for a Relationship
- setStatusPropertyInInstanceProperties(InstanceProperties, TermRelationshipStatus, String) - Static method in class org.odpi.openmetadata.accessservices.subjectarea.utilities.SubjectAreaUtils
-
Set status values into instance properties.
- setStringPropertyInInstanceProperties(InstanceProperties, String, String) - Static method in class org.odpi.openmetadata.accessservices.subjectarea.utilities.SubjectAreaUtils
-
Set the String value into the InstanceProperties.
- setUniqueQualifiedNameIfBlank(Node) - Method in class org.odpi.openmetadata.accessservices.subjectarea.handlers.SubjectAreaHandler
-
Set unique qualifiedName into the supplied Node.
- shutdown() - Method in class org.odpi.openmetadata.accessservices.subjectarea.admin.SubjectAreaAdmin
-
Shutdown the access service.
- SpineAttributeMapper - Class in org.odpi.openmetadata.accessservices.subjectarea.server.mappers.classifications
-
Mapping methods to map between SpineAttribute and the omrs equivalents.
- SpineAttributeMapper(OpenMetadataAPIGenericHandler) - 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(OpenMetadataAPIGenericHandler) - Constructor for class org.odpi.openmetadata.accessservices.subjectarea.server.mappers.classifications.SpineObjectMapper
- SubjectAreaAdmin - Class in org.odpi.openmetadata.accessservices.subjectarea.admin
-
SubjectAreaAdmin is the Subject Area Open Metadata Access Service (OMAS) implementation class that controls its lifecycle.
- SubjectAreaAdmin() - Constructor for class org.odpi.openmetadata.accessservices.subjectarea.admin.SubjectAreaAdmin
-
Default constructor
- SubjectAreaCategoryHandler - Class in org.odpi.openmetadata.accessservices.subjectarea.handlers
-
The SubjectAreaRESTServicesInstance provides the org.odpi.openmetadata.accessservices.subjectarea.server-side implementation of the SubjectArea Open Metadata Access Service (OMAS).
- SubjectAreaCategoryHandler(OpenMetadataAPIGenericHandler, int) - Constructor for class org.odpi.openmetadata.accessservices.subjectarea.handlers.SubjectAreaCategoryHandler
-
Construct the Subject Area Category Handler needed to operate within a single server instance.
- SubjectAreaCategoryRESTServices - Class in org.odpi.openmetadata.accessservices.subjectarea.server.services
-
The SubjectAreaRESTServicesInstance provides the 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
- SubjectAreaConfigHandler - Class in org.odpi.openmetadata.accessservices.subjectarea.handlers
-
SubjectAreaTermHandler manages config objects from the property server.
- SubjectAreaConfigHandler(OpenMetadataAPIGenericHandler, int) - Constructor for class org.odpi.openmetadata.accessservices.subjectarea.handlers.SubjectAreaConfigHandler
-
Construct the Subject Area Config Handler needed to operate within a single server instance.
- SubjectAreaConfigRESTServices - 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.
- SubjectAreaConfigRESTServices() - Constructor for class org.odpi.openmetadata.accessservices.subjectarea.server.services.SubjectAreaConfigRESTServices
-
Default constructor
- SubjectAreaGlossaryHandler - Class in org.odpi.openmetadata.accessservices.subjectarea.handlers
-
SubjectAreaGlossaryHandler manages Glossary objects from the property server.
- SubjectAreaGlossaryHandler(OpenMetadataAPIGenericHandler, int) - Constructor for class org.odpi.openmetadata.accessservices.subjectarea.handlers.SubjectAreaGlossaryHandler
-
Construct the Subject Area Glossary Handler needed to operate within a single server instance.
- 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
- SubjectAreaGraphHandler - Class in org.odpi.openmetadata.accessservices.subjectarea.handlers
-
The SubjectAreaRESTServicesInstance provides the org.odpi.openmetadata.accessservices.subjectarea.server-side implementation of the SubjectArea Open Metadata Access Service (OMAS).
- SubjectAreaGraphHandler(OpenMetadataAPIGenericHandler, int) - Constructor for class org.odpi.openmetadata.accessservices.subjectarea.handlers.SubjectAreaGraphHandler
-
Construct the Subject Area Graph Handler needed to operate within a single server instance.
- 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
- SubjectAreaHandler - Class in org.odpi.openmetadata.accessservices.subjectarea.handlers
-
SubjectAreaProjectHandler manages Project objects from the property server.
- SubjectAreaHandler(OpenMetadataAPIGenericHandler, int) - Constructor for class org.odpi.openmetadata.accessservices.subjectarea.handlers.SubjectAreaHandler
-
Construct the Subject Area Handler needed to operate within a single server instance.
- SubjectAreaMapper - Class in org.odpi.openmetadata.accessservices.subjectarea.server.mappers.classifications
-
Mapping methods to map between SubjectArea and the omrs equivalents.
- SubjectAreaMapper - Annotation Type in org.odpi.openmetadata.accessservices.subjectarea.server.mappers
- SubjectAreaMapper(OpenMetadataAPIGenericHandler) - 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, AuditLog) - Constructor for class org.odpi.openmetadata.accessservices.subjectarea.listener.SubjectAreaOMRSTopicListener
-
The constructor is given the connection to the out topic for Subject Area OMAS along with classes for testing and manipulating instances.
- SubjectAreaProjectHandler - Class in org.odpi.openmetadata.accessservices.subjectarea.handlers
-
SubjectAreaProjectHandler manages Project objects from the property server.
- SubjectAreaProjectHandler(OpenMetadataAPIGenericHandler, int) - Constructor for class org.odpi.openmetadata.accessservices.subjectarea.handlers.SubjectAreaProjectHandler
-
Construct the Subject Area Project Handler needed to operate within a single server instance.
- 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
- 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, AuditLog) - 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.server
-
SubjectAreaRegistration registers the access service with the OMAG Server administration services.
- SubjectAreaRegistration() - Constructor for class org.odpi.openmetadata.accessservices.subjectarea.server.SubjectAreaRegistration
- SubjectAreaRelationshipHandler - Class in org.odpi.openmetadata.accessservices.subjectarea.handlers
-
TheSubjectAreaTermRESTServices provides the server-side implementation of the SubjectArea Open Metadata Access Service (OMAS) for Terms.
- SubjectAreaRelationshipHandler(OpenMetadataAPIGenericHandler, int) - Constructor for class org.odpi.openmetadata.accessservices.subjectarea.handlers.SubjectAreaRelationshipHandler
-
Construct the Subject Area Relationship Handler needed to operate within a single server instance.
- 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
- 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, AuditLog, String, int) - Constructor for class org.odpi.openmetadata.accessservices.subjectarea.server.services.SubjectAreaServicesInstance
-
Set up the local repository connector that will service the REST Calls.
- SubjectAreaTermHandler - Class in org.odpi.openmetadata.accessservices.subjectarea.handlers
-
SubjectAreaTermHandler manages Term objects from the property server.
- SubjectAreaTermHandler(OpenMetadataAPIGenericHandler, int) - Constructor for class org.odpi.openmetadata.accessservices.subjectarea.handlers.SubjectAreaTermHandler
-
Construct the Subject Area Term Handler needed to operate within a single server instance.
- 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
- 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(OpenMetadataAPIGenericHandler) - Constructor for class org.odpi.openmetadata.accessservices.subjectarea.server.mappers.relationships.SynonymMapper
T
- TaxonomyMapper - Class in org.odpi.openmetadata.accessservices.subjectarea.server.mappers.classifications
-
Mapping methods to map between Taxonomy and the omrs equivalents.
- TaxonomyMapper(OpenMetadataAPIGenericHandler) - Constructor for class org.odpi.openmetadata.accessservices.subjectarea.server.mappers.classifications.TaxonomyMapper
- TERM_ANCHOR - Static variable in class org.odpi.openmetadata.accessservices.subjectarea.server.mappers.relationships.TermAnchorMapper
- TERM_CATEGORIZATION - Static variable in class org.odpi.openmetadata.accessservices.subjectarea.server.mappers.relationships.TermCategorizationMapper
- TERM_HASA_RELATIONSHIP - Static variable in class org.odpi.openmetadata.accessservices.subjectarea.server.mappers.relationships.TermHasARelationshipMapper
- TERM_TYPED_BY_RELATIONSHIP - Static variable in class org.odpi.openmetadata.accessservices.subjectarea.server.mappers.relationships.TermTypedByRelationshipMapper
- TermAnchorMapper - Class in org.odpi.openmetadata.accessservices.subjectarea.server.mappers.relationships
-
Mapping methods to map between the termAnchor and the equivalent omrs Relationship.
- TermAnchorMapper(OpenMetadataAPIGenericHandler) - Constructor for class org.odpi.openmetadata.accessservices.subjectarea.server.mappers.relationships.TermAnchorMapper
- TermCategorizationMapper - Class in org.odpi.openmetadata.accessservices.subjectarea.server.mappers.relationships
-
Mapping methods to map between the termCategorization and the equivalent omrs Relationship.
- TermCategorizationMapper(OpenMetadataAPIGenericHandler) - Constructor for class org.odpi.openmetadata.accessservices.subjectarea.server.mappers.relationships.TermCategorizationMapper
- TermHasARelationshipMapper - Class in org.odpi.openmetadata.accessservices.subjectarea.server.mappers.relationships
-
Mapping methods to map between the termHASARelationship and the equivalent omrs Relationship.
- TermHasARelationshipMapper(OpenMetadataAPIGenericHandler) - Constructor for class org.odpi.openmetadata.accessservices.subjectarea.server.mappers.relationships.TermHasARelationshipMapper
- TermIsATypeOfRelationshipDeprecatedMapper - Class in org.odpi.openmetadata.accessservices.subjectarea.server.mappers.relationships
-
Deprecated.use IsATypeOfRelationship not TermISATypeOFRelationship
- TermIsATypeOfRelationshipDeprecatedMapper(OpenMetadataAPIGenericHandler) - Constructor for class org.odpi.openmetadata.accessservices.subjectarea.server.mappers.relationships.TermIsATypeOfRelationshipDeprecatedMapper
-
Deprecated.
- TermMapper - Class in org.odpi.openmetadata.accessservices.subjectarea.server.mappers.entities
-
Static mapping methods to map between the Term and the generated OMRSBean for GlossaryTerm.
- TermMapper(OpenMetadataAPIGenericHandler) - Constructor for class org.odpi.openmetadata.accessservices.subjectarea.server.mappers.entities.TermMapper
- TermTypedByRelationshipMapper - Class in org.odpi.openmetadata.accessservices.subjectarea.server.mappers.relationships
-
Mapping methods to map between the termTYPEDBYRelationship and the equivalent omrs Relationship.
- TermTypedByRelationshipMapper(OpenMetadataAPIGenericHandler) - Constructor for class org.odpi.openmetadata.accessservices.subjectarea.server.mappers.relationships.TermTypedByRelationshipMapper
- toEntityDetail(N) - 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) Note that this does not map the readonly flag to the provenance, the caller needs to handle this if required.
- TRANSLATION - Static variable in class org.odpi.openmetadata.accessservices.subjectarea.server.mappers.relationships.TranslationMapper
- TranslationMapper - Class in org.odpi.openmetadata.accessservices.subjectarea.server.mappers.relationships
-
Mapping methods to map between the translation and the equivalent omrs Relationship.
- TranslationMapper(OpenMetadataAPIGenericHandler) - Constructor for class org.odpi.openmetadata.accessservices.subjectarea.server.mappers.relationships.TranslationMapper
U
- updateAntonymRelationship(String, String, String, Antonym, boolean) - Method in class org.odpi.openmetadata.accessservices.subjectarea.server.services.SubjectAreaRelationshipRESTServices
-
Update a Antonym relationship which is a link between glossary terms that have the opposite meaning
- updateCategory(String, String, String, Category, boolean) - Method in class org.odpi.openmetadata.accessservices.subjectarea.server.services.SubjectAreaCategoryRESTServices
-
Update a Category
- updateCategory(String, SubjectAreaRelationshipHandler, String, Category, boolean) - Method in class org.odpi.openmetadata.accessservices.subjectarea.handlers.SubjectAreaCategoryHandler
-
Update a Category
- updateCategoryHierarchyLink(String, String, String, CategoryHierarchyLink, Boolean) - Method in class org.odpi.openmetadata.accessservices.subjectarea.server.services.SubjectAreaRelationshipRESTServices
-
Update a CategoryHierarchyLink Relationship.
- updateGlossary(String, String, String, Glossary, boolean) - Method in class org.odpi.openmetadata.accessservices.subjectarea.server.services.SubjectAreaGlossaryRESTServices
-
Update a Glossary
- updateGlossary(String, String, Glossary, boolean) - Method in class org.odpi.openmetadata.accessservices.subjectarea.handlers.SubjectAreaGlossaryHandler
-
Update a Glossary
- updateIsARelationship(String, String, String, IsA, boolean) - Method in class org.odpi.openmetadata.accessservices.subjectarea.server.services.SubjectAreaRelationshipRESTServices
-
Update a Isa relationship, which is a link between a more general glossary term and a more specific definition.
- updateIsATypeOf(String, String, String, IsATypeOf, boolean) - Method in class org.odpi.openmetadata.accessservices.subjectarea.server.services.SubjectAreaRelationshipRESTServices
-
Update a IsATypeOf relationship, which is an inheritance relationship between two spine objects.
- updateIsATypeOfDeprecated(String, String, String, IsATypeOfDeprecated, boolean) - Method in class org.odpi.openmetadata.accessservices.subjectarea.server.services.SubjectAreaRelationshipRESTServices
-
Deprecated.IsATypeOfRelationship it is deprecated; move your instances to use IsATypeOf instead.
- updateNodeWithClassification(Category, Classification) - Method in class org.odpi.openmetadata.accessservices.subjectarea.server.mappers.entities.CategoryMapper
- updateNodeWithClassification(Glossary, Classification) - Method in class org.odpi.openmetadata.accessservices.subjectarea.server.mappers.entities.GlossaryMapper
- updateNodeWithClassification(Project, Classification) - Method in class org.odpi.openmetadata.accessservices.subjectarea.server.mappers.entities.ProjectMapper
- updateNodeWithClassification(Term, Classification) - Method in class org.odpi.openmetadata.accessservices.subjectarea.server.mappers.entities.TermMapper
- updateOMRSAttributes(Classification) - Method in class org.odpi.openmetadata.accessservices.subjectarea.server.mappers.classifications.CanonicalVocabularyMapper
- updateOMRSAttributes(Classification) - Method in class org.odpi.openmetadata.accessservices.subjectarea.server.mappers.classifications.ClassificationMapper
- updateOMRSAttributes(Classification) - Method in class org.odpi.openmetadata.accessservices.subjectarea.server.mappers.classifications.ConfidenceMapper
- updateOMRSAttributes(Classification) - Method in class org.odpi.openmetadata.accessservices.subjectarea.server.mappers.classifications.ConfidentialityMapper
- updateOMRSAttributes(Classification) - Method in class org.odpi.openmetadata.accessservices.subjectarea.server.mappers.classifications.CriticalityMapper
- updateOMRSAttributes(Classification) - Method in class org.odpi.openmetadata.accessservices.subjectarea.server.mappers.classifications.GlossaryProjectMapper
- updateOMRSAttributes(Classification) - Method in class org.odpi.openmetadata.accessservices.subjectarea.server.mappers.classifications.ObjectIdentifierMapper
- updateOMRSAttributes(Classification) - Method in class org.odpi.openmetadata.accessservices.subjectarea.server.mappers.classifications.RetentionMapper
- updateOMRSAttributes(Classification) - Method in class org.odpi.openmetadata.accessservices.subjectarea.server.mappers.classifications.SpineAttributeMapper
- updateOMRSAttributes(Classification) - Method in class org.odpi.openmetadata.accessservices.subjectarea.server.mappers.classifications.SpineObjectMapper
- updateOMRSAttributes(Classification) - Method in class org.odpi.openmetadata.accessservices.subjectarea.server.mappers.classifications.SubjectAreaMapper
- updateOMRSAttributes(Classification) - Method in class org.odpi.openmetadata.accessservices.subjectarea.server.mappers.classifications.TaxonomyMapper
- updatePreferredTermRelationship(String, String, String, PreferredTerm, boolean) - Method in class org.odpi.openmetadata.accessservices.subjectarea.server.services.SubjectAreaRelationshipRESTServices
-
Update a PreferredTerm relationship, which is a link between glossary terms, it is a Link to an alternative term that the organization prefers is used.
- updateProject(String, String, String, Project, boolean) - Method in class org.odpi.openmetadata.accessservices.subjectarea.server.services.SubjectAreaProjectRESTServices
-
Update a Project
- updateProject(String, String, Project, boolean) - Method in class org.odpi.openmetadata.accessservices.subjectarea.handlers.SubjectAreaProjectHandler
-
Update a Project
- updateProjectScopeRelationship(String, String, String, ProjectScope, boolean) - Method in class org.odpi.openmetadata.accessservices.subjectarea.server.services.SubjectAreaRelationshipRESTServices
-
Update a ProjectScope relationship which is a link between the project content and the project.
- updateRelatedTerm(String, String, String, RelatedTerm, boolean) - Method in class org.odpi.openmetadata.accessservices.subjectarea.server.services.SubjectAreaRelationshipRESTServices
-
Update a Related Term relationship.
- updateRelationship(String, String, String, Class<? extends IRelationshipMapper<R>>, R, Boolean) - Method in class org.odpi.openmetadata.accessservices.subjectarea.handlers.SubjectAreaRelationshipHandler
-
Update a relationship.
- updateRelationship(String, String, String, String, Class<? extends IRelationshipMapper<L>>, L, boolean) - Method in class org.odpi.openmetadata.accessservices.subjectarea.server.services.SubjectAreaRESTServicesInstance
-
Update a relationship.
- updateReplacementTerm(String, String, String, ReplacementTerm, boolean) - Method in class org.odpi.openmetadata.accessservices.subjectarea.server.services.SubjectAreaRelationshipRESTServices
-
Update a ReplacementTerm relationship, which is a link to a glossary term that is replacing an obsolete glossary term.
- updateSynonymRelationship(String, String, String, Synonym, boolean) - Method in class org.odpi.openmetadata.accessservices.subjectarea.server.services.SubjectAreaRelationshipRESTServices
-
Update a Synonym relationship which is a link between glossary terms that have the same meaning
- updateTerm(String, String, String, Term, boolean) - Method in class org.odpi.openmetadata.accessservices.subjectarea.server.services.SubjectAreaTermRESTServices
-
Update a Term
- updateTerm(String, String, Term, SubjectAreaRelationshipHandler, boolean) - Method in class org.odpi.openmetadata.accessservices.subjectarea.handlers.SubjectAreaTermHandler
-
Update a Term
- updateTermCategorizationRelationship(String, String, String, Categorization, Boolean) - Method in class org.odpi.openmetadata.accessservices.subjectarea.server.services.SubjectAreaRelationshipRESTServices
-
Update a termCategorization Relationship.
- updateTermHasARelationship(String, String, String, HasA, boolean) - Method in class org.odpi.openmetadata.accessservices.subjectarea.server.services.SubjectAreaRelationshipRESTServices
-
Update a Hasa is the relationship between a spine object and a spine attribute.
- updateTermTypedByRelationship(String, String, String, TypedBy, boolean) - Method in class org.odpi.openmetadata.accessservices.subjectarea.server.services.SubjectAreaRelationshipRESTServices
-
Update a TypedBy relationship, which is a link between a spine attribute and its type.
- updateTranslationRelationship(String, String, String, Translation, boolean) - Method in class org.odpi.openmetadata.accessservices.subjectarea.server.services.SubjectAreaRelationshipRESTServices
-
Update a Translation relationship translation relationship, which is a link between glossary terms to provide different natural language translation of the same concept.
- updateUsedInContextRelationship(String, String, String, UsedInContext, boolean) - Method in class org.odpi.openmetadata.accessservices.subjectarea.server.services.SubjectAreaRelationshipRESTServices
-
Update a UsedInContext relationship which is a link between glossary terms, where one describes the context where the other one is valid to use.
- updateValidValueRelationship(String, String, String, ValidValue, boolean) - Method in class org.odpi.openmetadata.accessservices.subjectarea.server.services.SubjectAreaRelationshipRESTServices
-
Update a ValidValue relationship which is a link between glossary terms that have the same meaning
- USED_IN_CONTEXT - Static variable in class org.odpi.openmetadata.accessservices.subjectarea.server.mappers.relationships.UsedInContextMapper
- UsedInContextMapper - Class in org.odpi.openmetadata.accessservices.subjectarea.server.mappers.relationships
-
Mapping methods to map between the usedInContext and the equivalent omrs Relationship.
- UsedInContextMapper(OpenMetadataAPIGenericHandler) - Constructor for class org.odpi.openmetadata.accessservices.subjectarea.server.mappers.relationships.UsedInContextMapper
V
- VALID_VALUE - Static variable in class org.odpi.openmetadata.accessservices.subjectarea.server.mappers.relationships.ValidValueMapper
- validateCategoriesDuringCreation(String, String, List<CategorySummary>) - Method in class org.odpi.openmetadata.accessservices.subjectarea.handlers.SubjectAreaTermHandler
-
This method validates that any Categories supplied to a Term create exist.
- validateGlossarySummaryDuringCreation(String, String, GlossarySummary) - Method in class org.odpi.openmetadata.accessservices.subjectarea.handlers.SubjectAreaHandler
-
This method validated for creation.
- ValidValueMapper - Class in org.odpi.openmetadata.accessservices.subjectarea.server.mappers.relationships
-
Mapping methods to map between the validValue and the equivalent omrs Relationship.
- ValidValueMapper(OpenMetadataAPIGenericHandler) - Constructor for class org.odpi.openmetadata.accessservices.subjectarea.server.mappers.relationships.ValidValueMapper
All Classes All Packages