Skip navigation links
B C D F G I O P R S T U V 

B

BaseGlossaryAuthorView - Class in org.odpi.openmetadata.viewservices.glossaryauthor.services
An abstract base class providing common methods for glossary authoring services.
BaseGlossaryAuthorView() - Constructor for class org.odpi.openmetadata.viewservices.glossaryauthor.services.BaseGlossaryAuthorView
 
BreadCrumb - Class in org.odpi.openmetadata.viewservices.glossaryauthor.properties
 
BreadCrumb(String, String, NodeType) - Constructor for class org.odpi.openmetadata.viewservices.glossaryauthor.properties.BreadCrumb
 
BreadCrumb(BreadCrumb, BreadCrumb) - Constructor for class org.odpi.openmetadata.viewservices.glossaryauthor.properties.BreadCrumb
 
BreadCrumbHandler - Class in org.odpi.openmetadata.viewservices.glossaryauthor.handlers
The breadcrumb handler is initialised with Subject Area Node clients clients (allowing calls to the Subject Area OMAs to be made) and the userId under which those calls should be issued.
BreadCrumbHandler(SubjectAreaNodeClients, String) - Constructor for class org.odpi.openmetadata.viewservices.glossaryauthor.handlers.BreadCrumbHandler
 
BreadCrumbTrail - Class in org.odpi.openmetadata.viewservices.glossaryauthor.properties
 
BreadCrumbTrail(List<BreadCrumb>) - Constructor for class org.odpi.openmetadata.viewservices.glossaryauthor.properties.BreadCrumbTrail
 

C

createAntonym(String, String, Antonym) - Method in class org.odpi.openmetadata.viewservices.glossaryauthor.services.GlossaryAuthorViewRelationshipRESTServices
Create an antonym relationship, which is a link between glossary terms that have the opposite meanings.
createAntonymRelationship(String, Antonym) - Method in class org.odpi.openmetadata.viewservices.glossaryauthor.handlers.RelationshipHandler
Create a antonym relationship.
createCategory(String, String, Category) - Method in class org.odpi.openmetadata.viewservices.glossaryauthor.services.GlossaryAuthorViewCategoryRESTServices
Create a Category
createCategoryAnchor(String, String, CategoryAnchor) - Method in class org.odpi.openmetadata.viewservices.glossaryauthor.services.GlossaryAuthorViewRelationshipRESTServices
Create a categoryAnchor Relationship.
createCategoryAnchorRelationship(String, CategoryAnchor) - Method in class org.odpi.openmetadata.viewservices.glossaryauthor.handlers.RelationshipHandler
Create a Category Anchor Relationship.
createGlossary(String, String, Glossary) - Method in class org.odpi.openmetadata.viewservices.glossaryauthor.services.GlossaryAuthorViewGlossaryRESTServices
Create a Glossary.
createIsaRelationship(String, IsA) - Method in class org.odpi.openmetadata.viewservices.glossaryauthor.handlers.RelationshipHandler
Create a Isa relationship, which is link between a more general glossary term and a more specific definition.
createIsaRelationship(String, String, IsA) - Method in class org.odpi.openmetadata.viewservices.glossaryauthor.services.GlossaryAuthorViewRelationshipRESTServices
Create iSARelationship relationship, which is a link between a more general glossary term and a more specific definition.
createMultipleTermsInAGlossary(String, String, String, Term[]) - Method in class org.odpi.openmetadata.viewservices.glossaryauthor.services.GlossaryAuthorViewGlossaryRESTServices
Create the supplied list of Terms in the glossary, identified by the supplied guid.
createPreferredTerm(String, String, PreferredTerm) - Method in class org.odpi.openmetadata.viewservices.glossaryauthor.services.GlossaryAuthorViewRelationshipRESTServices
Create a preferredTerm relationship, which is a link between glossary terms, it is a Link to an alternative term that the organization prefers is used.
createPreferredTermRelationship(String, PreferredTerm) - Method in class org.odpi.openmetadata.viewservices.glossaryauthor.handlers.RelationshipHandler
Create a PreferredTerm relationship, which is link to an alternative term that the organization prefer is used.
createProject(String, String, Project) - Method in class org.odpi.openmetadata.viewservices.glossaryauthor.services.GlossaryAuthorViewProjectRESTServices
Create a Project.
createProjectScope(String, String, ProjectScope) - Method in class org.odpi.openmetadata.viewservices.glossaryauthor.services.GlossaryAuthorViewRelationshipRESTServices
Create a project scope relationship, which is a link between the project content and the project.
createProjectScopeRelationship(String, ProjectScope) - Method in class org.odpi.openmetadata.viewservices.glossaryauthor.handlers.RelationshipHandler
Create a ProjectScope relationship.
createRelatedTerm(String, RelatedTerm) - Method in class org.odpi.openmetadata.viewservices.glossaryauthor.handlers.RelationshipHandler
Create a RelatedTerm.
createRelatedTerm(String, String, RelatedTerm) - Method in class org.odpi.openmetadata.viewservices.glossaryauthor.services.GlossaryAuthorViewRelationshipRESTServices
Create a Related Term is a link between two similar Terms.
createReplacementTerm(String, String, ReplacementTerm) - Method in class org.odpi.openmetadata.viewservices.glossaryauthor.services.GlossaryAuthorViewRelationshipRESTServices
Create a replacementTerm relationship, which is a link to a glossary term that is replacing an obsolete glossary term.
createReplacementTermRelationship(String, ReplacementTerm) - Method in class org.odpi.openmetadata.viewservices.glossaryauthor.handlers.RelationshipHandler
Create a ReplacementTerm relationship, which is link to a glossary term that is replacing an obsolete glossary term.
createSynonym(String, String, Synonym) - Method in class org.odpi.openmetadata.viewservices.glossaryauthor.services.GlossaryAuthorViewRelationshipRESTServices
Create a synonym relationship, which is a link between glossary terms that have the same meaning.
createSynonymRelationship(String, Synonym) - Method in class org.odpi.openmetadata.viewservices.glossaryauthor.handlers.RelationshipHandler
Create a synonym relationship.
createTerm(String, String, Term) - Method in class org.odpi.openmetadata.viewservices.glossaryauthor.services.GlossaryAuthorViewTermRESTServices
Create a Term
createTermAnchor(String, String, TermAnchor) - Method in class org.odpi.openmetadata.viewservices.glossaryauthor.services.GlossaryAuthorViewRelationshipRESTServices
Create a termAnchor Relationship.
createTermAnchorRelationship(String, TermAnchor) - Method in class org.odpi.openmetadata.viewservices.glossaryauthor.handlers.RelationshipHandler
Create a Term Anchor Relationship.
createTermCategorization(String, String, Categorization) - Method in class org.odpi.openmetadata.viewservices.glossaryauthor.services.GlossaryAuthorViewRelationshipRESTServices
Create a termCategorization Relationship.
createTermCategorizationRelationship(String, Categorization) - Method in class org.odpi.openmetadata.viewservices.glossaryauthor.handlers.RelationshipHandler
Create a Term Categorization Relationship.
createTermHasARelationship(String, HasA) - Method in class org.odpi.openmetadata.viewservices.glossaryauthor.handlers.RelationshipHandler
Create a Term HasA Relationship.
createTermHasARelationship(String, String, HasA) - Method in class org.odpi.openmetadata.viewservices.glossaryauthor.services.GlossaryAuthorViewRelationshipRESTServices
Create a Hasa is the relationship between a spine object and a spine attribute.
createTermIsATypeOfRelationship(String, IsATypeOf) - Method in class org.odpi.openmetadata.viewservices.glossaryauthor.handlers.RelationshipHandler
Create a IsaTypeOf relationship, which is defines an inheritance relationship between two spine objects.
createTermIsATypeOfRelationship(String, String, IsATypeOf) - Method in class org.odpi.openmetadata.viewservices.glossaryauthor.services.GlossaryAuthorViewRelationshipRESTServices
Create a termIsATypeOfRelationship relationship, which is an inheritance relationship between two spine objects.
createTermTYPEDBYRelationship(String, TypedBy) - Method in class org.odpi.openmetadata.viewservices.glossaryauthor.handlers.RelationshipHandler
Create a TypedBy relationship, which is defines the relationship between a spine attribute and its type.
createTermTYPEDBYRelationship(String, String, TypedBy) - Method in class org.odpi.openmetadata.viewservices.glossaryauthor.services.GlossaryAuthorViewRelationshipRESTServices
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.viewservices.glossaryauthor.services.GlossaryAuthorViewRelationshipRESTServices
Create a translation relationship, which is a link between glossary terms to provide different natural language translation of the same concept.
createTranslationRelationship(String, Translation) - Method in class org.odpi.openmetadata.viewservices.glossaryauthor.handlers.RelationshipHandler
Create a Translation relationship, which is link between glossary terms that provide different natural language translation of the same concept.
createUsedInContext(String, String, UsedInContext) - Method in class org.odpi.openmetadata.viewservices.glossaryauthor.services.GlossaryAuthorViewRelationshipRESTServices
Create a usedInContext relationship, which is a link between glossary terms, where one describes the context where the other one is valid to use.
createUsedInContextRelationship(String, UsedInContext) - Method in class org.odpi.openmetadata.viewservices.glossaryauthor.handlers.RelationshipHandler
Create a UsedInContext relationship, which is link between glossary terms where on describes the context where the other one is valid to use.
createValidValue(String, String, ValidValue) - Method in class org.odpi.openmetadata.viewservices.glossaryauthor.services.GlossaryAuthorViewRelationshipRESTServices
Create a ValidValue relationship, which is link between glossary terms where one defines one of the data values for the another.
createValidValueRelationship(String, ValidValue) - Method in class org.odpi.openmetadata.viewservices.glossaryauthor.handlers.RelationshipHandler
Create a ValidValue relationship, which is link between glossary terms where one defines one of the data values for the another.

