E G I L M O R S U 
All Classes All Packages

E

ElementStubConverter<B> - Class in org.odpi.openmetadata.accessservices.stewardshipaction.converters
ElementStubConverter provides common methods for transferring relevant properties from an Open Metadata Repository Services (OMRS) EntityProxy object into an ElementStub bean.
ElementStubConverter(OMRSRepositoryHelper, String, String) - Constructor for class org.odpi.openmetadata.accessservices.stewardshipaction.converters.ElementStubConverter
Constructor

G

getConsolidatedDuplicate(String, String, String) - Method in class org.odpi.openmetadata.accessservices.stewardshipaction.server.StewardshipActionRESTServices
Return details of the consolidated duplicate for a requested element.
getContributingDuplicates(String, String, String, int, int) - Method in class org.odpi.openmetadata.accessservices.stewardshipaction.server.StewardshipActionRESTServices
List the elements that are contributing to a consolidating duplicate element.
getMetadataElementHeader(Class<B>, InstanceHeader, List<Classification>, String) - Method in class org.odpi.openmetadata.accessservices.stewardshipaction.converters.StewardshipActionOMASConverter
Extract the properties from the instance.
getNewBean(Class<B>, EntityDetail, String) - Method in class org.odpi.openmetadata.accessservices.stewardshipaction.converters.ElementStubConverter
Using the supplied entity, return a new instance of the bean.
getNewBean(Class<B>, EntityDetail, Relationship, String) - Method in class org.odpi.openmetadata.accessservices.stewardshipaction.converters.ElementStubConverter
Using the supplied instances, return a new instance of the bean.
getNewBean(Class<B>, EntityProxy, String) - Method in class org.odpi.openmetadata.accessservices.stewardshipaction.converters.ElementStubConverter
Using the supplied instances, return a new instance of the bean.
getNewBean(Class<B>, Relationship, boolean, String) - Method in class org.odpi.openmetadata.accessservices.stewardshipaction.converters.ElementStubConverter
Using the supplied instances, return a new instance of the bean.
getNewBeans(Class<B>, List<Relationship>, boolean, String) - Method in class org.odpi.openmetadata.accessservices.stewardshipaction.converters.ElementStubConverter
Using the supplied instances, return list of new instances of the bean.
getOutTopicConnection(String, String, String) - Method in class org.odpi.openmetadata.accessservices.stewardshipaction.server.StewardshipActionRESTServices
Return the connection object for the Stewardship Action OMAS's out topic.
getPeerDuplicates(String, String, String, int, int) - Method in class org.odpi.openmetadata.accessservices.stewardshipaction.server.StewardshipActionRESTServices
List the elements that are linked as peer duplicates to the requested element.

I

initialize(AccessServiceConfig, OMRSTopicConnector, OMRSRepositoryConnector, AuditLog, String) - Method in class org.odpi.openmetadata.accessservices.stewardshipaction.admin.StewardshipActionAdmin
Initialize the access service.

L

linkElementsAsDuplicates(String, String, String, String, DuplicatesRequestBody) - Method in class org.odpi.openmetadata.accessservices.stewardshipaction.server.StewardshipActionRESTServices
Create a simple relationship between two elements.
linkElementToConsolidatedDuplicate(String, String, String, String, NullRequestBody) - Method in class org.odpi.openmetadata.accessservices.stewardshipaction.server.StewardshipActionRESTServices
Create a ConsolidatedDuplicateLink relationship between the consolidated duplicate element and one of its contributing element.

M

markAsConsolidatedDuplicate(String, String, String, DuplicatesRequestBody) - Method in class org.odpi.openmetadata.accessservices.stewardshipaction.server.StewardshipActionRESTServices
Mark an element as a consolidated duplicate (or update the properties if it is already marked as such).
markElementAsKnownDuplicate(String, String, String, NullRequestBody) - Method in class org.odpi.openmetadata.accessservices.stewardshipaction.server.StewardshipActionRESTServices
Classify an element as a known duplicate.

O

org.odpi.openmetadata.accessservices.stewardshipaction.admin - package org.odpi.openmetadata.accessservices.stewardshipaction.admin
 
org.odpi.openmetadata.accessservices.stewardshipaction.converters - package org.odpi.openmetadata.accessservices.stewardshipaction.converters
 
