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
 

C

createGlossary(String, Glossary) - Method in class org.odpi.openmetadata.viewservices.glossaryauthor.handlers.GlossaryHandler
Create a Glossary.
createGlossary(String, String, Glossary) - Method in class org.odpi.openmetadata.viewservices.glossaryauthor.services.GlossaryAuthorViewGlossaryRESTServices
Create a Glossary.
createProject(String, Project) - Method in class org.odpi.openmetadata.viewservices.glossaryauthor.handlers.ProjectHandler
Create a Project.
createProject(String, String, Project) - Method in class org.odpi.openmetadata.viewservices.glossaryauthor.services.GlossaryAuthorViewProjectRESTServices
Create a Project.
createTerm(String, Term) - Method in class org.odpi.openmetadata.viewservices.glossaryauthor.handlers.TermHandler
Create a Term
createTerm(String, String, Term) - Method in class org.odpi.openmetadata.viewservices.glossaryauthor.services.GlossaryAuthorViewTermRESTServices
Create a Term

D

deleteGlossary(String, String) - Method in class org.odpi.openmetadata.viewservices.glossaryauthor.handlers.GlossaryHandler
Delete a Glossary instance The deletion of a glossary is only allowed if there is no glossary content (i.e.
deleteGlossary(String, String, String, Boolean) - Method in class org.odpi.openmetadata.viewservices.glossaryauthor.services.GlossaryAuthorViewGlossaryRESTServices
Delete a Glossary instance
deleteProject(String, String) - Method in class org.odpi.openmetadata.viewservices.glossaryauthor.handlers.ProjectHandler
Delete a Project instance
deleteProject(String, String, String, Boolean) - Method in class org.odpi.openmetadata.viewservices.glossaryauthor.services.GlossaryAuthorViewProjectRESTServices
Delete a Project instance
deleteTerm(String, String) - Method in class org.odpi.openmetadata.viewservices.glossaryauthor.handlers.TermHandler
Delete a Term instance A delete (also known as a soft delete) means that the term instance will exist in a deleted state in the repository after the delete operation.
deleteTerm(String, String, String, Boolean) - Method in class org.odpi.openmetadata.viewservices.glossaryauthor.services.GlossaryAuthorViewTermRESTServices
Delete a Term instance

F

findGlossary(String, String, Date, int, int, SequencingOrder, String) - Method in class org.odpi.openmetadata.viewservices.glossaryauthor.handlers.GlossaryHandler
Find Glossary
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, int, int, SequencingOrder, String) - Method in class org.odpi.openmetadata.viewservices.glossaryauthor.handlers.ProjectHandler
Find Project
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, int, int, SequencingOrder, String) - Method in class org.odpi.openmetadata.viewservices.glossaryauthor.handlers.TermHandler
Find Term
findTerm(String, String, Date, String, Integer, Integer, SequencingOrder, String) - Method in class org.odpi.openmetadata.viewservices.glossaryauthor.services.GlossaryAuthorViewTermRESTServices
Find Term

G

getFormattedLogMessage(String...) - Method in enum org.odpi.openmetadata.viewservices.glossaryauthor.auditlog.GlossaryAuthorViewAuditCode
Returns the log message with the placeholders filled out with the supplied parameters.
getGlossary(String, String, String) - Method in class org.odpi.openmetadata.viewservices.glossaryauthor.services.GlossaryAuthorViewGlossaryRESTServices
Get a glossary.
getGlossaryByGuid(String, String) - Method in class org.odpi.openmetadata.viewservices.glossaryauthor.handlers.GlossaryHandler
Get a glossary by guid.
getGlossaryHandler(String, String, String) - Method in class org.odpi.openmetadata.viewservices.glossaryauthor.initialization.GlossaryAuthorViewInstanceHandler
 
getGlossaryRelationships(String, String, Date, int, int, SequencingOrder, String) - Method in class org.odpi.openmetadata.viewservices.glossaryauthor.handlers.GlossaryHandler
Get Glossary relationships
getGlossaryRelationships(String, String, String, Date, Integer, Integer, SequencingOrder, String) - Method in class org.odpi.openmetadata.viewservices.glossaryauthor.services.GlossaryAuthorViewGlossaryRESTServices
Get Glossary relationships
getInstance(String) - Method in class org.odpi.openmetadata.viewservices.glossaryauthor.initialization.GlossaryAuthorViewServicesInstanceMap
Return the instance for this server.
getLogMessageId() - Method in enum org.odpi.openmetadata.viewservices.glossaryauthor.auditlog.GlossaryAuthorViewAuditCode
Returns the unique identifier for the error message.
getProject(String, String, String) - Method in class org.odpi.openmetadata.viewservices.glossaryauthor.services.GlossaryAuthorViewProjectRESTServices
Get a project.
getProjectByGuid(String, String) - Method in class org.odpi.openmetadata.viewservices.glossaryauthor.handlers.ProjectHandler
Get a Project by guid.
getProjectHandler(String, String, String) - Method in class org.odpi.openmetadata.viewservices.glossaryauthor.initialization.GlossaryAuthorViewInstanceHandler
 