D

deleteAntonym(String, String, String, Boolean) - Method in class org.odpi.openmetadata.viewservices.glossaryauthor.services.GlossaryAuthorViewRelationshipRESTServices
Delete a Antonym relationship, which is a link between glossary terms that have the same meaning.
deleteAntonymRelationship(String, String) - Method in class org.odpi.openmetadata.viewservices.glossaryauthor.handlers.RelationshipHandler
Delete a antonym relationship.
deleteCategory(String, String, String, boolean) - Method in class org.odpi.openmetadata.viewservices.glossaryauthor.services.GlossaryAuthorViewCategoryRESTServices
Delete a Category instance
deleteCategoryAnchor(String, String, String, Boolean) - Method in class org.odpi.openmetadata.viewservices.glossaryauthor.services.GlossaryAuthorViewRelationshipRESTServices
Delete a categoryAnchor Relationship.
deleteCategoryAnchorRelationship(String, String) - Method in class org.odpi.openmetadata.viewservices.glossaryauthor.handlers.RelationshipHandler
Delete a Category Anchor Relationship.
deleteGlossary(String, String, String, boolean) - Method in class org.odpi.openmetadata.viewservices.glossaryauthor.services.GlossaryAuthorViewGlossaryRESTServices
Delete a Glossary instance
deleteIsaRelationship(String, String) - Method in class org.odpi.openmetadata.viewservices.glossaryauthor.handlers.RelationshipHandler
Delete a isa relationship, which is link between a more general glossary term and a more specific definition.
deleteIsARelationship(String, String, String, Boolean) - Method in class org.odpi.openmetadata.viewservices.glossaryauthor.services.GlossaryAuthorViewRelationshipRESTServices
Delete iSARelationship relationship, which is a link between a more general glossary term and a more specific definition.
deletePreferredTerm(String, String, String, Boolean) - Method in class org.odpi.openmetadata.viewservices.glossaryauthor.services.GlossaryAuthorViewRelationshipRESTServices
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.
deletePreferredTermRelationship(String, String) - Method in class org.odpi.openmetadata.viewservices.glossaryauthor.handlers.RelationshipHandler
Delete a preferredTerm relationship, which is link to an alternative term that the organization prefer is used.
deleteProject(String, String, String, boolean) - Method in class org.odpi.openmetadata.viewservices.glossaryauthor.services.GlossaryAuthorViewProjectRESTServices
Delete a Project instance
deleteProjectScope(String, String, String, Boolean) - Method in class org.odpi.openmetadata.viewservices.glossaryauthor.services.GlossaryAuthorViewRelationshipRESTServices
Delete a project scope relationship, which is a link between the project content and the project.
deleteProjectScopeRelationship(String, String) - Method in class org.odpi.openmetadata.viewservices.glossaryauthor.handlers.RelationshipHandler
Delete a ProjectScope relationship.
deleteRelatedTerm(String, String) - Method in class org.odpi.openmetadata.viewservices.glossaryauthor.handlers.RelationshipHandler
Delete a RelatedTerm.
deleteRelatedTerm(String, String, String, Boolean) - Method in class org.odpi.openmetadata.viewservices.glossaryauthor.services.GlossaryAuthorViewRelationshipRESTServices
Delete a Related Term is a link between two similar Terms.
deleteReplacementTerm(String, String, String, Boolean) - Method in class org.odpi.openmetadata.viewservices.glossaryauthor.services.GlossaryAuthorViewRelationshipRESTServices
Delete a replacementTerm relationship, which is a link to a glossary term that is replacing an obsolete glossary term.
deleteReplacementTermRelationship(String, String) - Method in class org.odpi.openmetadata.viewservices.glossaryauthor.handlers.RelationshipHandler
Delete a replacementTerm relationship, which is link to a glossary term that is replacing an obsolete glossary term.
deleteSynonym(String, String, String, Boolean) - Method in class org.odpi.openmetadata.viewservices.glossaryauthor.services.GlossaryAuthorViewRelationshipRESTServices
Delete a synonym relationship, which is a link between glossary terms that have the same meaning.
deleteSynonymRelationship(String, String) - Method in class org.odpi.openmetadata.viewservices.glossaryauthor.handlers.RelationshipHandler
Delete a synonym relationship.
deleteTerm(String, String, String, boolean) - Method in class org.odpi.openmetadata.viewservices.glossaryauthor.services.GlossaryAuthorViewTermRESTServices
Delete a Term instance
deleteTermAnchor(String, String, String, Boolean) - Method in class org.odpi.openmetadata.viewservices.glossaryauthor.services.GlossaryAuthorViewRelationshipRESTServices
Delete a termAnchor Relationship.
deleteTermAnchorRelationship(String, String) - Method in class org.odpi.openmetadata.viewservices.glossaryauthor.handlers.RelationshipHandler
Delete a Term Anchor Relationship.
deleteTermCategorization(String, String, String, Boolean) - Method in class org.odpi.openmetadata.viewservices.glossaryauthor.services.GlossaryAuthorViewRelationshipRESTServices
Delete a termCategorization Relationship.
deleteTermCategorizationRelationship(String, String) - Method in class org.odpi.openmetadata.viewservices.glossaryauthor.handlers.RelationshipHandler
Delete a Term Categorization Relationship.
deleteTermHasARelationship(String, String) - Method in class org.odpi.openmetadata.viewservices.glossaryauthor.handlers.RelationshipHandler
Delete a Term HasA Relationship.
deleteTermHasARelationship(String, String, String, boolean) - Method in class org.odpi.openmetadata.viewservices.glossaryauthor.services.GlossaryAuthorViewRelationshipRESTServices
Delete a Term HAS A relationship
deleteTermIsATypeOfRelationship(String, String) - Method in class org.odpi.openmetadata.viewservices.glossaryauthor.handlers.RelationshipHandler
Delete a IsaTypeOf relationship, which is defines an inheritance relationship between two spine objects.
deleteTermIsATypeOfRelationship(String, String, String, Boolean) - Method in class org.odpi.openmetadata.viewservices.glossaryauthor.services.GlossaryAuthorViewRelationshipRESTServices
Delete a termIsATypeOfRelationship relationship, which is an inheritance relationship between two spine objects.
deleteTermTYPEDBYRelationship(String, String) - Method in class org.odpi.openmetadata.viewservices.glossaryauthor.handlers.RelationshipHandler
Delete a termTYPEDBYRelationship relationship, which is defines the relationship between a spine attribute and its type.
deleteTermTYPEDBYRelationship(String, String, String, Boolean) - Method in class org.odpi.openmetadata.viewservices.glossaryauthor.services.GlossaryAuthorViewRelationshipRESTServices
Delete a termTYPEDBYRelationship relationship, which is a link between a spine attribute and its type.
deleteTranslation(String, String, String, Boolean) - Method in class org.odpi.openmetadata.viewservices.glossaryauthor.services.GlossaryAuthorViewRelationshipRESTServices
Delete a translation relationship, which is a link between glossary terms to provide different natural language translation of the same concept.
deleteTranslationRelationship(String, String) - Method in class org.odpi.openmetadata.viewservices.glossaryauthor.handlers.RelationshipHandler
Delete a translation relationship, which is link between glossary terms that provide different natural language translation of the same concept.
deleteUsedInContext(String, String, String, Boolean) - Method in class org.odpi.openmetadata.viewservices.glossaryauthor.services.GlossaryAuthorViewRelationshipRESTServices
Delete a usedInContext relationship, which is a link between glossary terms, where one describes the context where the other one is valid to use.
deleteUsedInContextRelationship(String, String) - Method in class org.odpi.openmetadata.viewservices.glossaryauthor.handlers.RelationshipHandler
Delete a usedInContext relationship, which is link between glossary terms where on describes the context where the other one is valid to use.
deleteValidValue(String, String, String, Boolean) - Method in class org.odpi.openmetadata.viewservices.glossaryauthor.services.GlossaryAuthorViewRelationshipRESTServices
Delete a ValidValue relationship, which is link between glossary terms where one defines one of the data values for the another.
deleteValidValueRelationship(String, String) - Method in class org.odpi.openmetadata.viewservices.glossaryauthor.handlers.RelationshipHandler
Delete a validValue relationship, which is link between glossary terms where one defines one of the data values for the another.

