Skip navigation links
A C D E G I O P R S U V 

A

appointGovernanceOfficer(String, String, AppointmentRequestBody) - Method in class org.odpi.openmetadata.accessservices.governanceprogram.server.GovernanceProgramRESTServices
Link a person to a governance officer.

C

createGovernanceOfficer(String, GovernanceOfficerDetailsRequestBody) - Method in class org.odpi.openmetadata.accessservices.governanceprogram.server.GovernanceProgramRESTServices
Create the governance officer appointment.
createPersonalProfile(String, PersonalDetailsRequestBody) - Method in class org.odpi.openmetadata.accessservices.governanceprogram.server.GovernanceProgramRESTServices
Create a personal profile for an individual who is to be appointed to a governance role but does not have a profile in open metadata.

D

deleteGovernanceOfficer(String, String, GovernanceOfficerValidatorRequestBody) - Method in class org.odpi.openmetadata.accessservices.governanceprogram.server.GovernanceProgramRESTServices
Remove the requested governance officer.
deletePersonalProfile(String, String, PersonalProfileValidatorRequestBody) - Method in class org.odpi.openmetadata.accessservices.governanceprogram.server.GovernanceProgramRESTServices
Delete the personal profile.

E

ExternalReferencesHandler - Class in org.odpi.openmetadata.accessservices.governanceprogram.server
ExternalReferencesHandler retrieves external references objects that are linked to a specific entity from the property server.

G

getActiveGovernanceOfficers(String) - Method in class org.odpi.openmetadata.accessservices.governanceprogram.server.GovernanceProgramRESTServices
Return all of the defined governance officers.
getFormattedLogMessage(String...) - Method in enum org.odpi.openmetadata.accessservices.governanceprogram.auditlog.GovernanceProgramAuditCode
Returns the log message with the placeholders filled out with the supplied parameters.
getGovernanceOfficerByAppointmentId(String, String) - Method in class org.odpi.openmetadata.accessservices.governanceprogram.server.GovernanceProgramRESTServices
Retrieve a governance officer by unique appointment id.
getGovernanceOfficerByGUID(String, String) - Method in class org.odpi.openmetadata.accessservices.governanceprogram.server.GovernanceProgramRESTServices
Retrieve a governance officer description by unique guid.
getGovernanceOfficers(String) - Method in class org.odpi.openmetadata.accessservices.governanceprogram.server.GovernanceProgramRESTServices
Return all of the defined governance officers.
getGovernanceOfficersByDomain(String, GovernanceDomainRequestBody) - Method in class org.odpi.openmetadata.accessservices.governanceprogram.server.GovernanceProgramRESTServices
Return all of the defined governance officers for a specific governance domain.
getLogMessageId() - Method in enum org.odpi.openmetadata.accessservices.governanceprogram.auditlog.GovernanceProgramAuditCode
Returns the unique identifier for the error message.
getPersonalProfileByEmployeeNumber(String, String) - Method in class org.odpi.openmetadata.accessservices.governanceprogram.server.GovernanceProgramRESTServices
Retrieve a personal profile by personnel/serial/unique employee number of the individual.
getPersonalProfileByGUID(String, String) - Method in class org.odpi.openmetadata.accessservices.governanceprogram.server.GovernanceProgramRESTServices
Retrieve a personal profile by guid.
getPersonalProfilesByName(String, String) - Method in class org.odpi.openmetadata.accessservices.governanceprogram.server.GovernanceProgramRESTServices
Return a list of candidate personal profiles for an individual.
getSeverity() - Method in enum org.odpi.openmetadata.accessservices.governanceprogram.auditlog.GovernanceProgramAuditCode
Return the severity of the audit log record.
getSystemAction() - Method in enum org.odpi.openmetadata.accessservices.governanceprogram.auditlog.GovernanceProgramAuditCode
Returns a description of the action taken by the system when the condition that caused this exception was detected.
getUserAction() - Method in enum org.odpi.openmetadata.accessservices.governanceprogram.auditlog.GovernanceProgramAuditCode
Returns instructions of how to resolve the issue reported in this exception.
GovernanceProgramAdmin - Class in org.odpi.openmetadata.accessservices.governanceprogram.admin
 
