C G L M O R S U 
All Classes All Packages

C

callDuplicatesGetRESTCall(String, String, Object...) - Method in class org.odpi.openmetadata.accessservices.stewardshipaction.client.rest.StewardshipActionRESTClient
Issue a GET REST call that returns a DuplicatesResponse object.
callDuplicatesPostRESTCall(String, String, Object, Object...) - Method in class org.odpi.openmetadata.accessservices.stewardshipaction.client.rest.StewardshipActionRESTClient
Issue a POST REST call that returns a DuplicatesResponse object.
callElementStubGetRESTCall(String, String, Object...) - Method in class org.odpi.openmetadata.accessservices.stewardshipaction.client.rest.StewardshipActionRESTClient
Issue a GET REST call that returns a ElementStubResponse object.
callElementStubsGetRESTCall(String, String, Object...) - Method in class org.odpi.openmetadata.accessservices.stewardshipaction.client.rest.StewardshipActionRESTClient
Issue a GET REST call that returns a ElementStubsResponse object.

G

getConfigurationServerName() - Method in class org.odpi.openmetadata.accessservices.stewardshipaction.client.StewardshipActionEventClient
Return the name of the server where configuration is supposed to be stored.
getConsolidatedDuplicate(String, String) - Method in class org.odpi.openmetadata.accessservices.stewardshipaction.client.StewardshipAction
Return details of the consolidated duplicate for a requested element.
getContributingDuplicates(String, String, int, int) - Method in class org.odpi.openmetadata.accessservices.stewardshipaction.client.StewardshipAction
List the elements that are contributing to a consolidating duplicate element.
getPeerDuplicates(String, String, int, int) - Method in class org.odpi.openmetadata.accessservices.stewardshipaction.client.StewardshipAction
List the elements that are linked as peer duplicates to the requested element.

L

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

M

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

O

org.odpi.openmetadata.accessservices.stewardshipaction.client - package org.odpi.openmetadata.accessservices.stewardshipaction.client
 
org.odpi.openmetadata.accessservices.stewardshipaction.client.rest - package org.odpi.openmetadata.accessservices.stewardshipaction.client.rest
 

R

registerListener(String, StewardshipActionEventListener) - Method in class org.odpi.openmetadata.accessservices.stewardshipaction.client.StewardshipActionEventClient
Register a listener object that will be passed each of the events published by the Stewardship Action OMAS.
removeConsolidatedDuplicate(String, String) - Method in class org.odpi.openmetadata.accessservices.stewardshipaction.client.StewardshipAction
Remove the consolidated duplicate element and the links to the elements that contributed to its values.

S

StewardshipAction - Class in org.odpi.openmetadata.accessservices.stewardshipaction.client
StewardshipAction provides the generic client-side interface for the Stewardship Action Open Metadata Access Service (OMAS).
StewardshipAction(String, String) - Constructor for class org.odpi.openmetadata.accessservices.stewardshipaction.client.StewardshipAction
Create a new client with no authentication embedded in the HTTP request.
StewardshipAction(String, String, String, String) - Constructor for class org.odpi.openmetadata.accessservices.stewardshipaction.client.StewardshipAction
Create a new client that passes userId and password in each HTTP request.
StewardshipAction(String, String, String, String, AuditLog) - Constructor for class org.odpi.openmetadata.accessservices.stewardshipaction.client.StewardshipAction
Create a new client that passes userId and password in each HTTP request.
StewardshipAction(String, String, StewardshipActionRESTClient, int, AuditLog) - Constructor for class org.odpi.openmetadata.accessservices.stewardshipaction.client.StewardshipAction
Create a new client that is going to be used in an OMAG Server (view service or integration service typically).
StewardshipAction(String, String, AuditLog) - Constructor for class org.odpi.openmetadata.accessservices.stewardshipaction.client.StewardshipAction
Create a new client with no authentication embedded in the HTTP request.
StewardshipActionEventClient - Class in org.odpi.openmetadata.accessservices.stewardshipaction.client
StewardshipActionEventClient provides the implementation to manage the interaction with the server to set up a listener to support the receipt of inbound events from the Stewardship Action OMAS Out Topic.
StewardshipActionEventClient(String, String, String, String, int, AuditLog, String) - Constructor for class org.odpi.openmetadata.accessservices.stewardshipaction.client.StewardshipActionEventClient
Create a new client that is to be used within an OMAG Server.
StewardshipActionRESTClient - Class in org.odpi.openmetadata.accessservices.stewardshipaction.client.rest
AssetOwnerRESTClient is responsible for issuing calls to the OMAS REST APIs.
StewardshipActionRESTClient(String, String) - Constructor for class org.odpi.openmetadata.accessservices.stewardshipaction.client.rest.StewardshipActionRESTClient
Constructor for no authentication.
StewardshipActionRESTClient(String, String, String, String) - Constructor for class org.odpi.openmetadata.accessservices.stewardshipaction.client.rest.StewardshipActionRESTClient
Constructor for simple userId and password authentication.
StewardshipActionRESTClient(String, String, String, String, AuditLog) - Constructor for class org.odpi.openmetadata.accessservices.stewardshipaction.client.rest.StewardshipActionRESTClient
Constructor for simple userId and password authentication with audit log.
StewardshipActionRESTClient(String, String, AuditLog) - Constructor for class org.odpi.openmetadata.accessservices.stewardshipaction.client.rest.StewardshipActionRESTClient
Constructor for no authentication with audit log.

U

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