F

findCategory(String, String, Date, String, Integer, Integer, SequencingOrder, String) - Method in class org.odpi.openmetadata.viewservices.glossaryauthor.services.GlossaryAuthorViewCategoryRESTServices
Find Category
findGlossary(String, String, Date, String, Integer, Integer, SequencingOrder, String) - Method in class org.odpi.openmetadata.viewservices.glossaryauthor.services.GlossaryAuthorViewGlossaryRESTServices
Find Glossary
findProject(String, String, Date, String, Integer, Integer, SequencingOrder, String) - Method in class org.odpi.openmetadata.viewservices.glossaryauthor.services.GlossaryAuthorViewProjectRESTServices
Find Project
findTerm(String, String, Date, String, Integer, Integer, SequencingOrder, String) - Method in class org.odpi.openmetadata.viewservices.glossaryauthor.services.GlossaryAuthorViewTermRESTServices
Find Term

G

getAntonym(String, String, String) - Method in class org.odpi.openmetadata.viewservices.glossaryauthor.services.GlossaryAuthorViewRelationshipRESTServices
Get a Antonym relationship, which is a link between glossary terms that have the same meaning.
getAntonymRelationship(String, String) - Method in class org.odpi.openmetadata.viewservices.glossaryauthor.handlers.RelationshipHandler
Get a antonym relationship.
getBreadCrumbs() - Method in class org.odpi.openmetadata.viewservices.glossaryauthor.properties.BreadCrumbTrail
Return breadcrumbs in the right order with the path information in them
getBreadCrumbTrail(String, String, String, String) - Method in class org.odpi.openmetadata.viewservices.glossaryauthor.handlers.BreadCrumbHandler
 
getBreadCrumbTrail(String, String, String, String, String, String) - Method in class org.odpi.openmetadata.viewservices.glossaryauthor.services.GlossaryAuthorViewGlossaryRESTServices
Get BreadCrumbTrail.
getCategories(String, String, String, Integer, Integer, Boolean) - Method in class org.odpi.openmetadata.viewservices.glossaryauthor.services.GlossaryAuthorViewGlossaryRESTServices
 
getCategories(String, String, String, Integer, Integer) - Method in class org.odpi.openmetadata.viewservices.glossaryauthor.services.GlossaryAuthorViewTermRESTServices
 
getCategorizedTerms(String, String, String, Integer, Integer) - Method in class org.odpi.openmetadata.viewservices.glossaryauthor.services.GlossaryAuthorViewCategoryRESTServices
 
getCategory(String, String, String) - Method in class org.odpi.openmetadata.viewservices.glossaryauthor.services.GlossaryAuthorViewCategoryRESTServices
Get a category.
getCategoryAnchor(String, String, String) - Method in class org.odpi.openmetadata.viewservices.glossaryauthor.services.GlossaryAuthorViewRelationshipRESTServices
Get a categoryAnchor Relationship.
getCategoryAnchorRelationship(String, String) - Method in class org.odpi.openmetadata.viewservices.glossaryauthor.handlers.RelationshipHandler
Get a Category Anchor Relationship.
getCategoryChildren(String, String, String, Integer, Integer) - Method in class org.odpi.openmetadata.viewservices.glossaryauthor.services.GlossaryAuthorViewCategoryRESTServices
 
getCategoryRelationships(String, String, String, Date, Integer, Integer, SequencingOrder, String) - Method in class org.odpi.openmetadata.viewservices.glossaryauthor.services.GlossaryAuthorViewCategoryRESTServices
Get Category relationships
getDisplayName() - Method in class org.odpi.openmetadata.viewservices.glossaryauthor.properties.BreadCrumb
 
getGlossary(String, String, String) - Method in class org.odpi.openmetadata.viewservices.glossaryauthor.services.GlossaryAuthorViewGlossaryRESTServices
Get a glossary.
getGlossaryRelationships(String, String, String, Date, Integer, Integer, SequencingOrder, String) - Method in class org.odpi.openmetadata.viewservices.glossaryauthor.services.GlossaryAuthorViewGlossaryRESTServices
Get Glossary relationships
getGuid() - Method in class org.odpi.openmetadata.viewservices.glossaryauthor.properties.BreadCrumb
 
getInstance(String) - Method in class org.odpi.openmetadata.viewservices.glossaryauthor.initialization.GlossaryAuthorViewServicesInstanceMap
Return the instance for this server.
getIsaRelationship(String, String) - Method in class org.odpi.openmetadata.viewservices.glossaryauthor.handlers.RelationshipHandler
Get a isa relationship, which is link between a more general glossary term and a more specific definition.
getIsARelationship(String, String, String) - Method in class org.odpi.openmetadata.viewservices.glossaryauthor.services.GlossaryAuthorViewRelationshipRESTServices
Get iSARelationship relationship, which is a link between a more general glossary term and a more specific definition.
getMessageDefinition() - Method in enum org.odpi.openmetadata.viewservices.glossaryauthor.auditlog.GlossaryAuthorViewAuditCode
Retrieve a message definition object for logging.
getMessageDefinition(String...) - Method in enum org.odpi.openmetadata.viewservices.glossaryauthor.auditlog.GlossaryAuthorViewAuditCode
Retrieve a message definition object for logging.
getMessageDefinition() - Method in enum org.odpi.openmetadata.viewservices.glossaryauthor.ffdc.GlossaryAuthorErrorCode
Retrieve a message definition object for an exception.
getMessageDefinition(String...) - Method in enum org.odpi.openmetadata.viewservices.glossaryauthor.ffdc.GlossaryAuthorErrorCode
Retrieve a message definition object for an exception.
getNodeClients() - Method in class org.odpi.openmetadata.viewservices.glossaryauthor.admin.serviceinstances.GlossaryAuthorViewServicesInstance
 
getNodeType() - Method in class org.odpi.openmetadata.viewservices.glossaryauthor.properties.BreadCrumb
 
