D E G I L M O P R S U
All Classes All Packages
All Classes All Packages
All Classes All Packages
D
- disconnect() - Method in class org.odpi.openmetadata.accessservices.stewardshipaction.outtopic.StewardshipActionOutTopicPublisher
-
Shutdown the publishing process.
E
- ElementHeaderConverter<B> - Class in org.odpi.openmetadata.accessservices.stewardshipaction.converters
-
ElementHeaderConverter transfers the relevant properties from an Open Metadata Repository Services (OMRS) EntityDetail object into a ElementHeader bean.
- ElementHeaderConverter(OMRSRepositoryHelper, String, String) - Constructor for class org.odpi.openmetadata.accessservices.stewardshipaction.converters.ElementHeaderConverter
-
Constructor
- 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.
- getNewBean(Class<B>, EntityDetail, String) - Method in class org.odpi.openmetadata.accessservices.stewardshipaction.converters.ElementHeaderConverter
-
Using the supplied instances, return a new instance of the bean.
- 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.ElementHeaderConverter
-
Using the supplied instances, 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.
- getReferenceableHandler() - Method in class org.odpi.openmetadata.accessservices.stewardshipaction.server.StewardshipActionServicesInstance
-
Return the referencable handler
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
-
Provides the implementation of the admin classes that are called during server start up and shut down.
- org.odpi.openmetadata.accessservices.stewardshipaction.converters - package org.odpi.openmetadata.accessservices.stewardshipaction.converters
-
Provides the converters that take beans from the repository services (eg entities and relationships) and converts them into Stewardship Action OMAS beans to return to the caller.
- org.odpi.openmetadata.accessservices.stewardshipaction.outtopic - package org.odpi.openmetadata.accessservices.stewardshipaction.outtopic
- org.odpi.openmetadata.accessservices.stewardshipaction.server - package org.odpi.openmetadata.accessservices.stewardshipaction.server
P
- processClassifiedEntityEvent(String, String, String, String, String, EntityDetail) - Method in class org.odpi.openmetadata.accessservices.stewardshipaction.outtopic.StewardshipActionOMRSTopicListener
-
A new classification has been added to an entity.
- processClassifiedEntityEvent(String, String, String, String, String, EntityDetail, Classification) - Method in class org.odpi.openmetadata.accessservices.stewardshipaction.outtopic.StewardshipActionOMRSTopicListener
-
A new classification has been added to an entity.
- processClassifiedEntityEvent(String, String, String, String, String, EntityProxy, Classification) - Method in class org.odpi.openmetadata.accessservices.stewardshipaction.outtopic.StewardshipActionOMRSTopicListener
-
A new classification has been added to an entityProxy.
- processDeclassifiedEntityEvent(String, String, String, String, String, EntityDetail) - Method in class org.odpi.openmetadata.accessservices.stewardshipaction.outtopic.StewardshipActionOMRSTopicListener
-
A classification has been removed from an entity.
- processDeclassifiedEntityEvent(String, String, String, String, String, EntityDetail, Classification) - Method in class org.odpi.openmetadata.accessservices.stewardshipaction.outtopic.StewardshipActionOMRSTopicListener
-
A classification has been removed from an entity.
- processDeclassifiedEntityEvent(String, String, String, String, String, EntityProxy, Classification) - Method in class org.odpi.openmetadata.accessservices.stewardshipaction.outtopic.StewardshipActionOMRSTopicListener
-
A classification has been removed from an entityProxy.
- processDeletedEntityEvent(String, String, String, String, String, EntityDetail) - Method in class org.odpi.openmetadata.accessservices.stewardshipaction.outtopic.StewardshipActionOMRSTopicListener
-
An existing entity has been deleted.
- processDeletePurgedEntityEvent(String, String, String, String, String, EntityDetail) - Method in class org.odpi.openmetadata.accessservices.stewardshipaction.outtopic.StewardshipActionOMRSTopicListener
-
An existing entity has been deleted and purged in a single action.
- processNewEntityEvent(String, String, String, String, String, EntityDetail) - Method in class org.odpi.openmetadata.accessservices.stewardshipaction.outtopic.StewardshipActionOMRSTopicListener
-
A new entity has been created.
- processReclassifiedEntityEvent(String, String, String, String, String, EntityDetail) - Method in class org.odpi.openmetadata.accessservices.stewardshipaction.outtopic.StewardshipActionOMRSTopicListener
-
An existing classification has been changed on an entity.
- processReclassifiedEntityEvent(String, String, String, String, String, EntityDetail, Classification, Classification) - Method in class org.odpi.openmetadata.accessservices.stewardshipaction.outtopic.StewardshipActionOMRSTopicListener
-
An existing classification has been changed on an entity.
- processReclassifiedEntityEvent(String, String, String, String, String, EntityProxy, Classification, Classification) - Method in class org.odpi.openmetadata.accessservices.stewardshipaction.outtopic.StewardshipActionOMRSTopicListener
-
An existing classification has been changed on an entityProxy.
- processRefreshEntityEvent(String, String, String, String, String, EntityDetail) - Method in class org.odpi.openmetadata.accessservices.stewardshipaction.outtopic.StewardshipActionOMRSTopicListener
-
A remote repository in the cohort has sent entity details in response to a refresh request.
- processReHomedEntityEvent(String, String, String, String, String, String, EntityDetail) - Method in class org.odpi.openmetadata.accessservices.stewardshipaction.outtopic.StewardshipActionOMRSTopicListener
-
An existing entity has changed home repository.
- processReIdentifiedEntityEvent(String, String, String, String, String, String, EntityDetail) - Method in class org.odpi.openmetadata.accessservices.stewardshipaction.outtopic.StewardshipActionOMRSTopicListener
-
The guid of an existing entity has been changed to a new value.
- processRestoredEntityEvent(String, String, String, String, String, EntityDetail) - Method in class org.odpi.openmetadata.accessservices.stewardshipaction.outtopic.StewardshipActionOMRSTopicListener
-
A deleted entity has been restored to the state it was before it was deleted.
- processReTypedEntityEvent(String, String, String, String, String, TypeDefSummary, EntityDetail) - Method in class org.odpi.openmetadata.accessservices.stewardshipaction.outtopic.StewardshipActionOMRSTopicListener
-
An existing entity has had its type changed.
- processUpdatedEntityEvent(String, String, String, String, String, EntityDetail, EntityDetail) - Method in class org.odpi.openmetadata.accessservices.stewardshipaction.outtopic.StewardshipActionOMRSTopicListener
-
An existing entity has been updated.
- publishEntityEvent(StewardshipActionEventType, EntityDetail, EntityDetail, Classification, Classification) - Method in class org.odpi.openmetadata.accessservices.stewardshipaction.outtopic.StewardshipActionOutTopicPublisher
-
Send the event to the embedded event bus connector(s).
- publishEntityEvent(EntityDetail, StewardshipActionEventType) - Method in class org.odpi.openmetadata.accessservices.stewardshipaction.outtopic.StewardshipActionOutTopicPublisher
-
Send the event to the embedded event bus connector(s).
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.outtopic
-
StewardshipActionOMRSTopicListener received details of each OMRS event from the cohorts that the local server is connected to.
- StewardshipActionOMRSTopicListener(String, String, StewardshipActionOutTopicPublisher, ReferenceableHandler<ElementStub>, List<String>, AuditLog) - Constructor for class org.odpi.openmetadata.accessservices.stewardshipaction.outtopic.StewardshipActionOMRSTopicListener
-
Initialize the topic listener.
- StewardshipActionOutTopicPublisher - Class in org.odpi.openmetadata.accessservices.stewardshipaction.outtopic
-
StewardshipActionOutTopicPublisher is responsible for sending events on the IT Infrastructure OMAS's out topic.
- StewardshipActionOutTopicPublisher(StewardshipActionOutTopicServerConnector, String, AuditLog, OMRSRepositoryHelper, String, String) - Constructor for class org.odpi.openmetadata.accessservices.stewardshipaction.outtopic.StewardshipActionOutTopicPublisher
-
Constructor for the publisher.
- 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.
All Classes All Packages