GovernanceProgramAdmin() - Constructor for class org.odpi.openmetadata.accessservices.governanceprogram.admin.GovernanceProgramAdmin
Default constructor
GovernanceProgramAuditCode - Enum in org.odpi.openmetadata.accessservices.governanceprogram.auditlog
The GovernanceProgramAuditCode is used to define the message content for the OMRS Audit Log.
GovernanceProgramBasicHandler - Class in org.odpi.openmetadata.accessservices.governanceprogram.server
GovernanceProgramBasicHandler provides common functions to access metadata from the metadata repositories.
GovernanceProgramErrorHandler - Class in org.odpi.openmetadata.accessservices.governanceprogram.server
GovernanceProgramErrorHandler provides common validation routines for the other handler classes.
GovernanceProgramOMRSTopicListener - Class in org.odpi.openmetadata.accessservices.governanceprogram.listener
 
GovernanceProgramOMRSTopicListener(Connection, OMRSRepositoryHelper, OMRSRepositoryValidator, String) - Constructor for class org.odpi.openmetadata.accessservices.governanceprogram.listener.GovernanceProgramOMRSTopicListener
The constructor is given the connection to the out topic for Asset Consumer OMAS along with classes for testing and manipulating instances.
GovernanceProgramPublisher - Class in org.odpi.openmetadata.accessservices.governanceprogram.outtopic
GovernanceProgramPublisher is responsible for publishing events related to the governance program.
GovernanceProgramPublisher(Connection, OMRSRepositoryHelper, OMRSRepositoryValidator, String) - Constructor for class org.odpi.openmetadata.accessservices.governanceprogram.outtopic.GovernanceProgramPublisher
The constructor is given the connection to the out topic for Asset Consumer OMAS along with classes for testing and manipulating instances.
GovernanceProgramRESTServices - Class in org.odpi.openmetadata.accessservices.governanceprogram.server
The GovernanceProgramRESTServices provides the server-side implementation of the GovernanceProgram Open Metadata Assess Service (OMAS).
GovernanceProgramRESTServices() - Constructor for class org.odpi.openmetadata.accessservices.governanceprogram.server.GovernanceProgramRESTServices
Default constructor

I

initialize(AccessServiceConfig, OMRSTopicConnector, OMRSRepositoryConnector, OMRSAuditLog, String) - Method in class org.odpi.openmetadata.accessservices.governanceprogram.admin.GovernanceProgramAdmin
Initialize the access service.

O

org.odpi.openmetadata.accessservices.governanceprogram.admin - package org.odpi.openmetadata.accessservices.governanceprogram.admin
 
org.odpi.openmetadata.accessservices.governanceprogram.auditlog - package org.odpi.openmetadata.accessservices.governanceprogram.auditlog
 
org.odpi.openmetadata.accessservices.governanceprogram.listener - package org.odpi.openmetadata.accessservices.governanceprogram.listener
 
org.odpi.openmetadata.accessservices.governanceprogram.outtopic - package org.odpi.openmetadata.accessservices.governanceprogram.outtopic
 
org.odpi.openmetadata.accessservices.governanceprogram.server - package org.odpi.openmetadata.accessservices.governanceprogram.server
 

P