getPath() - Method in class org.odpi.openmetadata.viewservices.glossaryauthor.properties.BreadCrumb
The path of this breadcrumb locates it within the breadcrumbtrail, relative to the start of the trail.
getPreferredTerm(String, String, String) - Method in class org.odpi.openmetadata.viewservices.glossaryauthor.services.GlossaryAuthorViewRelationshipRESTServices
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.
getPreferredTermRelationship(String, String) - Method in class org.odpi.openmetadata.viewservices.glossaryauthor.handlers.RelationshipHandler
Get a preferredTerm relationship, which is link to an alternative term that the organization prefer is used.
getProject(String, String, String) - Method in class org.odpi.openmetadata.viewservices.glossaryauthor.services.GlossaryAuthorViewProjectRESTServices
Get a project.
getProjectRelationships(String, String, String, Date, Integer, Integer, SequencingOrder, String) - Method in class org.odpi.openmetadata.viewservices.glossaryauthor.services.GlossaryAuthorViewProjectRESTServices
Get Project relationships
getProjectScope(String, String, String) - Method in class org.odpi.openmetadata.viewservices.glossaryauthor.services.GlossaryAuthorViewRelationshipRESTServices
Get a project scope relationship, which is a link between the project content and the project.
getProjectScopeRelationship(String, String) - Method in class org.odpi.openmetadata.viewservices.glossaryauthor.handlers.RelationshipHandler
Get a ProjectScope relationship.
getRelatedTerm(String, String) - Method in class org.odpi.openmetadata.viewservices.glossaryauthor.handlers.RelationshipHandler
Get a RelatedTerm.
getRelatedTerm(String, String, String) - Method in class org.odpi.openmetadata.viewservices.glossaryauthor.services.GlossaryAuthorViewRelationshipRESTServices
Get a Related Term is a link between two similar Terms.
getRelationshipHandler(String, String, String) - Method in class org.odpi.openmetadata.viewservices.glossaryauthor.initialization.GlossaryAuthorViewInstanceHandler
 
getReplacementTerm(String, String, String) - Method in class org.odpi.openmetadata.viewservices.glossaryauthor.services.GlossaryAuthorViewRelationshipRESTServices
Get a replacementTerm relationship, which is a link to a glossary term that is replacing an obsolete glossary term.
getReplacementTermRelationship(String, String) - Method in class org.odpi.openmetadata.viewservices.glossaryauthor.handlers.RelationshipHandler
Get a replacementTerm relationship, which is link to a glossary term that is replacing an obsolete glossary term.
getResponseForError(Throwable, AuditLog, String, String) - Method in class org.odpi.openmetadata.viewservices.glossaryauthor.services.BaseGlossaryAuthorView
Get the appropriate response from the supplied Exception
getSemanticAssignmentRelationship(String, String) - Method in class org.odpi.openmetadata.viewservices.glossaryauthor.handlers.RelationshipHandler
Get a SemanticAssignment relationship, Links a glossary term to another element such as an asset or schema element to define its meaning.
getSemanticAssignmentRelationship(String, String, String) - Method in class org.odpi.openmetadata.viewservices.glossaryauthor.services.GlossaryAuthorViewRelationshipRESTServices
Get a SemanticAssignment relationship, Links a glossary term to another element such as an asset or schema element to define its meaning.
getSubjectAreaGraph() - Method in class org.odpi.openmetadata.viewservices.glossaryauthor.admin.serviceinstances.GlossaryAuthorViewServicesInstance
 
getSubjectAreaNodeClients(String, String, String) - Method in class org.odpi.openmetadata.viewservices.glossaryauthor.initialization.GlossaryAuthorViewInstanceHandler
This method returns the object for the tenant to use to work with the subject area nodes API
getSubjectAreaRelationship() - Method in class org.odpi.openmetadata.viewservices.glossaryauthor.admin.serviceinstances.GlossaryAuthorViewServicesInstance
 
getSynonym(String, String, String) - Method in class org.odpi.openmetadata.viewservices.glossaryauthor.services.GlossaryAuthorViewRelationshipRESTServices
Get a synonym relationship, which is a link between glossary terms that have the same meaning.
getSynonymRelationship(String, String) - Method in class org.odpi.openmetadata.viewservices.glossaryauthor.handlers.RelationshipHandler
Get a synonym relationship.
getTerm(String, String, String) - Method in class org.odpi.openmetadata.viewservices.glossaryauthor.services.GlossaryAuthorViewTermRESTServices
Get a term.
getTermAnchor(String, String, String) - Method in class org.odpi.openmetadata.viewservices.glossaryauthor.services.GlossaryAuthorViewRelationshipRESTServices
Get a termAnchor Relationship.
getTermAnchorRelationship(String, String) - Method in class org.odpi.openmetadata.viewservices.glossaryauthor.handlers.RelationshipHandler
Get a Term Anchor Relationship.
getTermCategorization(String, String, String) - Method in class org.odpi.openmetadata.viewservices.glossaryauthor.services.GlossaryAuthorViewRelationshipRESTServices
Get a termCategorization Relationship.
getTermCategorizationRelationship(String, String) - Method in class org.odpi.openmetadata.viewservices.glossaryauthor.handlers.RelationshipHandler
Get a Term Categorization Relationship.
getTermHasARelationship(String, String) - Method in class org.odpi.openmetadata.viewservices.glossaryauthor.handlers.RelationshipHandler
Get a Term HasA Relationship.
getTermHasARelationship(String, String, String) - Method in class org.odpi.openmetadata.viewservices.glossaryauthor.services.GlossaryAuthorViewRelationshipRESTServices
Get a Term HAS A relationship
getTermIsATypeOfRelationship(String, String) - Method in class org.odpi.openmetadata.viewservices.glossaryauthor.handlers.RelationshipHandler
Get a IsaTypeOf relationship, which is defines an inheritance relationship between two spine objects.
getTermIsATypeOfRelationship(String, String, String) - Method in class org.odpi.openmetadata.viewservices.glossaryauthor.services.GlossaryAuthorViewRelationshipRESTServices
Get a termIsATypeOfRelationship relationship, which is an inheritance relationship between two spine objects.
getTermRelationships(String, String, String, Date, Integer, Integer, SequencingOrder, String) - Method in class org.odpi.openmetadata.viewservices.glossaryauthor.services.GlossaryAuthorViewTermRESTServices
Get Term relationships
getTerms(String, String, String, Integer, Integer) - Method in class org.odpi.openmetadata.viewservices.glossaryauthor.services.GlossaryAuthorViewGlossaryRESTServices
 
getTermTYPEDBYRelationship(String, String) - Method in class org.odpi.openmetadata.viewservices.glossaryauthor.handlers.RelationshipHandler
Get a termTYPEDBYRelationship relationship, which is defines the relationship between a spine attribute and its type.
getTermTYPEDBYRelationship(String, String, String) - Method in class org.odpi.openmetadata.viewservices.glossaryauthor.services.GlossaryAuthorViewRelationshipRESTServices
Get a termTYPEDBYRelationship relationship, which is a link between a spine attribute and its type.
getTranslation(String, String, String) - Method in class org.odpi.openmetadata.viewservices.glossaryauthor.services.GlossaryAuthorViewRelationshipRESTServices
Get a translation relationship, which is a link between glossary terms to provide different natural language translation of the same concept.
getTranslationRelationship(String, String) - Method in class org.odpi.openmetadata.viewservices.glossaryauthor.handlers.RelationshipHandler
Get a translation relationship, which is link between glossary terms that provide different natural language translation of the same concept.
getUsedInContext(String, String, String) - Method in class org.odpi.openmetadata.viewservices.glossaryauthor.services.GlossaryAuthorViewRelationshipRESTServices
Get a usedInContext relationship, which is a link between glossary terms, where one describes the context where the other one is valid to use.
getUsedInContextRelationship(String, String) - Method in class org.odpi.openmetadata.viewservices.glossaryauthor.handlers.RelationshipHandler
Get a usedInContext relationship, which is link between glossary terms where on describes the context where the other one is valid to use.
getValidValue(String, String, String) - Method in class org.odpi.openmetadata.viewservices.glossaryauthor.services.GlossaryAuthorViewRelationshipRESTServices
Get a ValidValue relationship, which is link between glossary terms where one defines one of the data values for the another.
getValidValueRelationship(String, String) - Method in class org.odpi.openmetadata.viewservices.glossaryauthor.handlers.RelationshipHandler
Get a validValue relationship, which is link between glossary terms where one defines one of the data values for the another.
getViewServiceName() - Method in class org.odpi.openmetadata.viewservices.glossaryauthor.admin.serviceinstances.GlossaryAuthorViewServicesInstance
 