org.odpi.openmetadata.accessservices.stewardshipaction.listener - package org.odpi.openmetadata.accessservices.stewardshipaction.listener
 
org.odpi.openmetadata.accessservices.stewardshipaction.server - package org.odpi.openmetadata.accessservices.stewardshipaction.server
 

R

registerAccessService() - Static method in class org.odpi.openmetadata.accessservices.stewardshipaction.server.StewardshipActionRegistration
Pass information about this access service to the OMAG Server administration services.
removeConsolidatedDuplicate(String, String, String, NullRequestBody) - Method in class org.odpi.openmetadata.accessservices.stewardshipaction.server.StewardshipActionRESTServices
Remove the consolidated duplicate element and the links to the elements that contributed to its values.

S

shutdown() - Method in class org.odpi.openmetadata.accessservices.stewardshipaction.admin.StewardshipActionAdmin
Shutdown the access service.
StewardshipActionAdmin - Class in org.odpi.openmetadata.accessservices.stewardshipaction.admin
StewardshipActionAdmin manages the start up and shutdown of the Stewardship Action OMAS.
StewardshipActionAdmin() - Constructor for class org.odpi.openmetadata.accessservices.stewardshipaction.admin.StewardshipActionAdmin
Default constructor
StewardshipActionOMASConverter<B> - Class in org.odpi.openmetadata.accessservices.stewardshipaction.converters
StewardshipActionOMASConverter provides the generic methods for the Data Manager beans converters.
StewardshipActionOMASConverter(OMRSRepositoryHelper, String, String) - Constructor for class org.odpi.openmetadata.accessservices.stewardshipaction.converters.StewardshipActionOMASConverter
Constructor
StewardshipActionOMRSTopicListener - Class in org.odpi.openmetadata.accessservices.stewardshipaction.listener
StewardshipActionOMRSTopicListener received details of each OMRS event from the cohorts that the local server is connected to.
StewardshipActionOMRSTopicListener(Connection, OMRSRepositoryHelper, OMRSRepositoryValidator, String, List<String>, AuditLog) - Constructor for class org.odpi.openmetadata.accessservices.stewardshipaction.listener.StewardshipActionOMRSTopicListener
The constructor is given the connection to the out topic for Asset Consumer OMAS along with classes for testing and manipulating instances.
StewardshipActionRegistration - Class in org.odpi.openmetadata.accessservices.stewardshipaction.server
StewardshipActionRegistration registers the access service with the OMAG Server administration services.
StewardshipActionRegistration() - Constructor for class org.odpi.openmetadata.accessservices.stewardshipaction.server.StewardshipActionRegistration
 
StewardshipActionRESTServices - Class in org.odpi.openmetadata.accessservices.stewardshipaction.server
The StewardshipActionRESTServices provides the server-side implementation of the Stewardship Action Open Metadata Assess Service (OMAS).
StewardshipActionRESTServices() - Constructor for class org.odpi.openmetadata.accessservices.stewardshipaction.server.StewardshipActionRESTServices
Default constructor
StewardshipActionServicesInstance - Class in org.odpi.openmetadata.accessservices.stewardshipaction.server
StewardshipActionServicesInstance caches references to objects for a specific server.
StewardshipActionServicesInstance(OMRSRepositoryConnector, List<String>, AuditLog, String, int) - Constructor for class org.odpi.openmetadata.accessservices.stewardshipaction.server.StewardshipActionServicesInstance
Set up the handlers for this server.

U

unlinkElementFromConsolidatedDuplicate(String, String, String, String, NullRequestBody) - Method in class org.odpi.openmetadata.accessservices.stewardshipaction.server.StewardshipActionRESTServices
Remove the relationship between two elements that marks them as duplicates.
unlinkElementsAsDuplicates(String, String, String, String, NullRequestBody) - Method in class org.odpi.openmetadata.accessservices.stewardshipaction.server.StewardshipActionRESTServices
Remove the relationship between two elements that marks them as duplicates.
unmarkElementAsKnownDuplicate(String, String, String, NullRequestBody) - Method in class org.odpi.openmetadata.accessservices.stewardshipaction.server.StewardshipActionRESTServices
Remove the classification that identifies this element as a known duplicate.
E G I L M O R S U 
All Classes All Packages