A D F G I O R S T V
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- ArchiveEngineHandler - Class in org.odpi.openmetadata.engineservices.archivemanager.handlers
-
The ArchiveEngineHandler is responsible for running archive services on demand.
- ArchiveEngineHandler(EngineConfig, String, String, GovernanceEngineConfigurationClient, GovernanceEngineClient, EnterpriseRepositoryServicesClient, AuditLog, int) - Constructor for class org.odpi.openmetadata.engineservices.archivemanager.handlers.ArchiveEngineHandler
-
Create a client-side object for calling a archive engine.
- ArchiveManagerAdmin - Class in org.odpi.openmetadata.engineservices.archivemanager.admin
- ArchiveManagerAdmin() - Constructor for class org.odpi.openmetadata.engineservices.archivemanager.admin.ArchiveManagerAdmin
- ArchiveManagerInstance - Class in org.odpi.openmetadata.engineservices.archivemanager.server
-
ArchiveManagerInstance maintains the instance information needed to execute requests on behalf of a engine host server.
- ArchiveManagerInstance(String, String, AuditLog, String, int, String, String, Map<String, ArchiveEngineHandler>) - Constructor for class org.odpi.openmetadata.engineservices.archivemanager.server.ArchiveManagerInstance
-
Constructor where REST Services used.
- ArchiveManagerRESTServices - Class in org.odpi.openmetadata.engineservices.archivemanager.server
-
ArchiveManagerRESTServices provides the external service implementation for a archive engine.
- ArchiveManagerRESTServices() - Constructor for class org.odpi.openmetadata.engineservices.archivemanager.server.ArchiveManagerRESTServices
- ArchiveServiceContext - Class in org.odpi.openmetadata.engineservices.archivemanager.handlers
-
ArchiveContext provides the archive service with access to information about the archive request along with the open metadata repository interfaces.
- ArchiveServiceContext(String, String, String, Map<String, String>, List<RequestSourceElement>, List<ActionTargetElement>, EnterpriseRepositoryServicesClient) - Constructor for class org.odpi.openmetadata.engineservices.archivemanager.handlers.ArchiveServiceContext
-
Constructor sets up the key parameters for processing the request to the archive service.
- ArchiveServiceHandler - Class in org.odpi.openmetadata.engineservices.archivemanager.handlers
-
ArchiveServiceHandler provides the support to run a archive service.
D
- disconnectFromEnterpriseTopic() - Method in class org.odpi.openmetadata.engineservices.archivemanager.handlers.ArchiveServiceContext
-
Disconnect from the topic connector - events will no longer be passed to the registered listeners.
F
- findAttributeTypeDefsByCategory(AttributeTypeDefCategory) - Method in class org.odpi.openmetadata.engineservices.archivemanager.handlers.ArchiveServiceContext
-
Returns all of the AttributeTypeDefs for a specific category.
- findEntities(String, List<String>, SearchProperties, int, List<InstanceStatus>, SearchClassifications, Date, String, SequencingOrder, int) - Method in class org.odpi.openmetadata.engineservices.archivemanager.handlers.ArchiveServiceContext
-
Return a list of entities that match the supplied criteria.
- findEntitiesByClassification(String, String, InstanceProperties, MatchCriteria, int, List<InstanceStatus>, Date, String, SequencingOrder, int) - Method in class org.odpi.openmetadata.engineservices.archivemanager.handlers.ArchiveServiceContext
-
Return a list of entities that have the requested type of classifications attached.
- findEntitiesByProperty(String, InstanceProperties, MatchCriteria, int, List<InstanceStatus>, List<String>, Date, String, SequencingOrder, int) - Method in class org.odpi.openmetadata.engineservices.archivemanager.handlers.ArchiveServiceContext
-
Return a list of entities that match the supplied properties according to the match criteria.
- findEntitiesByPropertyValue(String, String, int, List<InstanceStatus>, List<String>, Date, String, SequencingOrder, int) - Method in class org.odpi.openmetadata.engineservices.archivemanager.handlers.ArchiveServiceContext
-
Return a list of entities whose string based property values match the search criteria.
- findRelationships(String, List<String>, SearchProperties, int, List<InstanceStatus>, Date, String, SequencingOrder, int) - Method in class org.odpi.openmetadata.engineservices.archivemanager.handlers.ArchiveServiceContext
-
Return a list of relationships that match the requested conditions.
- findRelationshipsByProperty(String, InstanceProperties, MatchCriteria, int, List<InstanceStatus>, Date, String, SequencingOrder, int) - Method in class org.odpi.openmetadata.engineservices.archivemanager.handlers.ArchiveServiceContext
-
Return a list of relationships that match the requested properties by the matching criteria.
- findRelationshipsByPropertyValue(String, String, int, List<InstanceStatus>, Date, String, SequencingOrder, int) - Method in class org.odpi.openmetadata.engineservices.archivemanager.handlers.ArchiveServiceContext
-
Return a list of relationships whose string based property values match the search criteria.
- findTypeDefsByCategory(TypeDefCategory) - Method in class org.odpi.openmetadata.engineservices.archivemanager.handlers.ArchiveServiceContext
-
Returns all of the TypeDefs for a specific category.
- findTypeDefsByProperty(TypeDefProperties) - Method in class org.odpi.openmetadata.engineservices.archivemanager.handlers.ArchiveServiceContext
-
Return the TypeDefs that have the properties matching the supplied match criteria.
- findTypesByExternalID(String, String, String) - Method in class org.odpi.openmetadata.engineservices.archivemanager.handlers.ArchiveServiceContext
-
Return the types that are linked to the elements from the specified standard.
- findTypesByName(String) - Method in class org.odpi.openmetadata.engineservices.archivemanager.handlers.ArchiveServiceContext
-
Returns a list of type definitions that have the specified name.
G
- getAllTypes() - Method in class org.odpi.openmetadata.engineservices.archivemanager.handlers.ArchiveServiceContext
-
Returns the list of different types of metadata organized into two groups.
- getAttributeTypeDefByGUID(String) - Method in class org.odpi.openmetadata.engineservices.archivemanager.handlers.ArchiveServiceContext
-
Return the AttributeTypeDef identified by the GUID.
- getAttributeTypeDefByName(String) - Method in class org.odpi.openmetadata.engineservices.archivemanager.handlers.ArchiveServiceContext
-
Return the AttributeTypeDef identified by the unique name.
- getCompletionStatus() - Method in class org.odpi.openmetadata.engineservices.archivemanager.handlers.ArchiveServiceContext
-
Return any completion status from the archive service.
- getEntityDetail(String) - Method in class org.odpi.openmetadata.engineservices.archivemanager.handlers.ArchiveServiceContext
-
Return the header, classifications and properties of a specific entity.
- getEntityDetail(String, Date) - Method in class org.odpi.openmetadata.engineservices.archivemanager.handlers.ArchiveServiceContext
-
Return a historical version of an entity includes the header, classifications and properties of the entity.
- getEntityDetailHistory(String, Date, Date, int, int, HistorySequencingOrder) - Method in class org.odpi.openmetadata.engineservices.archivemanager.handlers.ArchiveServiceContext
-
Return all historical versions of an entity within the bounds of the provided timestamps.
- getEntitySummary(String) - Method in class org.odpi.openmetadata.engineservices.archivemanager.handlers.ArchiveServiceContext
-
Return the header and classifications for a specific entity.
- getMetadataCollectionId() - Method in class org.odpi.openmetadata.engineservices.archivemanager.handlers.ArchiveServiceContext
-
Returns the identifier of the metadata repository.
- getRelationship(String) - Method in class org.odpi.openmetadata.engineservices.archivemanager.handlers.ArchiveServiceContext
-
Return a requested relationship.
- getRelationship(String, Date) - Method in class org.odpi.openmetadata.engineservices.archivemanager.handlers.ArchiveServiceContext
-
Return a historical version of a relationship.
- getRelationshipHistory(String, Date, Date, int, int, HistorySequencingOrder) - Method in class org.odpi.openmetadata.engineservices.archivemanager.handlers.ArchiveServiceContext
-
Return all historical versions of a relationship within the bounds of the provided timestamps.
- getRelationshipsForEntity(String, String, int, List<InstanceStatus>, Date, String, SequencingOrder, int) - Method in class org.odpi.openmetadata.engineservices.archivemanager.handlers.ArchiveServiceContext
-
Return the relationships for a specific entity.
- getTypeDefByGUID(String) - Method in class org.odpi.openmetadata.engineservices.archivemanager.handlers.ArchiveServiceContext
-
Return the TypeDef identified by the GUID.
- getTypeDefByName(String) - Method in class org.odpi.openmetadata.engineservices.archivemanager.handlers.ArchiveServiceContext
-
Return the TypeDef identified by the unique name.
I
- initialize(String, String, AuditLog, String, String, int, GovernanceEngineConfigurationClient, GovernanceEngineClient, EngineServiceConfig) - Method in class org.odpi.openmetadata.engineservices.archivemanager.admin.ArchiveManagerAdmin
-
Initialize engine service.
- isEntityKnown(String) - Method in class org.odpi.openmetadata.engineservices.archivemanager.handlers.ArchiveServiceContext
-
Returns the entity if the entity is stored in the metadata collection, otherwise null.
- isRelationshipKnown(String) - Method in class org.odpi.openmetadata.engineservices.archivemanager.handlers.ArchiveServiceContext
-
Returns a boolean indicating if the relationship is stored in the metadata collection.
O
- org.odpi.openmetadata.engineservices.archivemanager.admin - package org.odpi.openmetadata.engineservices.archivemanager.admin
- org.odpi.openmetadata.engineservices.archivemanager.handlers - package org.odpi.openmetadata.engineservices.archivemanager.handlers
- org.odpi.openmetadata.engineservices.archivemanager.server - package org.odpi.openmetadata.engineservices.archivemanager.server
R
- recordCompletionStatus(CompletionStatus, List<String>, List<NewActionTarget>) - Method in class org.odpi.openmetadata.engineservices.archivemanager.handlers.ArchiveServiceContext
-
Declare that all of the processing for the archive service is finished and the status of the work.
- recordCompletionStatus(CompletionStatus, List<String>, Map<String, String>, List<NewActionTarget>) - Method in class org.odpi.openmetadata.engineservices.archivemanager.handlers.ArchiveServiceContext
-
Declare that all of the processing for the archive service is finished and the status of the work.
- registerListener(OMRSTopicRepositoryEventListener) - Method in class org.odpi.openmetadata.engineservices.archivemanager.handlers.ArchiveServiceContext
-
Register a listener to receive events about changes to metadata elements in the open metadata repositories.
- run() - Method in class org.odpi.openmetadata.engineservices.archivemanager.handlers.ArchiveServiceHandler
-
This is the method that provides the behaviour of the thread.
- runGovernanceService(String, String, Map<String, String>, List<RequestSourceElement>, List<ActionTargetElement>) - Method in class org.odpi.openmetadata.engineservices.archivemanager.handlers.ArchiveEngineHandler
-
Run an instance of a governance action service in its own thread and return the handler (for disconnect processing).
S
- searchForTypeDefs(String) - Method in class org.odpi.openmetadata.engineservices.archivemanager.handlers.ArchiveServiceContext
-
Return the TypeDefs that match the search criteria.
- setArchiveServiceHandler(ArchiveServiceHandler) - Method in class org.odpi.openmetadata.engineservices.archivemanager.handlers.ArchiveServiceContext
-
Set up the archive service handler.
- shutdown() - Method in class org.odpi.openmetadata.engineservices.archivemanager.admin.ArchiveManagerAdmin
-
Shutdown the engine service.
T
- toString() - Method in class org.odpi.openmetadata.engineservices.archivemanager.handlers.ArchiveServiceContext
-
Standard toString method.
V
- validateConnector(String, String, String) - Method in class org.odpi.openmetadata.engineservices.archivemanager.server.ArchiveManagerRESTServices
-
Validate the connector and return its connector type.
All Classes All Packages