GlossaryAuthorErrorCode - Enum in org.odpi.openmetadata.viewservices.glossaryauthor.ffdc
The GlossaryAuthorErrorCode is used to define first failure data capture (FFDC) for errors that occur when working with the Glossary Author OMVS Services.
GlossaryAuthorViewAdmin - Class in org.odpi.openmetadata.viewservices.glossaryauthor.admin
GlossaryAuthorViewAdmin is the class that is called by the UI Server to initialize and terminate the Subject Area OMVS.
GlossaryAuthorViewAdmin() - Constructor for class org.odpi.openmetadata.viewservices.glossaryauthor.admin.GlossaryAuthorViewAdmin
Default constructor
GlossaryAuthorViewAuditCode - Enum in org.odpi.openmetadata.viewservices.glossaryauthor.auditlog
The GlossaryAuthorAuditCode is used to define the message content for the OMRS Audit Log.
GlossaryAuthorViewCategoryRESTServices - Class in org.odpi.openmetadata.viewservices.glossaryauthor.services
The GlossaryAuthorViewCategoryRESTServices provides the org.odpi.openmetadata.viewservices.glossaryauthor.services implementation of the Glossary Author Open Metadata View Service (OMVS).
GlossaryAuthorViewCategoryRESTServices() - Constructor for class org.odpi.openmetadata.viewservices.glossaryauthor.services.GlossaryAuthorViewCategoryRESTServices
Default constructor
GlossaryAuthorViewGlossaryRESTServices - Class in org.odpi.openmetadata.viewservices.glossaryauthor.services
The GlossaryAuthorViewGlossaryRESTServices provides the org.odpi.openmetadata.viewservices.glossaryauthor.services implementation of the GlossaryAuthor Open Metadata View Service (OMVS).
GlossaryAuthorViewGlossaryRESTServices() - Constructor for class org.odpi.openmetadata.viewservices.glossaryauthor.services.GlossaryAuthorViewGlossaryRESTServices
Default constructor
GlossaryAuthorViewInstanceHandler - Class in org.odpi.openmetadata.viewservices.glossaryauthor.initialization
GlossaryAuthorViewInstanceHandler retrieves information from the instance map for the access service instances.
GlossaryAuthorViewInstanceHandler() - Constructor for class org.odpi.openmetadata.viewservices.glossaryauthor.initialization.GlossaryAuthorViewInstanceHandler
Default constructor registers the view service
GlossaryAuthorViewProjectRESTServices - Class in org.odpi.openmetadata.viewservices.glossaryauthor.services
The GlossaryAuthorViewProjectRESTServices provides the org.odpi.openmetadata.viewservices.glossaryauthor.services implementation of the Glossary Author Open Metadata View Service (OMVS).
GlossaryAuthorViewProjectRESTServices() - Constructor for class org.odpi.openmetadata.viewservices.glossaryauthor.services.GlossaryAuthorViewProjectRESTServices
Default constructor
GlossaryAuthorViewRegistration - Class in org.odpi.openmetadata.viewservices.glossaryauthor.initialization
GlossaryAuthorRegistration registers the view service with the OMAG Server administration services.
GlossaryAuthorViewRegistration() - Constructor for class org.odpi.openmetadata.viewservices.glossaryauthor.initialization.GlossaryAuthorViewRegistration
 
GlossaryAuthorViewRelationshipRESTServices - Class in org.odpi.openmetadata.viewservices.glossaryauthor.services
The GlossaryAuthorViewRelationshipRESTServices provides the org.odpi.openmetadata.viewservices.glossaryauthor.services implementation of the Glossary Author Open Metadata View Service (OMVS).
GlossaryAuthorViewRelationshipRESTServices() - Constructor for class org.odpi.openmetadata.viewservices.glossaryauthor.services.GlossaryAuthorViewRelationshipRESTServices
Default constructor
GlossaryAuthorViewServicesInstance - Class in org.odpi.openmetadata.viewservices.glossaryauthor.admin.serviceinstances
GlossaryAuthorViewServicesInstance caches references to objects it needs for a specific server.
GlossaryAuthorViewServicesInstance(String, AuditLog, String, int, String, String) - Constructor for class org.odpi.openmetadata.viewservices.glossaryauthor.admin.serviceinstances.GlossaryAuthorViewServicesInstance
Set up the Glossary Author OMVS instance
GlossaryAuthorViewServicesInstance - Class in org.odpi.openmetadata.viewservices.glossaryauthor.services
GlossaryAuthorViewServicesInstance caches references to objects it needs for a specific server.
GlossaryAuthorViewServicesInstance(String, OMRSAuditLog, String, int, String, String) - Constructor for class org.odpi.openmetadata.viewservices.glossaryauthor.services.GlossaryAuthorViewServicesInstance
Set up the objects for the Glossary Author view service
GlossaryAuthorViewServicesInstanceMap - Class in org.odpi.openmetadata.viewservices.glossaryauthor.initialization
GlossaryAuthorViewServicesInstanceMap provides the mapping for inbound REST requests to the appropriate instances for the requested server.
GlossaryAuthorViewServicesInstanceMap() - Constructor for class org.odpi.openmetadata.viewservices.glossaryauthor.initialization.GlossaryAuthorViewServicesInstanceMap
Constructor
GlossaryAuthorViewTermRESTServices - Class in org.odpi.openmetadata.viewservices.glossaryauthor.services
The GlossaryAuthorViewTermRESTServices provides the org.odpi.openmetadata.viewservices.glossaryauthor.services implementation of the Glossary Author Open Metadata View Service (OMVS).
GlossaryAuthorViewTermRESTServices() - Constructor for class org.odpi.openmetadata.viewservices.glossaryauthor.services.GlossaryAuthorViewTermRESTServices
Default constructor

I

initialize(String, ViewServiceConfig, AuditLog, String, int) - Method in class org.odpi.openmetadata.viewservices.glossaryauthor.admin.GlossaryAuthorViewAdmin
Initialize the subject area access service.
instanceHandler - Static variable in class org.odpi.openmetadata.viewservices.glossaryauthor.services.BaseGlossaryAuthorView
 
invalidParameterHandler - Static variable in class org.odpi.openmetadata.viewservices.glossaryauthor.services.BaseGlossaryAuthorView
 

O

org.odpi.openmetadata.viewservices.glossaryauthor.admin - package org.odpi.openmetadata.viewservices.glossaryauthor.admin
 
org.odpi.openmetadata.viewservices.glossaryauthor.admin.serviceinstances - package org.odpi.openmetadata.viewservices.glossaryauthor.admin.serviceinstances
 
org.odpi.openmetadata.viewservices.glossaryauthor.auditlog - package org.odpi.openmetadata.viewservices.glossaryauthor.auditlog
 
org.odpi.openmetadata.viewservices.glossaryauthor.ffdc - package org.odpi.openmetadata.viewservices.glossaryauthor.ffdc
 
org.odpi.openmetadata.viewservices.glossaryauthor.handlers - package org.odpi.openmetadata.viewservices.glossaryauthor.handlers
 
org.odpi.openmetadata.viewservices.glossaryauthor.initialization - package org.odpi.openmetadata.viewservices.glossaryauthor.initialization
 
org.odpi.openmetadata.viewservices.glossaryauthor.properties - package org.odpi.openmetadata.viewservices.glossaryauthor.properties
 
org.odpi.openmetadata.viewservices.glossaryauthor.services - package org.odpi.openmetadata.viewservices.glossaryauthor.services
 

P

