Skip navigation links
A C D E G O R S 

A

activateWithStoredConfig(String, String) - Method in class org.odpi.openmetadata.adminservices.OMAGServerOperationalServices
Activate the open metadata and governance services using the stored configuration information.
activateWithSuppliedConfig(String, String, OMAGServerConfig) - Method in class org.odpi.openmetadata.adminservices.OMAGServerOperationalServices
Activate the open metadata and governance services using the supplied configuration document.
addOpenMetadataArchiveFile(String, String, String) - Method in class org.odpi.openmetadata.adminservices.OMAGServerOperationalServices
Add a new open metadata archive to running repository.
addStartUpOpenMetadataArchiveFile(String, String, String) - Method in class org.odpi.openmetadata.adminservices.OMAGServerAdminServices
Add a new open metadata archive to load at startup.

C

clearConfigurationStoreConnection(String) - Method in class org.odpi.openmetadata.adminservices.OMAGServerAdminStoreServices
Clear the connection object for the configuration store.

D

deactivatePermanently(String, String) - Method in class org.odpi.openmetadata.adminservices.OMAGServerOperationalServices
Terminate any running open metadata and governance services, remove the server from any open metadata cohorts and delete the server's configuration.
deactivateTemporarily(String, String) - Method in class org.odpi.openmetadata.adminservices.OMAGServerOperationalServices
Temporarily deactivate any open metadata and governance services.
deleteService(String, String) - Method in class org.odpi.openmetadata.adminservices.OMAGServerConfigDiscoveryEngine
Remove this service from the server configuration.
deleteService(String, String) - Method in class org.odpi.openmetadata.adminservices.OMAGServerConfigStewardshipServices
Remove this service from the server configuration.
disableAccessServices(String, String) - Method in class org.odpi.openmetadata.adminservices.OMAGServerAdminForAccessServices
Disable the access services.
disableCohortRegistration(String, String, String) - Method in class org.odpi.openmetadata.adminservices.OMAGServerAdminServices
Set up the mode for an open metadata repository cohort.

E

enableAccessServices(String, String, Map<String, Object>) - Method in class org.odpi.openmetadata.adminservices.OMAGServerAdminForAccessServices
Enable all access services that are installed into this server.
enableCohortRegistration(String, String, String, Map<String, Object>) - Method in class org.odpi.openmetadata.adminservices.OMAGServerAdminServices
Enable registration of server to an open metadata repository cohort.
enableSecuritySyncService(String, String) - Method in class org.odpi.openmetadata.adminservices.OMAGServerSecuritySyncService
 

G

getActiveConfiguration(String, String) - Method in class org.odpi.openmetadata.adminservices.OMAGServerOperationalServices
Return the complete set of configuration properties in use by the server.
getConfigurationStoreConnection(String) - Method in class org.odpi.openmetadata.adminservices.OMAGServerAdminStoreServices
Return the connection object for the configuration store.
getInstance(String) - Method in class org.odpi.openmetadata.adminservices.OMAGServerInstanceMap
Return the instance for this server.
getOperationalAccessServiceAdminList() - Method in class org.odpi.openmetadata.adminservices.OMAGOperationalServicesInstance
Return the list of references to the admin object for each active Open Metadata Access Service (OMAS).
getOperationalConfiguration() - Method in class org.odpi.openmetadata.adminservices.OMAGOperationalServicesInstance
Return the configuration document that was used to start the current running server.
getOperationalDiscoveryEngine() - Method in class org.odpi.openmetadata.adminservices.OMAGOperationalServicesInstance
Return the running instance of the discovery engine.
getOperationalRepositoryServices() - Method in class org.odpi.openmetadata.adminservices.OMAGOperationalServicesInstance
Return the running instance of the Open Metadata Repository Services (OMRS).
getOperationalSecuritySyncServices() - Method in class org.odpi.openmetadata.adminservices.OMAGOperationalServicesInstance
Return the running instance of the Security Sync
getOperationalStewardshipServices() - Method in class org.odpi.openmetadata.adminservices.OMAGOperationalServicesInstance
Return the running instance of the stewardship services.
getServerOrigin(String) - Method in class org.odpi.openmetadata.adminservices.OMAGServerOriginServices
Return the origin of this server implementation.
getStoredConfiguration(String, String) - Method in class org.odpi.openmetadata.adminservices.OMAGServerAdminServices
Return the complete set of configuration properties in use by the server.

O

OMAGOperationalServicesInstance - Class in org.odpi.openmetadata.adminservices
OMAGOperationalServicesInstance provides the references to the active services for an instance of an OMAG Server.
OMAGOperationalServicesInstance() - Constructor for class org.odpi.openmetadata.adminservices.OMAGOperationalServicesInstance
Default constructor
OMAGServerAdminForAccessServices - Class in org.odpi.openmetadata.adminservices
OMAGServerAdminForAccessServices provides the server-side support for the services that add access services configuration to an OMAG Server.
OMAGServerAdminForAccessServices() - Constructor for class org.odpi.openmetadata.adminservices.OMAGServerAdminForAccessServices
Default constructor
OMAGServerAdminServices - Class in org.odpi.openmetadata.adminservices
OMAGServerAdminServices provides part of the server-side implementation of the administrative interface for an Open Metadata and Governance (OMAG) Server.
OMAGServerAdminServices() - Constructor for class org.odpi.openmetadata.adminservices.OMAGServerAdminServices
 