getProjectRelationships(String, String, Date, int, int, SequencingOrder, String) - Method in class org.odpi.openmetadata.viewservices.glossaryauthor.handlers.ProjectHandler
Get Project relationships
getProjectRelationships(String, String, String, Date, Integer, Integer, SequencingOrder, String) - Method in class org.odpi.openmetadata.viewservices.glossaryauthor.services.GlossaryAuthorViewProjectRESTServices
Get Project relationships
getResponseForError(Throwable, OMRSAuditLog, String) - Method in class org.odpi.openmetadata.viewservices.glossaryauthor.services.BaseGlossaryAuthorView
Get the appropriate response from the supplied Exception
getSeverity() - Method in enum org.odpi.openmetadata.viewservices.glossaryauthor.auditlog.GlossaryAuthorViewAuditCode
Return the severity of the audit log record.
getSubjectAreaCategory() - Method in class org.odpi.openmetadata.viewservices.glossaryauthor.admin.serviceinstances.GlossaryAuthorViewServicesInstance
 
getSubjectAreaGlossary() - Method in class org.odpi.openmetadata.viewservices.glossaryauthor.admin.serviceinstances.GlossaryAuthorViewServicesInstance
 
getSubjectAreaGraph() - Method in class org.odpi.openmetadata.viewservices.glossaryauthor.admin.serviceinstances.GlossaryAuthorViewServicesInstance
 
getSubjectAreaProject() - Method in class org.odpi.openmetadata.viewservices.glossaryauthor.admin.serviceinstances.GlossaryAuthorViewServicesInstance
 
getSubjectAreaRelationship() - Method in class org.odpi.openmetadata.viewservices.glossaryauthor.admin.serviceinstances.GlossaryAuthorViewServicesInstance
 
getSubjectAreaTerm() - Method in class org.odpi.openmetadata.viewservices.glossaryauthor.admin.serviceinstances.GlossaryAuthorViewServicesInstance
 
getSystemAction() - Method in enum org.odpi.openmetadata.viewservices.glossaryauthor.auditlog.GlossaryAuthorViewAuditCode
Returns a description of the action taken by the system when the condition that caused this exception was detected.
getTerm(String, String, String) - Method in class org.odpi.openmetadata.viewservices.glossaryauthor.services.GlossaryAuthorViewTermRESTServices
Get a term.
getTermByGuid(String, String) - Method in class org.odpi.openmetadata.viewservices.glossaryauthor.handlers.TermHandler
Get a term by guid.
getTermHandler(String, String, String) - Method in class org.odpi.openmetadata.viewservices.glossaryauthor.initialization.GlossaryAuthorViewInstanceHandler
 
getTermRelationships(String, String, Date, int, int, SequencingOrder, String) - Method in class org.odpi.openmetadata.viewservices.glossaryauthor.handlers.TermHandler
Get Term relationships
getTermRelationships(String, String, String, Date, Integer, Integer, SequencingOrder, String) - Method in class org.odpi.openmetadata.viewservices.glossaryauthor.services.GlossaryAuthorViewTermRESTServices
Get Term relationships
getUserAction() - Method in enum org.odpi.openmetadata.viewservices.glossaryauthor.auditlog.GlossaryAuthorViewAuditCode
Returns instructions of how to resolve the issue reported in this exception.
getViewServiceName() - Method in class org.odpi.openmetadata.viewservices.glossaryauthor.admin.serviceinstances.GlossaryAuthorViewServicesInstance
 
getViewServiceName(String) - Method in class org.odpi.openmetadata.viewservices.glossaryauthor.initialization.GlossaryAuthorViewInstanceHandler
Return the Glossary Author's official View Service Name
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.
GlossaryAuthorViewGlossaryRESTServices - Class in org.odpi.openmetadata.viewservices.glossaryauthor.services
The GlossaryAuthoraViewGlossaryRESTServices provides the org.odpi.openmetadata.viewservices.glossaryauthor.services implementation of the GlossaryAuthora 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 SubjectArea 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
 
GlossaryAuthorViewServicesInstance - Class in org.odpi.openmetadata.viewservices.glossaryauthor.admin.serviceinstances
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.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 SubjectArea Open Metadata View Service (OMVS).
GlossaryAuthorViewTermRESTServices() - Constructor for class org.odpi.openmetadata.viewservices.glossaryauthor.services.GlossaryAuthorViewTermRESTServices
Default constructor
GlossaryHandler - Class in org.odpi.openmetadata.viewservices.glossaryauthor.handlers
The glossary handler is initialised with a SubjectAreaGlossary, that contains the server the call should be sent to.
GlossaryHandler(SubjectAreaGlossary) - Constructor for class org.odpi.openmetadata.viewservices.glossaryauthor.handlers.GlossaryHandler
initialize the glossary handler with the subjectarea glossary object.