purgeAntonymRelationship(String, String) - Method in class org.odpi.openmetadata.viewservices.glossaryauthor.handlers.RelationshipHandler
Purge a antonym relationship.
purgeCategoryAnchorRelationship(String, String) - Method in class org.odpi.openmetadata.viewservices.glossaryauthor.handlers.RelationshipHandler
Purge a Category Anchor Relationship.
purgeIsaRelationship(String, String) - Method in class org.odpi.openmetadata.viewservices.glossaryauthor.handlers.RelationshipHandler
Purge a isa relationship, which is link between a more general glossary term and a more specific definition.
purgePreferredTermRelationship(String, String) - Method in class org.odpi.openmetadata.viewservices.glossaryauthor.handlers.RelationshipHandler
Purge a preferredTerm relationship, which is link to an alternative term that the organization prefer is used.
purgeProjectScopeRelationship(String, String) - Method in class org.odpi.openmetadata.viewservices.glossaryauthor.handlers.RelationshipHandler
Purge a ProjectScope relationship.
purgeRelatedTerm(String, String) - Method in class org.odpi.openmetadata.viewservices.glossaryauthor.handlers.RelationshipHandler
Purge a RelatedTerm.
purgeReplacementTermRelationship(String, String) - Method in class org.odpi.openmetadata.viewservices.glossaryauthor.handlers.RelationshipHandler
Purge a replacementTerm relationship, which is link to a glossary term that is replacing an obsolete glossary term.
purgeSynonymRelationship(String, String) - Method in class org.odpi.openmetadata.viewservices.glossaryauthor.handlers.RelationshipHandler
Purge a synonym relationship.
purgeTermAnchorRelationship(String, String) - Method in class org.odpi.openmetadata.viewservices.glossaryauthor.handlers.RelationshipHandler
Purge a Term Anchor Relationship.
purgeTermCategorizationRelationship(String, String) - Method in class org.odpi.openmetadata.viewservices.glossaryauthor.handlers.RelationshipHandler
Purge a Term Categorization Relationship.
purgeTermHasARelationship(String, String) - Method in class org.odpi.openmetadata.viewservices.glossaryauthor.handlers.RelationshipHandler
Purge a Term HasA Relationship.
purgeTermIsATypeOfRelationship(String, String) - Method in class org.odpi.openmetadata.viewservices.glossaryauthor.handlers.RelationshipHandler
Purge a IsaTypeOf relationship, which is defines an inheritance relationship between two spine objects.
purgeTermTYPEDBYRelationship(String, String) - Method in class org.odpi.openmetadata.viewservices.glossaryauthor.handlers.RelationshipHandler
Purge a termTYPEDBYRelationship relationship, which is defines the relationship between a spine attribute and its type.
purgeTranslationRelationship(String, String) - Method in class org.odpi.openmetadata.viewservices.glossaryauthor.handlers.RelationshipHandler
Purge a translation relationship, which is link between glossary terms that provide different natural language translation of the same concept.
purgeUsedInContextRelationship(String, String) - Method in class org.odpi.openmetadata.viewservices.glossaryauthor.handlers.RelationshipHandler
Purge a usedInContext relationship, which is link between glossary terms where on describes the context where the other one is valid to use.
purgeValidValueRelationship(String, String) - Method in class org.odpi.openmetadata.viewservices.glossaryauthor.handlers.RelationshipHandler
Purge a validValue relationship, which is link between glossary terms where one defines one of the data values for the another.

R

registerViewService() - Static method in class org.odpi.openmetadata.viewservices.glossaryauthor.initialization.GlossaryAuthorViewRegistration
Pass information about this view service to the OMAG Server administration services.
RelationshipHandler - Class in org.odpi.openmetadata.viewservices.glossaryauthor.handlers
The relationship handler is initialised with a SubjectAreaRelationship, that contains the server the call should be sent to.
RelationshipHandler(SubjectAreaRelationshipClients) - Constructor for class org.odpi.openmetadata.viewservices.glossaryauthor.handlers.RelationshipHandler
Constructor for the RelationshipHandler
removeInstanceForJVM(String) - Static method in class org.odpi.openmetadata.viewservices.glossaryauthor.initialization.GlossaryAuthorViewServicesInstanceMap
Remove the instance for this server.
replaceAntonymRelationship(String, String, Antonym) - Method in class org.odpi.openmetadata.viewservices.glossaryauthor.handlers.RelationshipHandler
Replace an Antonym relationship which is a link between glossary terms that have the opposite meaning
replaceCategoryAnchorRelationship(String, String, CategoryAnchor) - Method in class org.odpi.openmetadata.viewservices.glossaryauthor.handlers.RelationshipHandler
Replace a Category Anchor Relationship.
replaceIsaRelationship(String, String, IsA) - Method in class org.odpi.openmetadata.viewservices.glossaryauthor.handlers.RelationshipHandler
Replace an Isa relationship, which is link between a more general glossary term and a more specific definition.
replacePreferredTermRelationship(String, String, PreferredTerm) - Method in class org.odpi.openmetadata.viewservices.glossaryauthor.handlers.RelationshipHandler
Replace an PreferredTerm relationship, which is link to an alternative term that the organization prefer is used.
replaceProjectScopeRelationship(String, String, ProjectScope) - Method in class org.odpi.openmetadata.viewservices.glossaryauthor.handlers.RelationshipHandler
Replace a ProjectScope relationship which is a link between the project content and the project.
replaceRelatedTerm(String, String, RelatedTerm) - Method in class org.odpi.openmetadata.viewservices.glossaryauthor.handlers.RelationshipHandler
Replace an ReplacementTerm relationship, which is link to a glossary term that is replacing an obsolete glossary term.
replaceReplacementTermRelationship(String, String, ReplacementTerm) - Method in class org.odpi.openmetadata.viewservices.glossaryauthor.handlers.RelationshipHandler
Replace an ReplacementTerm relationship, which is link to a glossary term that is replacing an obsolete glossary term.
replaceSynonymRelationship(String, String, Synonym) - Method in class org.odpi.openmetadata.viewservices.glossaryauthor.handlers.RelationshipHandler
Replace a Synonym relationship, which is a link between glossary terms that have the same meaning
replaceTermAnchorRelationship(String, String, TermAnchor) - Method in class org.odpi.openmetadata.viewservices.glossaryauthor.handlers.RelationshipHandler
Replace a Term Anchor Relationship.
replaceTermCategorizationRelationship(String, String, Categorization) - Method in class org.odpi.openmetadata.viewservices.glossaryauthor.handlers.RelationshipHandler
Replace a Term HasA Relationship.
replaceTermHasARelationship(String, String, HasA) - Method in class org.odpi.openmetadata.viewservices.glossaryauthor.handlers.RelationshipHandler
Replace a Term HasA Relationship.
replaceTermIsATypeOfRelationship(String, String, IsATypeOf) - Method in class org.odpi.openmetadata.viewservices.glossaryauthor.handlers.RelationshipHandler
Replace an IsaTypeOf relationship, which is defines an inheritance relationship between two spine objects.
replaceTermTYPEDBYRelationship(String, String, TypedBy) - Method in class org.odpi.openmetadata.viewservices.glossaryauthor.handlers.RelationshipHandler
Replace an TypedBy relationship, which is defines the relationship between a spine attribute and its type.
replaceTranslationRelationship(String, String, Translation) - Method in class org.odpi.openmetadata.viewservices.glossaryauthor.handlers.RelationshipHandler
Replace an Translation relationship, which is link between glossary terms that provide different natural language translation of the same concept.
replaceUsedInContextRelationship(String, String, UsedInContext) - Method in class org.odpi.openmetadata.viewservices.glossaryauthor.handlers.RelationshipHandler
Replace an UsedInContext relationship, which is link between glossary terms where on describes the context where the other one is valid to use.
replaceValidValueRelationship(String, String, ValidValue) - Method in class org.odpi.openmetadata.viewservices.glossaryauthor.handlers.RelationshipHandler
Replace an ValidValue relationship, which is link between glossary terms where one defines one of the data values for the another.
restCallLogger - Static variable in class org.odpi.openmetadata.viewservices.glossaryauthor.services.BaseGlossaryAuthorView
 