OMAGServerAdminStoreServices - Class in org.odpi.openmetadata.adminservices
OMAGServerAdminStoreServices provides the capability to store and retrieve configuration documents.
OMAGServerAdminStoreServices() - Constructor for class org.odpi.openmetadata.adminservices.OMAGServerAdminStoreServices
 
OMAGServerConfigDiscoveryEngine - Class in org.odpi.openmetadata.adminservices
OMAGServerConfigDiscoveryEngine supports the configuration requests for a discovery engine.
OMAGServerConfigDiscoveryEngine() - Constructor for class org.odpi.openmetadata.adminservices.OMAGServerConfigDiscoveryEngine
 
OMAGServerConfigStewardshipServices - Class in org.odpi.openmetadata.adminservices
OMAGServerConfigStewardshipServices supports the configuration requests for the stewardship services.
OMAGServerConfigStewardshipServices() - Constructor for class org.odpi.openmetadata.adminservices.OMAGServerConfigStewardshipServices
 
OMAGServerInstanceMap - Class in org.odpi.openmetadata.adminservices
OMAGServerInstanceMap provides the mapping between server name and the Java instances of the active services for a server.
OMAGServerInstanceMap() - Constructor for class org.odpi.openmetadata.adminservices.OMAGServerInstanceMap
Constructor
OMAGServerOperationalServices - Class in org.odpi.openmetadata.adminservices
OMAGServerOperationalServices will provide support to start, manage and stop services in the OMAG Server.
OMAGServerOperationalServices() - Constructor for class org.odpi.openmetadata.adminservices.OMAGServerOperationalServices
 
OMAGServerOriginServices - Class in org.odpi.openmetadata.adminservices
OMAGServerOriginServices support the origin services for Egeria's OMAG Server.
OMAGServerOriginServices() - Constructor for class org.odpi.openmetadata.adminservices.OMAGServerOriginServices
 
OMAGServerSecuritySyncService - Class in org.odpi.openmetadata.adminservices
 
OMAGServerSecuritySyncService() - Constructor for class org.odpi.openmetadata.adminservices.OMAGServerSecuritySyncService
 
org.odpi.openmetadata.adminservices - package org.odpi.openmetadata.adminservices
 

R

removeInstance(String) - Method in class org.odpi.openmetadata.adminservices.OMAGServerInstanceMap
Remove the instance for this server.

S