processDeletedEntity(EntityDetail) - Method in class org.odpi.openmetadata.accessservices.governanceprogram.outtopic.GovernanceProgramPublisher
Determine whether a deleted entity is an Asset.
processDeletedRelationship(Relationship) - Method in class org.odpi.openmetadata.accessservices.governanceprogram.outtopic.GovernanceProgramPublisher
Determine whether a deleted relationship is related to an Asset.
processInstanceEvent(OMRSInstanceEvent) - Method in class org.odpi.openmetadata.accessservices.governanceprogram.listener.GovernanceProgramOMRSTopicListener
Unpack and deliver an instance event to the InstanceEventProcessor
processNewEntity(EntityDetail) - Method in class org.odpi.openmetadata.accessservices.governanceprogram.outtopic.GovernanceProgramPublisher
Determine whether a new entity is an Asset.
processNewRelationship(Relationship) - Method in class org.odpi.openmetadata.accessservices.governanceprogram.outtopic.GovernanceProgramPublisher
Determine whether a new relationship is related to an Asset.
processRegistryEvent(OMRSRegistryEvent) - Method in class org.odpi.openmetadata.accessservices.governanceprogram.listener.GovernanceProgramOMRSTopicListener
Method to pass a Registry event received on topic.
processRestoredEntity(EntityDetail) - Method in class org.odpi.openmetadata.accessservices.governanceprogram.outtopic.GovernanceProgramPublisher
Determine whether a restored entity is an Asset.
processRestoredRelationship(Relationship) - Method in class org.odpi.openmetadata.accessservices.governanceprogram.outtopic.GovernanceProgramPublisher
Determine whether a restored relationship is related to an Asset.
processTypeDefEvent(OMRSTypeDefEvent) - Method in class org.odpi.openmetadata.accessservices.governanceprogram.listener.GovernanceProgramOMRSTopicListener
Method to pass a Registry event received on topic.
processUpdatedEntity(EntityDetail) - Method in class org.odpi.openmetadata.accessservices.governanceprogram.outtopic.GovernanceProgramPublisher
Determine whether an updated entity is an Asset.
processUpdatedEntity(EntityDetail, EntityDetail) - Method in class org.odpi.openmetadata.accessservices.governanceprogram.outtopic.GovernanceProgramPublisher
Determine whether an updated entity is an Asset.
processUpdatedRelationship(Relationship) - Method in class org.odpi.openmetadata.accessservices.governanceprogram.outtopic.GovernanceProgramPublisher
Determine whether an updated relationship is related to an Asset.
processUpdatedRelationship(Relationship, Relationship) - Method in class org.odpi.openmetadata.accessservices.governanceprogram.outtopic.GovernanceProgramPublisher
Determine whether an updated relationship is related to an Asset.

R

relieveGovernanceOfficer(String, String, AppointmentRequestBody) - Method in class org.odpi.openmetadata.accessservices.governanceprogram.server.GovernanceProgramRESTServices
Unlink a person from a governance officer appointment.
retrieveExternalReferences(String, String) - Method in class org.odpi.openmetadata.accessservices.governanceprogram.server.ExternalReferencesHandler
Retrieve the list of external references for this entity.

S

setRepositoryConnector(String, OMRSRepositoryConnector) - Static method in class org.odpi.openmetadata.accessservices.governanceprogram.server.GovernanceProgramRESTServices
Provide a connector to the REST Services.
shutdown() - Method in class org.odpi.openmetadata.accessservices.governanceprogram.admin.GovernanceProgramAdmin
Shutdown the access service.
storeExternalReferences(String, String, List<ExternalReference>) - Method in class org.odpi.openmetadata.accessservices.governanceprogram.server.ExternalReferencesHandler
Store the list of external references.

U

updateGovernanceOfficer(String, String, GovernanceOfficerDetailsRequestBody) - Method in class org.odpi.openmetadata.accessservices.governanceprogram.server.GovernanceProgramRESTServices
Update selected fields for the governance officer.
updatePersonalProfile(String, String, PersonalDetailsRequestBody) - Method in class org.odpi.openmetadata.accessservices.governanceprogram.server.GovernanceProgramRESTServices
Update properties for the personal properties.

V

valueOf(String) - Static method in enum org.odpi.openmetadata.accessservices.governanceprogram.auditlog.GovernanceProgramAuditCode
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.odpi.openmetadata.accessservices.governanceprogram.auditlog.GovernanceProgramAuditCode
Returns an array containing the constants of this enum type, in the order they are declared.
A C D E G I O P R S U V 
Skip navigation links

Copyright © 2017–2018 ODPi. All rights reserved.