restoreAntonym(String, String, String) - Method in class org.odpi.openmetadata.viewservices.glossaryauthor.services.GlossaryAuthorViewRelationshipRESTServices
Restore Antonym relationship, which is a link between glossary terms that have the same meaning.
restoreAntonymRelationship(String, String) - Method in class org.odpi.openmetadata.viewservices.glossaryauthor.handlers.RelationshipHandler
Restore a Antonym relationship
restoreCategory(String, String, String) - Method in class org.odpi.openmetadata.viewservices.glossaryauthor.services.GlossaryAuthorViewCategoryRESTServices
Restore a Category
restoreCategoryAnchor(String, String, String) - Method in class org.odpi.openmetadata.viewservices.glossaryauthor.services.GlossaryAuthorViewRelationshipRESTServices
Restore a categoryAnchor Relationship.
restoreCategoryAnchorRelationship(String, String) - Method in class org.odpi.openmetadata.viewservices.glossaryauthor.handlers.RelationshipHandler
Restore a Category Anchor Relationship.
restoreGlossary(String, String, String) - Method in class org.odpi.openmetadata.viewservices.glossaryauthor.services.GlossaryAuthorViewGlossaryRESTServices
Restore a Glossary
restoreIsaRelationship(String, String) - Method in class org.odpi.openmetadata.viewservices.glossaryauthor.handlers.RelationshipHandler
Restore an is a relationship
restoreIsARelationship(String, String, String) - Method in class org.odpi.openmetadata.viewservices.glossaryauthor.services.GlossaryAuthorViewRelationshipRESTServices
Restore iSARelationship relationship, which is a link between a more general glossary term and a more specific definition.
restoreIsaTypeOfRelationship(String, String) - Method in class org.odpi.openmetadata.viewservices.glossaryauthor.handlers.RelationshipHandler
Restore an is a type of relationship
restorePreferredTerm(String, String, String) - Method in class org.odpi.openmetadata.viewservices.glossaryauthor.services.GlossaryAuthorViewRelationshipRESTServices
Restore a preferredTerm relationship, which is a link between glossary terms, it is a Link to an alternative term that the organization prefers is used.
restorePreferredTermRelationship(String, String) - Method in class org.odpi.openmetadata.viewservices.glossaryauthor.handlers.RelationshipHandler
Restore a preferred term relationship
restoreProject(String, String, String) - Method in class org.odpi.openmetadata.viewservices.glossaryauthor.services.GlossaryAuthorViewProjectRESTServices
Restore a Project
restoreProjectScope(String, String, String) - Method in class org.odpi.openmetadata.viewservices.glossaryauthor.services.GlossaryAuthorViewRelationshipRESTServices
Restore a project scope relationship, which is a link between the project content and the project.
restoreProjectScopeRelationship(String, String) - Method in class org.odpi.openmetadata.viewservices.glossaryauthor.handlers.RelationshipHandler
Restore a ProjectScope relationship which is a link between the project content and the project.
restoreRelatedTerm(String, String) - Method in class org.odpi.openmetadata.viewservices.glossaryauthor.handlers.RelationshipHandler
Restore a Related Term relationship
restoreRelatedTerm(String, String, String) - Method in class org.odpi.openmetadata.viewservices.glossaryauthor.services.GlossaryAuthorViewRelationshipRESTServices
Restore Related Term is a link between two similar Terms.
restoreRelatedTermRelationship(String, String) - Method in class org.odpi.openmetadata.viewservices.glossaryauthor.handlers.RelationshipHandler
Restore a related term relationship
restoreReplacementTerm(String, String, String) - Method in class org.odpi.openmetadata.viewservices.glossaryauthor.services.GlossaryAuthorViewRelationshipRESTServices
Restore a replacementTerm relationship, which is a link to a glossary term that is replacing an obsolete glossary term.
restoreReplacementTermRelationship(String, String) - Method in class org.odpi.openmetadata.viewservices.glossaryauthor.handlers.RelationshipHandler
Restore a replacement term relationship
restoreSynonym(String, String, String) - Method in class org.odpi.openmetadata.viewservices.glossaryauthor.services.GlossaryAuthorViewRelationshipRESTServices
Restore synonym relationship, which is a link between glossary terms that have the same meaning.
restoreSynonymRelationship(String, String) - Method in class org.odpi.openmetadata.viewservices.glossaryauthor.handlers.RelationshipHandler
Restore a Synonym relationship
restoreTerm(String, String, String) - Method in class org.odpi.openmetadata.viewservices.glossaryauthor.services.GlossaryAuthorViewTermRESTServices
Restore a Term
restoreTermAnchor(String, String, String) - Method in class org.odpi.openmetadata.viewservices.glossaryauthor.services.GlossaryAuthorViewRelationshipRESTServices
Restore a termAnchor Relationship.
restoreTermAnchorRelationship(String, String) - Method in class org.odpi.openmetadata.viewservices.glossaryauthor.handlers.RelationshipHandler
Restore a Term Anchor Relationship.
restoreTermCategorization(String, String, String) - Method in class org.odpi.openmetadata.viewservices.glossaryauthor.services.GlossaryAuthorViewRelationshipRESTServices
Restore a termCategorization Relationship.
restoreTermCategorizationRelationship(String, String) - Method in class org.odpi.openmetadata.viewservices.glossaryauthor.handlers.RelationshipHandler
Restore a Term Categorization Relationship.
restoreTermHasARelationship(String, String) - Method in class org.odpi.openmetadata.viewservices.glossaryauthor.handlers.RelationshipHandler
Restore a Term HasA Relationship.
restoreTermHasARelationship(String, String, String) - Method in class org.odpi.openmetadata.viewservices.glossaryauthor.services.GlossaryAuthorViewRelationshipRESTServices
Restore a Term HAS A relationship.
restoreTermIsATypeOfRelationship(String, String, String) - Method in class org.odpi.openmetadata.viewservices.glossaryauthor.services.GlossaryAuthorViewRelationshipRESTServices
Restore a termIsATypeOfRelationship relationship, which is an inheritance relationship between two spine objects.
restoreTermTYPEDBYRelationship(String, String, String) - Method in class org.odpi.openmetadata.viewservices.glossaryauthor.services.GlossaryAuthorViewRelationshipRESTServices
Restore a termTYPEDBYRelationship relationship, which is a link between a spine attribute and its type.
restoreTranslation(String, String, String) - Method in class org.odpi.openmetadata.viewservices.glossaryauthor.services.GlossaryAuthorViewRelationshipRESTServices
Restore a translation relationship, which is a link between glossary terms to provide different natural language translation of the same concept.
restoreTranslationRelationship(String, String) - Method in class org.odpi.openmetadata.viewservices.glossaryauthor.handlers.RelationshipHandler
Restore a Translation relationship
restoreTypedByRelationship(String, String) - Method in class org.odpi.openmetadata.viewservices.glossaryauthor.handlers.RelationshipHandler
Restore a typed by relationship
restoreUsedInContext(String, String, String) - Method in class org.odpi.openmetadata.viewservices.glossaryauthor.services.GlossaryAuthorViewRelationshipRESTServices
Restore a usedInContext relationship, which is a link between glossary terms, where one describes the context where the other one is valid to use.
restoreUsedInContextRelationship(String, String) - Method in class org.odpi.openmetadata.viewservices.glossaryauthor.handlers.RelationshipHandler
Restore a Used in context relationship
restoreValidValue(String, String, String) - Method in class org.odpi.openmetadata.viewservices.glossaryauthor.services.GlossaryAuthorViewRelationshipRESTServices
Restore a ValidValue relationship, which is link between glossary terms where one defines one of the data values for the another.
restoreValidValueRelationship(String, String) - Method in class org.odpi.openmetadata.viewservices.glossaryauthor.handlers.RelationshipHandler
Restore a valid value relationship

S

setNewInstanceForJVM(String, GlossaryAuthorViewServicesInstance) - Static method in class org.odpi.openmetadata.viewservices.glossaryauthor.initialization.GlossaryAuthorViewServicesInstanceMap
Add a new server instance to the server map.
shutdown() - Method in class org.odpi.openmetadata.viewservices.glossaryauthor.admin.GlossaryAuthorViewAdmin
Shutdown the subject area view service.

T

toString() - Method in enum org.odpi.openmetadata.viewservices.glossaryauthor.auditlog.GlossaryAuthorViewAuditCode
JSON-style toString

U