I

initialize(String, ViewServiceConfig, OMRSAuditLog, 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
 

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.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.services - package org.odpi.openmetadata.viewservices.glossaryauthor.services
 

P

ProjectHandler - Class in org.odpi.openmetadata.viewservices.glossaryauthor.handlers
The project handler is initialised with a SubjectAreaProject, that contains the server the call should be sent to.
ProjectHandler(SubjectAreaProject) - Constructor for class org.odpi.openmetadata.viewservices.glossaryauthor.handlers.ProjectHandler
Constructor for the ProjectHandler
purgeGlossary(String, String) - Method in class org.odpi.openmetadata.viewservices.glossaryauthor.handlers.GlossaryHandler
Purge a Glossary instance The purge of a glossary is only allowed if there is no glossary content (i.e.
purgeProject(String, String) - Method in class org.odpi.openmetadata.viewservices.glossaryauthor.handlers.ProjectHandler
Purge a Project instance
purgeTerm(String, String) - Method in class org.odpi.openmetadata.viewservices.glossaryauthor.handlers.TermHandler
Purge a Term instance A purge means that the term will not exist after the operation.

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.
removeInstanceForJVM(String) - Static method in class org.odpi.openmetadata.viewservices.glossaryauthor.initialization.GlossaryAuthorViewServicesInstanceMap
Remove the instance for this server.
replaceGlossary(String, String, Glossary) - Method in class org.odpi.openmetadata.viewservices.glossaryauthor.handlers.GlossaryHandler
Replace a Glossary.
replaceProject(String, String, Project) - Method in class org.odpi.openmetadata.viewservices.glossaryauthor.handlers.ProjectHandler
Replace a Project.
replaceTerm(String, String, Term) - Method in class org.odpi.openmetadata.viewservices.glossaryauthor.handlers.TermHandler
Replace a Term.
restCallLogger - Static variable in class org.odpi.openmetadata.viewservices.glossaryauthor.services.BaseGlossaryAuthorView
 
restoreGlossary(String, String) - Method in class org.odpi.openmetadata.viewservices.glossaryauthor.handlers.GlossaryHandler
Restore a Glossary Restore allows the deleted Glossary to be made active again.
restoreGlossary(String, String, String) - Method in class org.odpi.openmetadata.viewservices.glossaryauthor.services.GlossaryAuthorViewGlossaryRESTServices
Restore a Glossary
restoreProject(String, String) - Method in class org.odpi.openmetadata.viewservices.glossaryauthor.handlers.ProjectHandler
Restore a Project
restoreProject(String, String, String) - Method in class org.odpi.openmetadata.viewservices.glossaryauthor.services.GlossaryAuthorViewProjectRESTServices
Restore a Project
restoreTerm(String, String) - Method in class org.odpi.openmetadata.viewservices.glossaryauthor.handlers.TermHandler
Restore a Term Restore allows the deleted Term to be made active again.
restoreTerm(String, String, String) - Method in class org.odpi.openmetadata.viewservices.glossaryauthor.services.GlossaryAuthorViewTermRESTServices
Restore a Term

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

TermHandler - Class in org.odpi.openmetadata.viewservices.glossaryauthor.handlers
The term handler is initialised with a SubjectAreaTerm, that contains the server the call should be sent to.
TermHandler(SubjectAreaTerm) - Constructor for class org.odpi.openmetadata.viewservices.glossaryauthor.handlers.TermHandler
Constructor for the ProjectHandler

U

updateGlossary(String, String, Glossary) - Method in class org.odpi.openmetadata.viewservices.glossaryauthor.handlers.GlossaryHandler
Update a Glossary.
updateGlossary(String, String, String, Glossary, Boolean) - Method in class org.odpi.openmetadata.viewservices.glossaryauthor.services.GlossaryAuthorViewGlossaryRESTServices
Update a Glossary
updateProject(String, String, Project) - Method in class org.odpi.openmetadata.viewservices.glossaryauthor.handlers.ProjectHandler
Update a Project.
updateProject(String, String, String, Project, Boolean) - Method in class org.odpi.openmetadata.viewservices.glossaryauthor.services.GlossaryAuthorViewProjectRESTServices
Update a Project
updateTerm(String, String, Term) - Method in class org.odpi.openmetadata.viewservices.glossaryauthor.handlers.TermHandler
Update a Term.
updateTerm(String, String, String, Term, Boolean) - Method in class org.odpi.openmetadata.viewservices.glossaryauthor.services.GlossaryAuthorViewTermRESTServices
Update a Term

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.
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.
B C D F G I O P R S T U V 
Skip navigation links

Copyright © 2018–2020 ODPi. All rights reserved.