setAccessServiceRootURL(String, String, String) - Method in class org.odpi.openmetadata.adminservices.OMAGServerConfigDiscoveryEngine
Set up the root URL of the access service.
setAccessServiceRootURL(String, String, String) - Method in class org.odpi.openmetadata.adminservices.OMAGServerConfigStewardshipServices
Set up the root URL of the access service.
setAccessServicesConfig(String, String, List<AccessServiceConfig>) - Method in class org.odpi.openmetadata.adminservices.OMAGServerAdminForAccessServices
Set up the configuration for all of the open metadata access services (OMASs).
setAccessServiceServerName(String, String, String) - Method in class org.odpi.openmetadata.adminservices.OMAGServerConfigDiscoveryEngine
Set up the server name of the access service.
setAccessServiceServerName(String, String, String) - Method in class org.odpi.openmetadata.adminservices.OMAGServerConfigStewardshipServices
Set up the server name of the access service.
setAuditLogDestinations(String, String, List<Connection>) - Method in class org.odpi.openmetadata.adminservices.OMAGServerAdminServices
Set up the list of audit log destinations.
setCohortConfig(String, String, String, CohortConfig) - Method in class org.odpi.openmetadata.adminservices.OMAGServerAdminServices
Set up the configuration properties for a cohort.
setConfigurationStoreConnection(String, Connection) - Method in class org.odpi.openmetadata.adminservices.OMAGServerAdminStoreServices
Override the default location of the configuration documents.
setDefaultAuditLog(String, String) - Method in class org.odpi.openmetadata.adminservices.OMAGServerAdminServices
Set up the default audit log for the server.
setEnterpriseAccessConfig(String, String, EnterpriseAccessConfig) - Method in class org.odpi.openmetadata.adminservices.OMAGServerAdminForAccessServices
Set up the configuration that controls the enterprise repository services.
setEventBus(String, String, String, String, Map<String, Object>) - Method in class org.odpi.openmetadata.adminservices.OMAGServerAdminServices
Set up the default event bus for embedding in event-driven connector.
setGraphLocalRepository(String, String, Map<String, Object>) - Method in class org.odpi.openmetadata.adminservices.OMAGServerAdminServices
Set up a graph store as the local repository.
setIBMIGCConnection(String, String, Connection) - Method in class org.odpi.openmetadata.adminservices.OMAGServerAdminServices
Provide the connection to the local repository - used when the local repository mode is set to IBM IGC.
setIBMIGCConnection(String, String, Map<String, Object>) - Method in class org.odpi.openmetadata.adminservices.OMAGServerAdminServices
Provide the connection to the local repository.
setInboundRequestConnection(String, String, Connection) - Method in class org.odpi.openmetadata.adminservices.OMAGServerConfigDiscoveryEngine
Set up the server name of the access service.
setInboundRequestConnection(String, String, Connection) - Method in class org.odpi.openmetadata.adminservices.OMAGServerConfigStewardshipServices
Set up the server name of the access service.
setInMemLocalRepository(String, String) - Method in class org.odpi.openmetadata.adminservices.OMAGServerAdminServices
Set up an in memory local repository.
setLocalMetadataCollectionName(String, String, String) - Method in class org.odpi.openmetadata.adminservices.OMAGServerAdminServices
Set up the local metadata collection name.
setLocalRepositoryConfig(String, String, LocalRepositoryConfig) - Method in class org.odpi.openmetadata.adminservices.OMAGServerAdminServices
Set up the configuration for the local repository.
setLocalRepositoryEventMapper(String, String, Connection) - Method in class org.odpi.openmetadata.adminservices.OMAGServerAdminServices
Provide the connection to the local repository's event mapper if needed.
setLocalRepositoryEventMapper(String, String, String, String, Map<String, Object>) - Method in class org.odpi.openmetadata.adminservices.OMAGServerAdminServices
Provide the connection to the local repository's event mapper if needed.
setMaxPageSize(String, String, int) - Method in class org.odpi.openmetadata.adminservices.OMAGServerAdminServices
Set an upper limit in the page size that can be requested on a REST call to the server.
setNewInstance(String, OMAGOperationalServicesInstance) - Method in class org.odpi.openmetadata.adminservices.OMAGServerInstanceMap
Add a new server instance to the server map.
setNoRepositoryMode(String, String) - Method in class org.odpi.openmetadata.adminservices.OMAGServerAdminServices
Remove all configuration for a local repository.
setOMAGServerConfig(String, String, OMAGServerConfig) - Method in class org.odpi.openmetadata.adminservices.OMAGServerAdminServices
Set up the configuration properties for an OMAG Server in a single command.
setOpenMetadataArchives(String, String, List<Connection>) - Method in class org.odpi.openmetadata.adminservices.OMAGServerAdminServices
Set up the list of open metadata archives.
setOperationalAccessServiceAdminList(List<AccessServiceAdmin>) - Method in class org.odpi.openmetadata.adminservices.OMAGOperationalServicesInstance
Set up the list of references to the admin object for each active Open Metadata Access Service (OMAS).
setOperationalConfiguration(OMAGServerConfig) - Method in class org.odpi.openmetadata.adminservices.OMAGOperationalServicesInstance
Set up the configuration document that was used to start the current running server.
setOperationalDiscoveryEngine(DiscoveryEngineOperationalServices) - Method in class org.odpi.openmetadata.adminservices.OMAGOperationalServicesInstance
Set up the running instance of the discovery engine.
setOperationalRepositoryServices(OMRSOperationalServices) - Method in class org.odpi.openmetadata.adminservices.OMAGOperationalServicesInstance
Set up the running instance of the Open Metadata Repository Services (OMRS).
setOperationalSecuritySyncServices(SecuritySyncOperationalServices) - Method in class org.odpi.openmetadata.adminservices.OMAGOperationalServicesInstance
Set up the running instance of the Security Sync
setOperationalStewardshipServices(StewardshipOperationalServices) - Method in class org.odpi.openmetadata.adminservices.OMAGOperationalServicesInstance
Set up running instance of the stewardship services.
setOrganizationName(String, String, String) - Method in class org.odpi.openmetadata.adminservices.OMAGServerAdminServices
Set up the name of the organization that is running this server.
setRepositoryProxyConnection(String, String, Connection) - Method in class org.odpi.openmetadata.adminservices.OMAGServerAdminServices
Provide the connection to the local repository - used when the local repository mode is set to repository proxy.
setRepositoryProxyConnection(String, String, String, Map<String, Object>) - Method in class org.odpi.openmetadata.adminservices.OMAGServerAdminServices
Provide the connection to the local repository.
setSecuritySyncConfig(String, String, SecuritySyncConfig) - Method in class org.odpi.openmetadata.adminservices.OMAGServerSecuritySyncService
 
setServerType(String, String, String) - Method in class org.odpi.openmetadata.adminservices.OMAGServerAdminServices
Set up the descriptive type of the server.
setServerURLRoot(String, String, String) - Method in class org.odpi.openmetadata.adminservices.OMAGServerAdminServices
Set up the root URL for this server that is used to construct full URL paths to calls for this server's REST interfaces that is used by other members of the cohorts that this server connects to.
setServerUserId(String, String, String) - Method in class org.odpi.openmetadata.adminservices.OMAGServerAdminServices
Set up the user id to use when there is no external user driving the work (for example when processing events from another server).
A C D E G O R S 
Skip navigation links

Copyright © 2018–2019 ODPi. All rights reserved.