updateAntonym(String, String, String, Antonym, boolean) - Method in class org.odpi.openmetadata.viewservices.glossaryauthor.services.GlossaryAuthorViewRelationshipRESTServices
Update a antonym relationship, which is a link between glossary terms that have the opposite meanings.
updateAntonymRelationship(String, String, Antonym) - Method in class org.odpi.openmetadata.viewservices.glossaryauthor.handlers.RelationshipHandler
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.viewservices.glossaryauthor.services.GlossaryAuthorViewCategoryRESTServices
Update a Category
updateCategoryAnchor(String, String, String, CategoryAnchor, boolean) - Method in class org.odpi.openmetadata.viewservices.glossaryauthor.services.GlossaryAuthorViewRelationshipRESTServices
Update a categoryAnchor Relationship.
updateCategoryAnchorRelationship(String, String, CategoryAnchor) - Method in class org.odpi.openmetadata.viewservices.glossaryauthor.handlers.RelationshipHandler
Update a Category Anchor Relationship.
updateGlossary(String, String, String, Glossary, boolean) - Method in class org.odpi.openmetadata.viewservices.glossaryauthor.services.GlossaryAuthorViewGlossaryRESTServices
Update a Glossary
updateIsaRelationship(String, String, IsA) - Method in class org.odpi.openmetadata.viewservices.glossaryauthor.handlers.RelationshipHandler
Update a Isa relationship, which is link between a more general glossary term and a more specific definition.
updateIsARelationship(String, String, String, IsA, boolean) - Method in class org.odpi.openmetadata.viewservices.glossaryauthor.services.GlossaryAuthorViewRelationshipRESTServices
Update iSARelationship relationship, which is a link between a more general glossary term and a more specific definition.
updatePreferredTerm(String, String, String, PreferredTerm, boolean) - Method in class org.odpi.openmetadata.viewservices.glossaryauthor.services.GlossaryAuthorViewRelationshipRESTServices
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.
updatePreferredTermRelationship(String, String, PreferredTerm) - Method in class org.odpi.openmetadata.viewservices.glossaryauthor.handlers.RelationshipHandler
Update a PreferredTerm relationship, which is link to an alternative term that the organization prefer is used.
updateProject(String, String, String, Project, boolean) - Method in class org.odpi.openmetadata.viewservices.glossaryauthor.services.GlossaryAuthorViewProjectRESTServices
Update a Project
updateProjectScope(String, String, String, ProjectScope, boolean) - Method in class org.odpi.openmetadata.viewservices.glossaryauthor.services.GlossaryAuthorViewRelationshipRESTServices
Update a project scope relationship, which is a link between the project content and the project.
updateProjectScopeRelationship(String, String, ProjectScope) - Method in class org.odpi.openmetadata.viewservices.glossaryauthor.handlers.RelationshipHandler
Update a ProjectScope relationship which is a link between the project content and the project.
updateRelatedTerm(String, String, RelatedTerm) - Method in class org.odpi.openmetadata.viewservices.glossaryauthor.handlers.RelationshipHandler
Update a RelatedTerm Relationship.
updateRelatedTerm(String, String, String, RelatedTerm, boolean) - Method in class org.odpi.openmetadata.viewservices.glossaryauthor.services.GlossaryAuthorViewRelationshipRESTServices
Update a Related Term is a link between two similar Terms.
updateReplacementTerm(String, String, String, ReplacementTerm, boolean) - Method in class org.odpi.openmetadata.viewservices.glossaryauthor.services.GlossaryAuthorViewRelationshipRESTServices
Update a replacementTerm relationship, which is a link to a glossary term that is replacing an obsolete glossary term.
updateReplacementTermRelationship(String, String, ReplacementTerm) - Method in class org.odpi.openmetadata.viewservices.glossaryauthor.handlers.RelationshipHandler
Update a ReplacementTerm relationship, which is link to a glossary term that is replacing an obsolete glossary term.
updateSynonym(String, String, String, Synonym, boolean) - Method in class org.odpi.openmetadata.viewservices.glossaryauthor.services.GlossaryAuthorViewRelationshipRESTServices
Update a synonym relationship, which is a link between glossary terms that have the same meaning.
updateSynonymRelationship(String, String, Synonym) - Method in class org.odpi.openmetadata.viewservices.glossaryauthor.handlers.RelationshipHandler
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.viewservices.glossaryauthor.services.GlossaryAuthorViewTermRESTServices
Update a Term
updateTermAnchor(String, String, String, TermAnchor, boolean) - Method in class org.odpi.openmetadata.viewservices.glossaryauthor.services.GlossaryAuthorViewRelationshipRESTServices
Update a termAnchor Relationship.
updateTermAnchorRelationship(String, String, TermAnchor) - Method in class org.odpi.openmetadata.viewservices.glossaryauthor.handlers.RelationshipHandler
Update a Term Anchor Relationship.
updateTermCategorization(String, String, String, Categorization, boolean) - Method in class org.odpi.openmetadata.viewservices.glossaryauthor.services.GlossaryAuthorViewRelationshipRESTServices
Update a termCategorization Relationship.
updateTermCategorizationRelationship(String, String, Categorization) - Method in class org.odpi.openmetadata.viewservices.glossaryauthor.handlers.RelationshipHandler
Update a Term Categorization Relationship.
updateTermHasARelationship(String, String, HasA) - Method in class org.odpi.openmetadata.viewservices.glossaryauthor.handlers.RelationshipHandler
Update a Term HasA Relationship.
updateTermHasARelationship(String, String, String, HasA, boolean) - Method in class org.odpi.openmetadata.viewservices.glossaryauthor.services.GlossaryAuthorViewRelationshipRESTServices
Update a Hasa is the relationship between a spine object and a spine attribute.
updateTermIsATypeOfRelationship(String, String, IsATypeOf) - Method in class org.odpi.openmetadata.viewservices.glossaryauthor.handlers.RelationshipHandler
Update a IsaTypeOf relationship, which is defines an inheritance relationship between two spine objects.
updateTermIsATypeOfRelationship(String, String, String, IsATypeOf, boolean) - Method in class org.odpi.openmetadata.viewservices.glossaryauthor.services.GlossaryAuthorViewRelationshipRESTServices
Update a termIsATypeOfRelationship relationship, which is an inheritance relationship between two spine objects.
updateTermTYPEDBYRelationship(String, String, TypedBy) - Method in class org.odpi.openmetadata.viewservices.glossaryauthor.handlers.RelationshipHandler
Update a TypedBy relationship, which is defines the relationship between a spine attribute and its type.
updateTermTYPEDBYRelationship(String, String, String, TypedBy, boolean) - Method in class org.odpi.openmetadata.viewservices.glossaryauthor.services.GlossaryAuthorViewRelationshipRESTServices
Update a termTYPEDBYRelationship relationship, which is a link between a spine attribute and its type.
updateTranslation(String, String, String, Translation, boolean) - Method in class org.odpi.openmetadata.viewservices.glossaryauthor.services.GlossaryAuthorViewRelationshipRESTServices
Update a translation relationship, which is a link between glossary terms to provide different natural language translation of the same concept.
updateTranslationRelationship(String, String, Translation) - Method in class org.odpi.openmetadata.viewservices.glossaryauthor.handlers.RelationshipHandler
Update a Translation relationship, which is link between glossary terms that provide different natural language translation of the same concept.
updateUsedInContext(String, String, String, UsedInContext, boolean) - Method in class org.odpi.openmetadata.viewservices.glossaryauthor.services.GlossaryAuthorViewRelationshipRESTServices
Update a usedInContext relationship, which is a link between glossary terms, where one describes the context where the other one is valid to use.
updateUsedInContextRelationship(String, String, UsedInContext) - Method in class org.odpi.openmetadata.viewservices.glossaryauthor.handlers.RelationshipHandler
Update a UsedInContext relationship, which is link between glossary terms where on describes the context where the other one is valid to use.
updateValidValue(String, String, String, ValidValue, boolean) - Method in class org.odpi.openmetadata.viewservices.glossaryauthor.services.GlossaryAuthorViewRelationshipRESTServices
Update a ValidValue relationship, which is link between glossary terms where one defines one of the data values for the another.
updateValidValueRelationship(String, String, ValidValue) - Method in class org.odpi.openmetadata.viewservices.glossaryauthor.handlers.RelationshipHandler
Update a ValidValue relationship, which is link between glossary terms where one defines one of the data values for the another.

V

valueOf(String) - Static method in enum org.odpi.openmetadata.viewservices.glossaryauthor.auditlog.GlossaryAuthorViewAuditCode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.odpi.openmetadata.viewservices.glossaryauthor.ffdc.GlossaryAuthorErrorCode
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.odpi.openmetadata.viewservices.glossaryauthor.auditlog.GlossaryAuthorViewAuditCode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.odpi.openmetadata.viewservices.glossaryauthor.ffdc.GlossaryAuthorErrorCode
Returns an array containing the constants of this enum type, in the order they are declared.
B C D F G I O P R S T U V 
Skip navigation links

Copyright © 2018–2020 ODPi. All rights reserved.