Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
A
- ABANDONED - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.enums.ActivityStatus
-
The activity was abandoned because it is no longer relevant.
- ABBOTS_GROVE_HOSPITAL - Enum constant in enum class org.odpi.openmetadata.samples.archiveutilities.organization.OrganizationDefinition
-
Abbots Grove Hospital
- ABBREVIATION - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.externalharvesters.harvestopenmetadata.schema.HarvestOpenMetadataColumn
- ABBREVIATION - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.jacquard.productcatalog.ProductDataFieldDefinition
-
Abbreviation
- ABBREVIATION - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.types.OpenMetadataProperty
-
How this concept name is abbreviated.
- AboutController - Class in org.odpi.openmetadata.userauthn
-
The AboutController provides build-related information such as group and artifact.
- AboutController() - Constructor for class org.odpi.openmetadata.userauthn.AboutController
- AboutPlatformProperties - Class in org.odpi.openmetadata.userauthn
-
The AppInfoBean is a spring bean used to store the title and description of this runtime.
- AboutPlatformProperties(String, String, String) - Constructor for class org.odpi.openmetadata.userauthn.AboutPlatformProperties
-
Constructor called when the application's properties are processed.
- ABSOLUTE_UNCERTAINTY - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.types.OpenMetadataProperty
-
The range of variation in the accuracy of the measurement expressed in the units of the measurement.
- ABSTRACT_CONCEPT_CLASSIFICATION - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.types.OpenMetadataType
-
Identifies that this glossary term describes an abstract concept.
- AbstractConceptProperties - Class in org.odpi.openmetadata.frameworks.openmetadata.properties.glossaries
-
AbstractConceptProperties is used to provide the properties for an AbstractConcept classification.
- AbstractConceptProperties() - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.properties.glossaries.AbstractConceptProperties
-
Default constructor
- AbstractConceptProperties(AbstractConceptProperties) - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.properties.glossaries.AbstractConceptProperties
-
Copy/clone constructor for an editing glossary classification.
- accept(JdbcForeignKey) - Method in class org.odpi.openmetadata.adapters.connectors.integration.jdbc.transfer.ForeignKeyTransfer
-
Triggers foreign key metadata transfer
- accept(T, U, V) - Method in interface org.odpi.openmetadata.adapters.connectors.integration.jdbc.transfer.requests.TriConsumer
- ACCEPTED_ANSWER_RELATIONSHIP - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.types.OpenMetadataType
-
Identifies a comment as answering a question asked in another comment.
- AcceptedAnswerProperties - Class in org.odpi.openmetadata.frameworks.openmetadata.properties.feedback
-
AcceptedAnswerProperties describes the properties for the AcceptedAnswer relationship between two comments.
- AcceptedAnswerProperties() - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.properties.feedback.AcceptedAnswerProperties
-
Default constructor
- AcceptedAnswerProperties(AcceptedAnswerProperties) - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.properties.feedback.AcceptedAnswerProperties
-
Copy/clone constructor
- ACCESS_REQUEST - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.refdata.ActionType
-
A user has requested access to the linked resource.
- ACCESS_SERVICE_FAILURE - Enum constant in enum class org.odpi.openmetadata.serveroperations.ffdc.ServerOpsAuditCode
-
SERVER-OPS-0017 - The admin services caught an unexpected {0} exception whilst initializing the {1} service.
- ACCESS_SERVICE_INSTANCE_FAILURE - Enum constant in enum class org.odpi.openmetadata.serveroperations.ffdc.ServerOpsAuditCode
-
SERVER-OPS-0015 - The {0} access service cannot initialize a new instance; error message is {1}
- ACCESS_SERVICE_NOT_ENABLED - Enum constant in enum class org.odpi.openmetadata.adminservices.ffdc.OMAGAdminErrorCode
-
OMAG-ADMIN-400-006 - Unable to configure server {0} since access service {1} is not enabled in this OMAG Server Platform
- ACCESS_SERVICE_NOT_RECOGNIZED - Enum constant in enum class org.odpi.openmetadata.adminservices.ffdc.OMAGAdminErrorCode
-
OMAG-ADMIN-400-005 - Unable to configure server {0} since access service {1} is not registered in this OMAG Server Platform
- ACCESSIBLE_IN_CURRENT_WORKSPACE - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.unitycatalog.controls.UnityCatalogPlaceholderProperty
-
Access mode.
- AccessOperation - Enum Class in org.odpi.openmetadata.frameworks.connectors.properties.users
-
The AccessOperation enum defines the type of access granted to user to work with metadata elements.
- AccessServerServiceInstance - Class in org.odpi.openmetadata.commonservices.multitenant
-
AccessServerServiceInstance caches references to OMRS objects for a specific Metadata Access Store.
- AccessServerServiceInstance(String, OMRSRepositoryConnector, AuditLog, String, int) - Constructor for class org.odpi.openmetadata.commonservices.multitenant.AccessServerServiceInstance
-
Set up the local repository connector that will service the REST Calls.
- AccessServerServiceInstance(String, OMRSRepositoryConnector, AuditLog, String, int, String, Connection) - Constructor for class org.odpi.openmetadata.commonservices.multitenant.AccessServerServiceInstance
-
Set up the local repository connector that will service the REST Calls.
- AccessServerServiceInstanceHandler - Class in org.odpi.openmetadata.commonservices.multitenant
-
AccessServerServiceInstanceHandler retrieves information from the instance map for the access service instances.
- AccessServerServiceInstanceHandler(String) - Constructor for class org.odpi.openmetadata.commonservices.multitenant.AccessServerServiceInstanceHandler
-
Constructor
- AccessServiceAdmin - Class in org.odpi.openmetadata.adminservices.registration
-
AccessServiceAdmin is the interface that an access service implements to receive its configuration.
- AccessServiceAdmin() - Constructor for class org.odpi.openmetadata.adminservices.registration.AccessServiceAdmin
- AccessServiceConfig - Class in org.odpi.openmetadata.adminservices.configuration.properties
-
AccessServiceConfig provides the configuration for a single Open Metadata Access Service (OMAS).
- AccessServiceConfig() - Constructor for class org.odpi.openmetadata.adminservices.configuration.properties.AccessServiceConfig
-
Default constructor for use with Jackson libraries
- AccessServiceConfig(AccessServiceConfig) - Constructor for class org.odpi.openmetadata.adminservices.configuration.properties.AccessServiceConfig
-
Copy/clone constructor
- AccessServiceConfig(AccessServiceRegistrationEntry) - Constructor for class org.odpi.openmetadata.adminservices.configuration.properties.AccessServiceConfig
-
Set up the default values for an access service using an access service description.
- AccessServiceConfigResponse - Class in org.odpi.openmetadata.adminservices.rest
-
AccessServiceConfigResponse is the response structure used on the OMAG REST API calls that returns a AccessServiceConfig object as a response.
- AccessServiceConfigResponse() - Constructor for class org.odpi.openmetadata.adminservices.rest.AccessServiceConfigResponse
-
Default constructor
- AccessServiceDescription - Enum Class in org.odpi.openmetadata.adminservices.configuration.registration
-
AccessServiceDescription provides a list of registered OMAS services.
- accessServiceInTopicName - Variable in class org.odpi.openmetadata.commonservices.multitenant.GovernanceServerServiceInstance
- accessServiceOutTopicName - Variable in class org.odpi.openmetadata.commonservices.multitenant.GovernanceServerServiceInstance
- AccessServiceRegistrationEntry - Class in org.odpi.openmetadata.adminservices.configuration.registration
-
AccessServiceRegistrationEntry is used by an access service to register its admin services interface.
- AccessServiceRegistrationEntry() - Constructor for class org.odpi.openmetadata.adminservices.configuration.registration.AccessServiceRegistrationEntry
-
Default constructor
- AccessServiceRegistrationEntry(int, ComponentDevelopmentStatus, String, String, String, String, ServiceOperationalStatus, ServiceOperationalStatus, String) - Constructor for class org.odpi.openmetadata.adminservices.configuration.registration.AccessServiceRegistrationEntry
-
Complete Constructor
- AccessServiceRegistrationEntry(AccessServiceDescription, ServiceOperationalStatus, String) - Constructor for class org.odpi.openmetadata.adminservices.configuration.registration.AccessServiceRegistrationEntry
-
Enum Constructor
- accessServiceRootURL - Variable in class org.odpi.openmetadata.commonservices.multitenant.GovernanceServerServiceInstance
- accessServiceServerName - Variable in class org.odpi.openmetadata.commonservices.multitenant.GovernanceServerServiceInstance
- AccessServicesResponse - Class in org.odpi.openmetadata.adminservices.rest
-
AccessServicesResponse provides a response object for returning information about a list of services that are configured in an OMAG Server Platform.
- AccessServicesResponse() - Constructor for class org.odpi.openmetadata.adminservices.rest.AccessServicesResponse
-
Default constructor
- AccessServicesResponse(AccessServicesResponse) - Constructor for class org.odpi.openmetadata.adminservices.rest.AccessServicesResponse
-
Copy clone constructor
- ACCOUNT - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.enums.ContactMethodType
-
Send comment to a social media account.
- ACCOUNTING_LEDGER - Enum constant in enum class org.odpi.openmetadata.samples.archiveutilities.governanceengines.SolutionComponent
- ACCOUNTS - Enum constant in enum class org.odpi.openmetadata.samples.archiveutilities.organization.DeptDefinition
- ACTION - Enum constant in enum class org.odpi.openmetadata.frameworks.auditlog.AuditLogRecordSeverityLevel
-
Action - Action is required by the administrator.
- ACTION - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.enums.ActivityType
-
Action - A requested or required change.
- ACTION - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.types.OpenMetadataType
-
An action that has been identified to support the development, improvement, or remedy of an object or situation.
- ACTION_AUTHOR - Enum constant in enum class org.odpi.openmetadata.adminservices.configuration.registration.ViewServiceDescription
-
Maintain definitions of governance actions such as governance action processes and governance action types.
- ACTION_CLAIM_REQUEST - Enum constant in enum class org.odpi.openmetadata.commonservices.generichandlers.ffdc.GenericHandlersAuditCode
-
OMAG-GENERIC-HANDLERS-0023 - Governance engine with {0} userId is claiming engine action {1}
- ACTION_DESCRIPTION - Enum constant in enum class org.odpi.openmetadata.adapters.repositoryservices.auditlogstore.postgres.schema.AuditLogColumn
- ACTION_PROCESSING_ERROR - Enum constant in enum class org.odpi.openmetadata.governanceservers.enginehostservices.ffdc.EngineHostServicesAuditCode
-
ENGINE-HOST-SERVICES-2000 - {0} caught an exception {1} while processing governance action {2}; the error message was {3}
- ACTION_PROPERTIES - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.types.OpenMetadataProperty
-
Additional information for use during action processing.
- ACTION_REQUEST_GUID - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.externalharvesters.harvestsurveys.schema.HarvestSurveysColumn
- ACTION_REQUEST_GUID - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.jacquard.productcatalog.ProductDataFieldDefinition
-
Unique identifier of a request for action target relationship.
- ACTION_REQUEST_NAME - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.externalharvesters.harvestsurveys.schema.HarvestSurveysColumn
- ACTION_REQUEST_NAME - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.jacquard.productcatalog.ProductDataFieldDefinition
-
Unique identifier of an engine action's target element.
- ACTION_REQUESTED - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.types.OpenMetadataProperty
-
What needs to be done.
- ACTION_REQUESTER_RELATIONSHIP - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.types.OpenMetadataType
-
The source of the action, such as a person, meeting, or a governance action.
- ACTION_SOURCE_NAME - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.types.OpenMetadataProperty
-
Name of the activity that revealed the need for action.
- ACTION_TARGET - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.mermaid.VisualStyle
- ACTION_TARGET_FILTER - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.types.OpenMetadataProperty
-
Lists the names of the action targets to remove from the supplied action targets.
- ACTION_TARGET_GUID - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.externalharvesters.harvestsurveys.schema.HarvestSurveysColumn
- ACTION_TARGET_GUID - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.jacquard.productcatalog.ProductDataFieldDefinition
-
Unique identifier of an engine action's target element.
- ACTION_TARGET_MAP - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.types.OpenMetadataProperty
-
Provides a translation map between the supplied name of an action target and the name supported by the implementation of the governance service.
- ACTION_TARGET_NAME - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.governanceactions.watchdog.GenericElementRequestParameter
- ACTION_TARGET_NAME - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.governanceactions.watchdog.GenericFolderRequestParameter
- ACTION_TARGET_NAME - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.jacquard.productcatalog.ProductDataFieldDefinition
-
Name of an engine action's target element to process.
- ACTION_TARGET_NAME - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.types.OpenMetadataProperty
-
The name to identify the action target to the actor that processes it.
- ACTION_TARGET_NAME - Enum constant in enum class org.odpi.openmetadata.frameworks.openwatchdog.controls.WatchdogRequestParameter
- ACTION_TARGET_RELATIONSHIP - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.types.OpenMetadataType
-
Associates an action with one or more elements to work on.
- ACTION_TARGET_RELATIONSHIP_GUID - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.jacquard.productcatalog.ProductDataFieldDefinition
-
Unique identifier of an engine action's target element.
- ACTION_TARGET_TWO_NAME - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.governanceactions.watchdog.GenericElementRequestParameter
- ACTION_TARGET_TWO_NAME - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.governanceactions.watchdog.GenericFolderRequestParameter
- ACTION_TARGET_TWO_NAME - Enum constant in enum class org.odpi.openmetadata.frameworks.openwatchdog.controls.WatchdogRequestParameter
- ACTION_TARGET_TYPE - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.externalharvesters.harvestsurveys.schema.HarvestSurveysColumn
- ACTION_TARGET_TYPE_NAME - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.jacquard.productcatalog.ProductDataFieldDefinition
-
Action Target Type Name
- ActionAuthorAdmin - Class in org.odpi.openmetadata.viewservices.actionauthor.admin
-
ActionAuthorAdmin is the class that is called by the View Server to initialize and terminate the Action Author OMVS.
- ActionAuthorAdmin() - Constructor for class org.odpi.openmetadata.viewservices.actionauthor.admin.ActionAuthorAdmin
-
Default constructor
- ActionAuthorAuditCode - Enum Class in org.odpi.openmetadata.viewservices.actionauthor.ffdc
-
The ActionAuthorAuditCode is used to define the message content for the OMRS Audit Log.
- ActionAuthorInstance - Class in org.odpi.openmetadata.viewservices.actionauthor.server
-
ActionAuthorInstance caches references to objects it needs for a specific server.
- ActionAuthorInstance(String, AuditLog, String, String, String, String, int, String, String) - Constructor for class org.odpi.openmetadata.viewservices.actionauthor.server.ActionAuthorInstance
-
Set up the Action Author OMVS instance
- ActionAuthorInstanceHandler - Class in org.odpi.openmetadata.viewservices.actionauthor.server
-
ActionAuthorInstanceHandler retrieves information from the instance map for the view service instances.
- ActionAuthorInstanceHandler() - Constructor for class org.odpi.openmetadata.viewservices.actionauthor.server.ActionAuthorInstanceHandler
-
Default constructor registers the view service
- ActionAuthorRegistration - Class in org.odpi.openmetadata.viewservices.actionauthor.server
-
ActionAuthorRegistration registers the view service with the OMAG Server administration services.
- ActionAuthorRegistration() - Constructor for class org.odpi.openmetadata.viewservices.actionauthor.server.ActionAuthorRegistration
- ActionAuthorResource - Class in org.odpi.openmetadata.viewservices.actionauthor.server.spring
-
The ActionAuthorResource provides the Spring API endpoints of the Action Author Open Metadata View Service (OMVS).
- ActionAuthorResource() - Constructor for class org.odpi.openmetadata.viewservices.actionauthor.server.spring.ActionAuthorResource
-
Default constructor
- ActionAuthorRESTServices - Class in org.odpi.openmetadata.viewservices.actionauthor.server
-
The ActionAuthorRESTServices provides the implementation of the Action Author Open Metadata View Service (OMVS).
- ActionAuthorRESTServices() - Constructor for class org.odpi.openmetadata.viewservices.actionauthor.server.ActionAuthorRESTServices
-
Default constructor
- ActionControlInterface - Interface in org.odpi.openmetadata.frameworks.opengovernance.client
-
The ActionControlInterface provides the methods used by governance services to initiate new automated actions.
- ACTIONED - Enum constant in enum class org.odpi.openmetadata.frameworks.opengovernance.properties.GovernanceActionStatus
-
Deprecated.The governance action service for the governance action has successfully completed processing.
- ACTIONED - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.refdata.CompletionStatus
-
The governance action service for the governance action has successfully completed processing.
- ACTIONED_ANNOTATION - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.enums.AnnotationStatus
-
AnnotationProperties has been approved and insight has been added to Asset's metadata.
- ActionProperties - Class in org.odpi.openmetadata.frameworks.openmetadata.properties.assets.processes.actions
-
The action described a process that is triggered by an event.
- ActionProperties() - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.properties.assets.processes.actions.ActionProperties
-
Default constructor
- ActionProperties(ActionProperties) - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.properties.assets.processes.actions.ActionProperties
-
Copy/clone constructor
- ActionRequestBody - Class in org.odpi.openmetadata.commonservices.ffdc.rest
-
ActionRequestBody provides a structure for passing action details over a REST API.
- ActionRequestBody() - Constructor for class org.odpi.openmetadata.commonservices.ffdc.rest.ActionRequestBody
-
Default constructor
- ActionRequestBody(ActionRequestBody) - Constructor for class org.odpi.openmetadata.commonservices.ffdc.rest.ActionRequestBody
-
Copy/clone constructor
- ActionRequesterProperties - Class in org.odpi.openmetadata.frameworks.openmetadata.properties.assets.processes.actions
-
ActionRequesterProperties describes the properties for the requester of an action.
- ActionRequesterProperties() - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.properties.assets.processes.actions.ActionRequesterProperties
-
Default constructor
- ActionRequesterProperties(ActionRequesterProperties) - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.properties.assets.processes.actions.ActionRequesterProperties
-
Copy/clone constructor
- ACTIONS_ACTIONED - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.governanceactions.stewardship.EvaluateAnnotationsGuard
- ACTIONS_ACTIONED - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.governanceactions.stewardship.WaitForStewardGuard
- ACTIONS_DETECTED - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.governanceactions.stewardship.EvaluateAnnotationsGuard
- ACTIONS_DETECTED - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.governanceactions.stewardship.WaitForStewardGuard
- ACTIONS_RELATIONSHIP - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.types.OpenMetadataType
-
Identifies the cause/sponsor that requires the action to be performed.
- ActionsProperties - Class in org.odpi.openmetadata.frameworks.openmetadata.properties.assets.processes.actions
-
ActionsProperties describes the properties for the Actions relationship.
- ActionsProperties() - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.properties.assets.processes.actions.ActionsProperties
-
Default constructor
- ActionsProperties(ActionsProperties) - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.properties.assets.processes.actions.ActionsProperties
-
Copy/clone constructor
- ActionTarget - Enum Class in org.odpi.openmetadata.frameworks.opengovernance.controls
-
ActionTarget provides some standard action type names to use in the implementation of governance services.
- ActionTargetElement - Class in org.odpi.openmetadata.frameworks.opengovernance.properties
-
ActionTargetElement describes an element that a governance action service should process.
- ActionTargetElement() - Constructor for class org.odpi.openmetadata.frameworks.opengovernance.properties.ActionTargetElement
-
Typical Constructor
- ActionTargetElement(ActionTargetElement) - Constructor for class org.odpi.openmetadata.frameworks.opengovernance.properties.ActionTargetElement
-
Copy/clone Constructor the resulting object will return true if tested with this.equals(template) as long as the template object is not null;
- ActionTargetProperties - Class in org.odpi.openmetadata.frameworks.openmetadata.properties.assets.processes.actions
-
ActionTargetProperties identifies the properties of an ActionTarget relationship.
- ActionTargetProperties() - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.properties.assets.processes.actions.ActionTargetProperties
-
Typical Constructor
- ActionTargetProperties(ActionTargetProperties) - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.properties.assets.processes.actions.ActionTargetProperties
-
Copy/clone Constructor the resulting object will return true if tested with this.equals(template) as long as the template object is not null;
- ActionTargetStatusRequestBody - Class in org.odpi.openmetadata.frameworkservices.omf.rest
-
ActionTargetStatusRequestBody provides a structure for passing the properties that sit in the ActionTarget relationship.
- ActionTargetStatusRequestBody() - Constructor for class org.odpi.openmetadata.frameworkservices.omf.rest.ActionTargetStatusRequestBody
-
Default constructor
- ActionTargetStatusRequestBody(ActionTargetStatusRequestBody) - Constructor for class org.odpi.openmetadata.frameworkservices.omf.rest.ActionTargetStatusRequestBody
-
Copy/clone constructor
- ActionTargetType - Class in org.odpi.openmetadata.frameworks.openmetadata.specificationproperties
-
ActionTargetType characterises a type of element that the linked governance service/governance action works with when it runs.
- ActionTargetType() - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.specificationproperties.ActionTargetType
-
Default constructor
- ActionTargetType(ActionTargetType) - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.specificationproperties.ActionTargetType
-
Copy/clone constructor
- ActionType - Enum Class in org.odpi.openmetadata.frameworks.openmetadata.refdata
-
ActionType provides an initial set of values for ActionType.
- activateAutoStartServerListWithStoredConfig(String, List<String>) - Method in class org.odpi.openmetadata.serveroperations.server.OMAGServerOperationalServices
-
Activate the list of open metadata and governance servers using the stored configuration information.
- activateServer() - Method in class org.odpi.openmetadata.adapters.connectors.egeriainfrastructure.extractor.EgeriaExtractor
-
Activate the Open Metadata and Governance (OMAG) server using the configuration document stored for this server.
- activateServer() - Method in class org.odpi.openmetadata.adapters.connectors.egeriainfrastructure.servers.OMAGServerConnectorBase
-
Activate the Open Metadata and Governance (OMAG) server using the configuration document stored for this server.
- activateServer(String) - Method in class org.odpi.openmetadata.adapters.connectors.egeriainfrastructure.extractor.EgeriaExtractor
-
Activate the Open Metadata and Governance (OMAG) server using the configuration document stored for this server.
- activateServer(String) - Method in class org.odpi.openmetadata.adapters.connectors.egeriainfrastructure.platform.OMAGServerPlatformConnector
-
Activate the Open Metadata and Governance (OMAG) server using the configuration document stored for this server.
- activateWithStoredConfig(String) - Method in class org.odpi.openmetadata.platformservices.client.PlatformServicesClient
-
Activate the Open Metadata and Governance (OMAG) server using the configuration document stored for this server.
- activateWithStoredConfig(String, String) - Method in class org.odpi.openmetadata.platformservices.server.spring.OMAGServerOperationResource
-
Activate the Open Metadata and Governance (OMAG) server using the configuration document stored for this server.
- activateWithStoredConfig(String, String) - Method in class org.odpi.openmetadata.serveroperations.server.OMAGServerOperationalServices
-
Activate the open metadata and governance services using the stored configuration information.
- activateWithStoredConfig(String, String) - Method in class org.odpi.openmetadata.viewservices.runtimemanager.server.RuntimeManagerRESTServices
-
Activate the open metadata and governance services using the stored configuration information.
- activateWithStoredConfig(String, String) - Method in class org.odpi.openmetadata.viewservices.runtimemanager.server.spring.RuntimeManagerResource
-
Activate the Open Metadata and Governance (OMAG) server using the configuration document stored for this server.
- activateWithStoredConfig(String, String, String) - Method in class org.odpi.openmetadata.serveroperations.server.OMAGServerOperationalServices
-
Activate the open metadata and governance services using the stored configuration information.
- activateWithSuppliedConfig(String, String, String, OMAGServerConfig) - Method in class org.odpi.openmetadata.serveroperations.server.OMAGServerOperationalServices
-
Activate the open metadata and governance services using the supplied configuration document.
- activateWithSuppliedConfig(String, String, OMAGServerConfig) - Method in class org.odpi.openmetadata.platformservices.server.spring.OMAGServerOperationResource
-
Activate the open metadata and governance services using the supplied configuration document.
- activateWithSuppliedConfig(String, String, OMAGServerConfig) - Method in class org.odpi.openmetadata.serveroperations.server.OMAGServerOperationalServices
-
Activate the open metadata and governance services using the supplied configuration document.
- activateWithSuppliedConfig(OMAGServerConfig) - Method in class org.odpi.openmetadata.platformservices.client.PlatformServicesClient
-
Activate the open metadata and governance services using the supplied configuration document.
- ACTIVATING - Enum constant in enum class org.odpi.openmetadata.frameworks.opengovernance.properties.GovernanceActionStatus
-
Deprecated.The governance action service for the governance action is being initialized in the governance engine.
- ACTIVATING - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.enums.ActivityStatus
-
The process that will perform the activity is being activated.
- ACTIVATING - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.refdata.ProjectStatus
-
This project is in final preparations to start.
- ACTIVATING_UNCONFIGURED_GENERIC_VIEW_SERVICES - Enum constant in enum class org.odpi.openmetadata.serveroperations.ffdc.ServerOpsAuditCode
-
SERVER-OPS-0029 - The OMAG server {0} is activating generic view services that are not configured; these view services can only be called using a urlMarker of a configured service
- ACTIVE - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.apacheatlas.resource.properties.AtlasInstanceStatus
-
Normal active instance.
- ACTIVE - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.apacheatlas.resource.properties.AtlasTermRelationshipStatus
-
The relationship is in use.
- ACTIVE - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.enums.ContentStatus
-
The instance is approved and in use.
- ACTIVE - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.enums.DeploymentStatus
-
The instance is approved and in use.
- ACTIVE - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.enums.TermRelationshipStatus
-
Active - The term relationship is approved and in use.
- ACTIVE - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.refdata.ProjectStatus
-
The project is currently being worked on by the project team.
- ACTIVE - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.search.ElementStatus
-
The instance is approved and in use.
- ACTIVE - Enum constant in enum class org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.properties.instances.InstanceStatus
-
Active - The instance is approved and in use.
- ACTIVE_ACCOUNT_COUNT - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.types.OpenMetadataProperty
-
Count of the active user accounts in the secrets store.
- ACTIVE_ATTRIBUTE - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.properties.OpenMetadataTypeDefAttributeStatus
-
Active Attribute - Attribute available and in use.
- ACTIVE_ATTRIBUTE - Enum constant in enum class org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.properties.typedefs.TypeDefAttributeStatus
-
Active Attribute - Attribute available and in use.
- ACTIVE_TIME - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.egeriainfrastructure.control.OMAGServerPlatformMetric
- ACTIVE_TIME - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.externalharvesters.harvestsurveys.schema.HarvestSurveysColumn
- ACTIVE_TIME - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.jacquard.productcatalog.ProductDataFieldDefinition
- ACTIVE_TIME - Enum constant in enum class org.odpi.openmetadata.frameworks.opensurvey.measurements.RelationalDatabaseMetric
-
The length of time (milliseconds) that the database was being actively queried.
- ACTIVE_TYPEDEF - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.properties.OpenMetadataTypeDefStatus
-
ActiveTypeDef - OpenMetadataTypeDef available and in use.
- ACTIVE_TYPEDEF - Enum constant in enum class org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.properties.typedefs.TypeDefStatus
-
ActiveTypeDef - TypeDef available and in use.
- ACTIVITY - Enum constant in enum class org.odpi.openmetadata.frameworks.auditlog.AuditLogRecordSeverityLevel
-
Activity - This log record contains user activity information such as the requests being made and the metadata being accessed.
- ACTIVITY_DESCRIPTION_CLASSIFICATION - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.types.OpenMetadataType
-
Identifies that this glossary term describes an activity.
- ACTIVITY_ENTRY - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.types.OpenMetadataType
-
Details of an activity performed by an actor.
- ACTIVITY_FOLDER - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.refdata.ResourceUse
-
A collection of guided activities either suggested, or taken, to complete a project.
- ACTIVITY_STATUS - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.externalharvesters.harvestopenmetadata.schema.HarvestOpenMetadataColumn
- ACTIVITY_STATUS - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.jacquard.productcatalog.ProductDataFieldDefinition
-
Status of the process definition/execution.
- ACTIVITY_STATUS - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.types.OpenMetadataProperty
-
Defines the current execution status of a process.
- ACTIVITY_TYPE - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.types.OpenMetadataProperty
-
Different types of activities.
- ActivityDescriptionProperties - Class in org.odpi.openmetadata.frameworks.openmetadata.properties.glossaries
-
ActivityDescriptionProperties is used to classify a glossary that describes an activity.
- ActivityDescriptionProperties() - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.properties.glossaries.ActivityDescriptionProperties
-
Default constructor
- ActivityDescriptionProperties(ActivityDescriptionProperties) - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.properties.glossaries.ActivityDescriptionProperties
-
Copy/clone constructor for a primary key.
- ActivityEntryProperties - Class in org.odpi.openmetadata.frameworks.openmetadata.properties.assets.processes.actions
-
The "ActivityEntry" describes an activity performed by an actor.
- ActivityEntryProperties() - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.properties.assets.processes.actions.ActivityEntryProperties
-
Default constructor
- ActivityEntryProperties(ActionProperties) - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.properties.assets.processes.actions.ActivityEntryProperties
-
Copy/clone constructor
- ActivityEntryProperties(NotificationProperties) - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.properties.assets.processes.actions.ActivityEntryProperties
-
Copy/clone constructor
- ActivityStatus - Enum Class in org.odpi.openmetadata.frameworks.openmetadata.enums
-
ActivityStatus defines the current status for a process.
- ActivityStatusFilterRequestBody - Class in org.odpi.openmetadata.commonservices.ffdc.rest
-
ActivityStatusFilterRequestBody provides a structure for passing the status.
- ActivityStatusFilterRequestBody() - Constructor for class org.odpi.openmetadata.commonservices.ffdc.rest.ActivityStatusFilterRequestBody
-
Default constructor
- ActivityStatusFilterRequestBody(ActivityStatusFilterRequestBody) - Constructor for class org.odpi.openmetadata.commonservices.ffdc.rest.ActivityStatusFilterRequestBody
-
Copy/clone constructor
- ActivityStatusRequestBody - Class in org.odpi.openmetadata.commonservices.ffdc.rest
-
ActivityStatusRequestBody provides a structure for passing the status.
- ActivityStatusRequestBody() - Constructor for class org.odpi.openmetadata.commonservices.ffdc.rest.ActivityStatusRequestBody
-
Default constructor
- ActivityStatusRequestBody(ActivityStatusRequestBody) - Constructor for class org.odpi.openmetadata.commonservices.ffdc.rest.ActivityStatusRequestBody
-
Copy/clone constructor
- ActivityStatusSearchString - Class in org.odpi.openmetadata.commonservices.ffdc.rest
-
A request body that allows the status of an activity to be included in the search criteria.
- ActivityStatusSearchString() - Constructor for class org.odpi.openmetadata.commonservices.ffdc.rest.ActivityStatusSearchString
-
Default constructor
- ActivityStatusSearchString(ActivityStatusSearchString) - Constructor for class org.odpi.openmetadata.commonservices.ffdc.rest.ActivityStatusSearchString
-
Copy/clone constructor
- ActivityType - Enum Class in org.odpi.openmetadata.frameworks.openmetadata.enums
-
A GlossaryTermActivityType defines the type of activity described by a glossary term.
- ACTOR - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.types.OpenMetadataType
-
The representation of a person or group of people that are identified to perform an action or take on a responsibility.
- ACTOR_ASSIGNMENTS - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.externalharvesters.harvestopenmetadata.schema.HarvestOpenMetadataTable
-
Details of assignments of actors to work in open metadata.
- ACTOR_MANAGER - Enum constant in enum class org.odpi.openmetadata.adminservices.configuration.registration.ViewServiceDescription
-
Manages the definitions of user identities, actor profiles, contact details and actor roles.
- ACTOR_PLACES_PRODUCTS - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.jacquard.productcatalog.ProductDefinitionEnum
-
Actor, Places, and Products
- ACTOR_PROFILE - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.externalharvesters.harvestopenmetadata.schema.HarvestOpenMetadataTable
-
Details of an actor profile.
- ACTOR_PROFILE - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.types.OpenMetadataType
-
Description of a person, team or automated process that is working with data.
- ACTOR_ROLE - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.types.OpenMetadataType
-
A collection of related responsibilities.
- ActorDefinition - Interface in org.odpi.openmetadata.frameworks.openmetadata.definitions
-
Provides a definition of a pre-defined collection
- ActorManagerAdmin - Class in org.odpi.openmetadata.viewservices.actormanager.admin
-
ActorManagerAdmin is the class that is called by the View Server to initialize and terminate the Actor Manager OMVS.
- ActorManagerAdmin() - Constructor for class org.odpi.openmetadata.viewservices.actormanager.admin.ActorManagerAdmin
-
Default constructor
- ActorManagerAuditCode - Enum Class in org.odpi.openmetadata.viewservices.actormanager.ffdc
-
The ActorManagerAuditCode is used to define the message content for the OMRS Audit Log.
- ActorManagerErrorCode - Enum Class in org.odpi.openmetadata.viewservices.actormanager.ffdc
-
Used to define first failure data capture (FFDC) for errors that occur within the OMAG Server It is used in conjunction with OMAG Exceptions, both Checked and Runtime (unchecked).
- ActorManagerInstance - Class in org.odpi.openmetadata.viewservices.actormanager.server
-
ActorManagerInstance caches references to the objects it needs for a specific server.
- ActorManagerInstance(String, AuditLog, String, int, String, String, List<ViewServiceConfig>) - Constructor for class org.odpi.openmetadata.viewservices.actormanager.server.ActorManagerInstance
-
Set up the Actor Manager OMVS instance
- ActorManagerInstanceHandler - Class in org.odpi.openmetadata.viewservices.actormanager.server
-
ActorManagerInstanceHandler retrieves information from the instance map for the view service instances.
- ActorManagerInstanceHandler() - Constructor for class org.odpi.openmetadata.viewservices.actormanager.server.ActorManagerInstanceHandler
-
Default constructor registers the view service
- ActorManagerRegistration - Class in org.odpi.openmetadata.viewservices.actormanager.server
-
ActorManagerRegistration registers the view service with the OMAG Server administration services.
- ActorManagerRegistration() - Constructor for class org.odpi.openmetadata.viewservices.actormanager.server.ActorManagerRegistration
- ActorManagerResource - Class in org.odpi.openmetadata.viewservices.actormanager.server.spring
-
The ActorManagerResource provides part of the server-side implementation of the Actor Manager OMVS.
- ActorManagerResource() - Constructor for class org.odpi.openmetadata.viewservices.actormanager.server.spring.ActorManagerResource
-
Default constructor
- ActorManagerRESTServices - Class in org.odpi.openmetadata.viewservices.actormanager.server
-
The ActorManagerRESTServices provides the server-side implementation of the Actor Manager Open Metadata View Service (OMVS).
- ActorManagerRESTServices() - Constructor for class org.odpi.openmetadata.viewservices.actormanager.server.ActorManagerRESTServices
-
Default constructor
- ActorProfileClient - Class in org.odpi.openmetadata.frameworks.openmetadata.connectorcontext
-
Provides services for connectors to work with ActorProfile objects: Person, Team and ITProfile along with contact details associated with this profile.
- ActorProfileClient(ActorProfileClient, String) - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.connectorcontext.ActorProfileClient
-
Copy/clone constructor.
- ActorProfileClient(ConnectorContextBase, String, String, String, String, String, String, OpenMetadataClient, AuditLog, int) - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.connectorcontext.ActorProfileClient
-
Constructor for connector context client.
- ActorProfileHandler - Class in org.odpi.openmetadata.frameworks.openmetadata.handlers
-
ActorProfileHandler provides methods to manage actor profiles.
- ActorProfileHandler(String, AuditLog, String, OpenMetadataClient) - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.handlers.ActorProfileHandler
-
Create a new handler.
- ActorProfileHandler(ActorProfileHandler, String) - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.handlers.ActorProfileHandler
-
Create a new handler.
- ActorProfileProperties - Class in org.odpi.openmetadata.frameworks.openmetadata.properties.actors
-
The ActorProfileProperties describes the common properties of a Personal Profile, IT Profile and Team Profile.
- ActorProfileProperties() - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.properties.actors.ActorProfileProperties
-
Default Constructor
- ActorProfileProperties(ActorProfileProperties) - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.properties.actors.ActorProfileProperties
-
Copy/clone constructor
- ActorProfileProperties(ActorProperties) - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.properties.actors.ActorProfileProperties
-
Copy/clone constructor
- ActorProperties - Class in org.odpi.openmetadata.frameworks.openmetadata.properties.actors
-
The ActorProperties describes the common properties of a Personal Profile, IT Profile and Team Profile.
- ActorProperties() - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.properties.actors.ActorProperties
-
Default Constructor
- ActorProperties(ActorProperties) - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.properties.actors.ActorProperties
-
Copy/clone Constructor - the resulting object.
- ActorProperties(ReferenceableProperties) - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.properties.actors.ActorProperties
-
Copy/clone Constructor - the resulting object.
- ActorRoleClient - Class in org.odpi.openmetadata.frameworks.openmetadata.connectorcontext
-
Provides methods to define actor roles.
- ActorRoleClient(ActorRoleClient, String) - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.connectorcontext.ActorRoleClient
-
Copy/clone constructor.
- ActorRoleClient(ConnectorContextBase, String, String, String, String, String, String, OpenMetadataClient, AuditLog, int) - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.connectorcontext.ActorRoleClient
-
Constructor for connector context client.
- ActorRoleDefinition - Interface in org.odpi.openmetadata.frameworks.openmetadata.definitions
-
The ProductRoleDefinition is used to feed the definition of the actor roles for Coco Pharmaceuticals' product catalog.
- ActorRoleHandler - Class in org.odpi.openmetadata.frameworks.openmetadata.handlers
-
ActorRoleHandler provides methods to define actor roles.
- ActorRoleHandler(String, AuditLog, String, OpenMetadataClient) - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.handlers.ActorRoleHandler
-
Create a new handler.
- ActorRoleHandler(ActorRoleHandler, String) - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.handlers.ActorRoleHandler
-
Create a new handler.
- ActorRoleProperties - Class in org.odpi.openmetadata.frameworks.openmetadata.properties.actors
-
ActorRoleProperties provides a structure to describe a role assigned to an actor profile.
- ActorRoleProperties() - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.properties.actors.ActorRoleProperties
-
Default constructor
- ActorRoleProperties(ActorProperties) - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.properties.actors.ActorRoleProperties
-
Copy/clone constructor
- ActorRoleProperties(ActorRoleProperties) - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.properties.actors.ActorRoleProperties
-
Copy/clone constructor
- ACTUAL_COMPLETION_DATE - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.externalharvesters.harvestopenmetadata.schema.HarvestOpenMetadataColumn
- ACTUAL_COMPLETION_DATE - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.types.OpenMetadataProperty
-
Provides a date/time when the event did complete.
- ACTUAL_DURATION - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.externalharvesters.harvestopenmetadata.schema.HarvestOpenMetadataColumn
- ACTUAL_DURATION - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.types.OpenMetadataProperty
-
Defines, in milliseconds, the length of time that the event did last.
- ACTUAL_START_DATE - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.types.OpenMetadataProperty
-
Provides a definitive date/time when the event did start.
- AD_HOC - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.refdata.ConfidenceLevel
-
The data comes from an ad hoc process.
- AD_HOC_TYPE_DEFINITION - Enum constant in enum class org.odpi.openmetadata.repositoryservices.ffdc.OMRSAuditCode
-
OMRS-AUDIT-0306 - A new type called {0} (guid {1}) is being maintained through the API of server {2}.
- add(int, T) - Method in class org.odpi.openmetadata.adapters.repositoryservices.archiveconnector.directory.DirectoryBasedOpenMetadataArchiveStoreList
- add(T) - Method in class org.odpi.openmetadata.adapters.repositoryservices.archiveconnector.directory.DirectoryBasedOpenMetadataArchiveStoreList
- ADD_ACTION_TARGETS - Enum constant in enum class org.odpi.openmetadata.commonservices.generichandlers.ffdc.GenericHandlersAuditCode
-
OMAG-GENERIC-HANDLERS-0022 - Adding action target {0} ({1}) to engine action {2} ({3})
- ADD_FEEDBACK - Enum constant in enum class org.odpi.openmetadata.frameworks.connectors.properties.users.AccessOperation
-
The user requests to attach feedback elements (comments, tags, likes, reviews) to the metadata element in the catalog.
- ADD_MEMBER - Enum constant in enum class org.odpi.openmetadata.frameworks.connectors.properties.users.AccessOperation
-
The user requests to attach an anchored element to the metadata element in the catalog.
- add0465DuplicateProcessing() - Method in class org.odpi.openmetadata.opentypes.OpenMetadataTypesArchive2_6
-
Add types for duplicate processing
- add0470IncidentReports() - Method in class org.odpi.openmetadata.opentypes.OpenMetadataTypesArchive2_6
-
Add incident reports
- add0550InstanceMetadata() - Method in class org.odpi.openmetadata.opentypes.OpenMetadataTypesArchive2_6
-
Add instance metadata classification
- addActionTarget(String, String, String, String, NewRelationshipRequestBody) - Method in class org.odpi.openmetadata.viewservices.assetmaker.server.AssetMakerRESTServices
-
Add an element to an action's workload.
- addActionTarget(String, String, String, String, NewRelationshipRequestBody) - Method in class org.odpi.openmetadata.viewservices.assetmaker.server.spring.AssetMakerResource
-
Add an element to an action's workload.
- addActionTarget(String, String, String, MakeAnchorOptions, ActionTargetProperties) - Method in class org.odpi.openmetadata.frameworks.openmetadata.handlers.AssetHandler
-
Add an element to an action's workload.
- addActionTarget(String, String, MakeAnchorOptions, ActionTargetProperties) - Method in class org.odpi.openmetadata.frameworks.openmetadata.connectorcontext.AssetClient
-
Add an element to an action's workload.
- addActionTargetToProcess(String, String, String) - Method in class org.odpi.openmetadata.samples.governanceactions.clinicaltrials.CocoClinicalTrialBaseService
-
Link an action target to a process.
- addActorRole(String, String, String, String, String, String, boolean, int, Map<String, String>, Map<String, Object>) - Method in class org.odpi.openmetadata.samples.archiveutilities.SimpleCatalogArchiveHelper
-
Add a new person role.
- addAll(int, Collection<? extends T>) - Method in class org.odpi.openmetadata.adapters.repositoryservices.archiveconnector.directory.DirectoryBasedOpenMetadataArchiveStoreList
- addAll(Collection<? extends T>) - Method in class org.odpi.openmetadata.adapters.repositoryservices.archiveconnector.directory.DirectoryBasedOpenMetadataArchiveStoreList
- addAnalysisStep(String, String) - Method in class org.odpi.openmetadata.contentpacks.core.base.ContentPackBaseArchiveWriter
-
Add an analysis step as a valid metadata value to the archive.
- addAnchoredAsset(String, String, String, String, String, String, String, String, String, Map<String, String>, Map<String, Object>, List<Classification>) - Method in class org.odpi.openmetadata.samples.archiveutilities.SimpleCatalogArchiveHelper
-
Create an asset entity with the supplied anchor.
- addAnchorGUIDToBuilder(String, String, String, boolean, boolean, Date, OpenMetadataAPIGenericBuilder, String) - Method in class org.odpi.openmetadata.commonservices.generichandlers.OpenMetadataAPIGenericHandler
-
Validate the anchor guid and add its type and identifier to the builder.
- addAnchorLinks(boolean) - Method in class org.odpi.openmetadata.frameworks.openmetadata.mermaid.MermaidGraphBuilderBase
-
Add links to anchors to the graph.
- addAnchorsClassification(String, EntityDetail, String, String, String, String, List<String>, boolean, boolean, Date, String) - Method in class org.odpi.openmetadata.commonservices.generichandlers.OpenMetadataAPIAnchorHandler
-
Classify an element with the Anchors classification.
- addAnnotation(AnnotationProperties, String) - Method in class org.odpi.openmetadata.frameworks.opensurvey.AnnotationStore
-
Add a new annotation to the annotation store as a top level annotation linked directly off of the report.
- addAnnotationExtension(String, AnnotationProperties) - Method in class org.odpi.openmetadata.frameworks.opensurvey.AnnotationStore
-
Add a new annotation and link it to an existing annotation.
- addAnnotationType(AnnotationType) - Method in class org.odpi.openmetadata.samples.archiveutilities.EgeriaBaseArchiveWriter
-
Add an annotation type as a valid metadata value to the archive.
- addAPIOperation(String, String, String, String, String, String, String, String, Map<String, String>) - Method in class org.odpi.openmetadata.samples.archiveutilities.SimpleCatalogArchiveHelper
-
Create the schema type for an API operation.
- addAPIParameter(String, String, String, String, String, String, int, int, String, Map<String, String>) - Method in class org.odpi.openmetadata.samples.archiveutilities.SimpleCatalogArchiveHelper
-
Create a schema attribute with a TypeEmbeddedAttribute classification.
- addAPIParameterList(String, String, String, String, String, String, String, boolean, Map<String, String>) - Method in class org.odpi.openmetadata.samples.archiveutilities.SimpleCatalogArchiveHelper
-
Create a parameter list schema type for an API operation.
- addApprovedPurpose(String, String) - Method in class org.odpi.openmetadata.samples.archiveutilities.GovernanceArchiveHelper
-
Create the relationship between a referenceable and a data processing purpose.
- addArea0Types() - Method in class org.odpi.openmetadata.opentypes.OpenMetadataTypesArchive1_2
-
Add the list of area 0 types
- addAsset(String, String, String, String, String, String, Map<String, String>, Map<String, Object>, List<Classification>) - Method in class org.odpi.openmetadata.samples.archiveutilities.SimpleCatalogArchiveHelper
-
Create an asset entity that is anchored to itself.
- addAsset(String, String, String, String, String, List<String>, Map<String, String>, Map<String, Object>) - Method in class org.odpi.openmetadata.samples.archiveutilities.SimpleCatalogArchiveHelper
-
Create an asset entity.
- addAsset(String, String, String, String, Map<String, String>, Map<String, Object>) - Method in class org.odpi.openmetadata.samples.archiveutilities.SimpleCatalogArchiveHelper
-
Create an asset entity.
- addAsset(String, String, String, String, Map<String, String>, Map<String, Object>, List<Classification>) - Method in class org.odpi.openmetadata.samples.archiveutilities.SimpleCatalogArchiveHelper
-
Create an asset entity.
- addAssetUse(String, String, String, MakeAnchorOptions, CapabilityAssetUseProperties) - Method in class org.odpi.openmetadata.frameworks.openmetadata.handlers.SoftwareCapabilityHandler
-
Create a relationship that represents the use of an asset (typically a data or process asset) by a softwareCapability.
- addAssetUse(String, String, MakeAnchorOptions, CapabilityAssetUseProperties) - Method in class org.odpi.openmetadata.frameworks.openmetadata.connectorcontext.SoftwareCapabilityClient
-
Create a relationship that represents the use of an asset (typically a data or process asset) by a softwareCapability.
- addAssetZoneMembershipClassification(String, List<String>) - Method in class org.odpi.openmetadata.samples.archiveutilities.SimpleCatalogArchiveHelper
-
Add the asset zone membership classification to the requested asset.
- addAssignmentScopeRelationship(String, String, String, String) - Method in class org.odpi.openmetadata.samples.archiveutilities.SimpleCatalogArchiveHelper
-
Link an actor (profile/person role) to a scope.
- addAsyncProcessingResult(Future<?>) - Method in class org.odpi.openmetadata.repositoryservices.connectors.omrstopic.InternalOMRSEventProcessingContext
-
Registers a
Futureassociated with asynchronous message processing. - addAsyncProcessingResult(Future<?>) - Static method in class org.odpi.openmetadata.repositoryservices.connectors.omrstopic.OMRSEventProcessingContext
-
Registers a
Futureso that Egeria can keep track of asynchronous message processing being done by consumers. - addAsyncProcessingResult(OMRSFuture) - Method in class org.odpi.openmetadata.repositoryservices.connectors.omrstopic.InternalOMRSEventProcessingContext
-
Registers an
OMRSFutureassociated with asynchronous message processing. - addAsyncProcessingResult(OMRSFuture) - Static method in class org.odpi.openmetadata.repositoryservices.connectors.omrstopic.OMRSEventProcessingContext
-
Registers a
Futureso that Egeria can keep track of asynchronous message processing being done by consumers. - addAsyncProcessingResult(OMRSFuture) - Method in class org.odpi.openmetadata.repositoryservices.connectors.openmetadatatopic.IncomingEvent
-
Adds a
Futurefor the processing of this event by someOMRSInstanceEventProcessor - addAttribute(Attribute) - Method in class org.odpi.openmetadata.samples.archiveutilities.cloudinformationmodel.properties.PropertyDescription
- addAttributeForSchemaType(String, int, int, int, String) - Method in class org.odpi.openmetadata.samples.archiveutilities.SimpleCatalogArchiveHelper
-
Create the relationship between a SchemaType element and a child SchemaAttribute element using the AttributeForSchema relationship.
- addAttributeTypeDef(String, String, AttributeTypeDefRequest) - Method in class org.odpi.openmetadata.repositoryservices.rest.server.OMRSRepositoryRESTServices
-
Create a definition of a new AttributeTypeDef.
- addAttributeTypeDef(String, String, AttributeTypeDefRequest) - Method in class org.odpi.openmetadata.repositoryservices.rest.server.spring.LocalRepositoryServicesResource
-
Create a definition of a new AttributeTypeDef.
- addAttributeTypeDef(String, AttributeTypeDef) - Method in class org.odpi.openmetadata.adapters.repositoryservices.rest.repositoryconnector.OMRSRESTMetadataCollection
-
Create a definition of a new AttributeTypeDef.
- addAttributeTypeDef(String, AttributeTypeDef) - Method in class org.odpi.openmetadata.repositoryservices.clients.MetadataCollectionServicesClient
-
Create a definition of a new AttributeTypeDef.
- addAttributeTypeDef(String, AttributeTypeDef) - Method in class org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.OMRSDynamicTypeMetadataCollectionBase
-
Create a definition of a new AttributeTypeDef.
- addAttributeTypeDef(String, AttributeTypeDef) - Method in class org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.OMRSFixedTypeMetadataCollectionBase
-
Create a definition of a new AttributeTypeDef.
- addAttributeTypeDef(String, AttributeTypeDef) - Method in class org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.OMRSMetadataCollection
-
Create a definition of a new AttributeTypeDef.
- addAttributeTypeDef(String, AttributeTypeDef) - Method in class org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.OMRSMetadataCollectionBase
-
Create a definition of a new AttributeTypeDef.
- addAttributeTypeDef(String, AttributeTypeDef) - Method in class org.odpi.openmetadata.repositoryservices.localrepository.repositoryconnector.LocalOMRSMetadataCollection
-
Create a definition of a new AttributeTypeDef.
- addAttributeTypeDef(String, AttributeTypeDef) - Method in class org.odpi.openmetadata.repositoryservices.localrepository.repositorycontentmanager.OMRSRepositoryContentManager
-
Cache a definition of a new AttributeTypeDef.
- addAttributeTypeDef(String, AttributeTypeDef) - Method in interface org.odpi.openmetadata.repositoryservices.localrepository.repositorycontentmanager.OMRSTypeDefManager
-
Cache a definition of a new AttributeTypeDef.
- addAuditLogDestination(String, String, Connection) - Method in class org.odpi.openmetadata.adminservices.server.OMAGServerAdminServices
-
Set up the list of audit log destinations.
- addAuditLogDestination(String, String, Connection) - Method in class org.odpi.openmetadata.adminservices.spring.ConfigRepositoryServicesResource
-
Add an audit log destination that is defined by the supplied connection object.
- addAuditLogDestination(Connection) - Method in class org.odpi.openmetadata.adminservices.client.OMAGServerConfigurationClient
-
Add an audit log destination that is defined by the supplied connection object.
- addBooleanMapProperty(ElementProperties, String, Map<String, Boolean>) - Method in class org.odpi.openmetadata.frameworks.openmetadata.search.PropertyHelper
-
Add the supplied map property to an element properties object.
- addBooleanMapPropertyToInstance(String, InstanceProperties, String, Map<String, Boolean>, String) - Method in interface org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.utilities.OMRSRepositoryPropertiesHelper
-
If the supplied map property is not null, add it to an instance properties object.
- addBooleanMapPropertyToInstance(String, InstanceProperties, String, Map<String, Boolean>, String) - Method in class org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.utilities.OMRSRepositoryPropertiesUtilities
-
If the supplied map property is not null, add it to an instance properties object.
- addBooleanProperty(List<PropertyCondition>, String, boolean, PropertyComparisonOperator) - Method in class org.odpi.openmetadata.frameworks.openmetadata.search.PropertyHelper
-
Add a boolean property to a set of search conditions.
- addBooleanProperty(ElementProperties, String, boolean) - Method in class org.odpi.openmetadata.frameworks.openmetadata.search.PropertyHelper
-
Add the supplied property to an element properties object.
- addBooleanPropertyMap(ElementProperties, Map<String, Boolean>) - Method in class org.odpi.openmetadata.frameworks.openmetadata.search.PropertyHelper
-
Add the supplied property map to an element properties object.
- addBooleanPropertyMapToInstance(String, InstanceProperties, String, Map<String, Boolean>, String) - Method in interface org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.utilities.OMRSRepositoryPropertiesHelper
-
Add the supplied property map to an instance properties object.
- addBooleanPropertyMapToInstance(String, InstanceProperties, String, Map<String, Boolean>, String) - Method in class org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.utilities.OMRSRepositoryPropertiesUtilities
-
Add the supplied property map to an instance properties object.
- addBooleanPropertyToInstance(String, InstanceProperties, String, boolean, String) - Method in interface org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.utilities.OMRSRepositoryPropertiesHelper
-
Add the supplied property to an instance properties object.
- addBooleanPropertyToInstance(String, InstanceProperties, String, boolean, String) - Method in class org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.utilities.OMRSRepositoryPropertiesUtilities
-
Add the supplied property to an instance properties object.
- addBusinessArea(String, String, String, String, Map<String, String>) - Method in class org.odpi.openmetadata.samples.archiveutilities.SimpleCatalogArchiveHelper
-
Create a business area entity.
- addBusinessCapabilityTeamRelationship(String, String, String, String) - Method in class org.odpi.openmetadata.samples.archiveutilities.SimpleCatalogArchiveHelper
-
Add a membership relationship between a business capability and a team.
- addBusinessMetadataToEntity(String, String, Map<String, Object>) - Method in class org.odpi.openmetadata.adapters.connectors.apacheatlas.resource.ApacheAtlasRESTConnector
-
Add business metadata to an entity.
- addCalculatedValue(String, String, CalculatedValueProperties, MetadataSourceOptions) - Method in class org.odpi.openmetadata.frameworks.openmetadata.handlers.SchemaAttributeHandler
-
Add the CalculatedValue classification to the schema attribute.
- addCalculatedValue(String, CalculatedValueProperties, MetadataSourceOptions) - Method in class org.odpi.openmetadata.frameworks.openmetadata.connectorcontext.SchemaAttributeClient
-
Add the CalculatedValue classification to the schema attribute.
- addCapturedError(Exception) - Method in class org.odpi.openmetadata.fvt.utilities.FVTResults
-
Save an unexpected exception that occurred during the tests.
- addCatalogTarget(String, String, String, String, NewRelationshipRequestBody) - Method in class org.odpi.openmetadata.viewservices.assetmaker.server.AssetMakerRESTServices
-
Add a catalog target to an integration connector.
- addCatalogTarget(String, String, String, String, NewRelationshipRequestBody) - Method in class org.odpi.openmetadata.viewservices.assetmaker.server.spring.AssetMakerResource
-
Add a catalog target to an integration connector.
- addCatalogTarget(String, String, String, MakeAnchorOptions, CatalogTargetProperties) - Method in class org.odpi.openmetadata.frameworks.openmetadata.handlers.AssetHandler
-
Add an element to an integration connector's workload.
- addCatalogTarget(String, String, MakeAnchorOptions, CatalogTargetProperties) - Method in class org.odpi.openmetadata.frameworks.openmetadata.connectorcontext.AssetClient
-
Add an element to an integration connector's workload.
- addCatalogTargetRelationship(String, String, String, String, Map<String, Object>, Map<String, String>, String, String) - Method in class org.odpi.openmetadata.samples.archiveutilities.GovernanceArchiveHelper
-
Create a catalog target relationship.
- addCatalogTemplateRelationship(String, String) - Method in class org.odpi.openmetadata.samples.archiveutilities.SimpleCatalogArchiveHelper
-
Create a catalog template relationship.
- addCategoryToCategory(String, String) - Method in class org.odpi.openmetadata.samples.archiveutilities.SimpleCatalogArchiveHelper
-
Link two categories together as part of the parent child hierarchy.
- addCertification(String, String, Date, Date, String, String, String, String, String, String, String, String, String, String, String, String) - Method in class org.odpi.openmetadata.samples.archiveutilities.SimpleCatalogArchiveHelper
-
Create a licence relationship.
- addCitedDocument(String, String, String, String, String, String, String, String, String, String, List<String>, int, String, String, String, String, String, String, String, String, Date, Date, String, String, List<String>, String, String, String, List<String>, Map<String, String>, Map<String, Object>) - Method in class org.odpi.openmetadata.samples.archiveutilities.SimpleCatalogArchiveHelper
-
Create a cited document entity.
- addClassification(ClassificationEntityExtension) - Method in class org.odpi.openmetadata.adapters.connectors.dynamicarchivers.DynamicArchiveService
-
Add a new classification to the archive.
- addClassification(ClassificationEntityExtension) - Method in class org.odpi.openmetadata.adapters.connectors.dynamicarchivers.DynamicArchiveService.ArchiveDestination
-
Add a new classification to the archive.
- addClassification(ClassificationEntityExtension) - Method in class org.odpi.openmetadata.adapters.repositoryservices.archiveconnector.directory.DirectoryBasedOpenMetadataArchiveStoreConnector
-
Add a new classification to the archive.
- addClassification(ClassificationEntityExtension) - Method in class org.odpi.openmetadata.repositoryservices.archiveutilities.OMRSArchiveBuilder
-
Add a new classification to the archive.
- addClassification(ClassificationEntityExtension) - Method in interface org.odpi.openmetadata.repositoryservices.connectors.stores.archivestore.OpenMetadataArchiveBuilder
-
Add a new classification to the archive.
- addClassificationDef(ClassificationDef) - Method in class org.odpi.openmetadata.adapters.connectors.dynamicarchivers.DynamicArchiveService
-
Add a new ClassificationDef to the archive.
- addClassificationDef(ClassificationDef) - Method in class org.odpi.openmetadata.adapters.connectors.dynamicarchivers.DynamicArchiveService.ArchiveDestination
-
Add a new ClassificationDef to the archive.
- addClassificationDef(ClassificationDef) - Method in class org.odpi.openmetadata.adapters.repositoryservices.archiveconnector.directory.DirectoryBasedOpenMetadataArchiveStoreConnector
-
Add a new ClassificationDef to the archive.
- addClassificationDef(ClassificationDef) - Method in class org.odpi.openmetadata.repositoryservices.archiveutilities.OMRSArchiveBuilder
-
Add a new ClassificationDef to the archive.
- addClassificationDef(ClassificationDef) - Method in interface org.odpi.openmetadata.repositoryservices.connectors.stores.archivestore.OpenMetadataArchiveBuilder
-
Add a new ClassificationDef to the archive.
- addClassifications(ElementHeader) - Method in class org.odpi.openmetadata.frameworks.openmetadata.mermaid.MermaidGraphBuilderBase
-
Add a subgraph of an element's classification to the graph.
- addClassificationsToElementHeader(ElementHeader, List<AttachedClassification>) - Method in class org.odpi.openmetadata.frameworks.openmetadata.search.PropertyHelper
-
Fill the classification properties in the header for an element.
- addClassificationToEntity(String, EntityDetail, Classification, String) - Method in interface org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.repositoryconnector.OMRSRepositoryHelper
-
Add a classification to an existing entity.
- addClassificationToEntity(String, EntityDetail, Classification, String) - Method in class org.odpi.openmetadata.repositoryservices.localrepository.repositorycontentmanager.OMRSRepositoryContentHelper
-
Add a classification to an existing entity.
- addClassificationToEntity(String, EntityProxy, Classification, String) - Method in interface org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.repositoryconnector.OMRSRepositoryHelper
-
Add a classification to an existing entity.
- addClassificationToEntity(String, EntityProxy, Classification, String) - Method in class org.odpi.openmetadata.repositoryservices.localrepository.repositorycontentmanager.OMRSRepositoryContentHelper
-
Add a classification to an existing entity proxy
- addClassificationToGraph(String, ElementClassification) - Method in class org.odpi.openmetadata.frameworks.openmetadata.mermaid.MermaidGraphBuilderBase
-
Add a classification as a node in the graph.
- addClassificationToList(String, List<Classification>, Classification, String) - Method in interface org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.repositoryconnector.OMRSRepositoryHelper
-
Add a classification to an existing entity.
- addClassificationToList(String, List<Classification>, Classification, String) - Method in class org.odpi.openmetadata.repositoryservices.localrepository.repositorycontentmanager.OMRSRepositoryContentHelper
-
Add a classification to an existing entity.
- addClassificationType(String, String, Map<String, String>) - Method in class org.odpi.openmetadata.adapters.connectors.apacheatlas.resource.ApacheAtlasRESTConnector
-
Add a classification definition to Apache Atlas.
- addClicks(Map<String, String>) - Method in class org.odpi.openmetadata.frameworks.openmetadata.mermaid.MermaidGraphBuilderBase
-
Add styling for nodes as requested.
- addCohortRegistration(String, String, String, Map<String, Object>) - Method in class org.odpi.openmetadata.adminservices.server.OMAGServerAdminServices
-
Enable registration of server to an open metadata repository cohort.
- addCohortRegistration(String, String, String, Map<String, Object>) - Method in class org.odpi.openmetadata.adminservices.spring.ConfigRepositoryServicesResource
-
Enable registration of server to an open metadata repository cohort using the default topic structure (DEDICATED_TOPICS).
- addCohortRegistration(String, Map<String, Object>) - Method in class org.odpi.openmetadata.adminservices.client.CohortMemberConfigurationClient
-
Enable registration of server to an open metadata repository cohort using the default topic structure (SINGLE_TOPIC).
- addCollection(String, String, String, String, String, String, String, String, String, String, Map<String, String>, List<Classification>, Map<String, Object>) - Method in class org.odpi.openmetadata.samples.archiveutilities.SimpleCatalogArchiveHelper
-
Create a collection entity.
- addCollectionDef(CollectionDef) - Method in class org.odpi.openmetadata.adapters.connectors.dynamicarchivers.DynamicArchiveService
-
Add a new CollectionDef to the archive.
- addCollectionDef(CollectionDef) - Method in class org.odpi.openmetadata.adapters.connectors.dynamicarchivers.DynamicArchiveService.ArchiveDestination
-
Add a new CollectionDef to the archive.
- addCollectionDef(CollectionDef) - Method in class org.odpi.openmetadata.adapters.repositoryservices.archiveconnector.directory.DirectoryBasedOpenMetadataArchiveStoreConnector
-
Add a new CollectionDef to the archive.
- addCollectionDef(CollectionDef) - Method in class org.odpi.openmetadata.repositoryservices.archiveutilities.OMRSArchiveBuilder
-
Add a new CollectionDef to the archive.
- addCollectionDef(CollectionDef) - Method in interface org.odpi.openmetadata.repositoryservices.connectors.stores.archivestore.OpenMetadataArchiveBuilder
-
Add a new CollectionDef to the archive.
- addCommentToElement(String, String, String, NewAttachmentRequestBody) - Method in class org.odpi.openmetadata.viewservices.feedbackmanager.server.FeedbackManagerRESTServices
-
Adds a comment to the element.
- addCommentToElement(String, String, String, NewAttachmentRequestBody) - Method in class org.odpi.openmetadata.viewservices.feedbackmanager.server.spring.FeedbackManagerResource
-
Creates a comment and attaches it to an element.
- addCommentToElement(String, String, MetadataSourceOptions, Map<String, ClassificationProperties>, CommentProperties) - Method in class org.odpi.openmetadata.frameworks.openmetadata.handlers.CommentHandler
-
Adds a comment to the element.
- addCommentToElement(String, MetadataSourceOptions, Map<String, ClassificationProperties>, CommentProperties) - Method in class org.odpi.openmetadata.frameworks.openmetadata.connectorcontext.CommentClient
-
Adds a comment to the element.
- addCommunity(String, String, String, String, String, Map<String, String>, Map<String, Object>) - Method in class org.odpi.openmetadata.samples.archiveutilities.SimpleCatalogArchiveHelper
-
Add a new community.
- addCommunityMembershipRelationship(String, String, String) - Method in class org.odpi.openmetadata.samples.archiveutilities.SimpleCatalogArchiveHelper
-
Link a community to a person role.
- addConcept(String, Concept) - Method in class org.odpi.openmetadata.samples.archiveutilities.cloudinformationmodel.properties.ConceptGroup
- addConceptBeadAttributeLink(String, String, int, int, int, boolean, boolean) - Method in class org.odpi.openmetadata.samples.archiveutilities.SimpleCatalogArchiveHelper
-
Create the relationship between a concept bead link and the concept bead at one of its ends.
- addConceptBeadRelationshipEnd(String, String, String, int, int, int, int, boolean, boolean, boolean) - Method in class org.odpi.openmetadata.samples.archiveutilities.SimpleCatalogArchiveHelper
-
Create the relationship between a concept bead link and the concept bead at one of its ends.
- addConceptGroup(String, ConceptGroup) - Method in class org.odpi.openmetadata.samples.archiveutilities.cloudinformationmodel.properties.SubjectArea
- addConnection(String, String, String, String, String, String, String, Map<String, String>, Map<String, Object>, Map<String, String>, String, String, String, String, String, String) - Method in class org.odpi.openmetadata.samples.archiveutilities.SimpleCatalogArchiveHelper
-
Create a connection entity.
- addConnection(String, String, String, String, String, String, Map<String, String>, Map<String, Object>, Map<String, String>, String, String, String, String, String, String) - Method in class org.odpi.openmetadata.samples.archiveutilities.SimpleCatalogArchiveHelper
-
Create a connection entity.
- addConnectionForAsset(String, String) - Method in class org.odpi.openmetadata.samples.archiveutilities.SimpleCatalogArchiveHelper
-
Create the relationship between an asset and its connection.
- addConnectorType(String, String, String, String, String, String, String, String, String, String, String, List<String>, String, String, List<String>, List<String>, List<String>, List<String>, List<String>, Map<String, String>) - Method in class org.odpi.openmetadata.samples.archiveutilities.SimpleCatalogArchiveHelper
-
Create a connector type entity.
- addConnectorType(ConnectorProvider) - Method in class org.odpi.openmetadata.samples.archiveutilities.SimpleCatalogArchiveHelper
-
Create a connector type entity.
- addConnectorType(ConnectorType) - Method in class org.odpi.openmetadata.samples.archiveutilities.SimpleCatalogArchiveHelper
-
Create a connector type entity.
- addConnectorType(IntegrationConnectorProvider) - Method in class org.odpi.openmetadata.samples.archiveutilities.SimpleCatalogArchiveHelper
-
Create a connector type entity.
- addConsistentValidValueRelationship(String, String) - Method in class org.odpi.openmetadata.samples.archiveutilities.SimpleCatalogArchiveHelper
-
Link a valid value as a member of a valid value set.
- addConsoleAuditLogDestination(String, String, List<String>) - Method in class org.odpi.openmetadata.adminservices.server.OMAGServerAdminServices
-
Set up the console (stdout) audit log destination for the server.
- addConsoleAuditLogDestination(String, String, List<String>) - Method in class org.odpi.openmetadata.adminservices.spring.ConfigRepositoryServicesResource
-
Set up the console audit log for the server.
- addConsoleAuditLogDestination(List<String>) - Method in class org.odpi.openmetadata.adminservices.client.OMAGServerConfigurationClient
-
Set up the console audit log for the server.
- addContactDetails(String, String, String, String, int, String, String) - Method in class org.odpi.openmetadata.samples.archiveutilities.SimpleCatalogArchiveHelper
-
Add a contact method to a profile.
- addContributingMetadataCollection(String) - Method in class org.odpi.openmetadata.repositoryservices.enterprise.repositoryconnector.accumulators.ClassificationAccumulator
-
Remember that a specific metadata collection has already been called.
- addContributionRecordToElement(String, String, MetadataSourceOptions, Map<String, ClassificationProperties>, ContributionRecordProperties, ContributionProperties) - Method in class org.odpi.openmetadata.frameworks.openmetadata.handlers.ContributionRecordHandler
-
Adds a contribution record to the element.
- addContributionRecordToElement(String, MetadataSourceOptions, Map<String, ClassificationProperties>, ContributionRecordProperties, ContributionProperties) - Method in class org.odpi.openmetadata.frameworks.openmetadata.connectorcontext.ContributionRecordClient
-
Adds a contribution record to the element.
- addCSVFileToCatalog(String, String, String, String, List<String>, Character, Character, String, String, NewElementOptions) - Method in class org.odpi.openmetadata.frameworks.openmetadata.handlers.AssetHandler
-
Add a simple asset description linked to a connection object for a CSV file.
- addCSVFileToCatalog(String, String, String, List<String>, Character, Character, String, String, NewElementOptions) - Method in class org.odpi.openmetadata.frameworks.opensurvey.SurveyAssetStore
-
Add a simple asset description linked to a connection object for a CSV file.
- addCyberLocation(String, String, String, String, String, Map<String, String>) - Method in class org.odpi.openmetadata.samples.archiveutilities.SimpleCatalogArchiveHelper
-
Add a location entity with the CyberLocation classification to the archive.
- addDataAssetCatalogTemplates(ContentPackDefinition) - Method in class org.odpi.openmetadata.contentpacks.core.base.ContentPackBaseArchiveWriter
-
Loop through the server template definitions creating the specified templates.
- addDatabaseDefinitions(Connection, List<String>) - Method in class org.odpi.openmetadata.adapters.connectors.resource.jdbc.JDBCResourceConnector
-
Issue the supplied DDL statements.
- addDataContentForDataSet(String, String) - Method in class org.odpi.openmetadata.samples.archiveutilities.SimpleCatalogArchiveHelper
-
Create the relationship between a data set and an asset that is providing all or part of its content.
- addDataContentForDataSet(String, String, String, String) - Method in class org.odpi.openmetadata.samples.archiveutilities.SimpleCatalogArchiveHelper
-
Create the relationship between a data set and an asset that is providing all or part of its content.
- addDataField(String, String, String, String, String, String, String, String, String, String, String, String, Map<String, String>, List<Classification>, Map<String, Object>) - Method in class org.odpi.openmetadata.samples.archiveutilities.SimpleCatalogArchiveHelper
-
Create a data field entity.
- addDataFileToCatalog(String, DataFileProperties, DataAssetEncodingProperties) - Method in class org.odpi.openmetadata.adapters.connectors.integration.basicfiles.DataFilesMonitorForTarget
-
Return the unique identifier of a new metadata element describing the file.
- addDataFileToCatalog(String, DataFileProperties, DataAssetEncodingProperties) - Method in class org.odpi.openmetadata.adapters.connectors.integration.basicfiles.OMArchiveFilesMonitorForTarget
-
Return the unique identifier of a new metadata element describing the file.
- addDataFileToCatalog(String, DataFileProperties, DataAssetEncodingProperties) - Method in class org.odpi.openmetadata.adapters.connectors.integration.basicfiles.OMSecretsFilesMonitorForTarget
-
Return the unique identifier of a new metadata element describing the file.
- addDataFileViaTemplate(String, String, ElementProperties, Map<String, String>) - Method in class org.odpi.openmetadata.adapters.connectors.integration.basicfiles.DataFilesMonitorForTarget
-
Return the unique identifier of a new metadata element describing the file created using the supplied template.
- addDataFileViaTemplate(String, String, ElementProperties, Map<String, String>) - Method in class org.odpi.openmetadata.adapters.connectors.integration.basicfiles.OMArchiveFilesMonitorForTarget
-
Return the unique identifier of a new metadata element describing the file created using the supplied template.
- addDataFileViaTemplate(String, String, ElementProperties, Map<String, String>) - Method in class org.odpi.openmetadata.adapters.connectors.integration.basicfiles.OMSecretsFilesMonitorForTarget
-
Return the unique identifier of a new metadata element describing the file created using the supplied template.
- addDataScope(String, String, String, NewClassificationRequestBody) - Method in class org.odpi.openmetadata.viewservices.classificationexplorer.server.ClassificationExplorerRESTServices
-
Add the data scope for an element.
- addDataScope(String, String, String, NewClassificationRequestBody) - Method in class org.odpi.openmetadata.viewservices.classificationexplorer.server.spring.ClassificationExplorerResource
-
Add the data scope classification to an element.
- addDataScopeClassification(String, String, DataScopeProperties, MetadataSourceOptions) - Method in class org.odpi.openmetadata.frameworks.openmetadata.handlers.StewardshipManagementHandler
-
Add the data scope classification for an element.
- addDataScopeClassification(String, DataScopeProperties, MetadataSourceOptions) - Method in class org.odpi.openmetadata.frameworks.openmetadata.connectorcontext.ClassificationManagerClient
-
Add the data scope classification for an element.
- addDataSetContent(String, String, String, String, String, String) - Method in class org.odpi.openmetadata.samples.archiveutilities.SimpleCatalogArchiveHelper
-
Create the relationship between a data set and an asset that is providing all or part of its content.
- addDataStructure(String, String, String, String, String, String, String, String, String, String, Map<String, String>, List<Classification>, Map<String, Object>) - Method in class org.odpi.openmetadata.samples.archiveutilities.SimpleCatalogArchiveHelper
-
Create a data structure entity.
- addDataStructureDefinition(String, String) - Method in class org.odpi.openmetadata.samples.archiveutilities.SimpleCatalogArchiveHelper
-
Link a term to a data definition using the DataStructureDefinition relationship (0580).
- addDateMapProperty(ElementProperties, String, Map<String, Date>) - Method in class org.odpi.openmetadata.frameworks.openmetadata.search.PropertyHelper
-
Add the supplied map property to an element properties object.
- addDateMapPropertyToInstance(String, InstanceProperties, String, Map<String, Date>, String) - Method in interface org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.utilities.OMRSRepositoryPropertiesHelper
-
If the supplied map property is not null, add it to an instance properties object.
- addDateMapPropertyToInstance(String, InstanceProperties, String, Map<String, Date>, String) - Method in class org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.utilities.OMRSRepositoryPropertiesUtilities
-
If the supplied map property is not null, add it to an instance properties object.
- addDateProperty(List<PropertyCondition>, String, Date, PropertyComparisonOperator) - Method in class org.odpi.openmetadata.frameworks.openmetadata.search.PropertyHelper
-
Add a date property to a set of search conditions.
- addDateProperty(ElementProperties, String, Date) - Method in class org.odpi.openmetadata.frameworks.openmetadata.search.PropertyHelper
-
Add the supplied property to an element properties object.
- addDatePropertyMap(ElementProperties, Map<String, Date>) - Method in class org.odpi.openmetadata.frameworks.openmetadata.search.PropertyHelper
-
Add the supplied property map to an element properties object.
- addDatePropertyMapToInstance(String, InstanceProperties, String, Map<String, Date>, String) - Method in interface org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.utilities.OMRSRepositoryPropertiesHelper
-
Add the supplied property map to an instance properties object.
- addDatePropertyMapToInstance(String, InstanceProperties, String, Map<String, Date>, String) - Method in class org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.utilities.OMRSRepositoryPropertiesUtilities
-
Add the supplied property map to an instance properties object.
- addDatePropertyToInstance(String, InstanceProperties, String, Date, String) - Method in interface org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.utilities.OMRSRepositoryPropertiesHelper
-
If the supplied property is not null, add it to an instance properties object.
- addDatePropertyToInstance(String, InstanceProperties, String, Date, String) - Method in class org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.utilities.OMRSRepositoryPropertiesUtilities
-
If the supplied property is not null, add it to an instance properties object.
- addDefaultType(GetOptions) - Method in class org.odpi.openmetadata.frameworks.openmetadata.handlers.OpenMetadataHandlerBase
-
Set up the default type name if nothing is supplied by the caller.
- addDefaultType(QueryOptions) - Method in class org.odpi.openmetadata.frameworks.openmetadata.handlers.OpenMetadataHandlerBase
-
Set up the default type name if nothing is supplied by the caller.
- addDefaultType(SearchOptions) - Method in class org.odpi.openmetadata.frameworks.openmetadata.handlers.OpenMetadataHandlerBase
-
Set up the default type name if nothing is supplied by the caller.
- addDeployedImplementationType(DeployedImplementationTypeDefinition) - Method in class org.odpi.openmetadata.contentpacks.core.base.ContentPackBaseArchiveWriter
-
Add a new valid values record for a deployed implementation type.
- addDeployedOnRelationship(String, String, Date, String, String, String) - Method in class org.odpi.openmetadata.samples.archiveutilities.SimpleCatalogArchiveHelper
-
Add the DeployedOn relationship to the archive.
- addDesignModel(String, String, String, String, String, String, String, List<String>, Map<String, String>, Map<String, Object>) - Method in class org.odpi.openmetadata.samples.archiveutilities.SimpleCatalogArchiveHelper
-
Create a design model entity.
- addDesignModelElement(String, String, String, String, String, String, String, String, List<String>, Map<String, String>, Map<String, Object>, List<Classification>) - Method in class org.odpi.openmetadata.samples.archiveutilities.SimpleCatalogArchiveHelper
-
Create a design model element entity.
- addDesignModelGroupMembership(String, String) - Method in class org.odpi.openmetadata.samples.archiveutilities.SimpleCatalogArchiveHelper
-
Create the relationship between a design model group and one of its members.
- addDiffering(String, Differences.ValuePair) - Method in class org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.properties.instances.Differences
-
Add the provided name as a differing thing.
- addDigitalProductCatalogDefinition(ContentPackDefinition) - Method in class org.odpi.openmetadata.contentpacks.core.base.ContentPackBaseArchiveWriter
-
Add a catalog definition for this content pack (if applicable).
- addDigitalResourceOrigin(String, String, String, NewClassificationRequestBody) - Method in class org.odpi.openmetadata.viewservices.classificationexplorer.server.spring.ClassificationExplorerResource
-
Add the digital resource origin classification for an element.
- addDigitalResourceOrigin(String, String, DigitalResourceOriginProperties, MetadataSourceOptions) - Method in class org.odpi.openmetadata.frameworks.openmetadata.handlers.StewardshipManagementHandler
-
Add the origin classification for a digital resource.
- addDigitalResourceOrigin(String, DigitalResourceOriginProperties, MetadataSourceOptions) - Method in class org.odpi.openmetadata.frameworks.openmetadata.connectorcontext.ClassificationManagerClient
-
Add the origin classification for a digital resource.
- addDiscoveredProperty(Integer, Integer, String, String, String, String, Object) - Method in class org.odpi.openmetadata.conformance.beans.OpenMetadataConformanceWorkbenchWorkPad
-
Log a property discovered by a test case.
- addDiscoveredProperty(String, Object, Integer, Integer) - Method in class org.odpi.openmetadata.conformance.beans.OpenMetadataTestCase
-
Add the name and value of a discovered property that is relevant to a specific requirement within a profile.
- addDoubleMapProperty(ElementProperties, String, Map<String, Double>) - Method in class org.odpi.openmetadata.frameworks.openmetadata.search.PropertyHelper
-
Add the supplied map property to an element properties object.
- addDoubleMapPropertyToInstance(String, InstanceProperties, String, Map<String, Double>, String) - Method in interface org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.utilities.OMRSRepositoryPropertiesHelper
-
If the supplied map property is not null, add it to an instance properties object.
- addDoubleMapPropertyToInstance(String, InstanceProperties, String, Map<String, Double>, String) - Method in class org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.utilities.OMRSRepositoryPropertiesUtilities
-
If the supplied map property is not null, add it to an instance properties object.
- addDoublePropertyMap(ElementProperties, Map<String, Double>) - Method in class org.odpi.openmetadata.frameworks.openmetadata.search.PropertyHelper
-
Add the supplied property map to an element properties object.
- addDoublePropertyMapToInstance(String, InstanceProperties, String, Map<String, Double>, String) - Method in interface org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.utilities.OMRSRepositoryPropertiesHelper
-
Add the supplied property map to an instance properties object.
- addDoublePropertyMapToInstance(String, InstanceProperties, String, Map<String, Double>, String) - Method in class org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.utilities.OMRSRepositoryPropertiesUtilities
-
Add the supplied property map to an instance properties object.
- addDoublePropertyToInstance(String, InstanceProperties, String, double, String) - Method in interface org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.utilities.OMRSRepositoryPropertiesHelper
-
Add the supplied property to an instance properties object.
- addDoublePropertyToInstance(String, InstanceProperties, String, double, String) - Method in class org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.utilities.OMRSRepositoryPropertiesUtilities
-
Add the supplied property to an instance properties object.
- addElementToMermaidGraph(OpenMetadataRootElement) - Method in class org.odpi.openmetadata.frameworks.openmetadata.mermaid.OpenMetadataRootMermaidGraphBuilder
-
Add the content of an open metadata element to the mermaid graph.
- addEmbeddedConnection(String, int, String, Map<String, Object>, String) - Method in class org.odpi.openmetadata.samples.archiveutilities.SimpleCatalogArchiveHelper
-
Add an EmbeddedConnection relationship.
- addEndpoint(String, String, String, String, String, String, String, String, String, Map<String, String>) - Method in class org.odpi.openmetadata.samples.archiveutilities.SimpleCatalogArchiveHelper
-
Create a endpoint entity.
- addEndpoint(String, String, String, String, String, String, String, String, String, Map<String, String>, Classification) - Method in class org.odpi.openmetadata.samples.archiveutilities.SimpleCatalogArchiveHelper
-
Create a endpoint entity.
- addEngine(String, String, EngineConfig) - Method in class org.odpi.openmetadata.adminservices.server.OMAGServerAdminForEngineHostServices
-
Set up the list of governance engines that will use the metadata from the same metadata access server as the engine host uses for retrieving the engine configuration.
- addEngine(String, String, EngineConfig) - Method in class org.odpi.openmetadata.adminservices.spring.ConfigEngineHostServicesResource
-
Add another governance engine the list of governance engines for an engine host OMAG server.
- addEngineAction(String, int, String, String, Date, ActivityStatus, String, String, String, String, Map<String, String>) - Method in class org.odpi.openmetadata.samples.archiveutilities.GovernanceArchiveHelper
-
Create an engine action in REQUESTED state in the metadata store with all the relationships, so it is ready to execute.
- addEngineActions(ContentPackDefinition) - Method in class org.odpi.openmetadata.contentpacks.core.base.ContentPackBaseArchiveWriter
-
Loop through the engine action definitions creating the specified engine action.
- addEntities(List<EntityDetail>, String) - Method in class org.odpi.openmetadata.repositoryservices.enterprise.repositoryconnector.accumulators.EntitiesAccumulator
-
Add a list of entities to the accumulator.
- addEntities(List<EntityDetail>, String) - Method in class org.odpi.openmetadata.repositoryservices.enterprise.repositoryconnector.accumulators.EntityHistoryAccumulator
-
Add a list of entities to the accumulator.
- addEntity(String, String, InstanceProperties, List<Classification>, InstanceStatus) - Method in class org.odpi.openmetadata.adapters.repositoryservices.inmemory.repositoryconnector.InMemoryOMRSMetadataCollection
-
Create a new entity and put it in the requested state.
- addEntity(String, String, InstanceProperties, List<Classification>, InstanceStatus) - Method in class org.odpi.openmetadata.adapters.repositoryservices.postgres.repositoryconnector.PostgresOMRSMetadataCollection
-
Create a new entity and put it in the requested state.
- addEntity(String, String, InstanceProperties, List<Classification>, InstanceStatus) - Method in class org.odpi.openmetadata.adapters.repositoryservices.readonly.repositoryconnector.ReadOnlyOMRSMetadataCollection
-
Create a new entity and put it in the requested state.
- addEntity(String, String, InstanceProperties, List<Classification>, InstanceStatus) - Method in class org.odpi.openmetadata.adapters.repositoryservices.rest.repositoryconnector.OMRSRESTMetadataCollection
-
Create a new entity and put it in the requested state.
- addEntity(String, String, InstanceProperties, List<Classification>, InstanceStatus) - Method in class org.odpi.openmetadata.repositoryservices.clients.MetadataCollectionServicesClient
-
Create a new entity and put it in the requested state.
- addEntity(String, String, InstanceProperties, List<Classification>, InstanceStatus) - Method in class org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.OMRSMetadataCollection
-
Create a new entity and put it in the requested state.
- addEntity(String, String, InstanceProperties, List<Classification>, InstanceStatus) - Method in class org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.OMRSMetadataCollectionBase
-
Create a new entity and put it in the requested state.
- addEntity(String, String, InstanceProperties, List<Classification>, InstanceStatus) - Method in class org.odpi.openmetadata.repositoryservices.localrepository.repositoryconnector.LocalOMRSMetadataCollection
-
Create a new entity and put it in the requested state.
- addEntity(String, String, EntityCreateRequest) - Method in class org.odpi.openmetadata.repositoryservices.rest.server.OMRSRepositoryRESTServices
-
Create a new entity and put it in the requested state.
- addEntity(String, String, EntityCreateRequest) - Method in class org.odpi.openmetadata.repositoryservices.rest.server.spring.EnterpriseRepositoryServicesResource
-
Create a new entity and put it in the requested state.
- addEntity(String, String, EntityCreateRequest) - Method in class org.odpi.openmetadata.repositoryservices.rest.server.spring.LocalRepositoryServicesResource
-
Create a new entity and put it in the requested state.
- addEntity(AtlasEntity) - Method in class org.odpi.openmetadata.adapters.connectors.apacheatlas.resource.ApacheAtlasRESTConnector
-
Add an entity.
- addEntity(EntityDetail) - Method in class org.odpi.openmetadata.adapters.connectors.dynamicarchivers.DynamicArchiveService
-
Add a new entity to the archive.
- addEntity(EntityDetail) - Method in class org.odpi.openmetadata.adapters.connectors.dynamicarchivers.DynamicArchiveService.ArchiveDestination
-
Add a new entity to the archive.
- addEntity(EntityDetail) - Method in class org.odpi.openmetadata.adapters.repositoryservices.archiveconnector.directory.DirectoryBasedOpenMetadataArchiveStoreConnector
-
Add a new entity to the archive.
- addEntity(EntityDetail) - Method in class org.odpi.openmetadata.repositoryservices.archiveutilities.OMRSArchiveBuilder
-
Add a new entity to the archive.
- addEntity(EntityDetail) - Method in interface org.odpi.openmetadata.repositoryservices.connectors.stores.archivestore.OpenMetadataArchiveBuilder
-
Add a new entity to the archive.
- addEntity(EntityDetail, String) - Method in class org.odpi.openmetadata.repositoryservices.enterprise.repositoryconnector.accumulators.EntityDetailAccumulator
-
Provide an entity received from an open metadata repository.
- addEntity(EntitySummary, String) - Method in class org.odpi.openmetadata.repositoryservices.enterprise.repositoryconnector.accumulators.EntitySummaryAccumulator
-
Provide an entity received from an open metadata repository.
- addEntityDef(EntityDef) - Method in class org.odpi.openmetadata.adapters.connectors.dynamicarchivers.DynamicArchiveService
-
Add a new EntityDef to the archive.
- addEntityDef(EntityDef) - Method in class org.odpi.openmetadata.adapters.connectors.dynamicarchivers.DynamicArchiveService.ArchiveDestination
-
Add a new EntityDef to the archive.
- addEntityDef(EntityDef) - Method in class org.odpi.openmetadata.adapters.repositoryservices.archiveconnector.directory.DirectoryBasedOpenMetadataArchiveStoreConnector
-
Add a new EntityDef to the archive.
- addEntityDef(EntityDef) - Method in class org.odpi.openmetadata.repositoryservices.archiveutilities.OMRSArchiveBuilder
-
Add a new EntityDef to the archive.
- addEntityDef(EntityDef) - Method in interface org.odpi.openmetadata.repositoryservices.connectors.stores.archivestore.OpenMetadataArchiveBuilder
-
Add a new EntityDef to the archive.
- AddEntityExecutor - Class in org.odpi.openmetadata.repositoryservices.enterprise.repositoryconnector.executors
-
AddEntityExecutor provides the executor for the addEntity and addExternalEntity methods.
- AddEntityExecutor(String, String, String, String, InstanceProperties, List<Classification>, InstanceStatus, AuditLog, String) - Constructor for class org.odpi.openmetadata.repositoryservices.enterprise.repositoryconnector.executors.AddEntityExecutor
-
Constructor takes the parameters for the request.
- AddEntityExecutor(String, String, InstanceProperties, List<Classification>, InstanceStatus, AuditLog, String) - Constructor for class org.odpi.openmetadata.repositoryservices.enterprise.repositoryconnector.executors.AddEntityExecutor
-
Constructor takes the parameters for the request.
- addEntityInstanceSets(String, List<EntityDetail>, List<EntityDetail>, List<EntityDetail>) - Method in class org.odpi.openmetadata.conformance.workbenches.repository.RepositoryConformanceWorkPad
-
Remember the sets of instances for a given entity type.
- addEntityParameterValidation(String, String, InstanceProperties, List<Classification>, InstanceStatus, String) - Method in class org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.OMRSMetadataCollectionBase
-
Validate that the parameters passed to addEntity are valid.
- addEntityProxy(String, String, EntityProxyRequest) - Method in class org.odpi.openmetadata.repositoryservices.rest.server.OMRSRepositoryRESTServices
-
Create an entity proxy in the metadata collection.
- addEntityProxy(String, String, EntityProxyRequest) - Method in class org.odpi.openmetadata.repositoryservices.rest.server.spring.EnterpriseRepositoryServicesResource
-
Create an entity proxy in the metadata collection.
- addEntityProxy(String, String, EntityProxyRequest) - Method in class org.odpi.openmetadata.repositoryservices.rest.server.spring.LocalRepositoryServicesResource
-
Create an entity proxy in the metadata collection.
- addEntityProxy(String, EntityProxy) - Method in class org.odpi.openmetadata.adapters.repositoryservices.inmemory.repositoryconnector.InMemoryOMRSMetadataCollection
-
Create an entity proxy in the metadata collection.
- addEntityProxy(String, EntityProxy) - Method in class org.odpi.openmetadata.adapters.repositoryservices.postgres.repositoryconnector.PostgresOMRSMetadataCollection
-
Create an entity proxy in the metadata collection.
- addEntityProxy(String, EntityProxy) - Method in class org.odpi.openmetadata.adapters.repositoryservices.readonly.repositoryconnector.ReadOnlyOMRSMetadataCollection
-
Create an entity proxy in the metadata collection.
- addEntityProxy(String, EntityProxy) - Method in class org.odpi.openmetadata.adapters.repositoryservices.rest.repositoryconnector.OMRSRESTMetadataCollection
-
Create an entity proxy in the metadata collection.
- addEntityProxy(String, EntityProxy) - Method in class org.odpi.openmetadata.repositoryservices.clients.MetadataCollectionServicesClient
-
Create an entity proxy in the metadata collection.
- addEntityProxy(String, EntityProxy) - Method in class org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.OMRSMetadataCollection
-
Create an entity proxy in the metadata collection.
- addEntityProxy(String, EntityProxy) - Method in class org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.OMRSMetadataCollectionBase
-
Create an entity proxy in the metadata collection.
- addEntityProxy(String, EntityProxy) - Method in class org.odpi.openmetadata.repositoryservices.localrepository.repositoryconnector.LocalOMRSMetadataCollection
-
Create an entity proxy in the metadata collection.
- addEntityProxyParameterValidation(String, EntityProxy) - Method in class org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.OMRSMetadataCollectionBase
-
Validate the parameters for addEntityProxy.
- addEntityProxyToRepository(String, OMRSMetadataCollection, EntityDef, String) - Method in class org.odpi.openmetadata.conformance.tests.repository.RepositoryConformanceTestCase
-
Adds an entity proxy of the requested type to the repository.
- addEntityProxyToStore(EntityMapper) - Method in class org.odpi.openmetadata.adapters.repositoryservices.postgres.repositoryconnector.database.DatabaseStore
-
Add an entity proxy to the database only if the entity is not known.
- addEntityToRepository(String, OMRSMetadataCollection, EntityDef) - Method in class org.odpi.openmetadata.conformance.tests.repository.RepositoryConformanceTestCase
-
Adds an entity of the requested type to the repository.
- addEntityToStore(EntityMapper) - Method in class org.odpi.openmetadata.adapters.repositoryservices.postgres.repositoryconnector.database.DatabaseStore
-
Add an entity to the database.
- addEnumDef(EnumDef) - Method in class org.odpi.openmetadata.adapters.connectors.dynamicarchivers.DynamicArchiveService
-
Add a new EnumDef to the archive.
- addEnumDef(EnumDef) - Method in class org.odpi.openmetadata.adapters.connectors.dynamicarchivers.DynamicArchiveService.ArchiveDestination
-
Add a new EnumDef to the archive.
- addEnumDef(EnumDef) - Method in class org.odpi.openmetadata.adapters.repositoryservices.archiveconnector.directory.DirectoryBasedOpenMetadataArchiveStoreConnector
-
Add a new EnumDef to the archive.
- addEnumDef(EnumDef) - Method in class org.odpi.openmetadata.repositoryservices.archiveutilities.OMRSArchiveBuilder
-
Add a new EnumDef to the archive.
- addEnumDef(EnumDef) - Method in interface org.odpi.openmetadata.repositoryservices.connectors.stores.archivestore.OpenMetadataArchiveBuilder
-
Add a new EnumDef to the archive.
- addEnumProperty(List<PropertyCondition>, String, String, String, PropertyComparisonOperator) - Method in class org.odpi.openmetadata.frameworks.openmetadata.search.PropertyHelper
-
Add an enum property to a set of search conditions.
- addEnumProperty(ElementProperties, String, String, String) - Method in class org.odpi.openmetadata.frameworks.openmetadata.search.PropertyHelper
-
Add the supplied property to an element properties object.
- addEnumPropertyToInstance(String, InstanceProperties, String, String, String, int, String) - Method in interface org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.repositoryconnector.OMRSRepositoryHelper
-
Add the supplied property to an instance properties object.
- addEnumPropertyToInstance(String, InstanceProperties, String, String, String, int, String) - Method in class org.odpi.openmetadata.repositoryservices.localrepository.repositorycontentmanager.OMRSRepositoryContentHelper
-
Add the supplied property to an instance properties object.
- addEnumPropertyToInstance(String, InstanceProperties, String, String, String, int, String, String, String) - Method in interface org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.utilities.OMRSRepositoryPropertiesHelper
-
Add the supplied property to an instance properties object.
- addEnumPropertyToInstance(String, InstanceProperties, String, String, String, int, String, String, String) - Method in class org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.utilities.OMRSRepositoryPropertiesUtilities
-
Add the supplied property to an instance properties object.
- addEventTopicAuditLogDestination(String, String, String, List<String>) - Method in class org.odpi.openmetadata.adminservices.server.OMAGServerAdminServices
-
Set up the File based audit log destination for the server.
- addEventTopicAuditLogDestination(String, String, String, List<String>) - Method in class org.odpi.openmetadata.adminservices.spring.ConfigRepositoryServicesResource
-
Add an audit log destination that sends each log record as an event on the supplied event topic.
- addEventTopicAuditLogDestination(String, List<String>) - Method in class org.odpi.openmetadata.adminservices.client.OMAGServerConfigurationClient
-
Add an audit log destination that sends each log record as an event on the supplied event topic.
- addEventTopicAuditLogDestination(List<String>) - Method in class org.odpi.openmetadata.adminservices.client.OMAGServerConfigurationClient
-
Add an audit log destination that sends each log record as an event on the supplied event topic.
- addExternalEntity(String, String, String, String, InstanceProperties, List<Classification>, InstanceStatus) - Method in class org.odpi.openmetadata.adapters.repositoryservices.inmemory.repositoryconnector.InMemoryOMRSMetadataCollection
-
Save a new entity that is sourced from an external technology.
- addExternalEntity(String, String, String, String, InstanceProperties, List<Classification>, InstanceStatus) - Method in class org.odpi.openmetadata.adapters.repositoryservices.postgres.repositoryconnector.PostgresOMRSMetadataCollection
-
Save a new entity that is sourced from an external technology.
- addExternalEntity(String, String, String, String, InstanceProperties, List<Classification>, InstanceStatus) - Method in class org.odpi.openmetadata.adapters.repositoryservices.readonly.repositoryconnector.ReadOnlyOMRSMetadataCollection
-
Save a new entity that is sourced from an external technology.
- addExternalEntity(String, String, String, String, InstanceProperties, List<Classification>, InstanceStatus) - Method in class org.odpi.openmetadata.adapters.repositoryservices.rest.repositoryconnector.OMRSRESTMetadataCollection
-
Save a new entity that is sourced from an external technology.
- addExternalEntity(String, String, String, String, InstanceProperties, List<Classification>, InstanceStatus) - Method in class org.odpi.openmetadata.repositoryservices.clients.MetadataCollectionServicesClient
-
Save a new entity that is sourced from an external technology.
- addExternalEntity(String, String, String, String, InstanceProperties, List<Classification>, InstanceStatus) - Method in class org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.OMRSMetadataCollection
-
Save a new entity that is sourced from an external technology.
- addExternalEntity(String, String, String, String, InstanceProperties, List<Classification>, InstanceStatus) - Method in class org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.OMRSMetadataCollectionBase
-
Save a new entity that is sourced from an external technology.
- addExternalEntity(String, String, String, String, InstanceProperties, List<Classification>, InstanceStatus) - Method in class org.odpi.openmetadata.repositoryservices.localrepository.repositoryconnector.LocalOMRSMetadataCollection
-
Save a new entity that is sourced from an external technology.
- addExternalEntity(String, String, EntityCreateRequest) - Method in class org.odpi.openmetadata.repositoryservices.rest.server.OMRSRepositoryRESTServices
-
Save a new entity that is sourced from an external technology.
- addExternalEntity(String, String, EntityCreateRequest) - Method in class org.odpi.openmetadata.repositoryservices.rest.server.spring.EnterpriseRepositoryServicesResource
-
Save a new entity that is sourced from an external technology.
- addExternalEntity(String, String, EntityCreateRequest) - Method in class org.odpi.openmetadata.repositoryservices.rest.server.spring.LocalRepositoryServicesResource
-
Save a new entity that is sourced from an external technology.
- addExternalEntityParameterValidation(String, String, String, InstanceProperties, List<Classification>, InstanceStatus, String) - Method in class org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.OMRSMetadataCollectionBase
-
Validate parameters needed to save a new entity that is sourced from an external technology.
- addExternalIdentifier(String, String, String, NewExternalIdRequestBody) - Method in class org.odpi.openmetadata.viewservices.externallinks.server.ExternalLinksRESTServices
-
Add the description of a specific external identifier.
- addExternalIdentifier(String, String, String, NewExternalIdRequestBody) - Method in class org.odpi.openmetadata.viewservices.externallinks.server.spring.ExternalLinksResource
-
Add the description of a specific external identifier and link it to the associated metadata element.
- addExternalIdentifier(String, ElementBase, String, String, String, String, PermittedSynchronization) - Method in class org.odpi.openmetadata.adapters.connectors.unitycatalog.sync.OSSUnityCatalogInsideCatalogSyncBase
-
Add a new external identifier to an existing open metadata element.
- addExternalReference(String, String, String, String, String, String, String, String, String, String, List<String>, String, String, String, String, String, String, String, List<String>, Map<String, String>, Map<String, Object>) - Method in class org.odpi.openmetadata.samples.archiveutilities.SimpleCatalogArchiveHelper
-
Create an external reference entity.
- addExternalReferenceLink(String, String, String, String, String) - Method in class org.odpi.openmetadata.samples.archiveutilities.SimpleCatalogArchiveHelper
-
Create the relationship between a referenceable and an external reference.
- addExternalRelationship(String, String, String, String, InstanceProperties, String, String, InstanceStatus) - Method in class org.odpi.openmetadata.adapters.repositoryservices.inmemory.repositoryconnector.InMemoryOMRSMetadataCollection
-
Save a new relationship that is sourced from an external technology.
- addExternalRelationship(String, String, String, String, InstanceProperties, String, String, InstanceStatus) - Method in class org.odpi.openmetadata.adapters.repositoryservices.postgres.repositoryconnector.PostgresOMRSMetadataCollection
-
Save a new relationship that is sourced from an external technology.
- addExternalRelationship(String, String, String, String, InstanceProperties, String, String, InstanceStatus) - Method in class org.odpi.openmetadata.adapters.repositoryservices.readonly.repositoryconnector.ReadOnlyOMRSMetadataCollection
-
Save a new relationship that is sourced from an external technology.
- addExternalRelationship(String, String, String, String, InstanceProperties, String, String, InstanceStatus) - Method in class org.odpi.openmetadata.adapters.repositoryservices.rest.repositoryconnector.OMRSRESTMetadataCollection
-
Save a new relationship that is sourced from an external technology.
- addExternalRelationship(String, String, String, String, InstanceProperties, String, String, InstanceStatus) - Method in class org.odpi.openmetadata.repositoryservices.clients.MetadataCollectionServicesClient
-
Save a new relationship that is sourced from an external technology.
- addExternalRelationship(String, String, String, String, InstanceProperties, String, String, InstanceStatus) - Method in class org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.OMRSMetadataCollection
-
Save a new relationship that is sourced from an external technology.
- addExternalRelationship(String, String, String, String, InstanceProperties, String, String, InstanceStatus) - Method in class org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.OMRSMetadataCollectionBase
-
Save a new relationship that is sourced from an external technology.
- addExternalRelationship(String, String, String, String, InstanceProperties, String, String, InstanceStatus) - Method in class org.odpi.openmetadata.repositoryservices.localrepository.repositoryconnector.LocalOMRSMetadataCollection
-
Save a new relationship that is sourced from an external technology.
- addExternalRelationship(String, String, RelationshipCreateRequest) - Method in class org.odpi.openmetadata.repositoryservices.rest.server.OMRSRepositoryRESTServices
-
Save a new relationship that is sourced from an external technology.
- addExternalRelationship(String, String, RelationshipCreateRequest) - Method in class org.odpi.openmetadata.repositoryservices.rest.server.spring.EnterpriseRepositoryServicesResource
-
Save a new relationship that is sourced from an external technology.
- addExternalRelationship(String, String, RelationshipCreateRequest) - Method in class org.odpi.openmetadata.repositoryservices.rest.server.spring.LocalRepositoryServicesResource
-
Save a new relationship that is sourced from an external technology.
- addExternalRelationshipParameterValidation(String, String, String, InstanceProperties, String, String, InstanceStatus, String) - Method in class org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.OMRSMetadataCollectionBase
-
Validate the parameters needed to save a new relationship that is sourced from an external technology.
- addFeedbackToElement(String, String, String, String, MetadataSourceOptions, NewElementProperties, String) - Method in class org.odpi.openmetadata.frameworks.openmetadata.handlers.FeedbackHandler
-
Adds a star rating and optional review text to the element.
- addFileAuditLogDestination(String, String, String, List<String>) - Method in class org.odpi.openmetadata.adminservices.server.OMAGServerAdminServices
-
Set up the File based audit log destination for the server.
- addFileAuditLogDestination(String, String, String, List<String>) - Method in class org.odpi.openmetadata.adminservices.spring.ConfigRepositoryServicesResource
-
Add an audit log destination that creates log records as JSON files in a shared directory.
- addFileAuditLogDestination(String, List<String>) - Method in class org.odpi.openmetadata.adminservices.client.OMAGServerConfigurationClient
-
Add an audit log destination that creates log records as JSON files in a shared directory.
- addFileAuditLogDestination(List<String>) - Method in class org.odpi.openmetadata.adminservices.client.OMAGServerConfigurationClient
-
Add an audit log destination that creates log records as JSON files in a shared directory.
- addFixedLocation(String, String, String, String, String, String, String, String, Map<String, String>) - Method in class org.odpi.openmetadata.samples.archiveutilities.SimpleCatalogArchiveHelper
-
Add a location with a FixedLocation classification.
- addFloatProperty(List<PropertyCondition>, String, float, PropertyComparisonOperator) - Method in class org.odpi.openmetadata.frameworks.openmetadata.search.PropertyHelper
-
Add a float property to a set of search conditions.
- addFloatProperty(ElementProperties, String, float) - Method in class org.odpi.openmetadata.frameworks.openmetadata.search.PropertyHelper
-
Add the supplied property to an element properties object.
- addFloatPropertyToInstance(String, InstanceProperties, String, float, String) - Method in interface org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.utilities.OMRSRepositoryPropertiesHelper
-
Add the supplied property to an instance properties object.
- addFloatPropertyToInstance(String, InstanceProperties, String, float, String) - Method in class org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.utilities.OMRSRepositoryPropertiesUtilities
-
Add the supplied property to an instance properties object.
- addFuture(OMRSFuture) - Method in class org.odpi.openmetadata.repositoryservices.events.future.CompoundFuture
-
Adds a future whose result should be included
- addGlossary(String, String, String, String, String, String, String) - Method in class org.odpi.openmetadata.samples.archiveutilities.SimpleCatalogArchiveHelper
-
Create a glossary entity.
- addGlossary(String, String, String, String, String, String, String, Map<String, String>) - Method in class org.odpi.openmetadata.samples.archiveutilities.SimpleCatalogArchiveHelper
-
Create a glossary entity.
- addGlossaryCategory(String, boolean, String, String, String, String, Map<String, String>) - Method in class org.odpi.openmetadata.samples.archiveutilities.SimpleCatalogArchiveHelper
-
Add a glossary category to the archive and connect it to its glossary.
- addGlossaryCategory(String, String, String, String) - Method in class org.odpi.openmetadata.samples.archiveutilities.SimpleCatalogArchiveHelper
-
Add a glossary category to the archive and connect it to its glossary.
- addGovernanceActionExecutor(String, String, Map<String, String>, List<String>, Map<String, String>, List<String>, Map<String, String>, String) - Method in class org.odpi.openmetadata.samples.archiveutilities.GovernanceArchiveHelper
-
Create the relationship between a governance action type/process step and the governance engine that supplies its implementation.
- addGovernanceActionProcess(String, String, String, String, String, String, String, int, Map<String, String>, Map<String, Object>, List<Classification>) - Method in class org.odpi.openmetadata.samples.archiveutilities.GovernanceArchiveHelper
-
Create a governance action process.
- addGovernanceActionProcessFlow(String, String, Map<String, String>, String) - Method in class org.odpi.openmetadata.samples.archiveutilities.GovernanceArchiveHelper
-
Create the relationship between a governance action process and the first governance action type to execute.
- addGovernanceActionProcessStep(String, String, String, String, String, String, String, String, int, List<RequestParameterType>, List<ActionTargetType>, List<AnalysisStepType>, List<AnnotationTypeType>, List<RequestParameterType>, List<ActionTargetType>, List<GuardType>, int, boolean, Map<String, String>, Map<String, Object>, List<Classification>) - Method in class org.odpi.openmetadata.samples.archiveutilities.GovernanceArchiveHelper
-
Create a governance action process step.
- addGovernanceActionType(String, String, String, String, String, String, String, String, int, List<RequestParameterType>, List<ActionTargetType>, List<AnalysisStepType>, List<AnnotationTypeType>, List<RequestParameterType>, List<ActionTargetType>, List<GuardType>, int, Map<String, String>, Map<String, Object>, List<Classification>) - Method in class org.odpi.openmetadata.samples.archiveutilities.GovernanceArchiveHelper
-
Create a governance action type.
- addGovernanceActionType(String, String, String, String, Map<String, String>, List<NewActionTarget>, GovernanceActionDescription, String, String) - Method in class org.odpi.openmetadata.contentpacks.core.base.ContentPackBaseArchiveWriter
-
Add details of a request type to the engine.
- addGovernanceDefinition(String, String, String, String, String, String, String, String, int, String, List<String>, List<String>, List<String>, Map<String, String>, Map<String, Object>) - Method in class org.odpi.openmetadata.samples.archiveutilities.SimpleCatalogArchiveHelper
-
Create a governance definition entity.
- addGovernanceDefinitionDelegationRelationship(String, String, String, String) - Method in class org.odpi.openmetadata.samples.archiveutilities.SimpleCatalogArchiveHelper
-
Link two governance definitions at the same level.
- addGovernanceDefinitionFamily(String, OpenMetadataRootElement, QueryOptions) - Method in class org.odpi.openmetadata.frameworks.openmetadata.handlers.OpenMetadataHandlerBase
-
Add a standard mermaid graph to the root element.
- addGovernanceDefinitionPeerRelationship(String, String, String, String) - Method in class org.odpi.openmetadata.samples.archiveutilities.SimpleCatalogArchiveHelper
-
Link two governance definitions at the same level.
- addGovernanceDefinitionScopeRelationship(String, String) - Method in class org.odpi.openmetadata.samples.archiveutilities.SimpleCatalogArchiveHelper
-
Link a referenceable to a governance definition to define the scope there it applies.
- addGovernanceDefinitionToElement(String, String, String, String, NewRelationshipRequestBody) - Method in class org.odpi.openmetadata.viewservices.governanceofficer.server.GovernanceOfficerRESTServices
-
Link a governance definition to an element using the GovernedBy relationship.
- addGovernanceDefinitionToElement(String, String, String, String, NewRelationshipRequestBody) - Method in class org.odpi.openmetadata.viewservices.governanceofficer.server.spring.GovernanceOfficerResource
-
Link a governance definition to an element using the GovernedBy relationship.
- addGovernanceDefinitionToElement(String, String, String, MakeAnchorOptions, GovernedByProperties) - Method in class org.odpi.openmetadata.frameworks.openmetadata.handlers.GovernanceDefinitionHandler
-
Link a governance definition to an element using the GovernedBy relationship.
- addGovernanceDefinitionToElement(String, String, MakeAnchorOptions, GovernedByProperties) - Method in class org.odpi.openmetadata.frameworks.openmetadata.connectorcontext.GovernanceDefinitionClient
-
Link a governance definition to an element using the GovernedBy relationship.
- addGovernanceEngine(String, String, String, String, String, String, String, String, String, Map<String, String>, Map<String, Object>) - Method in class org.odpi.openmetadata.samples.archiveutilities.GovernanceArchiveHelper
-
Create a software capability entity for a governance engine.
- addGovernanceExpectations(String, String, String, NewClassificationRequestBody) - Method in class org.odpi.openmetadata.viewservices.classificationexplorer.server.ClassificationExplorerRESTServices
-
Add the governance expectations classification to an element.
- addGovernanceExpectations(String, String, String, NewClassificationRequestBody) - Method in class org.odpi.openmetadata.viewservices.classificationexplorer.server.spring.ClassificationExplorerResource
-
Add the governance expectations classification to an element.
- addGovernanceExpectations(String, String, GovernanceExpectationsProperties, MetadataSourceOptions) - Method in class org.odpi.openmetadata.frameworks.openmetadata.handlers.StewardshipManagementHandler
-
Add the governance expectations classification for an element.
- addGovernanceExpectations(String, GovernanceExpectationsProperties, MetadataSourceOptions) - Method in class org.odpi.openmetadata.frameworks.openmetadata.connectorcontext.ClassificationManagerClient
-
Add the governance expectations classification for an element.
- addGovernanceMeasurements(String, String, String, NewClassificationRequestBody) - Method in class org.odpi.openmetadata.viewservices.classificationexplorer.server.ClassificationExplorerRESTServices
-
Add the governance measurements for an element.
- addGovernanceMeasurements(String, String, String, NewClassificationRequestBody) - Method in class org.odpi.openmetadata.viewservices.classificationexplorer.server.spring.ClassificationExplorerResource
-
Add the governance measurements classification to an element.
- addGovernanceMeasurements(String, String, GovernanceMeasurementsProperties, MetadataSourceOptions) - Method in class org.odpi.openmetadata.frameworks.openmetadata.handlers.StewardshipManagementHandler
-
Add the governance measurements classification for an element.
- addGovernanceMeasurements(String, GovernanceMeasurementsProperties, MetadataSourceOptions) - Method in class org.odpi.openmetadata.frameworks.openmetadata.connectorcontext.ClassificationManagerClient
-
Add the governance measurements classification for an element.
- addGovernanceRole(String, String, int, String, String, String, boolean, int, Map<String, String>, Map<String, Object>) - Method in class org.odpi.openmetadata.samples.archiveutilities.SimpleCatalogArchiveHelper
-
Add a new person role.
- addGovernanceService(String, String, String, Map<String, Object>, String, String, String, Map<String, String>) - Method in class org.odpi.openmetadata.samples.archiveutilities.GovernanceArchiveHelper
-
Create a governance service entity.
- addGovernanceZone(String, String, String, String, String, String, int, Map<String, String>) - Method in class org.odpi.openmetadata.samples.archiveutilities.SimpleCatalogArchiveHelper
-
Create a governance zone entity.
- addGovernedByRelationship(String, String) - Method in class org.odpi.openmetadata.samples.archiveutilities.SimpleCatalogArchiveHelper
-
Link a referenceable to a governance definition to indicate that it is governed by the governance definition.
- addGovernedByRelationship(String, String) - Method in class org.odpi.openmetadata.samples.governanceactions.clinicaltrials.CocoClinicalTrialBaseService
-
Link the certification type to the schema.
- addImplementationResourceRelationship(String, String, String) - Method in class org.odpi.openmetadata.samples.archiveutilities.SimpleCatalogArchiveHelper
-
Link an element to its implementation
- addImplementedByRelationship(String, String, String, String, String, String) - Method in class org.odpi.openmetadata.samples.archiveutilities.SimpleCatalogArchiveHelper
-
Link an element to its implementation
- addInformationSupplyChain(String, boolean, String, String, String, String, String, String, List<String>, String, String, String, String, Map<String, String>, Map<String, String>, Map<String, Object>) - Method in class org.odpi.openmetadata.samples.archiveutilities.SimpleCatalogArchiveHelper
-
Add a new information supply chain.
- addInformationSupplyChainComposition(String, String) - Method in class org.odpi.openmetadata.samples.archiveutilities.SimpleCatalogArchiveHelper
-
Link an information supply chain to one of its segments
- addInformationSupplyChainLinkRelationship(String, String, String, String) - Method in class org.odpi.openmetadata.samples.archiveutilities.SimpleCatalogArchiveHelper
-
Link an element to its implementation
- addInformationSupplyChains() - Method in class org.odpi.openmetadata.contentpacks.core.base.ContentPackBaseArchiveWriter
-
Create supply chains
- ADDING_CLIENT_SIDE_SECRET - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.secretsstore.yaml.ffdc.YAMLAuditCode
-
YAML-SECRETS-STORE-CONNECTOR-0003 - Adding security access control {0} to the platform user directory
- ADDING_CONTROL - Enum constant in enum class org.odpi.openmetadata.metadatasecurity.ffdc.OpenMetadataSecurityAuditCode
-
OPEN-METADATA-SECURITY-0029 - Adding security access control {0} to the platform user directory
- ADDING_FILE_FOLDER_HIERARCHY - Enum constant in enum class org.odpi.openmetadata.commonservices.generichandlers.ffdc.GenericHandlersAuditCode
-
OMAG-GENERIC-HANDLERS-0030 - Method {0} added folder {1} for file {2}
- ADDING_LINEAGE - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.apacheatlas.integration.ffdc.AtlasIntegrationAuditCode
-
APACHE-ATLAS-INTEGRATION-CONNECTOR-0048 - The integration connector {0} is adding a DataFlow lineage relationship from {1} open metadata entity {2} to {3} open metadata entity {4}
- ADDING_USER - Enum constant in enum class org.odpi.openmetadata.metadatasecurity.ffdc.OpenMetadataSecurityAuditCode
-
OPEN-METADATA-SECURITY-0027 - Adding user {0} to the platform user directory
- addIntegrationConnector(String, Map<String, Object>, String, String, String, String, String, String, String, String, String, Map<String, String>) - Method in class org.odpi.openmetadata.samples.archiveutilities.GovernanceArchiveHelper
-
Create an integration connector entity.
- addIntegrationConnectors(ContentPackDefinition, IntegrationGroupDefinition) - Method in class org.odpi.openmetadata.contentpacks.core.base.ContentPackBaseArchiveWriter
-
Add the integration connectors for the content pack.
- addIntegrationGroup(String, String, String, String, String, String, Map<String, String>, Map<String, Object>) - Method in class org.odpi.openmetadata.samples.archiveutilities.GovernanceArchiveHelper
-
Create a software capability entity for an integration group.
- addIntegrationGroups(ContentPackDefinition) - Method in class org.odpi.openmetadata.contentpacks.core.base.ContentPackBaseArchiveWriter
-
Loop through the integration group definitions creating the specified definitions for the names content pack.
- addIntMapProperty(ElementProperties, String, Map<String, Integer>) - Method in class org.odpi.openmetadata.frameworks.openmetadata.search.PropertyHelper
-
Add the supplied map property to an element properties object.
- addIntMapPropertyToInstance(String, InstanceProperties, String, Map<String, Integer>, String) - Method in interface org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.utilities.OMRSRepositoryPropertiesHelper
-
If the supplied map property is not null, add it to an instance properties object.
- addIntMapPropertyToInstance(String, InstanceProperties, String, Map<String, Integer>, String) - Method in class org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.utilities.OMRSRepositoryPropertiesUtilities
-
If the supplied map property is not null, add it to an instance properties object.
- addIntProperty(List<PropertyCondition>, String, int, PropertyComparisonOperator) - Method in class org.odpi.openmetadata.frameworks.openmetadata.search.PropertyHelper
-
Add an int property to a set of search conditions.
- addIntProperty(ElementProperties, String, int) - Method in class org.odpi.openmetadata.frameworks.openmetadata.search.PropertyHelper
-
Add the supplied property to an element properties object.
- addIntPropertyMap(ElementProperties, Map<String, Integer>) - Method in class org.odpi.openmetadata.frameworks.openmetadata.search.PropertyHelper
-
Add the supplied property map to an element properties object.
- addIntPropertyMapToInstance(String, InstanceProperties, String, Map<String, Integer>, String) - Method in interface org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.utilities.OMRSRepositoryPropertiesHelper
-
Add the supplied property map to an instance properties object.
- addIntPropertyMapToInstance(String, InstanceProperties, String, Map<String, Integer>, String) - Method in class org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.utilities.OMRSRepositoryPropertiesUtilities
-
Add the supplied property map to an instance properties object.
- addIntPropertyToInstance(String, InstanceProperties, String, int, String) - Method in interface org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.utilities.OMRSRepositoryPropertiesHelper
-
Add the supplied property to an instance properties object.
- addIntPropertyToInstance(String, InstanceProperties, String, int, String) - Method in class org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.utilities.OMRSRepositoryPropertiesUtilities
-
Add the supplied property to an instance properties object.
- ADDITIONAL_INFO - Enum constant in enum class org.odpi.openmetadata.adapters.repositoryservices.auditlogstore.postgres.schema.AuditLogColumn
- ADDITIONAL_PROPERTIES - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.externalharvesters.harvestopenmetadata.schema.HarvestOpenMetadataColumn
- ADDITIONAL_PROPERTIES - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.jacquard.productcatalog.ProductDataFieldDefinition
-
Additional Properties
- ADDITIONAL_PROPERTIES - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.types.OpenMetadataProperty
-
Additional properties for the element.
- ADDITIONAL_TRANSLATIONS - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.types.OpenMetadataProperty
-
Translations of other string properties found in the linked entity.
- ADDITIONAL_VALUES - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.types.OpenMetadataProperty
-
Additional values for additional columns or fields in the reference data store.
- additionalProperties - Variable in class org.odpi.openmetadata.viewservices.automatedcuration.properties.RefDataElementBase
- addITProfile(String, String, String, String, String, Map<String, String>) - Method in class org.odpi.openmetadata.samples.archiveutilities.SimpleCatalogArchiveHelper
-
Add a new IT profile.
- addJDBCAuditLogDestination(List<String>, String) - Method in class org.odpi.openmetadata.adminservices.client.OMAGServerConfigurationClient
-
Add an audit log destination that creates log records as JSON files in a shared directory.
- addKnownLocationRelationship(String, String) - Method in class org.odpi.openmetadata.samples.archiveutilities.SimpleCatalogArchiveHelper
-
Link a location to an element.
- addLabelsToEntity(String, List<String>) - Method in class org.odpi.openmetadata.adapters.connectors.apacheatlas.resource.ApacheAtlasRESTConnector
-
Add labels to an entity.
- addLicense(String, String, Date, Date, String, String, String, String, String, String, String, String, String, String, Map<String, String>, Map<String, String>, Map<String, String>, String, String) - Method in class org.odpi.openmetadata.samples.archiveutilities.SimpleCatalogArchiveHelper
-
Create a licence relationship.
- addLikeToElement(String, String, String, UpdateElementRequestBody) - Method in class org.odpi.openmetadata.viewservices.feedbackmanager.server.FeedbackManagerRESTServices
-
Adds a "LikeProperties" to the element.
- addLikeToElement(String, String, String, UpdateElementRequestBody) - Method in class org.odpi.openmetadata.viewservices.feedbackmanager.server.spring.FeedbackManagerResource
-
Creates a "like" object and attaches it to an element.
- addLikeToElement(String, String, UpdateOptions, LikeProperties) - Method in class org.odpi.openmetadata.frameworks.openmetadata.handlers.LikeHandler
-
Adds a "Like" to the element.
- addLikeToElement(String, UpdateOptions, LikeProperties) - Method in class org.odpi.openmetadata.frameworks.openmetadata.connectorcontext.LikeClient
-
Adds a "Like" to the element.
- addLineageRelationship(String, String, String, String, String) - Method in class org.odpi.openmetadata.samples.archiveutilities.SimpleCatalogArchiveHelper
-
Create a lineage relationship between the two elements
- addLinkChoice(Link) - Method in class org.odpi.openmetadata.samples.archiveutilities.cloudinformationmodel.properties.LinkChoice
- addLinkedDataField(String, String, String) - Method in class org.odpi.openmetadata.samples.archiveutilities.SimpleCatalogArchiveHelper
-
Link data fields.
- addListStringMapProperty(ElementProperties, String, Map<String, List<String>>) - Method in class org.odpi.openmetadata.frameworks.openmetadata.search.PropertyHelper
-
Add the supplied map property to an element properties object.
- addListStringMapToSearchCondition(List<PropertyCondition>, String, Map<String, List<String>>, PropertyComparisonOperator) - Method in class org.odpi.openmetadata.frameworks.openmetadata.search.PropertyHelper
-
Add a new property comparison for another property.
- addLocation(String, String, String, String, Map<String, String>) - Method in class org.odpi.openmetadata.samples.archiveutilities.SimpleCatalogArchiveHelper
-
Add a location entity to the archive.
- addLocationHierarchy(String, String) - Method in class org.odpi.openmetadata.samples.archiveutilities.SimpleCatalogArchiveHelper
-
Create the relationship between a locations and one of the locations nested within it.
- addLogRecord(AuditLogRecord) - Method in class org.odpi.openmetadata.frameworks.auditlog.AuditLogDestination
-
Log an audit log record for an event, decision, error, or exception detected by the open metadata services.
- addLogRecord(AuditLogRecord) - Method in class org.odpi.openmetadata.fvt.utilities.auditlog.FVTAuditLogDestination
-
Add the new log record to the audit log.
- addLogRecord(AuditLogRecord) - Method in class org.odpi.openmetadata.repositoryservices.auditlog.OMRSAuditLogDestination
-
Log an audit log record for an event, decision, error, or exception detected by the open metadata services.
- addLongMapProperty(ElementProperties, String, Map<String, Long>) - Method in class org.odpi.openmetadata.frameworks.openmetadata.search.PropertyHelper
-
Add the supplied map property to an element properties object.
- addLongMapPropertyToInstance(String, InstanceProperties, String, Map<String, Long>, String) - Method in interface org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.utilities.OMRSRepositoryPropertiesHelper
-
If the supplied map property is not null, add it to an instance properties object.
- addLongMapPropertyToInstance(String, InstanceProperties, String, Map<String, Long>, String) - Method in class org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.utilities.OMRSRepositoryPropertiesUtilities
-
If the supplied map property is not null, add it to an instance properties object.
- addLongProperty(List<PropertyCondition>, String, long, PropertyComparisonOperator) - Method in class org.odpi.openmetadata.frameworks.openmetadata.search.PropertyHelper
-
Add a long property to a set of search conditions.
- addLongProperty(ElementProperties, String, long) - Method in class org.odpi.openmetadata.frameworks.openmetadata.search.PropertyHelper
-
Add the supplied property to an element properties object.
- addLongPropertyMap(ElementProperties, Map<String, Long>) - Method in class org.odpi.openmetadata.frameworks.openmetadata.search.PropertyHelper
-
Add the supplied property map to an element properties object.
- addLongPropertyMapToInstance(String, InstanceProperties, String, Map<String, Long>, String) - Method in interface org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.utilities.OMRSRepositoryPropertiesHelper
-
Add the supplied property map to an instance properties object.
- addLongPropertyMapToInstance(String, InstanceProperties, String, Map<String, Long>, String) - Method in class org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.utilities.OMRSRepositoryPropertiesUtilities
-
Add the supplied property map to an instance properties object.
- addLongPropertyToInstance(String, InstanceProperties, String, long, String) - Method in interface org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.utilities.OMRSRepositoryPropertiesHelper
-
Add the supplied property to an instance properties object.
- addLongPropertyToInstance(String, InstanceProperties, String, long, String) - Method in class org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.utilities.OMRSRepositoryPropertiesUtilities
-
Add the supplied property to an instance properties object.
- addLovelaceCatalogTargets(ContentPackDefinition) - Method in class org.odpi.openmetadata.contentpacks.core.base.ContentPackBaseArchiveWriter
-
Loop through the lovelave service definitions linking them as catalog targets to the Babbage Analytical Engine.
- addMapProperty(ElementProperties, String, Map<String, Object>) - Method in class org.odpi.openmetadata.frameworks.openmetadata.search.PropertyHelper
-
Add the supplied map property to an element properties object.
- addMapPropertyToInstance(String, InstanceProperties, String, Map<String, Object>, String) - Method in interface org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.utilities.OMRSRepositoryPropertiesHelper
-
Add the supplied map property to an instance properties object.
- addMapPropertyToInstance(String, InstanceProperties, String, Map<String, Object>, String) - Method in class org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.utilities.OMRSRepositoryPropertiesUtilities
-
If the supplied map property is not null, add it to an instance properties object.
- addMatching(String, Object) - Method in class org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.properties.instances.Differences
-
Add the provided name as a matching thing.
- addMediaReference(String, String, String, String, List<String>, String, String, String, String, String, String, int, String, int, String, List<String>, Map<String, String>, Map<String, Object>) - Method in class org.odpi.openmetadata.samples.archiveutilities.SimpleCatalogArchiveHelper
-
Create a media reference entity.
- addMediaReferenceLink(String, String, String, String, int, String) - Method in class org.odpi.openmetadata.samples.archiveutilities.SimpleCatalogArchiveHelper
-
Create the relationship between a referenceable and an external reference.
- addMemberDataField(String, String, int, int, int, CoverageCategory) - Method in class org.odpi.openmetadata.samples.archiveutilities.SimpleCatalogArchiveHelper
-
Add a data field to a data structure.
- addMemberToCollection(String, String, String) - Method in class org.odpi.openmetadata.samples.archiveutilities.SimpleCatalogArchiveHelper
-
Add a member to a collection.
- addMermaidToRootElement(String, OpenMetadataRootElement, QueryOptions) - Method in class org.odpi.openmetadata.frameworks.openmetadata.handlers.OpenMetadataHandlerBase
-
Add a standard mermaid graph to the root element.
- addMetadataCollection(String, String, String, String, Date, long, String, InstanceProvenanceType, String) - Method in class org.odpi.openmetadata.samples.archiveutilities.SimpleCatalogArchiveHelper
-
This method adds a MetadataCollection entity to the archive to represent the archive's provenance information.
- addMobileResourceClassification(String) - Method in class org.odpi.openmetadata.samples.archiveutilities.SimpleCatalogArchiveHelper
-
Add the MobileResource classification to the requested asset.
- addMoreInformationLink(String, String) - Method in class org.odpi.openmetadata.samples.archiveutilities.SimpleCatalogArchiveHelper
-
Create a navigation link from one referenceable to another to show they provide more information.
- addMoreInformationToElement(String, String, String, String, NewRelationshipRequestBody) - Method in class org.odpi.openmetadata.viewservices.classificationexplorer.server.ClassificationExplorerRESTServices
-
Link a resource to an element using the MoreInformation relationship.
- addMoreInformationToElement(String, String, String, String, NewRelationshipRequestBody) - Method in class org.odpi.openmetadata.viewservices.classificationexplorer.server.spring.ClassificationExplorerResource
-
Link a resource to an element using the MoreInformation relationship.
- addMoreInformationToElement(String, String, String, MakeAnchorOptions, MoreInformationProperties) - Method in class org.odpi.openmetadata.frameworks.openmetadata.handlers.StewardshipManagementHandler
-
Link an element to another element using the MoreInformation relationship.
- addMoreInformationToElement(String, String, MakeAnchorOptions, MoreInformationProperties) - Method in class org.odpi.openmetadata.frameworks.openmetadata.connectorcontext.ClassificationManagerClient
-
Link an element to another element using the MoreInformation relationship.
- addMyProfile(String, NewElementRequestBody) - Method in class org.odpi.openmetadata.viewservices.myprofile.server.MyProfileRESTServices
-
Add the profile for this user.
- addMyProfile(String, NewElementRequestBody) - Method in class org.odpi.openmetadata.viewservices.myprofile.server.spring.MyProfileResource
-
Add the profile for this user.
- addNestedDataField(String, String, int, int, int) - Method in class org.odpi.openmetadata.samples.archiveutilities.SimpleCatalogArchiveHelper
-
Add a nested data field to a complex data field.
- addNestedSchemaAttribute(String, int, int, int, String) - Method in class org.odpi.openmetadata.samples.archiveutilities.SimpleCatalogArchiveHelper
-
Create the relationship between a SchemaAttribute element and a child SchemaAttribute element using the NestedSchemaAttribute relationship.
- addNewTypes(AtlasTypesDef) - Method in class org.odpi.openmetadata.adapters.connectors.apacheatlas.resource.ApacheAtlasRESTConnector
-
Create new types.
- addNextGovernanceActionProcessStep(String, String, boolean, String) - Method in class org.odpi.openmetadata.samples.archiveutilities.GovernanceArchiveHelper
-
Create the relationship between a governance action type and one of the next governance action type to execute in a process.
- addNotSupportedAssertion(String, String, Integer, Integer) - Method in class org.odpi.openmetadata.conformance.beans.OpenMetadataTestCase
-
Log the correct response to an unsupported function.
- addNotSupportedCondition(Integer, Integer, String, String, String, String) - Method in class org.odpi.openmetadata.conformance.beans.OpenMetadataConformanceWorkbenchWorkPad
-
Log that a test case has reported the correct response to a non-supported function.
- addObjectMapToSearchCondition(List<PropertyCondition>, String, Map<String, Object>, PropertyComparisonOperator) - Method in class org.odpi.openmetadata.frameworks.openmetadata.search.PropertyHelper
-
Add a new property comparison for another property.
- addObjectPropertyToInstance(String, InstanceProperties, String, Object, String) - Method in interface org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.utilities.OMRSRepositoryPropertiesHelper
-
If the supplied property is not null, add it to an instance properties object.
- addObjectPropertyToInstance(String, InstanceProperties, String, Object, String) - Method in class org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.utilities.OMRSRepositoryPropertiesUtilities
-
Add the supplied property to an instance properties object.
- addOnlyOnOneSide(Differences.SidePresent, String, Object) - Method in class org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.properties.instances.Differences
-
Add the provided name as only existing on one side.
- addOpenMetadataArchive(String, String, Connection) - Method in class org.odpi.openmetadata.platformservices.server.spring.OMAGServerOperationResource
-
Add a new open metadata archive to running repository.
- addOpenMetadataArchive(String, String, Connection) - Method in class org.odpi.openmetadata.serveroperations.server.OMAGServerOperationalServices
-
Add a new open metadata archive to running repository.
- addOpenMetadataArchive(String, String, Connection) - Method in class org.odpi.openmetadata.serveroperations.server.spring.OMAGServerResource
-
Add a new open metadata archive to running repository.
- addOpenMetadataArchive(String, String, OpenMetadataArchive) - Method in class org.odpi.openmetadata.serveroperations.server.OMAGServerOperationalServices
-
Add a new open metadata archive to running repository.
- addOpenMetadataArchive(String, String, OpenMetadataArchive) - Method in class org.odpi.openmetadata.serveroperations.server.spring.OMAGServerResource
-
Add a new open metadata archive to running repository.
- addOpenMetadataArchive(String, String, OpenMetadataArchive) - Method in class org.odpi.openmetadata.viewservices.runtimemanager.server.spring.RuntimeManagerResource
-
Add a new open metadata archive to running repository.
- addOpenMetadataArchive(String, Connection) - Method in class org.odpi.openmetadata.platformservices.client.PlatformServicesClient
-
Add a new open metadata archive to running repository.
- addOpenMetadataArchive(String, Connection) - Method in class org.odpi.openmetadata.serveroperations.client.ServerOperationsClient
-
Add a new open metadata archive to running repository.
- addOpenMetadataArchive(String, Connection, String) - Method in class org.odpi.openmetadata.repositoryservices.admin.OMRSOperationalServices
-
Add an open metadata archive to the local repository.
- addOpenMetadataArchive(String, OpenMetadataArchiveStore, String) - Method in class org.odpi.openmetadata.repositoryservices.admin.OMRSOperationalServices
-
Add an open metadata archive to the local repository.
- addOpenMetadataArchive(Connection) - Method in class org.odpi.openmetadata.adapters.connectors.egeriainfrastructure.extractor.EgeriaExtractor
-
Add a new open metadata archive to running repository.
- addOpenMetadataArchive(Connection) - Method in class org.odpi.openmetadata.adapters.connectors.egeriainfrastructure.servers.MetadataAccessServerConnector
-
Add a new open metadata archive to running repository.
- addOpenMetadataArchive(OpenMetadataArchiveStore, String) - Method in class org.odpi.openmetadata.repositoryservices.archivemanager.OMRSArchiveManager
-
Add a new archive to the local repository.
- addOpenMetadataArchiveContent(String, String, OpenMetadataArchive) - Method in class org.odpi.openmetadata.viewservices.runtimemanager.server.RuntimeManagerRESTServices
-
Add a new open metadata archive to running repository.
- addOpenMetadataArchiveContent(String, OpenMetadataArchive) - Method in class org.odpi.openmetadata.serveroperations.client.ServerOperationsClient
-
Add a new open metadata archive to running repository.
- addOpenMetadataArchiveContent(OpenMetadataArchive) - Method in class org.odpi.openmetadata.adapters.connectors.egeriainfrastructure.extractor.EgeriaExtractor
-
Add a new open metadata archive to running repository.
- addOpenMetadataArchiveContent(OpenMetadataArchive) - Method in class org.odpi.openmetadata.adapters.connectors.egeriainfrastructure.servers.MetadataAccessServerConnector
-
Add a new open metadata archive to running repository.
- addOpenMetadataArchiveFile(String) - Method in class org.odpi.openmetadata.adapters.connectors.egeriainfrastructure.extractor.EgeriaExtractor
-
Add a new open metadata archive to running repository.
- addOpenMetadataArchiveFile(String) - Method in class org.odpi.openmetadata.adapters.connectors.egeriainfrastructure.servers.MetadataAccessServerConnector
-
Add a new open metadata archive to running repository.
- addOpenMetadataArchiveFile(String, String) - Method in class org.odpi.openmetadata.platformservices.client.PlatformServicesClient
-
Add a new open metadata archive to running repository.
- addOpenMetadataArchiveFile(String, String) - Method in class org.odpi.openmetadata.serveroperations.client.ServerOperationsClient
-
Add a new open metadata archive to running repository.
- addOpenMetadataArchiveFile(String, String, String) - Method in class org.odpi.openmetadata.platformservices.server.spring.OMAGServerOperationResource
-
Add a new open metadata archive to running repository.
- addOpenMetadataArchiveFile(String, String, String) - Method in class org.odpi.openmetadata.serveroperations.server.OMAGServerOperationalServices
-
Add a new open metadata archive to running repository.
- addOpenMetadataArchiveFile(String, String, String) - Method in class org.odpi.openmetadata.serveroperations.server.spring.OMAGServerResource
-
Add a new open metadata archive to running repository.
- addOpenMetadataArchiveFile(String, String, String) - Method in class org.odpi.openmetadata.viewservices.runtimemanager.server.RuntimeManagerRESTServices
-
Add a new open metadata archive to the running repository.
- addOpenMetadataArchiveFile(String, String, String) - Method in class org.odpi.openmetadata.viewservices.runtimemanager.server.spring.RuntimeManagerResource
-
Add a new open metadata archive to running repository.
- addOpenMetadataClassificationType(OpenMetadataClassificationDef) - Method in class org.odpi.openmetadata.adapters.connectors.apacheatlas.resource.ApacheAtlasRESTConnector
-
Add a classification definition from open metadata as a type of business metadata in Apache Atlas.
- addOpenMetadataElement(OpenMetadataElement) - Method in class org.odpi.openmetadata.adapters.connectors.apacheatlas.resource.ApacheAtlasRESTConnector
-
Copy the contents of an open metadata element into Apache Atlas and return the unique identifier of the new Apache Atlas element.
- addOpenMetadataEntityType(OpenMetadataEntityDef) - Method in class org.odpi.openmetadata.adapters.connectors.apacheatlas.resource.ApacheAtlasRESTConnector
-
Convert an open metadata entity type to an Atlas type and add it to Apache Atlas.
- addOpenMetadataEnumType(OpenMetadataEnumDef) - Method in class org.odpi.openmetadata.adapters.connectors.apacheatlas.resource.ApacheAtlasRESTConnector
-
Add an enum definition from open metadata as an enum definition in Apache Atlas.
- addOpenMetadataEnumValidNames(String, String, List<OpenMetadataEnum>) - Method in class org.odpi.openmetadata.contentpacks.core.core.CorePackArchiveWriter
-
Set up a valid value list for an enum based on its names.
- addOpenMetadataRelationshipType(OpenMetadataRelationshipDef) - Method in class org.odpi.openmetadata.adapters.connectors.apacheatlas.resource.ApacheAtlasRESTConnector
-
Convert an open metadata relationship type to an Atlas type and add it to Apache Atlas.
- addOpenMetadataType(OpenMetadataTypeDef) - Method in class org.odpi.openmetadata.adapters.connectors.apacheatlas.resource.ApacheAtlasRESTConnector
-
Take an open metadata type definition and add it to Apache Atlas's type system.
- addOrigin(String, String, String, NewClassificationRequestBody) - Method in class org.odpi.openmetadata.viewservices.classificationexplorer.server.ClassificationExplorerRESTServices
-
Add the DigitalResourceOrigin classification for an element.
- addOwnership(String, String, String, NewClassificationRequestBody) - Method in class org.odpi.openmetadata.viewservices.classificationexplorer.server.ClassificationExplorerRESTServices
-
Add the ownership classification for an element.
- addOwnership(String, String, String, NewClassificationRequestBody) - Method in class org.odpi.openmetadata.viewservices.classificationexplorer.server.spring.ClassificationExplorerResource
-
Add the ownership classification for an element.
- addOwnership(String, String, OwnershipProperties, MetadataSourceOptions) - Method in class org.odpi.openmetadata.frameworks.openmetadata.handlers.StewardshipManagementHandler
-
Add the ownership classification for an element.
- addOwnership(String, OwnershipProperties, MetadataSourceOptions) - Method in class org.odpi.openmetadata.frameworks.openmetadata.connectorcontext.ClassificationManagerClient
-
Add the ownership classification for an element.
- addPeerLocations(String, String) - Method in class org.odpi.openmetadata.samples.archiveutilities.SimpleCatalogArchiveHelper
-
Link two locations as peers using the AdjacentLocation relationship.
- addPeerRelationship(String, String) - Method in class org.odpi.openmetadata.samples.archiveutilities.SimpleCatalogArchiveHelper
-
Link a person profile to another person as a peer.
- addPerson(String, String, String, String, String, String, String, String, String, String, String, String, String, Map<String, String>) - Method in class org.odpi.openmetadata.samples.archiveutilities.SimpleCatalogArchiveHelper
-
Add a new person profile.
- addPersonRoleAppointmentRelationship(String, String, boolean, int) - Method in class org.odpi.openmetadata.samples.archiveutilities.SimpleCatalogArchiveHelper
-
Link a person profile to a person role.
- addPlaceholderProperties(String, String, String, String, String, String, List<PlaceholderPropertyType>) - Method in class org.odpi.openmetadata.samples.archiveutilities.GovernanceArchiveHelper
-
Add reference data for catalog templates.
- addPostgreSQLAuditLogDestination(String, String, Map<String, Object>) - Method in class org.odpi.openmetadata.adminservices.server.OMAGServerAdminServices
-
Set up the JDBC based audit log destination for the server.
- addPostgreSQLDatabaseAuditLogDestination(String, String, Map<String, Object>) - Method in class org.odpi.openmetadata.adminservices.spring.ConfigRepositoryServicesResource
-
Add an audit log destination that creates log records as rows in a PostgreSQL Database Schema.
- addPrimaryKeyClassification(String, String, PrimaryKeyProperties, MetadataSourceOptions) - Method in class org.odpi.openmetadata.frameworks.openmetadata.handlers.SchemaAttributeHandler
-
Add the PrimaryKey classification to a relational column.
- addPrimaryKeyClassification(String, PrimaryKeyProperties, MetadataSourceOptions) - Method in class org.odpi.openmetadata.frameworks.openmetadata.connectorcontext.SchemaAttributeClient
-
Add the PrimaryKey classification to a relational column.
- addPrimitiveDef(PrimitiveDef) - Method in class org.odpi.openmetadata.adapters.connectors.dynamicarchivers.DynamicArchiveService
-
Add a new PrimitiveDef to the archive.
- addPrimitiveDef(PrimitiveDef) - Method in class org.odpi.openmetadata.adapters.connectors.dynamicarchivers.DynamicArchiveService.ArchiveDestination
-
Add a new PrimitiveDef to the archive.
- addPrimitiveDef(PrimitiveDef) - Method in class org.odpi.openmetadata.adapters.repositoryservices.archiveconnector.directory.DirectoryBasedOpenMetadataArchiveStoreConnector
-
Add a new PrimitiveDef to the archive.
- addPrimitiveDef(PrimitiveDef) - Method in class org.odpi.openmetadata.repositoryservices.archiveutilities.OMRSArchiveBuilder
-
Add a new PrimitiveDef to the archive.
- addPrimitiveDef(PrimitiveDef) - Method in interface org.odpi.openmetadata.repositoryservices.connectors.stores.archivestore.OpenMetadataArchiveBuilder
-
Add a new PrimitiveDef to the archive.
- addPrimitivePropertyToSearchCondition(List<PropertyCondition>, String, Object, PropertyComparisonOperator, PrimitiveTypeCategory) - Method in class org.odpi.openmetadata.frameworks.openmetadata.search.PropertyHelper
-
Add a new property comparison for another property.
- addProcess(String, String, String, String, String, String, String, Map<String, String>, Map<String, Object>, List<Classification>) - Method in class org.odpi.openmetadata.samples.archiveutilities.SimpleCatalogArchiveHelper
-
Create a process entity.
- addProducedActionTargets(String, String, String, String, String, String, List<ActionTargetType>) - Method in class org.odpi.openmetadata.samples.archiveutilities.GovernanceArchiveHelper
-
Add reference data for governance services and actions.
- addProducedAnnotationTypes(String, String, String, String, String, String, List<AnnotationTypeType>) - Method in class org.odpi.openmetadata.samples.archiveutilities.GovernanceArchiveHelper
-
Add reference data for governance services and actions.
- addProducedGuards(String, String, String, String, String, String, List<GuardType>) - Method in class org.odpi.openmetadata.samples.archiveutilities.GovernanceArchiveHelper
-
Add reference data for governance services and actions.
- addProducedRequestParameters(String, String, String, String, String, String, List<RequestParameterType>) - Method in class org.odpi.openmetadata.samples.archiveutilities.GovernanceArchiveHelper
-
Add reference data for governance services and actions.
- addProfileIdentity(String, String, String, String, String) - Method in class org.odpi.openmetadata.samples.archiveutilities.SimpleCatalogArchiveHelper
-
Create the relationship between a profile and one of its userIds.
- addProject(String, String, String, String, String, Date, Date, String, String, String, boolean, boolean, String, List<Classification>, Map<String, String>, Map<String, Object>) - Method in class org.odpi.openmetadata.samples.archiveutilities.SimpleCatalogArchiveHelper
-
Add a new project.
- addProjectClassification(String, String, NewClassificationRequestBody) - Method in class org.odpi.openmetadata.viewservices.projectmanager.server.ProjectManagerRESTServices
-
Add the ProjectClassification classification for a project.
- addProjectClassification(String, String, NewClassificationRequestBody) - Method in class org.odpi.openmetadata.viewservices.projectmanager.server.spring.ProjectManagerResource
-
Classify the project to indicate the approach and style of project based on its intended outcome.
- addProjectClassification(String, String, ProjectClassificationProperties, MetadataSourceOptions) - Method in class org.odpi.openmetadata.frameworks.openmetadata.handlers.ProjectHandler
-
Add the ProjectClassification classification for a project.
- addProjectClassification(String, ProjectClassificationProperties, MetadataSourceOptions) - Method in class org.odpi.openmetadata.frameworks.openmetadata.connectorcontext.ProjectClient
-
Add the ProjectClassification classification for a project.
- addProjectDependencyRelationship(String, String, String) - Method in class org.odpi.openmetadata.samples.archiveutilities.SimpleCatalogArchiveHelper
-
Link a project to another project that it depends on.
- addProjectHierarchyRelationship(String, String) - Method in class org.odpi.openmetadata.samples.archiveutilities.SimpleCatalogArchiveHelper
-
Link a project to a subproject.
- addProjectManagementRelationship(String, String) - Method in class org.odpi.openmetadata.samples.archiveutilities.SimpleCatalogArchiveHelper
-
Link a project to a person role that represents the project manager(s).
- addProjectTeamRelationship(String, String, String) - Method in class org.odpi.openmetadata.samples.archiveutilities.SimpleCatalogArchiveHelper
-
Link a project to a team.
- addPropertyDescription(String, PropertyDescription) - Method in class org.odpi.openmetadata.samples.archiveutilities.cloudinformationmodel.properties.PropertyGroup
- addPropertyFacet(String, String, String, String, String, String, String, String, Map<String, String>) - Method in class org.odpi.openmetadata.samples.archiveutilities.SimpleCatalogArchiveHelper
-
Adds a property facet entity and links it to the referenceable via the ReferenceableFacet relationship.
- addPropertyFacet(String, String, BasicElementProperties, Map<String, String>) - Method in class org.odpi.openmetadata.adapters.connectors.unitycatalog.sync.OSSUnityCatalogInsideCatalogSyncBase
-
Create the property facet for an Egeria element.
- addPropertyFacetToElement(String, String, MetadataSourceOptions, Map<String, ClassificationProperties>, PropertyFacetProperties, ReferenceableFacetProperties) - Method in class org.odpi.openmetadata.frameworks.openmetadata.handlers.PropertyFacetHandler
-
Adds a property facet to the element.
- addPropertyFacetToElement(String, MetadataSourceOptions, Map<String, ClassificationProperties>, PropertyFacetProperties, ReferenceableFacetProperties) - Method in class org.odpi.openmetadata.frameworks.openmetadata.connectorcontext.PropertyFacetClient
-
Adds a property facet to the element.
- addPropertyMap(ElementProperties, Map<String, Object>) - Method in class org.odpi.openmetadata.frameworks.openmetadata.search.PropertyHelper
-
Add the supplied property map to an element properties object.
- addPropertyMapToAdditionalProperties(Map<String, Object>, String, Map<String, String>) - Method in class org.odpi.openmetadata.adapters.connectors.apacheatlas.integration.modules.AtlasIntegrationModuleBase
-
Add a property from Apache Atlas to Egeria's additionalProperties map since it has nowhere else to go.
- addPropertyMapToInstance(String, InstanceProperties, Map<String, Object>, String) - Method in interface org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.utilities.OMRSRepositoryPropertiesHelper
-
Add the supplied property map to an instance properties object.
- addPropertyMapToInstance(String, InstanceProperties, Map<String, Object>, String) - Method in class org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.utilities.OMRSRepositoryPropertiesUtilities
-
Add the supplied property map to an instance properties object.
- addRatingToElement(String, String, String, UpdateElementRequestBody) - Method in class org.odpi.openmetadata.viewservices.feedbackmanager.server.FeedbackManagerRESTServices
-
Adds a star rating and optional review text to the element.
- addRatingToElement(String, String, String, UpdateElementRequestBody) - Method in class org.odpi.openmetadata.viewservices.feedbackmanager.server.spring.FeedbackManagerResource
-
Adds a star rating and optional review text to the element.
- addRatingToElement(String, String, UpdateOptions, RatingProperties) - Method in class org.odpi.openmetadata.frameworks.openmetadata.handlers.RatingHandler
-
Adds a star rating and optional review text to the element.
- addRatingToElement(String, UpdateOptions, RatingProperties) - Method in class org.odpi.openmetadata.frameworks.openmetadata.connectorcontext.RatingClient
-
Adds a "Rating" to the element.
- addReferenceDataClassification(String) - Method in class org.odpi.openmetadata.samples.archiveutilities.SimpleCatalogArchiveHelper
-
Add the ReferenceData classification to the requested element.
- addReferenceValueAssignmentRelationship(String, String, int, String, String, String, String) - Method in class org.odpi.openmetadata.samples.archiveutilities.SimpleCatalogArchiveHelper
-
Link a referenceable element to a valid value that is acting as a tag.
- addReferenceValueAssignmentRelationship(String, String, String, int, String, String, String, String) - Method in class org.odpi.openmetadata.samples.archiveutilities.SimpleCatalogArchiveHelper
-
Link a referenceable element to a valid value that is acting as a tag.
- addRegisteredIntegrationConnector(String, String, String, String, String, long, boolean, String) - Method in class org.odpi.openmetadata.samples.archiveutilities.GovernanceArchiveHelper
-
Create the relationship between a governance engine and one of its supported governance services.
- addRelatedByToMermaidGraph(String, RelatedBy) - Method in class org.odpi.openmetadata.frameworks.openmetadata.mermaid.OpenMetadataRootMermaidGraphBuilder
-
Add the content of an open metadata element to the mermaid graph.
- addRelatedElementSummaries(List<RelatedMetadataElementSummary>, VisualStyle, String) - Method in class org.odpi.openmetadata.frameworks.openmetadata.mermaid.MermaidGraphBuilderBase
-
Link the list of related elements into the graph.
- addRelatedElementSummaries(List<RelatedMetadataElementSummary>, VisualStyle, String, LineStyle) - Method in class org.odpi.openmetadata.frameworks.openmetadata.mermaid.MermaidGraphBuilderBase
-
Link the list of related elements into the graph.
- addRelatedElementSummary(RelatedMetadataElementSummary, VisualStyle, String) - Method in class org.odpi.openmetadata.frameworks.openmetadata.mermaid.MermaidGraphBuilderBase
-
Link the related element into the graph.
- addRelatedElementSummary(RelatedMetadataElementSummary, VisualStyle, String, LineStyle) - Method in class org.odpi.openmetadata.frameworks.openmetadata.mermaid.MermaidGraphBuilderBase
-
Link the related element into the graph.
- addRelatedNodeSummary(RelatedMetadataNodeSummary, VisualStyle) - Method in class org.odpi.openmetadata.frameworks.openmetadata.mermaid.MermaidGraphBuilderBase
-
Link the related element into the graph.
- addRelatedNodeSummary(RelatedMetadataNodeSummary, VisualStyle, LineStyle) - Method in class org.odpi.openmetadata.frameworks.openmetadata.mermaid.MermaidGraphBuilderBase
-
Link the related element into the graph.
- addRelatedTermRelationship(String, String) - Method in class org.odpi.openmetadata.samples.archiveutilities.SimpleCatalogArchiveHelper
-
Add related term relationship.
- addRelationship(String, String, InstanceProperties, String, String, InstanceStatus) - Method in class org.odpi.openmetadata.adapters.repositoryservices.inmemory.repositoryconnector.InMemoryOMRSMetadataCollection
-
Add a new relationship between two entities to the metadata collection.
- addRelationship(String, String, InstanceProperties, String, String, InstanceStatus) - Method in class org.odpi.openmetadata.adapters.repositoryservices.postgres.repositoryconnector.PostgresOMRSMetadataCollection
-
Add a new relationship between two entities to the metadata collection.
- addRelationship(String, String, InstanceProperties, String, String, InstanceStatus) - Method in class org.odpi.openmetadata.adapters.repositoryservices.readonly.repositoryconnector.ReadOnlyOMRSMetadataCollection
-
Add a new relationship between two entities to the metadata collection.
- addRelationship(String, String, InstanceProperties, String, String, InstanceStatus) - Method in class org.odpi.openmetadata.adapters.repositoryservices.rest.repositoryconnector.OMRSRESTMetadataCollection
-
Add a new relationship between two entities to the metadata collection.
- addRelationship(String, String, InstanceProperties, String, String, InstanceStatus) - Method in class org.odpi.openmetadata.repositoryservices.clients.MetadataCollectionServicesClient
-
Add a new relationship between two entities to the metadata collection.
- addRelationship(String, String, InstanceProperties, String, String, InstanceStatus) - Method in class org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.OMRSMetadataCollection
-
Add a new relationship between two entities to the metadata collection.
- addRelationship(String, String, InstanceProperties, String, String, InstanceStatus) - Method in class org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.OMRSMetadataCollectionBase
-
Add a new relationship between two entities to the metadata collection.
- addRelationship(String, String, InstanceProperties, String, String, InstanceStatus) - Method in class org.odpi.openmetadata.repositoryservices.localrepository.repositoryconnector.LocalOMRSMetadataCollection
-
Add a new relationship between two entities to the metadata collection.
- addRelationship(String, String, RelationshipCreateRequest) - Method in class org.odpi.openmetadata.repositoryservices.rest.server.OMRSRepositoryRESTServices
-
Add a new relationship between two entities to the metadata collection.
- addRelationship(String, String, RelationshipCreateRequest) - Method in class org.odpi.openmetadata.repositoryservices.rest.server.spring.EnterpriseRepositoryServicesResource
-
Add a new relationship between two entities to the metadata collection.
- addRelationship(String, String, RelationshipCreateRequest) - Method in class org.odpi.openmetadata.repositoryservices.rest.server.spring.LocalRepositoryServicesResource
-
Add a new relationship between two entities to the metadata collection.
- addRelationship(AtlasRelationship) - Method in class org.odpi.openmetadata.adapters.connectors.apacheatlas.resource.ApacheAtlasRESTConnector
-
Add a relationship.
- addRelationship(Relationship) - Method in class org.odpi.openmetadata.adapters.connectors.dynamicarchivers.DynamicArchiveService
-
Add a new relationship to the archive.
- addRelationship(Relationship) - Method in class org.odpi.openmetadata.adapters.connectors.dynamicarchivers.DynamicArchiveService.ArchiveDestination
-
Add a new relationship to the archive.
- addRelationship(Relationship) - Method in class org.odpi.openmetadata.adapters.repositoryservices.archiveconnector.directory.DirectoryBasedOpenMetadataArchiveStoreConnector
-
Add a new relationship to the archive.
- addRelationship(Relationship) - Method in class org.odpi.openmetadata.repositoryservices.archiveutilities.OMRSArchiveBuilder
-
Add a new relationship to the archive.
- addRelationship(Relationship) - Method in interface org.odpi.openmetadata.repositoryservices.connectors.stores.archivestore.OpenMetadataArchiveBuilder
-
Add a new relationship to the archive.
- addRelationshipDef(RelationshipDef) - Method in class org.odpi.openmetadata.adapters.connectors.dynamicarchivers.DynamicArchiveService
-
Add a new RelationshipDef to the archive.
- addRelationshipDef(RelationshipDef) - Method in class org.odpi.openmetadata.adapters.connectors.dynamicarchivers.DynamicArchiveService.ArchiveDestination
-
Add a new RelationshipDef to the archive.
- addRelationshipDef(RelationshipDef) - Method in class org.odpi.openmetadata.adapters.repositoryservices.archiveconnector.directory.DirectoryBasedOpenMetadataArchiveStoreConnector
-
Add a new RelationshipDef to the archive.
- addRelationshipDef(RelationshipDef) - Method in class org.odpi.openmetadata.repositoryservices.archiveutilities.OMRSArchiveBuilder
-
Add a new RelationshipDef to the archive.
- addRelationshipDef(RelationshipDef) - Method in interface org.odpi.openmetadata.repositoryservices.connectors.stores.archivestore.OpenMetadataArchiveBuilder
-
Add a new RelationshipDef to the archive.
- AddRelationshipExecutor - Class in org.odpi.openmetadata.repositoryservices.enterprise.repositoryconnector.executors
-
AddRelationshipExecutor provides the executor for the addEntity and addExternalEntity methods.
- AddRelationshipExecutor(String, String, String, String, InstanceProperties, EntityProxy, EntityProxy, InstanceStatus, AuditLog, String) - Constructor for class org.odpi.openmetadata.repositoryservices.enterprise.repositoryconnector.executors.AddRelationshipExecutor
-
Constructor takes the parameters for the request.
- AddRelationshipExecutor(String, String, InstanceProperties, EntityProxy, EntityProxy, InstanceStatus, AuditLog, String) - Constructor for class org.odpi.openmetadata.repositoryservices.enterprise.repositoryconnector.executors.AddRelationshipExecutor
-
Constructor takes the parameters for the request.
- addRelationshipInstanceSets(String, List<Relationship>, List<Relationship>, List<Relationship>) - Method in class org.odpi.openmetadata.conformance.workbenches.repository.RepositoryConformanceWorkPad
-
Remember the sets of instances for a given relationship type.
- addRelationshipParameterValidation(String, String, InstanceProperties, String, String, InstanceStatus, String) - Method in class org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.OMRSMetadataCollectionBase
-
Validate the parameters for adding a new relationship between two entities to the metadata collection.
- addRelationships(List<Relationship>, String) - Method in class org.odpi.openmetadata.repositoryservices.enterprise.repositoryconnector.accumulators.RelationshipHistoryAccumulator
-
Add a list of relationships to the accumulator.
- addRelationships(List<Relationship>, String) - Method in class org.odpi.openmetadata.repositoryservices.enterprise.repositoryconnector.accumulators.RelationshipsAccumulator
-
Add a list of relationships to the accumulator.
- addRelationshipsToBean(List<RelatedMetadataElement>, AttributedMetadataElement) - Method in class org.odpi.openmetadata.frameworks.openmetadata.converters.AttributedElementConverterBase
-
Summarize the relationships that have no special processing by the subtype.
- addRelationshipToStore(RelationshipMapper) - Method in class org.odpi.openmetadata.adapters.repositoryservices.postgres.repositoryconnector.database.DatabaseStore
-
Add a relationship to the database.
- addRemainingPropertiesToAdditionalProperties(Map<String, Object>, List<String>) - Method in class org.odpi.openmetadata.adapters.connectors.apacheatlas.integration.modules.AtlasIntegrationModuleBase
-
Add a property from Apache Atlas to Egeria's additionalProperties map since it has nowhere else to go.
- addRemoteConnection(String, String, String, String, String, String, Connection) - Method in interface org.odpi.openmetadata.repositoryservices.enterprise.connectormanager.OMRSConnectionConsumer
-
Pass details of the connection for one of the remote repositories registered in a connected open metadata repository cohort.
- addRemoteConnection(String, String, String, String, String, String, Connection) - Method in class org.odpi.openmetadata.repositoryservices.enterprise.connectormanager.OMRSEnterpriseConnectorManager
-
Pass details of the connection for one of the remote repositories registered in a connected open metadata repository cohort.
- addRemoteConnector(String, OMRSRepositoryConnector) - Method in class org.odpi.openmetadata.conformance.workbenches.repository.connectorconsumer.ConformanceSuiteConnectorConsumer
-
Pass the connector to one of the remote repositories in the metadata repository cohort.
- addRemoteConnector(String, OMRSRepositoryConnector) - Method in interface org.odpi.openmetadata.repositoryservices.enterprise.connectormanager.OMRSConnectorConsumer
-
Pass the connector to one of the remote repositories in the metadata repository cohort.
- addRemoteConnector(String, OMRSRepositoryConnector) - Method in class org.odpi.openmetadata.repositoryservices.enterprise.repositoryconnector.EnterpriseOMRSRepositoryConnector
-
Pass the connector to one of the remote repositories in the metadata repository cohort.
- addRemoteEnterpriseTopic(String, String, Map<String, Object>) - Method in class org.odpi.openmetadata.adminservices.server.OMAGServerAdminForAccessServices
-
Set up the default remote enterprise topic.
- addRemoteEnterpriseTopic(String, String, Map<String, Object>) - Method in class org.odpi.openmetadata.adminservices.spring.ConfigAccessServicesResource
-
Set up the default remote enterprise topic.
- addRemoteEnterpriseTopic(Map<String, Object>) - Method in class org.odpi.openmetadata.adminservices.client.MetadataAccessServerConfigurationClient
-
Set up the default remote enterprise topic.
- addReplacementAttributes(String, String, String, String, String, String, List<ReplacementAttributeType>) - Method in class org.odpi.openmetadata.samples.archiveutilities.GovernanceArchiveHelper
-
Add reference data for catalog templates.
- addRequestType(String, String, String, String, String, Map<String, String>, List<NewActionTarget>, GovernanceActionDescription, String, String, String, String, String, String, boolean, DeployedImplementationTypeDefinition) - Method in class org.odpi.openmetadata.contentpacks.core.base.ContentPackBaseArchiveWriter
-
Add details of a request type to the engine.
- addResourceListRelationship(String, String, String, String) - Method in class org.odpi.openmetadata.samples.archiveutilities.SimpleCatalogArchiveHelper
-
Add the ResourceList relationship to the archive.
- addResourceListRelationship(String, String, ResourceUse) - Method in class org.odpi.openmetadata.samples.governanceactions.clinicaltrials.CocoClinicalTrialBaseService
-
Set up the ResourceList relationship between an implementation component and a solution component.
- addResourceListRelationshipByGUID(String, String, String, String) - Method in class org.odpi.openmetadata.samples.archiveutilities.SimpleCatalogArchiveHelper
-
Add the ResourceList relationship to the archive.
- addResourceListRelationshipByGUID(String, String, String, String, Map<String, String>) - Method in class org.odpi.openmetadata.samples.archiveutilities.SimpleCatalogArchiveHelper
-
Add the ResourceList relationship to the archive.
- addResourceListToElement(String, String, String, String, NewRelationshipRequestBody) - Method in class org.odpi.openmetadata.viewservices.classificationexplorer.server.ClassificationExplorerRESTServices
-
Link a resource to an element using the ResourceList relationship.
- addResourceListToElement(String, String, String, String, NewRelationshipRequestBody) - Method in class org.odpi.openmetadata.viewservices.classificationexplorer.server.spring.ClassificationExplorerResource
-
Link a resource to an element using the ResourceList relationship.
- addResourceListToElement(String, String, String, MakeAnchorOptions, ResourceListProperties) - Method in class org.odpi.openmetadata.frameworks.openmetadata.handlers.StewardshipManagementHandler
-
Link an element to another element using the ResourceList relationship.
- addResourceListToElement(String, String, MakeAnchorOptions, ResourceListProperties) - Method in class org.odpi.openmetadata.frameworks.openmetadata.connectorcontext.ClassificationManagerClient
-
Link an element to another element using the ResourceList relationship.
- addSchemaAttribute(String, String, String, String, String, String, String, String, int, String, Map<String, String>) - Method in class org.odpi.openmetadata.samples.archiveutilities.SimpleCatalogArchiveHelper
-
Create a schema attribute with a TypeEmbeddedAttribute classification.
- addSchemaType(String, String, String, String, String, String, Map<String, String>) - Method in class org.odpi.openmetadata.samples.archiveutilities.SimpleCatalogArchiveHelper
-
Create the schema type by do not link it it a parent.
- addSchemaTypeDefinition(String, String) - Method in class org.odpi.openmetadata.samples.archiveutilities.SimpleCatalogArchiveHelper
-
Link a term to a data definition using the DataStructureDefinition relationship (0580).
- addSchemaTypeOption(String, String) - Method in class org.odpi.openmetadata.samples.archiveutilities.SimpleCatalogArchiveHelper
-
Create the relationship between a SchemaTypeChoice element and a child element using the SchemaTypeOption relationship.
- addScopeToElement(String, String, String, String, NewRelationshipRequestBody) - Method in class org.odpi.openmetadata.viewservices.classificationexplorer.server.ClassificationExplorerRESTServices
-
Link a scope to an element using the ScopedBy relationship.
- addScopeToElement(String, String, String, String, NewRelationshipRequestBody) - Method in class org.odpi.openmetadata.viewservices.classificationexplorer.server.spring.ClassificationExplorerResource
-
Link a scope to an element using the ScopedBy relationship.
- addScopeToElement(String, String, String, MakeAnchorOptions, ScopedByProperties) - Method in class org.odpi.openmetadata.frameworks.openmetadata.handlers.StewardshipManagementHandler
-
Link a scope to an element using the ScopedBy relationship.
- addScopeToElement(String, String, MakeAnchorOptions, ScopedByProperties) - Method in class org.odpi.openmetadata.frameworks.openmetadata.connectorcontext.ClassificationManagerClient
-
Link a scope to an element using the ScopedBy relationship.
- addSearchKeywordToElement(String, String, String, NewAttachmentRequestBody) - Method in class org.odpi.openmetadata.viewservices.classificationexplorer.server.ClassificationExplorerRESTServices
-
Adds a search keyword to the element.
- addSearchKeywordToElement(String, String, String, NewAttachmentRequestBody) - Method in class org.odpi.openmetadata.viewservices.classificationexplorer.server.spring.ClassificationExplorerResource
-
Creates a search keyword and attaches it to an element.
- addSearchKeywordToElement(String, String, MetadataSourceOptions, Map<String, ClassificationProperties>, SearchKeywordProperties) - Method in class org.odpi.openmetadata.frameworks.openmetadata.handlers.SearchKeywordHandler
-
Adds a search keyword to the element.
- addSearchKeywordToElement(String, MetadataSourceOptions, Map<String, ClassificationProperties>, SearchKeywordProperties) - Method in class org.odpi.openmetadata.frameworks.openmetadata.connectorcontext.SearchKeywordClient
-
Adds a search keyword to the element.
- addSecretsConnection(String, String, String, String, String, String, String, String, String, String, String) - Method in class org.odpi.openmetadata.samples.archiveutilities.GovernanceArchiveHelper
-
Add a secrets store connection.
- addSecretStoreConnection(String, DeployedImplementationTypeDefinition, String, String, String, String, String, String, String) - Method in class org.odpi.openmetadata.contentpacks.core.base.ContentPackBaseArchiveWriter
-
Add the connection for a nested secrets store connector.
- addSecureLocation(String, String, String, String, String, String, Map<String, String>) - Method in class org.odpi.openmetadata.samples.archiveutilities.SimpleCatalogArchiveHelper
-
Add a location with a SecureLocation classification.
- addSecurityGroupMembership(String, String, String, NewClassificationRequestBody) - Method in class org.odpi.openmetadata.viewservices.actormanager.server.ActorManagerRESTServices
-
Add the SecurityGroupMembership classification to the user identity.
- addSecurityGroupMembership(String, String, String, NewClassificationRequestBody) - Method in class org.odpi.openmetadata.viewservices.actormanager.server.spring.ActorManagerResource
-
Add the SecurityGroupMembership classification to the user identity.
- addSecurityGroupMembership(String, String, SecurityListMembershipProperties, MetadataSourceOptions) - Method in class org.odpi.openmetadata.frameworks.openmetadata.handlers.UserIdentityHandler
-
Add the SecurityGroupMembership classification to the user identity.
- addSecurityGroupMembership(String, SecurityListMembershipProperties, MetadataSourceOptions) - Method in class org.odpi.openmetadata.frameworks.openmetadata.connectorcontext.UserIdentityClient
-
Add the SecurityGroupMembership classification to the user identity.
- addSecurityTags(String, String, String, NewClassificationRequestBody) - Method in class org.odpi.openmetadata.viewservices.classificationexplorer.server.ClassificationExplorerRESTServices
-
Add the security tags for an element.
- addSecurityTags(String, String, String, NewClassificationRequestBody) - Method in class org.odpi.openmetadata.viewservices.classificationexplorer.server.spring.ClassificationExplorerResource
-
Add the security tags for an element.
- addSecurityTags(String, String, SecurityTagsProperties, MetadataSourceOptions) - Method in class org.odpi.openmetadata.frameworks.openmetadata.handlers.StewardshipManagementHandler
-
Add the security tags for an element.
- addSecurityTags(String, SecurityTagsProperties, MetadataSourceOptions) - Method in class org.odpi.openmetadata.frameworks.openmetadata.connectorcontext.ClassificationManagerClient
-
Add the security tags for an element.
- addSecurityTagsClassification(String, List<String>, Map<String, Object>) - Method in class org.odpi.openmetadata.samples.archiveutilities.SimpleCatalogArchiveHelper
-
Add a SecurityTags classification to the requested element.
- addSemanticAssignment(String, String) - Method in class org.odpi.openmetadata.samples.archiveutilities.SimpleCatalogArchiveHelper
-
Link a data element to a glossary term.
- addSemanticDefinition(String, String) - Method in class org.odpi.openmetadata.samples.archiveutilities.SimpleCatalogArchiveHelper
-
Link a term to a data definition using the SemanticDefinition relationship (0370).
- addServerEndpointRelationship(String, String) - Method in class org.odpi.openmetadata.samples.archiveutilities.SimpleCatalogArchiveHelper
-
Create a server endpoint relationship.
- addServerPurposeClassification(String, String, String) - Method in class org.odpi.openmetadata.samples.archiveutilities.SimpleCatalogArchiveHelper
-
Add a ServerPurpose classification to an IT Infrastructure element.
- addSLF4JAuditLogDestination(String, String, List<String>) - Method in class org.odpi.openmetadata.adminservices.server.OMAGServerAdminServices
-
Set up the SLF4J audit log destination for the server.
- addSLF4JAuditLogDestination(String, String, List<String>) - Method in class org.odpi.openmetadata.adminservices.spring.ConfigRepositoryServicesResource
-
Add an audit log destination that creates slf4j records.
- addSLF4JAuditLogDestination(List<String>) - Method in class org.odpi.openmetadata.adminservices.client.OMAGServerConfigurationClient
-
Add an audit log destination that creates slf4j records.
- addSoftwareCapability(String, String, String, String, String, String, String, String, Map<String, String>, Map<String, Object>, List<Classification>, String, String, String, String) - Method in class org.odpi.openmetadata.samples.archiveutilities.SimpleCatalogArchiveHelper
-
Create a software capability entity.
- addSoftwareCapability(String, String, String, String, String, String, String, String, Map<String, String>, Map<String, Object>, Classification, String, String, String, String) - Method in class org.odpi.openmetadata.samples.archiveutilities.SimpleCatalogArchiveHelper
-
Create a software capability entity.
- addSoftwareServerCatalogTemplates(ContentPackDefinition) - Method in class org.odpi.openmetadata.contentpacks.core.base.ContentPackBaseArchiveWriter
-
Loop through the server template definitions creating the specified templates.
- addSolutionBlueprint(String, String, String, String, String, String, Map<String, String>, Map<String, Object>) - Method in class org.odpi.openmetadata.samples.archiveutilities.SimpleCatalogArchiveHelper
-
Add a new solution blueprint.
- addSolutionBlueprints(List<SolutionBlueprintDefinition>) - Method in class org.odpi.openmetadata.samples.archiveutilities.SimpleCatalogArchiveHelper
-
Create solution blueprints and links to their components.
- addSolutionBlueprints(ContentPackDefinition, List<String>) - Method in class org.odpi.openmetadata.contentpacks.core.base.ContentPackBaseArchiveWriter
-
Add the description of the solutions for each content pack.
- addSolutionComponent(String, String, String, String, String, String, String, String, String, Map<String, String>, Map<String, Object>) - Method in class org.odpi.openmetadata.samples.archiveutilities.SimpleCatalogArchiveHelper
-
Add a new solution component.
- addSolutionComponentActorRelationship(String, String, String, String) - Method in class org.odpi.openmetadata.samples.archiveutilities.SimpleCatalogArchiveHelper
-
Link an element to its actor
- addSolutionComponentActors(List<SolutionComponentActorDefinition>) - Method in class org.odpi.openmetadata.samples.archiveutilities.SimpleCatalogArchiveHelper
-
Link solution components to their actors.
- addSolutionComponentImplementationResource(String, String, String, String) - Method in class org.odpi.openmetadata.samples.governanceactions.clinicaltrials.CocoClinicalTrialBaseService
-
Set up the ImplementedBy relationship between an implementation component and a solution component.
- addSolutionComponentImplementedByRelationship(String, String, String, String) - Method in class org.odpi.openmetadata.samples.governanceactions.clinicaltrials.CocoClinicalTrialBaseService
-
Set up the ImplementedBy relationship between an implementation component and a solution component.
- addSolutionComponentLinksToGraph(RelatedMetadataElementSummary, List<String>, List<String>, boolean) - Method in class org.odpi.openmetadata.frameworks.openmetadata.mermaid.MermaidGraphBuilderBase
-
Link a solution component in the graph.
- addSolutionComponentListToGraph(List<RelatedMetadataElementSummary>, boolean) - Method in class org.odpi.openmetadata.frameworks.openmetadata.mermaid.MermaidGraphBuilderBase
-
This is used for creating solution blueprint or solution component internal graphs.
- addSolutionComponents(List<SolutionComponentDefinition>) - Method in class org.odpi.openmetadata.samples.archiveutilities.SimpleCatalogArchiveHelper
-
Create solution components
- addSolutionComponentWires(List<SolutionComponentWireDefinition>) - Method in class org.odpi.openmetadata.samples.archiveutilities.SimpleCatalogArchiveHelper
-
Link solution components together.
- addSolutionCompositionRelationship(String, String) - Method in class org.odpi.openmetadata.samples.archiveutilities.SimpleCatalogArchiveHelper
-
Link an information supply chain to one of its segments
- addSolutionLinkingWireRelationship(String, String, String, String, List<String>) - Method in class org.odpi.openmetadata.samples.archiveutilities.SimpleCatalogArchiveHelper
-
Link solutions components to show data/control flow.
- addSolutionLinkingWires(ContentPackDefinition) - Method in class org.odpi.openmetadata.contentpacks.core.base.ContentPackBaseArchiveWriter
-
Add the additional wires to the solution components.
- addSolutionRoles(List<ActorRoleDefinition>) - Method in class org.odpi.openmetadata.samples.archiveutilities.SimpleCatalogArchiveHelper
-
Create solution roles
- addSourcedFromRelationship(String, long, String, String) - Method in class org.odpi.openmetadata.samples.archiveutilities.SimpleCatalogArchiveHelper
-
Create a sourced from relationship.
- addSpacesToTypeName(String) - Method in class org.odpi.openmetadata.frameworks.openmetadata.mermaid.MermaidGraphBuilderBase
-
Convert a type name into a spaced string to allow the names to wrap nicely in a mermaid box.
- addSpecificationPropertyAssignmentRelationship(String, String, String) - Method in class org.odpi.openmetadata.samples.archiveutilities.SimpleCatalogArchiveHelper
-
Link a referenceable element to a valid value that is acting as a tag.
- addStandardCollectionDefs() - Method in class org.odpi.openmetadata.opentypes.OpenMetadataTypesArchive1_2
-
Add the standard collection types to the archive builder.
- addStandardPrimitiveDefs() - Method in class org.odpi.openmetadata.opentypes.OpenMetadataTypesArchive1_2
-
Add the standard primitive types to the archive builder.
- addStartUpOpenMetadataArchiveFile(String) - Method in class org.odpi.openmetadata.adminservices.client.CohortMemberConfigurationClient
-
Add a new open metadata archive file to load at startup.
- addStartUpOpenMetadataArchiveFile(String, String, String) - Method in class org.odpi.openmetadata.adminservices.server.OMAGServerAdminServices
-
Add a new open metadata archive to load at startup.
- addStartUpOpenMetadataArchiveFile(String, String, String) - Method in class org.odpi.openmetadata.adminservices.spring.ConfigRepositoryServicesResource
-
Add a new open metadata archive to load at startup.
- addStartUpOpenMetadataArchiveList(List<Connection>) - Method in class org.odpi.openmetadata.adminservices.client.CohortMemberConfigurationClient
-
Add a list of connections to connectors that can access an open metadata archive file.
- addStepExecutor(String, RequestTypeDefinition, GovernanceEngineDefinition) - Method in class org.odpi.openmetadata.contentpacks.core.base.ContentPackBaseArchiveWriter
-
Create the executor relationships and attach the action targets to the step.
- addStringArrayProperty(ElementProperties, String, List<String>) - Method in class org.odpi.openmetadata.frameworks.openmetadata.search.PropertyHelper
-
Add the supplied array property to an element properties object.
- addStringArrayPropertyMap(ElementProperties, Map<String, List<String>>) - Method in class org.odpi.openmetadata.frameworks.openmetadata.search.PropertyHelper
-
Add the supplied property map to an element properties object.
- addStringArrayPropertyToInstance(String, InstanceProperties, String, List<String>, String) - Method in interface org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.utilities.OMRSRepositoryPropertiesHelper
-
If the supplied array property is not null, add it to an instance properties object.
- addStringArrayPropertyToInstance(String, InstanceProperties, String, List<String>, String) - Method in class org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.utilities.OMRSRepositoryPropertiesUtilities
-
If the supplied array property is not null, add it to an instance properties object.
- addStringArrayStringMap(ElementProperties, String, Map<String, List<String>>) - Method in class org.odpi.openmetadata.frameworks.openmetadata.search.PropertyHelper
-
Add the supplied map property to an element properties object.
- addStringArrayStringMapPropertyToInstance(String, InstanceProperties, String, Map<String, List<String>>, String) - Method in interface org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.utilities.OMRSRepositoryPropertiesHelper
-
If the supplied map property is not null, add it to an instance properties object.
- addStringArrayStringMapPropertyToInstance(String, InstanceProperties, String, Map<String, List<String>>, String) - Method in class org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.utilities.OMRSRepositoryPropertiesUtilities
-
If the supplied map property is not null, add it to an instance properties object.
- addStringArrayToAdditionalProperties(Map<String, Object>, String, Map<String, String>) - Method in class org.odpi.openmetadata.adapters.connectors.apacheatlas.integration.modules.AtlasIntegrationModuleBase
-
Add a property from Apache Atlas to Egeria's additionalProperties map since it has nowhere else to go.
- addStringArrayToSearchCondition(List<PropertyCondition>, String, List<String>, PropertyComparisonOperator) - Method in class org.odpi.openmetadata.frameworks.openmetadata.search.PropertyHelper
-
Add a new property comparison for another property.
- addStringMapProperty(ElementProperties, String, Map<String, String>) - Method in class org.odpi.openmetadata.frameworks.openmetadata.search.PropertyHelper
-
Add the supplied map property to an element properties object.
- addStringMapPropertyToInstance(String, InstanceProperties, String, Map<String, String>, String) - Method in interface org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.utilities.OMRSRepositoryPropertiesHelper
-
If the supplied map property is not null, add it to an instance properties object.
- addStringMapPropertyToInstance(String, InstanceProperties, String, Map<String, String>, String) - Method in class org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.utilities.OMRSRepositoryPropertiesUtilities
-
If the supplied map property is not null, add it to an instance properties object.
- addStringMapToSearchCondition(List<PropertyCondition>, String, Map<String, String>, PropertyComparisonOperator) - Method in class org.odpi.openmetadata.frameworks.openmetadata.search.PropertyHelper
-
Add a new property comparison for another property.
- addStringProperty(List<PropertyCondition>, String, String, PropertyComparisonOperator) - Method in class org.odpi.openmetadata.frameworks.openmetadata.search.PropertyHelper
-
Add a string property to a set of search conditions.
- addStringProperty(ElementProperties, String, String) - Method in class org.odpi.openmetadata.frameworks.openmetadata.search.PropertyHelper
-
Add the supplied property to an element properties object.
- addStringPropertyMap(ElementProperties, Map<String, String>) - Method in class org.odpi.openmetadata.frameworks.openmetadata.search.PropertyHelper
-
Add the supplied property map to an element properties object.
- addStringPropertyMapToInstance(String, InstanceProperties, String, Map<String, String>, String) - Method in interface org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.utilities.OMRSRepositoryPropertiesHelper
-
Add the supplied property map to an instance properties object.
- addStringPropertyMapToInstance(String, InstanceProperties, String, Map<String, String>, String) - Method in class org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.utilities.OMRSRepositoryPropertiesUtilities
-
Add the supplied property map to an instance properties object.
- addStringPropertyToInstance(String, InstanceProperties, String, String, String) - Method in interface org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.utilities.OMRSRepositoryPropertiesHelper
-
If the supplied property is not null, add it to an instance properties object.
- addStringPropertyToInstance(String, InstanceProperties, String, String, String) - Method in class org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.utilities.OMRSRepositoryPropertiesUtilities
-
Add the supplied property to an instance properties object.
- addStyles(Map<String, VisualStyle>) - Method in class org.odpi.openmetadata.frameworks.openmetadata.mermaid.MermaidGraphBuilderBase
-
Add styling for nodes as requested.
- addSubClass(String) - Method in class org.odpi.openmetadata.samples.archiveutilities.cloudinformationmodel.properties.Concept
- addSubjectAreaDefinition(String, String, String, String, String, String, int, Map<String, String>, Map<String, Object>) - Method in class org.odpi.openmetadata.samples.archiveutilities.SimpleCatalogArchiveHelper
-
Create a subject area definition entity.
- addSubjectAreaHierarchy(String, String) - Method in class org.odpi.openmetadata.samples.archiveutilities.SimpleCatalogArchiveHelper
-
Create the relationship between a subject area and one of its nested subject areas.
- addSuccessfulCondition(Integer, Integer, String, String, String, String, String, Long) - Method in class org.odpi.openmetadata.conformance.beans.OpenMetadataConformanceWorkbenchWorkPad
-
Log that a test case has reported that a condition has been met for a specific requirement.
- addSupportedActionTargets(String, String, String, String, String, String, List<ActionTargetType>) - Method in class org.odpi.openmetadata.samples.archiveutilities.GovernanceArchiveHelper
-
Add reference data for governance services and actions.
- addSupportedAnalysisSteps(String, String, String, String, String, String, List<AnalysisStepType>) - Method in class org.odpi.openmetadata.samples.archiveutilities.GovernanceArchiveHelper
-
Add reference data for governance services and actions.
- addSupportedAttributeTypeDefFromEvent(AttributeTypeDef) - Method in class org.odpi.openmetadata.conformance.workbenches.repository.RepositoryConformanceWorkPad
-
Add a TypeDef to the list of supported type definitions.
- addSupportedConfigurationProperties(String, String, String, String, String, String, List<ConfigurationPropertyType>) - Method in class org.odpi.openmetadata.samples.archiveutilities.GovernanceArchiveHelper
-
Add reference data for connectors.
- addSupportedGovernanceService(String, String, String, Map<String, String>, boolean, String) - Method in class org.odpi.openmetadata.samples.archiveutilities.GovernanceArchiveHelper
-
Create the relationship between a governance engine and one of its supported governance services.
- addSupportedRequestParameters(String, String, String, String, String, String, List<RequestParameterType>) - Method in class org.odpi.openmetadata.samples.archiveutilities.GovernanceArchiveHelper
-
Add reference data for governance services and actions.
- addSupportedRequestTypes(String, String, String, String, String, String, List<RequestTypeType>) - Method in class org.odpi.openmetadata.samples.archiveutilities.GovernanceArchiveHelper
-
Add reference data for governance services and actions.
- addSupportedSoftwareCapabilityRelationship(String, String, Date, String, String, String) - Method in class org.odpi.openmetadata.samples.archiveutilities.SimpleCatalogArchiveHelper
-
Add the DeployedOn relationship to the archive.
- addSupportedTemplateTypes(String, String, String, String, String, String, List<TemplateType>) - Method in class org.odpi.openmetadata.samples.archiveutilities.GovernanceArchiveHelper
-
Add reference data for catalog templates.
- addSupportedTypeDefFromEvent(TypeDef) - Method in class org.odpi.openmetadata.conformance.workbenches.repository.RepositoryConformanceWorkPad
-
Add a TypeDef to the list of supported type definitions.
- addTabularDataSetCatalogTemplates(ContentPackDefinition) - Method in class org.odpi.openmetadata.contentpacks.core.base.ContentPackBaseArchiveWriter
-
Loop through the server template definitions creating the specified templates.
- addTagToElement(String, String, String, String, MetadataSourceRequestBody) - Method in class org.odpi.openmetadata.viewservices.feedbackmanager.server.FeedbackManagerRESTServices
-
Adds a tag (either private of public) to an element.
- addTagToElement(String, String, String, String, MetadataSourceRequestBody) - Method in class org.odpi.openmetadata.viewservices.feedbackmanager.server.spring.FeedbackManagerResource
-
Adds an informal tag (either private of public) to an element.
- addTagToElement(String, String, String, MetadataSourceOptions) - Method in class org.odpi.openmetadata.frameworks.openmetadata.handlers.InformalTagHandler
-
Adds a tag (either private or public) to an element.
- addTagToElement(String, String, MetadataSourceOptions) - Method in class org.odpi.openmetadata.frameworks.openmetadata.connectorcontext.InformalTagClient
-
Adds a tag (either private or public) to an element.
- addTargetForActionType(String, NewActionTarget) - Method in class org.odpi.openmetadata.samples.archiveutilities.GovernanceArchiveHelper
-
Create the relationship between a governance action type and a pre-defined action target.
- addTeam(String, String, String, String, String, String, Map<String, String>) - Method in class org.odpi.openmetadata.samples.archiveutilities.SimpleCatalogArchiveHelper
-
Add a new team profile.
- addTeamLeadershipRelationship(String, String, String) - Method in class org.odpi.openmetadata.samples.archiveutilities.SimpleCatalogArchiveHelper
-
Link a person role as a team's leader.
- addTeamMembershipRelationship(String, String, String) - Method in class org.odpi.openmetadata.samples.archiveutilities.SimpleCatalogArchiveHelper
-
Link a person role as a team's member.
- addTeamStructureRelationship(String, String, boolean) - Method in class org.odpi.openmetadata.samples.archiveutilities.SimpleCatalogArchiveHelper
-
Link a person role as a team's member.
- addTechnologyConnection(String, DeployedImplementationTypeDefinition, String, String, String, String, Map<String, Object>, String, String, String, String) - Method in class org.odpi.openmetadata.contentpacks.core.base.ContentPackBaseArchiveWriter
-
Add the connection for the connector that interacts with a specific technology.
- addTemplateClassification(String, String, String, String, Map<String, String>, String) - Method in class org.odpi.openmetadata.samples.archiveutilities.SimpleCatalogArchiveHelper
-
Add a Template classification to an entity.
- addTemplateClassification(String, String, NewClassificationRequestBody) - Method in class org.odpi.openmetadata.viewservices.templatemanager.server.spring.TemplateManagerResource
-
Classify an element as suitable to be used as a template for cataloguing elements of a similar types.
- addTemplateClassification(String, String, NewClassificationRequestBody) - Method in class org.odpi.openmetadata.viewservices.templatemanager.server.TemplateManagerRESTServices
-
Classify/reclassify the element with the Template classification
- addTemplateClassification(String, String, TemplateProperties, MetadataSourceOptions) - Method in class org.odpi.openmetadata.frameworks.openmetadata.handlers.TemplateHandler
-
Classify an element as suitable to be used as a template for cataloguing elements of a similar types.
- addTemplateClassification(String, TemplateProperties, MetadataSourceOptions) - Method in class org.odpi.openmetadata.frameworks.openmetadata.connectorcontext.TemplateClient
-
Classify an element as suitable to be used as a template for cataloguing elements of a similar types.
- addTemplateSubstituteClassification(String, String, NewClassificationRequestBody) - Method in class org.odpi.openmetadata.viewservices.templatemanager.server.spring.TemplateManagerResource
-
Classify an element as suitable to be used as a template substitute for cataloguing elements of a similar types.
- addTemplateSubstituteClassification(String, String, NewClassificationRequestBody) - Method in class org.odpi.openmetadata.viewservices.templatemanager.server.TemplateManagerRESTServices
-
Classify/reclassify the element with the TemplateSubstitute classification.
- addTemplateSubstituteClassification(String, String, TemplateSubstituteProperties, MetadataSourceOptions) - Method in class org.odpi.openmetadata.frameworks.openmetadata.handlers.TemplateHandler
-
Classify an element as a template substitute.
- addTemplateSubstituteClassification(String, TemplateSubstituteProperties, MetadataSourceOptions) - Method in class org.odpi.openmetadata.frameworks.openmetadata.connectorcontext.TemplateClient
-
Classify an element as a template substitute.
- addTerm(String, List<String>, boolean, String, String, String, String, String, String, String, String, boolean, String, String, Map<String, String>, List<Classification>) - Method in class org.odpi.openmetadata.samples.archiveutilities.SimpleCatalogArchiveHelper
-
Add a term and link it to the glossary and an arbitrary number of categories.
- addTerm(String, List<String>, String, String, String) - Method in class org.odpi.openmetadata.samples.archiveutilities.SimpleCatalogArchiveHelper
-
Add a term and link it to the glossary and an arbitrary number of categories.
- addTermToCategory(String, String) - Method in class org.odpi.openmetadata.samples.archiveutilities.SimpleCatalogArchiveHelper
-
Link two categories together as part of the parent child hierarchy.
- addTermToCategory(String, String, int, String) - Method in class org.odpi.openmetadata.samples.archiveutilities.SimpleCatalogArchiveHelper
-
Link two categories together as part of the parent child hierarchy.
- addTermToContext(String, String, int, String) - Method in class org.odpi.openmetadata.samples.archiveutilities.SimpleCatalogArchiveHelper
-
Link a term to a context referenceable to show that the term is valid in the context of the other.
- addTermToSynonym(String, String, int, String, String, String, String) - Method in class org.odpi.openmetadata.samples.archiveutilities.SimpleCatalogArchiveHelper
-
Link two terms together to show that one is valid in the context of the other.
- addToCollection(String, String, String, String, NewRelationshipRequestBody) - Method in class org.odpi.openmetadata.viewservices.collectionmanager.server.CollectionManagerRESTServices
-
Add an element to a collection.
- addToCollection(String, String, String, String, NewRelationshipRequestBody) - Method in class org.odpi.openmetadata.viewservices.collectionmanager.server.spring.CollectionManagerResource
-
Add an element to a collection.
- addToCollection(String, String, String, MakeAnchorOptions, CollectionMembershipProperties) - Method in class org.odpi.openmetadata.frameworks.openmetadata.handlers.CollectionHandler
-
Add an element to a collection.
- addToCollection(String, String, MakeAnchorOptions, CollectionMembershipProperties) - Method in class org.odpi.openmetadata.frameworks.openmetadata.connectorcontext.CollectionClient
-
Add an element to a collection.
- addTopLevelSchemaType(String, String, String, String, String, String, Map<String, String>) - Method in class org.odpi.openmetadata.samples.archiveutilities.SimpleCatalogArchiveHelper
-
Create the top level schema type for an asset.
- addToProjectTeam(String, String, String, NewRelationshipRequestBody) - Method in class org.odpi.openmetadata.viewservices.projectmanager.server.ProjectManagerRESTServices
-
Add an actor to a project.
- addToProjectTeam(String, String, String, NewRelationshipRequestBody) - Method in class org.odpi.openmetadata.viewservices.projectmanager.server.spring.ProjectManagerResource
-
Add an actor to a project.
- addTypeDef(String, String, TypeDefRequest) - Method in class org.odpi.openmetadata.repositoryservices.rest.server.OMRSRepositoryRESTServices
-
Create a definition of a new TypeDef.
- addTypeDef(String, String, TypeDefRequest) - Method in class org.odpi.openmetadata.repositoryservices.rest.server.spring.LocalRepositoryServicesResource
-
Create a definition of a new TypeDef.
- addTypeDef(String, TypeDef) - Method in class org.odpi.openmetadata.adapters.repositoryservices.rest.repositoryconnector.OMRSRESTMetadataCollection
-
Create a definition of a new TypeDef.
- addTypeDef(String, TypeDef) - Method in class org.odpi.openmetadata.repositoryservices.clients.MetadataCollectionServicesClient
-
Create a definition of a new TypeDef.
- addTypeDef(String, TypeDef) - Method in class org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.OMRSDynamicTypeMetadataCollectionBase
-
Create a definition of a new TypeDef.
- addTypeDef(String, TypeDef) - Method in class org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.OMRSFixedTypeMetadataCollectionBase
-
Create a definition of a new TypeDef.
- addTypeDef(String, TypeDef) - Method in class org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.OMRSMetadataCollection
-
Create a definition of a new TypeDef.
- addTypeDef(String, TypeDef) - Method in class org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.OMRSMetadataCollectionBase
-
Create a definition of a new TypeDef.
- addTypeDef(String, TypeDef) - Method in class org.odpi.openmetadata.repositoryservices.localrepository.repositoryconnector.LocalOMRSMetadataCollection
-
Create a definition of a new TypeDef.
- addTypeDef(String, TypeDef) - Method in class org.odpi.openmetadata.repositoryservices.localrepository.repositorycontentmanager.OMRSRepositoryContentManager
-
Cache a definition of a new TypeDef.
- addTypeDef(String, TypeDef) - Method in interface org.odpi.openmetadata.repositoryservices.localrepository.repositorycontentmanager.OMRSTypeDefManager
-
Cache a definition of a new TypeDef.
- addTypeDefGallery(String, String, TypeDefGalleryRequest) - Method in class org.odpi.openmetadata.repositoryservices.rest.server.OMRSRepositoryRESTServices
-
Create a collection of related types.
- addTypeDefGallery(String, String, TypeDefGalleryRequest) - Method in class org.odpi.openmetadata.repositoryservices.rest.server.spring.LocalRepositoryServicesResource
-
Create a collection of related types.
- addTypeDefGallery(String, TypeDefGallery) - Method in class org.odpi.openmetadata.adapters.repositoryservices.rest.repositoryconnector.OMRSRESTMetadataCollection
-
Create a collection of related types.
- addTypeDefGallery(String, TypeDefGallery) - Method in class org.odpi.openmetadata.repositoryservices.clients.MetadataCollectionServicesClient
-
Create a collection of related types.
- addTypeDefGallery(String, TypeDefGallery) - Method in class org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.OMRSMetadataCollection
-
Create a collection of related types.
- addTypeDefGallery(String, TypeDefGallery) - Method in class org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.OMRSMetadataCollectionBase
-
Create a collection of related types.
- addTypeDefGallery(TypeDefGallery, String) - Method in class org.odpi.openmetadata.repositoryservices.enterprise.repositoryconnector.accumulators.TypesAccumulator
-
Add a gallery of types to the accumulator.
- addTypeDefinitions(AtlasTypesDef) - Method in class org.odpi.openmetadata.adapters.connectors.apacheatlas.resource.ApacheAtlasRESTConnector
-
Make updates to the atlas types map based on the type changes described in the supplied Apache Atlas type definitions
- addTypeDefPatch(TypeDefPatch) - Method in class org.odpi.openmetadata.adapters.connectors.dynamicarchivers.DynamicArchiveService
-
Add a new patch to the archive.
- addTypeDefPatch(TypeDefPatch) - Method in class org.odpi.openmetadata.adapters.connectors.dynamicarchivers.DynamicArchiveService.ArchiveDestination
-
Add a new patch to the archive.
- addTypeDefPatch(TypeDefPatch) - Method in class org.odpi.openmetadata.adapters.repositoryservices.archiveconnector.directory.DirectoryBasedOpenMetadataArchiveStoreConnector
-
Add a new patch to the archive.
- addTypeDefPatch(TypeDefPatch) - Method in class org.odpi.openmetadata.repositoryservices.archiveutilities.OMRSArchiveBuilder
-
Add a new patch to the archive.
- addTypeDefPatch(TypeDefPatch) - Method in interface org.odpi.openmetadata.repositoryservices.connectors.stores.archivestore.OpenMetadataArchiveBuilder
-
Add a new patch to the archive.
- addTypeEmbeddedAttribute(String, String, TypeEmbeddedAttributeProperties, MetadataSourceOptions) - Method in class org.odpi.openmetadata.frameworks.openmetadata.handlers.SchemaAttributeHandler
-
Add the TypeEmbeddedAttribute classification to the schema attribute.
- addTypeEmbeddedAttribute(String, TypeEmbeddedAttributeProperties, MetadataSourceOptions) - Method in class org.odpi.openmetadata.frameworks.openmetadata.connectorcontext.SchemaAttributeClient
-
Add the TypeEmbeddedAttribute classification to the schema attribute.
- addUnsuccessfulCondition(Integer, Integer, String, String, String, String, String, Long) - Method in class org.odpi.openmetadata.conformance.beans.OpenMetadataConformanceWorkbenchWorkPad
-
Log that a test case has reported that a condition has not been met for a specific requirement.
- addUserIdentity(String, String, String, Map<String, String>) - Method in class org.odpi.openmetadata.samples.archiveutilities.SimpleCatalogArchiveHelper
-
Add a user identity entity to the archive.
- addValidMetadataValue(String, String, String, String, String, String) - Method in class org.odpi.openmetadata.samples.archiveutilities.EgeriaBaseArchiveWriter
-
Add a new valid value to an open metadata valid value set.
- addValidMetadataValue(String, String, String, String, String, String, String, int) - Method in class org.odpi.openmetadata.samples.archiveutilities.EgeriaBaseArchiveWriter
-
Add a new valid value to an open metadata valid value set.
- addValidMetadataValue(String, String, String, String, String, String, String, String, int, boolean, boolean, Map<String, String>) - Method in class org.odpi.openmetadata.samples.archiveutilities.EgeriaBaseArchiveWriter
-
Add a new valid value to an open metadata valid value set.
- addValidValue(String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, boolean, int, boolean, Map<String, String>) - Method in class org.odpi.openmetadata.samples.archiveutilities.SimpleCatalogArchiveHelper
-
Add a valid value definition/set.
- addValidValueAssociationRelationship(String, String, String, String, Map<String, String>) - Method in class org.odpi.openmetadata.samples.archiveutilities.SimpleCatalogArchiveHelper
-
Add a relationship between two valid values.
- addValidValueMembershipRelationshipByGUID(String, String, int, boolean) - Method in class org.odpi.openmetadata.samples.archiveutilities.SimpleCatalogArchiveHelper
-
Link a valid value as a member of a valid value set.
- addValidValuesAssignmentRelationship(String, String, boolean) - Method in class org.odpi.openmetadata.samples.archiveutilities.SimpleCatalogArchiveHelper
-
Link an element that represents a data field (either directly or indirectly) to a valid value (typically a valid value set).
- addValidValuesImplementationRelationship(String, String, String, String, Map<String, String>) - Method in class org.odpi.openmetadata.samples.archiveutilities.SimpleCatalogArchiveHelper
-
Link a valid value definition to the asset where it is implemented.
- addValidValuesMappingRelationship(String, String, String, int, String, String, String, String) - Method in class org.odpi.openmetadata.samples.archiveutilities.SimpleCatalogArchiveHelper
-
Add a mapping between two valid values.
- addZoneHierarchy(String, String) - Method in class org.odpi.openmetadata.samples.archiveutilities.SimpleCatalogArchiveHelper
-
Create the relationship between a governance zone and one of its nested governance zones.
- addZoneMembership(String, String, String, NewClassificationRequestBody) - Method in class org.odpi.openmetadata.viewservices.classificationexplorer.server.ClassificationExplorerRESTServices
-
Add the zone membership classification for an element.
- addZoneMembership(String, String, String, NewClassificationRequestBody) - Method in class org.odpi.openmetadata.viewservices.classificationexplorer.server.spring.ClassificationExplorerResource
-
Add the zone membership classification for an element.
- addZoneMembership(String, String, ZoneMembershipProperties, MetadataSourceOptions) - Method in class org.odpi.openmetadata.frameworks.openmetadata.handlers.StewardshipManagementHandler
-
Add the ZoneMembership classification for an element.
- addZoneMembership(String, ZoneMembershipProperties, MetadataSourceOptions) - Method in class org.odpi.openmetadata.frameworks.openmetadata.connectorcontext.ClassificationManagerClient
-
Add the ZoneMembership classification for an element.
- ADJACENT_LOCATION_RELATIONSHIP - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.types.OpenMetadataType
-
Link between two locations that are next to one another.
- AdjacentLocationProperties - Class in org.odpi.openmetadata.frameworks.openmetadata.properties.locations
-
AdjacentLocationProperties describes the properties for the AdjacentLocation relationship between adjacent locations.
- AdjacentLocationProperties() - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.properties.locations.AdjacentLocationProperties
-
Default constructor
- AdjacentLocationProperties(AdjacentLocationProperties) - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.properties.locations.AdjacentLocationProperties
-
Copy/clone constructor
- AdminClientRESTExceptionHandler - Class in org.odpi.openmetadata.adminservices.client.rest
-
AdminClientRESTExceptionHandler is managing the receipt of exceptions in the response from a REST call and converting them into Admin Exceptions.
- AdminClientRESTExceptionHandler() - Constructor for class org.odpi.openmetadata.adminservices.client.rest.AdminClientRESTExceptionHandler
- ADMINISTRATION_SERVICES - Enum constant in enum class org.odpi.openmetadata.adminservices.configuration.registration.CommonServicesDescription
-
Configuration of services for an Open Metadata and Governance server (OMAG Server).
- ADMINISTRATOR - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.refdata.AssignmentType
- AdminServicesAPIResponse - Class in org.odpi.openmetadata.adminservices.rest
-
AdminServicesAPIResponse provides a common header for admin services managed response to its REST API.
- AdminServicesAPIResponse() - Constructor for class org.odpi.openmetadata.adminservices.rest.AdminServicesAPIResponse
-
Default constructor
- AdminServicesAPIResponse(AdminServicesAPIResponse) - Constructor for class org.odpi.openmetadata.adminservices.rest.AdminServicesAPIResponse
-
Copy/clone constructor
- AdminServicesConfigHeader - Class in org.odpi.openmetadata.adminservices.configuration.properties
-
AccessServicesConfigHeader provides a common header for configuration properties.
- AdminServicesConfigHeader() - Constructor for class org.odpi.openmetadata.adminservices.configuration.properties.AdminServicesConfigHeader
-
Default Constructor
- AdminServicesConfigHeader(AdminServicesConfigHeader) - Constructor for class org.odpi.openmetadata.adminservices.configuration.properties.AdminServicesConfigHeader
-
Copy/clone constructor
- AdminServicesRESTClient - Class in org.odpi.openmetadata.adminservices.client.rest
-
AssetOwnerRESTClient is responsible for issuing calls to the Admin Services REST APIs.
- AdminServicesRESTClient(String, String, String, String, String, AuditLog) - Constructor for class org.odpi.openmetadata.adminservices.client.rest.AdminServicesRESTClient
-
Constructor for simple userId and password authentication.
- AdminServicesRESTClient(String, String, Map<String, SecretsStoreConnector>, AuditLog) - Constructor for class org.odpi.openmetadata.adminservices.client.rest.AdminServicesRESTClient
-
Constructor for simple userId and password authentication.
- AGGREGATE_KEY - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.enums.KeyPattern
-
Key formed by combining keys from multiple systems.
- AGGREGATION - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.apacheatlas.resource.properties.AtlasRelationshipCategory
-
Aggregation relationship
- AGGREGATION - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.enums.RelationshipDecoration
-
A functional business capability.
- AGGREGATION - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.refdata.AssociationType
- AGREEMENT - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.mermaid.VisualStyle
- AGREEMENT - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.types.OpenMetadataType
-
An agreement between parties.
- AGREEMENT_ACTOR_RELATIONSHIP - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.types.OpenMetadataType
-
An actor identified in an agreement.
- AGREEMENT_END - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.types.OpenMetadataProperty
-
Date/time when this item becomes inactive in the agreement.
- AGREEMENT_ITEM_ID - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.types.OpenMetadataProperty
-
Unique identifier for the item within the agreement.
- AGREEMENT_ITEM_RELATIONSHIP - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.types.OpenMetadataType
-
An identified item in an agreement.
- AGREEMENT_PARTY_NAME - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.types.OpenMetadataProperty
-
Name used to identify a specific actor in the agreement.
- AGREEMENT_START - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.types.OpenMetadataProperty
-
Date/time when this item becomes active in the agreement.
- AgreementActorProperties - Class in org.odpi.openmetadata.frameworks.openmetadata.properties.digitalbusiness
-
AgreementActorProperties describes a relationship between an actor and an agreement.
- AgreementActorProperties() - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.properties.digitalbusiness.AgreementActorProperties
-
Default constructor
- AgreementActorProperties(AgreementActorProperties) - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.properties.digitalbusiness.AgreementActorProperties
-
Copy/clone constructor.
- AgreementItemProperties - Class in org.odpi.openmetadata.frameworks.openmetadata.properties.digitalbusiness
-
AgreementActorProperties describes a relationship between an actor and an agreement.
- AgreementItemProperties() - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.properties.digitalbusiness.AgreementItemProperties
-
Default constructor
- AgreementItemProperties(AgreementItemProperties) - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.properties.digitalbusiness.AgreementItemProperties
-
Copy/clone constructor.
- AgreementProperties - Class in org.odpi.openmetadata.frameworks.openmetadata.properties.digitalbusiness
-
AgreementProperties represents the properties of an agreement between two parties.
- AgreementProperties() - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.properties.digitalbusiness.AgreementProperties
-
Default constructor
- AgreementProperties(CollectionProperties) - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.properties.digitalbusiness.AgreementProperties
-
Copy/clone constructor
- AgreementProperties(AgreementProperties) - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.properties.digitalbusiness.AgreementProperties
-
Copy/clone constructor
- AI_FILE - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.refdata.FileExtension
-
A file containing vector image data for Adobe Illustrator.
- AI_FILE - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.refdata.FileType
-
A file containing vector image data for Adobe Illustrator.
- AIFF_FILE - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.refdata.FileExtension
-
A file containing audio samples and music.
- AIFF_FILE - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.refdata.FileType
-
A file containing audio samples and music.
- AIRFLOW_DAG - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.refdata.DeployedImplementationType
-
A python component that implements a micro-workflow that runs in Apache Airflow.
- AIRFLOW_DAG_NAME - Enum constant in enum class org.odpi.openmetadata.samples.governanceactions.clinicaltrials.CocoClinicalTrialRequestParameter
- AIRFLOW_POSTGRES - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.EgeriaSolutionComponentWire
- AIRFLOW_POSTGRES_DB - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.EgeriaSolutionComponentWire
- AIRFLOW_POSTGRESQL_DATABASE - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.EgeriaSolutionComponent
- AIRFLOW_TO_OL_PROXY - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.EgeriaSolutionComponentWire
- ALEXANDRA_HOSPITAL - Enum constant in enum class org.odpi.openmetadata.samples.archiveutilities.organization.OrganizationDefinition
-
Alexandra Hospital
- ALIASES - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.types.OpenMetadataProperty
-
List of alternative names.
- ALICE_BLUE - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.mermaid.Colour
- ALL - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.jacquard.solutionblueprint.ProductSolutionBlueprint
-
Description of the processing used to create and manage the digital products derived from open metadata.
- ALL - Enum constant in enum class org.odpi.openmetadata.adminservices.configuration.properties.OpenMetadataExchangeRule
-
Registration plus all type definitions (TypeDefs) and metadata instances (Entities, Classifications and Relationships).
- ALL - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.search.MatchCriteria
-
All properties must match.
- ALL - Enum constant in enum class org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.properties.MatchCriteria
-
All - All properties must match.
- ALL - Enum constant in enum class org.odpi.openmetadata.samples.archiveutilities.governanceprogram.GovernanceDomainDefinition
-
All Governance Domains
- ALL_ACCESS_SERVICES_STARTED - Enum constant in enum class org.odpi.openmetadata.serveroperations.ffdc.ServerOpsAuditCode
-
SERVER-OPS-0012 - {0} out of {1} configured Open Metadata Access Services (OMASs) have started
- ALL_ACCESS_SERVICES_STOPPED - Enum constant in enum class org.odpi.openmetadata.serveroperations.ffdc.ServerOpsAuditCode
-
SERVER-OPS-0014 - The Open Metadata Access Services (OMASs) in server {0} have shutdown
- ALL_CLASSIFICATION_TYPES - Static variable in class org.odpi.openmetadata.adapters.connectors.apacheatlas.resource.properties.AtlasSearchParameters
- ALL_CLASSIFICATIONS - Static variable in class org.odpi.openmetadata.adapters.connectors.apacheatlas.resource.properties.AtlasSearchParameters
- ALL_CONFIGURED_VIEW_SERVICES_STARTED - Enum constant in enum class org.odpi.openmetadata.serveroperations.ffdc.ServerOpsAuditCode
-
SERVER-OPS-0022 - {0} out of {1} configured Open Metadata View Services (OMVSs) have started
- ALL_ENGINE_SERVICES_STARTED - Enum constant in enum class org.odpi.openmetadata.governanceservers.enginehostservices.ffdc.EngineHostServicesAuditCode
-
ENGINE-HOST-SERVICES-0014 - {0} out of {1} Open Metadata Engine Services (OMESs) in engine host server {2} have initialized
- ALL_ENGINE_SERVICES_STARTED - Enum constant in enum class org.odpi.openmetadata.serveroperations.ffdc.ServerOpsAuditCode
-
SERVER-OPS-0042 - {0} out of {1} configured Open Metadata Engine Services (OMESs) have started
- ALL_ENGINE_SERVICES_STOPPED - Enum constant in enum class org.odpi.openmetadata.serveroperations.ffdc.ServerOpsAuditCode
-
SERVER-OPS-0044 - The Open Metadata Engine Services (OMESs) in server {0} have shutdown
- ALL_ENTITY_TYPES - Static variable in class org.odpi.openmetadata.adapters.connectors.apacheatlas.resource.properties.AtlasSearchParameters
- ALL_OPEN_METADATA_TYPES_CONFIGURATION_PROPERTY_VALUE - Static variable in class org.odpi.openmetadata.adapters.connectors.apacheatlas.integration.ApacheAtlasIntegrationProvider
-
Static literal for setting openMetadataTypesPolicy to "ALL".
- ALL_RELATED_ELEMENT_CONFIGURATION_PROPERTY_VALUE - Static variable in class org.odpi.openmetadata.adapters.connectors.apacheatlas.integration.ApacheAtlasIntegrationProvider
-
Static literal for setting relatedClassificationPolicy or relatedEntityPolicy to "ALL".
- ALL_SEARCH_TYPES - Enum constant in enum class org.odpi.openmetadata.adminservices.ffdc.OMAGAdminAuditCode
-
OMAG-ADMIN-0216 - The {0} Open Metadata View Service (OMAS) is supporting the access to all types of assets
- ALL_UNCONFIGURED_GENERIC_VIEW_SERVICES_STARTED - Enum constant in enum class org.odpi.openmetadata.serveroperations.ffdc.ServerOpsAuditCode
-
SERVER-OPS-0022 - {0} unconfigured Open Metadata View Services (OMVSs) have started
- ALL_USERS_GROUP - Enum constant in enum class org.odpi.openmetadata.metadatasecurity.accessconnector.controls.OpenMetadataSecurityConfigurationProperty
-
A dynamic group that includes all users with an active account.
- ALL_VIEW_SERVICES_STOPPED - Enum constant in enum class org.odpi.openmetadata.serveroperations.ffdc.ServerOpsAuditCode
-
SERVER-OPS-0024 - The Open Metadata View Services (OMVSs) in server {0} have shutdown
- ALL_ZONES - Enum constant in enum class org.odpi.openmetadata.adminservices.ffdc.OMAGAdminAuditCode
-
OMAG-ADMIN-0201 - The {0} Open Metadata Access Service (OMAS) is supporting the access to assets for all governance zones
- allowCatalogDelete - Variable in class org.odpi.openmetadata.adapters.connectors.integration.basicfiles.DirectoryToMonitor
-
Policy for deleting
- ALLOWS_DUPLICATE_VALUES - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.types.OpenMetadataProperty
-
When multiple occurrences are allowed, indicates whether duplicates of the same value are allowed or not.
- ALREADY_COUNTER_NAME - Enum constant in enum class org.odpi.openmetadata.frameworks.connectors.ffdc.OCFErrorCode
-
OCF-STATISTICS-400-001 - The {0} is already in use as a counter statistic and can not be used by the {1} method to {2}
- ALREADY_PROPERTY_NAME - Enum constant in enum class org.odpi.openmetadata.frameworks.connectors.ffdc.OCFErrorCode
-
OCF-STATISTICS-400-002 - The {0} is already in use as a property statistic and can not be used by the {1} method to {2}
- ALREADY_TIMESTAMP_NAME - Enum constant in enum class org.odpi.openmetadata.frameworks.connectors.ffdc.OCFErrorCode
-
OCF-STATISTICS-400-003 - The {0} is already in use as a timestamp statistic and can not be used by the {1} method to {2}
- AMS_DC_LEADER - Enum constant in enum class org.odpi.openmetadata.samples.archiveutilities.sustainability.SustainabilityRoleDefinition
-
Amsterdam Data Center Leader
- AMS_DEPOT_LEADER - Enum constant in enum class org.odpi.openmetadata.samples.archiveutilities.sustainability.SustainabilityRoleDefinition
-
Amsterdam Distribution Center Leader
- AMS_HAZ_MAT_DELIVERY - Enum constant in enum class org.odpi.openmetadata.samples.archiveutilities.businesssystems.SystemLevelLineage
- AMS_LAB_LEADER - Enum constant in enum class org.odpi.openmetadata.samples.archiveutilities.sustainability.SustainabilityRoleDefinition
-
Amsterdam Lab Leader
- AMS_OFFICE_LEADER - Enum constant in enum class org.odpi.openmetadata.samples.archiveutilities.sustainability.SustainabilityRoleDefinition
-
Amsterdam Office Leader
- AMS_PROCUREMENT_GOODS_IN - Enum constant in enum class org.odpi.openmetadata.samples.archiveutilities.businesssystems.SystemLevelLineage
- AMS_PROCUREMENT_INVOICE - Enum constant in enum class org.odpi.openmetadata.samples.archiveutilities.businesssystems.SystemLevelLineage
- AMS_PROCUREMENT_REQUEST - Enum constant in enum class org.odpi.openmetadata.samples.archiveutilities.businesssystems.SystemLevelLineage
- AMS_SITE_LEADER - Enum constant in enum class org.odpi.openmetadata.samples.archiveutilities.sustainability.SustainabilityRoleDefinition
-
Amsterdam Site Leader
- AMSTERDAM - Enum constant in enum class org.odpi.openmetadata.samples.archiveutilities.organization.DeptDefinition
- AMSTERDAM_DC - Enum constant in enum class org.odpi.openmetadata.samples.archiveutilities.sustainability.FacilityDefinition
-
Amsterdam Data Centre
- AMSTERDAM_DEPOT - Enum constant in enum class org.odpi.openmetadata.samples.archiveutilities.organization.DeptDefinition
- AMSTERDAM_DEPOT - Enum constant in enum class org.odpi.openmetadata.samples.archiveutilities.sustainability.FacilityDefinition
-
Amsterdam Distribution Centre
- AMSTERDAM_LAB - Enum constant in enum class org.odpi.openmetadata.samples.archiveutilities.organization.DeptDefinition
- AMSTERDAM_LAB - Enum constant in enum class org.odpi.openmetadata.samples.archiveutilities.sustainability.FacilityDefinition
-
Van Leeuwenhoek Cancer Research Laboratory
- AMSTERDAM_OFFICE - Enum constant in enum class org.odpi.openmetadata.samples.archiveutilities.sustainability.FacilityDefinition
-
Amsterdam Office
- AMSTERDAM_SITE - Enum constant in enum class org.odpi.openmetadata.samples.archiveutilities.organization.WorkLocationDefinition
-
Amsterdam
- AMSTERDAM_SITE - Enum constant in enum class org.odpi.openmetadata.samples.archiveutilities.sustainability.FacilityDefinition
-
Amsterdam Site
- ANALYSE_PATIENT_DATA - Enum constant in enum class org.odpi.openmetadata.samples.archiveutilities.governanceengines.SolutionComponent
- ANALYSIS_LEVEL - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.surveyaction.controls.FolderRequestParameter
- ANALYSIS_PARAMETERS - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.types.OpenMetadataProperty
-
Additional request parameters passed to the service.
- ANALYSIS_PROJECT - Enum constant in enum class org.odpi.openmetadata.samples.governanceactions.clinicaltrials.CocoClinicalTrialActionTarget
- ANALYSIS_STEP - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.externalharvesters.harvestsurveys.schema.HarvestSurveysColumn
- ANALYSIS_STEP - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.jacquard.productcatalog.ProductDataFieldDefinition
- ANALYSIS_STEP - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.types.OpenMetadataProperty
-
The step in the analysis that produced the annotation.
- ANALYSIS_TIME - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.types.OpenMetadataProperty
-
The statistics describing the types of elements that are members of the zone.
- ANALYSIS_TO_EVIDENCE - Enum constant in enum class org.odpi.openmetadata.samples.archiveutilities.governanceengines.SolutionComponentWire
- analysisStep - Variable in enum class org.odpi.openmetadata.adapters.connectors.apacheatlas.survey.controls.AtlasAnnotationType
- analysisStep - Variable in enum class org.odpi.openmetadata.adapters.connectors.apachekafka.survey.controls.KafkaAnnotationType
- analysisStep - Variable in enum class org.odpi.openmetadata.frameworks.opensurvey.controls.SurveyFileAnnotationType
- analysisStep - Variable in enum class org.odpi.openmetadata.frameworks.opensurvey.controls.SurveyFolderAnnotationType
- analysisStep - Variable in enum class org.odpi.openmetadata.samples.governanceactions.clinicaltrials.CocoClinicalTrialsAnnotationType
- AnalysisStep - Enum Class in org.odpi.openmetadata.frameworks.opensurvey.controls
-
The AnalysisStep enum describes an analysis step in a survey.
- analysisStepName - Variable in enum class org.odpi.openmetadata.adapters.connectors.unitycatalog.controls.UnityCatalogAnnotationType
- analysisStepName - Variable in class org.odpi.openmetadata.frameworks.openmetadata.specificationproperties.AnnotationTypeType
-
The analysis step that produces this annotation.
- AnalysisStepType - Class in org.odpi.openmetadata.frameworks.openmetadata.specificationproperties
-
AnalysisStepType describes an analysis step of a survey action service it is part of the metadata to help tools understand the operations of a service.
- AnalysisStepType() - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.specificationproperties.AnalysisStepType
-
Default constructor
- AnalysisStepType(SpecificationProperty) - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.specificationproperties.AnalysisStepType
-
Copy/clone constructor
- ANALYTICAL_MODEL - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.externalharvesters.harvestsurveys.schema.HarvestSurveysView
-
Details of known analytical models.
- ANALYTICS_ENGINE - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.types.OpenMetadataType
-
An engine capable of running analytics models using data from one or more data sets.
- ANALYTICS_MODEL_RUN - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.types.OpenMetadataType
-
An execution (run) of a deployed analytics model.
- AnalyticsEngineProperties - Class in org.odpi.openmetadata.frameworks.openmetadata.properties.softwarecapabilities
-
AnalyticsEngineProperties describes the Analytics engine capability of a server
- AnalyticsEngineProperties() - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.properties.softwarecapabilities.AnalyticsEngineProperties
-
Default constructor
- AnalyticsEngineProperties(AnalyticsEngineProperties) - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.properties.softwarecapabilities.AnalyticsEngineProperties
-
Copy/clone constructor.
- AnalyticsModelRunProperties - Class in org.odpi.openmetadata.frameworks.openmetadata.properties.assets.analytics
-
AnalyticsModelRunProperties describes an analytics model run.
- AnalyticsModelRunProperties() - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.properties.assets.analytics.AnalyticsModelRunProperties
-
Default constructor
- AnalyticsModelRunProperties(AnalyticsModelRunProperties) - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.properties.assets.analytics.AnalyticsModelRunProperties
-
Copy/clone constructor.
- AnalyticsModelRunProperties(TransientEmbeddedProcessProperties) - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.properties.assets.analytics.AnalyticsModelRunProperties
-
Copy/clone constructor.
- ANCHOR_DOMAIN_NAME - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.types.OpenMetadataProperty
-
Unique name of the domain of the anchor.
- ANCHOR_ELEMENT - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.mermaid.VisualStyle
- ANCHOR_GUID - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.types.OpenMetadataProperty
-
The unique identifier of the referenceable that this element is directly or indirectly anchored to.
- ANCHOR_SCOPE_GUIDS - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.types.OpenMetadataProperty
-
Unique identifier of the scope of the anchor.
- ANCHOR_TYPE_NAME - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.types.OpenMetadataProperty
-
Unique name of the anchor element's type.
- ANCHORED_ELEMENT - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.mermaid.VisualStyle
- anchorGUID - Variable in class org.odpi.openmetadata.commonservices.generichandlers.OpenMetadataAPIAnchorHandler.AnchorIdentifiers
- AnchorIdentifiers() - Constructor for class org.odpi.openmetadata.commonservices.generichandlers.OpenMetadataAPIAnchorHandler.AnchorIdentifiers
- AnchorOptions - Class in org.odpi.openmetadata.frameworks.openmetadata.search
-
AnchorOptions provides a structure for the anchor properties when creating an element.
- AnchorOptions() - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.search.AnchorOptions
-
Default constructor
- AnchorOptions(AnchorOptions) - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.search.AnchorOptions
-
Copy/clone constructor
- AnchorOptions(MetadataSourceOptions) - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.search.AnchorOptions
-
Copy/clone constructor
- ANCHORS_CLASSIFICATION - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.types.OpenMetadataType
-
Identifies the anchor entity for an element that is part of a large composite object such as an asset.
- AnchorSearchMatches - Class in org.odpi.openmetadata.frameworks.openmetadata.properties
-
Captures the anchor open metadata element and corresponding matches retrieved during an Anchors-based search request such as searching within an anchor context - anchor, domain, scope
- AnchorSearchMatches() - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.properties.AnchorSearchMatches
-
Typical Constructor
- AnchorSearchMatches(AnchorSearchMatches) - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.properties.AnchorSearchMatches
-
Copy/clone Constructor the resulting object will return true if tested with this.equals(template) as long as the template object is not null;
- AnchorSearchMatches(OpenMetadataElement) - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.properties.AnchorSearchMatches
-
Copy/clone Constructor the resulting object will return true if tested with this.equals(template) as long as the template object is not null;
- AnchorSearchMatchesListResponse - Class in org.odpi.openmetadata.frameworkservices.omf.rest
-
The response structure used on REST API calls that returns a list of AnchorSearchMatches objects as a response.
- AnchorSearchMatchesListResponse() - Constructor for class org.odpi.openmetadata.frameworkservices.omf.rest.AnchorSearchMatchesListResponse
-
Default constructor
- AnchorSearchMatchesListResponse(AnchorSearchMatchesListResponse) - Constructor for class org.odpi.openmetadata.frameworkservices.omf.rest.AnchorSearchMatchesListResponse
-
Copy/clone constructor
- AnchorSearchMatchesResponse - Class in org.odpi.openmetadata.frameworkservices.omf.rest
-
The response structure used on the Open Survey Framework REST API calls that returns a AnchorSearchMatches element object as a response.
- AnchorSearchMatchesResponse() - Constructor for class org.odpi.openmetadata.frameworkservices.omf.rest.AnchorSearchMatchesResponse
-
Default constructor
- AnchorSearchMatchesResponse(AnchorSearchMatchesResponse) - Constructor for class org.odpi.openmetadata.frameworkservices.omf.rest.AnchorSearchMatchesResponse
-
Copy/clone constructor
- AnchorsProperties - Class in org.odpi.openmetadata.frameworks.openmetadata.properties
-
Defines the properties for the Anchors classification
- AnchorsProperties() - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.properties.AnchorsProperties
-
Default constructor
- AnchorsProperties(AnchorsProperties) - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.properties.AnchorsProperties
-
Copy/clone constructor
- AND - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.apacheatlas.resource.properties.AtlasCondition
- ANDROID_PHONE - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.refdata.DeployedImplementationType
-
A smartphone that runs the Android operating system.
- ANGELA_CUMMINGS - Enum constant in enum class org.odpi.openmetadata.samples.archiveutilities.organization.PersonDefinition
-
Miss Angela Cummings
- ANGLE_LEFT - Enum constant in enum class org.odpi.openmetadata.samples.archiveutilities.clinicaltrialtemplates.GlossaryTermDefinition
-
The number of degrees of rotation of the left foot measured from vertical.
- ANGLE_RIGHT - Enum constant in enum class org.odpi.openmetadata.samples.archiveutilities.clinicaltrialtemplates.GlossaryTermDefinition
-
The number of degrees of rotation of the right foot measured from vertical.
- ANGLE_VALIDATION - Enum constant in enum class org.odpi.openmetadata.samples.governanceactions.clinicaltrials.CocoClinicalTrialsAnnotationType
- ANIMATED_LONG - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.mermaid.LineStyle
- ANNOTATION - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.externalharvesters.harvestsurveys.schema.HarvestSurveysTable
- ANNOTATION - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.types.OpenMetadataType
-
A set of results from specific analysis of a resource by a survey action service.
- ANNOTATION_EXTENSION_RELATIONSHIP - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.types.OpenMetadataType
-
Additional information to augment an annotation.
- ANNOTATION_GUID - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.externalharvesters.harvestsurveys.schema.HarvestSurveysColumn
- ANNOTATION_GUID - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.jacquard.productcatalog.ProductDataFieldDefinition
-
Unique identifier of a survey annotation.
- ANNOTATION_MATCH_RELATIONSHIP - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.types.OpenMetadataType
-
The link between an annotation and the matching element, such as a data class, data grain, or glossary term.
- ANNOTATION_REVIEW - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.types.OpenMetadataType
-
The results of a stewardship review of an annotation.
- ANNOTATION_STATUS - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.types.OpenMetadataProperty
-
Status of the processing as a result of the annotation.
- ANNOTATION_TYPE - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.externalharvesters.harvestsurveys.schema.HarvestSurveysColumn
- ANNOTATION_TYPE - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.types.OpenMetadataProperty
-
Name of the type of annotation.
- ANNOTATION_TYPE_NAME - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.jacquard.productcatalog.ProductDataFieldDefinition
-
Annotation Type Name
- AnnotationClient - Class in org.odpi.openmetadata.frameworks.openmetadata.connectorcontext
-
Provides services for connectors to work with annotation elements.
- AnnotationClient(AnnotationClient, String) - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.connectorcontext.AnnotationClient
-
Copy/clone constructor.
- AnnotationClient(ConnectorContextBase, String, String, String, String, String, String, OpenMetadataClient, AuditLog, int) - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.connectorcontext.AnnotationClient
-
Constructor for connector context client.
- AnnotationExtensionProperties - Class in org.odpi.openmetadata.frameworks.openmetadata.properties.surveyreports
-
AnnotationExtensionProperties is used to link a new annotation to an existing annotation.
- AnnotationExtensionProperties() - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.properties.surveyreports.AnnotationExtensionProperties
-
Default constructor used by subclasses
- AnnotationExtensionProperties(AnnotationExtensionProperties) - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.properties.surveyreports.AnnotationExtensionProperties
-
Copy/clone Constructor
- AnnotationHandler - Class in org.odpi.openmetadata.frameworks.openmetadata.handlers
-
AnnotationHandler provides methods to define all types of annotations and their relationships
- AnnotationHandler(String, AuditLog, String, OpenMetadataClient) - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.handlers.AnnotationHandler
-
Create a new handler.
- AnnotationHandler(AnnotationHandler, String) - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.handlers.AnnotationHandler
-
Create a new handler.
- AnnotationMatchProperties - Class in org.odpi.openmetadata.frameworks.openmetadata.properties.surveyreports
-
AnnotationMatchProperties is used to link an annotation from a data class and identify how closely it matches.
- AnnotationMatchProperties() - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.properties.surveyreports.AnnotationMatchProperties
-
Default constructor used by subclasses
- AnnotationMatchProperties(AnnotationMatchProperties) - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.properties.surveyreports.AnnotationMatchProperties
-
Copy/clone Constructor
- AnnotationProperties - Class in org.odpi.openmetadata.frameworks.openmetadata.properties.surveyreports
-
AnnotationProperties is used to record information gleaned from a survey action service.
- AnnotationProperties() - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.properties.surveyreports.AnnotationProperties
-
Default constructor used by subclasses
- AnnotationProperties(AnnotationProperties) - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.properties.surveyreports.AnnotationProperties
-
Copy/clone Constructor
- AnnotationReviewProperties - Class in org.odpi.openmetadata.frameworks.openmetadata.properties.surveyreports
-
AnnotationReviewProperties is used to review an annotation from a survey report.
- AnnotationReviewProperties() - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.properties.surveyreports.AnnotationReviewProperties
-
Default constructor used by subclasses
- AnnotationReviewProperties(AnnotationReviewProperties) - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.properties.surveyreports.AnnotationReviewProperties
-
Copy/clone Constructor
- ANNOTATIONS - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.jacquard.productcatalog.ProductDefinitionEnum
-
List of Annotations
- AnnotationStatus - Enum Class in org.odpi.openmetadata.frameworks.openmetadata.enums
-
An AnnotationStatus defines the current status for an annotation plus some default descriptive text.
- AnnotationStore - Class in org.odpi.openmetadata.frameworks.opensurvey
-
The AnnotationStore provides the interface used by a survey action service to store annotations in the open metadata repositories.
- AnnotationStore(String, String, OpenMetadataClient, AnnotationHandler, String, String, String, String, String, String, String) - Constructor for class org.odpi.openmetadata.frameworks.opensurvey.AnnotationStore
-
Constructor sets up the key parameters for accessing the annotations store and creates a survey report.
- AnnotationType - Interface in org.odpi.openmetadata.frameworks.opensurvey.controls
-
The AnnotationType interface is implemented by an enum that describes the annotation types produced by a survey action service.
- AnnotationTypeType - Class in org.odpi.openmetadata.frameworks.openmetadata.specificationproperties
-
AnnotationTypeType describes an annotation type of survey action service.
- AnnotationTypeType() - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.specificationproperties.AnnotationTypeType
-
Default constructor
- AnnotationTypeType(AnnotationTypeType) - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.specificationproperties.AnnotationTypeType
-
Copy/clone constructor
- ANOTHER_CONNECTED_TO_COHORT - Enum constant in enum class org.odpi.openmetadata.conformance.ffdc.ConformanceSuiteAuditCode
-
CONFORMANCE-SUITE-0017 - Server {0} with metadata collection id {1} connected to the same cohort as the Open Metadata Conformance Suite that is configured to test a server named {2}
- ANOTHER_LEFT_COHORT - Enum constant in enum class org.odpi.openmetadata.conformance.ffdc.ConformanceSuiteAuditCode
-
CONFORMANCE-SUITE-0019 - Server {0} with metadata collection id {1} has left the cohort
- ANSWER - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.enums.CommentType
-
Answer - Answers a question (posted as a reply to the question).
- ANTIQUE_WHITE - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.mermaid.Colour
- ANTONYM_RELATIONSHIP - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.types.OpenMetadataType
-
Link between glossary terms that have the opposite meaning.
- AntonymProperties - Class in org.odpi.openmetadata.frameworks.openmetadata.properties.glossaries
-
AntonymProperties describes a relationship between two glossary terms.
- AntonymProperties() - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.properties.glossaries.AntonymProperties
-
Default constructor
- AntonymProperties(AntonymProperties) - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.properties.glossaries.AntonymProperties
-
Copy/clone constructor
- ANY - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.search.EndMatchCriteria
-
Any - A match on any of the end guids in the relationship is good enough.
- ANY - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.search.MatchCriteria
-
A match on any of the properties in the instance is good enough.
- ANY - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.search.SequencingOrder
-
Any order.
- ANY - Enum constant in enum class org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.properties.MatchCriteria
-
Any - A match on any of the properties in the instance is good enough.
- ANY - Enum constant in enum class org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.properties.search.EndMatchCriteria
-
Any - A match on any of the end guids in the relationship is good enough.
- ANY - Enum constant in enum class org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.properties.SequencingOrder
-
Any Order
- ANY_ASSET - Enum constant in enum class org.odpi.openmetadata.frameworks.opengovernance.controls.ActionTarget
-
Any element of type Referenceable (or a subtype of).
- ANY_ELEMENT - Enum constant in enum class org.odpi.openmetadata.frameworks.opengovernance.controls.ActionTarget
-
Any type of element.
- ANY_NUMBER - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.properties.OpenMetadataRelationshipEndCardinality
-
Any Number (0..* or * for any number of instances).
- ANY_NUMBER - Enum constant in enum class org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.properties.typedefs.RelationshipEndCardinality
-
Any Number (0..* or * for any number of instances).
- ANY_NUMBER_ORDERED - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.properties.OpenMetadataAttributeCardinality
-
0..* for any number of instances (stored in a specific order).
- ANY_NUMBER_ORDERED - Enum constant in enum class org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.properties.typedefs.AttributeCardinality
-
0..* for any number of instances (stored in a specific order).
- ANY_NUMBER_UNORDERED - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.properties.OpenMetadataAttributeCardinality
-
0..* for any number of instances (stored in any order).
- ANY_NUMBER_UNORDERED - Enum constant in enum class org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.properties.typedefs.AttributeCardinality
-
0..* for any number of instances (stored in any order).
- ANY_REFERENCEABLE - Enum constant in enum class org.odpi.openmetadata.frameworks.opengovernance.controls.ActionTarget
-
Any element of type Referenceable (or a subtype of).
- APACHE_AIRFLOW_SERVER - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.refdata.DeployedImplementationType
-
Runs data movement and transformation pipelines.
- APACHE_ATLAS - Enum constant in enum class org.odpi.openmetadata.contentpacks.core.IntegrationGroupDefinition
-
Dynamic integration group supporting integration connectors connecting to Apache Atlas.
- APACHE_ATLAS_CONTENT_PACK - Enum constant in enum class org.odpi.openmetadata.contentpacks.core.ContentPackDefinition
-
Reference data, templates, connectors, and governance services for working with Apache Atlas.
- APACHE_ATLAS_CONTENT_PACK - Enum constant in enum class org.odpi.openmetadata.contentpacks.core.SolutionBlueprint
-
Reference data, templates, connectors, and governance services for working with Apache Atlas.
- APACHE_ATLAS_EXCHANGE - Enum constant in enum class org.odpi.openmetadata.contentpacks.core.IntegrationConnectorDefinition
- APACHE_ATLAS_INTEGRATION_CONNECTOR - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.EgeriaOpenConnectorDefinition
- APACHE_ATLAS_RESOURCE_CONNECTOR - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.EgeriaOpenConnectorDefinition
- APACHE_ATLAS_SERVER - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.controls.AtlasDeployedImplementationType
-
A data catalog for the Hadoop ecosystem.
- APACHE_ATLAS_SURVEY - Enum constant in enum class org.odpi.openmetadata.contentpacks.core.GovernanceServiceDefinition
-
Apache Atlas Survey Service
- APACHE_ATLAS_SURVEY_SERVICE - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.EgeriaOpenConnectorDefinition
- APACHE_ATLAS_TEMPLATE - Enum constant in enum class org.odpi.openmetadata.contentpacks.core.SoftwareServerTemplateDefinition
- APACHE_KAFKA - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.EgeriaSolutionComponent
- APACHE_KAFKA - Enum constant in enum class org.odpi.openmetadata.contentpacks.core.IntegrationGroupDefinition
-
Dynamic integration group supporting integration connectors connecting to Apache Kafka.
- APACHE_KAFKA_ADMIN_RESOURCE_CONNECTOR - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.EgeriaOpenConnectorDefinition
- APACHE_KAFKA_CONTENT_PACK - Enum constant in enum class org.odpi.openmetadata.contentpacks.core.ContentPackDefinition
-
Reference data, templates, connectors, and governance services for working with an Apache Kafka Server.
- APACHE_KAFKA_CONTENT_PACK - Enum constant in enum class org.odpi.openmetadata.contentpacks.core.SolutionBlueprint
-
Reference data, templates, connectors, and governance services for working with an Apache Kafka Server.
- APACHE_KAFKA_EVENT_BROKER - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.controls.KafkaDeployedImplementationType
-
A software capability that enables high-speed, reliable topic-based event exchange.
- APACHE_KAFKA_SERVER - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.controls.KafkaDeployedImplementationType
-
A software server supporting an event broker that enables high-speed, reliable topic-based event exchange.
- APACHE_KAFKA_TOPIC - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.refdata.DeployedImplementationType
-
An event topic supporting high-speed, reliable event exchange.
- APACHE_KAFKA_TOPIC_INTEGRATION_CONNECTOR - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.EgeriaOpenConnectorDefinition
- APACHE_KAFKA_TOPIC_SURVEY_SERVICE - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.EgeriaOpenConnectorDefinition
- APACHE_MAVEN_BUILD_FILE - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.refdata.FileName
-
A XML file containing instructions for building a module using Apache Maven.
- APACHE_MAVEN_BUILD_FILE - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.refdata.FileType
-
An XML file containing instructions for building a module using Apache Maven.
- APACHE_SUPERSET - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.refdata.DeployedImplementationType
-
Manages the definition and display of reports.
- APACHE_WEB_SERVER - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.EgeriaSolutionComponent
- ApacheAtlasAuditCode - Enum Class in org.odpi.openmetadata.adapters.connectors.apacheatlas.resource.ffdc
-
The ApacheAtlasAuditCode is used to define the message content for the OMRS Audit Log.
- ApacheAtlasConfigurationProperty - Enum Class in org.odpi.openmetadata.adapters.connectors.apacheatlas.controls
-
PostgresConfigurationProperty provides definitions for the configuration properties used with the postgres connectors.
- ApacheAtlasErrorCode - Enum Class in org.odpi.openmetadata.adapters.connectors.apacheatlas.resource.ffdc
-
The ApacheAtlasErrorCode is used to define first failure data capture (FFDC) for errors that occur when working with the Apache Atlas REST connector.
- ApacheAtlasIntegrationConnector - Class in org.odpi.openmetadata.adapters.connectors.apacheatlas.integration
-
ApacheAtlasIntegrationConnector exchanges glossary terms between Apache Atlas and the open metadata ecosystem.
- ApacheAtlasIntegrationConnector() - Constructor for class org.odpi.openmetadata.adapters.connectors.apacheatlas.integration.ApacheAtlasIntegrationConnector
- ApacheAtlasIntegrationProvider - Class in org.odpi.openmetadata.adapters.connectors.apacheatlas.integration
-
ApacheAtlasIntegrationProvider is the connector provider for the Apache Atlas integration connector that publishes glossary terms to Apache Atlas.
- ApacheAtlasIntegrationProvider() - Constructor for class org.odpi.openmetadata.adapters.connectors.apacheatlas.integration.ApacheAtlasIntegrationProvider
-
Constructor used to initialize the ConnectorProvider with the Java class name of the specific store implementation.
- ApacheAtlasIntegrationTargetProcessor - Class in org.odpi.openmetadata.adapters.connectors.apacheatlas.integration
-
ApacheAtlasIntegrationConnector exchanges glossary terms between Apache Atlas and the open metadata ecosystem.
- ApacheAtlasIntegrationTargetProcessor(CatalogTarget, CatalogTargetContext, Connector, String, AuditLog) - Constructor for class org.odpi.openmetadata.adapters.connectors.apacheatlas.integration.ApacheAtlasIntegrationTargetProcessor
-
Constructor
- ApacheAtlasPackArchiveWriter - Class in org.odpi.openmetadata.contentpacks.core.apacheatlas
-
ApacheAtlasPackArchiveWriter creates an open metadata archive that includes the connector type information for all Apache Atlas connectors supplied by the egeria project.
- ApacheAtlasPackArchiveWriter() - Constructor for class org.odpi.openmetadata.contentpacks.core.apacheatlas.ApacheAtlasPackArchiveWriter
-
Default constructor initializes the archive.
- ApacheAtlasRESTConnector - Class in org.odpi.openmetadata.adapters.connectors.apacheatlas.resource
-
ApacheAtlasRESTConnector is responsible for issuing calls to the Apache Atlas REST APIs.
- ApacheAtlasRESTConnector() - Constructor for class org.odpi.openmetadata.adapters.connectors.apacheatlas.resource.ApacheAtlasRESTConnector
-
Default Constructor used by the connector provider.
- ApacheAtlasRESTProvider - Class in org.odpi.openmetadata.adapters.connectors.apacheatlas.resource
-
ApacheAtlasRESTProvider is the connector provider for the Apache Atlas REST connector that provides a Java API to the Apache Atlas REST API.
- ApacheAtlasRESTProvider() - Constructor for class org.odpi.openmetadata.adapters.connectors.apacheatlas.resource.ApacheAtlasRESTProvider
-
Constructor used to initialize the ConnectorProvider with the Java class name of the specific store implementation.
- ApacheHiveIntegrationModule - Class in org.odpi.openmetadata.adapters.connectors.apacheatlas.integration.modules
-
ApacheHiveIntegrationModule manages the cataloguing of Apache Hive entities stored in Apache Atlas into the open metadata ecosystem.
- ApacheHiveIntegrationModule(String, Connection, AuditLog, IntegrationContext, String, ApacheAtlasRESTConnector) - Constructor for class org.odpi.openmetadata.adapters.connectors.apacheatlas.integration.modules.ApacheHiveIntegrationModule
-
Constructor for the module is supplied with the runtime context in order to operate.
- ApacheKafkaAdminConnector - Class in org.odpi.openmetadata.adapters.connectors.apachekafka.resource
-
ApacheKafkaAdminConnector provides access to an Apache Kafka's Admin API.
- ApacheKafkaAdminConnector() - Constructor for class org.odpi.openmetadata.adapters.connectors.apachekafka.resource.ApacheKafkaAdminConnector
-
Default Constructor used by the connector provider.
- ApacheKafkaAdminProvider - Class in org.odpi.openmetadata.adapters.connectors.apachekafka.resource
-
ApacheKafkaAdminProvider is the connector provider for the Apache Kafka Admin connector that provides a Java API to the Apache Kafka's Admin interface.
- ApacheKafkaAdminProvider() - Constructor for class org.odpi.openmetadata.adapters.connectors.apachekafka.resource.ApacheKafkaAdminProvider
-
Constructor used to initialize the ConnectorProvider with the Java class name of the specific store implementation.
- ApacheKafkaAuditCode - Enum Class in org.odpi.openmetadata.adapters.connectors.apachekafka.resource.ffdc
-
The ApacheKafkaAuditCode is used to define the message content for the OMRS Audit Log.
- ApacheKafkaErrorCode - Enum Class in org.odpi.openmetadata.adapters.connectors.apachekafka.resource.ffdc
-
The ApacheKafkaErrorCode is used to define first failure data capture (FFDC) for errors that occur when working with the Apache Kafka Admin connector.
- ApacheKafkaIntegrationModule - Class in org.odpi.openmetadata.adapters.connectors.apacheatlas.integration.modules
-
ApacheKafkaIntegrationModule maps Apache Kafka resources catalogued in Apache Atlas into the open metadata ecosystem.
- ApacheKafkaIntegrationModule(String, Connection, AuditLog, IntegrationContext, String, ApacheAtlasRESTConnector) - Constructor for class org.odpi.openmetadata.adapters.connectors.apacheatlas.integration.modules.ApacheKafkaIntegrationModule
-
Constructor for the module is supplied with the runtime context in order to operate.
- ApacheKafkaPackArchiveWriter - Class in org.odpi.openmetadata.contentpacks.core.apachekafka
-
ApacheKafkaPackArchiveWriter creates an open metadata archive that includes the connector type information for all Apache Kafka connectors supplied by the egeria project.
- ApacheKafkaPackArchiveWriter() - Constructor for class org.odpi.openmetadata.contentpacks.core.apachekafka.ApacheKafkaPackArchiveWriter
-
Default constructor initializes the archive.
- API_BASED_OPEN_LINEAGE_LOG_STORE - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.EgeriaOpenConnectorDefinition
- API_CALLS - Enum constant in enum class org.odpi.openmetadata.adapters.repositoryservices.auditlogstore.postgres.schema.AuditLogTable
-
Details of API calls made.
- API_CATALOGUER - Enum constant in enum class org.odpi.openmetadata.contentpacks.core.IntegrationConnectorDefinition
- API_ENDPOINT_RELATIONSHIP - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.types.OpenMetadataType
-
The endpoint for a deployed API.
- API_HEADER_RELATIONSHIP - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.types.OpenMetadataType
-
Link between an API operation and its header.
- API_LIST - Enum constant in enum class org.odpi.openmetadata.frameworks.opensurvey.controls.SurveyResourceManagerAnnotationType
- API_MANAGER - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.refdata.DeployedImplementationType
-
A software capability that provides callable APIs.
- API_MANAGER - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.types.OpenMetadataType
-
A capability that manages callable APIs.
- API_OPERATION - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.externalharvesters.harvestsurveys.schema.HarvestSurveysView
-
Details of known API operations that can be called across the network.
- API_OPERATION - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.controls.PlaceholderProperty
-
The name of the operation to append onto the server host name/port number, or set it to an empty string if not needed.
- API_OPERATION - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.types.OpenMetadataType
-
Description of an API operation.
- API_OPERATIONS_RELATIONSHIP - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.types.OpenMetadataType
-
Link between an API and its operations.
- API_PARAMETER - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.types.OpenMetadataType
-
A data value that is part of an API definition.
- API_PARAMETER_LIST - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.types.OpenMetadataType
-
A list of parameters for an API operation.
- API_REQUEST_RELATIONSHIP - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.types.OpenMetadataType
-
Link between an API operation and its request structure.
- API_RESPONSE_RELATIONSHIP - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.types.OpenMetadataType
-
Link between an API operation and its response structure.
- API_SCHEMA_TYPE - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.types.OpenMetadataType
-
Description of an API.
- APIBasedOpenLineageLogStoreConnector - Class in org.odpi.openmetadata.adapters.connectors.integration.openlineage
-
APIBasedOpenLineageLogStoreConnector provides a connector implementation for an API based open lineage log.
- APIBasedOpenLineageLogStoreConnector() - Constructor for class org.odpi.openmetadata.adapters.connectors.integration.openlineage.APIBasedOpenLineageLogStoreConnector
-
Default constructor used by the connector provider.
- APIBasedOpenLineageLogStoreProvider - Class in org.odpi.openmetadata.adapters.connectors.integration.openlineage
-
APIBasedOpenLineageLogStoreProvider is the OCF connector provider for the API based open lineage log store.
- APIBasedOpenLineageLogStoreProvider() - Constructor for class org.odpi.openmetadata.adapters.connectors.integration.openlineage.APIBasedOpenLineageLogStoreProvider
-
Constructor used to initialize the ConnectorProviderBase with the Java class name of the specific audit log store implementation.
- APIEndpointProperties - Class in org.odpi.openmetadata.frameworks.openmetadata.properties.assets.apis
-
APIEndpointProperties describes the properties for the APIEndpoint relationship between a deployed API the endpoint it calls.
- APIEndpointProperties() - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.properties.assets.apis.APIEndpointProperties
-
Default constructor
- APIEndpointProperties(APIEndpointProperties) - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.properties.assets.apis.APIEndpointProperties
-
Copy/clone constructor
- APIHeaderProperties - Class in org.odpi.openmetadata.frameworks.openmetadata.properties.schema.apis
-
APIHeader provides the bean for APIOperations.
- APIHeaderProperties() - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.properties.schema.apis.APIHeaderProperties
-
Default constructor used by subclasses
- APIHeaderProperties(APIHeaderProperties) - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.properties.schema.apis.APIHeaderProperties
-
Copy/clone Constructor.
- APIManagerProperties - Class in org.odpi.openmetadata.frameworks.openmetadata.properties.softwarecapabilities
-
APIManagerProperties describes the API managing capability of a server
- APIManagerProperties() - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.properties.softwarecapabilities.APIManagerProperties
-
Default constructor
- APIManagerProperties(APIManagerProperties) - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.properties.softwarecapabilities.APIManagerProperties
-
Copy/clone constructor.
- APIOperationProperties - Class in org.odpi.openmetadata.frameworks.openmetadata.properties.schema.apis
-
APIOperationProperties is a class for an operation within an API specification.
- APIOperationProperties() - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.properties.schema.apis.APIOperationProperties
-
Default constructor
- APIOperationProperties(APIOperationProperties) - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.properties.schema.apis.APIOperationProperties
-
Copy/clone constructor.
- APIOperationsProperties - Class in org.odpi.openmetadata.frameworks.openmetadata.properties.schema.apis
-
APIOperationsProperties provides the bean for APIOperations.
- APIOperationsProperties() - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.properties.schema.apis.APIOperationsProperties
-
Default constructor used by subclasses
- APIOperationsProperties(APIOperationsProperties) - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.properties.schema.apis.APIOperationsProperties
-
Copy/clone Constructor.
- APIPackArchiveWriter - Class in org.odpi.openmetadata.contentpacks.core.apis
-
APIPackArchiveWriter creates an open metadata archive that includes the connector type information for all open API connectors supplied by the egeria project.
- APIPackArchiveWriter() - Constructor for class org.odpi.openmetadata.contentpacks.core.apis.APIPackArchiveWriter
-
Default constructor initializes the archive.
- APIParameterListProperties - Class in org.odpi.openmetadata.frameworks.openmetadata.properties.schema.apis
-
APIParameterListProperties is a class for representing the list of parameters for an API operation's header, request or response payload.
- APIParameterListProperties() - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.properties.schema.apis.APIParameterListProperties
-
Default constructor
- APIParameterListProperties(APIParameterListProperties) - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.properties.schema.apis.APIParameterListProperties
-
Copy/clone constructor.
- APIParameterProperties - Class in org.odpi.openmetadata.frameworks.openmetadata.properties.schema.apis
-
APIParameterProperties is a class for representing a parameter in an API specification.
- APIParameterProperties() - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.properties.schema.apis.APIParameterProperties
-
Default constructor
- APIParameterProperties(APIParameterProperties) - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.properties.schema.apis.APIParameterProperties
-
Copy/clone constructor.
- APIParameterProperties(SchemaAttributeProperties) - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.properties.schema.apis.APIParameterProperties
-
Copy/clone constructor.
- APIRequestProperties - Class in org.odpi.openmetadata.frameworks.openmetadata.properties.schema.apis
-
APIRequest provides the bean for APIOperations.
- APIRequestProperties() - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.properties.schema.apis.APIRequestProperties
-
Default constructor used by subclasses
- APIRequestProperties(APIRequestProperties) - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.properties.schema.apis.APIRequestProperties
-
Copy/clone Constructor.
- APIResponseProperties - Class in org.odpi.openmetadata.frameworks.openmetadata.properties.schema.apis
-
APIResponse provides the bean for APIResponse.
- APIResponseProperties() - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.properties.schema.apis.APIResponseProperties
-
Default constructor used by subclasses
- APIResponseProperties(APIResponseProperties) - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.properties.schema.apis.APIResponseProperties
-
Copy/clone Constructor.
- APIS - Enum constant in enum class org.odpi.openmetadata.contentpacks.core.IntegrationGroupDefinition
-
Dynamic integration group supporting integration connectors extracting Open API specifications to Open APIs via swagger.
- APIS_CONTENT_PACK - Enum constant in enum class org.odpi.openmetadata.contentpacks.core.ContentPackDefinition
-
Reference data, templates, connectors, and governance services for working with REST APIs via the swagger interface.
- APIS_CONTENT_PACK - Enum constant in enum class org.odpi.openmetadata.contentpacks.core.SolutionBlueprint
-
Reference data, templates, connectors, and governance services for working with REST APIs via the swagger interface.
- APISchemaTypeProperties - Class in org.odpi.openmetadata.frameworks.openmetadata.properties.schema.apis
-
APISchemaTypeProperties provides the root schema type for an API specification that includes the operations, and their parameters, headers and responses.
- APISchemaTypeProperties() - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.properties.schema.apis.APISchemaTypeProperties
-
Default constructor used by subclasses
- APISchemaTypeProperties(APISchemaTypeProperties) - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.properties.schema.apis.APISchemaTypeProperties
-
Copy/clone Constructor.
- APP_FILE - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.refdata.FileExtension
-
A file containing executable application code for the Apple macOS operating system.
- APP_FILE - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.refdata.FileType
-
A file containing executable application code for the Apple macOS operating system.
- appendInvisibleMermaidLine(String, String) - Method in class org.odpi.openmetadata.frameworks.openmetadata.mermaid.MermaidGraphBuilderBase
-
Append an invisible line to the graph.
- appendMermaidDottedLine(String, String, String, String) - Method in class org.odpi.openmetadata.frameworks.openmetadata.mermaid.MermaidGraphBuilderBase
-
Append a new single pixel width line to the graph.
- appendMermaidLine(String, String, String, String) - Method in class org.odpi.openmetadata.frameworks.openmetadata.mermaid.MermaidGraphBuilderBase
-
Append a line to the graph.
- appendMermaidLongAnimatedLine(String, String, String, String) - Method in class org.odpi.openmetadata.frameworks.openmetadata.mermaid.MermaidGraphBuilderBase
-
Append a new single pixel width line to the graph.
- appendMermaidLongLine(String, String, String, String) - Method in class org.odpi.openmetadata.frameworks.openmetadata.mermaid.MermaidGraphBuilderBase
-
Append a new single pixel width line to the graph.
- appendMermaidNode(String, String, String) - Method in class org.odpi.openmetadata.frameworks.openmetadata.mermaid.MermaidGraphBuilderBase
-
Create a node in the mermaid graph.
- appendMermaidStyledLine(String, String, String, String, LineStyle) - Method in class org.odpi.openmetadata.frameworks.openmetadata.mermaid.MermaidGraphBuilderBase
-
Append a new single pixel width line to the graph.
- appendMermaidThinLine(String, String, String, String) - Method in class org.odpi.openmetadata.frameworks.openmetadata.mermaid.MermaidGraphBuilderBase
-
Append a new single pixel width line to the graph.
- appendNewMermaidNode(String, String, String, String, VisualStyle) - Method in class org.odpi.openmetadata.frameworks.openmetadata.mermaid.MermaidGraphBuilderBase
-
Create a node in the mermaid graph.
- appendNewMermaidNode(String, String, String, Map<String, String>, VisualStyle) - Method in class org.odpi.openmetadata.frameworks.openmetadata.mermaid.MermaidGraphBuilderBase
-
Create a node in the mermaid graph.
- appendNewMermaidNode(String, String, String, VisualStyle) - Method in class org.odpi.openmetadata.frameworks.openmetadata.mermaid.MermaidGraphBuilderBase
-
Create a node in the mermaid graph.
- appendNewMermaidNode(String, String, String, OpenMetadataRootProperties, VisualStyle) - Method in class org.odpi.openmetadata.frameworks.openmetadata.mermaid.MermaidGraphBuilderBase
-
Create a node in the mermaid graph.
- appendNewMermaidNode(MetadataElementSummary, VisualStyle) - Method in class org.odpi.openmetadata.frameworks.openmetadata.mermaid.MermaidGraphBuilderBase
-
Add a node to the graph for a metadata element summary.
- appendRecord(List<String>) - Method in class org.odpi.openmetadata.adapters.connectors.datastore.csvfile.CSVTabularDataSetConnector
-
Write the requested data record to the end of the data source.
- appendRecord(List<String>) - Method in class org.odpi.openmetadata.adapters.connectors.postgres.tabulardatasource.PostgresTabularDataSetConnector
-
Write the requested data record to the end of the data source.
- appendRecord(List<String>) - Method in interface org.odpi.openmetadata.frameworks.connectors.tabulardatasets.WritableTabularDataSource
-
Write the requested data record to the end of the data source.
- APPLICATION - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.refdata.DeployedImplementationType
-
Software supporting a business function.
- APPLICATION - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.types.OpenMetadataType
-
A server capability supporting a specific business function.
- APPLICATION_PROPERTIES_FILE - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.refdata.FileName
-
A properties file used to configure a Spring application during startup.
- APPLICATION_PROPERTIES_FILE - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.refdata.FileType
-
A properties file used to configure a Spring application during startup.
- ApplicationContextListener() - Constructor for class org.odpi.openmetadata.platformchassis.springboot.OMAGServerPlatform.ApplicationContextListener
- ApplicationProperties - Class in org.odpi.openmetadata.frameworks.openmetadata.properties.softwarecapabilities
-
ApplicationProperties describes a collection of processes (application) that implements support for the business.
- ApplicationProperties() - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.properties.softwarecapabilities.ApplicationProperties
-
Default constructor
- ApplicationProperties(ApplicationProperties) - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.properties.softwarecapabilities.ApplicationProperties
-
Copy/clone constructor.
- applicationReady() - Method in class org.odpi.openmetadata.platformchassis.springboot.OMAGServerPlatform.ApplicationContextListener
-
Print out message to say that the platform is ready.
- apply(String, String) - Method in class org.odpi.openmetadata.adapters.connectors.integration.jdbc.transfer.requests.JdbcGetTables
-
Get all tables of a schema
- apply(String, String) - Method in class org.odpi.openmetadata.adapters.connectors.integration.jdbc.transfer.requests.JdbcGetViews
-
Get all tables of a schema
- apply(JdbcColumn) - Method in class org.odpi.openmetadata.adapters.connectors.integration.jdbc.transfer.ColumnTransfer
-
Triggers column metadata transfer
- apply(JdbcSchema) - Method in class org.odpi.openmetadata.adapters.connectors.integration.jdbc.transfer.SchemaTransfer
-
Triggers schema metadata transfer
- apply(JdbcTable) - Method in class org.odpi.openmetadata.adapters.connectors.integration.jdbc.transfer.TableTransfer
-
Triggers table metadata transfer
- apply(JdbcTable) - Method in class org.odpi.openmetadata.adapters.connectors.integration.jdbc.transfer.ViewTransfer
-
Triggers view metadata transfer
- applyPatch(String, TypeDef, TypeDefPatch) - Method in interface org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.repositoryconnector.OMRSRepositoryHelper
-
Returns an updated TypeDef that has had the supplied patch applied.
- applyPatch(String, TypeDef, TypeDefPatch) - Method in class org.odpi.openmetadata.repositoryservices.localrepository.repositorycontentmanager.OMRSRepositoryContentHelper
-
Returns an updated TypeDef that has had the supplied patch applied.
- applyPatch(String, TypeDef, TypeDefPatch, String) - Method in class org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.utilities.OMRSRepositoryPropertiesUtilities
-
Returns an updated TypeDef that has had the supplied patch applied.
- APPROACH - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.types.OpenMetadataProperty
-
The method used to control the activity.
- APPROVED - Enum constant in enum class org.odpi.openmetadata.frameworks.opengovernance.properties.GovernanceActionStatus
-
Deprecated.The governance action is approved to run.
- APPROVED - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.enums.ActivityStatus
-
The activity is approved to run.
- APPROVED - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.enums.ContentStatus
-
The content is approved.
- APPROVED - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.refdata.ProjectStatus
-
This project has be approved to go ahead.
- APPROVED_ANNOTATION - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.enums.AnnotationStatus
-
AnnotationProperties has been approved.
- APPROVED_CLINICAL_TRIAL - Enum constant in enum class org.odpi.openmetadata.samples.archiveutilities.governanceprogram.CertificationTypeDefinition
-
Approved clinical trial
- APPROVED_FOR_DEPLOYMENT - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.enums.DeploymentStatus
-
The instance is approved for deployment.
- APPROVED_PURPOSE_RELATIONSHIP - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.types.OpenMetadataType
-
Relationship identifying the purposes that processes/people have permission to process data for.
- APPROVED_PURPOSES - Enum constant in enum class org.odpi.openmetadata.samples.governanceactions.clinicaltrials.CocoClinicalTrialActionTarget
-
A data processing purpose that has been approved for data from this hospital.
- ApprovedPurposeProperties - Class in org.odpi.openmetadata.frameworks.openmetadata.properties.governance
-
Links an element with an approved data processing purpose.
- ApprovedPurposeProperties() - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.properties.governance.ApprovedPurposeProperties
-
Default constructor
- ApprovedPurposeProperties(ApprovedPurposeProperties) - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.properties.governance.ApprovedPurposeProperties
-
Copy/clone constructor
- approveEngineAction(String, String, String, List<String>, List<String>, Date, String, String, Map<String, String>, String, String, String) - Method in class org.odpi.openmetadata.commonservices.generichandlers.EngineActionHandler
-
Move an engine action from REQUESTED state to APPROVED status and log an audit message to say that the engine action is starting.
- APPROVER - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.enums.CrowdSourcingRole
- APPROVER - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.refdata.AssignmentType
- AQUA - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.mermaid.Colour
- AQUAMARINE - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.mermaid.Colour
- ARCHIVE - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.enums.DeleteMethod
-
Archive the element using the Memento classification so it is still available for lineage queries.
- ARCHIVE_AFTER - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.types.OpenMetadataProperty
-
Date when archiving can take place.
- ARCHIVE_CONTENTS_RELATIONSHIP - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.types.OpenMetadataType
-
Links an archive to a collection that has a description of the archive's contents as its members.
- ARCHIVE_DATE - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.types.OpenMetadataProperty
-
Timestamp when the archive occurred or was detected.
- ARCHIVE_FILE - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.refdata.DeployedImplementationType
-
Archive File
- ARCHIVE_FILE - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.types.OpenMetadataType
-
A file containing compressed files.
- ARCHIVE_FILE_TEMPLATE - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.integration.basicfiles.controls.FilesTemplateType
- ARCHIVE_FILE_TEMPLATE - Enum constant in enum class org.odpi.openmetadata.contentpacks.core.DataAssetTemplateDefinition
- ARCHIVE_GUID - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.dynamicarchivers.DynamicArchiveRequestParameter
- ARCHIVE_GUID - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.dynamicarchivers.glossary.DynamicGlossaryArchiveRequestParameter
- ARCHIVE_MANAGER - Enum constant in enum class org.odpi.openmetadata.repositoryservices.auditlog.OMRSAuditingComponent
-
Archive Manager - Supports the platform services for the Open Metadata Repository Services (OMRS).
- ARCHIVE_MANAGER_NOT_ACTIVE - Enum constant in enum class org.odpi.openmetadata.repositoryservices.ffdc.OMRSErrorCode
-
OMRS-AUDIT-LOG-400-009 - The archive manager is not active in server {0}
- ARCHIVE_METHOD - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.types.OpenMetadataProperty
-
Name of method that created this classification.
- ARCHIVE_NAME - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.dynamicarchivers.DynamicArchiveRequestParameter
- ARCHIVE_NAME - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.dynamicarchivers.glossary.DynamicGlossaryArchiveRequestParameter
- ARCHIVE_PROCESS - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.types.OpenMetadataProperty
-
Name of process that performed the archive - or detected the archive.
- ARCHIVE_PROPERTIES - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.types.OpenMetadataProperty
-
Properties to locate the real-world counterpart in the archive.
- ARCHIVE_SERVICE - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.types.OpenMetadataProperty
-
Name of service that created this classification.
- ARCHIVE_STORE_CONNECTOR - Enum constant in enum class org.odpi.openmetadata.repositoryservices.auditlog.OMRSAuditingComponent
-
Open Metadata Archive Store Connector - Reads and writes open metadata types and instances to an open metadata archive.
- ARCHIVE_UNAVAILABLE - Enum constant in enum class org.odpi.openmetadata.adapters.repositoryservices.archiveconnector.directory.ffdc.DirectoryBasedOpenMetadataArchiveStoreConnectorErrorCode
- ARCHIVE_UNAVAILABLE - Enum constant in enum class org.odpi.openmetadata.repositoryservices.ffdc.OMRSErrorCode
-
OMRS-OPEN-METADATA-ARCHIVE-500-001 - The archive builder failed to initialize
- ARCHIVE_USER - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.types.OpenMetadataProperty
-
Name of user that performed the archive - or detected the archive.
- archiveBeanInRepository(String, String, String, String, String, String, InstanceProperties, boolean, boolean, Date, String) - Method in class org.odpi.openmetadata.commonservices.generichandlers.OpenMetadataAPIGenericHandler
-
Classify an entity in the repository to show that its asset/artifact counterpart in the real world has either been deleted or archived.
- archiveBuilder - Variable in class org.odpi.openmetadata.samples.archiveutilities.EgeriaBaseArchiveWriter
- archiveBuilder - Variable in class org.odpi.openmetadata.samples.archiveutilities.SimpleCatalogArchiveHelper
- ArchiveContentsProperties - Class in org.odpi.openmetadata.frameworks.openmetadata.properties.assets.filesandfolders
-
FolderHierarchyProperties describes the properties for the FolderHierarchy relationship between folders.
- ArchiveContentsProperties() - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.properties.assets.filesandfolders.ArchiveContentsProperties
-
Default constructor
- ArchiveContentsProperties(ArchiveContentsProperties) - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.properties.assets.filesandfolders.ArchiveContentsProperties
-
Copy/clone constructor
- ARCHIVED - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.externalharvesters.harvestopenmetadata.schema.HarvestOpenMetadataColumn
- ARCHIVED - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.jacquard.productcatalog.ProductDataFieldDefinition
-
Archive Date
- archiveDescription - Static variable in class org.odpi.openmetadata.adapters.connectors.dynamicarchivers.DynamicArchiveService
- ArchiveDestination(OpenMetadataArchiveStoreConnector) - Constructor for class org.odpi.openmetadata.adapters.connectors.dynamicarchivers.DynamicArchiveService.ArchiveDestination
-
Simple constructor.
- archiveDestinations - Variable in class org.odpi.openmetadata.adapters.connectors.dynamicarchivers.DynamicArchiveService
- archiveFileName - Variable in class org.odpi.openmetadata.samples.archiveutilities.EgeriaBaseArchiveWriter
- ArchiveFileProperties - Class in org.odpi.openmetadata.frameworks.openmetadata.properties.assets.filesandfolders
-
ArchiveFileProperties describes a file.
- ArchiveFileProperties() - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.properties.assets.filesandfolders.ArchiveFileProperties
-
Default constructor
- ArchiveFileProperties(ArchiveFileProperties) - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.properties.assets.filesandfolders.ArchiveFileProperties
-
Copy/clone constructor.
- ArchiveFileProperties(DataFileProperties) - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.properties.assets.filesandfolders.ArchiveFileProperties
-
Copy/clone constructor.
- archiveGUID - Static variable in class org.odpi.openmetadata.adapters.connectors.dynamicarchivers.DynamicArchiveService
- archiveGUID - Variable in class org.odpi.openmetadata.samples.archiveutilities.EgeriaBaseArchiveWriter
- archiveHelper - Variable in class org.odpi.openmetadata.samples.archiveutilities.EgeriaBaseArchiveWriter
- archiveHelper - Variable in class org.odpi.openmetadata.samples.archiveutilities.SimpleCatalogArchiveHelper
- archiveLicense - Static variable in class org.odpi.openmetadata.adapters.connectors.dynamicarchivers.DynamicArchiveService
- archiveLicense - Static variable in class org.odpi.openmetadata.samples.archiveutilities.EgeriaBaseArchiveWriter
- archiveMetadataElementInStore(String, String, String, String, DeleteOptions, boolean, boolean, Date, String) - Method in class org.odpi.openmetadata.frameworkservices.omf.handlers.MetadataElementHandler
-
Archive a specific metadata element.
- archiveMetadataElementInStore(String, String, String, DeleteElementRequestBody) - Method in class org.odpi.openmetadata.frameworkservices.omf.server.OpenMetadataStoreRESTServices
-
Archive a specific metadata element.
- archiveMetadataElementInStore(String, String, String, DeleteElementRequestBody) - Method in class org.odpi.openmetadata.frameworkservices.omf.server.spring.OpenMetadataStoreResource
-
Archive a specific metadata element.
- archiveMetadataElementInStore(String, String, String, DeleteElementRequestBody) - Method in class org.odpi.openmetadata.viewservices.metadataexpert.server.MetadataExpertRESTServices
-
Archive a specific metadata element.
- archiveMetadataElementInStore(String, String, String, DeleteElementRequestBody) - Method in class org.odpi.openmetadata.viewservices.metadataexpert.server.spring.MetadataExpertResource
-
Archive a specific metadata element.
- archiveMetadataElementInStore(String, String, DeleteOptions) - Method in interface org.odpi.openmetadata.frameworks.openmetadata.api.MetadataElementInterface
-
Archive a specific metadata element.
- archiveMetadataElementInStore(String, String, DeleteOptions) - Method in class org.odpi.openmetadata.frameworks.openmetadata.client.OpenMetadataClient
-
Archive a specific metadata element.
- archiveMetadataElementInStore(String, String, DeleteOptions) - Method in class org.odpi.openmetadata.frameworkservices.omf.client.OpenMetadataClientBase
-
Archive a specific metadata element.
- archiveMetadataElementInStore(String, DeleteOptions) - Method in class org.odpi.openmetadata.frameworks.openmetadata.connectorcontext.OpenMetadataStore
-
Archive a specific metadata element.
- archiveName - Static variable in class org.odpi.openmetadata.adapters.connectors.dynamicarchivers.DynamicArchiveService
- archiveName - Variable in class org.odpi.openmetadata.samples.archiveutilities.EgeriaBaseArchiveWriter
- archiveRootName - Variable in class org.odpi.openmetadata.samples.archiveutilities.SimpleCatalogArchiveHelper
- archiveType - Static variable in class org.odpi.openmetadata.adapters.connectors.dynamicarchivers.DynamicArchiveService
- archiveType - Static variable in class org.odpi.openmetadata.samples.archiveutilities.EgeriaBaseArchiveWriter
- ARCHIVING_COMPLETE - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.dynamicarchivers.DynamicArchiveGuard
- ARCHIVING_FAILED - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.dynamicarchivers.DynamicArchiveGuard
- areResultsComplete() - Method in class org.odpi.openmetadata.repositoryservices.enterprise.repositoryconnector.accumulators.QueryAccumulatorBase
-
Return whether results from all repositories have been received.
- arguments - Variable in class org.odpi.openmetadata.frameworks.connectors.properties.beans.EmbeddedConnection
- arguments - Variable in class org.odpi.openmetadata.frameworks.openmetadata.properties.connections.EmbeddedConnectionProperties
- ARGUMENTS - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.types.OpenMetadataProperty
-
Additional arguments needed by the virtual connector when using each connection.
- ARRAY - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.unitycatalog.properties.ColumnTypeName
- ARRAY - Enum constant in enum class org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.properties.instances.InstancePropertyCategory
-
Array - An ordered list of values, each with the same type.
- ARRAY_INT - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.types.DataType
-
An ordered list of integers.
- ARRAY_OUT_OF_BOUNDS - Enum constant in enum class org.odpi.openmetadata.frameworks.opengovernance.ffdc.OGFErrorCode
-
GAF-PROPERTIES-400-009 - {0} cannot add a new element to location {1} of an array of size {2} value
- ARRAY_OUT_OF_BOUNDS - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.ffdc.OMFErrorCode
-
OPEN-METADATA-400-009 - {0} cannot add a new element to location {1} of an array of size {2} value
- ARRAY_OUT_OF_BOUNDS - Enum constant in enum class org.odpi.openmetadata.repositoryservices.ffdc.OMRSErrorCode
-
OMRS-PROPERTIES-400-004 - {0} cannot add a new element to location {1} of an array of size {2} value
- ARRAY_STRING - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.types.DataType
-
An ordered list of strings.
- ArrayPropertyValue - Class in org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.properties.instances
-
ArrayPropertyValue stores the values of an array within an entity or relationship properties.
- ArrayPropertyValue() - Constructor for class org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.properties.instances.ArrayPropertyValue
-
Default constructor sets the array to empty.
- ArrayPropertyValue(ArrayPropertyValue) - Constructor for class org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.properties.instances.ArrayPropertyValue
-
Copy/clone constructor set up the array using the supplied template.
- ArrayTypePropertyValue - Class in org.odpi.openmetadata.frameworks.openmetadata.search
-
ArrayTypePropertyValue stores the values of an array within an entity's or a relationship's properties.
- ArrayTypePropertyValue() - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.search.ArrayTypePropertyValue
-
Default constructor sets the array to empty.
- ArrayTypePropertyValue(ArrayTypePropertyValue) - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.search.ArrayTypePropertyValue
-
Copy/clone constructor set up the array using the supplied template.
- ASCENDING - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.apacheatlas.resource.properties.AtlasSortOrder
- ASCENDING - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.enums.DataItemSortOrder
-
The attribute instances are organized so that the smallest/lowest value is first and the rest of the instances follow in ascending order.
- asOfTime - Variable in class org.odpi.openmetadata.commonservices.repositoryhandler.RepositoryIterator
- asOfTimeDefault - Variable in class org.odpi.openmetadata.frameworks.openmetadata.connectorcontext.ConnectorContextClientBase
- ASSEMBLE_REPORT - Enum constant in enum class org.odpi.openmetadata.samples.archiveutilities.governanceengines.SolutionComponent
- assertCondition(boolean, String, String, Integer, Integer) - Method in class org.odpi.openmetadata.conformance.beans.OpenMetadataTestCase
-
Throw an exception if the condition is not true; else return
- assertCondition(boolean, String, String, Integer, Integer, String, Long) - Method in class org.odpi.openmetadata.conformance.beans.OpenMetadataTestCase
-
Throw an exception if the condition is not true; else return
- AssertionFailureException - Exception in org.odpi.openmetadata.conformance.ffdc.exception
-
AssertionFailureException is used when a test case fails an assertion.
- AssertionFailureException(String, String) - Constructor for exception org.odpi.openmetadata.conformance.ffdc.exception.AssertionFailureException
-
Typical constructor accepts information about the failure of the test.
- assertObjectsAreEqual(Object, Object, String, String, Integer, Integer, String, Long) - Method in class org.odpi.openmetadata.conformance.beans.OpenMetadataTestCase
-
Throw an exception if the condition is not true; else return
- ASSET - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.externalharvesters.harvestopenmetadata.schema.HarvestOpenMetadataTable
-
Descriptions of known assets.
- ASSET - Enum constant in enum class org.odpi.openmetadata.frameworks.auditlog.AuditLogRecordSeverityLevel
-
Asset - An auditable action relating to an asset has been taken.
- ASSET - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.mermaid.VisualStyle
- ASSET - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.refdata.DeployedImplementationType
-
A description of a digital resource.
- ASSET - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.types.OpenMetadataType
-
The description of an asset that needs to be catalogued and governed.
- ASSET_ACTIVITY - Enum constant in enum class org.odpi.openmetadata.adapters.repositoryservices.auditlogstore.postgres.schema.AuditLogTable
-
Details to the activity around assets.
- ASSET_ACTIVITY_CREATE - Enum constant in enum class org.odpi.openmetadata.metadataobservability.ffdc.OpenMetadataObservabilityAuditCode
-
METADATA-OBSERVABILITY-0001 - User {0} created {1} asset {2} during operation {3} of service {4}
- ASSET_ACTIVITY_DELETE - Enum constant in enum class org.odpi.openmetadata.metadataobservability.ffdc.OpenMetadataObservabilityAuditCode
-
METADATA-OBSERVABILITY-0007 - User {0} deleted {1} asset {2} during operation {3} of service {4}
- ASSET_ACTIVITY_READ - Enum constant in enum class org.odpi.openmetadata.metadataobservability.ffdc.OpenMetadataObservabilityAuditCode
-
METADATA-OBSERVABILITY-0002 - User {0} retrieved {1} asset {2} during operation {3} of service {4}
- ASSET_ACTIVITY_READ_ATTACHMENT - Enum constant in enum class org.odpi.openmetadata.metadataobservability.ffdc.OpenMetadataObservabilityAuditCode
-
METADATA-OBSERVABILITY-0003 - User {0} retrieved an attachment to {1} asset {2} during operation {3} of service {4}
- ASSET_ACTIVITY_SEARCH - Enum constant in enum class org.odpi.openmetadata.metadataobservability.ffdc.OpenMetadataObservabilityAuditCode
-
METADATA-OBSERVABILITY-0008 - User {0} retrieved {1} asset {2} during search operation {3} of service {4}
- ASSET_ACTIVITY_SEARCH_ATTACHMENT - Enum constant in enum class org.odpi.openmetadata.metadataobservability.ffdc.OpenMetadataObservabilityAuditCode
-
METADATA-OBSERVABILITY-0009 - User {0} retrieved an attachment to {1} asset {2} during search operation {3} of service {4}
- ASSET_ACTIVITY_UPDATE - Enum constant in enum class org.odpi.openmetadata.metadataobservability.ffdc.OpenMetadataObservabilityAuditCode
-
METADATA-OBSERVABILITY-0006 - User {0} updated {1} asset {2} during operation {3} of service {4}
- ASSET_ACTIVITY_UPDATE_ATTACHMENT - Enum constant in enum class org.odpi.openmetadata.metadataobservability.ffdc.OpenMetadataObservabilityAuditCode
-
METADATA-OBSERVABILITY-0004 - User {0} updated an attachment to {1} asset {2} during operation {3} of service {4}
- ASSET_ACTIVITY_UPDATE_FEEDBACK - Enum constant in enum class org.odpi.openmetadata.metadataobservability.ffdc.OpenMetadataObservabilityAuditCode
-
METADATA-OBSERVABILITY-0005 - User {0} updated feedback related to {1} asset {2} during operation {3} of service {4}
- ASSET_AUDIT_LOG - Enum constant in enum class org.odpi.openmetadata.frameworkservices.gaf.ffdc.OpenGovernanceAuditCode
-
OPEN-GOVERNANCE-0020 - Log message for asset {0} from governance service {1}: {2}
- ASSET_AUDIT_LOG - Enum constant in enum class org.odpi.openmetadata.frameworkservices.ocf.metadatamanagement.ffdc.OCFServicesAuditCode
-
OMAS-GOVERNANCE-ENGINE-0021 - Log message for asset {0} from governance service {1}: {2}
- ASSET_AUDIT_LOG - Enum constant in enum class org.odpi.openmetadata.frameworkservices.omf.ffdc.OMFServicesAuditCode
-
OMF-SERVICES-0020 - Log message for asset {0} from governance service {1}: {2}
- ASSET_CATALOG - Enum constant in enum class org.odpi.openmetadata.adminservices.configuration.registration.ViewServiceDescription
-
Search and understand your assets.
- ASSET_CATALOG - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.refdata.DeployedImplementationType
-
A catalog of metadata that describes assets such as deployed systems, data sources, and processes.
- ASSET_CONNECTION_RELATIONSHIP - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.types.OpenMetadataType
-
Link between an asset and the connection to its digital resource.
- ASSET_GUID - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.externalharvesters.harvestopenmetadata.schema.HarvestOpenMetadataColumn
- ASSET_GUID - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.externalharvesters.harvestsurveys.schema.HarvestSurveysColumn
- ASSET_GUID - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.jacquard.productcatalog.ProductDataFieldDefinition
-
Unique identifier of the asset.
- ASSET_GUID - Enum constant in enum class org.odpi.openmetadata.adapters.repositoryservices.auditlogstore.postgres.schema.AuditLogColumn
- ASSET_MAKER - Enum constant in enum class org.odpi.openmetadata.adminservices.configuration.registration.ViewServiceDescription
-
Create new assets, software capabilities and link them to other elements.
- ASSET_MANAGEMENT - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.refdata.GovernanceDomain
-
The physical asset management governance domain.
- ASSET_MANAGEMENT - Enum constant in enum class org.odpi.openmetadata.samples.archiveutilities.governanceprogram.GovernanceDomainDefinition
-
Physical Asset Management
- ASSET_ONBOARDING_ENGINE - Enum constant in enum class org.odpi.openmetadata.contentpacks.core.GovernanceEngineDefinition
-
Monitors, validates and enriches metadata relating to assets as they are catalogued.
- ASSET_OPERATION - Enum constant in enum class org.odpi.openmetadata.adapters.repositoryservices.auditlogstore.postgres.schema.AuditLogColumn
- ASSET_OWNER - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.types.OpenMetadataType
-
A role defining a responsibility to manage an asset.
- ASSET_QUALITY_ENGINE - Enum constant in enum class org.odpi.openmetadata.samples.archiveutilities.governanceengines.CocoGovernanceEngineDefinition
-
Manages the data validation and operation of clinical trials at Coco Pharmaceuticals.
- ASSET_SUB_TYPE_NAME - Static variable in class org.odpi.openmetadata.frameworks.openmetadata.mapper.OpenMetadataValidValues
-
The name of the additional properties entry in valid metadata values that represent the associated Asset subtype name.
- ASSET_TYPE - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.externalharvesters.harvestopenmetadata.schema.HarvestOpenMetadataTable
-
Descriptions of known asset types.
- ASSET_TYPE - Enum constant in enum class org.odpi.openmetadata.adapters.repositoryservices.auditlogstore.postgres.schema.AuditLogColumn
- ASSET_TYPE_COUNT - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.externalharvesters.harvestsurveys.schema.HarvestSurveysColumn
- ASSET_TYPE_COUNT - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.jacquard.productcatalog.ProductDataFieldDefinition
- ASSET_TYPE_COUNT - Enum constant in enum class org.odpi.openmetadata.frameworks.opensurvey.measurements.FileDirectoryMetric
-
Number of different file asset types detected when classifying the files under the surveyed directory.
- ASSET_TYPE_NAME - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.externalharvesters.harvestsurveys.schema.HarvestSurveysColumn
- ASSET_TYPE_NAME - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.jacquard.productcatalog.ProductDataFieldDefinition
-
Asset Type Name
- ASSET_TYPE_NAME - Enum constant in enum class org.odpi.openmetadata.frameworks.opensurvey.measurements.FileMetric
- assetActionDescription - Static variable in class org.odpi.openmetadata.commonservices.generichandlers.OpenMetadataAPIRootHandler
- AssetActionGraphMermaidGraphBuilder - Class in org.odpi.openmetadata.frameworks.openmetadata.mermaid
-
Creates a mermaid graph of the part of an asset graph that relates to actions - ie
- AssetActionGraphMermaidGraphBuilder(AssetGraph) - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.mermaid.AssetActionGraphMermaidGraphBuilder
-
Constructor for the graph
- AssetBuilder - Class in org.odpi.openmetadata.commonservices.generichandlers
-
AssetBuilder creates the parts of a root repository entity for an asset.
- AssetBuilder(String, String, String, String, String, String, Map<String, String>, String, String, Map<String, Object>, OMRSRepositoryHelper, String, String) - Constructor for class org.odpi.openmetadata.commonservices.generichandlers.AssetBuilder
-
Constructor supporting all entity properties.
- AssetBuilder(String, String, OMRSRepositoryHelper, String, String) - Constructor for class org.odpi.openmetadata.commonservices.generichandlers.AssetBuilder
-
Subtype constructor used when working with classifications
- AssetBuilder(OMRSRepositoryHelper, String, String) - Constructor for class org.odpi.openmetadata.commonservices.generichandlers.AssetBuilder
-
Creation constructor used when working with classifications
- AssetCatalogAdmin - Class in org.odpi.openmetadata.viewservices.assetcatalog.admin
-
AssetCatalogAdmin is the class that is called by the View Server to initialize and terminate the Asset Catalog OMVS.
- AssetCatalogAdmin() - Constructor for class org.odpi.openmetadata.viewservices.assetcatalog.admin.AssetCatalogAdmin
-
Default constructor
- AssetCatalogAuditCode - Enum Class in org.odpi.openmetadata.viewservices.assetcatalog.ffdc
-
The AssetCatalogAuditCode is used to define the message content for the OMRS Audit Log.
- AssetCatalogInstance - Class in org.odpi.openmetadata.viewservices.assetcatalog.server
-
AssetCatalogInstance caches references to objects it needs for a specific server.
- AssetCatalogInstance(String, AuditLog, String, String, String, String, int, String, String, List<String>) - Constructor for class org.odpi.openmetadata.viewservices.assetcatalog.server.AssetCatalogInstance
-
Set up the Asset Catalog OMVS instance
- AssetCatalogInstanceHandler - Class in org.odpi.openmetadata.viewservices.assetcatalog.server
-
AssetCatalogInstanceHandler retrieves information from the instance map for the view service instances.
- AssetCatalogInstanceHandler() - Constructor for class org.odpi.openmetadata.viewservices.assetcatalog.server.AssetCatalogInstanceHandler
-
Default constructor registers the view service
- AssetCatalogRegistration - Class in org.odpi.openmetadata.viewservices.assetcatalog.server
-
AssetCatalogRegistration registers the view service with the OMAG Server administration services.
- AssetCatalogRegistration() - Constructor for class org.odpi.openmetadata.viewservices.assetcatalog.server.AssetCatalogRegistration
- AssetCatalogResource - Class in org.odpi.openmetadata.viewservices.assetcatalog.server.spring
-
The AssetCatalogResource provides some of the REST API endpoints of the Asset Catalog Open Metadata View Service (OMVS).
- AssetCatalogResource() - Constructor for class org.odpi.openmetadata.viewservices.assetcatalog.server.spring.AssetCatalogResource
-
Default constructor
- AssetCatalogRESTServices - Class in org.odpi.openmetadata.viewservices.assetcatalog.server
-
The AssetCatalogRESTServices provides the implementation of the Asset Catalog Open Metadata View Service (OMVS).
- AssetCatalogRESTServices() - Constructor for class org.odpi.openmetadata.viewservices.assetcatalog.server.AssetCatalogRESTServices
-
Default constructor
- AssetCatalogSupportedTypes - Class in org.odpi.openmetadata.viewservices.assetcatalog.rest
-
AssetCatalogSupportedTypes is the response structure used on the Asset Catalog OMAS REST API calls that returns the Open Metadata Types supported for search as a response.
- AssetCatalogSupportedTypes() - Constructor for class org.odpi.openmetadata.viewservices.assetcatalog.rest.AssetCatalogSupportedTypes
-
Default constructor.
- assetClient - Variable in class org.odpi.openmetadata.adapters.connectors.unitycatalog.sync.OSSUnityCatalogInsideCatalogSyncBase
- assetClient - Variable in class org.odpi.openmetadata.frameworks.openmetadata.connectorcontext.ConnectorContextBase
- AssetClient - Class in org.odpi.openmetadata.frameworks.openmetadata.connectorcontext
-
Provides services for connectors to work with Asset objects: Data Assets, Processes and Infrastructure.
- AssetClient(AssetClient, String) - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.connectorcontext.AssetClient
-
Copy/clone constructor.
- AssetClient(ConnectorContextBase, String, String, String, String, String, String, OpenMetadataClient, AuditLog, int) - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.connectorcontext.AssetClient
-
Constructor for connector context client.
- AssetConnectionProperties - Class in org.odpi.openmetadata.frameworks.openmetadata.properties.connections
-
The AssetConnection relationship properties as a placeholder in case the relationship has properties added.
- AssetConnectionProperties() - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.properties.connections.AssetConnectionProperties
-
Default constructor sets the Connection properties to null.
- AssetConnectionProperties(AssetConnectionProperties) - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.properties.connections.AssetConnectionProperties
-
Copy/clone Constructor to return a copy of a connection object.
- AssetFieldLevelLineageMermaidGraphBuilder - Class in org.odpi.openmetadata.frameworks.openmetadata.mermaid
-
Creates a mermaid graph rendering of the Open Metadata Framework's asset field level lineage graph.
- AssetFieldLevelLineageMermaidGraphBuilder(AssetGraph) - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.mermaid.AssetFieldLevelLineageMermaidGraphBuilder
-
Construct a mermaid markdown graph.
- AssetGraph - Class in org.odpi.openmetadata.frameworks.openmetadata.metadataelements
-
AssetGraph is used to return an asset along with all of its anchored elements and the relationships that they have between one another and to other elements.
- AssetGraph() - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.metadataelements.AssetGraph
-
Default constructor
- AssetGraph(AssetGraph) - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.metadataelements.AssetGraph
-
Copy/clone constructor.
- AssetGraph(OpenMetadataRootElement) - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.metadataelements.AssetGraph
-
Copy/clone constructor.
- AssetGraphMermaidGraphBuilder - Class in org.odpi.openmetadata.frameworks.openmetadata.mermaid
- AssetGraphMermaidGraphBuilder(AssetGraph) - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.mermaid.AssetGraphMermaidGraphBuilder
-
Constructor for the graph
- assetHandler - Variable in class org.odpi.openmetadata.frameworks.integration.contextmanager.IntegrationContextManager
- assetHandler - Variable in class org.odpi.openmetadata.frameworks.openmetadata.connectorcontext.ConnectorContextBase
- AssetHandler<B> - Class in org.odpi.openmetadata.commonservices.generichandlers
-
AssetHandler manages B objects and optionally connections in the property server.
- AssetHandler - Class in org.odpi.openmetadata.frameworks.openmetadata.handlers
-
AssetHandler provides methods to define all types of assets and their relationships
- AssetHandler(String, AuditLog, String, OpenMetadataClient) - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.handlers.AssetHandler
-
Create a new handler.
- AssetHandler(String, AuditLog, String, OpenMetadataClient, String) - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.handlers.AssetHandler
-
Create a new handler.
- AssetHandler(OpenMetadataAPIGenericConverter<B>, Class<B>, String, String, InvalidParameterHandler, RepositoryHandler, OMRSRepositoryHelper, String, OpenMetadataServerSecurityVerifier, AuditLog) - Constructor for class org.odpi.openmetadata.commonservices.generichandlers.AssetHandler
-
Construct the handler with information needed to work with B objects.
- AssetHandler(AssetHandler, String) - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.handlers.AssetHandler
-
Create a new handler.
- AssetISCGraphMermaidGraphBuilder - Class in org.odpi.openmetadata.frameworks.openmetadata.mermaid
-
Creates a mermaid graph rendering of the Open Metadata Framework's asset lineage edge graph.
- AssetISCGraphMermaidGraphBuilder(AssetGraph) - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.mermaid.AssetISCGraphMermaidGraphBuilder
-
Construct a mermaid markdown graph.
- AssetLineageEdgeGraphMermaidGraphBuilder - Class in org.odpi.openmetadata.frameworks.openmetadata.mermaid
-
Creates a mermaid graph rendering of the Open Metadata Framework's asset lineage edge graph.
- AssetLineageEdgeGraphMermaidGraphBuilder(AssetLineageGraph, List<AssetLineageGraphNode>, List<AssetLineageGraphNode>) - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.mermaid.AssetLineageEdgeGraphMermaidGraphBuilder
-
Construct a mermaid markdown graph.
- AssetLineageGraph - Class in org.odpi.openmetadata.frameworks.openmetadata.metadataelements
-
AssetLineageGraph is used to return an asset along with all of its lineage relationships.
- AssetLineageGraph() - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.metadataelements.AssetLineageGraph
-
Default constructor
- AssetLineageGraph(AssetLineageGraph) - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.metadataelements.AssetLineageGraph
-
Copy/clone constructor.
- AssetLineageGraph(AssetLineageGraphNode) - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.metadataelements.AssetLineageGraph
-
Copy/clone constructor.
- AssetLineageGraphMermaidGraphBuilder - Class in org.odpi.openmetadata.frameworks.openmetadata.mermaid
-
Creates a mermaid graph rendering of the Open Metadata Framework's asset lineage graph.
- AssetLineageGraphMermaidGraphBuilder(AssetLineageGraph, String) - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.mermaid.AssetLineageGraphMermaidGraphBuilder
-
Construct a mermaid markdown graph.
- AssetLineageGraphNode - Class in org.odpi.openmetadata.frameworks.openmetadata.metadataelements
-
AssetLineageGraphNode is used to return an asset that is part of a lineage graph and the relationships that are the evidence that this asset belongs in the graph.
- AssetLineageGraphNode() - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.metadataelements.AssetLineageGraphNode
-
Default constructor
- AssetLineageGraphNode(AssetLineageGraphNode) - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.metadataelements.AssetLineageGraphNode
-
Copy/clone constructor.
- AssetLineageGraphNode(OpenMetadataRootElement) - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.metadataelements.AssetLineageGraphNode
-
Copy/clone constructor.
- AssetLineageGraphRelationship - Class in org.odpi.openmetadata.frameworks.openmetadata.metadataelements
-
AssetLineageGraphRelationship describes the derived lineage graph relationship between two assets.
- AssetLineageGraphRelationship() - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.metadataelements.AssetLineageGraphRelationship
-
Default constructor
- AssetLineageGraphRelationship(AssetLineageGraphRelationship) - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.metadataelements.AssetLineageGraphRelationship
-
Copy/clone constructor
- AssetLineageGraphRequestBody - Class in org.odpi.openmetadata.commonservices.ffdc.rest
-
AssetLineageGraphRequestBody provides the request body payload for an asset lineage graph.
- AssetLineageGraphRequestBody() - Constructor for class org.odpi.openmetadata.commonservices.ffdc.rest.AssetLineageGraphRequestBody
-
Default constructor
- AssetLineageGraphRequestBody(AssetLineageGraphRequestBody) - Constructor for class org.odpi.openmetadata.commonservices.ffdc.rest.AssetLineageGraphRequestBody
-
Copy/clone constructor
- AssetLocalLineageGraphMermaidGraphBuilder - Class in org.odpi.openmetadata.frameworks.openmetadata.mermaid
-
Creates a mermaid graph of the part of an asset graph that relates to locally connected lineage relationships
- AssetLocalLineageGraphMermaidGraphBuilder(AssetGraph) - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.mermaid.AssetLocalLineageGraphMermaidGraphBuilder
-
Constructor for the graph
- AssetMakerAdmin - Class in org.odpi.openmetadata.viewservices.assetmaker.admin
-
AssetMakerAdmin is the class that is called by the View Server to initialize and terminate the Asset Maker OMVS.
- AssetMakerAdmin() - Constructor for class org.odpi.openmetadata.viewservices.assetmaker.admin.AssetMakerAdmin
-
Default constructor
- AssetMakerAuditCode - Enum Class in org.odpi.openmetadata.viewservices.assetmaker.ffdc
-
The AssetMakerAuditCode is used to define the message content for the OMRS Audit Log.
- AssetMakerErrorCode - Enum Class in org.odpi.openmetadata.viewservices.assetmaker.ffdc
-
Used to define first failure data capture (FFDC) for errors that occur within the OMAG Server It is used in conjunction with OMAG Exceptions, both Checked and Runtime (unchecked).
- AssetMakerInstance - Class in org.odpi.openmetadata.viewservices.assetmaker.server
-
AssetMakerInstance caches references to the objects it needs for a specific server.
- AssetMakerInstance(String, AuditLog, String, int, String, String, List<ViewServiceConfig>) - Constructor for class org.odpi.openmetadata.viewservices.assetmaker.server.AssetMakerInstance
-
Set up the Asset Maker OMVS instance
- AssetMakerInstanceHandler - Class in org.odpi.openmetadata.viewservices.assetmaker.server
-
AssetMakerInstanceHandler retrieves information from the instance map for the view service instances.
- AssetMakerInstanceHandler() - Constructor for class org.odpi.openmetadata.viewservices.assetmaker.server.AssetMakerInstanceHandler
-
Default constructor registers the view service
- AssetMakerRegistration - Class in org.odpi.openmetadata.viewservices.assetmaker.server
-
AssetMakerRegistration registers the view service with the OMAG Server administration services.
- AssetMakerRegistration() - Constructor for class org.odpi.openmetadata.viewservices.assetmaker.server.AssetMakerRegistration
- AssetMakerResource - Class in org.odpi.openmetadata.viewservices.assetmaker.server.spring
-
The AssetMakerResource provides part of the server-side implementation of the Asset Maker OMVS.
- AssetMakerResource() - Constructor for class org.odpi.openmetadata.viewservices.assetmaker.server.spring.AssetMakerResource
-
Default constructor
- AssetMakerRESTServices - Class in org.odpi.openmetadata.viewservices.assetmaker.server
-
The AssetMakerRESTServices provides the server-side implementation of the Asset Maker Open Metadata View Service (OMVS).
- AssetMakerRESTServices() - Constructor for class org.odpi.openmetadata.viewservices.assetmaker.server.AssetMakerRESTServices
-
Default constructor
- AssetOwnerProperties - Class in org.odpi.openmetadata.frameworks.openmetadata.properties.actors
-
AssetOwnerProperties describes a role for a person who is responsible for an asset.
- AssetOwnerProperties() - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.properties.actors.AssetOwnerProperties
-
Default constructor
- AssetOwnerProperties(AssetOwnerProperties) - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.properties.actors.AssetOwnerProperties
-
Copy/clone constructor.
- AssetOwnerProperties(GovernanceRoleProperties) - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.properties.actors.AssetOwnerProperties
-
Copy/clone constructor.
- AssetProperties - Class in org.odpi.openmetadata.frameworks.openmetadata.properties.assets
-
AssetProperties describes an asset.
- AssetProperties() - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.properties.assets.AssetProperties
-
Default constructor
- AssetProperties(AssetProperties) - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.properties.assets.AssetProperties
-
Copy/clone constructor.
- AssetSearchMatches - Class in org.odpi.openmetadata.frameworks.openmetadata.metadataelements
-
AssetSearchMatches is used to return an asset whose has anchored elements returned from a search.
- AssetSearchMatches() - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.metadataelements.AssetSearchMatches
-
Default constructor
- AssetSearchMatches(AssetSearchMatches) - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.metadataelements.AssetSearchMatches
-
Copy/clone constructor.
- AssetSearchMatches(OpenMetadataRootElement) - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.metadataelements.AssetSearchMatches
-
Copy/clone constructor.
- assignAction(String, String, String, String, NewRelationshipRequestBody) - Method in class org.odpi.openmetadata.viewservices.assetmaker.server.AssetMakerRESTServices
-
Assign an action to a new actor.
- assignAction(String, String, String, String, NewRelationshipRequestBody) - Method in class org.odpi.openmetadata.viewservices.assetmaker.server.spring.AssetMakerResource
-
Assign an action to an actor.
- assignAction(String, String, String, MakeAnchorOptions, AssignmentScopeProperties) - Method in class org.odpi.openmetadata.frameworks.openmetadata.handlers.AssetHandler
-
Assign an action to an actor.
- assignAction(String, String, MakeAnchorOptions, AssignmentScopeProperties) - Method in class org.odpi.openmetadata.frameworks.openmetadata.connectorcontext.AssetClient
-
Assign an action to an actor.
- assignActorToElement(String, String, String, String, NewRelationshipRequestBody) - Method in class org.odpi.openmetadata.viewservices.classificationexplorer.server.ClassificationExplorerRESTServices
-
Attach an actor to an element.
- assignActorToElement(String, String, String, String, NewRelationshipRequestBody) - Method in class org.odpi.openmetadata.viewservices.classificationexplorer.server.spring.ClassificationExplorerResource
-
Attach an actor to an element.
- assignActorToElement(String, String, String, MakeAnchorOptions, AssignmentScopeProperties) - Method in class org.odpi.openmetadata.frameworks.openmetadata.handlers.StewardshipManagementHandler
-
Attach an actor to an element.
- assignActorToElement(String, String, MakeAnchorOptions, AssignmentScopeProperties) - Method in class org.odpi.openmetadata.frameworks.openmetadata.connectorcontext.ClassificationManagerClient
-
Attach an actor to an element.
- assignDataValueSpecification(String, String, String, NewRelationshipRequestBody) - Method in class org.odpi.openmetadata.viewservices.datadesigner.server.DataDesignerRESTServices
-
Connect an element to a data value specification that describes the data associated with this element.
- assignDataValueSpecification(String, String, String, NewRelationshipRequestBody) - Method in class org.odpi.openmetadata.viewservices.datadesigner.server.spring.DataDesignerResource
-
Connect an element to a data value specification that describes the data associated with this element.
- ASSIGNED - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.refdata.ClassificationOrigin
-
The classification is explicitly assigned to the entity.
- ASSIGNED - Enum constant in enum class org.odpi.openmetadata.governanceservers.enginehostservices.properties.GovernanceEngineStatus
-
The governance engine is assigned to the engine host server but has not yet been configured.
- ASSIGNED - Enum constant in enum class org.odpi.openmetadata.governanceservers.integrationdaemonservices.properties.IntegrationGroupStatus
- ASSIGNED - Enum constant in enum class org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.properties.instances.ClassificationOrigin
-
Assigned - The classification is explicitly assigned to the entity.
- ASSIGNED_ACTOR_GUID - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.externalharvesters.harvestopenmetadata.schema.HarvestOpenMetadataColumn
- ASSIGNED_ACTOR_TYPE - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.externalharvesters.harvestopenmetadata.schema.HarvestOpenMetadataColumn
- ASSIGNED_WORK_GUID - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.externalharvesters.harvestopenmetadata.schema.HarvestOpenMetadataColumn
- ASSIGNED_WORK_TYPE - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.externalharvesters.harvestopenmetadata.schema.HarvestOpenMetadataColumn
- ASSIGNING_REFERENCE_VALUE - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.apacheatlas.integration.ffdc.AtlasIntegrationAuditCode
-
APACHE-ATLAS-INTEGRATION-CONNECTOR-0051 - The integration connector {0} is adding a ReferenceValueAssignment relationship from {1} open metadata entity {2} to reference value {3} to represent the Apache Atlas {4} classification on entity {5}
- ASSIGNMENT_SCOPE_RELATIONSHIP - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.types.OpenMetadataType
-
Links a profile, role or project to the elements that they are responsible for managing.
- ASSIGNMENT_STATUS - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.types.OpenMetadataProperty
-
Defines the provenance and confidence of a data definition assignment.
- ASSIGNMENT_TYPE - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.types.OpenMetadataProperty
-
What is the scope or nature of the assignment.
- AssignmentScopeProperties - Class in org.odpi.openmetadata.frameworks.openmetadata.properties.actors
-
AssignmentScopeProperties provides details of the scope of work/influence expected by the assigned actor(s).
- AssignmentScopeProperties() - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.properties.actors.AssignmentScopeProperties
-
Default constructor
- AssignmentScopeProperties(AssignmentScopeProperties) - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.properties.actors.AssignmentScopeProperties
-
Copy/clone constructor
- AssignmentType - Enum Class in org.odpi.openmetadata.frameworks.openmetadata.refdata
-
A specifies common values for the assignmentType attribute of the AssignmentScope relationship.
- ASSOCIATED_ANNOTATION_RELATIONSHIP - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.types.OpenMetadataType
-
Link between an element and an Annotation that describes a characteristic of its associated real-world counterpart.
- ASSOCIATED_GUID - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.types.OpenMetadataProperty
-
Related entity used to determine the retention period.
- ASSOCIATED_LOG_RELATIONSHIP - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.types.OpenMetadataType
-
Defines destination information for the log of activity associated with an element.
- ASSOCIATED_SECURITY_LIST_RELATIONSHIP - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.types.OpenMetadataType
-
Links a security access control to a security list.
- AssociatedAnnotationProperties - Class in org.odpi.openmetadata.frameworks.openmetadata.properties.surveyreports
-
AssociatedAnnotationProperties is used to link a new annotation to the element it describes.
- AssociatedAnnotationProperties() - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.properties.surveyreports.AssociatedAnnotationProperties
-
Default constructor used by subclasses
- AssociatedAnnotationProperties(AssociatedAnnotationProperties) - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.properties.surveyreports.AssociatedAnnotationProperties
-
Copy/clone Constructor
- AssociatedLogProperties - Class in org.odpi.openmetadata.frameworks.openmetadata.properties.assets.topics
-
The AssociatedLogProperties relationship properties for AssociatedLog.
- AssociatedLogProperties() - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.properties.assets.topics.AssociatedLogProperties
-
Default constructor sets the Connection properties to null.
- AssociatedLogProperties(AssociatedLogProperties) - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.properties.assets.topics.AssociatedLogProperties
-
Copy/clone Constructor to return a copy of a connection object.
- AssociatedSecurityListProperties - Class in org.odpi.openmetadata.frameworks.openmetadata.properties.security
-
AssociatedSecurityGroupProperties identified an operation that the security groups map to.
- AssociatedSecurityListProperties() - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.properties.security.AssociatedSecurityListProperties
-
Default constructor
- AssociatedSecurityListProperties(AssociatedSecurityListProperties) - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.properties.security.AssociatedSecurityListProperties
-
Copy/clone constructor
- ASSOCIATION - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.apacheatlas.resource.properties.AtlasRelationshipCategory
-
Association relationship
- ASSOCIATION_DESCRIPTION - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.types.OpenMetadataProperty
-
Brief description describing how they are related.
- ASSOCIATION_NAME - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.types.OpenMetadataProperty
-
Descriptive name of the association.
- ASSOCIATION_TYPE - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.types.OpenMetadataProperty
-
Type of the association, such as 'containment', 'aggregation' or 'inheritance.'
- AssociationType - Enum Class in org.odpi.openmetadata.frameworks.openmetadata.refdata
-
AssociationType defines the type of association between two valid values, such as 'containment', 'aggregation' or 'inheritance.'.
- AT_LEAST_ONE_ORDERED - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.properties.OpenMetadataAttributeCardinality
-
1..* for one or more instances (stored in specific order).
- AT_LEAST_ONE_ORDERED - Enum constant in enum class org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.properties.typedefs.AttributeCardinality
-
1..* for one or more instances (stored in specific order).
- AT_LEAST_ONE_UNORDERED - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.properties.OpenMetadataAttributeCardinality
-
1..* for one or more instances (stored in any order).
- AT_LEAST_ONE_UNORDERED - Enum constant in enum class org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.properties.typedefs.AttributeCardinality
-
1..* for one or more instances (stored in any order).
- AT_MOST_ONE - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.properties.OpenMetadataAttributeCardinality
-
0..1 for zero or one instances.
- AT_MOST_ONE - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.properties.OpenMetadataRelationshipEndCardinality
-
At Most One (0..1 for zero or one instances).
- AT_MOST_ONE - Enum constant in enum class org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.properties.typedefs.AttributeCardinality
-
0..1 for zero or one instances.
- AT_MOST_ONE - Enum constant in enum class org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.properties.typedefs.RelationshipEndCardinality
-
At Most One (0..1 for zero or one instances).
- AT_RISK - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.refdata.ProjectHealth
-
Work on the project has finished, and all deliverables have either been completed, abandoned or moved to a different project.
- ATLAS_BUILTIN_TYPES - Static variable in class org.odpi.openmetadata.adapters.connectors.apacheatlas.resource.properties.AtlasTypeDefBase
- ATLAS_GLOSSARY_NAME_CONFIGURATION_PROPERTY - Static variable in class org.odpi.openmetadata.adapters.connectors.apacheatlas.integration.ApacheAtlasIntegrationProvider
-
The configuration property name used to supply the name of the Atlas Glossary to copy into the open metadata ecosystem.
- ATLAS_GOVERNANCE_ENGINE - Enum constant in enum class org.odpi.openmetadata.contentpacks.core.GovernanceEngineDefinition
-
Provides specialist governance services to Apache Atlas Servers.
- ATLAS_PRIMITIVE_TYPES - Static variable in class org.odpi.openmetadata.adapters.connectors.apacheatlas.resource.properties.AtlasTypeDefBase
- ATLAS_RELATIONSHIP_ATTRIBUTE_TYPES - Static variable in class org.odpi.openmetadata.adapters.connectors.apacheatlas.resource.properties.AtlasTypeDefBase
-
The list of types that are valid for relationships.
- ATLAS_SERVER_NAME - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.apacheatlas.controls.ApacheAtlasConfigurationProperty
-
The name of the Apache Atlas server to connect to.
- ATLAS_SURVEY_ENGINE - Enum constant in enum class org.odpi.openmetadata.contentpacks.core.GovernanceEngineDefinition
-
Provides surveys on Apache Atlas Servers.
- ATLAS_TYPE_ARRAY_PREFIX - Static variable in class org.odpi.openmetadata.adapters.connectors.apacheatlas.resource.properties.AtlasTypeDefBase
- ATLAS_TYPE_ARRAY_SUFFIX - Static variable in class org.odpi.openmetadata.adapters.connectors.apacheatlas.resource.properties.AtlasTypeDefBase
- ATLAS_TYPE_ASSET - Static variable in class org.odpi.openmetadata.adapters.connectors.apacheatlas.resource.properties.AtlasTypeDefBase
- ATLAS_TYPE_BIGDECIMAL - Static variable in class org.odpi.openmetadata.adapters.connectors.apacheatlas.resource.properties.AtlasTypeDefBase
- ATLAS_TYPE_BIGINTEGER - Static variable in class org.odpi.openmetadata.adapters.connectors.apacheatlas.resource.properties.AtlasTypeDefBase
- ATLAS_TYPE_BOOLEAN - Static variable in class org.odpi.openmetadata.adapters.connectors.apacheatlas.resource.properties.AtlasTypeDefBase
- ATLAS_TYPE_BYTE - Static variable in class org.odpi.openmetadata.adapters.connectors.apacheatlas.resource.properties.AtlasTypeDefBase
- ATLAS_TYPE_DATASET - Static variable in class org.odpi.openmetadata.adapters.connectors.apacheatlas.resource.properties.AtlasTypeDefBase
- ATLAS_TYPE_DATE - Static variable in class org.odpi.openmetadata.adapters.connectors.apacheatlas.resource.properties.AtlasTypeDefBase
- ATLAS_TYPE_DOUBLE - Static variable in class org.odpi.openmetadata.adapters.connectors.apacheatlas.resource.properties.AtlasTypeDefBase
- ATLAS_TYPE_FLOAT - Static variable in class org.odpi.openmetadata.adapters.connectors.apacheatlas.resource.properties.AtlasTypeDefBase
- ATLAS_TYPE_INFRASTRUCTURE - Static variable in class org.odpi.openmetadata.adapters.connectors.apacheatlas.resource.properties.AtlasTypeDefBase
- ATLAS_TYPE_INT - Static variable in class org.odpi.openmetadata.adapters.connectors.apacheatlas.resource.properties.AtlasTypeDefBase
- ATLAS_TYPE_LONG - Static variable in class org.odpi.openmetadata.adapters.connectors.apacheatlas.resource.properties.AtlasTypeDefBase
- ATLAS_TYPE_MAP_KEY_VAL_SEP - Static variable in class org.odpi.openmetadata.adapters.connectors.apacheatlas.resource.properties.AtlasTypeDefBase
- ATLAS_TYPE_MAP_PREFIX - Static variable in class org.odpi.openmetadata.adapters.connectors.apacheatlas.resource.properties.AtlasTypeDefBase
- ATLAS_TYPE_MAP_SUFFIX - Static variable in class org.odpi.openmetadata.adapters.connectors.apacheatlas.resource.properties.AtlasTypeDefBase
- ATLAS_TYPE_OBJECT_ID - Static variable in class org.odpi.openmetadata.adapters.connectors.apacheatlas.resource.properties.AtlasTypeDefBase
- ATLAS_TYPE_PROCESS - Static variable in class org.odpi.openmetadata.adapters.connectors.apacheatlas.resource.properties.AtlasTypeDefBase
- ATLAS_TYPE_SHORT - Static variable in class org.odpi.openmetadata.adapters.connectors.apacheatlas.resource.properties.AtlasTypeDefBase
- ATLAS_TYPE_STRING - Static variable in class org.odpi.openmetadata.adapters.connectors.apacheatlas.resource.properties.AtlasTypeDefBase
- AtlasAnnotationType - Enum Class in org.odpi.openmetadata.adapters.connectors.apacheatlas.survey.controls
-
The AtlasAnnotationType enum describes the annotation types used by the Apache Atlas survey action service.
- atlasAssetProperties - Static variable in class org.odpi.openmetadata.adapters.connectors.apacheatlas.integration.modules.AtlasIntegrationModuleBase
- AtlasAttributeDef - Class in org.odpi.openmetadata.adapters.connectors.apacheatlas.resource.properties
-
AtlasAttributeDef describes a single attribute of an Apache Atlas type definition.
- AtlasAttributeDef() - Constructor for class org.odpi.openmetadata.adapters.connectors.apacheatlas.resource.properties.AtlasAttributeDef
- AtlasAttributeSearchResult - Class in org.odpi.openmetadata.adapters.connectors.apacheatlas.resource.properties
-
AtlasAttributeSearchResult describes matching attributes.
- AtlasAttributeSearchResult() - Constructor for class org.odpi.openmetadata.adapters.connectors.apacheatlas.resource.properties.AtlasAttributeSearchResult
- AtlasAuditEventV2 - Class in org.odpi.openmetadata.adapters.connectors.apacheatlas.resource.properties
-
AtlasAuditEventV2 describes the structure of an audit event
- AtlasAuditEventV2() - Constructor for class org.odpi.openmetadata.adapters.connectors.apacheatlas.resource.properties.AtlasAuditEventV2
- AtlasAuditOperation - Enum Class in org.odpi.openmetadata.adapters.connectors.apacheatlas.resource.properties
-
AtlasAuditOperation describes the operation that an audit event describes.
- AtlasBusinessMetadataDef - Class in org.odpi.openmetadata.adapters.connectors.apacheatlas.resource.properties
-
AtlasBusinessMetadataDef describes the properties of a business metadata type.
- AtlasBusinessMetadataDef() - Constructor for class org.odpi.openmetadata.adapters.connectors.apacheatlas.resource.properties.AtlasBusinessMetadataDef
- AtlasCardinality - Enum Class in org.odpi.openmetadata.adapters.connectors.apacheatlas.resource.properties
-
AtlasCardinality describes the cardinality of an attribute or relationship.
- AtlasClassification - Class in org.odpi.openmetadata.adapters.connectors.apacheatlas.resource.properties
-
AtlasClassification describes an Atlas classification tag.
- AtlasClassification() - Constructor for class org.odpi.openmetadata.adapters.connectors.apacheatlas.resource.properties.AtlasClassification
- AtlasClassificationAssociateRequest - Class in org.odpi.openmetadata.adapters.connectors.apacheatlas.resource.properties
-
AtlasClassificationAssociateRequest seems to be used to do a bulk update of entities with a classification.
- AtlasClassificationAssociateRequest() - Constructor for class org.odpi.openmetadata.adapters.connectors.apacheatlas.resource.properties.AtlasClassificationAssociateRequest
- AtlasClassificationDef - Class in org.odpi.openmetadata.adapters.connectors.apacheatlas.resource.properties
-
AtlasClassificationDef describes a type of tag.
- AtlasClassificationDef() - Constructor for class org.odpi.openmetadata.adapters.connectors.apacheatlas.resource.properties.AtlasClassificationDef
- atlasClient - Variable in class org.odpi.openmetadata.adapters.connectors.apacheatlas.integration.modules.AtlasIntegrationModuleBase
- AtlasCondition - Enum Class in org.odpi.openmetadata.adapters.connectors.apacheatlas.resource.properties
-
AtlasCondition is used in forming queries.
- AtlasConstraintDef - Class in org.odpi.openmetadata.adapters.connectors.apacheatlas.resource.properties
-
AtlasConstraintDef captures details of a constraint.
- AtlasConstraintDef() - Constructor for class org.odpi.openmetadata.adapters.connectors.apacheatlas.resource.properties.AtlasConstraintDef
- atlasCreateTimePropertyName - Static variable in class org.odpi.openmetadata.adapters.connectors.apacheatlas.integration.modules.AtlasIntegrationModuleBase
- atlasDataFileProperties - Static variable in class org.odpi.openmetadata.adapters.connectors.apacheatlas.integration.modules.AtlasIntegrationModuleBase
- AtlasDeployedImplementationType - Enum Class in org.odpi.openmetadata.adapters.connectors.controls
-
Describes the standard deployed implementation types supplied with Egeria for working with Apache Atlas.
- atlasDescriptionPropertyName - Static variable in class org.odpi.openmetadata.adapters.connectors.apacheatlas.integration.modules.AtlasIntegrationModuleBase
- atlasDisplayNamePropertyName - Static variable in class org.odpi.openmetadata.adapters.connectors.apacheatlas.integration.modules.AtlasIntegrationModuleBase
- AtlasElementDef - Class in org.odpi.openmetadata.adapters.connectors.apacheatlas.resource.properties
-
AtlasElementDef describes a single valid value in an EnumDef.
- AtlasElementDef() - Constructor for class org.odpi.openmetadata.adapters.connectors.apacheatlas.resource.properties.AtlasElementDef
-
Default constructor
- AtlasEntity - Class in org.odpi.openmetadata.adapters.connectors.apacheatlas.resource.properties
-
AtlasEntity describes an entity instance.
- AtlasEntity() - Constructor for class org.odpi.openmetadata.adapters.connectors.apacheatlas.resource.properties.AtlasEntity
- AtlasEntityDef - Class in org.odpi.openmetadata.adapters.connectors.apacheatlas.resource.properties
-
AtlasEntityDef describes the type definition for an entity.
- AtlasEntityDef() - Constructor for class org.odpi.openmetadata.adapters.connectors.apacheatlas.resource.properties.AtlasEntityDef
- AtlasEntityExtInfo - Class in org.odpi.openmetadata.adapters.connectors.apacheatlas.resource.properties
-
AtlasEntityExtInfo contains a map of GUIDs to entity instances.
- AtlasEntityExtInfo() - Constructor for class org.odpi.openmetadata.adapters.connectors.apacheatlas.resource.properties.AtlasEntityExtInfo
- AtlasEntityHeader - Class in org.odpi.openmetadata.adapters.connectors.apacheatlas.resource.properties
-
AtlasEntityHeader provides the summary information about an entity instance.
- AtlasEntityHeader() - Constructor for class org.odpi.openmetadata.adapters.connectors.apacheatlas.resource.properties.AtlasEntityHeader
- AtlasEntityHeaders - Class in org.odpi.openmetadata.adapters.connectors.apacheatlas.resource.properties
-
AtlasEntityHeaders defines a map of GUID to Atlas entities
- AtlasEntityHeaders() - Constructor for class org.odpi.openmetadata.adapters.connectors.apacheatlas.resource.properties.AtlasEntityHeaders
- AtlasEntityMutationResponse - Class in org.odpi.openmetadata.adapters.connectors.apacheatlas.resource.properties
-
AtlasEntityMutationResponse returns information of new/updated entities
- AtlasEntityMutationResponse() - Constructor for class org.odpi.openmetadata.adapters.connectors.apacheatlas.resource.properties.AtlasEntityMutationResponse
- AtlasEntityOperation - Enum Class in org.odpi.openmetadata.adapters.connectors.apacheatlas.resource.properties
-
AtlasEntityOperation describes the change to a collection of entities.
- AtlasEntityWithExtInfo - Class in org.odpi.openmetadata.adapters.connectors.apacheatlas.resource.properties
-
AtlasEntityWithExtInfo describes an entity with additional entity elements.
- AtlasEntityWithExtInfo() - Constructor for class org.odpi.openmetadata.adapters.connectors.apacheatlas.resource.properties.AtlasEntityWithExtInfo
- AtlasEnumDef - Class in org.odpi.openmetadata.adapters.connectors.apacheatlas.resource.properties
-
AtlasEnumDef describes the structure of an EnumDef.
- AtlasEnumDef() - Constructor for class org.odpi.openmetadata.adapters.connectors.apacheatlas.resource.properties.AtlasEnumDef
- AtlasFilterCriteria - Class in org.odpi.openmetadata.adapters.connectors.apacheatlas.resource.properties
-
AtlasFilterCriteria can represent a single condition or group of conditions.
- AtlasFilterCriteria() - Constructor for class org.odpi.openmetadata.adapters.connectors.apacheatlas.resource.properties.AtlasFilterCriteria
- AtlasFullTextResult - Class in org.odpi.openmetadata.adapters.connectors.apacheatlas.resource.properties
-
AtlasFullTextResult returns search for entity results with match score.
- AtlasFullTextResult() - Constructor for class org.odpi.openmetadata.adapters.connectors.apacheatlas.resource.properties.AtlasFullTextResult
- AtlasGlossaryAnchorElement - Class in org.odpi.openmetadata.adapters.connectors.apacheatlas.resource.properties
-
AtlasGlossaryAnchorElement describes the relationship between a glossary and one of its terms/categories.
- AtlasGlossaryAnchorElement() - Constructor for class org.odpi.openmetadata.adapters.connectors.apacheatlas.resource.properties.AtlasGlossaryAnchorElement
- AtlasGlossaryAnchorElement(AtlasGlossaryAnchorElement) - Constructor for class org.odpi.openmetadata.adapters.connectors.apacheatlas.resource.properties.AtlasGlossaryAnchorElement
- AtlasGlossaryBaseProperties - Class in org.odpi.openmetadata.adapters.connectors.apacheatlas.resource.properties
-
AtlasGlossaryBaseProperties describes the common properties found on all an Apache Atlas glossary elements.
- AtlasGlossaryBaseProperties() - Constructor for class org.odpi.openmetadata.adapters.connectors.apacheatlas.resource.properties.AtlasGlossaryBaseProperties
-
Standard constructor
- AtlasGlossaryBaseProperties(AtlasGlossaryBaseProperties) - Constructor for class org.odpi.openmetadata.adapters.connectors.apacheatlas.resource.properties.AtlasGlossaryBaseProperties
-
Copy/clone Constructor
- AtlasGlossaryCategoryElement - Class in org.odpi.openmetadata.adapters.connectors.apacheatlas.resource.properties
-
AtlasGlossaryElement describes an Apache Atlas glossary category and its related terms/categories retrieved from Apache Atlas.
- AtlasGlossaryCategoryElement() - Constructor for class org.odpi.openmetadata.adapters.connectors.apacheatlas.resource.properties.AtlasGlossaryCategoryElement
- AtlasGlossaryCategoryElement(AtlasGlossaryCategoryElement) - Constructor for class org.odpi.openmetadata.adapters.connectors.apacheatlas.resource.properties.AtlasGlossaryCategoryElement
- AtlasGlossaryElement - Class in org.odpi.openmetadata.adapters.connectors.apacheatlas.resource.properties
-
AtlasGlossaryElement describes an Apache Atlas glossary and its terms/categories retrieved from Apache Atlas.
- AtlasGlossaryElement() - Constructor for class org.odpi.openmetadata.adapters.connectors.apacheatlas.resource.properties.AtlasGlossaryElement
- AtlasGlossaryElement(AtlasGlossaryElement) - Constructor for class org.odpi.openmetadata.adapters.connectors.apacheatlas.resource.properties.AtlasGlossaryElement
- AtlasGlossaryIntegrationModule - Class in org.odpi.openmetadata.adapters.connectors.apacheatlas.integration.modules
-
AtlasGlossaryIntegrationModule exchanges glossary terms between Apache Atlas and the open metadata ecosystem.
- AtlasGlossaryIntegrationModule(String, Connection, AuditLog, IntegrationContext, String, ApacheAtlasRESTConnector) - Constructor for class org.odpi.openmetadata.adapters.connectors.apacheatlas.integration.modules.AtlasGlossaryIntegrationModule
-
Constructor for the module is supplied with the runtime context in order to operate.
- AtlasGlossaryMemberBaseProperties - Class in org.odpi.openmetadata.adapters.connectors.apacheatlas.resource.properties
-
AtlasGlossaryMemberBaseProperties is the base class for terms and categories.
- AtlasGlossaryMemberBaseProperties() - Constructor for class org.odpi.openmetadata.adapters.connectors.apacheatlas.resource.properties.AtlasGlossaryMemberBaseProperties
-
Standard constructor
- AtlasGlossaryMemberBaseProperties(AtlasGlossaryMemberBaseProperties) - Constructor for class org.odpi.openmetadata.adapters.connectors.apacheatlas.resource.properties.AtlasGlossaryMemberBaseProperties
-
Copy/clone Constructor
- AtlasGlossaryProperties - Class in org.odpi.openmetadata.adapters.connectors.apacheatlas.resource.properties
-
AtlasGlossaryProperties provides the properties of a glossary - used as part of a request body.
- AtlasGlossaryProperties() - Constructor for class org.odpi.openmetadata.adapters.connectors.apacheatlas.resource.properties.AtlasGlossaryProperties
-
Standard constructor
- AtlasGlossaryProperties(AtlasGlossaryProperties) - Constructor for class org.odpi.openmetadata.adapters.connectors.apacheatlas.resource.properties.AtlasGlossaryProperties
-
Copy/clone constructor
- AtlasGlossaryTermElement - Class in org.odpi.openmetadata.adapters.connectors.apacheatlas.resource.properties
-
AtlasGlossaryTermElement describes an Apache Atlas glossary term used to call Apache Atlas.
- AtlasGlossaryTermElement() - Constructor for class org.odpi.openmetadata.adapters.connectors.apacheatlas.resource.properties.AtlasGlossaryTermElement
-
Standard constructor
- AtlasGlossaryTermElement(AtlasGlossaryTermElement) - Constructor for class org.odpi.openmetadata.adapters.connectors.apacheatlas.resource.properties.AtlasGlossaryTermElement
-
Copy/clone Constructor
- AtlasIndexType - Enum Class in org.odpi.openmetadata.adapters.connectors.apacheatlas.resource.properties
-
AtlasIndexType describes the data type of the indexable value.
- AtlasInformalTagsIntegrationModule - Class in org.odpi.openmetadata.adapters.connectors.apacheatlas.integration.modules
-
AtlasInformalTagsIntegrationModule synchronizes InformalTags from the open metadata ecosystem to Apache Atlas.
- AtlasInformalTagsIntegrationModule(String, Connection, AuditLog, IntegrationContext, String, ApacheAtlasRESTConnector, String) - Constructor for class org.odpi.openmetadata.adapters.connectors.apacheatlas.integration.modules.AtlasInformalTagsIntegrationModule
-
Constructor for the module is supplied with the runtime context in order to operate.
- AtlasInstanceStatus - Enum Class in org.odpi.openmetadata.adapters.connectors.apacheatlas.resource.properties
-
AtlasInstanceStatus describes the different status values for instances in Apache Atlas.
- AtlasIntegrationAuditCode - Enum Class in org.odpi.openmetadata.adapters.connectors.apacheatlas.integration.ffdc
-
The ApacheAtlasAuditCode is used to define the message content for the OMRS Audit Log.
- AtlasIntegrationErrorCode - Enum Class in org.odpi.openmetadata.adapters.connectors.apacheatlas.integration.ffdc
-
The ApacheAtlasErrorCode is used to define first failure data capture (FFDC) for errors that occur when working with the Apache Atlas integration connector.
- AtlasIntegrationModuleBase - Class in org.odpi.openmetadata.adapters.connectors.apacheatlas.integration.modules
-
AtlasIntegrationModuleBase defines the interface that classes that support the synchronization of particular types of metadata with Apache Atlas.
- AtlasIntegrationModuleBase(String, String, Connection, AuditLog, IntegrationContext, String, ApacheAtlasRESTConnector) - Constructor for class org.odpi.openmetadata.adapters.connectors.apacheatlas.integration.modules.AtlasIntegrationModuleBase
-
Initialize the common properties for an integration module.
- AtlasLineageDirection - Enum Class in org.odpi.openmetadata.adapters.connectors.apacheatlas.resource.properties
-
AtlasLineageDirection describes the direction of lineage flow.
- AtlasLineageInfo - Class in org.odpi.openmetadata.adapters.connectors.apacheatlas.resource.properties
-
AtlasLineageInfo captures lineage for an entity instance like hive_table.
- AtlasLineageInfo() - Constructor for class org.odpi.openmetadata.adapters.connectors.apacheatlas.resource.properties.AtlasLineageInfo
- AtlasLineageInfoOnDemand - Class in org.odpi.openmetadata.adapters.connectors.apacheatlas.resource.properties
-
AtlasLineageInfoOnDemand controls dynamic lineage queries.
- AtlasLineageInfoOnDemand() - Constructor for class org.odpi.openmetadata.adapters.connectors.apacheatlas.resource.properties.AtlasLineageInfoOnDemand
- AtlasLineageIntegrationModule - Class in org.odpi.openmetadata.adapters.connectors.apacheatlas.integration.modules
-
AtlasLineageIntegrationModule synchronizes lineage from Apache Atlas to the open metadata ecosystem.
- AtlasLineageIntegrationModule(String, Connection, AuditLog, IntegrationContext, String, ApacheAtlasRESTConnector) - Constructor for class org.odpi.openmetadata.adapters.connectors.apacheatlas.integration.modules.AtlasLineageIntegrationModule
-
Constructor for the module is supplied with the runtime context in order to operate.
- AtlasLineageOnDemandConstraints - Class in org.odpi.openmetadata.adapters.connectors.apacheatlas.resource.properties
-
AtlasLineageOnDemandConstraints provides constraints for lineage on demand.
- AtlasLineageOnDemandConstraints() - Constructor for class org.odpi.openmetadata.adapters.connectors.apacheatlas.resource.properties.AtlasLineageOnDemandConstraints
- AtlasLineageRelationship - Class in org.odpi.openmetadata.adapters.connectors.apacheatlas.resource.properties
-
AtlasLineageRelationship describes a lineage relationship between two entities.
- AtlasLineageRelationship() - Constructor for class org.odpi.openmetadata.adapters.connectors.apacheatlas.resource.properties.AtlasLineageRelationship
- AtlasMetric - Enum Class in org.odpi.openmetadata.adapters.connectors.apacheatlas.survey.controls
-
AtlasMetric describes the metrics from Apache Atlas that are captured by the Apache Atlas Survey Action Service.
- AtlasMetrics - Class in org.odpi.openmetadata.adapters.connectors.apacheatlas.resource.properties
-
AtlasMetrics returns information about a running Apache Atlas.
- AtlasMetrics() - Constructor for class org.odpi.openmetadata.adapters.connectors.apacheatlas.resource.properties.AtlasMetrics
-
Default constructor
- AtlasMetrics(AtlasMetrics) - Constructor for class org.odpi.openmetadata.adapters.connectors.apacheatlas.resource.properties.AtlasMetrics
-
Copy/clone constructor.
- AtlasMetricsData - Class in org.odpi.openmetadata.adapters.connectors.apacheatlas.resource.properties
-
AtlasMetricsData returns information about a running Apache Atlas.
- AtlasMetricsData() - Constructor for class org.odpi.openmetadata.adapters.connectors.apacheatlas.resource.properties.AtlasMetricsData
-
Default constructor.
- AtlasMetricsData(AtlasMetricsData) - Constructor for class org.odpi.openmetadata.adapters.connectors.apacheatlas.resource.properties.AtlasMetricsData
-
Copy/clone constructor.
- AtlasMetricsGeneral - Class in org.odpi.openmetadata.adapters.connectors.apacheatlas.resource.properties
-
AtlasMetricsGeneral describes the high-level metrics of the system.
- AtlasMetricsGeneral() - Constructor for class org.odpi.openmetadata.adapters.connectors.apacheatlas.resource.properties.AtlasMetricsGeneral
-
Default constructor
- AtlasMetricsGeneral(AtlasMetricsGeneral) - Constructor for class org.odpi.openmetadata.adapters.connectors.apacheatlas.resource.properties.AtlasMetricsGeneral
-
Copy/clone constructor.
- AtlasMetricsSystem - Class in org.odpi.openmetadata.adapters.connectors.apacheatlas.resource.properties
-
AtlasMetricsSystem describes the infrastructure that Apache Atlas is running on.
- AtlasMetricsSystem() - Constructor for class org.odpi.openmetadata.adapters.connectors.apacheatlas.resource.properties.AtlasMetricsSystem
-
Default constructor
- AtlasMetricsSystem(AtlasMetricsSystem) - Constructor for class org.odpi.openmetadata.adapters.connectors.apacheatlas.resource.properties.AtlasMetricsSystem
-
Copy/clone constructor.
- AtlasMetricsTag - Class in org.odpi.openmetadata.adapters.connectors.apacheatlas.resource.properties
-
AtlasMetricsTag defines a map of classification type names to the number of entities attached to each tag.
- AtlasMetricsTag() - Constructor for class org.odpi.openmetadata.adapters.connectors.apacheatlas.resource.properties.AtlasMetricsTag
-
Default constructor
- AtlasMetricsTag(AtlasMetricsTag) - Constructor for class org.odpi.openmetadata.adapters.connectors.apacheatlas.resource.properties.AtlasMetricsTag
-
Copy/clone constructor.
- atlasModifiedTimePropertyName - Static variable in class org.odpi.openmetadata.adapters.connectors.apacheatlas.integration.modules.AtlasIntegrationModuleBase
- atlasNamePropertyName - Static variable in class org.odpi.openmetadata.adapters.connectors.apacheatlas.integration.modules.AtlasIntegrationModuleBase
- AtlasObjectId - Class in org.odpi.openmetadata.adapters.connectors.apacheatlas.resource.properties
-
AtlasObjectId describes a reference to an Atlas entity instance.
- AtlasObjectId() - Constructor for class org.odpi.openmetadata.adapters.connectors.apacheatlas.resource.properties.AtlasObjectId
- AtlasOperator - Enum Class in org.odpi.openmetadata.adapters.connectors.apacheatlas.resource.properties
-
AtlasOperator is used in the formulations of queries.
- atlasOwnerPropertyName - Static variable in class org.odpi.openmetadata.adapters.connectors.apacheatlas.integration.modules.AtlasIntegrationModuleBase
- atlasPathPropertyName - Static variable in class org.odpi.openmetadata.adapters.connectors.apacheatlas.integration.modules.AtlasIntegrationModuleBase
- atlasProcessInputsPropertyName - Static variable in class org.odpi.openmetadata.adapters.connectors.apacheatlas.integration.modules.AtlasLineageIntegrationModule
- atlasProcessOutputsPropertyName - Static variable in class org.odpi.openmetadata.adapters.connectors.apacheatlas.integration.modules.AtlasLineageIntegrationModule
- atlasProcessTypeName - Static variable in class org.odpi.openmetadata.adapters.connectors.apacheatlas.integration.modules.AtlasLineageIntegrationModule
- AtlasPropagateTags - Enum Class in org.odpi.openmetadata.adapters.connectors.apacheatlas.resource.properties
-
AtlasPropagateTags defines whether tags (Atlas classifications) are propagated along a relationship.
- atlasQualifiedNamePropertyName - Static variable in class org.odpi.openmetadata.adapters.connectors.apacheatlas.integration.modules.AtlasIntegrationModuleBase
- AtlasQueryType - Enum Class in org.odpi.openmetadata.adapters.connectors.apacheatlas.resource.properties
-
AtlasQueryType describes the different types of query interfaces provided by Apache Atlas.
- AtlasReferenceClassificationsIntegrationModule - Class in org.odpi.openmetadata.adapters.connectors.apacheatlas.integration.modules
-
AtlasReferenceClassificationsIntegrationModule synchronizes a valid value set of classification definitions from the open metadata ecosystem to Apache Atlas as classification definitions.
- AtlasReferenceClassificationsIntegrationModule(String, Connection, AuditLog, IntegrationContext, String, ApacheAtlasRESTConnector, String, String) - Constructor for class org.odpi.openmetadata.adapters.connectors.apacheatlas.integration.modules.AtlasReferenceClassificationsIntegrationModule
-
Constructor for the module is supplied with the runtime context in order to operate.
- AtlasRegisteredIntegrationModuleBase - Class in org.odpi.openmetadata.adapters.connectors.apacheatlas.integration.modules
-
AtlasRegisteredIntegrationModuleBase defines the common classes for integration modules that are working with assets from Apache Atlas.
- AtlasRegisteredIntegrationModuleBase(String, String, Connection, AuditLog, IntegrationContext, String, ApacheAtlasRESTConnector, String[], String[]) - Constructor for class org.odpi.openmetadata.adapters.connectors.apacheatlas.integration.modules.AtlasRegisteredIntegrationModuleBase
-
Initialize the common properties for an integration module.
- AtlasRelatedCategoryHeader - Class in org.odpi.openmetadata.adapters.connectors.apacheatlas.resource.properties
-
AtlasRelatedTermHeader describes the relationship between a glossary and one of its categories.
- AtlasRelatedCategoryHeader() - Constructor for class org.odpi.openmetadata.adapters.connectors.apacheatlas.resource.properties.AtlasRelatedCategoryHeader
- AtlasRelatedCategoryHeader(AtlasRelatedCategoryHeader) - Constructor for class org.odpi.openmetadata.adapters.connectors.apacheatlas.resource.properties.AtlasRelatedCategoryHeader
- AtlasRelatedElementsIntegrationModule - Class in org.odpi.openmetadata.adapters.connectors.apacheatlas.integration.modules
-
AtlasRelatedElementsIntegrationModule synchronizes related entities and classifications attached to Apache Atlas originating entities within the open metadata ecosystem.
- AtlasRelatedElementsIntegrationModule(String, Connection, AuditLog, IntegrationContext, String, ApacheAtlasRESTConnector, String, String, List<String>, String, List<String>) - Constructor for class org.odpi.openmetadata.adapters.connectors.apacheatlas.integration.modules.AtlasRelatedElementsIntegrationModule
-
Constructor for the module is supplied with the runtime context in order to operate.
- AtlasRelatedObjectId - Class in org.odpi.openmetadata.adapters.connectors.apacheatlas.resource.properties
-
AtlasRelatedObjectId describes an entity related by a relationship.
- AtlasRelatedObjectId() - Constructor for class org.odpi.openmetadata.adapters.connectors.apacheatlas.resource.properties.AtlasRelatedObjectId
- AtlasRelatedTermHeader - Class in org.odpi.openmetadata.adapters.connectors.apacheatlas.resource.properties
-
AtlasRelatedTermHeader describes the relationship between a glossary and one of its terms.
- AtlasRelatedTermHeader() - Constructor for class org.odpi.openmetadata.adapters.connectors.apacheatlas.resource.properties.AtlasRelatedTermHeader
- AtlasRelatedTermHeader(AtlasRelatedTermHeader) - Constructor for class org.odpi.openmetadata.adapters.connectors.apacheatlas.resource.properties.AtlasRelatedTermHeader
- AtlasRelationship - Class in org.odpi.openmetadata.adapters.connectors.apacheatlas.resource.properties
-
AtlasRelationship describes a relationship instance in Apache Atlas.
- AtlasRelationship() - Constructor for class org.odpi.openmetadata.adapters.connectors.apacheatlas.resource.properties.AtlasRelationship
- AtlasRelationshipAttributeDef - Class in org.odpi.openmetadata.adapters.connectors.apacheatlas.resource.properties
-
AtlasRelationshipAttributeDef describes an attribute introduced to an entity via a relationshipDef
- AtlasRelationshipAttributeDef() - Constructor for class org.odpi.openmetadata.adapters.connectors.apacheatlas.resource.properties.AtlasRelationshipAttributeDef
- AtlasRelationshipCategory - Enum Class in org.odpi.openmetadata.adapters.connectors.apacheatlas.resource.properties
-
AtlasRelationshipCategory describes any implied lifecycle relationship between entities linked via a relationship.
- AtlasRelationshipDef - Class in org.odpi.openmetadata.adapters.connectors.apacheatlas.resource.properties
-
AtlasRelationshipDef describes a relationship between two entities.
- AtlasRelationshipDef() - Constructor for class org.odpi.openmetadata.adapters.connectors.apacheatlas.resource.properties.AtlasRelationshipDef
- AtlasRelationshipEndDef - Class in org.odpi.openmetadata.adapters.connectors.apacheatlas.resource.properties
-
AtlasRelationshipEndDef describes the entity at one end of a relationship.
- AtlasRelationshipEndDef() - Constructor for class org.odpi.openmetadata.adapters.connectors.apacheatlas.resource.properties.AtlasRelationshipEndDef
- AtlasRelationshipHeader - Class in org.odpi.openmetadata.adapters.connectors.apacheatlas.resource.properties
-
AtlasRelationshipHeader contains a summary of a relationship.
- AtlasRelationshipHeader() - Constructor for class org.odpi.openmetadata.adapters.connectors.apacheatlas.resource.properties.AtlasRelationshipHeader
- AtlasRequestParameter - Enum Class in org.odpi.openmetadata.adapters.connectors.apacheatlas.survey.controls
-
RequestParameter provides some standard definitions for request parameters used to pass properties to governance actions when they run.
- AtlasSearchParameters - Class in org.odpi.openmetadata.adapters.connectors.apacheatlas.resource.properties
-
AtlasSearchParameters describes a query request to Apache Atlas.
- AtlasSearchParameters() - Constructor for class org.odpi.openmetadata.adapters.connectors.apacheatlas.resource.properties.AtlasSearchParameters
- AtlasSearchResult - Class in org.odpi.openmetadata.adapters.connectors.apacheatlas.resource.properties
-
AtlasSearchResult describes the response structure for an Atlas search request.
- AtlasSearchResult() - Constructor for class org.odpi.openmetadata.adapters.connectors.apacheatlas.resource.properties.AtlasSearchResult
- AtlasSortOrder - Enum Class in org.odpi.openmetadata.adapters.connectors.apacheatlas.resource.properties
-
AtlasSortOder defines the order of results returned from a query.
- AtlasStruct - Class in org.odpi.openmetadata.adapters.connectors.apacheatlas.resource.properties
-
Provides the common properties for an Apache Atlas instance.
- AtlasStruct() - Constructor for class org.odpi.openmetadata.adapters.connectors.apacheatlas.resource.properties.AtlasStruct
- AtlasStructDef - Class in org.odpi.openmetadata.adapters.connectors.apacheatlas.resource.properties
-
AtlasStructDef describes a struct type and also acts as a base class for most type defs.
- AtlasStructDef() - Constructor for class org.odpi.openmetadata.adapters.connectors.apacheatlas.resource.properties.AtlasStructDef
- AtlasSurveyAuditCode - Enum Class in org.odpi.openmetadata.adapters.connectors.apacheatlas.survey.ffdc
-
The AtlasDiscoveryAuditCode is used to define the message content for the OMRS Audit Log.
- AtlasSurveyErrorCode - Enum Class in org.odpi.openmetadata.adapters.connectors.apacheatlas.survey.ffdc
-
The AtlasDiscoveryErrorCode is used to define first failure data capture (FFDC) for errors that occur when working with the Apache Atlas REST connector.
- AtlasTermAssignmentHeader - Class in org.odpi.openmetadata.adapters.connectors.apacheatlas.resource.properties
-
AtlasTermAssignmentHeader describes a glossary term that is linked to an instance via a semantic assignment.
- AtlasTermAssignmentHeader() - Constructor for class org.odpi.openmetadata.adapters.connectors.apacheatlas.resource.properties.AtlasTermAssignmentHeader
- AtlasTermAssignmentStatus - Enum Class in org.odpi.openmetadata.adapters.connectors.apacheatlas.resource.properties
-
AtlasTermAssignmentStatus describes the status of a semantic assignment relationship.
- AtlasTermRelationshipStatus - Enum Class in org.odpi.openmetadata.adapters.connectors.apacheatlas.resource.properties
-
AtlasTermRelationshipStatus describes the status of a relationship between terms.
- AtlasTimeBoundary - Class in org.odpi.openmetadata.adapters.connectors.apacheatlas.resource.properties
-
AtlasTimeBoundary describes the effective time for an Atlas entity.
- AtlasTimeBoundary() - Constructor for class org.odpi.openmetadata.adapters.connectors.apacheatlas.resource.properties.AtlasTimeBoundary
- AtlasTypeCategory - Enum Class in org.odpi.openmetadata.adapters.connectors.apacheatlas.resource.properties
-
AtlasTypeCategory describes the different categories of type definition supported by Apache Atlas.
- AtlasTypeDefBase - Class in org.odpi.openmetadata.adapters.connectors.apacheatlas.resource.properties
-
AtlasTypeDefBase provides the common attributes found in all type definitions.
- AtlasTypeDefBase() - Constructor for class org.odpi.openmetadata.adapters.connectors.apacheatlas.resource.properties.AtlasTypeDefBase
-
Default constructor
- AtlasTypesDef - Class in org.odpi.openmetadata.adapters.connectors.apacheatlas.resource.properties
-
AtlasTypesDef describes the gallery of types sent and returned to Apache Atlas.
- AtlasTypesDef() - Constructor for class org.odpi.openmetadata.adapters.connectors.apacheatlas.resource.properties.AtlasTypesDef
- atlasUpdateRequired(OpenMetadataRootElement, AtlasEntity) - Method in class org.odpi.openmetadata.adapters.connectors.apacheatlas.integration.modules.AtlasIntegrationModuleBase
-
Confirm whether there have been changes since the last synchronization.
- atlasUserDescriptionPropertyName - Static variable in class org.odpi.openmetadata.adapters.connectors.apacheatlas.integration.modules.AtlasIntegrationModuleBase
- AtlasVersion - Class in org.odpi.openmetadata.adapters.connectors.apacheatlas.resource.properties
-
AtlasVersion describes the version of the connected Apache Atlas
- AtlasVersion() - Constructor for class org.odpi.openmetadata.adapters.connectors.apacheatlas.resource.properties.AtlasVersion
-
Default constructor.
- AtlasVersion(AtlasVersion) - Constructor for class org.odpi.openmetadata.adapters.connectors.apacheatlas.resource.properties.AtlasVersion
-
Copy/clone constructor.
- ATTACH - Enum constant in enum class org.odpi.openmetadata.frameworks.connectors.properties.users.AccessOperation
-
The user requests to attach a non-anchored element to the metadata element in the catalog.
- attachAnnotationToReport(String, String, String, NewRelationshipRequestBody) - Method in class org.odpi.openmetadata.viewservices.datadiscovery.server.DataDiscoveryRESTServices
-
Create a relationship that links a new annotation to its survey report.
- attachAnnotationToReport(String, String, String, NewRelationshipRequestBody) - Method in class org.odpi.openmetadata.viewservices.datadiscovery.server.spring.DataDiscoveryResource
-
Create a relationship that links a new annotation to its survey report.
- attachAnnotationToReport(String, String, String, MakeAnchorOptions, ReportedAnnotationProperties) - Method in class org.odpi.openmetadata.frameworks.openmetadata.handlers.AnnotationHandler
-
Create a relationship that links a new annotation to its survey report.
- attachAnnotationToReport(String, String, MakeAnchorOptions, ReportedAnnotationProperties) - Method in class org.odpi.openmetadata.frameworks.openmetadata.connectorcontext.AnnotationClient
-
Create a relationship that links a new annotation to its survey report.
- attachCollection(String, String, String, String, NewRelationshipRequestBody) - Method in class org.odpi.openmetadata.viewservices.collectionmanager.server.CollectionManagerRESTServices
-
Connect an existing collection to an element using the ResourceList relationship (0019).
- attachCollection(String, String, String, String, NewRelationshipRequestBody) - Method in class org.odpi.openmetadata.viewservices.collectionmanager.server.spring.CollectionManagerResource
-
Connect an existing collection to an element using the ResourceList relationship (0019).
- attachCollection(String, String, String, MakeAnchorOptions, ResourceListProperties) - Method in class org.odpi.openmetadata.frameworks.openmetadata.handlers.CollectionHandler
-
Connect an existing collection to an element using the ResourceList relationship (0019).
- attachCollection(String, String, MakeAnchorOptions, ResourceListProperties) - Method in class org.odpi.openmetadata.frameworks.openmetadata.connectorcontext.CollectionClient
-
Connect an existing collection to an element using the ResourceList relationship (0019).
- attachDataDescription(String, String, String, String, NewRelationshipRequestBody) - Method in class org.odpi.openmetadata.viewservices.collectionmanager.server.CollectionManagerRESTServices
-
Connect an existing collection to an element using the ResourceList relationship (0019).
- attachDataDescription(String, String, String, String, NewRelationshipRequestBody) - Method in class org.odpi.openmetadata.viewservices.collectionmanager.server.spring.CollectionManagerResource
-
Connect an existing collection to an element using the ResourceList relationship (0019).
- attachDataDescription(String, String, String, MakeAnchorOptions, DataDescriptionProperties) - Method in class org.odpi.openmetadata.frameworks.openmetadata.handlers.CollectionHandler
-
Connect a data describing collection to an element using the DataDescription relationship (0580).
- attachDataDescription(String, String, MakeAnchorOptions, DataDescriptionProperties) - Method in class org.odpi.openmetadata.frameworks.openmetadata.connectorcontext.CollectionClient
-
Connect a data describing collection to an element using the DataDescription relationship (0580).
- ATTACHED_COMMENT_RELATIONSHIP - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.types.OpenMetadataType
-
Links a comment to an item, or another comment.
- ATTACHED_LIKE_RELATIONSHIP - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.types.OpenMetadataType
-
Links a like to an item.
- ATTACHED_NOTE_LOG_ENTRY_RELATIONSHIP - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.types.OpenMetadataType
-
Link between a note log and one of its note log entries.
- ATTACHED_NOTE_LOG_RELATIONSHIP - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.types.OpenMetadataType
-
Links a note log to an item.
- ATTACHED_RATING_RELATIONSHIP - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.types.OpenMetadataType
-
Links a rating to an item.
- ATTACHED_STORAGE_RELATIONSHIP - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.types.OpenMetadataType
-
Links infrastructure to a persistent storage volume.
- ATTACHED_TAG_RELATIONSHIP - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.types.OpenMetadataType
-
Links an informal tag to an item.
- AttachedClassification - Class in org.odpi.openmetadata.frameworks.openmetadata.properties
-
The AttachedClassification bean describes a single classification associated with an element.
- AttachedClassification() - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.properties.AttachedClassification
-
Default constructor
- AttachedClassification(AttachedClassification) - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.properties.AttachedClassification
-
Copy/clone constructor
- AttachedClassificationsResponse - Class in org.odpi.openmetadata.frameworkservices.omf.rest
-
The response object for passing back a list of omf AttachedClassifications or an exception if the request failed.
- AttachedClassificationsResponse() - Constructor for class org.odpi.openmetadata.frameworkservices.omf.rest.AttachedClassificationsResponse
-
Default constructor
- AttachedClassificationsResponse(AttachedClassificationsResponse) - Constructor for class org.odpi.openmetadata.frameworkservices.omf.rest.AttachedClassificationsResponse
-
Copy/clone constructor
- AttachedCommentProperties - Class in org.odpi.openmetadata.frameworks.openmetadata.properties.feedback
-
AttachedCommentProperties describes the properties for the AttachedComment relationship between a referencable and a comment.
- AttachedCommentProperties() - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.properties.feedback.AttachedCommentProperties
-
Default constructor
- AttachedCommentProperties(AttachedCommentProperties) - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.properties.feedback.AttachedCommentProperties
-
Copy/clone constructor
- AttachedLikeProperties - Class in org.odpi.openmetadata.frameworks.openmetadata.properties.feedback
-
AttachedLikeProperties describes the properties for the AttachedLike relationship between a referencable and a like.
- AttachedLikeProperties() - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.properties.feedback.AttachedLikeProperties
-
Default constructor
- AttachedLikeProperties(AttachedLikeProperties) - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.properties.feedback.AttachedLikeProperties
-
Copy/clone constructor
- AttachedNoteLogEntryProperties - Class in org.odpi.openmetadata.frameworks.openmetadata.properties.feedback
-
AttachedNoteLogEntryProperties describes the properties for the AttachedNoteLogEntry relationship between a note log and a note log entry (action).
- AttachedNoteLogEntryProperties() - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.properties.feedback.AttachedNoteLogEntryProperties
-
Default constructor
- AttachedNoteLogEntryProperties(AttachedNoteLogEntryProperties) - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.properties.feedback.AttachedNoteLogEntryProperties
-
Copy/clone constructor
- AttachedNoteLogProperties - Class in org.odpi.openmetadata.frameworks.openmetadata.properties.feedback
-
AttachedNoteLogProperties describes the properties for the AttachedNoteLog relationship between a referencable and a note log.
- AttachedNoteLogProperties() - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.properties.feedback.AttachedNoteLogProperties
-
Default constructor
- AttachedNoteLogProperties(AttachedNoteLogProperties) - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.properties.feedback.AttachedNoteLogProperties
-
Copy/clone constructor
- AttachedRatingProperties - Class in org.odpi.openmetadata.frameworks.openmetadata.properties.feedback
-
AttachedRatingProperties describes the properties for the AttachedRating relationship between a referencable and a rating.
- AttachedRatingProperties() - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.properties.feedback.AttachedRatingProperties
-
Default constructor
- AttachedRatingProperties(AttachedRatingProperties) - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.properties.feedback.AttachedRatingProperties
-
Copy/clone constructor
- AttachedTagProperties - Class in org.odpi.openmetadata.frameworks.openmetadata.properties.feedback
-
AttachedTagProperties describes the properties for the AttachedTag relationship between a referencable and an informal tag.
- AttachedTagProperties() - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.properties.feedback.AttachedTagProperties
-
Default constructor
- AttachedTagProperties(AttachedTagProperties) - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.properties.feedback.AttachedTagProperties
-
Copy/clone constructor
- ATTACHMENT_GUID - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.types.OpenMetadataProperty
-
If an attached entity or relationship to it changed, this is its unique identifier.
- ATTACHMENT_TYPE - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.types.OpenMetadataProperty
-
If an attached entity or relationship to changed, this is its unique type name.
- attachSupportingDefinition(String, String, String, String, String, NewRelationshipRequestBody) - Method in class org.odpi.openmetadata.viewservices.governanceofficer.server.GovernanceOfficerRESTServices
-
Attach a supporting governance definition.
- attachSupportingDefinition(String, String, String, String, String, NewRelationshipRequestBody) - Method in class org.odpi.openmetadata.viewservices.governanceofficer.server.spring.GovernanceOfficerResource
-
Attach a supporting governance definition.
- attachSupportingDefinition(String, String, String, String, MakeAnchorOptions, SupportingDefinitionProperties) - Method in class org.odpi.openmetadata.frameworks.openmetadata.handlers.GovernanceDefinitionHandler
-
Attach a supporting governance definition.
- attachSupportingDefinition(String, String, String, MakeAnchorOptions, SupportingDefinitionProperties) - Method in class org.odpi.openmetadata.frameworks.openmetadata.connectorcontext.GovernanceDefinitionClient
-
Attach a supporting governance definition.
- ATTR_DEF_OPTION_APPEND_ON_PARTIAL_UPDATE - Static variable in class org.odpi.openmetadata.adapters.connectors.apacheatlas.resource.properties.AtlasAttributeDef
- ATTR_DEF_OPTION_SOFT_REFERENCE - Static variable in class org.odpi.openmetadata.adapters.connectors.apacheatlas.resource.properties.AtlasAttributeDef
- ATTR_MAX_STRING_LENGTH - Static variable in class org.odpi.openmetadata.adapters.connectors.apacheatlas.resource.properties.AtlasBusinessMetadataDef
- ATTR_OPTION_APPLICABLE_ENTITY_TYPES - Static variable in class org.odpi.openmetadata.adapters.connectors.apacheatlas.resource.properties.AtlasBusinessMetadataDef
- ATTR_VALID_PATTERN - Static variable in class org.odpi.openmetadata.adapters.connectors.apacheatlas.resource.properties.AtlasBusinessMetadataDef
- Attribute - Class in org.odpi.openmetadata.samples.archiveutilities.cloudinformationmodel.properties
-
Attribute describes a primitive attribute in the
- Attribute(String, String, PropertyDescription) - Constructor for class org.odpi.openmetadata.samples.archiveutilities.cloudinformationmodel.properties.Attribute
- ATTRIBUTE - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.apacheatlas.resource.properties.AtlasQueryType
- ATTRIBUTE_FOR_SCHEMA_RELATIONSHIP - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.types.OpenMetadataType
-
Link between a complex schema type and its attributes.
- ATTRIBUTE_NAME - Enum constant in enum class org.odpi.openmetadata.adapters.repositoryservices.postgres.repositoryconnector.schema.RepositoryColumn
- ATTRIBUTE_NAME - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.types.OpenMetadataProperty
-
The name of the attribute that the reference data assignment represents.
- ATTRIBUTE_TYPE_GUID - Enum constant in enum class org.odpi.openmetadata.adapters.repositoryservices.postgres.repositoryconnector.schema.RepositoryColumn
- ATTRIBUTE_TYPE_NAME - Enum constant in enum class org.odpi.openmetadata.adapters.repositoryservices.postgres.repositoryconnector.schema.RepositoryColumn
- ATTRIBUTE_TYPEDEF_ALREADY_DEFINED - Enum constant in enum class org.odpi.openmetadata.repositoryservices.ffdc.OMRSErrorCode
-
OMRS-REPOSITORY-400-004 - Unable to add the AttributeTypeDef {0} (guid = {1}) since it is already defined in the open metadata repository {2}
- ATTRIBUTE_TYPEDEF_ID_NOT_KNOWN - Enum constant in enum class org.odpi.openmetadata.repositoryservices.ffdc.OMRSErrorCode
-
OMRS-REPOSITORY-404-008 - The AttributeTypeDef {0} (guid {1}) passed on a {2} request to open metadata repository {3} is not known to this repository
- ATTRIBUTE_TYPEDEF_IN_USE - Enum constant in enum class org.odpi.openmetadata.repositoryservices.ffdc.OMRSErrorCode
-
OMRS-REPOSITORY-400-002 - Unable to delete the AttributeTypeDef {0} (guid = {1}) since it is still in use in the open metadata repository {2}
- ATTRIBUTE_TYPEDEF_NAME_NOT_KNOWN - Enum constant in enum class org.odpi.openmetadata.repositoryservices.ffdc.OMRSErrorCode
-
OMRS-REPOSITORY-404-010 - The TypeDef unique name {0} passed on a {1} request to open metadata repository {2} is not known to the repository
- ATTRIBUTE_TYPEDEF_NOT_KNOWN - Enum constant in enum class org.odpi.openmetadata.repositoryservices.ffdc.OMRSErrorCode
-
OMRS-REPOSITORY-404-006 - The AttributeTypeDef {0} (guid = {1}) passed on the {2} call is not known to the open metadata repository {3}
- AttributeCardinality - Enum Class in org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.properties.typedefs
-
AttributeCardinality is used on an association from one TypeDef to another.
- attributeDefinitions - Variable in class org.odpi.openmetadata.frameworks.openmetadata.properties.OpenMetadataTypeDef
- AttributedElementConverterBase<B> - Class in org.odpi.openmetadata.frameworks.openmetadata.converters
-
AttributedElementConverterBase provides common methods for transferring relevant properties from an Open Metadata Element object into a bean that inherits from AttributedMetadataElement.
- AttributedElementConverterBase(PropertyHelper, String, String) - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.converters.AttributedElementConverterBase
-
Constructor
- attributeDescription - Variable in class org.odpi.openmetadata.frameworks.openmetadata.properties.OpenMetadataTypeDefAttribute
- attributeDescription - Variable in class org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.properties.typedefs.TypeDefAttribute
- attributeDescriptionGUID - Variable in class org.odpi.openmetadata.frameworks.openmetadata.properties.OpenMetadataTypeDefAttribute
- attributeDescriptionGUID - Variable in class org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.properties.typedefs.TypeDefAttribute
- AttributedMetadataElement - Class in org.odpi.openmetadata.frameworks.openmetadata.metadataelements
-
Description of an open metadata element (entity instance) retrieved from the open metadata repositories that is expected to have external references and other elements attached.
- AttributedMetadataElement() - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.metadataelements.AttributedMetadataElement
-
Default constructor used by subclasses
- AttributedMetadataElement(AttributedMetadataElement) - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.metadataelements.AttributedMetadataElement
-
Copy/clone constructor
- AttributeForSchemaProperties - Class in org.odpi.openmetadata.frameworks.openmetadata.properties.schema
-
Represents the relationship between a complex schema type and a nested schema attribute.
- AttributeForSchemaProperties() - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.properties.schema.AttributeForSchemaProperties
-
Default constructor
- AttributeForSchemaProperties(AttributeForSchemaProperties) - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.properties.schema.AttributeForSchemaProperties
-
Copy/clone constructor.
- attributeName - Variable in class org.odpi.openmetadata.frameworks.openmetadata.properties.OpenMetadataTypeDefAttribute
- attributeName - Variable in class org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.properties.typedefs.TypeDefAttribute
- ATTRIBUTES_FOR_TYPES_LIST - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.jacquard.productcatalog.ProductDefinitionEnum
-
Open Metadata Types List
- ATTRIBUTES_LIST - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.jacquard.productcatalog.ProductDefinitionEnum
-
Attribute List
- attributeStatus - Variable in class org.odpi.openmetadata.frameworks.openmetadata.properties.OpenMetadataTypeDefAttribute
- attributeStatus - Variable in class org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.properties.typedefs.TypeDefAttribute
- attributeType - Variable in class org.odpi.openmetadata.frameworks.openmetadata.properties.OpenMetadataTypeDefAttribute
- attributeType - Variable in class org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.properties.typedefs.TypeDefAttribute
- AttributeTypeDef - Class in org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.properties.typedefs
-
The AttributeTypeDef class is used to identify the type of an attribute.
- AttributeTypeDef() - Constructor for class org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.properties.typedefs.AttributeTypeDef
-
Default constructor
- AttributeTypeDef(AttributeTypeDef) - Constructor for class org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.properties.typedefs.AttributeTypeDef
-
Copy/clone constructor copies the values from the supplied template.
- AttributeTypeDef(AttributeTypeDefCategory) - Constructor for class org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.properties.typedefs.AttributeTypeDef
-
Minimal constructor is passed the category of the attribute type.
- AttributeTypeDef(AttributeTypeDefCategory, String, String) - Constructor for class org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.properties.typedefs.AttributeTypeDef
-
Typical constructor is passed the values that describe the type.
- AttributeTypeDefCategory - Enum Class in org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.properties.typedefs
-
The AttributeTypeDefCategory defines the list of valid types of an attribute (property) for an open metadata instance.
- attributeTypeDefCategoryParameterValidation(String, AttributeTypeDefCategory, String, String) - Method in class org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.OMRSMetadataCollectionBase
-
Validate the properties of a request that accesses types by category.
- AttributeTypeDefCategoryRequest - Class in org.odpi.openmetadata.repositoryservices.rest.properties
-
AttributeTypeDefRequest provides a response structure for an OMRS REST API call that returns an AttributeTypeDef object.
- AttributeTypeDefCategoryRequest() - Constructor for class org.odpi.openmetadata.repositoryservices.rest.properties.AttributeTypeDefCategoryRequest
-
Default constructor
- AttributeTypeDefCategoryRequest(AttributeTypeDefCategoryRequest) - Constructor for class org.odpi.openmetadata.repositoryservices.rest.properties.AttributeTypeDefCategoryRequest
-
Copy/clone constructor
- AttributeTypeDefListResponse - Class in org.odpi.openmetadata.frameworkservices.omf.rest
-
AttributeTypeDefListResponse provides a simple bean for returning an array of AttributeTypeDefs
- AttributeTypeDefListResponse - Class in org.odpi.openmetadata.repositoryservices.rest.properties
-
AttributeTypeDefListResponse provides a simple bean for returning an array of AttributeTypeDefs
- AttributeTypeDefListResponse() - Constructor for class org.odpi.openmetadata.frameworkservices.omf.rest.AttributeTypeDefListResponse
-
Default constructor
- AttributeTypeDefListResponse() - Constructor for class org.odpi.openmetadata.repositoryservices.rest.properties.AttributeTypeDefListResponse
-
Default constructor
- AttributeTypeDefListResponse(AttributeTypeDefListResponse) - Constructor for class org.odpi.openmetadata.frameworkservices.omf.rest.AttributeTypeDefListResponse
-
Copy/clone constructor
- AttributeTypeDefListResponse(AttributeTypeDefListResponse) - Constructor for class org.odpi.openmetadata.repositoryservices.rest.properties.AttributeTypeDefListResponse
-
Copy/clone constructor
- attributeTypeDefParameterValidation(String, AttributeTypeDef, String, String) - Method in class org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.OMRSMetadataCollectionBase
-
Validate that a supplied attributeTypeDef is valid.
- AttributeTypeDefRequest - Class in org.odpi.openmetadata.repositoryservices.rest.properties
-
AttributeTypeDefRequest provides a response structure for an OMRS REST API call that returns an AttributeTypeDef object.
- AttributeTypeDefRequest() - Constructor for class org.odpi.openmetadata.repositoryservices.rest.properties.AttributeTypeDefRequest
-
Default constructor
- AttributeTypeDefRequest(AttributeTypeDefRequest) - Constructor for class org.odpi.openmetadata.repositoryservices.rest.properties.AttributeTypeDefRequest
-
Copy/clone constructor
- AttributeTypeDefResponse - Class in org.odpi.openmetadata.frameworkservices.omf.rest
-
The response structure for an Open Survey Framework REST API call that returns an AttributeTypeDef object.
- AttributeTypeDefResponse - Class in org.odpi.openmetadata.repositoryservices.rest.properties
-
AttributeTypeDefResponse provides a response structure for an OMRS REST API call that returns an AttributeTypeDef object.
- AttributeTypeDefResponse() - Constructor for class org.odpi.openmetadata.frameworkservices.omf.rest.AttributeTypeDefResponse
-
Default constructor
- AttributeTypeDefResponse() - Constructor for class org.odpi.openmetadata.repositoryservices.rest.properties.AttributeTypeDefResponse
-
Default constructor
- AttributeTypeDefResponse(AttributeTypeDefResponse) - Constructor for class org.odpi.openmetadata.frameworkservices.omf.rest.AttributeTypeDefResponse
-
Copy/clone constructor
- AttributeTypeDefResponse(AttributeTypeDefResponse) - Constructor for class org.odpi.openmetadata.repositoryservices.rest.properties.AttributeTypeDefResponse
-
Copy/clone constructor
- ATTRIBUTION - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.types.OpenMetadataProperty
-
Attribution statement to use when consuming this external resource.
- AUDIO - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.enums.MediaType
-
The media is an audio recording.
- AUDIO_DATA_FILE - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.refdata.DeployedImplementationType
-
Audio Data File
- AUDIO_DATA_FILE_TEMPLATE - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.integration.basicfiles.controls.FilesTemplateType
- AUDIO_DATA_FILE_TEMPLATE - Enum constant in enum class org.odpi.openmetadata.contentpacks.core.DataAssetTemplateDefinition
- AUDIO_FILE - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.types.OpenMetadataType
-
A file containing an audio recording.
- AudioFileProperties - Class in org.odpi.openmetadata.frameworks.openmetadata.properties.assets.filesandfolders
-
AudioFileProperties describes a media file.
- AudioFileProperties() - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.properties.assets.filesandfolders.AudioFileProperties
-
Default constructor
- AudioFileProperties(AudioFileProperties) - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.properties.assets.filesandfolders.AudioFileProperties
-
Copy/clone constructor.
- AudioFileProperties(MediaFileProperties) - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.properties.assets.filesandfolders.AudioFileProperties
-
Copy/clone constructor.
- AUDIT_EVENTS - Enum constant in enum class org.odpi.openmetadata.adapters.repositoryservices.auditlogstore.postgres.schema.AuditLogTable
-
All the captured audit events.
- AUDIT_LOG - Enum constant in enum class org.odpi.openmetadata.repositoryservices.auditlog.OMRSAuditingComponent
-
Audit Log - Reads and writes records to the Open Metadata Repository Services (OMRS) audit log.
- AUDIT_LOG_CLASSIFICATION - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.types.OpenMetadataType
-
An asset holding related audit log records.
- AUDIT_LOG_DESTINATION_CONNECTOR - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.refdata.DeployedImplementationType
-
Audit Log Destination - Reads and writes records to the Open Metadata Repository Services (OMRS) audit log.
- AUDIT_LOG_DESTINATION_NOT_FOUND - Enum constant in enum class org.odpi.openmetadata.adminservices.ffdc.OMAGAdminErrorCode
-
OMAG-ADMIN-404-100 - The {0} audit log destination connection name does not exist, so the requested {1} operation cannot proceed
- AUDIT_LOG_RECORD_NOT_JSON_ENABLED - Enum constant in enum class org.odpi.openmetadata.repositoryservices.ffdc.OMRSErrorCode
-
OMRS-AUDIT-LOG-400-008 - The Audit log destination {0} is not able to convert an audit log record to JSON format
- AUDIT_LOG_STORE_NOT_AVAILABLE - Enum constant in enum class org.odpi.openmetadata.repositoryservices.ffdc.OMRSErrorCode
-
OMRS-AUDIT-LOG-400-007 - The Audit Log destination {0} is not available.
- AUDIT_LOG_TOPIC - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.EgeriaSolutionComponent
- AuditableServerServiceInstance - Class in org.odpi.openmetadata.commonservices.multitenant
-
AuditableServerServiceInstance caches references to OMRS objects for a specific server.
- AuditableServerServiceInstance(String, String, AuditLog, String, int) - Constructor for class org.odpi.openmetadata.commonservices.multitenant.AuditableServerServiceInstance
-
Constructor.
- AuditableServerServiceInstanceHandler - Class in org.odpi.openmetadata.commonservices.multitenant
-
AuditableServerServiceInstanceHandler supports registered services that have an audit log.
- auditLog - Variable in class org.odpi.openmetadata.adapters.connectors.apacheatlas.integration.modules.AtlasIntegrationModuleBase
- auditLog - Variable in class org.odpi.openmetadata.adapters.connectors.integration.basicfiles.DirectoryToMonitor
- auditLog - Variable in class org.odpi.openmetadata.adapters.connectors.integration.openapis.RESTClient
- auditLog - Variable in class org.odpi.openmetadata.adapters.connectors.jacquard.tabulardatasets.OpenMetadataDataSetConnectorBase
- auditLog - Variable in class org.odpi.openmetadata.adapters.connectors.restclients.RESTClientConnector
- auditLog - Variable in class org.odpi.openmetadata.adapters.connectors.unitycatalog.sync.OSSUnityCatalogInsideCatalogSyncBase
- auditLog - Variable in class org.odpi.openmetadata.commonservices.ffdc.rest.FFDCRESTClientBase
- auditLog - Variable in class org.odpi.openmetadata.commonservices.generichandlers.OpenMetadataAPIRootHandler
- auditLog - Variable in class org.odpi.openmetadata.commonservices.multitenant.AuditableServerServiceInstance
- auditLog - Variable in class org.odpi.openmetadata.engineservices.repositorygovernance.connector.RepositoryGovernanceServiceConnector
- auditLog - Variable in class org.odpi.openmetadata.frameworks.connectors.client.ConnectedAssetClient
- auditLog - Variable in class org.odpi.openmetadata.frameworks.connectors.ConnectorBase
- auditLog - Variable in class org.odpi.openmetadata.frameworks.connectors.ConnectorProviderBase
- auditLog - Variable in class org.odpi.openmetadata.frameworks.integration.connectors.CatalogTargetProcessorBase
- auditLog - Variable in class org.odpi.openmetadata.frameworks.integration.contextmanager.IntegrationContextManager
- auditLog - Variable in class org.odpi.openmetadata.frameworks.integration.iterator.IntegrationIterator
- auditLog - Variable in class org.odpi.openmetadata.frameworks.openmetadata.connectorcontext.ConnectorContextBase
- auditLog - Variable in class org.odpi.openmetadata.frameworks.openmetadata.connectorcontext.ConnectorContextClientBase
- auditLog - Variable in class org.odpi.openmetadata.frameworks.openmetadata.events.OpenMetadataEventClient
- auditLog - Variable in class org.odpi.openmetadata.frameworks.openmetadata.filelistener.DirectoryWatcher
- auditLog - Variable in class org.odpi.openmetadata.frameworks.openmetadata.handlers.OpenMetadataHandlerBase
- auditLog - Variable in class org.odpi.openmetadata.frameworks.opensurvey.SurveyActionServiceConnector
- auditLog - Variable in class org.odpi.openmetadata.frameworks.openwatchdog.WatchdogActionServiceConnector
- auditLog - Variable in class org.odpi.openmetadata.governanceservers.enginehostservices.admin.EngineServiceAdmin
- auditLog - Variable in class org.odpi.openmetadata.governanceservers.enginehostservices.admin.GovernanceEngineHandler
- auditLog - Variable in class org.odpi.openmetadata.governanceservers.enginehostservices.admin.GovernanceServiceHandler
- auditLog - Variable in class org.odpi.openmetadata.governanceservers.integrationdaemonservices.handlers.IntegrationGroupHandler
- auditLog - Variable in class org.odpi.openmetadata.repositoryservices.clients.AuditLogServicesClient
- auditLog - Variable in class org.odpi.openmetadata.repositoryservices.clients.MetadataCollectionServicesClient
- auditLog - Variable in class org.odpi.openmetadata.repositoryservices.clients.MetadataHighwayServicesClient
- auditLog - Variable in class org.odpi.openmetadata.repositoryservices.connectors.omrstopic.OMRSTopicConnector
- auditLog - Variable in class org.odpi.openmetadata.repositoryservices.connectors.omrstopic.OMRSTopicListenerBase
- auditLog - Variable in class org.odpi.openmetadata.repositoryservices.connectors.openmetadatatopic.OpenMetadataTopicConnector
- auditLog - Variable in class org.odpi.openmetadata.repositoryservices.connectors.openmetadatatopic.OpenMetadataTopicConsumerBase
- auditLog - Variable in class org.odpi.openmetadata.repositoryservices.connectors.stores.archivestore.OpenMetadataArchiveStoreConnector
- auditLog - Variable in class org.odpi.openmetadata.repositoryservices.connectors.stores.cohortregistrystore.OMRSCohortRegistryStoreConnectorBase
- auditLog - Variable in class org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.OMRSMetadataCollection
- auditLog - Variable in class org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.repositoryconnector.OMRSRepositoryConnector
- auditLog - Variable in class org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.repositoryeventmapper.OMRSRepositoryEventMapperConnector
- auditLog - Variable in class org.odpi.openmetadata.repositoryservices.enterprise.repositoryconnector.control.FederationControlBase
- AuditLog - Class in org.odpi.openmetadata.frameworks.auditlog
-
AuditLog is the superclass of audit log implementations.
- AuditLog(AuditLogDestination, int, ComponentDevelopmentStatus, String, String, String) - Constructor for class org.odpi.openmetadata.frameworks.auditlog.AuditLog
-
Typical constructor: each component using the audit log will create their own AuditLog instance and will push log records to it.
- AuditLog(AuditLogDestination, ComponentDescription) - Constructor for class org.odpi.openmetadata.frameworks.auditlog.AuditLog
-
Constructor used to create the root audit log for a process/server
- AuditLog.AuditLogActivity - Class in org.odpi.openmetadata.frameworks.auditlog
-
Count up the number of records of each severity logged by a component.
- auditLogActivity - Variable in class org.odpi.openmetadata.frameworks.auditlog.AuditLog
- AuditLogActivity() - Constructor for class org.odpi.openmetadata.frameworks.auditlog.AuditLog.AuditLogActivity
- AuditLogColumn - Enum Class in org.odpi.openmetadata.adapters.repositoryservices.auditlogstore.postgres.schema
-
Describes the different types of columns found in the audit log database schema
- AuditLogDestination - Class in org.odpi.openmetadata.frameworks.auditlog
-
AuditLogDestination provides the support to push audit log records to the desired locations for either storage or processing.
- AuditLogDestination() - Constructor for class org.odpi.openmetadata.frameworks.auditlog.AuditLogDestination
-
Default constructor for subclasses to give them an opportunity to build the originator properties.
- AuditLogDestination(Map<String, String>) - Constructor for class org.odpi.openmetadata.frameworks.auditlog.AuditLogDestination
-
The normal constructor takes the description of the process/server that is using the audit log.
- AuditLogDestinationCatalogTargetProcessor - Class in org.odpi.openmetadata.adapters.connectors.integration.kafkaaudit
-
Distributes audit log events from one or more embedded topic connectors to one or more embedded audit log destinations.
- AuditLogDestinationCatalogTargetProcessor(CatalogTarget, CatalogTargetContext, Connector, String, AuditLog) - Constructor for class org.odpi.openmetadata.adapters.connectors.integration.kafkaaudit.AuditLogDestinationCatalogTargetProcessor
-
Principle constructor
- AuditLoggingComponent - Interface in org.odpi.openmetadata.frameworks.auditlog
-
AuditLoggingComponent is an interface that components can implement to indicate that they can make use of an audit log.
- AuditLogMessageDefinition - Class in org.odpi.openmetadata.frameworks.auditlog.messagesets
-
AuditLogMessageDefinition extends MessageDefinition to provide a container that describes a single instance of a message for an audit log record.
- AuditLogMessageDefinition(String, AuditLogRecordSeverity, String, String, String) - Constructor for class org.odpi.openmetadata.frameworks.auditlog.messagesets.AuditLogMessageDefinition
-
Constructor to save all the fixed values of a message.
- AuditLogMessageSet - Interface in org.odpi.openmetadata.frameworks.auditlog.messagesets
-
AuditLogMessageSet is the interface implemented by an enum that contains the collection of message definitions for a component.
- AuditLogMessageSetTest - Class in org.odpi.openmetadata.test.unittest.utilities
-
AuditLogMessageSetTest is a base class for unit test cases that are validating audit log message sets.
- AuditLogMessageSetTest() - Constructor for class org.odpi.openmetadata.test.unittest.utilities.AuditLogMessageSetTest
- AuditLogProperties - Class in org.odpi.openmetadata.frameworks.openmetadata.properties.governance
-
Identifies an asset containing an audit log.
- AuditLogProperties() - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.properties.governance.AuditLogProperties
-
Default constructor
- AuditLogProperties(AuditLogProperties) - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.properties.governance.AuditLogProperties
-
Copy/clone constructor
- AuditLogRecord - Class in org.odpi.openmetadata.frameworks.auditlog
-
AuditLogRecord provides a carrier for details about a single log record in the audit log.
- AuditLogRecord() - Constructor for class org.odpi.openmetadata.frameworks.auditlog.AuditLogRecord
-
Default constructor
- AuditLogRecord(AuditLogRecord) - Constructor for class org.odpi.openmetadata.frameworks.auditlog.AuditLogRecord
-
Copy/clone constructor
- AuditLogRecordSeverity - Interface in org.odpi.openmetadata.frameworks.auditlog.messagesets
-
AuditLogRecordSeverity defines the different levels of severity for log records stored in an AuditLogRecord.
- AuditLogRecordSeverityLevel - Enum Class in org.odpi.openmetadata.frameworks.auditlog
-
AuditLogRecordSeverityLevel defines the different levels of severity for log records stored in the AuditLogRecord.
- AuditLogReport - Class in org.odpi.openmetadata.frameworks.auditlog
-
AuditLogReport is a container for returning information about a hierarchy of audit logs.
- AuditLogReport() - Constructor for class org.odpi.openmetadata.frameworks.auditlog.AuditLogReport
-
Default constructor
- AuditLogReport(AuditLogReport) - Constructor for class org.odpi.openmetadata.frameworks.auditlog.AuditLogReport
-
Copy/clone constructor
- AuditLogReportingComponent - Class in org.odpi.openmetadata.frameworks.auditlog
-
AuditLogReportingComponent describes the component issuing the audit log record.
- AuditLogReportingComponent() - Constructor for class org.odpi.openmetadata.frameworks.auditlog.AuditLogReportingComponent
-
Default constructor for Jackson
- AuditLogReportingComponent(int, ComponentDevelopmentStatus, String, String, String) - Constructor for class org.odpi.openmetadata.frameworks.auditlog.AuditLogReportingComponent
-
Construct the description of the reporting component.
- AuditLogReportingComponent(ComponentDescription) - Constructor for class org.odpi.openmetadata.frameworks.auditlog.AuditLogReportingComponent
-
Copy/clone constructor
- AuditLogReportResponse - Class in org.odpi.openmetadata.repositoryservices.rest.properties
-
AuditLogReportResponse describes the response structure for an OMRS REST API that returns an AuditLogReport object.
- AuditLogReportResponse() - Constructor for class org.odpi.openmetadata.repositoryservices.rest.properties.AuditLogReportResponse
-
Default constructor
- AuditLogReportResponse(AuditLogReportResponse) - Constructor for class org.odpi.openmetadata.repositoryservices.rest.properties.AuditLogReportResponse
-
Copy/clone constructor
- AuditLogServicesClient - Class in org.odpi.openmetadata.repositoryservices.clients
-
The AuditLogServicesClient supports the OMRS Repository Services APIs for retrieving audit logs.
- AuditLogServicesClient(String, String, String, String, String, String, AuditLog) - Constructor for class org.odpi.openmetadata.repositoryservices.clients.AuditLogServicesClient
-
Create a new client with no authentication embedded in the HTTP request.
- AuditLogServicesClient(String, String, Map<String, SecretsStoreConnector>, String, AuditLog) - Constructor for class org.odpi.openmetadata.repositoryservices.clients.AuditLogServicesClient
-
Create a new client with no authentication embedded in the HTTP request.
- AuditLogServicesResource - Class in org.odpi.openmetadata.repositoryservices.rest.server.spring
-
AuditLogServicesResource provides the server-side support for the OMRS Repository REST Services API that provide information about the local server's audit log.
- AuditLogServicesResource() - Constructor for class org.odpi.openmetadata.repositoryservices.rest.server.spring.AuditLogServicesResource
-
Default constructor
- AuditLogSeveritiesResponse - Class in org.odpi.openmetadata.repositoryservices.rest.properties
-
AuditLogSeveritiesResponse support an OMRS REST API response that returns a list of Audit log severity definition objects.
- AuditLogSeveritiesResponse() - Constructor for class org.odpi.openmetadata.repositoryservices.rest.properties.AuditLogSeveritiesResponse
-
Default constructor
- AuditLogSeveritiesResponse(AuditLogSeveritiesResponse) - Constructor for class org.odpi.openmetadata.repositoryservices.rest.properties.AuditLogSeveritiesResponse
-
Copy/clone constructor
- AuditLogTable - Enum Class in org.odpi.openmetadata.adapters.repositoryservices.auditlogstore.postgres.schema
-
Defines the tables used in a audit log database schema.
- augmentAtlasDatabaseColumnInEgeria(AtlasEntityWithExtInfo, String) - Method in class org.odpi.openmetadata.adapters.connectors.apacheatlas.integration.modules.DatabaseIntegrationModuleBase
-
Allow a subclass to attach additional information to the database column.
- augmentAtlasDatabaseInEgeria(AtlasEntityWithExtInfo, String) - Method in class org.odpi.openmetadata.adapters.connectors.apacheatlas.integration.modules.ApacheHiveIntegrationModule
-
Allow a subclass to attach additional information to the database.
- augmentAtlasDatabaseInEgeria(AtlasEntityWithExtInfo, String) - Method in class org.odpi.openmetadata.adapters.connectors.apacheatlas.integration.modules.DatabaseIntegrationModuleBase
-
Allow a subclass to attach additional information to the database.
- augmentAtlasDatabaseTableInEgeria(AtlasEntityWithExtInfo, String) - Method in class org.odpi.openmetadata.adapters.connectors.apacheatlas.integration.modules.DatabaseIntegrationModuleBase
-
Allow a subclass to attach additional information to the database table.
- augmentResultFromRepository(String, String, OMRSMetadataCollection) - Method in class org.odpi.openmetadata.repositoryservices.enterprise.repositoryconnector.executors.GetEntityExecutor
-
Perform the required action to augment a result by calling a specific repository.
- augmentResultFromRepository(String, String, OMRSMetadataCollection) - Method in class org.odpi.openmetadata.repositoryservices.enterprise.repositoryconnector.executors.PageableEntityRepositoryExecutorBase
-
Perform the required action to augment a result.
- augmentResultFromRepository(String, String, OMRSMetadataCollection) - Method in interface org.odpi.openmetadata.repositoryservices.enterprise.repositoryconnector.executors.RepositoryExecutor
-
Perform the required action to augment a result.
- AUS_HAZ_MAT - Enum constant in enum class org.odpi.openmetadata.samples.archiveutilities.businesssystems.SystemDefinition
-
austin-haz-mat - Austin Hazardous Materials Inventory.
- AUS_HAZ_MAT_DELIVERY - Enum constant in enum class org.odpi.openmetadata.samples.archiveutilities.businesssystems.SystemLevelLineage
- AUS_INVENTORY - Enum constant in enum class org.odpi.openmetadata.samples.archiveutilities.businesssystems.SystemDefinition
-
aus-inventory - Inventory for raw materials and products produced across all Coco Pharmaceuticals sites (except Austin).
- AUS_INVENTORY_SUS - Enum constant in enum class org.odpi.openmetadata.samples.archiveutilities.businesssystems.SystemLevelLineage
- AUS_MANUFACTURING_COMPLETE - Enum constant in enum class org.odpi.openmetadata.samples.archiveutilities.businesssystems.SystemLevelLineage
- AUS_MANUFACTURING_CONTROL - Enum constant in enum class org.odpi.openmetadata.samples.archiveutilities.businesssystems.SystemDefinition
-
MFCTRL9482 - Manufacturing control system for the Austin factory.
- AUS_MANUFACTURING_CONTROL_HOST - Enum constant in enum class org.odpi.openmetadata.samples.archiveutilities.businesssystems.HostDefinition
-
mopac - Austin data center standard machine mopac.
- AUS_MANUFACTURING_GOODS_READY - Enum constant in enum class org.odpi.openmetadata.samples.archiveutilities.businesssystems.SystemLevelLineage
- AUS_MANUFACTURING_GOODS_RECEIVED - Enum constant in enum class org.odpi.openmetadata.samples.archiveutilities.businesssystems.SystemLevelLineage
- AUS_MANUFACTURING_GOODS_REQUEST - Enum constant in enum class org.odpi.openmetadata.samples.archiveutilities.businesssystems.SystemLevelLineage
- AUS_MANUFACTURING_REQUEST - Enum constant in enum class org.odpi.openmetadata.samples.archiveutilities.businesssystems.SystemLevelLineage
- AUS_OMAG_EDGE_03 - Enum constant in enum class org.odpi.openmetadata.samples.archiveutilities.businesssystems.HostDefinition
-
winch06 - Winchester data centre metadata host Edge01.
- AUS_PROCUREMENT_GOODS_IN - Enum constant in enum class org.odpi.openmetadata.samples.archiveutilities.businesssystems.SystemLevelLineage
- AUS_PROCUREMENT_INVOICE - Enum constant in enum class org.odpi.openmetadata.samples.archiveutilities.businesssystems.SystemLevelLineage
- AUS_PROCUREMENT_REQUEST - Enum constant in enum class org.odpi.openmetadata.samples.archiveutilities.businesssystems.SystemLevelLineage
- AUSTIN - Enum constant in enum class org.odpi.openmetadata.samples.archiveutilities.organization.DeptDefinition
- AUSTIN_DC - Enum constant in enum class org.odpi.openmetadata.samples.archiveutilities.sustainability.FacilityDefinition
-
Austin Data Center
- AUSTIN_DC_LEADER - Enum constant in enum class org.odpi.openmetadata.samples.archiveutilities.sustainability.SustainabilityRoleDefinition
-
Austin Data Center Leader
- AUSTIN_FACTORY - Enum constant in enum class org.odpi.openmetadata.samples.archiveutilities.sustainability.FacilityDefinition
-
Austin Factory
- AUSTIN_FACTORY_LEADER - Enum constant in enum class org.odpi.openmetadata.samples.archiveutilities.sustainability.SustainabilityRoleDefinition
-
Austin Factory Leader
- AUSTIN_OFFICE - Enum constant in enum class org.odpi.openmetadata.samples.archiveutilities.organization.DeptDefinition
- AUSTIN_OFFICE - Enum constant in enum class org.odpi.openmetadata.samples.archiveutilities.sustainability.FacilityDefinition
-
Austin Office
- AUSTIN_OFFICE_LEADER - Enum constant in enum class org.odpi.openmetadata.samples.archiveutilities.sustainability.SustainabilityRoleDefinition
-
Austin Office Leader
- AUSTIN_PLANT - Enum constant in enum class org.odpi.openmetadata.samples.archiveutilities.organization.DeptDefinition
- AUSTIN_SITE - Enum constant in enum class org.odpi.openmetadata.samples.archiveutilities.organization.WorkLocationDefinition
-
Austin
- AUSTIN_SITE - Enum constant in enum class org.odpi.openmetadata.samples.archiveutilities.sustainability.FacilityDefinition
-
Austin Site
- AUSTIN_SITE_LEADER - Enum constant in enum class org.odpi.openmetadata.samples.archiveutilities.sustainability.SustainabilityRoleDefinition
-
Austin Site Leader
- AuthenticationExceptionHandler - Class in org.odpi.openmetadata.userauthn
-
Exception handler for Jackson serialization/deserialization errors.
- AuthenticationExceptionHandler() - Constructor for class org.odpi.openmetadata.userauthn.AuthenticationExceptionHandler
- authManager(AuthenticationProvider) - Method in class org.odpi.openmetadata.userauthn.auth.SecurityConfig
-
Return the authentication manager.
- AUTHORED_REFERENCEABLE - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.types.OpenMetadataType
-
An open metadata entity that has lifecycle states to support an authoring workflow..
- AuthoredReferenceableProperties - Class in org.odpi.openmetadata.frameworks.openmetadata.properties
-
Authored referenceables are elements that are created by subject-matter experts.
- AuthoredReferenceableProperties() - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.properties.AuthoredReferenceableProperties
-
Default constructor
- AuthoredReferenceableProperties(AuthoredReferenceableProperties) - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.properties.AuthoredReferenceableProperties
-
Copy/clone Constructor
- AuthoredReferenceableProperties(ReferenceableProperties) - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.properties.AuthoredReferenceableProperties
-
Copy/clone Constructor
- AUTHORITATIVE - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.refdata.ConfidenceLevel
-
The data comes from an authoritative source.
- AUTHORIZATION_MANAGER - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.types.OpenMetadataType
-
A capability that supports the authorization of requests.
- AuthorizationManagerProperties - Class in org.odpi.openmetadata.frameworks.openmetadata.properties.softwarecapabilities
-
AuthorizationManagerProperties describe the properties for a capability deployed to a software server.
- AuthorizationManagerProperties() - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.properties.softwarecapabilities.AuthorizationManagerProperties
-
Default constructor.
- AuthorizationManagerProperties(AuthorizationManagerProperties) - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.properties.softwarecapabilities.AuthorizationManagerProperties
-
Copy/clone constructor.
- authors() - Method in interface org.odpi.openmetadata.frameworks.openmetadata.definitions.DesignModelDefinition
-
Return the authors of the design model.
- authors() - Method in enum class org.odpi.openmetadata.samples.archiveutilities.governanceengines.SolutionBlueprint
-
Return the authors of the design model.
- AUTHORS - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.jacquard.productcatalog.ProductDataFieldDefinition
-
Authors
- AUTHORS - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.types.OpenMetadataProperty
-
List of authors for the external source.
- AUTO_PRODUCT_MANAGER - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.jacquard.solutionblueprint.ProductSolutionBlueprint
-
Description of the processing used to create and manage the digital products derived from open metadata.
- AUTO_PRODUCT_MANAGER - Enum constant in enum class org.odpi.openmetadata.contentpacks.core.IntegrationGroupDefinition
-
Dynamic integration group supporting integration connectors extracting interesting information from the open metadata repositories that make useful digital products.
- AUTOMATED_ACTION - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.mermaid.SolutionComponentVisualStyle
-
An automated action that is implemented by some form of software.
- AUTOMATED_ACTION - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.refdata.SolutionComponentType
-
An automated action that is implemented by some form of software.
- AUTOMATED_ACTION_SOLUTION_COMPONENT - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.mermaid.VisualStyle
- AUTOMATED_CURATION - Enum constant in enum class org.odpi.openmetadata.adminservices.configuration.registration.ViewServiceDescription
-
Manage Egeria's automation services.
- AUTOMATED_MANUFACTURING_CONTROL - Enum constant in enum class org.odpi.openmetadata.samples.archiveutilities.governanceengines.SolutionBlueprint
-
A description of how the new industry 4.0 manufacturing control system operates.
- AutomatedCurationAdmin - Class in org.odpi.openmetadata.viewservices.automatedcuration.admin
-
AutomatedCurationAdmin is the class that is called by the View Server to initialize and terminate the Automated Curation OMVS.
- AutomatedCurationAdmin() - Constructor for class org.odpi.openmetadata.viewservices.automatedcuration.admin.AutomatedCurationAdmin
-
Default constructor
- AutomatedCurationAuditCode - Enum Class in org.odpi.openmetadata.viewservices.automatedcuration.ffdc
-
The AutomatedCurationAuditCode is used to define the message content for the OMRS Audit Log.
- AutomatedCurationConverterBase<B> - Class in org.odpi.openmetadata.viewservices.automatedcuration.converters
-
Provide base converter functions for the Automated Curation OMVS.
- AutomatedCurationConverterBase(PropertyHelper, String, String) - Constructor for class org.odpi.openmetadata.viewservices.automatedcuration.converters.AutomatedCurationConverterBase
-
Constructor
- AutomatedCurationInstance - Class in org.odpi.openmetadata.viewservices.automatedcuration.server
-
AutomatedCurationInstance caches references to objects it needs for a specific server.
- AutomatedCurationInstance(String, AuditLog, String, int, String, String, List<ViewServiceConfig>) - Constructor for class org.odpi.openmetadata.viewservices.automatedcuration.server.AutomatedCurationInstance
-
Set up the Automated Curation OMVS instance
- AutomatedCurationInstanceHandler - Class in org.odpi.openmetadata.viewservices.automatedcuration.server
-
AutomatedCurationInstanceHandler retrieves information from the instance map for the view service instances.
- AutomatedCurationInstanceHandler() - Constructor for class org.odpi.openmetadata.viewservices.automatedcuration.server.AutomatedCurationInstanceHandler
-
Default constructor registers the view service
- AutomatedCurationRegistration - Class in org.odpi.openmetadata.viewservices.automatedcuration.server
-
AutomatedCurationRegistration registers the view service with the OMAG Server administration services.
- AutomatedCurationRegistration() - Constructor for class org.odpi.openmetadata.viewservices.automatedcuration.server.AutomatedCurationRegistration
- AutomatedCurationResource - Class in org.odpi.openmetadata.viewservices.automatedcuration.server.spring
-
The AutomatedCurationResource provides the Spring API endpoints of the Automated Curation Open Metadata View Service (OMVS).
- AutomatedCurationResource() - Constructor for class org.odpi.openmetadata.viewservices.automatedcuration.server.spring.AutomatedCurationResource
-
Default constructor
- AutomatedCurationRESTServices - Class in org.odpi.openmetadata.viewservices.automatedcuration.server
-
The AutomatedCurationRESTServices provides the implementation of the Automated Curation Open Metadata View Service (OMVS).
- AutomatedCurationRESTServices() - Constructor for class org.odpi.openmetadata.viewservices.automatedcuration.server.AutomatedCurationRESTServices
-
Default constructor
- AVAILABLE - Enum constant in enum class org.odpi.openmetadata.frameworks.connectors.properties.users.UserAccountStatus
-
The user account is enabled and unlocked, with active credentials.
- AVERAGE_VALUE - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.types.OpenMetadataProperty
-
Typical value in the data.
- AVERAGE_WIDTH - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.externalharvesters.harvestsurveys.schema.HarvestSurveysColumn
- AVERAGE_WIDTH - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.jacquard.productcatalog.ProductDataFieldDefinition
- AVERAGE_WIDTH - Enum constant in enum class org.odpi.openmetadata.frameworks.opensurvey.measurements.RelationalColumnMetric
-
Average width of the values in this column.
- AVG_RATING - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.externalharvesters.harvestopenmetadata.schema.HarvestOpenMetadataColumn
- AVI_FILE - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.refdata.FileExtension
-
A file containing video data for Microsoft Windows.
- AVI_FILE - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.refdata.FileType
-
A file containing video data for Microsoft Windows.
- AVOID_HARMFUL_MATERIALS - Enum constant in enum class org.odpi.openmetadata.samples.archiveutilities.sustainability.GovernanceDefinition
- AVRO - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.unitycatalog.properties.DataSourceFormat
- AVRO_FILE - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.refdata.DeployedImplementationType
-
Avro Data File
- AVRO_FILE - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.refdata.FileExtension
-
A text file containing an Avro object structure.
- AVRO_FILE - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.refdata.FileType
-
A text file containing an Avro object structure.
- AVRO_FILE - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.types.OpenMetadataType
-
A description of a file that follows the Apache Avro specification.
- AVRO_FILE_TEMPLATE - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.integration.basicfiles.controls.FilesTemplateType
- AVRO_FILE_TEMPLATE - Enum constant in enum class org.odpi.openmetadata.contentpacks.core.DataAssetTemplateDefinition
- AvroFileProperties - Class in org.odpi.openmetadata.frameworks.openmetadata.properties.assets.filesandfolders
-
AvroFileProperties describes a file.
- AvroFileProperties() - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.properties.assets.filesandfolders.AvroFileProperties
-
Default constructor
- AvroFileProperties(AvroFileProperties) - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.properties.assets.filesandfolders.AvroFileProperties
-
Copy/clone constructor.
- AvroFileProperties(DataFileProperties) - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.properties.assets.filesandfolders.AvroFileProperties
-
Copy/clone constructor.
- AWARD_KARMA_POINTS - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.jacquard.productcatalog.GovernanceActionTypeDefinition
-
award-karma-points
- AWARD_KARMA_POINTS - Enum constant in enum class org.odpi.openmetadata.contentpacks.core.RequestTypeDefinition
-
award-karma-points
- AWSCredentials - Class in org.odpi.openmetadata.adapters.connectors.unitycatalog.properties
-
Credentials for accessing storage on AWS.
- AWSCredentials() - Constructor for class org.odpi.openmetadata.adapters.connectors.unitycatalog.properties.AWSCredentials
-
Constructor
- AZURE - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.mermaid.Colour
B
- BABBAGE_ANALYTICAL_ENGINE - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.EgeriaOpenConnectorDefinition
- BABBAGE_ANALYTICAL_ENGINE - Enum constant in enum class org.odpi.openmetadata.contentpacks.core.IntegrationConnectorDefinition
- BABBAGE_KARMA - Enum constant in enum class org.odpi.openmetadata.contentpacks.core.SolutionLinkingWire
-
Initializes the karma point awarding process.
- BabbageAnalyticalEngineConnector - Class in org.odpi.openmetadata.adapters.connectors.babbage
-
The Babbage Analytical Engine Connector is an integration connector that ensures that the governance action types attached as catalog targets are regularly invoked to gather and record insight, or, if they are supposed to be long-running, they are still.
- BabbageAnalyticalEngineConnector() - Constructor for class org.odpi.openmetadata.adapters.connectors.babbage.BabbageAnalyticalEngineConnector
- BabbageAnalyticalEngineProvider - Class in org.odpi.openmetadata.adapters.connectors.babbage
-
BabbageAnalyticalEngineProvider is the OCF connector provider for the Babbage Analytical Engine Service.
- BabbageAnalyticalEngineProvider() - Constructor for class org.odpi.openmetadata.adapters.connectors.babbage.BabbageAnalyticalEngineProvider
-
Constructor used to initialize the ConnectorProvider with the Java class name of the specific connector implementation.
- BabbageAnalyticalEngineTargetProcessor - Class in org.odpi.openmetadata.adapters.connectors.babbage
-
Calculates the last time an update was made to the tabular data set that is the target and if it has changes since the last refresh (or this is the first refresh), the DataScope classification is updated with the latest update time.
- BabbageAnalyticalEngineTargetProcessor(CatalogTarget, CatalogTargetContext, Connector, String, AuditLog) - Constructor for class org.odpi.openmetadata.adapters.connectors.babbage.BabbageAnalyticalEngineTargetProcessor
-
Constructor
- BabbageAuditCode - Enum Class in org.odpi.openmetadata.adapters.connectors.babbage.ffdc
-
The BabbageAuditCode is used to define the message content for the Audit Log.
- BabbageErrorCode - Enum Class in org.odpi.openmetadata.adapters.connectors.babbage.ffdc
-
The ProductManagerErrorCode is used to define first failure data capture (FFDC) for errors that occur when working with the Kafka monitor integration connector.
- BACKGROUND - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.types.OpenMetadataProperty
-
Description of the background cause or activity.
- BACKWARDS - Enum constant in enum class org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.properties.HistorySequencingOrder
-
Backwards - Reverse chronological order (newest first).
- BAD_ACCESS_SERVICE_ADMIN_CLASS - Enum constant in enum class org.odpi.openmetadata.serveroperations.ffdc.ServerOpsAuditCode
-
SERVER-OPS-0016 - The admin services are not able to start the {0} access service because the admin service class {1} is invalid; error message is {2}
- BAD_ACCESS_SERVICE_ADMIN_CLASS - Enum constant in enum class org.odpi.openmetadata.serveroperations.ffdc.ServerOpsErrorCode
-
SERVER-OPS-400-012 - The OMAG server {0} has been passed an invalid admin services class name {1} for access service {2}
- BAD_ARCHIVE_STORE - Enum constant in enum class org.odpi.openmetadata.repositoryservices.ffdc.OMRSAuditCode
-
OMRS-AUDIT-0036 - The connector to the local repository archive store failed with a {0} exception and the following error message: {1}
- BAD_ATTRIBUTE_TYPE - Enum constant in enum class org.odpi.openmetadata.repositoryservices.ffdc.OMRSErrorCode
-
OMRS-PROPERTIES-400-005 - AttributeDefs may only be of primitive, collection or enum type.
- BAD_AUDIT_LOG_DESTINATION - Enum constant in enum class org.odpi.openmetadata.repositoryservices.ffdc.OMRSAuditCode
-
OMRS-AUDIT-0037 - The connector to the local repository audit log destination failed with a {0} exception and the following error message: {1}
- BAD_CATEGORY_FOR_TYPEDEF_ATTRIBUTE - Enum constant in enum class org.odpi.openmetadata.repositoryservices.ffdc.OMRSErrorCode
-
OMRS-CONTENT-MANAGER-500-004 - Source {0} has requested type {1} with an incompatible category of {2} from repository content manager
- BAD_CLASSIFICATION_PROPERTIES - Enum constant in enum class org.odpi.openmetadata.commonservices.repositoryhandler.RepositoryHandlerErrorCode
-
OMAG-REPOSITORY-HANDLER-400-003 - Service {0} cannot process the properties supplied with classification {1}.
- BAD_CLASSIFICATION_PROPERTIES - Enum constant in enum class org.odpi.openmetadata.frameworkservices.ocf.metadatamanagement.ffdc.OCFServicesErrorCode
-
CONNECTED-ASSET-SERVICES-400-004 - Service {0} cannot process the properties supplied with classification {1}.
- BAD_CONFIG_FILE - Enum constant in enum class org.odpi.openmetadata.adminservices.ffdc.OMAGAdminErrorCode
-
OMAG-ADMIN-400-013 - The OMAG server {0} is not able to open its configuration file {1} due to the following error: {2} which included a message {3}
- BAD_CONFIG_PROPERTIES - Enum constant in enum class org.odpi.openmetadata.adminservices.ffdc.OMAGAdminErrorCode
-
OMAG-ADMIN-400-024 - The {0} Open Metadata Access Service (OMAS) has been passed an invalid value of {1} in the {2} property.
- BAD_CONFIG_PROPERTY - Enum constant in enum class org.odpi.openmetadata.adminservices.ffdc.OMAGAdminAuditCode
-
OMAG-ADMIN-0208 - The {0} Open Metadata Access Service (OMAS) has been passed an invalid value of {1} in the {2} property
- BAD_CONFIGURATION - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.apacheatlas.integration.ffdc.AtlasIntegrationAuditCode
-
APACHE-ATLAS-INTEGRATION-CONNECTOR-0005 - The {0} integration connector encountered an {1} exception when connecting to {2} during the {3} method.
- BAD_CONFIGURATION - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.apacheatlas.resource.ffdc.ApacheAtlasAuditCode
-
APACHE-ATLAS-REST-CONNECTOR-0005 - The {0} Apache Atlas REST Connector encountered an {1} exception when connecting to {2} during the {3} method.
- BAD_CONFIGURATION - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.apachekafka.integration.ffdc.KafkaIntegrationConnectorAuditCode
-
APACHE-KAFKA-INTEGRATION-CONNECTOR-0002 - The {0} integration connector encountered an {1} exception when opening event broker {2} during the {3} method.
- BAD_CONFIGURATION - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.externalharvesters.harvestopenmetadata.ffdc.HarvestOpenMetadataAuditCode
-
HARVEST-OPEN-METADATA-0005 - The {0} integration connector encountered an {1} exception when connecting to {2} during the {3} method.
- BAD_CONFIGURATION - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.externalharvesters.harvestsurveys.ffdc.HarvestSurveysAuditCode
-
HARVEST-SURVEYS-0005 - The {0} integration connector encountered an {1} exception when connecting to {2} during the {3} method.
- BAD_CONFIGURATION - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.integration.basicfiles.ffdc.BasicFilesIntegrationConnectorsAuditCode
-
The {0} integration connector encountered an {1} exception when opening directory {2} sourced from {3} during the {4} method.
- BAD_CONFIGURATION - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.integration.csvlineageimporter.ffdc.CSVLineageImporterAuditCode
- BAD_CONFIGURATION - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.jacquard.ffdc.JacquardAuditCode
-
JACQUARD-HARVESTER-0005 - The {0} integration connector encountered an {1} exception when connecting to {2} during the {3} method.
- BAD_CONNECTION - Enum constant in enum class org.odpi.openmetadata.adminservices.ffdc.OMAGAdminErrorCode
-
OMAG-ADMIN-400-041 - The connection passed to the {0} method does not describe a valid connector.
- BAD_DATA_TYPE - Enum constant in enum class org.odpi.openmetadata.repositoryservices.ffdc.OMRSErrorCode
-
OMRS-PROPERTIES-400-007 - Data type {0} is not supported by method {1}
- BAD_DELETE_INSTANCE_STATUS - Enum constant in enum class org.odpi.openmetadata.repositoryservices.ffdc.OMRSErrorCode
-
OMRS-REPOSITORY-400-058 - An instance status of {0} has been passed as the {1} parameter on a {2} request to open metadata repository {3} however this status is not valid for an instance of type {4}
- BAD_DRIVER_MANAGER_CLASS - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.resource.jdbc.ffdc.JDBCErrorCode
-
JDBC-RESOURCE-CONNECTOR-400-002 - The JDBC resource connector for database {0} has been configured with an invalid DriverManager class name of {1} in its connection {2}: ClassNotFoundException message is {3}
- BAD_ELEMENT - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.integration.openapis.ffdc.OpenAPIIntegrationConnectorAuditCode
- BAD_ENGINE_SERVICE_ADMIN_CLASS - Enum constant in enum class org.odpi.openmetadata.governanceservers.enginehostservices.ffdc.EngineHostServicesAuditCode
-
ENGINE-HOST-SERVICES-0011 - The engine service {0} has been configured with an admin class of {1} which can not be used by the class loader.
- BAD_ENGINE_SERVICE_ADMIN_CLASS - Enum constant in enum class org.odpi.openmetadata.governanceservers.enginehostservices.ffdc.EngineHostServicesErrorCode
-
The engine service {0} has been configured with an admin class of {1} which can not be used by the class loader.
- BAD_ENGINE_SERVICE_ADMIN_CLASS - Enum constant in enum class org.odpi.openmetadata.serveroperations.ffdc.ServerOpsAuditCode
-
SERVER-OPS-0046 - The admin services are not able to start the {0} engine service because the admin service class {1} is invalid; error message is {2}
- BAD_ENTITY - Enum constant in enum class org.odpi.openmetadata.commonservices.generichandlers.ffdc.GenericHandlersErrorCode
-
OMAG-GENERIC-HANDLERS-500-011 - An entity has been retrieved by method {0} from service {1} that has an invalid header: {2}
- BAD_ENTITY - Enum constant in enum class org.odpi.openmetadata.commonservices.repositoryhandler.RepositoryHandlerAuditCode
-
OMAG-REPOSITORY-HANDLER-0006 - A {0} entity has been retrieved by method {1} from service {2} that has an invalid header: {3}
- BAD_ENTITY - Enum constant in enum class org.odpi.openmetadata.frameworks.opengovernance.ffdc.OGFErrorCode
-
GAF-CONVERTER-500-011 - An entity has been retrieved by method {0} from service {1} that has an invalid header: {2}
- BAD_ENTITY - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.ffdc.OMFErrorCode
-
OPEN-METADATA-500-011 - An entity has been retrieved by method {0} from service {1} that has an invalid header: {2}
- BAD_ENTITY_PROXY - Enum constant in enum class org.odpi.openmetadata.commonservices.generichandlers.ffdc.GenericHandlersErrorCode
-
OMAG-GENERIC-HANDLERS-500-012 - A relationship {0} has been retrieved by method {1} from service {2} that has an invalid entity proxy at end {3}: {4}
- BAD_ENTITY_PROXY - Enum constant in enum class org.odpi.openmetadata.commonservices.repositoryhandler.RepositoryHandlerAuditCode
-
OMAG-REPOSITORY-HANDLER-0007 - A relationship {0} has been retrieved by method {1} from service {2} that has an invalid entity proxy at end {3}: {4
- BAD_EVENT_INSTANCE - Enum constant in enum class org.odpi.openmetadata.repositoryservices.ffdc.OMRSAuditCode
-
OMRS-AUDIT-9015 - {0} has passed the {1} an invalid instance within an inbound event reportedly to be from server {2} of type {3} and owned by organization {4}.
- BAD_FILE - Enum constant in enum class org.odpi.openmetadata.adapters.repositoryservices.archiveconnector.directory.ffdc.DirectoryBasedOpenMetadataArchiveStoreConnectorAuditCode
-
OCF-DIRECTORY-OPEN-METADATA-ARCHIVE-STORE-CONNECTOR-0002 - Unable to open directory "{0}".
- BAD_FILE - Enum constant in enum class org.odpi.openmetadata.adapters.repositoryservices.archiveconnector.file.ffdc.FileBasedOpenMetadataArchiveStoreConnectorAuditCode
-
FILE-OPEN-METADATA-ARCHIVE-STORE-CONNECTOR-0002 - Unable to open file {0}.
- BAD_FILE - Enum constant in enum class org.odpi.openmetadata.adapters.repositoryservices.archiveconnector.file.ffdc.FileBasedOpenMetadataArchiveStoreConnectorErrorCode
-
FILE-OPEN-METADATA-ARCHIVE-STORE-CONNECTOR-400-002 - Unable to open file {0}.
- BAD_FILE_ELEMENT - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.integration.basicfiles.ffdc.BasicFilesIntegrationConnectorsAuditCode
-
BASIC-FILES-INTEGRATION-CONNECTORS-0013 - The {0} integration connector retrieved an incomplete DataFile asset: {1}
- BAD_FILE_ELEMENT - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.integration.csvlineageimporter.ffdc.CSVLineageImporterAuditCode
- BAD_FOLDER_ELEMENT - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.integration.basicfiles.ffdc.BasicFilesIntegrationConnectorsAuditCode
-
BASIC-FILES-INTEGRATION-CONNECTORS-0003 - The {0} integration connector retrieved an incomplete FileFolder asset for directory {1}: {2}
- BAD_FOLDER_ELEMENT - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.integration.csvlineageimporter.ffdc.CSVLineageImporterAuditCode
- BAD_INSTANCE_STATUS - Enum constant in enum class org.odpi.openmetadata.repositoryservices.ffdc.OMRSErrorCode
-
OMRS-REPOSITORY-400-035 - An instance status of {0} has been passed as the {1} parameter on a {2} request to open metadata repository {3} but this status is not valid for an instance of type {4}
- BAD_INSTANCE_TYPE - Enum constant in enum class org.odpi.openmetadata.commonservices.generichandlers.ffdc.GenericHandlersErrorCode
-
OMAG-GENERIC-HANDLERS-500-005 - One of the converters for the {0} service is not able to populate a bean of type {1} because a metadata instance of type {2} was passed to method {3} instead of the expected type of {4}
- BAD_INSTANCE_TYPE - Enum constant in enum class org.odpi.openmetadata.frameworks.opengovernance.ffdc.OGFErrorCode
-
GAF-CONVERTER-500-005 - One of the converters for the {0} service is not able to populate a bean of type {1} because a metadata instance of type {2} was passed to method {3} instead of the expected type of {4}
- BAD_INSTANCE_TYPE - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.ffdc.OMFErrorCode
-
OPEN-METADATA-500-010 - One of the converters for the {0} service is not able to populate a bean of type {1} because a metadata instance of type {2} was passed to method {3} instead of the expected type of {4}
- BAD_INTEGRATION_CONNECTION - Enum constant in enum class org.odpi.openmetadata.governanceservers.integrationdaemonservices.ffdc.IntegrationDaemonServicesAuditCode
-
INTEGRATION-DAEMON-SERVICES-0009 - A new integration connector named {0} failed to initialize in integration service {1}.
- BAD_INTEGRATOR_NAME - Enum constant in enum class org.odpi.openmetadata.commonservices.generichandlers.ffdc.GenericHandlersErrorCode
-
OMAG-GENERIC-HANDLERS-400-002 - Service {0} cannot process the properties supplied to method {1} because the unique name {2} given for the requested owner does not match the unique name of {3} returned in software capability {4}
- BAD_INTEGRATOR_NAME - Enum constant in enum class org.odpi.openmetadata.frameworkservices.ocf.metadatamanagement.ffdc.OCFServicesErrorCode
-
CONNECTED-ASSET-SERVICES-400-006 - Service {0} cannot process the properties supplied to method {1} because the unique name {2} given for the requested owner does not match the unique name of {3} returned in software server capability {4}
- BAD_INTERNAL_PAGING - Enum constant in enum class org.odpi.openmetadata.repositoryservices.ffdc.OMRSErrorCode
-
OMRS-METADATA-COLLECTION-500-007 - Open metadata repository {0} has used an invalid paging parameter during the {1} operation
- BAD_INTERNAL_SEQUENCING - Enum constant in enum class org.odpi.openmetadata.repositoryservices.ffdc.OMRSErrorCode
-
OMRS-METADATA-COLLECTION-500-008 - Open metadata repository {0} has used an invalid sequencing parameter during the {1} operation
- BAD_KAFKA_RECEIVER_CONFIGURATION - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.integration.openlineage.ffdc.OpenLineageIntegrationConnectorAuditCode
-
OPEN-LINEAGE-INTEGRATION-CONNECTOR-0002 - The {0} integration connector encountered an {1} exception when opening connector to topic {2} during the {3} method.
- BAD_LOCAL_REPOSITORY_CONNECTION - Enum constant in enum class org.odpi.openmetadata.repositoryservices.ffdc.OMRSErrorCode
-
OMRS-LOCAL-REPOSITORY-503-004 - The connection to the local open metadata repository server has not been configured correctly
- BAD_MAX_PAGE_SIZE - Enum constant in enum class org.odpi.openmetadata.adminservices.ffdc.OMAGAdminErrorCode
-
OMAG-ADMIN-400-014 - The OMAG server {0} has been passed an invalid maximum page size of {1}
- BAD_MAX_PAGE_SIZE - Enum constant in enum class org.odpi.openmetadata.serveroperations.ffdc.ServerOpsErrorCode
-
SERVER-OPS-400-014 - The OMAG server {0} has been passed an invalid maximum page size of {1}
- BAD_OM_PROPERTY_TYPE - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.unitycatalog.ffdc.UCAuditCode
-
UNITY-CATALOG-CONNECTOR-0024 - The {0} connector has detected that element {1} which should be of type {2} has bean properties of {3} rather than {4} in method {5} - element is {6}
- BAD_OM_PROPERTY_TYPE - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.unitycatalog.ffdc.UCErrorCode
-
UNITY-CATALOG-CONNECTOR-500-004 - The {0} connector has detected that element {1} which should be of type {2} has bean properties of {3} rather than {4} in method {5} - element is {6}
- BAD_OM_PROPERTY_TYPE - Enum constant in enum class org.odpi.openmetadata.frameworks.integration.ffdc.OIFAuditCode
-
OIF-CONNECTOR-0018 - The {0} connector has detected that element {1} which should be of type {2} has bean properties of {3} rather than {4} in method {5} - element is {6}
- BAD_OM_PROPERTY_TYPE - Enum constant in enum class org.odpi.openmetadata.frameworks.integration.ffdc.OIFErrorCode
-
OIF-CONNECTOR-500-004 - The {0} connector has detected that element {1} which should be of type {2} has bean properties of {3} rather than {4} in method {5} - element is {6}
- BAD_OM_VALUE - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.unitycatalog.ffdc.UCAuditCode
-
UNITY-CATALOG-CONNECTOR-0023 - The {0} connector has detected a missing or invalid {1} property in method {2} - element is: {3}
- BAD_OM_VALUE - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.unitycatalog.ffdc.UCErrorCode
-
UNITY-CATALOG-CONNECTOR-500-003 - The {0} connector has detected a missing or invalid {1} property in method {2} - element is: {3}
- BAD_OM_VALUE - Enum constant in enum class org.odpi.openmetadata.frameworks.integration.ffdc.OIFAuditCode
-
OIF-CONNECTOR-0018 - The {0} connector has detected a missing or invalid {1} property in method {2} - element is: {3}
- BAD_OM_VALUE - Enum constant in enum class org.odpi.openmetadata.frameworks.integration.ffdc.OIFErrorCode
-
OIF-CONNECTOR-500-003 - The {0} connector has detected a missing or invalid {1} property in method {2} - element is: {3}
- BAD_PARAMETER - Enum constant in enum class org.odpi.openmetadata.commonservices.generichandlers.ffdc.GenericHandlersErrorCode
-
OMAG-GENERIC-HANDLERS-400-012 - At least one of the properties supplied for a new relationship of type {0} are invalid.
- BAD_PLATFORM_SECURITY_CONNECTION - Enum constant in enum class org.odpi.openmetadata.metadatasecurity.ffdc.OpenMetadataSecurityErrorCode
-
OMAG-PLATFORM-SECURITY-400-001 - The OMAG server platform has been configured with a bad connection to its platform security connector.
- BAD_PROPERTY_FOR_INSTANCE - Enum constant in enum class org.odpi.openmetadata.repositoryservices.ffdc.OMRSErrorCode
-
OMRS-REPOSITORY-400-040 - Unexpected exception {0} occurred when comparing properties against a search string of {1} during the {2} operation from {3}.
- BAD_PROPERTY_FOR_TYPE - Enum constant in enum class org.odpi.openmetadata.repositoryservices.ffdc.OMRSErrorCode
-
OMRS-REPOSITORY-400-028 - A property called {0} has been proposed for a new metadata instance of category {1} and type {2}; it is not supported for this type in open metadata repository {3}
- BAD_PROPERTY_TYPE - Enum constant in enum class org.odpi.openmetadata.repositoryservices.ffdc.OMRSErrorCode
-
OMRS-REPOSITORY-400-030 - A property called {0} of type {1} has been proposed for a new metadata instance of category {2} and type {3}; this property should be of type {4} in open metadata repository {5}
- BAD_REAL_LOCAL_EVENT_MAPPER - Enum constant in enum class org.odpi.openmetadata.repositoryservices.ffdc.OMRSAuditCode
-
OMRS-AUDIT-0035 - The connector to the local repository event mapper failed with a {0} exception and the following error message: {1}
- BAD_REAL_LOCAL_REPOSITORY_CONNECTOR - Enum constant in enum class org.odpi.openmetadata.repositoryservices.ffdc.OMRSAuditCode
-
OMRS-AUDIT-0034 - The connector to the local repository failed with a {0} exception and the following error message: {1}
- BAD_REAL_LOCAL_REPOSITORY_CONNECTOR - Enum constant in enum class org.odpi.openmetadata.repositoryservices.ffdc.OMRSErrorCode
-
OMRS-CONNECTOR-400-005 - The connector to the local repository failed with a {0} exception and the following error message: {1}
- BAD_REGEX - Enum constant in enum class org.odpi.openmetadata.adapters.repositoryservices.postgres.repositoryconnector.ffdc.PostgresErrorCode
-
POSTGRES-REPOSITORY-CONNECTOR-400-003 - The search string {0} is taking over 500 ms to run against a simple string
- BAD_RELATIONSHIP - Enum constant in enum class org.odpi.openmetadata.commonservices.generichandlers.ffdc.GenericHandlersErrorCode
-
OMAG-GENERIC-HANDLERS-500-013 - A relationship has been retrieved by method {0} from service {1} that has an invalid header: {2}
- BAD_RELATIONSHIP - Enum constant in enum class org.odpi.openmetadata.commonservices.repositoryhandler.RepositoryHandlerAuditCode
-
OMAG-REPOSITORY-HANDLER-0008 - A {0} relationship has been retrieved by method {1} from service {2} that has an invalid header: {3}
- BAD_RELATIONSHIP - Enum constant in enum class org.odpi.openmetadata.frameworks.opengovernance.ffdc.OGFErrorCode
-
GAF-CONVERTER-500-013 - A relationship has been retrieved by method {0} from service {1} that has an invalid header: {2}
- BAD_RELATIONSHIP - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.ffdc.OMFErrorCode
-
OPEN-METADATA-500-013 - A relationship has been retrieved by method {0} from service {1} that has an invalid header: {2}
- BAD_REMOTE_CONNECTION - Enum constant in enum class org.odpi.openmetadata.repositoryservices.events.OMRSEventErrorCode
-
Unusable Remote Connection to Repository - The remote connection send by one of the member of the cohort is resulting in errors when it is used to create an OMRS Connector to the repository.
- BAD_REMOTE_CONNECTION - Enum constant in enum class org.odpi.openmetadata.repositoryservices.events.OMRSRegistryEventErrorCode
-
Unusable Remote Connection to Repository - The remote connection send by one of the member of the cohort is resulting in errors when it is used to create an OMRS Connector to the repository.
- BAD_SEARCH_PROPERTY - Enum constant in enum class org.odpi.openmetadata.adapters.repositoryservices.postgres.repositoryconnector.ffdc.PostgresErrorCode
-
POSTGRES-REPOSITORY-CONNECTOR-400-002 - The {0} postgreSQL repository connector has detected an incompatible search property with operator {1}: {2}
- BAD_SERVER_SECURITY_CONNECTION - Enum constant in enum class org.odpi.openmetadata.commonservices.multitenant.ffdc.OMAGServerInstanceErrorCode
-
OMAG-MULTI-TENANT-400-001 - The OMAG server {0} has been configured with a bad connection to its security connector.
- BAD_SERVER_SECURITY_CONNECTION - Enum constant in enum class org.odpi.openmetadata.metadatasecurity.ffdc.OpenMetadataSecurityErrorCode
-
OMAG-PLATFORM-SECURITY-400-002 - The OMAG server {0} has been configured with a bad connection to its security connector.
- BAD_SUB_TYPE_NAME - Enum constant in enum class org.odpi.openmetadata.commonservices.ffdc.OMAGCommonErrorCode
-
OMAG-COMMON-400-019 - The type name {0} passed on method {1} of service {2} is not a sub-type of {3}
- BAD_TOPIC_CONNECTION - Enum constant in enum class org.odpi.openmetadata.repositoryservices.ffdc.OMRSAuditCode
-
OMRS-AUDIT-0038 - The connector to the {0} topic failed with a {1} exception and the following error message: {2}
- BAD_TOPIC_CONNECTOR - Enum constant in enum class org.odpi.openmetadata.adminservices.ffdc.OMAGAdminAuditCode
-
OMAG-ADMIN-0211 - Method {0} called on behalf of the {1} service detected a {2} exception when creating an open metadata topic connector.
- BAD_TOPIC_CONNECTOR - Enum constant in enum class org.odpi.openmetadata.adminservices.ffdc.OMAGAdminErrorCode
-
OMAG-ADMIN-400-026 - Method {0} called on behalf of the {1} service detected a {2} exception when creating an open metadata topic connector.
- BAD_TOPIC_CONNECTOR_PROVIDER - Enum constant in enum class org.odpi.openmetadata.adminservices.ffdc.OMAGAdminAuditCode
-
OMAG-ADMIN-0212 - Method {0} called on behalf of the {1} service detected a {2} exception when creating an open metadata topic connection because the connector provider is incorrect.
- BAD_TOPIC_CONNECTOR_PROVIDER - Enum constant in enum class org.odpi.openmetadata.adminservices.ffdc.OMAGAdminErrorCode
-
OMAG-ADMIN-500-003 - Method {0} called on behalf of the {1} service detected a {2} exception when creating an open metadata topic connection because the connector provider is incorrect.
- BAD_TOPIC_CONNECTOR_PROVIDER - Enum constant in enum class org.odpi.openmetadata.commonservices.multitenant.ffdc.OMAGServerInstanceAuditCode
-
OMAG-MULTI-TENANT-0001 - Method {0} called on behalf of the {1} service detected a {2} exception when creating an open metadata topic connection because the connector provider is incorrect.
- BAD_TOPIC_CONNECTOR_PROVIDER - Enum constant in enum class org.odpi.openmetadata.commonservices.multitenant.ffdc.OMAGServerInstanceErrorCode
-
OMAG-MULTI-TENANT-500-003 - Method {0} called on behalf of the {1} service detected a {2} exception when creating an open metadata topic connection because the connector provider is incorrect.
- BAD_TYPEDEF - Enum constant in enum class org.odpi.openmetadata.repositoryservices.ffdc.OMRSErrorCode
-
OMRS-CONTENT-MANAGER-500-001 - The repository content manager method {0} has detected an unknown TypeDef {1} from {2} on behalf of method {3}
- BAD_TYPEDEF_ATTRIBUTE_NAME - Enum constant in enum class org.odpi.openmetadata.repositoryservices.ffdc.OMRSErrorCode
-
OMRS-CONTENT-MANAGER-500-002 - The repository content manager has detected an invalid attribute name in a TypeDef from {0}
- BAD_TYPEDEF_ID_FOR_INSTANCE - Enum constant in enum class org.odpi.openmetadata.repositoryservices.ffdc.OMRSErrorCode
-
OMRS-REPOSITORY-400-034 - A invalid TypeDef unique identifier (guid) has been passed as the {0} parameter on a {1} request to open metadata repository {2}
- BAD_TYPEDEF_IDS_FOR_DELETE - Enum constant in enum class org.odpi.openmetadata.repositoryservices.ffdc.OMRSErrorCode
-
OMRS-REPOSITORY-400-039 - Incompatible TypeDef unique identifiers (name={0}, guid{1}) have been passed on a {2} request for instance {3} to open metadata repository {4}
- BAD_VIEW_SERVICE_ADMIN_CLASS - Enum constant in enum class org.odpi.openmetadata.serveroperations.ffdc.ServerOpsAuditCode
-
SERVER-OPS-0026 - The admin services are not able to start the {0} view service because the admin service class {1} is invalid; error message is {2}
- BAD_VIEW_SERVICE_ADMIN_CLASS - Enum constant in enum class org.odpi.openmetadata.serveroperations.ffdc.ServerOpsErrorCode
-
SERVER-OPS-400-030 - The View Server {0} has been passed an invalid admin services class name {1} for view service {2}
- BARDOT_STARTED - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.jacquard.ffdc.JacquardAuditCode
-
JACQUARD-HARVESTER-0006 - The {0} integration connector has initiated the Badot Subscription Manager running as engine action {1} with {2} action targets
- BARE_METAL - Enum constant in enum class org.odpi.openmetadata.samples.archiveutilities.businesssystems.HostTypeDefinition
-
BareMetalComputer
- BARE_METAL_COMPUTER - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.refdata.DeployedImplementationType
-
A computer (hardware) with an operating system for running software.
- BARE_METAL_COMPUTER - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.types.OpenMetadataType
-
A computer that is hosting software directly on its operating system.
- BareMetalComputerProperties - Class in org.odpi.openmetadata.frameworks.openmetadata.properties.assets.infrastructure
-
BareMetalComputerProperties is a class for representing a host that is a standalone computer.
- BareMetalComputerProperties() - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.properties.assets.infrastructure.BareMetalComputerProperties
-
Default constructor
- BareMetalComputerProperties(AssetProperties) - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.properties.assets.infrastructure.BareMetalComputerProperties
-
Copy/clone constructor.
- BareMetalComputerProperties(BareMetalComputerProperties) - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.properties.assets.infrastructure.BareMetalComputerProperties
-
Copy/clone constructor.
- BareMetalComputerProperties(HostProperties) - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.properties.assets.infrastructure.BareMetalComputerProperties
-
Copy/clone constructor.
- BaseMapper - Class in org.odpi.openmetadata.adapters.connectors.resource.jdbc.mappers
-
Common routines used by the mappers
- BaseMapper(String) - Constructor for class org.odpi.openmetadata.adapters.connectors.resource.jdbc.mappers.BaseMapper
-
Constructor ensures there is a connector name for error messages.
- BASH_SCRIPT_FILE - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.refdata.FileType
-
A file containing a list of Unix commands that run in the Bash shell.
- BASIC - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.apacheatlas.resource.properties.AtlasQueryType
- BASIC_FILE_STORE_CONNECTOR - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.EgeriaOpenConnectorDefinition
- BASIC_FOLDER_CONNECTOR - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.EgeriaOpenConnectorDefinition
- BasicElementProperties - Class in org.odpi.openmetadata.adapters.connectors.unitycatalog.properties
-
Common properties of an element (Catalog, Schema, Volume, Table, Function) stored in Unity catalog.
- BasicElementProperties() - Constructor for class org.odpi.openmetadata.adapters.connectors.unitycatalog.properties.BasicElementProperties
-
Constructor
- BasicFileConnectorErrorCode - Enum Class in org.odpi.openmetadata.adapters.connectors.datastore.basicfile.ffdc
-
The BasicFileConnectorErrorCode is used to define first failure data capture (FFDC) for errors that occur when working with the Basic File Connector.
- BasicFilesIntegrationConnectorsAuditCode - Enum Class in org.odpi.openmetadata.adapters.connectors.integration.basicfiles.ffdc
-
The BasicFilesIntegrationConnectorsAuditCode is used to define the message content for the OMRS Audit Log.
- BasicFilesIntegrationConnectorsErrorCode - Enum Class in org.odpi.openmetadata.adapters.connectors.integration.basicfiles.ffdc
-
The BasicFilesIntegrationConnectorsErrorCode is used to define first failure data capture (FFDC) for errors that occur when working with the Basic File Connector.
- BasicFilesMonitoringConfigurationProperty - Enum Class in org.odpi.openmetadata.adapters.connectors.integration.basicfiles
-
BasicFilesMonitoringConfigurationProperty provides some standard definitions for configuration properties used to pass properties to connectors when they run.
- BasicFilesMonitorIntegrationConnectorBase - Class in org.odpi.openmetadata.adapters.connectors.integration.basicfiles
-
BasicFilesMonitorIntegrationConnectorBase provides common methods for the connectors in this module.
- BasicFilesMonitorIntegrationConnectorBase() - Constructor for class org.odpi.openmetadata.adapters.connectors.integration.basicfiles.BasicFilesMonitorIntegrationConnectorBase
- BasicFileStore - Interface in org.odpi.openmetadata.adapters.connectors.datastore.basicfile
-
BasicFileStore defines the interface to access a file.
- BasicFileStoreConnector - Class in org.odpi.openmetadata.adapters.connectors.datastore.basicfile
-
BasicFileStoreConnector works with files to retrieve simple information about the file and provides access to the file object.
- BasicFileStoreConnector() - Constructor for class org.odpi.openmetadata.adapters.connectors.datastore.basicfile.BasicFileStoreConnector
- BasicFileStoreProvider - Class in org.odpi.openmetadata.adapters.connectors.datastore.basicfile
-
BasicFileStoreProvider is the OCF connector provider for the basic file store connector.
- BasicFileStoreProvider() - Constructor for class org.odpi.openmetadata.adapters.connectors.datastore.basicfile.BasicFileStoreProvider
-
Constructor used to initialize the ConnectorProviderBase with the Java class name of the specific store implementation.
- BasicFolderConnector - Class in org.odpi.openmetadata.adapters.connectors.datastore.basicfile
-
BasicFolderConnector works with files to retrieve simple objects.
- BasicFolderConnector() - Constructor for class org.odpi.openmetadata.adapters.connectors.datastore.basicfile.BasicFolderConnector
- BasicFolderProvider - Class in org.odpi.openmetadata.adapters.connectors.datastore.basicfile
-
BasicFolderProvider is the one of the OCF connector provider for the basic file store connector.
- BasicFolderProvider() - Constructor for class org.odpi.openmetadata.adapters.connectors.datastore.basicfile.BasicFolderProvider
-
Constructor used to initialize the ConnectorProviderBase with the Java class name of the specific store implementation.
- BasicOptions - Class in org.odpi.openmetadata.frameworks.openmetadata.search
-
Provides the parameters passed on each API operation to control the metadata queries
- BasicOptions() - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.search.BasicOptions
-
Default constructor
- BasicOptions(BasicOptions) - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.search.BasicOptions
-
Copy/clone constructor
- BasicProperties - Class in org.odpi.openmetadata.adapters.connectors.unitycatalog.properties
-
Common properties of an object stored in Unity catalog.
- BasicProperties() - Constructor for class org.odpi.openmetadata.adapters.connectors.unitycatalog.properties.BasicProperties
-
Constructor
- basicRequestValidation(String, String) - Method in class org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.OMRSMetadataCollection
-
Verify that the repository is valid, active and there is a userId present.
- BasicServerProperties - Class in org.odpi.openmetadata.adminservices.configuration.properties
-
ServerPropertiesRequestBody is the request body to add the basic server properties to an OMAG Server's configuration document.
- BasicServerProperties() - Constructor for class org.odpi.openmetadata.adminservices.configuration.properties.BasicServerProperties
-
Default constructor.
- BasicServerProperties(BasicServerProperties) - Constructor for class org.odpi.openmetadata.adminservices.configuration.properties.BasicServerProperties
-
Copy/clone constructor.
- BasicServerPropertiesResponse - Class in org.odpi.openmetadata.adminservices.rest
-
BasicServerPropertiesResponse is the response structure used on the OMAG REST API calls that returns a BasicServerProperties object as a response.
- BasicServerPropertiesResponse() - Constructor for class org.odpi.openmetadata.adminservices.rest.BasicServerPropertiesResponse
-
Default constructor
- BASIS_IDENTIFIER - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.governanceactions.remediation.RetentionClassifierRequestParameter
- BASIS_IDENTIFIER - Enum constant in enum class org.odpi.openmetadata.frameworks.opengovernance.controls.RequestParameter
- BAT_FILE - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.refdata.FileExtension
-
A file containing a list of Microsoft DOS commands.
- BATCH_INSTANCES_EVENT - Enum constant in enum class org.odpi.openmetadata.repositoryservices.events.OMRSInstanceEventType
-
The local repository is passing a batch of instances to the other repositories in the cohort.
- BAUDOT_SUBSCRIPTION_MANAGER - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.EgeriaOpenConnectorDefinition
- BAUDOT_SUBSCRIPTION_MANAGER - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.jacquard.productcatalog.GovernanceActionTypeDefinition
-
baudot-subscription-manager
- BAUDOT_SUBSCRIPTION_MANAGER - Enum constant in enum class org.odpi.openmetadata.contentpacks.core.GovernanceServiceDefinition
-
Baudot Open Metadata Digital Product Subscription Manager Governance Action Service
- BAUDOT_SUBSCRIPTION_MANAGER - Enum constant in enum class org.odpi.openmetadata.contentpacks.core.RequestTypeDefinition
-
baudot-subscription-manager
- BaudotAuditCode - Enum Class in org.odpi.openmetadata.adapters.connectors.baudot.ffdc
-
The BaudotAuditCode is used to define the message content for the Audit Log.
- BaudotNotificationMessageSet - Enum Class in org.odpi.openmetadata.adapters.connectors.baudot
-
The BaudotNotificationMessageSet is used to define the message content for the notifications from Baudot.
- BaudotSubscriptionManagementProvider - Class in org.odpi.openmetadata.adapters.connectors.baudot
-
BaudotSubscriptionManagementProvider is the OCF connector provider for the Baudot Open Metadata Digital Product Subscription Manager.
- BaudotSubscriptionManagementProvider() - Constructor for class org.odpi.openmetadata.adapters.connectors.baudot.BaudotSubscriptionManagementProvider
-
Constructor used to initialize the ConnectorProvider with the Java class name of the specific store implementation.
- BaudotSubscriptionManagementService - Class in org.odpi.openmetadata.adapters.connectors.baudot
-
MonitoredResourceNotificationService is a Watchdog Governance Action Service that listens for changes to its monitored resources and notifies its subscribers when a change occurs.
- BaudotSubscriptionManagementService() - Constructor for class org.odpi.openmetadata.adapters.connectors.baudot.BaudotSubscriptionManagementService
- BEAN_CLASS_NAME - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.jacquard.productcatalog.ProductDataFieldDefinition
-
The name of the properties bean class to use in REST API calls.
- beanClass - Variable in class org.odpi.openmetadata.commonservices.generichandlers.OpenMetadataAPIRootHandler
- beanClass - Variable in enum class org.odpi.openmetadata.frameworks.openmetadata.refdata.SpecificationPropertyType
-
Name of properties bean to use when creating a specification property of this type.
- beanClass - Variable in enum class org.odpi.openmetadata.frameworks.openmetadata.types.OpenMetadataType
- beanClassName - Variable in class org.odpi.openmetadata.frameworks.openmetadata.properties.OpenMetadataTypeDef
- BeanTestBase - Class in org.odpi.openmetadata.test.unittest.utilities
-
FFDCResponseBasedTest is
- BeanTestBase() - Constructor for class org.odpi.openmetadata.test.unittest.utilities.BeanTestBase
- BECKON_TREE_HOSPITAL - Enum constant in enum class org.odpi.openmetadata.samples.archiveutilities.organization.OrganizationDefinition
-
Old Market Hospital
- BEIGE - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.mermaid.Colour
- BENEFITS - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.types.OpenMetadataProperty
-
The positive outcomes from using this pattern.
- BIG_ENDIAN - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.enums.ByteOrdering
-
Bits or bytes order from the big end.
- BIGDECIMAL - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.types.DataType
-
Big Decimal
- BigGlossariesArchiveWriter - Class in org.odpi.openmetadata.archiveutilities.bigglossaries
-
BigGlossariesArchiveWriter creates 10 glossaries, each containing 10,000 unique terms.
- BigGlossariesArchiveWriter() - Constructor for class org.odpi.openmetadata.archiveutilities.bigglossaries.BigGlossariesArchiveWriter
- BigGlossaryArchiveBuilder - Class in org.odpi.openmetadata.archiveutilities.bigglossaries.catalogcontent
-
BigGlossaryArchiveBuilder provides large glossary archives for testing.
- BigGlossaryArchiveBuilder(String) - Constructor for class org.odpi.openmetadata.archiveutilities.bigglossaries.catalogcontent.BigGlossaryArchiveBuilder
-
Constructor pushes all archive header values to the superclass
- BIGINTEGER - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.types.DataType
-
Big Integer
- BIN_FILE - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.refdata.FileExtension
-
A file containing binary data.
- BIN_FILE - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.refdata.FileType
-
A file containing binary data.
- BINARY - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.unitycatalog.properties.ColumnTypeName
- BISQUE - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.mermaid.Colour
- BIZ_METADATA_ATTACHED_ENTITIES - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.apacheatlas.survey.controls.AtlasAnnotationType
- BLACK - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.mermaid.Colour
- BLACK_PINK - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.mermaid.Colour
- BLACK_ROSE - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.mermaid.Colour
- BLANCHED_ALMOND - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.mermaid.Colour
- BLANK_INFO_LOG_MESSAGE - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.governanceactions.ffdc.GovernanceActionConnectorsAuditCode
-
GOVERNANCE-ACTION-CONNECTORS-0024 - {0}
- BLANK_TYPENAME_IN_ARCHIVE - Enum constant in enum class org.odpi.openmetadata.adapters.repositoryservices.archiveconnector.directory.ffdc.DirectoryBasedOpenMetadataArchiveStoreConnectorErrorCode
- BLANK_TYPENAME_IN_ARCHIVE - Enum constant in enum class org.odpi.openmetadata.repositoryservices.ffdc.OMRSErrorCode
-
OMRS-ARCHIVE-BUILDER-400-012 - Type name {0} is invalid because it contains a blank character
- BLETCHLEY_MISSION_HOSPITAL - Enum constant in enum class org.odpi.openmetadata.samples.archiveutilities.organization.OrganizationDefinition
-
Bletchley Mission Hospital
- BLOG_ENTRY - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.types.OpenMetadataType
-
Entry in a blog published by an actor.
- BlogEntryProperties - Class in org.odpi.openmetadata.frameworks.openmetadata.properties.assets.processes.actions
-
The "BlogEntry" describes a blog entry published by an actor.
- BlogEntryProperties() - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.properties.assets.processes.actions.BlogEntryProperties
-
Default constructor
- BlogEntryProperties(ActionProperties) - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.properties.assets.processes.actions.BlogEntryProperties
-
Copy/clone constructor
- BlogEntryProperties(NotificationProperties) - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.properties.assets.processes.actions.BlogEntryProperties
-
Copy/clone constructor
- blogMyActivity(String, NewAttachmentRequestBody) - Method in class org.odpi.openmetadata.viewservices.myprofile.server.MyProfileRESTServices
-
Add the supplied notification to the user's blog.
- blogMyActivity(String, NewAttachmentRequestBody) - Method in class org.odpi.openmetadata.viewservices.myprofile.server.spring.MyProfileResource
-
Add the supplied notification to the user's blog.
- BLOOD_PRESSURE - Enum constant in enum class org.odpi.openmetadata.samples.archiveutilities.clinicaltrialtemplates.GlossaryTermDefinition
-
Blood pressure of patient (systolic and diastolic).
- BLUE - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.mermaid.Colour
- BLUE_SKY - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.mermaid.Colour
- BLUE_VIOLET - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.mermaid.Colour
- BMP_FILE - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.refdata.FileExtension
-
A device independent formatted image file with no compression (lossless).
- BMP_FILE - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.refdata.FileType
-
A device independent formatted image file with no compression (lossless).
- BOARD - Enum constant in enum class org.odpi.openmetadata.samples.archiveutilities.organization.DeptDefinition
- BOARD_ADVISOR - Enum constant in enum class org.odpi.openmetadata.samples.archiveutilities.organization.EmployeeTypeDefinition
-
This person is on the board and does not work for the organization.
- BOB_NITTER - Enum constant in enum class org.odpi.openmetadata.samples.archiveutilities.organization.PersonDefinition
-
Mr Bob Nitter
- BOOLEAN - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.resource.jdbc.properties.ColumnType
- BOOLEAN - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.unitycatalog.properties.ColumnTypeName
- BOOLEAN - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.types.DataType
-
Boolean
- BooleanRequestBody - Class in org.odpi.openmetadata.commonservices.ffdc.rest
-
BooleanRequestBody is the request body structure used on OMAG REST API calls that passed a boolean flag.
- BooleanRequestBody() - Constructor for class org.odpi.openmetadata.commonservices.ffdc.rest.BooleanRequestBody
-
Default constructor
- BooleanRequestBody(BooleanRequestBody) - Constructor for class org.odpi.openmetadata.commonservices.ffdc.rest.BooleanRequestBody
-
Copy/clone constructor
- BooleanResponse - Class in org.odpi.openmetadata.commonservices.ffdc.rest
-
BooleanResponse is the response structure used on OMAG REST API calls that returns a boolean response.
- BooleanResponse - Class in org.odpi.openmetadata.repositoryservices.rest.properties
-
BooleanResponse is the response structure used on the OMRS REST API calls that return a boolean response.
- BooleanResponse() - Constructor for class org.odpi.openmetadata.commonservices.ffdc.rest.BooleanResponse
-
Default constructor
- BooleanResponse() - Constructor for class org.odpi.openmetadata.repositoryservices.rest.properties.BooleanResponse
-
Default constructor
- BooleanResponse(BooleanResponse) - Constructor for class org.odpi.openmetadata.commonservices.ffdc.rest.BooleanResponse
-
Copy/clone constructor
- BooleanResponse(BooleanResponse) - Constructor for class org.odpi.openmetadata.repositoryservices.rest.properties.BooleanResponse
-
Copy/clone constructor
- BOTH - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.apacheatlas.resource.properties.AtlasLineageDirection
-
Both directions.
- BOTH - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.apacheatlas.resource.properties.AtlasPropagateTags
-
Propagate tags in both directions.
- BOTH - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.properties.OpenMetadataClassificationPropagationRule
-
Classification propagation in both directions.
- BOTH - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.search.EndMatchCriteria
-
Both - Both ends must match.
- BOTH - Enum constant in enum class org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.properties.instances.Differences.SidePresent
-
Differences on both sides.
- BOTH - Enum constant in enum class org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.properties.search.EndMatchCriteria
-
Both - Both ends must match.
- BOTH - Enum constant in enum class org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.properties.typedefs.ClassificationPropagationRule
-
Classification propagation in both directions.
- BOTH_DIRECTIONS - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.enums.PermittedSynchronization
-
Both Directions - Metadata exchange is permitted in both directions.
- BOWDEN_ARROW - Enum constant in enum class org.odpi.openmetadata.samples.archiveutilities.organization.OrganizationDefinition
-
Bowden Arrow Hospital
- BOWDEN_ARROW_HOSPITAL - Enum constant in enum class org.odpi.openmetadata.samples.archiveutilities.organization.WorkLocationDefinition
-
Bowden Arrow Hospital
- BROADER_EFFECTIVE_RELATIONSHIP - Enum constant in enum class org.odpi.openmetadata.commonservices.repositoryhandler.RepositoryHandlerErrorCode
-
OMAG-REPOSITORY-HANDLER-404-015 - The {0} relationship with unique identifier {1} claims all effective dates which makes it broader than the requested effective dates of {2} to {3}
- BROWN - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.mermaid.Colour
- BROWSE_ONLY - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.unitycatalog.controls.UnityCatalogPlaceholderProperty
-
Can this be updated?
- BufferedInstanceEvent - Class in org.odpi.openmetadata.repositoryservices.eventmanagement
-
An instance event that is buffered because the
OMRSRepositoryEventManageris not active yet. - BufferedInstanceEvent(OMRSInstanceEvent, String) - Constructor for class org.odpi.openmetadata.repositoryservices.eventmanagement.BufferedInstanceEvent
-
Constructor
- BUILD_CATALOG - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.jacquard.solutionblueprint.SolutionComponentWire
- BUILD_FILE - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.refdata.DeployedImplementationType
-
Build Instruction File
- BUILD_FILE_TEMPLATE - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.integration.basicfiles.controls.FilesTemplateType
- BUILD_FILE_TEMPLATE - Enum constant in enum class org.odpi.openmetadata.contentpacks.core.DataAssetTemplateDefinition
- BUILD_INSTRUCTION_FILE - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.types.OpenMetadataType
-
A file containing instructions to run a build of a software artifact or system.
- BUILD_ZONE_MEMBERSHIP_PROFILE - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.jacquard.productcatalog.GovernanceActionTypeDefinition
-
build-zone-membership-profile
- BUILD_ZONE_MEMBERSHIP_PROFILE - Enum constant in enum class org.odpi.openmetadata.contentpacks.core.GovernanceServiceDefinition
-
Lovelace Zone Membership Profiler Governance Action Service
- BUILD_ZONE_MEMBERSHIP_PROFILE - Enum constant in enum class org.odpi.openmetadata.contentpacks.core.RequestTypeDefinition
-
build-zone-membership-profile
- buildExceptionMessage(String, String, String, Map<String, String>, String, String) - Method in class org.odpi.openmetadata.conformance.tests.repository.RepositoryConformanceTestCase
- BuildInstructionFileProperties - Class in org.odpi.openmetadata.frameworks.openmetadata.properties.assets.filesandfolders
-
BuildInstructionFileProperties describes a file.
- BuildInstructionFileProperties() - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.properties.assets.filesandfolders.BuildInstructionFileProperties
-
Default constructor
- BuildInstructionFileProperties(BuildInstructionFileProperties) - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.properties.assets.filesandfolders.BuildInstructionFileProperties
-
Copy/clone constructor.
- BuildInstructionFileProperties(DataFileProperties) - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.properties.assets.filesandfolders.BuildInstructionFileProperties
-
Copy/clone constructor.
- BuildProperties - Class in org.odpi.openmetadata.platformservices.properties
-
Describes the build information for the platform.
- BuildProperties() - Constructor for class org.odpi.openmetadata.platformservices.properties.BuildProperties
- BURLY_WOOD - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.mermaid.Colour
- BUSHY_MEAD_HOSPITAL - Enum constant in enum class org.odpi.openmetadata.samples.archiveutilities.organization.OrganizationDefinition
-
Bushy Mead Hospital
- BUSINESS_AREA - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.enums.BusinessCapabilityType
-
A collection of related business services.
- BUSINESS_CAPABILITY - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.mermaid.VisualStyle
- BUSINESS_CAPABILITY - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.types.OpenMetadataProperty
-
Identifier of the business capability where this asset originated from.
- BUSINESS_CAPABILITY - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.types.OpenMetadataType
-
Describes a function, capability or skill set.
- BUSINESS_CAPABILITY_DEPENDENCY_RELATIONSHIP - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.types.OpenMetadataType
-
Describes the dependency relationship between business capabilities.
- BUSINESS_CAPABILITY_PROPERTY_NAME - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.types.OpenMetadataProperty
-
Name of the property from the element used to identify the businessCapability property.
- BUSINESS_CAPABILITY_TYPE - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.types.OpenMetadataProperty
-
Type of business capability.
- BUSINESS_DOMAIN - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.enums.BusinessCapabilityType
-
An overall area of activity in which a business operates.
- BUSINESS_IMPERATIVE - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.types.OpenMetadataType
-
A mandatory goal that must be met by the business for it to be successful.
- BUSINESS_IMPERATIVES - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.types.OpenMetadataProperty
-
Goals or required outcomes from the business strategy that is supported by the data strategy.
- BUSINESS_IMPLEMENTATION_TYPE - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.types.OpenMetadataProperty
-
Implementation type for the business capability.
- BUSINESS_METADATA - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.apacheatlas.resource.properties.AtlasTypeCategory
-
A collection of attributes to provide context to an entity.
- BUSINESS_METADATA_DEF_COUNT - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.apacheatlas.survey.controls.AtlasMetric
- BUSINESS_OWNER - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.types.OpenMetadataType
-
A role defining a responsibility to manage a part of the organization's business.
- BUSINESS_SERVICE - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.enums.BusinessCapabilityType
-
A functional business capability.
- BUSINESS_SIGNIFICANT_CLASSIFICATION - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.types.OpenMetadataType
-
A referenceable item that is meaningful to business users.
- BUSINESS_SYSTEMS - Enum constant in enum class org.odpi.openmetadata.samples.archiveutilities.governanceprogram.CocoGovernanceZoneDefinition
-
business-systems
- BusinessAreaDefinition - Enum Class in org.odpi.openmetadata.samples.archiveutilities.organization
-
The BusinessAreaDefinition is used to feed the definition of the organization's business areas (which are types of business capabilities) for Coco Pharmaceuticals scenarios.
- BusinessCapabilityDependencyProperties - Class in org.odpi.openmetadata.frameworks.openmetadata.properties.digitalbusiness
-
BusinessCapabilityDependencyProperties provides a details of how two business capabilities are related.
- BusinessCapabilityDependencyProperties() - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.properties.digitalbusiness.BusinessCapabilityDependencyProperties
-
Default constructor
- BusinessCapabilityDependencyProperties(BusinessCapabilityDependencyProperties) - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.properties.digitalbusiness.BusinessCapabilityDependencyProperties
-
Copy/clone constructor
- BusinessCapabilityProperties - Class in org.odpi.openmetadata.frameworks.openmetadata.properties.digitalbusiness
-
BusinessCapabilityProperties represents one of an organization's business capabilities.
- BusinessCapabilityProperties() - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.properties.digitalbusiness.BusinessCapabilityProperties
-
Default constructor
- BusinessCapabilityProperties(BusinessCapabilityProperties) - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.properties.digitalbusiness.BusinessCapabilityProperties
-
Copy/clone constructor
- BusinessCapabilityType - Enum Class in org.odpi.openmetadata.frameworks.openmetadata.enums
-
BusinessCapabilityType defines the type of business capability supported by an organization.
- BusinessImperativeProperties - Class in org.odpi.openmetadata.frameworks.openmetadata.properties.governance
-
Business imperatives define a business goal that is critical to the success of the organization.
- BusinessImperativeProperties() - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.properties.governance.BusinessImperativeProperties
-
Default Constructor
- BusinessImperativeProperties(BusinessImperativeProperties) - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.properties.governance.BusinessImperativeProperties
-
Copy/Clone Constructor
- BusinessOwnerProperties - Class in org.odpi.openmetadata.frameworks.openmetadata.properties.actors
-
BusinessOwnerProperties describes a role for a person who is responsible for an area of the business.
- BusinessOwnerProperties() - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.properties.actors.BusinessOwnerProperties
-
Default constructor
- BusinessOwnerProperties(BusinessOwnerProperties) - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.properties.actors.BusinessOwnerProperties
-
Copy/clone constructor.
- BusinessOwnerProperties(GovernanceRoleProperties) - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.properties.actors.BusinessOwnerProperties
-
Copy/clone constructor.
- BusinessSignificantProperties - Class in org.odpi.openmetadata.frameworks.openmetadata.properties.digitalbusiness
-
StagingCollectionProperties is used to provide the properties for an EditingGlossary classification.
- BusinessSignificantProperties() - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.properties.digitalbusiness.BusinessSignificantProperties
-
Default constructor
- BusinessSignificantProperties(BusinessSignificantProperties) - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.properties.digitalbusiness.BusinessSignificantProperties
-
Copy/clone constructor for an editing glossary classification.
- BYTE - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.unitycatalog.properties.ColumnTypeName
- BYTE - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.types.DataType
-
Byte
- BYTE_ORDERING - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.types.OpenMetadataProperty
-
Defines the sequential order in which bytes are arranged into larger numerical values when stored in memory or when transmitted over digital links.
- ByteOrdering - Enum Class in org.odpi.openmetadata.frameworks.openmetadata.enums
-
ByteOrdering defines the hardware byte ordering
C
- CA_PAYROLL - Enum constant in enum class org.odpi.openmetadata.samples.archiveutilities.businesssystems.SystemDefinition
-
Canadian payroll - Payroll and Canadian tax calculations.
- CA_PAYROLL_HOST - Enum constant in enum class org.odpi.openmetadata.samples.archiveutilities.businesssystems.HostDefinition
-
ed05 - Edmonton data centre standard machine 05.
- CADET_BLUE - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.mermaid.Colour
- CALCULATED_VALUE_CLASSIFICATION - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.types.OpenMetadataType
-
A field within a schema that is calculated via the formula and query targets rather than stored.
- CalculatedValueProperties - Class in org.odpi.openmetadata.frameworks.openmetadata.properties.schema
-
CalculatedValueProperties carries the common parameters for creating or updating CalculatedValue classification.
- CalculatedValueProperties() - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.properties.schema.CalculatedValueProperties
-
Default constructor
- CalculatedValueProperties(CalculatedValueProperties) - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.properties.schema.CalculatedValueProperties
-
Copy/clone Constructor.
- CALCULATOR_QUERY - Enum constant in enum class org.odpi.openmetadata.samples.archiveutilities.businesssystems.SystemLevelLineage
- CALCULATOR_RESULTS - Enum constant in enum class org.odpi.openmetadata.samples.archiveutilities.businesssystems.SystemLevelLineage
- CALL_TIME - Enum constant in enum class org.odpi.openmetadata.adapters.repositoryservices.auditlogstore.postgres.schema.AuditLogColumn
- callAccessServicesGetRESTCall(String, String, Object...) - Method in class org.odpi.openmetadata.adminservices.client.rest.AdminServicesRESTClient
-
Issue a GET REST call that returns a AccessServicesResponse object.
- callAnchorSearchMatchesListPostRESTCall(String, String, Object, Object...) - Method in class org.odpi.openmetadata.frameworkservices.omf.client.rest.OMFRESTClient
-
Issue a POST REST call that returns a AnchorSearchMatchesListResponse object.
- callAnchorSearchMatchesPostRESTCall(String, String, Object, Object...) - Method in class org.odpi.openmetadata.frameworkservices.omf.client.rest.OMFRESTClient
-
Issue a POST REST call that returns a AnchorSearchMatchesResponse object.
- callAttachedClassificationsPostRESTCall(String, String, Object, Object...) - Method in class org.odpi.openmetadata.frameworkservices.omf.client.rest.OMFRESTClient
-
Issue a POST REST call that returns a AttachedClassificationsResponse object.
- callAttributeTypeDefGetRESTCall(String, String, Object...) - Method in class org.odpi.openmetadata.frameworkservices.omf.client.rest.OMFRESTClient
-
Issue a GET REST call that returns a AttributeTypeDefResponse object.
- callAttributeTypeDefListGetRESTCall(String, String, Object...) - Method in class org.odpi.openmetadata.frameworkservices.omf.client.rest.OMFRESTClient
-
Issue a GET REST call that returns a AttributeTypeDefListResponse object.
- callBasicServerPropertiesGetRESTCall(String, String, Object...) - Method in class org.odpi.openmetadata.adminservices.client.rest.AdminServicesRESTClient
-
Issue a GET REST call that returns a BasicServerPropertiesResponse object.
- callBooleanGetRESTCall(String, String, Object...) - Method in class org.odpi.openmetadata.commonservices.ffdc.rest.FFDCRESTClient
-
Issue a POST REST call that returns a BooleanResponse object.
- callBooleanGetRESTCall(String, String, Object...) - Method in class org.odpi.openmetadata.frameworkservices.gaf.client.rest.GAFRESTClient
-
Issue a GET REST call that returns a BooleanResponse object.
- callBooleanGetRESTCall(String, String, Object...) - Method in class org.odpi.openmetadata.frameworkservices.omf.client.rest.OMFRESTClient
-
Issue a GET REST call that returns a BooleanResponse object.
- callBooleanPostRESTCall(String, String, Object, Object...) - Method in class org.odpi.openmetadata.frameworkservices.omf.client.rest.OMFRESTClient
-
Issue a GET REST call that returns a BooleanResponse object.
- callConnectionGetRESTCall(String, String, Object...) - Method in class org.odpi.openmetadata.adminservices.client.rest.AdminServicesRESTClient
-
Issue a GET REST call that returns a OCFConnectionResponse object.
- callDedicatedTopicListGetRESTCall(String, String, Object...) - Method in class org.odpi.openmetadata.adminservices.client.rest.AdminServicesRESTClient
-
Issue a GET REST call that returns a DedicatedTopicListResponse object.
- callDeleteRESTCall(String, Class<T>, String, Object...) - Method in class org.odpi.openmetadata.adapters.connectors.integration.openapis.RESTClient
-
Issue a Delete REST call that returns a response object.
- callDeleteRESTCall(String, Class<T>, String, Object, Object...) - Method in interface org.odpi.openmetadata.adapters.connectors.restclients.RESTClientCalls
-
Issue a DELETE REST call that returns a response object.
- callDeleteRESTCall(String, Class<T>, String, Object, Object...) - Method in class org.odpi.openmetadata.adapters.connectors.restclients.spring.SpringRESTClientConnector
-
Issue a DELETE REST call that returns a response object.
- callDeleteRESTCall(String, Class<T>, String, Object, Object...) - Method in class org.odpi.openmetadata.adminservices.client.rest.AdminServicesRESTClient
-
Issue a DELETE REST call that returns a response object.
- callDeleteRESTCall(String, Class<T>, String, Object, Object...) - Method in class org.odpi.openmetadata.commonservices.ffdc.rest.FFDCRESTClientBase
-
Issue a Delete REST call that returns a response object.
- callDeleteRESTCall(String, ParameterizedTypeReference<T>, String, Object...) - Method in class org.odpi.openmetadata.adapters.connectors.integration.openapis.RESTClient
-
Issue a Delete REST call that returns a response object.
- callDeleteRESTCall(String, ParameterizedTypeReference<T>, String, Object...) - Method in class org.odpi.openmetadata.commonservices.ffdc.rest.FFDCRESTClientBase
-
Issue a Delete REST call that returns a response object.
- callDeleteRESTCall(String, ParameterizedTypeReference<T>, String, Object, Object...) - Method in class org.odpi.openmetadata.adapters.connectors.restclients.spring.SpringRESTClientConnector
-
Issue a DELETE REST call that returns a response object.
- callDeleteRESTCallNoParams(String, Class<T>, String, Object) - Method in interface org.odpi.openmetadata.adapters.connectors.restclients.RESTClientCalls
-
Issue a DELETE REST call that returns a response object.
- callDeleteRESTCallNoParams(String, Class<T>, String, Object) - Method in class org.odpi.openmetadata.adapters.connectors.restclients.spring.SpringRESTClientConnector
-
Issue a DELETE REST call that returns a response object.
- callDeleteRESTCallNoParams(String, Class<T>, String, Object) - Method in class org.odpi.openmetadata.adminservices.client.rest.AdminServicesRESTClient
-
Issue a DELETE REST call that returns a response object.
- CALLED_SERVICE - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.refdata.ResourceUse
-
A type of service that may be called by this service.
- callElementHeadersPostRESTCall(String, String, Object, Object...) - Method in class org.odpi.openmetadata.commonservices.ffdc.rest.FFDCRESTClient
-
Issue a POST REST call that returns a ElementHeadersResponse object.
- callEngineActionGetRESTCall(String, String, Object...) - Method in class org.odpi.openmetadata.frameworkservices.gaf.client.rest.GAFRESTClient
-
Issue a GET REST call that returns a EngineActionElementResponse object.
- callEngineActionsGetRESTCall(String, String, Object...) - Method in class org.odpi.openmetadata.frameworkservices.gaf.client.rest.GAFRESTClient
-
Issue a GET REST call that returns a EngineActionElementsResponse object.
- callEngineActionsPostRESTCall(String, String, Object, Object...) - Method in class org.odpi.openmetadata.frameworkservices.gaf.client.rest.GAFRESTClient
-
Issue a POST REST call that returns a EngineActionElementsResponse object.
- callEngineHostServicesGetRESTCall(String, String, Object...) - Method in class org.odpi.openmetadata.adminservices.client.rest.AdminServicesRESTClient
-
Issue a GET REST call that returns a EngineHostServicesResponse object.
- callerId - Variable in class org.odpi.openmetadata.frameworks.openmetadata.events.OpenMetadataEventClient
- CALLERS_KEY - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.enums.KeyPattern
-
Key from another system can bey used if system name provided.
- callGetAllServerConfigurationsRESTCall(String, String, Object...) - Method in class org.odpi.openmetadata.adminservices.client.rest.AdminServicesRESTClient
-
Issue a GET REST call that returns a OMAGServerConfigsResponse object.
- callGetRESTCall(String, Class<T>, String, Object...) - Method in class org.odpi.openmetadata.adapters.connectors.integration.openapis.RESTClient
-
Issue a GET REST call that returns a response object.
- callGetRESTCall(String, Class<T>, String, Object...) - Method in interface org.odpi.openmetadata.adapters.connectors.restclients.RESTClientCalls
-
Issue a GET REST call that returns a response object.
- callGetRESTCall(String, Class<T>, String, Object...) - Method in class org.odpi.openmetadata.adapters.connectors.restclients.spring.SpringRESTClientConnector
-
Issue a GET REST call that returns a response object.
- callGetRESTCall(String, Class<T>, String, Object...) - Method in class org.odpi.openmetadata.adminservices.client.rest.AdminServicesRESTClient
-
Issue a GET REST call that returns a response object.
- callGetRESTCall(String, Class<T>, String, Object...) - Method in class org.odpi.openmetadata.commonservices.ffdc.rest.FFDCRESTClientBase
-
Issue a GET REST call that returns a response object.
- callGetRESTCall(String, ParameterizedTypeReference<T>, String, Object...) - Method in class org.odpi.openmetadata.adapters.connectors.integration.openapis.RESTClient
-
Issue a GET REST call that returns a response object.
- callGetRESTCall(String, ParameterizedTypeReference<T>, String, Object...) - Method in class org.odpi.openmetadata.adapters.connectors.restclients.spring.SpringRESTClientConnector
-
Issue a GET REST call that returns a response object.
- callGetRESTCall(String, ParameterizedTypeReference<T>, String, Object...) - Method in class org.odpi.openmetadata.commonservices.ffdc.rest.FFDCRESTClientBase
-
Issue a GET REST call that returns a response object.
- callGetRESTCallNoParams(String, Class<T>, String) - Method in class org.odpi.openmetadata.adapters.connectors.integration.openapis.RESTClient
-
Issue a GET REST call that returns a response object.
- callGetRESTCallNoParams(String, Class<T>, String) - Method in interface org.odpi.openmetadata.adapters.connectors.restclients.RESTClientCalls
-
Issue a GET REST call that returns a response object.
- callGetRESTCallNoParams(String, Class<T>, String) - Method in class org.odpi.openmetadata.adapters.connectors.restclients.spring.SpringRESTClientConnector
-
Issue a GET REST call that returns a response object.
- callGetRESTCallNoParams(String, Class<T>, String) - Method in class org.odpi.openmetadata.adminservices.client.rest.AdminServicesRESTClient
-
Issue a GET REST call that returns a response object.
- callGetRESTCallNoParams(String, Class<T>, String) - Method in class org.odpi.openmetadata.commonservices.ffdc.rest.FFDCRESTClientBase
-
Issue a GET REST call that returns a response object.
- callGovernanceActionProcessGraphPostRESTCall(String, String, Object, Object...) - Method in class org.odpi.openmetadata.frameworkservices.gaf.client.rest.GAFRESTClient
-
Issue a GET REST call that returns a GovernanceActionProcessGraphResponse object.
- callGovernanceEnginePostRESTCall(String, String, Object, Object...) - Method in class org.odpi.openmetadata.frameworkservices.gaf.client.rest.GAFRESTClient
-
Issue a POST REST call that returns a GovernanceEngineElementResponse object.
- callGovernanceEngineSummariesGetRESTCall(String, String, Object...) - Method in class org.odpi.openmetadata.governanceservers.enginehostservices.client.rest.EngineHostRESTClient
-
Issue a GET REST call that returns a GovernanceEngineSummariesResponse object.
- callGovernanceEngineSummaryGetRESTCall(String, String, Object...) - Method in class org.odpi.openmetadata.governanceservers.enginehostservices.client.rest.EngineHostRESTClient
-
Issue a GET REST call that returns a GovernanceEngineSummaryResponse object.
- callGUIDGetRESTCall(String, String, Object...) - Method in class org.odpi.openmetadata.adminservices.client.rest.AdminServicesRESTClient
-
Issue a GET REST call that returns a GUIDResponse object.
- callGUIDListGetRESTCall(String, String, Object...) - Method in class org.odpi.openmetadata.commonservices.ffdc.rest.FFDCRESTClient
-
Issue a GET REST call that returns a list of GUIDs object.
- callGUIDPostRESTCall(String, String, Object, Object...) - Method in class org.odpi.openmetadata.commonservices.ffdc.rest.FFDCRESTClient
-
Issue a POST REST call that returns a guid object.
- CALLIE_QUARTILE - Enum constant in enum class org.odpi.openmetadata.samples.archiveutilities.organization.PersonDefinition
-
Dr Callie R Quartile
- callIntegrationGroupGetRESTCall(String, String, Object...) - Method in class org.odpi.openmetadata.frameworkservices.gaf.client.rest.GAFRESTClient
-
Issue a GET REST call that returns a IntegrationGroupElementResponse object.
- callIntegrationGroupsGetRESTCall(String, String, Object...) - Method in class org.odpi.openmetadata.adminservices.client.rest.AdminServicesRESTClient
-
Issue a GET REST call that returns a IntegrationGroupsResponse object.
- callOCFConnectionGetRESTCall(String, String, Object...) - Method in class org.odpi.openmetadata.frameworkservices.ocf.metadatamanagement.client.OCFRESTClient
-
Issue a GET REST call that returns a Connection object.
- callOCFConnectorReportGetRESTCall(String, String, Object...) - Method in class org.odpi.openmetadata.commonservices.ffdc.rest.FFDCRESTClient
-
Issue a GET REST call that returns a ConnectorReportResponse object.
- callOMAGServerConfigGetRESTCall(String, String, Object...) - Method in class org.odpi.openmetadata.adminservices.client.rest.AdminServicesRESTClient
-
Issue a GET REST call that returns a OMAGServerConfigResponse object.
- callOMAGServerConfigGetRESTCall(String, String, Object...) - Method in class org.odpi.openmetadata.serveroperations.client.rest.ServerOperationsRESTClient
-
Issue a GET REST call that returns a OMAGServerConfigResponse object.
- callOMAGServerStatusGetRESTCall(String, String, Object...) - Method in class org.odpi.openmetadata.adminservices.client.rest.AdminServicesRESTClient
-
Deprecated.
- callOMAGServerStatusGetRESTCall(String, String, Object...) - Method in class org.odpi.openmetadata.serveroperations.client.rest.ServerOperationsRESTClient
-
Issue a GET REST call that returns a OMAGServerStatusResponse object.
- callOpenMetadataElementGetRESTCall(String, String, Object...) - Method in class org.odpi.openmetadata.frameworkservices.omf.client.rest.OMFRESTClient
-
Issue a GET REST call that returns a OpenMetadataElementResponse object.
- callOpenMetadataElementPostRESTCall(String, String, Object, Object...) - Method in class org.odpi.openmetadata.frameworkservices.omf.client.rest.OMFRESTClient
-
Issue a POST REST call that returns a OpenMetadataElementResponse object.
- callOpenMetadataElementsPostRESTCall(String, String, Object, Object...) - Method in class org.odpi.openmetadata.frameworkservices.omf.client.rest.OMFRESTClient
-
Issue a POST REST call that returns a OpenMetadataElementsResponse object.
- callOpenMetadataGraphPostRESTCall(String, String, Object, Object...) - Method in class org.odpi.openmetadata.frameworkservices.omf.client.rest.OMFRESTClient
-
Issue a POST REST call that returns a OpenMetadataGraphResponse object.
- callOpenMetadataRelationshipListPostRESTCall(String, String, Object, Object...) - Method in class org.odpi.openmetadata.frameworkservices.omf.client.rest.OMFRESTClient
-
Issue a POST REST call that returns a OpenMetadataRelationshipListResponse object.
- callOpenMetadataRelationshipPostRESTCall(String, String, Object, Object...) - Method in class org.odpi.openmetadata.frameworkservices.omf.client.rest.OMFRESTClient
-
Issue a POST REST call that returns a OpenMetadataRelationshipResponse object.
- callPatchRESTCall(String, Class<T>, String, Object, Object...) - Method in interface org.odpi.openmetadata.adapters.connectors.restclients.RESTClientCalls
-
Issue a PATCH REST call that returns a response object.
- callPatchRESTCall(String, Class<T>, String, Object, Object...) - Method in class org.odpi.openmetadata.adapters.connectors.restclients.spring.SpringRESTClientConnector
-
Issue a PATCH REST call that returns a response object.
- callPostRESTCall(String, Class<T>, String, Object, Object...) - Method in class org.odpi.openmetadata.adapters.connectors.integration.openapis.RESTClient
-
Issue a POST REST call that returns a response object.
- callPostRESTCall(String, Class<T>, String, Object, Object...) - Method in interface org.odpi.openmetadata.adapters.connectors.restclients.RESTClientCalls
-
Issue a POST REST call that returns a response object.
- callPostRESTCall(String, Class<T>, String, Object, Object...) - Method in class org.odpi.openmetadata.adapters.connectors.restclients.spring.SpringRESTClientConnector
-
Issue a POST REST call that returns a response object.
- callPostRESTCall(String, Class<T>, String, Object, Object...) - Method in class org.odpi.openmetadata.adminservices.client.rest.AdminServicesRESTClient
-
Issue a POST REST call that returns a response object.
- callPostRESTCall(String, Class<T>, String, Object, Object...) - Method in class org.odpi.openmetadata.commonservices.ffdc.rest.FFDCRESTClientBase
-
Issue a POST REST call that returns a response object.
- callPostRESTCall(String, ParameterizedTypeReference<T>, String, Object, Object...) - Method in class org.odpi.openmetadata.adapters.connectors.integration.openapis.RESTClient
-
Issue a POST REST call that returns a response object.
- callPostRESTCall(String, ParameterizedTypeReference<T>, String, Object, Object...) - Method in class org.odpi.openmetadata.adapters.connectors.restclients.spring.SpringRESTClientConnector
-
Issue a POST REST call that returns a response object.
- callPostRESTCall(String, ParameterizedTypeReference<T>, String, Object, Object...) - Method in class org.odpi.openmetadata.commonservices.ffdc.rest.FFDCRESTClientBase
-
Issue a POST REST call that returns a response object.
- callPostRESTCallNoParams(String, Class<T>, String, Object) - Method in class org.odpi.openmetadata.adapters.connectors.integration.openapis.RESTClient
-
Issue a POST REST call that returns a response object.
- callPostRESTCallNoParams(String, Class<T>, String, Object) - Method in interface org.odpi.openmetadata.adapters.connectors.restclients.RESTClientCalls
-
Issue a POST REST call that returns a response object.
- callPostRESTCallNoParams(String, Class<T>, String, Object) - Method in class org.odpi.openmetadata.adapters.connectors.restclients.spring.SpringRESTClientConnector
-
Issue a POST REST call that returns a response object.
- callPostRESTCallNoParams(String, Class<T>, String, Object) - Method in class org.odpi.openmetadata.adminservices.client.rest.AdminServicesRESTClient
-
Issue a POST REST call that returns a response object.
- callPostRESTCallNoParams(String, Class<T>, String, Object) - Method in class org.odpi.openmetadata.commonservices.ffdc.rest.FFDCRESTClientBase
-
Issue a POST REST call that returns a response object.
- callPutRESTCall(String, Class<T>, String, Object, Object...) - Method in class org.odpi.openmetadata.adapters.connectors.integration.openapis.RESTClient
-
Issue a PUT REST call that returns a response object.
- callPutRESTCall(String, Class<T>, String, Object, Object...) - Method in interface org.odpi.openmetadata.adapters.connectors.restclients.RESTClientCalls
-
Issue a PUT REST call that returns a response object.
- callPutRESTCall(String, Class<T>, String, Object, Object...) - Method in class org.odpi.openmetadata.adapters.connectors.restclients.spring.SpringRESTClientConnector
-
Issue a PUT REST call that returns a response object.
- callPutRESTCall(String, Class<T>, String, Object, Object...) - Method in class org.odpi.openmetadata.commonservices.ffdc.rest.FFDCRESTClientBase
-
Issue a PUT REST call that returns a response object.
- callPutRESTCall(String, ParameterizedTypeReference<T>, String, Object, Object...) - Method in class org.odpi.openmetadata.adapters.connectors.integration.openapis.RESTClient
-
Issue a PUT REST call that returns a response object.
- callPutRESTCall(String, ParameterizedTypeReference<T>, String, Object, Object...) - Method in class org.odpi.openmetadata.adapters.connectors.restclients.spring.SpringRESTClientConnector
-
Issue a PUT REST call that returns a response object.
- callPutRESTCall(String, ParameterizedTypeReference<T>, String, Object, Object...) - Method in class org.odpi.openmetadata.commonservices.ffdc.rest.FFDCRESTClientBase
-
Issue a PUT REST call that returns a response object.
- callPutRESTCallNoParams(String, Class<T>, String, Object) - Method in interface org.odpi.openmetadata.adapters.connectors.restclients.RESTClientCalls
-
Issue a PUT REST call that returns a response object.
- callPutRESTCallNoParams(String, Class<T>, String, Object) - Method in class org.odpi.openmetadata.adapters.connectors.restclients.spring.SpringRESTClientConnector
-
Issue a PUT REST call that returns a response object.
- callRegisteredGovernanceServiceGetRESTCall(String, String, Object...) - Method in class org.odpi.openmetadata.frameworkservices.gaf.client.rest.GAFRESTClient
-
Issue a GET REST call that returns a RegisteredGovernanceServiceResponse object.
- callRegisteredGovernanceServicesGetRESTCall(String, String, Object...) - Method in class org.odpi.openmetadata.frameworkservices.gaf.client.rest.GAFRESTClient
-
Issue a GET REST call that returns a RegisteredGovernanceServicesResponse object.
- callRegisteredIntegrationConnectorGetRESTCall(String, String, Object...) - Method in class org.odpi.openmetadata.frameworkservices.gaf.client.rest.GAFRESTClient
-
Issue a GET REST call that returns a RegisteredIntegrationConnectorResponse object.
- callRegisteredIntegrationConnectorsGetRESTCall(String, String, Object...) - Method in class org.odpi.openmetadata.frameworkservices.gaf.client.rest.GAFRESTClient
-
Issue a GET REST call that returns a RegisteredIntegrationConnectorsResponse object.
- callRegisteredOMAGServicesGetRESTCall(String, String, Object...) - Method in class org.odpi.openmetadata.adminservices.client.rest.AdminServicesRESTClient
-
Issue a GET REST call that returns a RegisteredOMAGServicesResponse object.
- callRelatedMetadataElementGetRESTCall(String, String, Object...) - Method in class org.odpi.openmetadata.frameworkservices.omf.client.rest.OMFRESTClient
-
Issue a GET REST call that returns a OpenMetadataRelationshipResponse object.
- callRelatedMetadataElementListGetRESTCall(String, String, Object...) - Method in class org.odpi.openmetadata.frameworkservices.omf.client.rest.OMFRESTClient
-
Issue a GET REST call that returns a RelatedMetadataElementListResponse object.
- callRelatedMetadataElementListPostRESTCall(String, String, Object, Object...) - Method in class org.odpi.openmetadata.frameworkservices.omf.client.rest.OMFRESTClient
-
Issue a POST REST call that returns a RelatedMetadataElementListResponse object.
- callRelatedMetadataElementsListGetRESTCall(String, String, Object...) - Method in class org.odpi.openmetadata.frameworkservices.omf.client.rest.OMFRESTClient
-
Issue a GET REST call that returns a OpenMetadataRelationshipListResponse object.
- callServerClassificationGetRESTCall(String, String, Object...) - Method in class org.odpi.openmetadata.adminservices.client.rest.AdminServicesRESTClient
-
Issue a GET REST call that returns a ServerTypeClassificationResponse object.
- callServerStatusGetRESTCall(String, String, Object...) - Method in class org.odpi.openmetadata.serveroperations.client.rest.ServerOperationsRESTClient
-
Issue a GET REST call that returns a ServerStatusResponse object.
- callServiceListGetRESTCall(String, String, Object...) - Method in class org.odpi.openmetadata.serveroperations.client.rest.ServerOperationsRESTClient
-
Issue a GET REST call that returns a ServerServicesListResponse object.
- callStringGetRESTCall(String, String, Object...) - Method in class org.odpi.openmetadata.adminservices.client.rest.AdminServicesRESTClient
-
Issue a GET REST call that returns a StringResponse object.
- callStringMapGetRESTCall(String, String, Object...) - Method in class org.odpi.openmetadata.adminservices.client.rest.AdminServicesRESTClient
-
Issue a GET REST call that returns a StringMapResponse object.
- callSuccessMessagePostRESTCall(String, String, Object, Object...) - Method in class org.odpi.openmetadata.adminservices.client.rest.AdminServicesRESTClient
-
Issue a POST REST call that returns a SuccessMessageResponse object.
- callTranslationDetailGetRESTCall(String, String, Object...) - Method in class org.odpi.openmetadata.frameworkservices.omf.client.rest.OMFRESTClient
-
Issue a GET REST call that returns a TranslationDetailResponse object.
- callTranslationListGetRESTCall(String, String, Object...) - Method in class org.odpi.openmetadata.frameworkservices.omf.client.rest.OMFRESTClient
-
Issue a GET REST call that returns a TranslationListResponse object.
- callTypeDefGalleryGetRESTCall(String, String, Object...) - Method in class org.odpi.openmetadata.frameworkservices.omf.client.rest.OMFRESTClient
-
Issue a GET REST call that returns a TypeDefGalleryResponse object.
- callTypeDefGetRESTCall(String, String, Object...) - Method in class org.odpi.openmetadata.frameworkservices.omf.client.rest.OMFRESTClient
-
Issue a GET REST call that returns a TypeDefResponse object.
- callTypeDefListGetRESTCall(String, String, Object...) - Method in class org.odpi.openmetadata.frameworkservices.omf.client.rest.OMFRESTClient
-
Issue a GET REST call that returns a TypeDefListResponse object.
- callTypeDefListPostRESTCall(String, String, Object, Object...) - Method in class org.odpi.openmetadata.frameworkservices.omf.client.rest.OMFRESTClient
-
Issue a POST REST call that returns a TypeDefListResponse object.
- callTypeDefPostRESTCall(String, String, Object, Object...) - Method in class org.odpi.openmetadata.frameworkservices.omf.client.rest.OMFRESTClient
-
Issue a POST REST call that returns a TypeDefResponse object.
- callViewServicesGetRESTCall(String, String, Object...) - Method in class org.odpi.openmetadata.adminservices.client.rest.AdminServicesRESTClient
-
Issue a GET REST call that returns a ViewServicesResponse object.
- callVoidDeleteRESTCall(String, String, Object...) - Method in class org.odpi.openmetadata.adminservices.client.rest.AdminServicesRESTClient
-
Issue a DELETE REST call that returns a VoidResponse object.
- callVoidGetRESTCall(String, String, Object...) - Method in class org.odpi.openmetadata.commonservices.ffdc.rest.FFDCRESTClient
-
Issue a POST REST call that returns a VoidResponse object.
- callVoidPostRESTCall(String, String, Object, Object...) - Method in class org.odpi.openmetadata.adminservices.client.rest.AdminServicesRESTClient
-
Issue a POST REST call that returns a VoidResponse object.
- callVoidPostRESTCall(String, String, Object, Object...) - Method in class org.odpi.openmetadata.commonservices.ffdc.rest.FFDCRESTClient
-
Issue a POST REST call that returns a VoidResponse object.
- CAMPAIGN_CLASSIFICATION - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.types.OpenMetadataType
-
A long-term strategic initiative that is implemented through multiple related projects.
- CampaignProperties - Class in org.odpi.openmetadata.frameworks.openmetadata.properties.projects
-
CampaignProperties is a java bean used to classify a project.
- CampaignProperties() - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.properties.projects.CampaignProperties
-
Default constructor
- CampaignProperties(CampaignProperties) - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.properties.projects.CampaignProperties
-
Copy/clone constructor.
- CAN_EXECUTE - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.externalharvesters.harvestsurveys.schema.HarvestSurveysColumn
- CAN_EXECUTE - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.jacquard.productcatalog.ProductDataFieldDefinition
- CAN_EXECUTE - Enum constant in enum class org.odpi.openmetadata.frameworks.opensurvey.measurements.FileMetric
- CAN_NOT_QUERY_AUDIT_LOG_STORE - Enum constant in enum class org.odpi.openmetadata.repositoryservices.ffdc.OMRSErrorCode
-
OMRS-AUDIT-LOG-400-006 - The Audit Log destination {0} is not able to support queries
- CAN_READ - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.externalharvesters.harvestsurveys.schema.HarvestSurveysColumn
- CAN_READ - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.jacquard.productcatalog.ProductDataFieldDefinition
- CAN_READ - Enum constant in enum class org.odpi.openmetadata.frameworks.opensurvey.measurements.FileMetric
- CAN_WRITE - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.externalharvesters.harvestsurveys.schema.HarvestSurveysColumn
- CAN_WRITE - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.jacquard.productcatalog.ProductDataFieldDefinition
- CAN_WRITE - Enum constant in enum class org.odpi.openmetadata.frameworks.opensurvey.measurements.FileMetric
- CANCEL_PRODUCT_SUBSCRIPTION - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.jacquard.solutionblueprint.ProductSolutionComponent
- CANCEL_SUBSCRIPTION - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.EgeriaOpenConnectorDefinition
- CANCEL_SUBSCRIPTION - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.jacquard.productcatalog.GovernanceActionTypeDefinition
-
cancel-digital-subscription
- CANCEL_SUBSCRIPTION - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.jacquard.solutionblueprint.SolutionComponentActor
- CANCEL_SUBSCRIPTION - Enum constant in enum class org.odpi.openmetadata.contentpacks.core.GovernanceServiceDefinition
-
Cance Open Metadata Digital Product Subscription Governance Action Service
- CANCEL_SUBSCRIPTION - Enum constant in enum class org.odpi.openmetadata.contentpacks.core.RequestTypeDefinition
-
cancel-digital-subscription
- CANCEL_SUBSCRIPTION - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.refdata.ResourceUse
-
Supports the action to cancel the linked subscription.
- cancelEngineAction(String) - Method in class org.odpi.openmetadata.frameworks.opengovernance.connectorcontext.StewardshipAction
-
Request that execution of an engine action is stopped.
- cancelEngineAction(String, String) - Method in interface org.odpi.openmetadata.frameworks.opengovernance.client.ActionControlInterface
-
Request that execution of an engine action is stopped.
- cancelEngineAction(String, String) - Method in class org.odpi.openmetadata.frameworkservices.gaf.client.OpenGovernanceClientBase
-
Request that execution of an engine action is stopped.
- cancelEngineAction(String, String, String) - Method in class org.odpi.openmetadata.viewservices.automatedcuration.server.AutomatedCurationRESTServices
-
Request that an engine action is stopped.
- cancelEngineAction(String, String, String) - Method in class org.odpi.openmetadata.viewservices.automatedcuration.server.spring.AutomatedCurationResource
-
Request that an engine action request is cancelled and any running governance service is stopped.
- cancelEngineAction(String, String, String, GAFAPIRequest) - Method in class org.odpi.openmetadata.frameworkservices.gaf.server.OpenGovernanceRESTServices
-
Request that execution of an engine action is stopped.
- cancelEngineAction(String, String, String, GAFAPIRequest) - Method in class org.odpi.openmetadata.frameworkservices.gaf.server.spring.OpenGovernanceResource
-
Request that execution of an engine action is stopped.
- cancelEngineAction(String, String, Date, String) - Method in class org.odpi.openmetadata.commonservices.generichandlers.EngineActionHandler
-
Request that execution of an engine action is allocated to the caller.
- CANCELLED - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.enums.ActivityStatus
-
The activity was cancelled by an external caller.
- CANCELLED - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.refdata.ProjectStatus
-
Work on the project will not continue despite incomplete deliverables.
- CANCELLED_SUBSCRIBER - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.baudot.BaudotNotificationMessageSet
-
BAUDOT-SUBSCRIPTION-MANAGEMENT-0002 - The subscription for the following subscription type has been terminated: {0} ({1})
- CANCELLING_ACTION_TYPE - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.subscriptions.ManageDigitalSubscriptionActionTarget
-
The governance action type that implements the cancel-subscription action.
- CANCELLING_SUBSCRIPTION - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.jacquard.solutionblueprint.ProductSolutionBlueprint
-
Description of the processing used to cancel a subscription to an Open Metadata Digital Product.
- CancelSubscriptionGovernanceActionConnector - Class in org.odpi.openmetadata.adapters.connectors.subscriptions
-
CancelSubscriptionGovernanceActionConnector cancels an active subscription.
- CancelSubscriptionGovernanceActionConnector() - Constructor for class org.odpi.openmetadata.adapters.connectors.subscriptions.CancelSubscriptionGovernanceActionConnector
-
Default constructor
- CancelSubscriptionGovernanceActionProvider - Class in org.odpi.openmetadata.adapters.connectors.subscriptions
-
CancelSubscriptionGovernanceActionProvider is the OCF connector provider for the "Cancel Digital Subscription" Governance Action Service.
- CancelSubscriptionGovernanceActionProvider() - Constructor for class org.odpi.openmetadata.adapters.connectors.subscriptions.CancelSubscriptionGovernanceActionProvider
-
Constructor used to initialize the ConnectorProviderBase with the Java class name of the specific store implementation.
- CANDIDATE_CLASSIFICATIONS - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.types.OpenMetadataProperty
-
Potential classification names and properties as JSON.
- CANDIDATE_DATA_CLASS_GUIDS - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.types.OpenMetadataProperty
-
List of possible matching data classes.
- CANDIDATE_DATA_GRAIN_GUIDS - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.types.OpenMetadataProperty
-
List of possible matching data grains.
- CANDIDATE_GLOSSARY_TERM_GUIDS - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.types.OpenMetadataProperty
-
List of potentially matching glossary terms.
- CANDIDATE_SUBJECT_AREA_GUIDS - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.types.OpenMetadataProperty
-
List of subject areas that contain potentially matching glossary terms.
- CANNOT_DELETE_ELEMENT_IN_USE - Enum constant in enum class org.odpi.openmetadata.commonservices.ffdc.OMAGCommonErrorCode
-
OMAG-COMMON-400-023 - Method {0} of service {1} cannot delete {2} identified by {3} because it is still in use.
- CANONICAL_MOUNT_POINT - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.types.OpenMetadataProperty
-
Value to replace the actual mount point with when storing/retrieving metadata about a file within the file system.
- CANONICAL_NAME - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.jacquard.tabulardatasets.controls.ReferenceDataConfigurationProperty
-
Canonical name - name used for the product and table name.
- CANONICAL_NAME - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.types.OpenMetadataProperty
-
Each word in the name should be capitalized, with spaces between the words to allow translation between different naming conventions.
- CANONICAL_VOCABULARY_CLASSIFICATION - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.types.OpenMetadataType
-
Identifies a glossary that contains unique terms with consistent granularity.
- canonicalName - Variable in class org.odpi.openmetadata.adapters.connectors.jacquard.tabulardatasets.DynamicOpenMetadataDataSetConnectorBase
- CanonicalVocabularyProperties - Class in org.odpi.openmetadata.frameworks.openmetadata.properties.glossaries
-
CanonicalVocabularyProperties is used to classify a glossary that has no term definitions with the same name.
- CanonicalVocabularyProperties() - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.properties.glossaries.CanonicalVocabularyProperties
-
Default constructor
- CanonicalVocabularyProperties(CanonicalVocabularyProperties) - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.properties.glossaries.CanonicalVocabularyProperties
-
Copy/clone constructor.
- CAPABILITY_ASSET_USE_RELATIONSHIP - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.types.OpenMetadataType
-
Defines that a server capability is associated with an asset.
- CapabilityAssetUseProperties - Class in org.odpi.openmetadata.frameworks.openmetadata.properties.assets.infrastructure
-
CapabilityAssetUseProperties describes the properties for the CapabilityAssetUse relationship between a software server capability and an asset.
- CapabilityAssetUseProperties() - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.properties.assets.infrastructure.CapabilityAssetUseProperties
-
Default constructor
- CapabilityAssetUseProperties(CapabilityAssetUseProperties) - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.properties.assets.infrastructure.CapabilityAssetUseProperties
-
Copy/clone constructor
- CapabilityAssetUseType - Enum Class in org.odpi.openmetadata.frameworks.openmetadata.enums
-
CapabilityAssetUseType defines how a software server capability may use an asset.
- captureCheckedException(FFDCResponse, OMFCheckedExceptionBase, String) - Method in class org.odpi.openmetadata.commonservices.ffdc.RESTExceptionHandler
-
Set the exception information into the response.
- captureCheckedException(FFDCResponse, OMFCheckedExceptionBase, String, Map<String, Object>) - Method in class org.odpi.openmetadata.commonservices.ffdc.RESTExceptionHandler
-
Set the exception information into the response.
- captureException(String, InvalidParameterException) - Method in class org.odpi.openmetadata.repositoryservices.enterprise.repositoryconnector.accumulators.QueryAccumulatorBase
-
Save the supplied exception.
- captureException(String, UserNotAuthorizedException) - Method in class org.odpi.openmetadata.repositoryservices.enterprise.repositoryconnector.accumulators.QueryAccumulatorBase
-
Save the supplied exception.
- captureException(String, ClassificationErrorException) - Method in class org.odpi.openmetadata.repositoryservices.enterprise.repositoryconnector.accumulators.QueryAccumulatorBase
-
Save the supplied exception.
- captureException(String, EntityNotKnownException) - Method in class org.odpi.openmetadata.repositoryservices.enterprise.repositoryconnector.accumulators.QueryAccumulatorBase
-
Save the supplied exception.
- captureException(String, EntityProxyOnlyException) - Method in class org.odpi.openmetadata.repositoryservices.enterprise.repositoryconnector.accumulators.QueryAccumulatorBase
-
Save the supplied exception.
- captureException(String, FunctionNotSupportedException) - Method in class org.odpi.openmetadata.repositoryservices.enterprise.repositoryconnector.accumulators.QueryAccumulatorBase
-
Save the supplied exception.
- captureException(String, PagingErrorException) - Method in class org.odpi.openmetadata.repositoryservices.enterprise.repositoryconnector.accumulators.QueryAccumulatorBase
-
Save the supplied exception.
- captureException(String, PropertyErrorException) - Method in class org.odpi.openmetadata.repositoryservices.enterprise.repositoryconnector.accumulators.QueryAccumulatorBase
-
Save the supplied exception.
- captureException(String, RelationshipNotKnownException) - Method in class org.odpi.openmetadata.repositoryservices.enterprise.repositoryconnector.accumulators.QueryAccumulatorBase
-
Save the supplied exception.
- captureException(String, RepositoryErrorException) - Method in class org.odpi.openmetadata.repositoryservices.enterprise.repositoryconnector.accumulators.QueryAccumulatorBase
-
Save the supplied exception.
- captureException(String, TypeErrorException) - Method in class org.odpi.openmetadata.repositoryservices.enterprise.repositoryconnector.accumulators.QueryAccumulatorBase
-
Save the supplied exception.
- captureException(InvalidParameterException) - Method in class org.odpi.openmetadata.repositoryservices.enterprise.repositoryconnector.accumulators.MaintenanceAccumulator
-
Save the supplied exception.
- captureException(UserNotAuthorizedException) - Method in class org.odpi.openmetadata.repositoryservices.enterprise.repositoryconnector.accumulators.MaintenanceAccumulator
-
Save the supplied exception.
- captureException(ClassificationErrorException) - Method in class org.odpi.openmetadata.repositoryservices.enterprise.repositoryconnector.accumulators.MaintenanceAccumulator
-
Save the supplied exception.
- captureException(EntityNotDeletedException) - Method in class org.odpi.openmetadata.repositoryservices.enterprise.repositoryconnector.accumulators.MaintenanceAccumulator
-
Save the supplied exception.
- captureException(EntityNotKnownException) - Method in class org.odpi.openmetadata.repositoryservices.enterprise.repositoryconnector.accumulators.MaintenanceAccumulator
-
Save the supplied exception.
- captureException(EntityProxyOnlyException) - Method in class org.odpi.openmetadata.repositoryservices.enterprise.repositoryconnector.accumulators.MaintenanceAccumulator
-
Save the supplied exception.
- captureException(FunctionNotSupportedException) - Method in class org.odpi.openmetadata.repositoryservices.enterprise.repositoryconnector.accumulators.MaintenanceAccumulator
-
Save the supplied exception.
- captureException(InvalidTypeDefException) - Method in class org.odpi.openmetadata.repositoryservices.enterprise.repositoryconnector.accumulators.MaintenanceAccumulator
-
Save the supplied exception.
- captureException(PropertyErrorException) - Method in class org.odpi.openmetadata.repositoryservices.enterprise.repositoryconnector.accumulators.MaintenanceAccumulator
-
Save the supplied exception.
- captureException(RelationshipNotDeletedException) - Method in class org.odpi.openmetadata.repositoryservices.enterprise.repositoryconnector.accumulators.MaintenanceAccumulator
-
Save the supplied exception.
- captureException(RelationshipNotKnownException) - Method in class org.odpi.openmetadata.repositoryservices.enterprise.repositoryconnector.accumulators.MaintenanceAccumulator
-
Save the supplied exception.
- captureException(RepositoryErrorException) - Method in class org.odpi.openmetadata.repositoryservices.enterprise.repositoryconnector.accumulators.MaintenanceAccumulator
-
Save the supplied exception.
- captureException(StatusNotSupportedException) - Method in class org.odpi.openmetadata.repositoryservices.enterprise.repositoryconnector.accumulators.MaintenanceAccumulator
-
Save the supplied exception.
- captureException(TypeDefConflictException) - Method in class org.odpi.openmetadata.repositoryservices.enterprise.repositoryconnector.accumulators.MaintenanceAccumulator
-
Save the supplied exception.
- captureException(TypeDefNotKnownException) - Method in class org.odpi.openmetadata.repositoryservices.enterprise.repositoryconnector.accumulators.MaintenanceAccumulator
-
Save the supplied exception.
- captureException(TypeDefNotSupportedException) - Method in class org.odpi.openmetadata.repositoryservices.enterprise.repositoryconnector.accumulators.MaintenanceAccumulator
-
Save the supplied exception.
- captureException(TypeErrorException) - Method in class org.odpi.openmetadata.repositoryservices.enterprise.repositoryconnector.accumulators.MaintenanceAccumulator
-
Save the supplied exception.
- captureGenericException(String, String, Exception) - Method in class org.odpi.openmetadata.repositoryservices.enterprise.repositoryconnector.accumulators.MaintenanceAccumulator
-
Save the supplied exception.
- captureGenericException(String, String, Exception) - Method in class org.odpi.openmetadata.repositoryservices.enterprise.repositoryconnector.accumulators.QueryAccumulatorBase
-
Save the supplied exception.
- captureInvalidParameterException(FFDCResponse, InvalidParameterException) - Method in class org.odpi.openmetadata.commonservices.ffdc.RESTExceptionHandler
-
Set the exception information into the response.
- captureInvalidParameterException(OMRSAPIResponse, InvalidParameterException) - Method in class org.odpi.openmetadata.repositoryservices.rest.server.OMRSRepositoryRESTServices
-
Set the exception information into the response.
- capturePropertyServerException(FFDCResponse, PropertyServerException) - Method in class org.odpi.openmetadata.commonservices.ffdc.RESTExceptionHandler
-
Set the exception information into the response.
- capturePropertyServerException(OMRSAPIResponse, PropertyServerException) - Method in class org.odpi.openmetadata.repositoryservices.rest.server.OMRSRepositoryRESTServices
-
Set the exception information into the response.
- captureRuntimeExceptions(FFDCResponse, Throwable, String, AuditLog) - Method in class org.odpi.openmetadata.commonservices.ffdc.RESTExceptionHandler
-
A runtime error occurred.
- captureRuntimeExceptions(OMRSAPIResponse, Throwable, String, AuditLog) - Method in class org.odpi.openmetadata.repositoryservices.rest.server.OMRSRepositoryRESTServices
-
A runtime error occurred.
- captureUserNotAuthorizedException(FFDCResponse, UserNotAuthorizedException) - Method in class org.odpi.openmetadata.commonservices.ffdc.RESTExceptionHandler
-
Set the exception information into the response.
- captureUserNotAuthorizedException(OMRSAPIResponse, UserNotAuthorizedException) - Method in class org.odpi.openmetadata.repositoryservices.rest.server.OMRSRepositoryRESTServices
-
Set the exception information into the response.
- CARBON_DIOXIDE - Enum constant in enum class org.odpi.openmetadata.samples.archiveutilities.sustainability.GlossaryTermDefinition
-
Carbon dioxide (chemical formula CO2) is a chemical compound made up of molecules that each have one carbon atom covalently double bonded to two oxygen atoms.
- cardinality - Variable in class org.odpi.openmetadata.frameworks.openmetadata.properties.OpenMetadataTypeDefAttribute
- cardinality - Variable in class org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.properties.typedefs.TypeDefAttribute
- CASE_INSENSITIVE_ENDS_WITH - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.search.PropertyComparisonOperator
-
Has a value that ends with the provided string if the case is ignored.
- CASE_INSENSITIVE_ENDS_WITH - Enum constant in enum class org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.properties.search.PropertyComparisonOperator
-
Has a value that ends with the provided string if the case is ignored.
- CASE_INSENSITIVE_EQ - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.search.PropertyComparisonOperator
-
Has a value that equals the provided string if the case is ignored.
- CASE_INSENSITIVE_EQ - Enum constant in enum class org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.properties.search.PropertyComparisonOperator
-
Has a value that equals the provided string if the case is ignored.
- CASE_INSENSITIVE_LIKE - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.search.PropertyComparisonOperator
-
Has a value that includes the provided string if the case is ignored.
- CASE_INSENSITIVE_LIKE - Enum constant in enum class org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.properties.search.PropertyComparisonOperator
-
Has a value that includes the provided string if the case is ignored.
- CASE_INSENSITIVE_NOT_LIKE - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.search.PropertyComparisonOperator
-
Has a value that does not include the provided string even if the case is ignored.
- CASE_INSENSITIVE_NOT_LIKE - Enum constant in enum class org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.properties.search.PropertyComparisonOperator
-
Has a value that does not include the provided string even if the case is ignored.
- CASE_INSENSITIVE_STARTS_WITH - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.search.PropertyComparisonOperator
-
Has a value that starts with the provided string if the case is ignored.
- CASE_INSENSITIVE_STARTS_WITH - Enum constant in enum class org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.properties.search.PropertyComparisonOperator
-
Has a value that starts with the provided string if the case is ignored.
- CATALOG - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.integration.jdbc.controls.JDBCConfigurationProperty
-
An optional property used to provide a display name to a new database asset created by this connector.
- CATALOG - Enum constant in enum class org.odpi.openmetadata.samples.governanceactions.clinicaltrials.CocoClinicalTrialActionTarget
-
Catalog where data for clinical trial is to reside.
- CATALOG_ALL_FILES_CONFIGURATION_PROPERTY - Static variable in class org.odpi.openmetadata.adapters.connectors.integration.basicfiles.DataFilesMonitorIntegrationProvider
-
An optional boolean flag to indicate that all files should be catalogued, whether they are classified or not.
- CATALOG_ATLAS_SERVER - Enum constant in enum class org.odpi.openmetadata.contentpacks.core.RequestTypeDefinition
-
catalog-apache-atlas-server
- CATALOG_DATA_FOLDER - Enum constant in enum class org.odpi.openmetadata.contentpacks.core.RequestTypeDefinition
-
catalog-data-folder
- CATALOG_FILE_FOLDER - Enum constant in enum class org.odpi.openmetadata.contentpacks.core.RequestTypeDefinition
-
catalog-file-folder
- CATALOG_KAFKA_SERVER - Enum constant in enum class org.odpi.openmetadata.contentpacks.core.RequestTypeDefinition
-
catalog-apache-kafka-server
- CATALOG_LIST - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.unitycatalog.controls.UnityCatalogAnnotationType
- CATALOG_METRICS - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.unitycatalog.controls.UnityCatalogAnnotationType
- CATALOG_NAME - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.unitycatalog.controls.UnityCatalogConfigurationProperty
-
The name of the catalog being described.
- CATALOG_NAME - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.unitycatalog.controls.UnityCatalogPlaceholderProperty
-
The name of the catalog being described.
- CATALOG_NAME - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.unitycatalog.controls.UnityCatalogSurveyRequestParameter
- CATALOG_OMAG_SERVER_PLATFORM - Enum constant in enum class org.odpi.openmetadata.contentpacks.core.RequestTypeDefinition
-
catalog-omag-server-platform
- CATALOG_POSTGRES_DATABASE - Enum constant in enum class org.odpi.openmetadata.contentpacks.core.RequestTypeDefinition
-
catalog-postgres-database
- CATALOG_POSTGRES_SCHEMA - Enum constant in enum class org.odpi.openmetadata.contentpacks.core.RequestTypeDefinition
-
catalog-postgres-schema
- CATALOG_POSTGRES_SERVER - Enum constant in enum class org.odpi.openmetadata.contentpacks.core.RequestTypeDefinition
-
catalog-postgres-server
- CATALOG_RESOURCE - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.refdata.ResourceUse
-
Extract metadata from the real-world resource and add it to the open metadata repositories.
- CATALOG_SOFTWARE_SERVER - Enum constant in enum class org.odpi.openmetadata.contentpacks.core.RequestTypeDefinition
-
catalog-software-server
- CATALOG_TABLE_SIZES - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.unitycatalog.controls.UnityCatalogAnnotationType
- CATALOG_TARGET - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.integration.jdbc.controls.JDBCDatabaseCatalogTarget
- CATALOG_TARGET_ASSET - Enum constant in enum class org.odpi.openmetadata.contentpacks.core.GovernanceServiceDefinition
-
Catalog Target Asset Governance Service
- CATALOG_TARGET_NAME - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.types.OpenMetadataProperty
-
Symbolic name of the catalog target to describe the remote system/service being connected to.
- CATALOG_TARGET_NAME - Static variable in class org.odpi.openmetadata.adapters.connectors.apacheatlas.integration.ApacheAtlasIntegrationProvider
-
Symbolic name for the catalog target (Apache Atlas).
- CATALOG_TARGET_NAME - Static variable in class org.odpi.openmetadata.adapters.connectors.apachekafka.integration.KafkaTopicIntegrationProvider
-
The name of the catalog target that contains the server to monitor.
- CATALOG_TARGET_NAME - Static variable in class org.odpi.openmetadata.adapters.connectors.integration.basicfiles.DataFilesMonitorIntegrationProvider
-
The name of the catalog target that contains the directory to monitor.
- CATALOG_TARGET_NAME - Static variable in class org.odpi.openmetadata.adapters.connectors.integration.csvlineageimporter.CSVLineageImporterProvider
-
The name of the catalog target that contains the file to monitor.
- CATALOG_TARGET_RELATIONSHIP - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.types.OpenMetadataType
-
Identifies an element that an integration connector is to work with.
- CATALOG_TEMPLATE_RELATIONSHIP - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.types.OpenMetadataType
-
Provides the template for creating a metadata representation of the linked from valid value.
- CATALOG_UC_SERVER - Enum constant in enum class org.odpi.openmetadata.contentpacks.core.RequestTypeDefinition
-
catalog-unity-catalog-server
- CATALOG_UPDATE - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.unitycatalog.ffdc.UCAuditCode
-
UNITY-CATALOG-CONNECTOR-0011 - The {0} Connector has detected a change in the open metadata that controls the definition of catalog {1} but cannot update the catalog in Unity Catalog (UC) at {2}
- catalogClassifiedFiles - Variable in class org.odpi.openmetadata.adapters.connectors.integration.basicfiles.DirectoryToMonitor
-
Should only file types that are recognized by the classifier be catalogued.
- CATALOGED_DATABASE - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.postgres.ffdc.PostgresAuditCode
-
POSTGRES-CONNECTOR-0003 - The {0} integration connector has catalogued PostgreSQL Database {1} ({2})
- CATALOGED_DATABASE - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.unitycatalog.ffdc.UCAuditCode
-
UNITY-CATALOG-CONNECTOR-0003 - The {0} integration connector has catalogued data set {1} ({2})
- catalogFile(File, String) - Method in class org.odpi.openmetadata.adapters.connectors.integration.basicfiles.DataFilesMonitorForTarget
-
Create a catalog entry for a specific file.
- catalogFile(File, String) - Method in class org.odpi.openmetadata.adapters.connectors.integration.basicfiles.OMSecretsFilesMonitorForTarget
-
Catalog a file.
- catalogGUID - Variable in class org.odpi.openmetadata.adapters.connectors.unitycatalog.sync.OSSUnityCatalogInsideCatalogSyncBase
- CatalogInfo - Class in org.odpi.openmetadata.adapters.connectors.unitycatalog.properties
-
Description of a catalog.
- CatalogInfo() - Constructor for class org.odpi.openmetadata.adapters.connectors.unitycatalog.properties.CatalogInfo
-
Constructor
- CatalogNamespaceProperties - Class in org.odpi.openmetadata.adapters.connectors.unitycatalog.properties
-
Describes elements that sit in the catalog namespace.
- CatalogNamespaceProperties() - Constructor for class org.odpi.openmetadata.adapters.connectors.unitycatalog.properties.CatalogNamespaceProperties
- CatalogProperties - Class in org.odpi.openmetadata.adapters.connectors.unitycatalog.properties
-
Description of the properties to pass when creating a catalog - maps to CreateCatalog.
- CatalogProperties() - Constructor for class org.odpi.openmetadata.adapters.connectors.unitycatalog.properties.CatalogProperties
- CatalogTarget - Class in org.odpi.openmetadata.frameworks.opengovernance.properties
-
CatalogTarget contains the properties for one of the integration connector's catalog targets.
- CatalogTarget() - Constructor for class org.odpi.openmetadata.frameworks.opengovernance.properties.CatalogTarget
-
Default constructor
- CatalogTarget(CatalogTarget) - Constructor for class org.odpi.openmetadata.frameworks.opengovernance.properties.CatalogTarget
-
Copy/clone constructor
- CatalogTarget(CatalogTargetProperties, OpenMetadataRootElement) - Constructor for class org.odpi.openmetadata.frameworks.opengovernance.properties.CatalogTarget
-
Copy/clone constructor
- CatalogTargetAssetGovernanceActionConnector - Class in org.odpi.openmetadata.adapters.connectors.governanceactions.stewardship
-
CatalogTargetAssetGovernanceActionConnector creates a catalog target between the supplied integration connector and the supplied asset.
- CatalogTargetAssetGovernanceActionConnector() - Constructor for class org.odpi.openmetadata.adapters.connectors.governanceactions.stewardship.CatalogTargetAssetGovernanceActionConnector
-
Default constructor
- CatalogTargetAssetGovernanceActionProvider - Class in org.odpi.openmetadata.adapters.connectors.governanceactions.stewardship
-
CatalogTargetAssetGovernanceActionProvider is the OCF connector provider for the "catalog-asset" Governance Action Service.
- CatalogTargetAssetGovernanceActionProvider() - Constructor for class org.odpi.openmetadata.adapters.connectors.governanceactions.stewardship.CatalogTargetAssetGovernanceActionProvider
-
Constructor used to initialize the ConnectorProviderBase with the Java class name of the specific store implementation.
- CatalogTargetAssetGuard - Enum Class in org.odpi.openmetadata.adapters.connectors.governanceactions.stewardship
-
The Guard enum describes some common guards that can be used when implementing governance services.
- CatalogTargetChangeListener - Interface in org.odpi.openmetadata.frameworks.integration.connectors
-
An optional interface for an integration connector to implement if it needs to know when its catalog targets change.
- CatalogTargetContext - Class in org.odpi.openmetadata.frameworks.integration.context
-
A specialized integration context for a catalog target processor.
- CatalogTargetContext(String, String, String, String, String, String, String, String, boolean, PermittedSynchronization, OpenMetadataClient, OpenMetadataEventClient, ConnectedAssetClient, OpenLineageListenerManager, GovernanceConfiguration, OpenGovernanceClient, AuditLog, int, DeleteMethod) - Constructor for class org.odpi.openmetadata.frameworks.integration.context.CatalogTargetContext
-
Constructor.
- CatalogTargetEnum - Enum Class in org.odpi.openmetadata.frameworks.integration.controls
-
CatalogTargetEnum characterises the type of third party technology supported by a specific integration connector.
- CatalogTargetEventProcessor - Interface in org.odpi.openmetadata.frameworks.integration.connectors
-
This interface indicates that a class can process events on behalf of a catalog target.
- CatalogTargetFactory - Interface in org.odpi.openmetadata.frameworks.integration.connectors
-
CatalogTargetIntegrator is an optional interface that an integration connector can implement to walk through the catalog targets assigned to the integration connector.
- catalogTargetGUID - Variable in class org.odpi.openmetadata.adapters.connectors.integration.basicfiles.DirectoryToMonitor
-
This is the unique identifier of the CatalogTarget relationship that this directory matches.
- CatalogTargetIntegrator - Interface in org.odpi.openmetadata.frameworks.integration.connectors
-
CatalogTargetIntegrator is an optional interface that an integration connector can implement to walk through the catalog targets assigned to the integration connector.
- catalogTargetName - Variable in class org.odpi.openmetadata.adapters.connectors.unitycatalog.sync.OSSUnityCatalogInsideCatalogSyncBase
- catalogTargetName - Variable in class org.odpi.openmetadata.frameworks.integration.iterator.IntegrationIterator
- CatalogTargetProcessorBase - Class in org.odpi.openmetadata.frameworks.integration.connectors
-
Provides the base class for connector code that processes a single catalog target.
- CatalogTargetProcessorBase(CatalogTarget, CatalogTargetContext, Connector, String, AuditLog) - Constructor for class org.odpi.openmetadata.frameworks.integration.connectors.CatalogTargetProcessorBase
-
Copy/clone constructor
- CatalogTargetProperties - Class in org.odpi.openmetadata.frameworks.openmetadata.properties.assets.processes.connectors
-
Properties for the CatalogTarget relationship.
- CatalogTargetProperties() - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.properties.assets.processes.connectors.CatalogTargetProperties
-
Default constructor
- CatalogTargetProperties(CatalogTargetProperties) - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.properties.assets.processes.connectors.CatalogTargetProperties
-
Copy/clone constructor.
- catalogTargets - Variable in class org.odpi.openmetadata.frameworks.integration.connectors.IntegrationConnectorProvider
-
List of the supported catalog targets describing the types of entity that the connector works with.
- catalogTargetsManager - Variable in class org.odpi.openmetadata.frameworks.integration.connectors.IntegrationConnectorBase
- CatalogTargetType - Class in org.odpi.openmetadata.frameworks.integration.controls
-
CatalogTargetType characterises the type of third party technology supported by a specific integration connector.
- CatalogTargetType() - Constructor for class org.odpi.openmetadata.frameworks.integration.controls.CatalogTargetType
-
Default constructor
- CatalogTargetType(CatalogTargetType) - Constructor for class org.odpi.openmetadata.frameworks.integration.controls.CatalogTargetType
-
Copy/clone constructor
- CatalogTemplate - Class in org.odpi.openmetadata.viewservices.automatedcuration.properties
-
Capture information about a catalog template.
- CatalogTemplate() - Constructor for class org.odpi.openmetadata.viewservices.automatedcuration.properties.CatalogTemplate
-
Default constructor
- CatalogTemplate(TemplateProperties) - Constructor for class org.odpi.openmetadata.viewservices.automatedcuration.properties.CatalogTemplate
-
Copy/clone constructor
- CatalogTemplate(CatalogTemplate) - Constructor for class org.odpi.openmetadata.viewservices.automatedcuration.properties.CatalogTemplate
-
Copy/clone constructor
- CatalogTemplateProperties - Class in org.odpi.openmetadata.frameworks.openmetadata.properties.templates
-
CatalogTemplateProperties describes the properties for the CatalogTemplate relationship between a description element and a relevant template.
- CatalogTemplateProperties() - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.properties.templates.CatalogTemplateProperties
-
Default constructor
- CatalogTemplateProperties(CatalogTemplateProperties) - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.properties.templates.CatalogTemplateProperties
-
Copy/clone constructor
- catalogTypeName - Variable in class org.odpi.openmetadata.adapters.connectors.unitycatalog.sync.OSSUnityCatalogInsideCatalogSyncBase
- CATALOGUED_OPEN_API_SPEC - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.integration.openapis.ffdc.OpenAPIIntegrationConnectorAuditCode
- CATALOGUER_TO_ONBOARDING_PIPELINE - Enum constant in enum class org.odpi.openmetadata.samples.archiveutilities.governanceengines.SolutionComponentWire
- CATASTROPHIC - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.refdata.CriticalityLevel
-
The data is so important that its loss is catastrophic, putting the future of the organization in doubt.
- category - Variable in class org.odpi.openmetadata.frameworks.openmetadata.properties.OpenMetadataAttributeTypeDef
- category - Variable in class org.odpi.openmetadata.frameworks.openmetadata.properties.OpenMetadataTypeDefSummary
- category - Variable in class org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.properties.typedefs.AttributeTypeDef
- category - Variable in class org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.properties.typedefs.TypeDefSummary
- Category - Enum Class in org.odpi.openmetadata.frameworks.openmetadata.refdata
-
Category lists suggested category values.
- CATEGORY - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.externalharvesters.harvestopenmetadata.schema.HarvestOpenMetadataColumn
- CATEGORY - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.jacquard.productcatalog.ProductDataFieldDefinition
-
Category
- CATEGORY - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.types.OpenMetadataProperty
-
Descriptive name of the concept that this valid value applies to.
- CATEGORY_ALREADY_EXISTS - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.apacheatlas.resource.ffdc.ApacheAtlasErrorCode
-
APACHE-ATLAS-REST-CONNECTOR-400-004 - Glossary category {0} already exists in Apache Atlas
- CATEGORY_ALREADY_EXISTS - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.integration.jdbc.ffdc.JDBCIntegrationConnectorErrorCode
-
JDBC-INTEGRATION-CONNECTOR-400-004 - Glossary category {0} already exists in Apache Atlas
- CATEGORY_QUALIFIED_NAME - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.types.OpenMetadataProperty
-
The qualified name of the primary category of a GlossaryTerm.
- CAUGHT_EXCEPTION - Enum constant in enum class org.odpi.openmetadata.frameworks.connectors.ffdc.OCFErrorCode
-
OCF-CONNECTION-500-001 - OCF method detected an unexpected exception
- CAUGHT_EXCEPTION_WITH_MSG - Enum constant in enum class org.odpi.openmetadata.frameworks.connectors.ffdc.OCFErrorCode
-
OCF-CONNECTION-500-002 - OCF method {0} detected an unexpected exception, message was {1}
- CaughtException - Exception in org.odpi.openmetadata.conformance.ffdc.exception
-
CaughtException is used when an unexpected exception occurs during a test.
- CaughtException(String, Exception) - Constructor for exception org.odpi.openmetadata.conformance.ffdc.exception.CaughtException
-
The constructor captures the context of the exception.
- CC_BY_40 - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.jacquard.productcatalog.ProductGovernanceDefinition
-
This license provides an unrestricted use of data for purposes that support our business.
- CDO - Enum constant in enum class org.odpi.openmetadata.samples.archiveutilities.organization.DeptDefinition
- CERISE - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.mermaid.Colour
- CERTIFICATE_GUID - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.types.OpenMetadataProperty
-
Unique identifier of the actual certificate.
- CERTIFICATION - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.externalharvesters.harvestopenmetadata.schema.HarvestOpenMetadataTable
-
Descriptions of known certifications.
- CERTIFICATION_GUID - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.externalharvesters.harvestopenmetadata.schema.HarvestOpenMetadataColumn
- CERTIFICATION_GUID - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.jacquard.productcatalog.ProductDataFieldDefinition
-
Unique identifier of a certification relationship.
- CERTIFICATION_RELATIONSHIP - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.types.OpenMetadataType
-
An awarded certification of a specific type.
- CERTIFICATION_SUMMARY - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.externalharvesters.harvestopenmetadata.schema.HarvestOpenMetadataColumn
- CERTIFICATION_TITLE - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.externalharvesters.harvestopenmetadata.schema.HarvestOpenMetadataColumn
- CERTIFICATION_TYPE - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.externalharvesters.harvestopenmetadata.schema.HarvestOpenMetadataTable
-
Descriptions of known certification types.
- CERTIFICATION_TYPE - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.types.OpenMetadataType
-
A specific type of certification required by a regulation or governance process.
- CERTIFICATION_TYPE_GUID - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.externalharvesters.harvestopenmetadata.schema.HarvestOpenMetadataColumn
- CERTIFICATION_TYPE_GUID - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.jacquard.productcatalog.ProductDataFieldDefinition
-
Unique identifier of a certification type.
- CertificationElement - Class in org.odpi.openmetadata.frameworks.openmetadata.metadataelements
-
CertificationElement contains the properties and header for a certification for an element.
- CertificationElement() - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.metadataelements.CertificationElement
-
Default constructor
- CertificationElement(CertificationElement) - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.metadataelements.CertificationElement
-
Copy/clone constructor
- CertificationElement(RelatedMetadataElementSummary) - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.metadataelements.CertificationElement
-
Copy/clone constructor
- CertificationElementsResponse - Class in org.odpi.openmetadata.commonservices.ffdc.rest
-
CertificationElementsResponse is the response structure used on the OMAS REST API calls that return a list of related certification element summaries as a response.
- CertificationElementsResponse() - Constructor for class org.odpi.openmetadata.commonservices.ffdc.rest.CertificationElementsResponse
-
Default constructor
- CertificationElementsResponse(CertificationElementsResponse) - Constructor for class org.odpi.openmetadata.commonservices.ffdc.rest.CertificationElementsResponse
-
Copy/clone constructor
- CertificationMermaidGraphBuilder - Class in org.odpi.openmetadata.frameworks.openmetadata.mermaid
-
Creates a graph for a collection of certification relationships linked to a single starting point and the elements at the other end of the relationship.
- CertificationMermaidGraphBuilder(MetadataElementSummary, List<CertificationElement>) - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.mermaid.CertificationMermaidGraphBuilder
-
Constructor for the graph
- CertificationProperties - Class in org.odpi.openmetadata.frameworks.openmetadata.properties.governance
-
CertificationProperties describe the details of a certificate that shows that an element is certified with a particular certification type.
- CertificationProperties() - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.properties.governance.CertificationProperties
-
Default Constructor
- CertificationProperties(CertificationProperties) - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.properties.governance.CertificationProperties
-
Copy/clone Constructor - the resulting object.
- CertificationTypeDefinition - Enum Class in org.odpi.openmetadata.samples.archiveutilities.governanceprogram
-
The CertificationTypeDefinition is used to feed the definition of the Certification Types for Coco Pharmaceuticals scenarios.
- CertificationTypeProperties - Class in org.odpi.openmetadata.frameworks.openmetadata.properties.governance
-
Many regulations and industry bodies define certifications that can confirm a level of support, capability or competence in an aspect of a digital organization's operation.
- CertificationTypeProperties() - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.properties.governance.CertificationTypeProperties
-
Default Constructor
- CertificationTypeProperties(CertificationTypeProperties) - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.properties.governance.CertificationTypeProperties
-
Copy/Clone Constructor
- CertificationTypeProperties(TermsAndConditionsProperties) - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.properties.governance.CertificationTypeProperties
-
Copy/Clone Constructor
- CERTIFIED_BY - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.types.OpenMetadataProperty
-
Person or organization awarding the certification.
- CERTIFIED_BY_PROPERTY_NAME - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.types.OpenMetadataProperty
-
Name of the property from the element used to identify the certifiedBy property.
- CERTIFIED_BY_TYPE_NAME - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.types.OpenMetadataProperty
-
Type of element referenced in the certifiedBy property.
- CERTIFIED_HOSPITAL - Enum constant in enum class org.odpi.openmetadata.samples.governanceactions.ffdc.GovernanceActionSamplesAuditCode
-
GOVERNANCE-ACTION-SAMPLES-0001 - The {0} governance action service has verified that hospital {1} ({2}) is certified to supply data for project {3} ({4})
- CERTIFY_HOSPITAL - Enum constant in enum class org.odpi.openmetadata.samples.archiveutilities.governanceengines.CocoGovernanceServiceDefinition
-
Checks that the certification type matches the one for the clinical trial project and sets up the start date in the certification relationship between the hospital and the certification type.
- CERTIFY_HOSPITAL - Enum constant in enum class org.odpi.openmetadata.samples.archiveutilities.governanceengines.CocoRequestTypeDefinition
-
certify-hospital
- CERTIFY_HOSPITAL - Enum constant in enum class org.odpi.openmetadata.samples.archiveutilities.governanceengines.SolutionComponent
- CERTIFY_HOSPITAL - Enum constant in enum class org.odpi.openmetadata.samples.governanceactions.clinicaltrials.metadata.ClinicalTrialSolutionComponent
- CERTIFY_HOSPITAL - Enum constant in enum class org.odpi.openmetadata.samples.governanceactions.clinicaltrials.metadata.CocoOpenConnectorDefinition
- CERTIFY_RESOURCE - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.refdata.ResourceUse
-
Create a survey report that details the content of the real-world resource that is attached to an asset.
- CERTIFY_WEEKLY_MEASUREMENTS - Enum constant in enum class org.odpi.openmetadata.samples.governanceactions.clinicaltrials.metadata.CocoOpenConnectorDefinition
- certifyElement(String, String, String, String, NewRelationshipRequestBody) - Method in class org.odpi.openmetadata.viewservices.governanceofficer.server.GovernanceOfficerRESTServices
-
Link an element to a certification type and include details of the certification in the relationship properties.
- certifyElement(String, String, String, String, NewRelationshipRequestBody) - Method in class org.odpi.openmetadata.viewservices.governanceofficer.server.spring.GovernanceOfficerResource
-
Link an element to a certification type and include details of the certification in the relationship properties.
- certifyElement(String, String, String, MakeAnchorOptions, CertificationProperties) - Method in class org.odpi.openmetadata.frameworks.openmetadata.handlers.GovernanceDefinitionHandler
-
Create a link between a certification type and an element that has achieved the certification.
- certifyElement(String, String, MakeAnchorOptions, CertificationProperties) - Method in class org.odpi.openmetadata.frameworks.openmetadata.connectorcontext.GovernanceDefinitionClient
-
Create a link between a certification type and an element that has achieved the certification.
- CFG_FILE - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.refdata.FileExtension
-
A file containing a list of name-value properties for configuration.
- CHANGE_MANAGEMENT_LIBRARY - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.types.OpenMetadataType
-
Defines a managed collection of requirements, defects and proposed changes to a project.
- CHANGED_ELEMENT - Enum constant in enum class org.odpi.openmetadata.frameworks.opengovernance.controls.ActionTarget
-
A recently changed metadata element.
- CHANGED_NAMES - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.governanceactions.watchdog.GenericFolderRequestParameter
- CHANGED_PROPERTIES - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.governanceactions.watchdog.GenericElementRequestParameter
- CHANGED_PROPERTIES - Enum constant in enum class org.odpi.openmetadata.frameworks.openwatchdog.controls.WatchdogRequestParameter
- ChangeManagementLibraryProperties - Class in org.odpi.openmetadata.frameworks.openmetadata.properties.softwarecapabilities
-
ChangeManagementLibraryProperties describes a source control library.
- ChangeManagementLibraryProperties() - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.properties.softwarecapabilities.ChangeManagementLibraryProperties
-
Default constructor
- ChangeManagementLibraryProperties(ChangeManagementLibraryProperties) - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.properties.softwarecapabilities.ChangeManagementLibraryProperties
-
Copy/clone constructor.
- CHAR - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.unitycatalog.properties.ColumnTypeName
- CHAR - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.types.DataType
-
Character
- CHARTREUSE - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.mermaid.Colour
- CHAT - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.enums.ContactMethodType
-
Send chat message.
- check(String, Object, Object) - Method in class org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.properties.instances.Differences
-
Determine if there is a difference between the provided values, and capture either that difference or the similarity.
- check(EntitySummary, EntitySummary) - Method in class org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.properties.instances.ClassificationDifferences
-
Determine if there is a difference in classifications between the provided EntitySummary objects, and capture each of the differences and similarities.
- check(InstanceProperties, InstanceProperties) - Method in class org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.properties.instances.InstancePropertiesDifferences
-
Determine if there is a difference between the provided instance properties' values, and capture each of the differences and similarities.
- CHECK_ACTION_TARGETS - Enum constant in enum class org.odpi.openmetadata.frameworks.opensurvey.controls.AnalysisStep
- CHECK_ASSET - Enum constant in enum class org.odpi.openmetadata.frameworks.opensurvey.controls.AnalysisStep
- CHECK_DATA - Enum constant in enum class org.odpi.openmetadata.samples.archiveutilities.governanceengines.CocoRequestTypeDefinition
-
check-weekly-measurements-data-quality
- CHECK_QUALITY_OF_DATA - Enum constant in enum class org.odpi.openmetadata.samples.archiveutilities.governanceengines.SolutionComponent
- CHECK_QUALITY_TO_REPORT_ISSUES - Enum constant in enum class org.odpi.openmetadata.samples.archiveutilities.governanceengines.SolutionComponentWire
- CHECK_REQUEST_PARAMETERS - Enum constant in enum class org.odpi.openmetadata.frameworks.opensurvey.controls.AnalysisStep
- checkCertificationValidForProject(String, String) - Method in class org.odpi.openmetadata.samples.governanceactions.clinicaltrials.CocoClinicalTrialBaseService
-
Check that the certification type is associated with the requested project.
- checkClassifications(EntitySummary, EntitySummary) - Method in class org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.properties.instances.EntitySummaryDifferences
-
Determine if there is any difference between the provided classifications, and capture either each of those differences or the similarity.
- checkEntityNotClassifiedEntity(String, EntitySummary, String, InstanceProperties, AuditLog, String) - Method in interface org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.repositoryconnector.OMRSRepositoryHelper
-
Throws an exception if an entity is classified with the supplied classification name and the requested properties are different from the existing properties.
- checkEntityNotClassifiedEntity(String, EntitySummary, String, InstanceProperties, AuditLog, String) - Method in class org.odpi.openmetadata.repositoryservices.localrepository.repositorycontentmanager.OMRSRepositoryContentHelper
-
Throws an exception if an entity is classified with the supplied classification name.
- checkForClassificationTypeName(String) - Method in class org.odpi.openmetadata.frameworks.openmetadata.mermaid.MermaidGraphBuilderBase
-
Switch the visual style of an element if the Memento or Template/TemplateSubstitute classification is set.
- checkForEvents() - Method in class org.odpi.openmetadata.adapters.eventbus.topic.inmemory.InMemoryOpenMetadataTopicConnector
-
Look to see if there is one of more new events to process.
- checkForEvents() - Method in class org.odpi.openmetadata.repositoryservices.connectors.openmetadatatopic.OpenMetadataTopicConnector
-
Deprecated.Use checkForIncomingEvents() instead.
- checkForIncomingEvents() - Method in class org.odpi.openmetadata.adapters.eventbus.topic.kafka.KafkaOpenMetadataTopicConnector
-
Look to see if there is one of more new events to process.
- checkForIncomingEvents() - Method in class org.odpi.openmetadata.repositoryservices.connectors.openmetadatatopic.OpenMetadataTopicConnector
-
Look to see if there is one of more new events to process.
- checkInstanceProperties(InstanceProperties, InstanceProperties) - Method in class org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.properties.instances.EntityDetailDifferences
-
Determine if there is a difference between the provided instance properties, and capture either each of those differences or the similarity.
- checkInstanceProperties(InstanceProperties, InstanceProperties) - Method in class org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.properties.instances.RelationshipDifferences
-
Determine if there is a difference between the provided instance properties, and capture either each of those differences or the similarity.
- checkSecretsStillValid() - Method in class org.odpi.openmetadata.frameworks.connectors.SecretsStoreConnector
-
Called by subclass to determine if the secrets should be refreshed
- checkUniqueProperties(InstanceProperties, InstanceProperties) - Method in class org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.properties.instances.EntityProxyDifferences
-
Determine if there is a difference between the provided unique properties, and capture either each of those differences or the similarity.
- CHEMICALS - Enum constant in enum class org.odpi.openmetadata.samples.archiveutilities.sustainability.GlossaryCategoryDefinition
-
Types of chemicals that are significant in managing sustainability.
- childAuditLogs - Variable in class org.odpi.openmetadata.frameworks.auditlog.AuditLog
- CHOCOLATE - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.mermaid.Colour
- CHOOSE_PATH - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.refdata.ResourceUse
-
Choose the appropriate path to take.
- CITED_DOCUMENT - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.types.OpenMetadataType
-
Images, video or sound media.
- CITED_DOCUMENT_LINK_RELATIONSHIP - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.types.OpenMetadataType
-
Link to related documents.
- CitedDocumentLinkProperties - Class in org.odpi.openmetadata.frameworks.openmetadata.properties.externalreferences
-
CitedDocumentLinkProperties provides a structure for the properties that link an external document to an object.
- CitedDocumentLinkProperties() - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.properties.externalreferences.CitedDocumentLinkProperties
-
Default constructor
- CitedDocumentLinkProperties(CitedDocumentLinkProperties) - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.properties.externalreferences.CitedDocumentLinkProperties
-
Copy/clone constructor
- CitedDocumentProperties - Class in org.odpi.openmetadata.frameworks.openmetadata.properties.externalreferences
-
ExternalReferenceProperties stores information about an link to an external resource that is relevant to open metadata.
- CitedDocumentProperties() - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.properties.externalreferences.CitedDocumentProperties
-
Default constructor
- CitedDocumentProperties(CitedDocumentProperties) - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.properties.externalreferences.CitedDocumentProperties
-
Copy/clone constructor.
- claimEngineAction(String, String) - Method in interface org.odpi.openmetadata.frameworks.opengovernance.client.GovernanceCompletionInterface
-
Request that execution of a engine action is allocated to the caller.
- claimEngineAction(String, String) - Method in class org.odpi.openmetadata.frameworkservices.gaf.client.GovernanceContextClientBase
-
Request that execution of a governance action is allocated to the caller.
- claimEngineAction(String, String, String, GAFAPIRequest) - Method in class org.odpi.openmetadata.frameworkservices.gaf.server.OpenGovernanceRESTServices
-
Request that execution of an engine action is allocated to the caller.
- claimEngineAction(String, String, String, GAFAPIRequest) - Method in class org.odpi.openmetadata.frameworkservices.gaf.server.spring.GovernanceContextResource
-
Request that execution of an engine action is allocated to the caller.
- claimEngineAction(String, String, Date, String) - Method in class org.odpi.openmetadata.commonservices.generichandlers.EngineActionHandler
-
Request that execution of an engine action is allocated to the caller.
- CLASS_FILE - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.refdata.FileExtension
-
A file containing complied Java code.
- CLASS_FILE - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.refdata.FileType
-
A file containing complied Java code.
- CLASS_WORD_CLASSIFICATION - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.types.OpenMetadataType
-
Describes classifying or grouping noun, used in naming standards.
- Classification - Class in org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.properties.instances
-
The Classification class stores information about a classification assigned to an entity.
- Classification() - Constructor for class org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.properties.instances.Classification
-
Default constructor for automated generation tools.
- Classification(Classification) - Constructor for class org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.properties.instances.Classification
-
Copy/clone constructor sets up new classification using values from the template
- CLASSIFICATION - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.apacheatlas.resource.properties.AtlasTypeCategory
-
A tag with a list or map of attributes (ClassificationDef)
- CLASSIFICATION - Enum constant in enum class org.odpi.openmetadata.adapters.repositoryservices.postgres.repositoryconnector.schema.RepositoryTable
- CLASSIFICATION_ANNOTATION - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.types.OpenMetadataType
-
Attached data field level annotations.
- CLASSIFICATION_ASSIGNED - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.governanceactions.remediation.RetentionClassifierGuard
- CLASSIFICATION_ATTACHED_ENTITIES - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.apacheatlas.survey.controls.AtlasAnnotationType
- CLASSIFICATION_ATTRIBUTE_VALUE - Enum constant in enum class org.odpi.openmetadata.adapters.repositoryservices.postgres.repositoryconnector.schema.RepositoryTable
-
Attributes for a classification, or for classification properties that are collections.
- CLASSIFICATION_COUNT - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.apacheatlas.survey.controls.AtlasMetric
- CLASSIFICATION_DEF - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.properties.OpenMetadataTypeDefCategory
-
OpenMetadataClassificationDef - A description of a specific characteristic or grouping for entities.
- CLASSIFICATION_DEF - Enum constant in enum class org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.properties.typedefs.TypeDefCategory
-
ClassificationDef - A description of a specific characteristic or grouping for entities.
- CLASSIFICATION_DEF_COUNT - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.apacheatlas.survey.controls.AtlasMetric
- CLASSIFICATION_EXPLORER - Enum constant in enum class org.odpi.openmetadata.adminservices.configuration.registration.ViewServiceDescription
-
Retrieve elements based on type or the classifications/relationships attached to these metadata elements.
- CLASSIFICATION_FAILED - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.governanceactions.remediation.RetentionClassifierGuard
- CLASSIFICATION_LIFECYCLE - Enum constant in enum class org.odpi.openmetadata.conformance.workbenches.repository.RepositoryConformanceProfileRequirement
-
The technology under test supports requests to create, update and purge classification instances.
- CLASSIFICATION_MANAGER - Enum constant in enum class org.odpi.openmetadata.adminservices.configuration.registration.ViewServiceDescription
-
Maintain classifications and relationships used to organize open metadata elements.
- CLASSIFICATION_NAME - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.externalharvesters.harvestopenmetadata.schema.HarvestOpenMetadataColumn
- CLASSIFICATION_NAME - Enum constant in enum class org.odpi.openmetadata.adapters.repositoryservices.postgres.repositoryconnector.schema.RepositoryColumn
- CLASSIFICATION_NAME - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.types.OpenMetadataProperty
-
The name of the associated classification.
- CLASSIFICATION_REFERENCE_SET_BOTH_WAYS_CONFIGURATION_PROPERTY_VALUE - Static variable in class org.odpi.openmetadata.adapters.connectors.apacheatlas.integration.ApacheAtlasIntegrationProvider
-
Static literal for setting classificationReferenceSetPolicy to "BOTH_WAYS".
- CLASSIFICATION_REFERENCE_SET_FROM_ATLAS_CONFIGURATION_PROPERTY_VALUE - Static variable in class org.odpi.openmetadata.adapters.connectors.apacheatlas.integration.ApacheAtlasIntegrationProvider
-
Static literal for setting classificationReferenceSetPolicy to "FROM_ATLAS".
- CLASSIFICATION_REFERENCE_SET_NAME_CONFIGURATION_PROPERTY - Static variable in class org.odpi.openmetadata.adapters.connectors.apacheatlas.integration.ApacheAtlasIntegrationProvider
-
The classificationReferenceSetName configuration property is used to supply the qualified name of a valid values set that lists the names and descriptions of classifications to exchange with Apache Atlas.
- CLASSIFICATION_REFERENCE_SET_POLICY_CONFIGURATION_PROPERTY - Static variable in class org.odpi.openmetadata.adapters.connectors.apacheatlas.integration.ApacheAtlasIntegrationProvider
-
The classificationReferenceSetPolicy configuration property determines the direction of the exchange of classifications from Apache Atlas and the classification reference set.
- CLASSIFICATION_REFERENCE_SET_TO_ATLAS_CONFIGURATION_PROPERTY_VALUE - Static variable in class org.odpi.openmetadata.adapters.connectors.apacheatlas.integration.ApacheAtlasIntegrationProvider
-
Static literal for setting classificationReferenceSetPolicy to "TO_ATLAS".
- CLASSIFICATION_RETRY - Enum constant in enum class org.odpi.openmetadata.commonservices.repositoryhandler.RepositoryHandlerAuditCode
- ClassificationAccumulator - Class in org.odpi.openmetadata.repositoryservices.enterprise.repositoryconnector.accumulators
-
ClassificationAccumulator accumulates and validates an entity received from a collection of open metadata repositories.
- ClassificationAnnotationProperties - Class in org.odpi.openmetadata.frameworks.openmetadata.properties.surveyreports
-
ClassificationAnnotationProperties recommends classifications for either an asset or a data field.
- ClassificationAnnotationProperties() - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.properties.surveyreports.ClassificationAnnotationProperties
-
Default constructor
- ClassificationAnnotationProperties(ClassificationAnnotationProperties) - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.properties.surveyreports.ClassificationAnnotationProperties
-
Copy clone constructor
- ClassificationBeanProperties - Class in org.odpi.openmetadata.frameworks.openmetadata.properties
-
ClassificationProperties provides the base class for classification beans.
- ClassificationBeanProperties() - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.properties.ClassificationBeanProperties
-
Default constructor
- ClassificationBeanProperties(ClassificationBeanProperties) - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.properties.ClassificationBeanProperties
-
Copy/clone constructor.
- classificationBuilder - Variable in class org.odpi.openmetadata.frameworks.openmetadata.handlers.OpenMetadataHandlerBase
- classificationBuilder - Variable in class org.odpi.openmetadata.frameworks.openmetadata.handlers.StewardshipManagementHandler
- ClassificationCondition - Class in org.odpi.openmetadata.frameworks.openmetadata.search
-
The ClassificationCondition class provides support for searching against a single classification, either based only on its name or also combined with a set of property-based conditions.
- ClassificationCondition - Class in org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.properties.search
-
The ClassificationCondition class provides support for searching against a single classification, either based only on its name or also combined with a set of property-based conditions.
- ClassificationCondition() - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.search.ClassificationCondition
-
Typical constructor
- ClassificationCondition() - Constructor for class org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.properties.search.ClassificationCondition
-
Typical constructor
- ClassificationCondition(ClassificationCondition) - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.search.ClassificationCondition
-
Copy/clone constructor.
- ClassificationCondition(ClassificationCondition) - Constructor for class org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.properties.search.ClassificationCondition
-
Copy/clone constructor.
- ClassificationDef - Class in org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.properties.typedefs
-
ClassificationDef stores the properties for the definition of a type of classification.
- ClassificationDef() - Constructor for class org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.properties.typedefs.ClassificationDef
-
Minimal constructor sets up an empty ClassificationDef.
- ClassificationDef(ClassificationDef) - Constructor for class org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.properties.typedefs.ClassificationDef
-
Copy/clone constructor copies values from the supplied template.
- ClassificationDef(TypeDefCategory, String, String, long, String) - Constructor for class org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.properties.typedefs.ClassificationDef
-
Typical constructor is passed the properties of the typedef's super class being constructed.
- ClassificationDifferences - Class in org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.properties.instances
-
Capture the differences between classification instances.
- ClassificationDifferences() - Constructor for class org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.properties.instances.ClassificationDifferences
-
Construct a new set of differences between two instance's classifications.
- ClassificationElementProperties - Class in org.odpi.openmetadata.frameworks.openmetadata.properties
-
The ClassificationElementProperties class provides support for properties to be added to a metadata element, as part of the initial classification.
- ClassificationElementProperties() - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.properties.ClassificationElementProperties
-
Typical constructor
- ClassificationElementProperties(ClassificationElementProperties) - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.properties.ClassificationElementProperties
-
Copy/clone constructor.
- ClassificationEntityExtension - Class in org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.properties.instances
-
ClassificationEntityExtension is used to represent a single classification for an entity.
- ClassificationEntityExtension() - Constructor for class org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.properties.instances.ClassificationEntityExtension
-
Default constructor
- ClassificationEntityExtension(ClassificationEntityExtension) - Constructor for class org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.properties.instances.ClassificationEntityExtension
-
Copy/clone constructor
- ClassificationErrorException - Exception in org.odpi.openmetadata.repositoryservices.ffdc.exception
-
The ClassificationErrorException is thrown by an OMRS Connector when a classification for a specific entity instance is either not defined for this type of entity or is not currently attached to the requested entity.
- ClassificationErrorException(int, String, String, String, String, String[], String, String, String, Map<String, Object>) - Constructor for exception org.odpi.openmetadata.repositoryservices.ffdc.exception.ClassificationErrorException
-
This is the constructor used when receiving an exception from a remote server.
- ClassificationErrorException(ExceptionMessageDefinition, String, String) - Constructor for exception org.odpi.openmetadata.repositoryservices.ffdc.exception.ClassificationErrorException
-
This is the typical constructor used for creating an exception.
- ClassificationErrorException(ExceptionMessageDefinition, String, String, Exception) - Constructor for exception org.odpi.openmetadata.repositoryservices.ffdc.exception.ClassificationErrorException
-
This is the constructor used for creating an exception when an unexpected error has been caught.
- ClassificationErrorException(ExceptionMessageDefinition, String, String, Exception, Map<String, Object>) - Constructor for exception org.odpi.openmetadata.repositoryservices.ffdc.exception.ClassificationErrorException
-
This is the constructor used for creating an exception when an unexpected error has been caught.
- ClassificationErrorException(ExceptionMessageDefinition, String, String, Map<String, Object>) - Constructor for exception org.odpi.openmetadata.repositoryservices.ffdc.exception.ClassificationErrorException
-
This is the typical constructor used for creating an exception.
- ClassificationExplorerAdmin - Class in org.odpi.openmetadata.viewservices.classificationexplorer.admin
-
ClassificationExplorerAdmin is the class that is called by the View Server to initialize and terminate the Classification Explorer OMVS.
- ClassificationExplorerAdmin() - Constructor for class org.odpi.openmetadata.viewservices.classificationexplorer.admin.ClassificationExplorerAdmin
-
Default constructor
- ClassificationExplorerAuditCode - Enum Class in org.odpi.openmetadata.viewservices.classificationexplorer.ffdc
-
The ClassificationExplorerAuditCode is used to define the message content for the OMRS Audit Log.
- ClassificationExplorerErrorCode - Enum Class in org.odpi.openmetadata.viewservices.classificationexplorer.ffdc
-
The ClassificationExplorerErrorCode is used to define first failure data capture (FFDC) for errors that occur within the OMAG Server It is used in conjunction with OMAG Exceptions, both Checked and Runtime (unchecked).
- ClassificationExplorerInstance - Class in org.odpi.openmetadata.viewservices.classificationexplorer.server
-
ClassificationExplorerInstance caches references to objects it needs for a specific server.
- ClassificationExplorerInstance(String, AuditLog, String, int, String, String, List<ViewServiceConfig>) - Constructor for class org.odpi.openmetadata.viewservices.classificationexplorer.server.ClassificationExplorerInstance
-
Set up the Classification Explorer OMVS instance*
- ClassificationExplorerInstanceHandler - Class in org.odpi.openmetadata.viewservices.classificationexplorer.server
-
ClassificationExplorerInstanceHandler retrieves information from the instance map for the view service instances.
- ClassificationExplorerInstanceHandler() - Constructor for class org.odpi.openmetadata.viewservices.classificationexplorer.server.ClassificationExplorerInstanceHandler
-
Default constructor registers the view service
- ClassificationExplorerRegistration - Class in org.odpi.openmetadata.viewservices.classificationexplorer.server
-
ClassificationExplorerRegistration registers the view service with the OMAG Server administration services.
- ClassificationExplorerRegistration() - Constructor for class org.odpi.openmetadata.viewservices.classificationexplorer.server.ClassificationExplorerRegistration
- ClassificationExplorerResource - Class in org.odpi.openmetadata.viewservices.classificationexplorer.server.spring
-
The ClassificationExplorerResource provides the Spring API endpoints of the Classification Explorer Open Metadata View Service (OMVS).
- ClassificationExplorerResource() - Constructor for class org.odpi.openmetadata.viewservices.classificationexplorer.server.spring.ClassificationExplorerResource
-
Default constructor
- ClassificationExplorerRESTServices - Class in org.odpi.openmetadata.viewservices.classificationexplorer.server
-
The ClassificationExplorerRESTServices provides the implementation of the Classification Explorer Open Metadata View Service (OMVS).
- ClassificationExplorerRESTServices() - Constructor for class org.odpi.openmetadata.viewservices.classificationexplorer.server.ClassificationExplorerRESTServices
-
Default constructor
- ClassificationHistoryAccumulator - Class in org.odpi.openmetadata.repositoryservices.enterprise.repositoryconnector.accumulators
-
ClassificationHistoryAccumulator accumulates and validates historical versions of classifications received from a collection of open metadata repositories.
- ClassificationHistoryAccumulator(String, AuditLog, OMRSRepositoryValidator) - Constructor for class org.odpi.openmetadata.repositoryservices.enterprise.repositoryconnector.accumulators.ClassificationHistoryAccumulator
-
Construct an entity accumulator.
- ClassificationListResponse - Class in org.odpi.openmetadata.repositoryservices.rest.properties
-
ClassificationListResponse support an OMRS REST API response that returns a list of Classification objects.
- ClassificationListResponse() - Constructor for class org.odpi.openmetadata.repositoryservices.rest.properties.ClassificationListResponse
-
Default constructor
- ClassificationListResponse(ClassificationListResponse) - Constructor for class org.odpi.openmetadata.repositoryservices.rest.properties.ClassificationListResponse
-
Copy/clone constructor
- classificationManagerClient - Variable in class org.odpi.openmetadata.adapters.connectors.apacheatlas.integration.modules.AtlasIntegrationModuleBase
- ClassificationManagerClient - Class in org.odpi.openmetadata.frameworks.openmetadata.connectorcontext
-
Provides services for connectors to work with lineage relationships.
- ClassificationManagerClient(ClassificationManagerClient, String) - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.connectorcontext.ClassificationManagerClient
-
Copy/clone constructor.
- ClassificationManagerClient(ConnectorContextBase, String, String, String, String, String, String, OpenMetadataClient, AuditLog, int) - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.connectorcontext.ClassificationManagerClient
-
Constructor for connector context client.
- ClassificationMapper - Class in org.odpi.openmetadata.adapters.repositoryservices.postgres.repositoryconnector.mappers
-
Map between a Classification object and a collection of database rows.
- ClassificationMapper(String, Classification, OMRSRepositoryHelper, String) - Constructor for class org.odpi.openmetadata.adapters.repositoryservices.postgres.repositoryconnector.mappers.ClassificationMapper
-
Construct a classification mapper using an OMRS instance.
- ClassificationMapper(Map<String, JDBCDataValue>, List<Map<String, JDBCDataValue>>, OMRSRepositoryHelper, String) - Constructor for class org.odpi.openmetadata.adapters.repositoryservices.postgres.repositoryconnector.mappers.ClassificationMapper
-
Construct a classification mapper using the values from the database.
- ClassificationOrigin - Enum Class in org.odpi.openmetadata.frameworks.openmetadata.refdata
-
ClassificationOrigin describes the provenance of a classification attached to an entity.
- ClassificationOrigin - Enum Class in org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.properties.instances
-
ClassificationOrigin describes the provenance of a classification attached to an entity.
- ClassificationPropagationRule - Enum Class in org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.properties.typedefs
-
ClassificationPropagationRule is part of a relationship definition (RelationshipDef).
- ClassificationProperties - Class in org.odpi.openmetadata.frameworks.openmetadata.properties
-
ClassificationProperties provides the base class for classification attributes.
- ClassificationProperties() - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.properties.ClassificationProperties
-
Default constructor
- ClassificationProperties(ClassificationProperties) - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.properties.ClassificationProperties
-
Copy/clone constructor.
- ClassificationProxyRequest - Class in org.odpi.openmetadata.repositoryservices.rest.properties
-
ClassificationProxyRequest is used when working with classifications using an entity proxy.
- ClassificationProxyRequest() - Constructor for class org.odpi.openmetadata.repositoryservices.rest.properties.ClassificationProxyRequest
-
Default constructor
- ClassificationProxyRequest(ClassificationProxyRequest) - Constructor for class org.odpi.openmetadata.repositoryservices.rest.properties.ClassificationProxyRequest
-
Copy/clone constructor
- classificationReferenceSetPolicyDefaultValue - Static variable in class org.odpi.openmetadata.adapters.connectors.apacheatlas.integration.ApacheAtlasIntegrationTargetProcessor
- classificationReferenceSetPolicyValidValues - Static variable in class org.odpi.openmetadata.adapters.connectors.apacheatlas.integration.ApacheAtlasIntegrationTargetProcessor
- ClassificationRequest - Class in org.odpi.openmetadata.repositoryservices.rest.properties
-
ClassificationRequest carries the properties needed to create a classification.
- ClassificationRequest() - Constructor for class org.odpi.openmetadata.repositoryservices.rest.properties.ClassificationRequest
-
Default constructor
- ClassificationRequest(ClassificationRequest) - Constructor for class org.odpi.openmetadata.repositoryservices.rest.properties.ClassificationRequest
-
Copy/clone constructor
- ClassificationRequestBody - Class in org.odpi.openmetadata.viewservices.glossarymanager.rest
-
NewClassificationRequestBody describes the request body used when classifying/reclassifying elements.
- ClassificationRequestBody() - Constructor for class org.odpi.openmetadata.viewservices.glossarymanager.rest.ClassificationRequestBody
-
Default constructor
- ClassificationRequestBody(ClassificationRequestBody) - Constructor for class org.odpi.openmetadata.viewservices.glossarymanager.rest.ClassificationRequestBody
-
Copy/clone constructor.
- ClassificationResponse - Class in org.odpi.openmetadata.repositoryservices.rest.properties
-
ClassificationResponse describes the response structure for an OMRS REST API that returns a Classification object.
- ClassificationResponse() - Constructor for class org.odpi.openmetadata.repositoryservices.rest.properties.ClassificationResponse
-
Default constructor
- ClassificationResponse(ClassificationResponse) - Constructor for class org.odpi.openmetadata.repositoryservices.rest.properties.ClassificationResponse
-
Copy/clone constructor
- CLASSIFICATIONS - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.externalharvesters.harvestopenmetadata.schema.HarvestOpenMetadataColumn
- ClassificationWithEntityRequest - Class in org.odpi.openmetadata.repositoryservices.rest.properties
-
ClassificationWithEntityRequest carries a classification that has changed along with its entity.
- ClassificationWithEntityRequest() - Constructor for class org.odpi.openmetadata.repositoryservices.rest.properties.ClassificationWithEntityRequest
-
Default constructor
- ClassificationWithEntityRequest(ClassificationWithEntityRequest) - Constructor for class org.odpi.openmetadata.repositoryservices.rest.properties.ClassificationWithEntityRequest
-
Copy/clone constructor
- CLASSIFIED_ELEMENT_PROCESS_NAME - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.governanceactions.watchdog.GenericElementRequestParameter
- CLASSIFIED_ELEMENT_PROCESS_NAME - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.governanceactions.watchdog.GenericFolderRequestParameter
- CLASSIFIED_ELEMENT_PROCESS_NAME - Enum constant in enum class org.odpi.openmetadata.frameworks.openwatchdog.controls.WatchdogRequestParameter
- CLASSIFIED_ENTITY_COUNT - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.apacheatlas.survey.controls.AtlasMetric
- CLASSIFIED_ENTITY_EVENT - Enum constant in enum class org.odpi.openmetadata.repositoryservices.events.OMRSInstanceEventType
-
A new classification has been added to an entity.
- CLASSIFY - Enum constant in enum class org.odpi.openmetadata.frameworks.connectors.properties.users.AccessOperation
-
The user requests to attach a classification to the metadata element in the catalog, or update an existing classification's properties.
- classifyEntity(String, String, String, String, String, ClassificationOrigin, String, InstanceProperties) - Method in class org.odpi.openmetadata.adapters.repositoryservices.inmemory.repositoryconnector.InMemoryOMRSMetadataCollection
-
Add the requested classification to a specific entity.
- classifyEntity(String, String, String, String, String, ClassificationOrigin, String, InstanceProperties) - Method in class org.odpi.openmetadata.adapters.repositoryservices.postgres.repositoryconnector.PostgresOMRSMetadataCollection
-
Add the requested classification to a specific entity.
- classifyEntity(String, String, String, String, String, ClassificationOrigin, String, InstanceProperties) - Method in class org.odpi.openmetadata.adapters.repositoryservices.readonly.repositoryconnector.ReadOnlyOMRSMetadataCollection
-
Add the requested classification to a specific entity.
- classifyEntity(String, String, String, String, String, ClassificationOrigin, String, InstanceProperties) - Method in class org.odpi.openmetadata.adapters.repositoryservices.rest.repositoryconnector.OMRSRESTMetadataCollection
-
Add the requested classification to a specific entity.
- classifyEntity(String, String, String, String, String, ClassificationOrigin, String, InstanceProperties) - Method in class org.odpi.openmetadata.repositoryservices.clients.MetadataCollectionServicesClient
-
Add the requested classification to a specific entity.
- classifyEntity(String, String, String, String, String, ClassificationOrigin, String, InstanceProperties) - Method in class org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.OMRSMetadataCollection
-
Add the requested classification to a specific entity.
- classifyEntity(String, String, String, String, String, ClassificationOrigin, String, InstanceProperties) - Method in class org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.OMRSMetadataCollectionBase
-
Add the requested classification to a specific entity.
- classifyEntity(String, String, String, String, String, ClassificationOrigin, String, InstanceProperties) - Method in class org.odpi.openmetadata.repositoryservices.localrepository.repositoryconnector.LocalOMRSMetadataCollection
-
Add the requested classification to a specific entity.
- classifyEntity(String, String, String, String, EntityDetail, String, String, String, String, ClassificationOrigin, String, InstanceProperties, boolean, boolean, Date, String) - Method in class org.odpi.openmetadata.commonservices.repositoryhandler.RepositoryHandler
-
Add a new classification to an existing entity in the open metadata repository.
- classifyEntity(String, String, String, String, ClassificationRequest) - Method in class org.odpi.openmetadata.repositoryservices.rest.server.OMRSRepositoryRESTServices
-
Add the requested classification to a specific entity.
- classifyEntity(String, String, String, String, ClassificationRequest) - Method in class org.odpi.openmetadata.repositoryservices.rest.server.spring.EnterpriseRepositoryServicesResource
-
Add the requested classification to a specific entity.
- classifyEntity(String, String, String, String, ClassificationRequest) - Method in class org.odpi.openmetadata.repositoryservices.rest.server.spring.LocalRepositoryServicesResource
-
Add the requested classification to a specific entity.
- classifyEntity(String, String, String, String, InstancePropertiesRequest) - Method in class org.odpi.openmetadata.repositoryservices.rest.server.OMRSRepositoryRESTServices
-
Add the requested classification to a specific entity.
- classifyEntity(String, String, String, String, InstancePropertiesRequest) - Method in class org.odpi.openmetadata.repositoryservices.rest.server.spring.EnterpriseRepositoryServicesResource
-
Add the requested classification to a specific entity.
- classifyEntity(String, String, String, String, InstancePropertiesRequest) - Method in class org.odpi.openmetadata.repositoryservices.rest.server.spring.LocalRepositoryServicesResource
-
Add the requested classification to a specific entity.
- classifyEntity(String, String, String, InstanceProperties) - Method in class org.odpi.openmetadata.adapters.repositoryservices.inmemory.repositoryconnector.InMemoryOMRSMetadataCollection
-
Add the requested classification to a specific entity.
- classifyEntity(String, String, String, InstanceProperties) - Method in class org.odpi.openmetadata.adapters.repositoryservices.postgres.repositoryconnector.PostgresOMRSMetadataCollection
-
Add the requested classification to a specific entity.
- classifyEntity(String, String, String, InstanceProperties) - Method in class org.odpi.openmetadata.adapters.repositoryservices.readonly.repositoryconnector.ReadOnlyOMRSMetadataCollection
-
Add the requested classification to a specific entity.
- classifyEntity(String, String, String, InstanceProperties) - Method in class org.odpi.openmetadata.adapters.repositoryservices.rest.repositoryconnector.OMRSRESTMetadataCollection
-
Add the requested classification to a specific entity.
- classifyEntity(String, String, String, InstanceProperties) - Method in class org.odpi.openmetadata.repositoryservices.clients.MetadataCollectionServicesClient
-
Add the requested classification to a specific entity.
- classifyEntity(String, String, String, InstanceProperties) - Method in class org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.OMRSMetadataCollection
-
Add the requested classification to a specific entity.
- classifyEntity(String, String, String, InstanceProperties) - Method in class org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.OMRSMetadataCollectionBase
-
Add the requested classification to a specific entity.
- classifyEntity(String, String, String, InstanceProperties) - Method in class org.odpi.openmetadata.repositoryservices.localrepository.repositoryconnector.LocalOMRSMetadataCollection
-
Add the requested classification to a specific entity.
- classifyEntity(String, String, String, ClassificationProxyRequest) - Method in class org.odpi.openmetadata.repositoryservices.rest.server.OMRSRepositoryRESTServices
-
Add the requested classification to a specific entity.
- classifyEntity(String, String, String, ClassificationProxyRequest) - Method in class org.odpi.openmetadata.repositoryservices.rest.server.spring.EnterpriseRepositoryServicesResource
-
Add the requested classification to a specific entity.
- classifyEntity(String, String, String, ClassificationProxyRequest) - Method in class org.odpi.openmetadata.repositoryservices.rest.server.spring.LocalRepositoryServicesResource
-
Add the requested classification to a specific entity.
- classifyEntity(String, String, String, ProxyClassificationRequest) - Method in class org.odpi.openmetadata.repositoryservices.rest.server.OMRSRepositoryRESTServices
-
Add the requested classification to a specific entity.
- classifyEntity(String, String, String, ProxyClassificationRequest) - Method in class org.odpi.openmetadata.repositoryservices.rest.server.spring.EnterpriseRepositoryServicesResource
-
Add the requested classification to a specific entity.
- classifyEntity(String, String, String, ProxyClassificationRequest) - Method in class org.odpi.openmetadata.repositoryservices.rest.server.spring.LocalRepositoryServicesResource
-
Add the requested classification to a specific entity.
- classifyEntity(String, EntityProxy, String, String, String, ClassificationOrigin, String, InstanceProperties) - Method in class org.odpi.openmetadata.adapters.repositoryservices.inmemory.repositoryconnector.InMemoryOMRSMetadataCollection
-
Add the requested classification to a specific entity.
- classifyEntity(String, EntityProxy, String, String, String, ClassificationOrigin, String, InstanceProperties) - Method in class org.odpi.openmetadata.adapters.repositoryservices.postgres.repositoryconnector.PostgresOMRSMetadataCollection
-
Add the requested classification to a specific entity.
- classifyEntity(String, EntityProxy, String, String, String, ClassificationOrigin, String, InstanceProperties) - Method in class org.odpi.openmetadata.adapters.repositoryservices.readonly.repositoryconnector.ReadOnlyOMRSMetadataCollection
-
Add the requested classification to a specific entity.
- classifyEntity(String, EntityProxy, String, String, String, ClassificationOrigin, String, InstanceProperties) - Method in class org.odpi.openmetadata.adapters.repositoryservices.rest.repositoryconnector.OMRSRESTMetadataCollection
-
Add the requested classification to a specific entity.
- classifyEntity(String, EntityProxy, String, String, String, ClassificationOrigin, String, InstanceProperties) - Method in class org.odpi.openmetadata.repositoryservices.clients.MetadataCollectionServicesClient
-
Add the requested classification to a specific entity.
- classifyEntity(String, EntityProxy, String, String, String, ClassificationOrigin, String, InstanceProperties) - Method in class org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.OMRSMetadataCollection
-
Add the requested classification to a specific entity.
- classifyEntity(String, EntityProxy, String, String, String, ClassificationOrigin, String, InstanceProperties) - Method in class org.odpi.openmetadata.repositoryservices.localrepository.repositoryconnector.LocalOMRSMetadataCollection
-
Add the requested classification to a specific entity.
- classifyEntity(String, EntityProxy, String, InstanceProperties) - Method in class org.odpi.openmetadata.adapters.repositoryservices.inmemory.repositoryconnector.InMemoryOMRSMetadataCollection
-
Add the requested classification to a specific entity.
- classifyEntity(String, EntityProxy, String, InstanceProperties) - Method in class org.odpi.openmetadata.adapters.repositoryservices.postgres.repositoryconnector.PostgresOMRSMetadataCollection
-
Add the requested classification to a specific entity.
- classifyEntity(String, EntityProxy, String, InstanceProperties) - Method in class org.odpi.openmetadata.adapters.repositoryservices.readonly.repositoryconnector.ReadOnlyOMRSMetadataCollection
-
Add the requested classification to a specific entity.
- classifyEntity(String, EntityProxy, String, InstanceProperties) - Method in class org.odpi.openmetadata.adapters.repositoryservices.rest.repositoryconnector.OMRSRESTMetadataCollection
-
Add the requested classification to a specific entity.
- classifyEntity(String, EntityProxy, String, InstanceProperties) - Method in class org.odpi.openmetadata.repositoryservices.clients.MetadataCollectionServicesClient
-
Add the requested classification to a specific entity.
- classifyEntity(String, EntityProxy, String, InstanceProperties) - Method in class org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.OMRSMetadataCollection
-
Add the requested classification to a specific entity.
- classifyEntity(String, EntityProxy, String, InstanceProperties) - Method in class org.odpi.openmetadata.repositoryservices.localrepository.repositoryconnector.LocalOMRSMetadataCollection
-
Add the requested classification to a specific entity.
- ClassifyEntityExecutor - Class in org.odpi.openmetadata.repositoryservices.enterprise.repositoryconnector.executors
-
RestoreEntityExecutor provides the executor for the restoreEntity method.
- ClassifyEntityExecutor(String, String, EntityProxy, String, String, String, ClassificationOrigin, String, InstanceProperties, AuditLog, String) - Constructor for class org.odpi.openmetadata.repositoryservices.enterprise.repositoryconnector.executors.ClassifyEntityExecutor
-
Constructor takes the parameters for the request.
- classifyEntityParameterValidation(String, String, String, InstanceProperties, String) - Method in class org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.OMRSMetadataCollectionBase
-
Validate the parameters passed to classifyEntity.
- classifyEntityParameterValidation(String, EntityProxy, String, InstanceProperties, String) - Method in class org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.OMRSMetadataCollectionBase
-
Validate the parameters passed to classifyEntity.
- classifyFile(File) - Method in class org.odpi.openmetadata.frameworks.openmetadata.fileclassifier.FileClassifier
-
Classify the properties of the file represented by the Java File object.
- classifyFile(String) - Method in class org.odpi.openmetadata.frameworks.openmetadata.fileclassifier.FileClassifier
-
Classify the properties of the file represented by the path name.
- classifyMetadataElement(String, String, boolean, boolean, Date, Date, ElementProperties, Date) - Method in interface org.odpi.openmetadata.frameworks.opengovernance.RemediationGovernanceContext
-
Add a new classification to the metadata element.
- classifyMetadataElement(String, String, boolean, boolean, ElementProperties, Date) - Method in interface org.odpi.openmetadata.frameworks.opengovernance.RemediationGovernanceContext
-
Add a new classification to the metadata element.
- classifyMetadataElementInStore(String, String, String, String, String, boolean, boolean, NewElementProperties, Date, String) - Method in class org.odpi.openmetadata.frameworkservices.omf.handlers.MetadataElementHandler
-
Add a new classification to the metadata element.
- classifyMetadataElementInStore(String, String, String, String, NewOpenMetadataClassificationRequestBody) - Method in class org.odpi.openmetadata.frameworkservices.omf.server.OpenMetadataStoreRESTServices
-
Add a new classification to the metadata element.
- classifyMetadataElementInStore(String, String, String, String, NewOpenMetadataClassificationRequestBody) - Method in class org.odpi.openmetadata.frameworkservices.omf.server.spring.OpenMetadataStoreResource
-
Add a new classification to the metadata element.
- classifyMetadataElementInStore(String, String, String, String, NewOpenMetadataClassificationRequestBody) - Method in class org.odpi.openmetadata.viewservices.metadataexpert.server.MetadataExpertRESTServices
-
Add a new classification to the metadata element.
- classifyMetadataElementInStore(String, String, String, String, NewOpenMetadataClassificationRequestBody) - Method in class org.odpi.openmetadata.viewservices.metadataexpert.server.spring.MetadataExpertResource
-
Add a new classification to the metadata element.
- classifyMetadataElementInStore(String, String, String, MetadataSourceOptions, NewElementProperties) - Method in interface org.odpi.openmetadata.frameworks.openmetadata.api.MetadataElementInterface
-
Add a new classification to the metadata element.
- classifyMetadataElementInStore(String, String, String, MetadataSourceOptions, NewElementProperties) - Method in class org.odpi.openmetadata.frameworks.openmetadata.client.OpenMetadataClient
-
Add a new classification to the metadata element.
- classifyMetadataElementInStore(String, String, String, MetadataSourceOptions, NewElementProperties) - Method in class org.odpi.openmetadata.frameworkservices.omf.client.OpenMetadataClientBase
-
Add a new classification to the metadata element.
- classifyMetadataElementInStore(String, String, MetadataSourceOptions, NewElementProperties) - Method in class org.odpi.openmetadata.frameworks.openmetadata.connectorcontext.OpenMetadataStore
-
Add a new classification to the metadata element.
- ClassWordProperties - Class in org.odpi.openmetadata.frameworks.openmetadata.properties.governance
-
Attached element describes a class word in a naming standard.
- ClassWordProperties() - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.properties.governance.ClassWordProperties
-
Default Constructor
- ClassWordProperties(ClassWordProperties) - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.properties.governance.ClassWordProperties
-
Copy/Clone Constructor
- CLEAN - Enum constant in enum class org.odpi.openmetadata.conformance.beans.OpenMetadataTestCase.TestPhase
-
clear up after test
- cleanTest() - Method in class org.odpi.openmetadata.conformance.beans.OpenMetadataTestCase
- cleanup() - Method in class org.odpi.openmetadata.conformance.beans.OpenMetadataTestCase
-
Default implementation - over-ridden by some test cases.
- cleanup() - Method in class org.odpi.openmetadata.conformance.tests.repository.instances.TestSupportedClassificationLifecycle
-
Method to clean any instance created by the test case that has not already been cleaned by the running of the test.
- cleanup() - Method in class org.odpi.openmetadata.conformance.tests.repository.instances.TestSupportedEntityLifecycle
-
Method to clean any instance created by the test case that has not already been cleaned by the running of the test.
- cleanup() - Method in class org.odpi.openmetadata.conformance.tests.repository.instances.TestSupportedEntityProxyLifecycle
-
Method to clean any instance created by the test case that has not already been cleaned by the running of the test.
- cleanup() - Method in class org.odpi.openmetadata.conformance.tests.repository.instances.TestSupportedEntityReferenceCopyLifecycle
-
Method to clean any instance created by the test case that has not already been cleaned by the running of the test.
- cleanup() - Method in class org.odpi.openmetadata.conformance.tests.repository.instances.TestSupportedEntityReidentify
-
Method to clean any instance created by the test case that has not already been cleaned by the running of the test.
- cleanup() - Method in class org.odpi.openmetadata.conformance.tests.repository.instances.TestSupportedEntityRetype
-
Method to clean any instance created by the test case that has not already been cleaned by the running of the test.
- cleanup() - Method in class org.odpi.openmetadata.conformance.tests.repository.instances.TestSupportedReferenceCopyClassificationLifecycle
-
Method to clean any instance created by the test case that has not already been cleaned by the running of the test.
- cleanup() - Method in class org.odpi.openmetadata.conformance.tests.repository.instances.TestSupportedRelationshipLifecycle
-
Method to clean any instance created by the test case that has not already been cleaned by the running of the test.
- cleanup() - Method in class org.odpi.openmetadata.conformance.tests.repository.instances.TestSupportedRelationshipReferenceCopyLifecycle
-
Method to clean any instance created by the test case that has not already been cleaned by the running of the test.
- cleanup() - Method in class org.odpi.openmetadata.conformance.tests.repository.instances.TestSupportedRelationshipReidentify
-
Method to clean any instance created by the test case that has not already been cleaned by the running of the test.
- clear() - Method in class org.odpi.openmetadata.adapters.repositoryservices.archiveconnector.directory.DirectoryBasedOpenMetadataArchiveStoreList
- clear() - Static method in class org.odpi.openmetadata.repositoryservices.connectors.omrstopic.InternalOMRSEventProcessingContext
-
Clears the
InternalOMRSEventProcessingContextfor the current thread. - CLEAR_PASSWORD - Enum constant in enum class org.odpi.openmetadata.frameworks.connectors.controls.SecretsStoreCollectionProperty
-
A password used to prove a user's identity - in clear text.
- CLEAR_PASSWORD - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.types.OpenMetadataProperty
-
Password for the userId in clear text.
- CLEAR_TEXT_PASSWORD - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.ExceptionTypeDefinition
-
Missing User Identity Exception
- clearAcceptedAnswer(String, String, String, String, DeleteRelationshipRequestBody) - Method in class org.odpi.openmetadata.viewservices.feedbackmanager.server.FeedbackManagerRESTServices
-
Unlink a comment that contains an answer to a question posed in another comment.
- clearAcceptedAnswer(String, String, String, String, DeleteRelationshipRequestBody) - Method in class org.odpi.openmetadata.viewservices.feedbackmanager.server.spring.FeedbackManagerResource
-
Unlink a comment that contains an answer to a question posed in another comment.
- clearAcceptedAnswer(String, String, String, DeleteOptions) - Method in class org.odpi.openmetadata.frameworks.openmetadata.handlers.CommentHandler
-
Unlink a comment that contains an answer to a question posed in another comment.
- clearAcceptedAnswer(String, String, DeleteOptions) - Method in class org.odpi.openmetadata.frameworks.openmetadata.connectorcontext.CommentClient
-
Unlink a comment that contains an answer to a question posed in another comment.
- clearAccessService(String, String, String) - Method in class org.odpi.openmetadata.adminservices.server.OMAGServerAdminForAccessServices
-
Remove an access service.
- clearAccessService(String, String, String) - Method in class org.odpi.openmetadata.adminservices.spring.ConfigAccessServicesResource
-
Remove the config for an access service.
- clearAllAccessServices() - Method in class org.odpi.openmetadata.adminservices.client.MetadataAccessServerConfigurationClient
-
Disable the access services.
- clearAllAccessServices(String, String) - Method in class org.odpi.openmetadata.adminservices.server.OMAGServerAdminForAccessServices
-
Disable the access services.
- clearAllAccessServices(String, String) - Method in class org.odpi.openmetadata.adminservices.spring.ConfigAccessServicesResource
-
Disable the access services.
- clearAllIntegrationGroups() - Method in class org.odpi.openmetadata.adminservices.client.IntegrationDaemonConfigurationClient
-
Disable the integration groups.
- clearAllIntegrationGroups(String, String) - Method in class org.odpi.openmetadata.adminservices.server.OMAGServerAdminForIntegrationDaemonServices
-
Disable the integration groups.
- clearAllIntegrationGroups(String, String) - Method in class org.odpi.openmetadata.adminservices.spring.ConfigIntegrationDaemonServicesResource
-
Disable the integration groups.
- clearAllRegistrations() - Method in class org.odpi.openmetadata.adapters.repositoryservices.cohortregistrystore.file.FileBasedRegistryStoreConnector
-
Remove the local and remote registrations from the cohort registry store since the local server has unregistered from the cohort.
- clearAllRegistrations() - Method in interface org.odpi.openmetadata.repositoryservices.connectors.stores.cohortregistrystore.OMRSCohortRegistryStore
-
Remove the local and remote registrations from the cohort registry store since the local server has unregistered from the cohort.
- clearAllViewServices() - Method in class org.odpi.openmetadata.adminservices.client.ViewServerConfigurationClient
-
Disable the view services.
- clearAllViewServices(String, String) - Method in class org.odpi.openmetadata.adminservices.server.OMAGServerAdminForViewServices
-
Disable the view services.
- clearAllViewServices(String, String) - Method in class org.odpi.openmetadata.adminservices.spring.ConfigViewServicesResource
-
Disable the view services.
- clearAuditLogDestination(String) - Method in class org.odpi.openmetadata.adminservices.client.OMAGServerConfigurationClient
-
Delete an audit log destination that is defined by the supplied audit log destination connection name
- clearAuditLogDestination(String, String, String) - Method in class org.odpi.openmetadata.adminservices.server.OMAGServerAdminServices
-
Delete an audit log destination connection, that is identified with the supplied destination connection name.
- clearAuditLogDestination(String, String, String) - Method in class org.odpi.openmetadata.adminservices.spring.ConfigRepositoryServicesResource
-
Delete an audit log destination that is identified with the supplied connection's name.
- clearAuditLogDestinations() - Method in class org.odpi.openmetadata.adminservices.client.OMAGServerConfigurationClient
-
Clears all audit log destinations for this server.
- clearAuditLogDestinations(String, String) - Method in class org.odpi.openmetadata.adminservices.server.OMAGServerAdminServices
-
Clear the list of audit log destinations.
- clearAuditLogDestinations(String, String) - Method in class org.odpi.openmetadata.adminservices.spring.ConfigRepositoryServicesResource
-
Clears all audit log destinations for this server.
- clearBusinessSignificance(String, String, DeleteClassificationRequestBody) - Method in class org.odpi.openmetadata.viewservices.digitalbusiness.server.DigitalBusinessRESTServices
-
Remove the business significant classification from the element.
- clearBusinessSignificance(String, String, DeleteClassificationRequestBody) - Method in class org.odpi.openmetadata.viewservices.digitalbusiness.server.spring.DigitalBusinessResource
-
Remove the business significant classification from the element.
- clearBusinessSignificance(String, String, MetadataSourceOptions) - Method in class org.odpi.openmetadata.frameworks.openmetadata.handlers.CollectionHandler
-
Remove the business significant classification from the element.
- clearBusinessSignificance(String, MetadataSourceOptions) - Method in class org.odpi.openmetadata.frameworks.openmetadata.connectorcontext.CollectionClient
-
Remove the business significant classification from the element.
- clearCohortConfig(String, String, String) - Method in class org.odpi.openmetadata.adminservices.server.OMAGServerAdminServices
-
Set up the mode for an open metadata repository cohort.
- clearCohortConfig(String, String, String) - Method in class org.odpi.openmetadata.adminservices.spring.ConfigRepositoryServicesResource
-
Unregister this server from an open metadata repository cohort.
- clearCohortRegistration(String) - Method in class org.odpi.openmetadata.adminservices.client.CohortMemberConfigurationClient
-
Unregister this server from an open metadata repository cohort.
- clearConfidenceClassification(String, String, String, DeleteClassificationRequestBody) - Method in class org.odpi.openmetadata.viewservices.classificationexplorer.server.ClassificationExplorerRESTServices
-
Remove the confidence classification from the element.
- clearConfidenceClassification(String, String, String, DeleteClassificationRequestBody) - Method in class org.odpi.openmetadata.viewservices.classificationexplorer.server.spring.ClassificationExplorerResource
-
Remove the confidence classification from the element.
- clearConfidenceClassification(String, String, MetadataSourceOptions) - Method in class org.odpi.openmetadata.frameworks.openmetadata.handlers.StewardshipManagementHandler
-
Remove the confidence classification from the element.
- clearConfidenceClassification(String, MetadataSourceOptions) - Method in class org.odpi.openmetadata.frameworks.openmetadata.connectorcontext.ClassificationManagerClient
-
Remove the confidence classification from the element.
- clearConfidentialityClassification(String, String, String, DeleteClassificationRequestBody) - Method in class org.odpi.openmetadata.viewservices.classificationexplorer.server.ClassificationExplorerRESTServices
-
Remove the confidence classification from the element.
- clearConfidentialityClassification(String, String, String, DeleteClassificationRequestBody) - Method in class org.odpi.openmetadata.viewservices.classificationexplorer.server.spring.ClassificationExplorerResource
-
Remove the confidence classification from the element.
- clearConfidentialityClassification(String, String, MetadataSourceOptions) - Method in class org.odpi.openmetadata.frameworks.openmetadata.handlers.StewardshipManagementHandler
-
Remove the confidence classification from the element.
- clearConfidentialityClassification(String, MetadataSourceOptions) - Method in class org.odpi.openmetadata.frameworks.openmetadata.connectorcontext.ClassificationManagerClient
-
Remove the confidence classification from the element.
- clearConfigurationStoreConnection() - Method in class org.odpi.openmetadata.adminservices.client.OMAGServerPlatformConfigurationClient
-
Clear the connection object for the configuration store which means the platform uses the default store.
- clearConfigurationStoreConnection(String) - Method in class org.odpi.openmetadata.adminservices.server.OMAGServerAdminStoreServices
-
Clear the connection object for the configuration store.
- clearConfigurationStoreConnection(String) - Method in class org.odpi.openmetadata.adminservices.spring.ConfigStoreResource
-
Clear the connection object for the configuration store which means the platform uses the default store.
- clearConsolidatedDuplicateClassification(String, String, String, DeleteClassificationRequestBody) - Method in class org.odpi.openmetadata.viewservices.classificationexplorer.server.ClassificationExplorerRESTServices
-
Remove the ConsolidatedDuplicate classification from the element.
- clearConsolidatedDuplicateClassification(String, String, String, DeleteClassificationRequestBody) - Method in class org.odpi.openmetadata.viewservices.classificationexplorer.server.spring.ClassificationExplorerResource
-
Remove the ConsolidatedDuplicate classification from the element.
- clearConsolidatedDuplicateClassification(String, String, MetadataSourceOptions) - Method in class org.odpi.openmetadata.frameworks.openmetadata.handlers.StewardshipManagementHandler
-
Remove the ConsolidatedDuplicate classification from the element.
- clearConsolidatedDuplicateClassification(String, MetadataSourceOptions) - Method in class org.odpi.openmetadata.frameworks.openmetadata.connectorcontext.ClassificationManagerClient
-
Remove the ConsolidatedDuplicate classification from the element.
- clearCriticalityClassification(String, String, String, DeleteClassificationRequestBody) - Method in class org.odpi.openmetadata.viewservices.classificationexplorer.server.ClassificationExplorerRESTServices
-
Remove the criticality classification from the element.
- clearCriticalityClassification(String, String, String, DeleteClassificationRequestBody) - Method in class org.odpi.openmetadata.viewservices.classificationexplorer.server.spring.ClassificationExplorerResource
-
Remove the criticality classification from the element.
- clearCriticalityClassification(String, String, MetadataSourceOptions) - Method in class org.odpi.openmetadata.frameworks.openmetadata.handlers.StewardshipManagementHandler
-
Remove the criticality classification from the element.
- clearCriticalityClassification(String, MetadataSourceOptions) - Method in class org.odpi.openmetadata.frameworks.openmetadata.connectorcontext.ClassificationManagerClient
-
Remove the criticality classification from the element.
- clearDataScope(String, String, String, DeleteClassificationRequestBody) - Method in class org.odpi.openmetadata.viewservices.classificationexplorer.server.ClassificationExplorerRESTServices
-
Remove the data scope classification from an element.
- clearDataScope(String, String, String, DeleteClassificationRequestBody) - Method in class org.odpi.openmetadata.viewservices.classificationexplorer.server.spring.ClassificationExplorerResource
-
Remove the data scope classification from an element.
- clearDataScopeClassification(String, String, MetadataSourceOptions) - Method in class org.odpi.openmetadata.frameworks.openmetadata.handlers.StewardshipManagementHandler
-
Remove the data scope classification from an element.
- clearDataScopeClassification(String, MetadataSourceOptions) - Method in class org.odpi.openmetadata.frameworks.openmetadata.connectorcontext.ClassificationManagerClient
-
Remove the data scope classification from an element.
- clearDefaultOMAGServerConfig(String) - Method in class org.odpi.openmetadata.adminservices.server.OMAGServerAdminStoreServices
-
Clear the default configuration document.
- clearDefaultOMAGServerConfig(String) - Method in class org.odpi.openmetadata.adminservices.spring.ConfigStoreResource
-
Clear the default configuration document.
- clearDefaultServerConfig() - Method in class org.odpi.openmetadata.adminservices.client.OMAGServerPlatformConfigurationClient
-
Clear the default configuration document.
- clearDigitalResourceOrigin(String, String, String, DeleteClassificationRequestBody) - Method in class org.odpi.openmetadata.viewservices.classificationexplorer.server.spring.ClassificationExplorerResource
-
Remove the digital resource origin classification for an element.
- clearDigitalResourceOrigin(String, String, MetadataSourceOptions) - Method in class org.odpi.openmetadata.frameworks.openmetadata.handlers.StewardshipManagementHandler
-
Remove the origin classification from a digital resource.
- clearDigitalResourceOrigin(String, MetadataSourceOptions) - Method in class org.odpi.openmetadata.frameworks.openmetadata.connectorcontext.ClassificationManagerClient
-
Remove the origin classification from a digital resource.
- clearEditingCollection(String, String, String, MetadataSourceRequestBody) - Method in class org.odpi.openmetadata.viewservices.collectionmanager.server.CollectionManagerRESTServices
-
Remove the editing collection designation from the collection.
- clearEditingCollection(String, String, String, MetadataSourceRequestBody) - Method in class org.odpi.openmetadata.viewservices.collectionmanager.server.spring.CollectionManagerResource
-
Remove the editing collection designation from the collection.
- clearEditingCollection(String, String, MetadataSourceOptions) - Method in class org.odpi.openmetadata.frameworks.openmetadata.handlers.CollectionHandler
-
Remove the editing collection classification from the collection.
- clearEditingCollection(String, MetadataSourceOptions) - Method in class org.odpi.openmetadata.frameworks.openmetadata.connectorcontext.CollectionClient
-
Remove the editing collection classification from the collection.
- clearEngineHostServices() - Method in class org.odpi.openmetadata.adminservices.client.EngineHostConfigurationClient
-
Clear the configuration for the engine host services.
- clearEngineHostServicesConfig(String, String) - Method in class org.odpi.openmetadata.adminservices.server.OMAGServerAdminForEngineHostServices
-
Remove the configuration for an Engine Host OMAG Server in a single call.
- clearEngineHostServicesConfig(String, String) - Method in class org.odpi.openmetadata.adminservices.spring.ConfigEngineHostServicesResource
-
Remove the configuration of the specialist services for an Engine Host OMAG Server in a single call.
- clearGlossaryAsCanonical(String, String, MetadataSourceRequestBody) - Method in class org.odpi.openmetadata.viewservices.glossarymanager.server.GlossaryManagerRESTServices
-
Remove the canonical designation from the glossary.
- clearGlossaryAsCanonical(String, String, MetadataSourceRequestBody) - Method in class org.odpi.openmetadata.viewservices.glossarymanager.server.spring.GlossaryManagerResource
-
Remove the canonical vocabulary designation from the glossary.
- clearGlossaryAsCanonical(String, String, MetadataSourceOptions) - Method in class org.odpi.openmetadata.frameworks.openmetadata.handlers.CollectionHandler
-
Remove the canonical designation from the glossary.
- clearGlossaryAsCanonical(String, MetadataSourceOptions) - Method in class org.odpi.openmetadata.frameworks.openmetadata.connectorcontext.CollectionClient
-
Remove the canonical designation from the glossary.
- clearGlossaryAsTaxonomy(String, String, MetadataSourceRequestBody) - Method in class org.odpi.openmetadata.viewservices.glossarymanager.server.GlossaryManagerRESTServices
-
Remove the taxonomy designation from the glossary.
- clearGlossaryAsTaxonomy(String, String, MetadataSourceRequestBody) - Method in class org.odpi.openmetadata.viewservices.glossarymanager.server.spring.GlossaryManagerResource
-
Remove the taxonomy designation from the glossary.
- clearGlossaryAsTaxonomy(String, String, MetadataSourceOptions) - Method in class org.odpi.openmetadata.frameworks.openmetadata.handlers.CollectionHandler
-
Remove the taxonomy glossary classification from the glossary.
- clearGlossaryAsTaxonomy(String, MetadataSourceOptions) - Method in class org.odpi.openmetadata.frameworks.openmetadata.connectorcontext.CollectionClient
-
Remove the taxonomy glossary classification from the glossary.
- clearGovernanceExpectations(String, String, String, DeleteClassificationRequestBody) - Method in class org.odpi.openmetadata.viewservices.classificationexplorer.server.ClassificationExplorerRESTServices
-
Remove the governance expectations classification from an element.
- clearGovernanceExpectations(String, String, String, DeleteClassificationRequestBody) - Method in class org.odpi.openmetadata.viewservices.classificationexplorer.server.spring.ClassificationExplorerResource
-
Remove the governance expectations classification from an element.
- clearGovernanceExpectations(String, String, MetadataSourceOptions) - Method in class org.odpi.openmetadata.frameworks.openmetadata.handlers.StewardshipManagementHandler
-
Remove the governance expectations classification from an element.
- clearGovernanceExpectations(String, MetadataSourceOptions) - Method in class org.odpi.openmetadata.frameworks.openmetadata.connectorcontext.ClassificationManagerClient
-
Remove the governance expectations classification from an element.
- clearGovernanceMeasurements(String, String, String, DeleteClassificationRequestBody) - Method in class org.odpi.openmetadata.viewservices.classificationexplorer.server.ClassificationExplorerRESTServices
-
Remove the governance measurements classification from an element.
- clearGovernanceMeasurements(String, String, String, DeleteClassificationRequestBody) - Method in class org.odpi.openmetadata.viewservices.classificationexplorer.server.spring.ClassificationExplorerResource
-
Remove the governance measurements classification from an element.
- clearGovernanceMeasurements(String, String, MetadataSourceOptions) - Method in class org.odpi.openmetadata.frameworks.openmetadata.handlers.StewardshipManagementHandler
-
Remove the governance measurements classification from an element.
- clearGovernanceMeasurements(String, MetadataSourceOptions) - Method in class org.odpi.openmetadata.frameworks.openmetadata.connectorcontext.ClassificationManagerClient
-
Remove the governance measurements classification from an element.
- clearGraph() - Method in class org.odpi.openmetadata.frameworks.openmetadata.mermaid.MermaidGraphBuilderBase
-
Clear the graph
- clearImpactClassification(String, String, String, DeleteClassificationRequestBody) - Method in class org.odpi.openmetadata.viewservices.classificationexplorer.server.ClassificationExplorerRESTServices
-
Remove the impact classification from the element.
- clearImpactClassification(String, String, String, DeleteClassificationRequestBody) - Method in class org.odpi.openmetadata.viewservices.classificationexplorer.server.spring.ClassificationExplorerResource
-
Remove the impact classification from the element.
- clearImpactClassification(String, String, MetadataSourceOptions) - Method in class org.odpi.openmetadata.frameworks.openmetadata.handlers.StewardshipManagementHandler
-
Remove the impact classification from the element.
- clearImpactClassification(String, MetadataSourceOptions) - Method in class org.odpi.openmetadata.frameworks.openmetadata.connectorcontext.ClassificationManagerClient
-
Remove the impact classification from the element.
- CLEARING_ALL_GOVERNANCE_ENGINE_CONFIG - Enum constant in enum class org.odpi.openmetadata.governanceservers.enginehostservices.ffdc.EngineHostServicesAuditCode
-
ENGINE-HOST-SERVICES-0153 - Refreshing governance engine {0}
- CLEARING_ALL_GOVERNANCE_SERVICE_CONFIG - Enum constant in enum class org.odpi.openmetadata.governanceservers.enginehostservices.ffdc.EngineHostServicesAuditCode
-
ENGINE-HOST-SERVICES-0028 - All governance service configuration is being refreshed for governance engine {0}
- CLEARING_ALL_INTEGRATION_CONNECTOR_CONFIG - Enum constant in enum class org.odpi.openmetadata.governanceservers.integrationdaemonservices.ffdc.IntegrationDaemonServicesAuditCode
-
INTEGRATION-DAEMON-SERVICES-0051 - All integration connector configuration is being refreshed for integration group {0}
- clearIntegrationDaemonServicesConfig(String, String) - Method in class org.odpi.openmetadata.adminservices.server.OMAGServerAdminForIntegrationDaemonServices
-
Remove the configuration for an Integration Daemon OMAG Server in a single call.
- clearIntegrationDaemonServicesConfig(String, String) - Method in class org.odpi.openmetadata.adminservices.spring.ConfigIntegrationDaemonServicesResource
-
Remove the configuration of the specialist services for an Integration Daemon OMAG Server in a single call.
- clearIntegrationGroup(String) - Method in class org.odpi.openmetadata.adminservices.client.IntegrationDaemonConfigurationClient
-
Remove an integration group.
- clearIntegrationGroup(String, String, String) - Method in class org.odpi.openmetadata.adminservices.server.OMAGServerAdminForIntegrationDaemonServices
-
Remove an integration group.
- clearIntegrationGroup(String, String, String) - Method in class org.odpi.openmetadata.adminservices.spring.ConfigIntegrationDaemonServicesResource
-
Remove an integration group.
- clearKnownDuplicateClassification(String, String, String, DeleteClassificationRequestBody) - Method in class org.odpi.openmetadata.viewservices.classificationexplorer.server.ClassificationExplorerRESTServices
-
Remove the KnownDuplicate classification from the element.
- clearKnownDuplicateClassification(String, String, String, DeleteClassificationRequestBody) - Method in class org.odpi.openmetadata.viewservices.classificationexplorer.server.spring.ClassificationExplorerResource
-
Remove the KnownDuplicate classification from the element.
- clearKnownDuplicateClassification(String, String, MetadataSourceOptions) - Method in class org.odpi.openmetadata.frameworks.openmetadata.handlers.StewardshipManagementHandler
-
Remove the KnownDuplicate classification from the element.
- clearKnownDuplicateClassification(String, MetadataSourceOptions) - Method in class org.odpi.openmetadata.frameworks.openmetadata.connectorcontext.ClassificationManagerClient
-
Remove the KnownDuplicate classification from the element.
- clearLocalRepository() - Method in class org.odpi.openmetadata.adminservices.client.CohortMemberConfigurationClient
-
Remove all configuration for a local repository.
- clearLocalRepositoryConfig(String, String) - Method in class org.odpi.openmetadata.adminservices.server.OMAGServerAdminServices
-
Remove all configuration for a local repository.
- clearLocalRepositoryConfig(String, String) - Method in class org.odpi.openmetadata.adminservices.spring.ConfigRepositoryServicesResource
-
Remove all configuration for a local repository.
- clearOMAGServerConfig() - Method in class org.odpi.openmetadata.adminservices.client.OMAGServerConfigurationClient
-
Remove the configuration for the server.
- clearOMAGServerConfig(String, String) - Method in class org.odpi.openmetadata.adminservices.server.OMAGServerAdminServices
-
Remove the configuration for the server.
- clearOMAGServerConfig(String, String) - Method in class org.odpi.openmetadata.adminservices.spring.ConfigResource
-
Clear the configuration properties for an OMAG Server in a single command.
- clearOpenMetadataArchives() - Method in class org.odpi.openmetadata.adminservices.client.CohortMemberConfigurationClient
-
Clear the list of open metadata archives for loading at server startup.
- clearOpenMetadataArchives(String, String) - Method in class org.odpi.openmetadata.adminservices.server.OMAGServerAdminServices
-
Clear the list of open metadata archives for loading at server startup.
- clearOpenMetadataArchives(String, String) - Method in class org.odpi.openmetadata.adminservices.spring.ConfigRepositoryServicesResource
-
Clear the list of open metadata archives.
- clearOrigin(String, String, String, DeleteClassificationRequestBody) - Method in class org.odpi.openmetadata.viewservices.classificationexplorer.server.ClassificationExplorerRESTServices
-
Remove the DigitalResourceOrigin classification from an element.
- clearOwnership(String, String, String, DeleteClassificationRequestBody) - Method in class org.odpi.openmetadata.viewservices.classificationexplorer.server.ClassificationExplorerRESTServices
-
Remove the ownership classification from an element.
- clearOwnership(String, String, String, DeleteClassificationRequestBody) - Method in class org.odpi.openmetadata.viewservices.classificationexplorer.server.spring.ClassificationExplorerResource
-
Remove the ownership classification from an element.
- clearOwnership(String, String, MetadataSourceOptions) - Method in class org.odpi.openmetadata.frameworks.openmetadata.handlers.StewardshipManagementHandler
-
Remove the ownership classification from an element.
- clearOwnership(String, MetadataSourceOptions) - Method in class org.odpi.openmetadata.frameworks.openmetadata.connectorcontext.ClassificationManagerClient
-
Remove the ownership classification from an element.
- clearPlaceholderVariables(String) - Method in class org.odpi.openmetadata.adminservices.server.OMAGServerAdminStoreServices
-
Clear the placeholder variables.
- clearPlaceholderVariables(String) - Method in class org.odpi.openmetadata.adminservices.spring.ConfigStoreResource
-
Clear the placeholder variables used whenever an OMAG Server is started.
- clearPlatformSecurityConnection() - Method in class org.odpi.openmetadata.adminservices.client.OMAGServerPlatformConfigurationClient
-
Deprecated.
- clearPlatformSecurityConnection() - Method in class org.odpi.openmetadata.platformservices.client.PlatformServicesClient
-
Clear the connection object for platform security.
- clearPlatformSecurityConnection(String) - Method in class org.odpi.openmetadata.platformservices.server.OMAGServerPlatformSecurityServices
-
Clear the connection object for the platform security connector.
- clearPlatformSecurityConnection(String) - Method in class org.odpi.openmetadata.platformservices.server.spring.OMAGServerPlatformSecurityResource
-
Clear the connection object for platform security.
- clearPlatformSecurityConnection(String, String) - Static method in class org.odpi.openmetadata.metadatasecurity.server.OpenMetadataPlatformSecurityVerifier
-
Clear the connection object for the configuration store.
- clearProjectClassification(String, String, DeleteClassificationRequestBody) - Method in class org.odpi.openmetadata.viewservices.projectmanager.server.ProjectManagerRESTServices
-
Remove the ProjectClassification classification from a project.
- clearProjectClassification(String, String, DeleteClassificationRequestBody) - Method in class org.odpi.openmetadata.viewservices.projectmanager.server.spring.ProjectManagerResource
-
Remove the ProjectClassification classification from the element.
- clearProjectClassification(String, String, MetadataSourceOptions) - Method in class org.odpi.openmetadata.frameworks.openmetadata.handlers.ProjectHandler
-
Remove the ProjectClassification classification from a project.
- clearProjectClassification(String, MetadataSourceOptions) - Method in class org.odpi.openmetadata.frameworks.openmetadata.connectorcontext.ProjectClient
-
Remove the ProjectClassification classification from a project.
- clearProjectDependency(String, String, String, DeleteRelationshipRequestBody) - Method in class org.odpi.openmetadata.viewservices.projectmanager.server.ProjectManagerRESTServices
-
Remove a project dependency relationship between two projects.
- clearProjectDependency(String, String, String, DeleteRelationshipRequestBody) - Method in class org.odpi.openmetadata.viewservices.projectmanager.server.spring.ProjectManagerResource
-
Remove a project dependency relationship between two projects.
- clearProjectDependency(String, String, String, DeleteOptions) - Method in class org.odpi.openmetadata.frameworks.openmetadata.handlers.ProjectHandler
-
Remove a project dependency relationship between two projects.
- clearProjectDependency(String, String, DeleteOptions) - Method in class org.odpi.openmetadata.frameworks.openmetadata.connectorcontext.ProjectClient
-
Remove a project dependency relationship between two projects.
- clearProjectHierarchy(String, String, String, DeleteRelationshipRequestBody) - Method in class org.odpi.openmetadata.viewservices.projectmanager.server.ProjectManagerRESTServices
-
Remove a project hierarchy relationship between two projects.
- clearProjectHierarchy(String, String, String, DeleteRelationshipRequestBody) - Method in class org.odpi.openmetadata.viewservices.projectmanager.server.spring.ProjectManagerResource
-
Remove a project hierarchy relationship between two projects.
- clearProjectHierarchy(String, String, String, DeleteOptions) - Method in class org.odpi.openmetadata.frameworks.openmetadata.handlers.ProjectHandler
-
Remove a project hierarchy relationship between two projects.
- clearProjectHierarchy(String, String, DeleteOptions) - Method in class org.odpi.openmetadata.frameworks.openmetadata.connectorcontext.ProjectClient
-
Remove a project hierarchy relationship between two projects.
- clearProjectTeam(String, String, String, DeleteOptions) - Method in class org.odpi.openmetadata.frameworks.openmetadata.handlers.ProjectHandler
-
Remove a ProjectTeam relationship between a project and an actor.
- clearProjectTeam(String, String, DeleteOptions) - Method in class org.odpi.openmetadata.frameworks.openmetadata.connectorcontext.ProjectClient
-
Remove a ProjectTeam relationship between a project and an actor.
- clearRelationship(String) - Method in class org.odpi.openmetadata.adapters.connectors.apacheatlas.resource.ApacheAtlasRESTConnector
-
Remove a relationship.
- clearRequestId() - Method in class org.odpi.openmetadata.frameworks.auditlog.requestid.RequestId
-
Set up the request id for the current thread.
- clearRetentionClassification(String, String, String, DeleteClassificationRequestBody) - Method in class org.odpi.openmetadata.viewservices.classificationexplorer.server.ClassificationExplorerRESTServices
-
Remove the retention classification from the element.
- clearRetentionClassification(String, String, String, DeleteClassificationRequestBody) - Method in class org.odpi.openmetadata.viewservices.classificationexplorer.server.spring.ClassificationExplorerResource
-
Remove the retention classification from the element.
- clearRetentionClassification(String, String, MetadataSourceOptions) - Method in class org.odpi.openmetadata.frameworks.openmetadata.handlers.StewardshipManagementHandler
-
Remove the retention classification from the element.
- clearRetentionClassification(String, MetadataSourceOptions) - Method in class org.odpi.openmetadata.frameworks.openmetadata.connectorcontext.ClassificationManagerClient
-
Remove the retention classification from the element.
- clearScopingCollection(String, String, String, MetadataSourceRequestBody) - Method in class org.odpi.openmetadata.viewservices.collectionmanager.server.CollectionManagerRESTServices
-
Remove the scoping collection designation from the collection.
- clearScopingCollection(String, String, String, MetadataSourceRequestBody) - Method in class org.odpi.openmetadata.viewservices.collectionmanager.server.spring.CollectionManagerResource
-
Remove the scoping collection designation from the collection.
- clearScopingCollection(String, String, MetadataSourceOptions) - Method in class org.odpi.openmetadata.frameworks.openmetadata.handlers.CollectionHandler
-
Remove the scoping collection classification from the collection.
- clearScopingCollection(String, MetadataSourceOptions) - Method in class org.odpi.openmetadata.frameworks.openmetadata.connectorcontext.CollectionClient
-
Remove the scoping collection classification from the collection.
- clearSecurityTags(String, String, String, DeleteClassificationRequestBody) - Method in class org.odpi.openmetadata.viewservices.classificationexplorer.server.ClassificationExplorerRESTServices
-
Remove the security tags classification from an element.
- clearSecurityTags(String, String, String, DeleteClassificationRequestBody) - Method in class org.odpi.openmetadata.viewservices.classificationexplorer.server.spring.ClassificationExplorerResource
-
Remove the security tags classification from an element.
- clearSecurityTags(String, String, MetadataSourceOptions) - Method in class org.odpi.openmetadata.frameworks.openmetadata.handlers.StewardshipManagementHandler
-
Remove the security tags classification from an element.
- clearSecurityTags(String, MetadataSourceOptions) - Method in class org.odpi.openmetadata.frameworks.openmetadata.connectorcontext.ClassificationManagerClient
-
Remove the security tags classification from an element.
- clearSemanticAssignment(String, String, String, String, DeleteRelationshipRequestBody) - Method in class org.odpi.openmetadata.viewservices.classificationexplorer.server.ClassificationExplorerRESTServices
-
Remove a semantic assignment relationship between an element and its glossary term.
- clearSemanticAssignment(String, String, String, String, DeleteRelationshipRequestBody) - Method in class org.odpi.openmetadata.viewservices.classificationexplorer.server.spring.ClassificationExplorerResource
-
Remove a semantic assignment relationship between an element and its glossary term.
- clearSemanticAssignment(String, String, String, DeleteOptions) - Method in class org.odpi.openmetadata.frameworks.openmetadata.handlers.StewardshipManagementHandler
-
Remove a semantic assignment relationship between an element and its glossary term.
- clearSemanticAssignment(String, String, DeleteOptions) - Method in class org.odpi.openmetadata.frameworks.openmetadata.connectorcontext.ClassificationManagerClient
-
Remove a semantic assignment relationship between an element and its glossary term.
- clearServerSecurityConnection() - Method in class org.odpi.openmetadata.adminservices.client.OMAGServerConfigurationClient
-
Clear the connection object for the server security connection which means the server does no authorization checks when a request is made to this server.
- clearServerSecurityConnection(String, String) - Method in class org.odpi.openmetadata.adminservices.server.OMAGServerAdminSecurityServices
-
Clear the connection object for the server security connector.
- clearServerSecurityConnection(String, String) - Method in class org.odpi.openmetadata.adminservices.spring.ConfigOpenMetadataServerSecurityResource
-
Clear the connection object for the server security connector.
- clearStagingCollection(String, String, String, MetadataSourceRequestBody) - Method in class org.odpi.openmetadata.viewservices.collectionmanager.server.CollectionManagerRESTServices
-
Remove the staging collection designation from the collection.
- clearStagingCollection(String, String, String, MetadataSourceRequestBody) - Method in class org.odpi.openmetadata.viewservices.collectionmanager.server.spring.CollectionManagerResource
-
Remove the staging collection designation from the collection.
- clearStagingCollection(String, String, MetadataSourceOptions) - Method in class org.odpi.openmetadata.frameworks.openmetadata.handlers.CollectionHandler
-
Remove the staging collection classification from the collection.
- clearStagingCollection(String, MetadataSourceOptions) - Method in class org.odpi.openmetadata.frameworks.openmetadata.connectorcontext.CollectionClient
-
Remove the staging collection classification from the collection.
- clearStatisticProperty(String, String) - Method in class org.odpi.openmetadata.frameworks.connectors.Connector
-
Remove a property statistic.
- clearStatisticTimestamp(String, String) - Method in class org.odpi.openmetadata.frameworks.connectors.Connector
-
Remove a timestamp statistic.
- clearTermAsAbstractConcept(String, String, DeleteClassificationRequestBody) - Method in class org.odpi.openmetadata.viewservices.glossarymanager.server.GlossaryManagerRESTServices
-
Remove the abstract concept designation from the glossary term.
- clearTermAsAbstractConcept(String, String, DeleteClassificationRequestBody) - Method in class org.odpi.openmetadata.viewservices.glossarymanager.server.spring.GlossaryManagerResource
-
Remove the abstract concept designation from the glossary term.
- clearTermAsAbstractConcept(String, String, MetadataSourceOptions) - Method in class org.odpi.openmetadata.frameworks.openmetadata.handlers.GlossaryTermHandler
-
Remove the abstract concept designation from the glossary term.
- clearTermAsAbstractConcept(String, MetadataSourceOptions) - Method in class org.odpi.openmetadata.frameworks.openmetadata.connectorcontext.GlossaryTermClient
-
Remove the abstract concept designation from the glossary term.
- clearTermAsActivity(String, String, DeleteClassificationRequestBody) - Method in class org.odpi.openmetadata.viewservices.glossarymanager.server.GlossaryManagerRESTServices
-
Remove the activity designation from the glossary term.
- clearTermAsActivity(String, String, DeleteClassificationRequestBody) - Method in class org.odpi.openmetadata.viewservices.glossarymanager.server.spring.GlossaryManagerResource
-
Remove the activity designation from the glossary term.
- clearTermAsActivity(String, String, MetadataSourceOptions) - Method in class org.odpi.openmetadata.frameworks.openmetadata.handlers.GlossaryTermHandler
-
Remove the activity designation from the glossary term.
- clearTermAsActivity(String, MetadataSourceOptions) - Method in class org.odpi.openmetadata.frameworks.openmetadata.connectorcontext.GlossaryTermClient
-
Remove the activity designation from the glossary term.
- clearTermAsContext(String, String, DeleteClassificationRequestBody) - Method in class org.odpi.openmetadata.viewservices.glossarymanager.server.GlossaryManagerRESTServices
-
Remove the context definition designation from the glossary term.
- clearTermAsContext(String, String, DeleteClassificationRequestBody) - Method in class org.odpi.openmetadata.viewservices.glossarymanager.server.spring.GlossaryManagerResource
-
Remove the context definition designation from the glossary term.
- clearTermAsContext(String, String, MetadataSourceOptions) - Method in class org.odpi.openmetadata.frameworks.openmetadata.handlers.GlossaryTermHandler
-
Remove the context definition designation from the glossary term.
- clearTermAsContext(String, MetadataSourceOptions) - Method in class org.odpi.openmetadata.frameworks.openmetadata.connectorcontext.GlossaryTermClient
-
Remove the context definition designation from the glossary term.
- clearTermAsDataValue(String, String, DeleteClassificationRequestBody) - Method in class org.odpi.openmetadata.viewservices.glossarymanager.server.GlossaryManagerRESTServices
-
Remove the data value designation from the glossary term.
- clearTermAsDataValue(String, String, DeleteClassificationRequestBody) - Method in class org.odpi.openmetadata.viewservices.glossarymanager.server.spring.GlossaryManagerResource
-
Remove the data value designation from the glossary term.
- clearTermAsDataValue(String, String, MetadataSourceOptions) - Method in class org.odpi.openmetadata.frameworks.openmetadata.handlers.GlossaryTermHandler
-
Remove the data value designation from the glossary term.
- clearTermAsDataValue(String, MetadataSourceOptions) - Method in class org.odpi.openmetadata.frameworks.openmetadata.connectorcontext.GlossaryTermClient
-
Remove the data value designation from the glossary term.
- clearTermRelationship(String, String, String, String, DeleteRelationshipRequestBody) - Method in class org.odpi.openmetadata.viewservices.glossarymanager.server.GlossaryManagerRESTServices
-
Remove the relationship between two terms.
- clearTermRelationship(String, String, String, String, DeleteRelationshipRequestBody) - Method in class org.odpi.openmetadata.viewservices.glossarymanager.server.spring.GlossaryManagerResource
-
Remove the relationship between two terms.
- clearTermRelationship(String, String, String, String, DeleteOptions) - Method in class org.odpi.openmetadata.frameworks.openmetadata.handlers.GlossaryTermHandler
-
Remove the relationship between two terms.
- clearTermRelationship(String, String, String, DeleteOptions) - Method in class org.odpi.openmetadata.frameworks.openmetadata.connectorcontext.GlossaryTermClient
-
Remove the relationship between two terms.
- clearTranslation(String, String, String) - Method in class org.odpi.openmetadata.frameworks.openmetadata.connectorcontext.MultiLanguageClient
-
Remove the translation for a particular language/locale for a metadata element.
- clearTranslation(String, String, String, String) - Method in interface org.odpi.openmetadata.frameworks.openmetadata.api.MultiLanguageInterface
-
Remove the translation for a particular language/locale for a metadata element.
- clearTranslation(String, String, String, String) - Method in class org.odpi.openmetadata.frameworkservices.omf.client.OpenMetadataClientBase
-
Remove the translation for a particular language/locale for a metadata element.
- clearTranslation(String, String, String, String, String, NullRequestBody) - Method in class org.odpi.openmetadata.frameworkservices.omf.server.OpenMetadataStoreRESTServices
-
Remove the translation for a particular language/locale for a metadata element.
- clearTranslation(String, String, String, String, String, NullRequestBody) - Method in class org.odpi.openmetadata.frameworkservices.omf.server.spring.OpenMetadataStoreResource
-
Remove the translation for a particular language/locale for a metadata element.
- clearValidMetadataMapName(String, String, String, String, String, DeleteElementRequestBody) - Method in class org.odpi.openmetadata.viewservices.validmetadata.server.spring.ValidMetadataOMVSResource
-
Remove a valid map name value for a property.
- clearValidMetadataMapName(String, String, String, String, String, DeleteElementRequestBody) - Method in class org.odpi.openmetadata.viewservices.validmetadata.server.ValidMetadataRESTServices
-
Remove a valid map name value for a property.
- clearValidMetadataMapName(String, String, String, String, DeleteOptions) - Method in class org.odpi.openmetadata.frameworks.openmetadata.handlers.ValidMetadataValueHandler
-
Remove a valid map name value for a property.
- clearValidMetadataMapName(String, String, String, DeleteOptions) - Method in class org.odpi.openmetadata.frameworks.openmetadata.connectorcontext.ValidMetadataValuesClient
-
Remove a valid map name value for a property.
- clearValidMetadataMapValue(String, String, String, String, String, String, DeleteElementRequestBody) - Method in class org.odpi.openmetadata.viewservices.validmetadata.server.spring.ValidMetadataOMVSResource
-
Remove a valid map name value for a property.
- clearValidMetadataMapValue(String, String, String, String, String, String, DeleteElementRequestBody) - Method in class org.odpi.openmetadata.viewservices.validmetadata.server.ValidMetadataRESTServices
-
Remove a valid map name value for a property.
- clearValidMetadataMapValue(String, String, String, String, String, DeleteOptions) - Method in class org.odpi.openmetadata.frameworks.openmetadata.handlers.ValidMetadataValueHandler
-
Remove a valid map name value for a property.
- clearValidMetadataMapValue(String, String, String, String, DeleteOptions) - Method in class org.odpi.openmetadata.frameworks.openmetadata.connectorcontext.ValidMetadataValuesClient
-
Remove a valid map name value for a property.
- clearValidMetadataValue(String, String, String, String, String, DeleteElementRequestBody) - Method in class org.odpi.openmetadata.viewservices.validmetadata.server.spring.ValidMetadataOMVSResource
-
Remove a valid value for a property.
- clearValidMetadataValue(String, String, String, String, String, DeleteElementRequestBody) - Method in class org.odpi.openmetadata.viewservices.validmetadata.server.ValidMetadataRESTServices
-
Remove a valid value for a property.
- clearValidMetadataValue(String, String, String, String, DeleteOptions) - Method in class org.odpi.openmetadata.frameworks.openmetadata.handlers.ValidMetadataValueHandler
-
Remove a valid value for a property.
- clearValidMetadataValue(String, String, String, DeleteOptions) - Method in class org.odpi.openmetadata.frameworks.openmetadata.connectorcontext.ValidMetadataValuesClient
-
Remove a valid value for a property.
- clearViewService(String, String, String) - Method in class org.odpi.openmetadata.adminservices.server.OMAGServerAdminForViewServices
-
Remove a view service.
- clearViewService(String, String, String) - Method in class org.odpi.openmetadata.adminservices.spring.ConfigViewServicesResource
-
Remove the config for a view service.
- clearZoneMembership(String, String, String, DeleteClassificationRequestBody) - Method in class org.odpi.openmetadata.viewservices.classificationexplorer.server.ClassificationExplorerRESTServices
-
Remove the zone membership classification from an element.
- clearZoneMembership(String, String, String, DeleteClassificationRequestBody) - Method in class org.odpi.openmetadata.viewservices.classificationexplorer.server.spring.ClassificationExplorerResource
-
Remove the ownership classification from an element.
- clearZoneMembership(String, String, MetadataSourceOptions) - Method in class org.odpi.openmetadata.frameworks.openmetadata.handlers.StewardshipManagementHandler
-
Remove the ZoneMembership classification from a digital resource.
- clearZoneMembership(String, MetadataSourceOptions) - Method in class org.odpi.openmetadata.frameworks.openmetadata.connectorcontext.ClassificationManagerClient
-
Remove the ZoneMembership classification from a digital resource.
- CLEVELAND_WAY_HOSPITAL - Enum constant in enum class org.odpi.openmetadata.samples.archiveutilities.organization.OrganizationDefinition
-
Cleveland Way Hospital
- CLIENT_SIDE_REST_API_ERROR - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.apacheatlas.resource.ffdc.ApacheAtlasAuditCode
-
APACHE-ATLAS-REST-CONNECTOR-0031 - A client-side exception was received from API call {0} to server {1} at {2}.
- CLIENT_SIDE_REST_API_ERROR - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.apacheatlas.resource.ffdc.ApacheAtlasErrorCode
-
APACHE-ATLAS-REST-CONNECTOR-503-001 - A client-side exception {0} was received from API call {1} to URL {2}.
- CLIENT_SIDE_REST_API_ERROR - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.integration.jdbc.ffdc.JDBCIntegrationConnectorErrorCode
-
JDBC-INTEGRATION-CONNECTOR-503-001 - A client-side exception {0} was received from API call {1} to URL {2}.
- CLIENT_SIDE_REST_API_ERROR - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.integration.openapis.ffdc.OpenAPIIntegrationConnectorAuditCode
- CLIENT_SIDE_REST_API_ERROR - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.integration.openapis.ffdc.OpenAPIIntegrationConnectorErrorCode
- CLIENT_SIDE_REST_API_ERROR - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.restclients.ffdc.RESTClientConnectorErrorCode
-
CLIENT-SIDE-REST-API-CONNECTOR-503-002 - A client-side exception {0} was received by method {1} from API call {2} to server {3} on platform {4}.
- CLIENT_SIDE_REST_API_ERROR - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.unitycatalog.ffdc.UCAuditCode
-
UNITY-CATALOG-CONNECTOR-0005 - A client-side exception was received from API call {0} to server {1} at {2}.
- CLIENT_SIDE_REST_API_ERROR - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.unitycatalog.ffdc.UCErrorCode
-
UNITY-CATALOG-CONNECTOR-503-001 - A client-side exception {0} was received from API call {1} to URL {2}.
- CLIENT_SIDE_REST_API_ERROR - Enum constant in enum class org.odpi.openmetadata.adminservices.ffdc.OMAGAdminErrorCode
-
OMAG-ADMIN-503-001 - A client-side exception was received from API call {0} to OMAG Server Platform at {1}.
- CLIENT_SIDE_REST_API_ERROR - Enum constant in enum class org.odpi.openmetadata.commonservices.ffdc.OMAGCommonAuditCode
-
OMAG-COMMON-0002 - A client-side exception was received from API call {0} to OMAG Server {1} at {2}.
- CLIENT_SIDE_REST_API_ERROR - Enum constant in enum class org.odpi.openmetadata.commonservices.ffdc.OMAGCommonErrorCode
-
OMAG-COMMON-503-001 - A client-side exception was received from API call {0} to OMAG Server {1} at {2}.
- CLIENT_SIDE_REST_API_ERROR - Enum constant in enum class org.odpi.openmetadata.repositoryservices.ffdc.OMRSErrorCode
-
OMRS-REST-API-503-006 - A client-side exception was received from API call {0} to repository {1}.
- CLIENT_SIDE_REST_API_ERROR - Enum constant in enum class org.odpi.openmetadata.serveroperations.ffdc.ServerOpsErrorCode
-
SERVER-OPS-503-001 - A client-side exception was received from API call {0} to OMAG Server Platform at {1}.
- CLINICAL - Enum constant in enum class org.odpi.openmetadata.samples.archiveutilities.governanceprogram.CocoSubjectAreaDefinition
-
Clinical - Information relating to the work understanding medical conditions and their resolution.
- CLINICAL_TRIAL - Enum constant in enum class org.odpi.openmetadata.samples.archiveutilities.governanceprogram.CocoSubjectAreaDefinition
-
Clinical Trial - Coordinating and regulating data during a clinical trial.
- CLINICAL_TRIAL_APPROVED_HOSPITAL - Enum constant in enum class org.odpi.openmetadata.samples.archiveutilities.governanceprogram.CertificationTypeDefinition
-
Participating Hospital for the ~{clinicalTrialId}~ approved Clinical Trial
- CLINICAL_TRIAL_CERTIFICATION_TYPE - Enum constant in enum class org.odpi.openmetadata.samples.governanceactions.clinicaltrials.CocoClinicalTrialActionTarget
-
The certification type that should be used to certify the clinical trial.
- CLINICAL_TRIAL_DATA_ENGINEER - Enum constant in enum class org.odpi.openmetadata.samples.archiveutilities.governanceengines.SolutionRoleDefinition
- CLINICAL_TRIAL_DATA_SCIENTIST - Enum constant in enum class org.odpi.openmetadata.samples.archiveutilities.governanceengines.SolutionRoleDefinition
- CLINICAL_TRIAL_DESCRIPTION - Enum constant in enum class org.odpi.openmetadata.samples.governanceactions.clinicaltrials.CocoClinicalTrialRequestParameter
- CLINICAL_TRIAL_ID - Enum constant in enum class org.odpi.openmetadata.samples.governanceactions.clinicaltrials.CocoClinicalTrialPlaceholderProperty
- CLINICAL_TRIAL_ID - Enum constant in enum class org.odpi.openmetadata.samples.governanceactions.clinicaltrials.CocoClinicalTrialRequestParameter
- CLINICAL_TRIAL_LICENSE - Enum constant in enum class org.odpi.openmetadata.samples.archiveutilities.governanceprogram.LicenseTypeDefinition
-
The license granted by the participant in a clinical trial on the use of their data.
- CLINICAL_TRIAL_MANAGEMENT - Enum constant in enum class org.odpi.openmetadata.samples.archiveutilities.governanceengines.SolutionBlueprint
-
A description of how a clinical trial is managed in Coco Pharmaceuticals.
- CLINICAL_TRIAL_MANAGER - Enum constant in enum class org.odpi.openmetadata.samples.archiveutilities.governanceengines.SolutionRoleDefinition
- CLINICAL_TRIAL_MANAGER - Enum constant in enum class org.odpi.openmetadata.samples.governanceactions.clinicaltrials.CocoClinicalTrialActionTarget
-
The person who can be contacted if there are problems with the data from this hospital.
- CLINICAL_TRIAL_NAME - Enum constant in enum class org.odpi.openmetadata.samples.governanceactions.clinicaltrials.CocoClinicalTrialPlaceholderProperty
- CLINICAL_TRIAL_NAME - Enum constant in enum class org.odpi.openmetadata.samples.governanceactions.clinicaltrials.CocoClinicalTrialRequestParameter
- CLINICAL_TRIAL_OWNER - Enum constant in enum class org.odpi.openmetadata.samples.governanceactions.clinicaltrials.CocoClinicalTrialActionTarget
-
The person who can be contacted if there are problems with the data from this hospital.
- CLINICAL_TRIAL_RESEARCHER - Enum constant in enum class org.odpi.openmetadata.samples.archiveutilities.governanceengines.SolutionRoleDefinition
- CLINICAL_TRIAL_SPONSOR - Enum constant in enum class org.odpi.openmetadata.samples.archiveutilities.governanceengines.SolutionRoleDefinition
- CLINICAL_TRIAL_SUBJECT_ONBOARDING_TEMPLATE - Enum constant in enum class org.odpi.openmetadata.samples.archiveutilities.governanceengines.InformationSupplyChain
-
Delivering the data necessary to add a person as a subject to XXX clinical trial
- CLINICAL_TRIAL_TEMPLATE - Enum constant in enum class org.odpi.openmetadata.samples.archiveutilities.governanceengines.InformationSupplyChain
-
Delivering data relating to the XXX clinical trial.
- CLINICAL_TRIAL_TREATMENT_VALIDATION_TEMPLATE - Enum constant in enum class org.odpi.openmetadata.samples.archiveutilities.governanceengines.InformationSupplyChain
-
Delivering data relating to the XXX clinical trial from the hospitals to the Coco Researchers.
- CLINICAL_TRIAL_VALIDATION - Enum constant in enum class org.odpi.openmetadata.samples.archiveutilities.governanceprogram.DataProcessingPurposeDefinition
-
Data is approved for processing that validates the efficacy of the treatments trialed.
- CLINICAL_TRIALS - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.jacquard.productcatalog.ProductCategoryDefinition
-
Support for clinical trials.
- CLINICAL_TRIALS - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.refdata.Category
-
A collection of guided activities either suggested, or taken, to complete a project.
- CLINICAL_TRIALS - Enum constant in enum class org.odpi.openmetadata.samples.archiveutilities.governanceengines.InformationSupplyChain
-
Identifies the data flows related to all clinical trials.
- CLINICAL_TRIALS - Enum constant in enum class org.odpi.openmetadata.samples.archiveutilities.governanceprogram.CocoGovernanceZoneDefinition
-
clinical-trials
- CLINICAL_TRIALS - Enum constant in enum class org.odpi.openmetadata.samples.archiveutilities.governanceprogram.ProjectDefinition
-
CAMP-CT - Developing efficient ways to manage each of the clinical trials.
- CLINICAL_TRIALS - Enum constant in enum class org.odpi.openmetadata.samples.archiveutilities.organization.BusinessAreaDefinition
-
Formal validation of new treatments for cancer with patients.
- CLINICAL_TRIALS_CHAMPION - Enum constant in enum class org.odpi.openmetadata.samples.archiveutilities.sustainability.SustainabilityRoleDefinition
-
Clinical Trials Sustainability Champion
- CLINICAL_TRIALS_ENGINE - Enum constant in enum class org.odpi.openmetadata.samples.archiveutilities.governanceengines.CocoGovernanceEngineDefinition
-
Manages the set up and operation of clinical trials at Coco Pharmaceuticals.
- CLINICAL_TRIALS_EU - Enum constant in enum class org.odpi.openmetadata.samples.archiveutilities.organization.DeptDefinition
- CLINICAL_TRIALS_EXECUTIVE - Enum constant in enum class org.odpi.openmetadata.samples.archiveutilities.governanceengines.SolutionRoleDefinition
- CLINICAL_TRIALS_NA - Enum constant in enum class org.odpi.openmetadata.samples.archiveutilities.organization.DeptDefinition
- CLINICAL_TRIALS_UK - Enum constant in enum class org.odpi.openmetadata.samples.archiveutilities.organization.DeptDefinition
- ClinicalTrialSolutionComponent - Enum Class in org.odpi.openmetadata.samples.governanceactions.clinicaltrials.metadata
-
A description of the predefined solution components.
- CLINICIAN - Enum constant in enum class org.odpi.openmetadata.samples.archiveutilities.governanceprogram.CocoSubjectAreaDefinition
-
Person:Clinician - Information relating to an individual who works with patients.
- CloneableRepositoryExecutor - Interface in org.odpi.openmetadata.repositoryservices.enterprise.repositoryconnector.executors
-
CloneableRepositoryExecutor describes the interface for a repository executor that can be cloned to run in parallel.
- cloneFromSubclass() - Method in class org.odpi.openmetadata.frameworks.openmetadata.properties.OpenMetadataAttributeTypeDef
-
Delegate the process of cloning to the subclass.
- cloneFromSubclass() - Method in class org.odpi.openmetadata.frameworks.openmetadata.properties.OpenMetadataClassificationDef
-
Delegate the process of cloning to the subclass.
- cloneFromSubclass() - Method in class org.odpi.openmetadata.frameworks.openmetadata.properties.OpenMetadataCollectionDef
-
Delegate the process of cloning to the subclass.
- cloneFromSubclass() - Method in class org.odpi.openmetadata.frameworks.openmetadata.properties.OpenMetadataEntityDef
-
Delegate the process of cloning to the subclass.
- cloneFromSubclass() - Method in class org.odpi.openmetadata.frameworks.openmetadata.properties.OpenMetadataEnumDef
-
Delegate the process of cloning to the subclass.
- cloneFromSubclass() - Method in class org.odpi.openmetadata.frameworks.openmetadata.properties.OpenMetadataPrimitiveDef
-
Delegate the process of cloning to the subclass.
- cloneFromSubclass() - Method in class org.odpi.openmetadata.frameworks.openmetadata.properties.OpenMetadataRelationshipDef
-
Delegate the process of cloning to the subclass.
- cloneFromSubclass() - Method in class org.odpi.openmetadata.frameworks.openmetadata.properties.OpenMetadataTypeDef
-
Delegate the process of cloning to the subclass.
- cloneFromSubclass() - Method in class org.odpi.openmetadata.frameworks.openmetadata.search.ArrayTypePropertyValue
-
Delegate the process of cloning to the subclass.
- cloneFromSubclass() - Method in class org.odpi.openmetadata.frameworks.openmetadata.search.EnumTypePropertyValue
-
Delegate the process of cloning to the subclass.
- cloneFromSubclass() - Method in class org.odpi.openmetadata.frameworks.openmetadata.search.MapTypePropertyValue
-
Delegate the process of cloning to the subclass.
- cloneFromSubclass() - Method in class org.odpi.openmetadata.frameworks.openmetadata.search.PrimitiveTypePropertyValue
-
Delegate the process of cloning to the subclass.
- cloneFromSubclass() - Method in class org.odpi.openmetadata.frameworks.openmetadata.search.PropertyValue
-
Delegate the process of cloning to the subclass.
- cloneFromSubclass() - Method in class org.odpi.openmetadata.frameworks.openmetadata.search.StructTypePropertyValue
-
Delegate the process of cloning to the subclass.
- cloneFromSubclass() - Method in class org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.properties.instances.ArrayPropertyValue
-
Delegate the process of cloning to the subclass.
- cloneFromSubclass() - Method in class org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.properties.instances.EnumPropertyValue
-
Delegate the process of cloning to the subclass.
- cloneFromSubclass() - Method in class org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.properties.instances.InstancePropertyValue
-
Delegate the process of cloning to the subclass.
- cloneFromSubclass() - Method in class org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.properties.instances.MapPropertyValue
-
Delegate the process of cloning to the subclass.
- cloneFromSubclass() - Method in class org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.properties.instances.PrimitivePropertyValue
-
Delegate the process of cloning to the subclass.
- cloneFromSubclass() - Method in class org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.properties.instances.StructPropertyValue
-
Delegate the process of cloning to the subclass.
- cloneFromSubclass() - Method in class org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.properties.typedefs.AttributeTypeDef
-
Delegate the process of cloning to the subclass.
- cloneFromSubclass() - Method in class org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.properties.typedefs.ClassificationDef
-
Delegate the process of cloning to the subclass.
- cloneFromSubclass() - Method in class org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.properties.typedefs.CollectionDef
-
Delegate the process of cloning to the subclass.
- cloneFromSubclass() - Method in class org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.properties.typedefs.EntityDef
-
Delegate the process of cloning to the subclass.
- cloneFromSubclass() - Method in class org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.properties.typedefs.EnumDef
-
Delegate the process of cloning to the subclass.
- cloneFromSubclass() - Method in class org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.properties.typedefs.PrimitiveDef
-
Delegate the process of cloning to the subclass.
- cloneFromSubclass() - Method in class org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.properties.typedefs.RelationshipDef
-
Delegate the process of cloning to the subclass.
- cloneFromSubclass() - Method in class org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.properties.typedefs.TypeDef
-
Delegate the process of cloning to the subclass.
- close() - Method in class org.odpi.openmetadata.adapters.repositoryservices.cohortregistrystore.file.FileBasedRegistryStoreConnector
-
Flush all changes and close the registry store.
- close() - Method in class org.odpi.openmetadata.repositoryservices.archivemanager.OMRSArchiveManager
-
Close down any open archives.
- close() - Method in interface org.odpi.openmetadata.repositoryservices.connectors.stores.cohortregistrystore.OMRSCohortRegistryStore
-
Flush all changes and close the registry store.
- close(Connection) - Method in class org.odpi.openmetadata.adapters.connectors.integration.jdbc.JDBCIntegrationCatalogTargetProcessor
-
Work has completed, close the database connection.
- closeReport() - Method in class org.odpi.openmetadata.reports.EgeriaReport
-
This adds the last line to the report.
- CLOUD - Enum constant in enum class org.odpi.openmetadata.samples.archiveutilities.sustainability.FacilityTypeDefinition
-
Cloud provider
- CLOUD_PLATFORM_CLASSIFICATION - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.types.OpenMetadataType
-
A software server platform supporting cloud services.
- CLOUD_PROVIDER_CLASSIFICATION - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.types.OpenMetadataType
-
A host supporting cloud services.
- CLOUD_PROVIDER_FINANCE - Enum constant in enum class org.odpi.openmetadata.samples.archiveutilities.sustainability.FacilityDefinition
-
FinMagic
- CLOUD_PROVIDER_SALES - Enum constant in enum class org.odpi.openmetadata.samples.archiveutilities.sustainability.FacilityDefinition
-
Customer Sales and Invoicing Cloud Services
- CLOUD_PROVIDER_TRAVEL - Enum constant in enum class org.odpi.openmetadata.samples.archiveutilities.sustainability.FacilityDefinition
-
BeThere Travel and Expenses
- CLOUD_SAAS_SERVICE - Enum constant in enum class org.odpi.openmetadata.samples.archiveutilities.businesssystems.SystemTypeDefinition
-
cloud-saas-service - Application or service hosted by an external cloud provider.
- CLOUD_SERVICE_CLASSIFICATION - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.types.OpenMetadataType
-
A service running on a cloud platform.
- CLOUD_TENANT_CLASSIFICATION - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.types.OpenMetadataType
-
A software server supporting cloud services.
- CloudInformationModelArchiveWriter - Class in org.odpi.openmetadata.samples.archiveutilities.cloudinformationmodel
-
CloudInformationModelArchiveWriter creates a physical open metadata archive file for the data model and glossary content found in the Cloud Information Model (CIM).
- CloudPlatformProperties - Class in org.odpi.openmetadata.frameworks.openmetadata.properties.operatingplatforms
-
CloudPlatformProperties describes a cloud platform.
- CloudPlatformProperties() - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.properties.operatingplatforms.CloudPlatformProperties
-
Default constructor
- CloudPlatformProperties(CloudPlatformProperties) - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.properties.operatingplatforms.CloudPlatformProperties
-
Copy/clone constructor
- CloudProviderProperties - Class in org.odpi.openmetadata.frameworks.openmetadata.properties.operatingplatforms
-
CloudProviderProperties describes a cloud provider.
- CloudProviderProperties() - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.properties.operatingplatforms.CloudProviderProperties
-
Default constructor
- CloudProviderProperties(CloudProviderProperties) - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.properties.operatingplatforms.CloudProviderProperties
-
Copy/clone constructor
- CloudServiceProperties - Class in org.odpi.openmetadata.frameworks.openmetadata.properties.operatingplatforms
-
CloudServiceProperties described a cloud service.
- CloudServiceProperties() - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.properties.operatingplatforms.CloudServiceProperties
-
Default constructor
- CloudServiceProperties(CloudServiceProperties) - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.properties.operatingplatforms.CloudServiceProperties
-
Copy/clone constructor
- CloudTenantProperties - Class in org.odpi.openmetadata.frameworks.openmetadata.properties.operatingplatforms
-
CloudTenantProperties described a cloud tenant.
- CloudTenantProperties() - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.properties.operatingplatforms.CloudTenantProperties
-
Default constructor
- CloudTenantProperties(CloudTenantProperties) - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.properties.operatingplatforms.CloudTenantProperties
-
Copy/clone constructor
- CO2_EMISSION_SCOPE - Enum constant in enum class org.odpi.openmetadata.samples.archiveutilities.sustainability.GlossaryTermDefinition
-
A type of activity that produces CO2.
- COCO - Enum constant in enum class org.odpi.openmetadata.samples.archiveutilities.organization.OrganizationDefinition
-
Coco Pharmaceuticals Ltd
- COCO_CRM - Enum constant in enum class org.odpi.openmetadata.samples.archiveutilities.businesssystems.SystemDefinition
-
Ordering system for Coco Pharmaceuticals
- COCO_HRIM - Enum constant in enum class org.odpi.openmetadata.samples.archiveutilities.businesssystems.SystemDefinition
-
coco-hrim - Human Resources Information Manager (HRIM) provides the central management application for employee management including hiring, skills management, recognition and all reasons for termination of employment.
- COCO_HRIM_HOST - Enum constant in enum class org.odpi.openmetadata.samples.archiveutilities.businesssystems.HostDefinition
-
ams02 - Amsterdam data centre standard machine 02.
- COCO_INVENTORY - Enum constant in enum class org.odpi.openmetadata.samples.archiveutilities.businesssystems.SystemDefinition
-
coco-inventory - Inventory for raw materials and products produced across all Coco Pharmaceuticals sites.
- COCO_INVENTORY_HOST - Enum constant in enum class org.odpi.openmetadata.samples.archiveutilities.businesssystems.HostDefinition
-
ams23 - Amsterdam data centre standard machine 23.
- COCO_LEDGERS - Enum constant in enum class org.odpi.openmetadata.samples.archiveutilities.businesssystems.SystemDefinition
-
coco-ledgers - Ledgers for Coco Pharmaceuticals.
- COCO_LEDGERS_SUS - Enum constant in enum class org.odpi.openmetadata.samples.archiveutilities.businesssystems.SystemLevelLineage
- COCO_MFG_PLANNING_AMS_HOST - Enum constant in enum class org.odpi.openmetadata.samples.archiveutilities.businesssystems.HostDefinition
-
ams03 - Amsterdam data centre standard machine 02.
- COCO_PAGES - Enum constant in enum class org.odpi.openmetadata.samples.archiveutilities.businesssystems.SystemDefinition
-
cocopages - Employee directory with business partners.
- COCO_PAGES_HOST - Enum constant in enum class org.odpi.openmetadata.samples.archiveutilities.businesssystems.HostDefinition
-
ams06 - Amsterdam data centre standard machine 06.
- COCO_PROCUREMENT_AMS - Enum constant in enum class org.odpi.openmetadata.samples.archiveutilities.businesssystems.SystemDefinition
-
procurement01 - Purchasing system for Coco Pharmaceuticals.
- COCO_PROCUREMENT_AMS_HOST - Enum constant in enum class org.odpi.openmetadata.samples.archiveutilities.businesssystems.HostDefinition
-
ams45 - Amsterdam data centre standard machine 45.
- COCO_PROCUREMENT_AUS - Enum constant in enum class org.odpi.openmetadata.samples.archiveutilities.businesssystems.SystemDefinition
-
procurement04 - Local purchasing system for Austin Factory Site.
- COCO_PROCUREMENT_AUS_HOST - Enum constant in enum class org.odpi.openmetadata.samples.archiveutilities.businesssystems.HostDefinition
-
capital - Austin data centre standard machine capital.
- COCO_PROCUREMENT_ED - Enum constant in enum class org.odpi.openmetadata.samples.archiveutilities.businesssystems.SystemDefinition
-
procurement05 - Local purchasing system for Edmonton Factory Site.
- COCO_PROCUREMENT_ED_HOST - Enum constant in enum class org.odpi.openmetadata.samples.archiveutilities.businesssystems.HostDefinition
-
ed01 - Edmonton data centre standard machine 01.
- COCO_PROCUREMENT_NY - Enum constant in enum class org.odpi.openmetadata.samples.archiveutilities.businesssystems.SystemDefinition
-
procurement02 - Local purchasing system for New York Site.
- COCO_PROCUREMENT_NY_HOST - Enum constant in enum class org.odpi.openmetadata.samples.archiveutilities.businesssystems.HostDefinition
-
327-3 - NY data center standard machine 327-3.
- COCO_PROCUREMENT_WINCH - Enum constant in enum class org.odpi.openmetadata.samples.archiveutilities.businesssystems.SystemDefinition
-
procurement03 - Local purchasing system for Winchester Factory Site.
- COCO_PROCUREMENT_WINCH_HOST - Enum constant in enum class org.odpi.openmetadata.samples.archiveutilities.businesssystems.HostDefinition
-
winch12 - Winchester data centre standard machine 12.
- COCO_PRODUCT_PLANNING - Enum constant in enum class org.odpi.openmetadata.samples.archiveutilities.businesssystems.SystemDefinition
- COCO_SUS - Enum constant in enum class org.odpi.openmetadata.samples.archiveutilities.businesssystems.SystemDefinition
-
coco-sus - Coco Pharmaceuticals Sustainability Data Marts.
- COCO_SUS_AMS_HOST - Enum constant in enum class org.odpi.openmetadata.samples.archiveutilities.businesssystems.HostDefinition
-
ams04 - Amsterdam data centre standard machine 04.
- COCO_SUS_CALCULATORS - Enum constant in enum class org.odpi.openmetadata.samples.archiveutilities.businesssystems.SystemDefinition
-
coco-sus-calculators - Coco Pharmaceuticals Sustainability Coco Pharmaceuticals Sustainability Calculators on Airflow..
- COCO_SUS_DASHBOARDS - Enum constant in enum class org.odpi.openmetadata.samples.archiveutilities.businesssystems.SystemDefinition
-
coco-sus-dashboards - Coco Pharmaceuticals Sustainability Dashboards and Reporting.
- CocoArchiveHelper - Class in org.odpi.openmetadata.samples.archiveutilities
-
CocoArchiveHelper extends the archive helpers provided by core egeria (egeria.git).
- CocoArchiveHelper(OpenMetadataArchiveBuilder, String, String, String, String, Date, long, String, String) - Constructor for class org.odpi.openmetadata.samples.archiveutilities.CocoArchiveHelper
-
Constructor passes parameters used to build the open metadata archive's property header.
- CocoArchivesWriter - Class in org.odpi.openmetadata.samples.archiveutilities
-
CocoArchivesWriter provides the main method to run the open metadata archive writers that create each of the open metadata archives used in the open metadata labs and other scenarios with Coco Pharmaceuticals.
- CocoArchivesWriter() - Constructor for class org.odpi.openmetadata.samples.archiveutilities.CocoArchivesWriter
- CocoBusinessSystemsArchiveWriter - Class in org.odpi.openmetadata.samples.archiveutilities.businesssystems
-
CocoBusinessSystemsArchiveWriter creates a physical open metadata archive file containing the descriptions of the data flows from Coco Pharmaceuticals business systems to the data lake.
- CocoBusinessSystemsArchiveWriter() - Constructor for class org.odpi.openmetadata.samples.archiveutilities.businesssystems.CocoBusinessSystemsArchiveWriter
-
Default constructor initializes the archive.
- CocoClinicalTrialActionTarget - Enum Class in org.odpi.openmetadata.samples.governanceactions.clinicaltrials
-
ActionTarget provides some standard action type names to use in the implementation of governance services.
- CocoClinicalTrialBaseService - Class in org.odpi.openmetadata.samples.governanceactions.clinicaltrials
-
Provides shared functions for the clinical trial services.
- CocoClinicalTrialBaseService() - Constructor for class org.odpi.openmetadata.samples.governanceactions.clinicaltrials.CocoClinicalTrialBaseService
- CocoClinicalTrialBaseService.PersonContactDetails - Class in org.odpi.openmetadata.samples.governanceactions.clinicaltrials
- CocoClinicalTrialCertifyHospitalProvider - Class in org.odpi.openmetadata.samples.governanceactions.clinicaltrials
- CocoClinicalTrialCertifyHospitalProvider() - Constructor for class org.odpi.openmetadata.samples.governanceactions.clinicaltrials.CocoClinicalTrialCertifyHospitalProvider
-
Constructor used to initialize the ConnectorProviderBase with the Java class name of the specific store implementation.
- CocoClinicalTrialCertifyHospitalService - Class in org.odpi.openmetadata.samples.governanceactions.clinicaltrials
-
Responsible for adding the certifying that a hospital has completed all the agreements to participate in a clinical trial.
- CocoClinicalTrialCertifyHospitalService() - Constructor for class org.odpi.openmetadata.samples.governanceactions.clinicaltrials.CocoClinicalTrialCertifyHospitalService
- CocoClinicalTrialCertifyWeeklyMeasurementsProvider - Class in org.odpi.openmetadata.samples.governanceactions.clinicaltrials
- CocoClinicalTrialCertifyWeeklyMeasurementsProvider() - Constructor for class org.odpi.openmetadata.samples.governanceactions.clinicaltrials.CocoClinicalTrialCertifyWeeklyMeasurementsProvider
-
Constructor used to initialize the ConnectorProviderBase with the Java class name of the specific store implementation.
- CocoClinicalTrialCertifyWeeklyMeasurementsService - Class in org.odpi.openmetadata.samples.governanceactions.clinicaltrials
-
CocoClinicalTrialCertifyWeeklyMeasurementsService is a survey action service implementation for analysing CSV Files to columns and profile the data in them.
- CocoClinicalTrialCertifyWeeklyMeasurementsService() - Constructor for class org.odpi.openmetadata.samples.governanceactions.clinicaltrials.CocoClinicalTrialCertifyWeeklyMeasurementsService
- CocoClinicalTrialGuard - Enum Class in org.odpi.openmetadata.samples.governanceactions.clinicaltrials
-
The Guard enum describes some common guards that can be used when implementing governance services.
- CocoClinicalTrialHospitalOnboardingProvider - Class in org.odpi.openmetadata.samples.governanceactions.clinicaltrials
- CocoClinicalTrialHospitalOnboardingProvider() - Constructor for class org.odpi.openmetadata.samples.governanceactions.clinicaltrials.CocoClinicalTrialHospitalOnboardingProvider
-
Constructor used to initialize the ConnectorProviderBase with the Java class name of the specific store implementation.
- CocoClinicalTrialHospitalOnboardingService - Class in org.odpi.openmetadata.samples.governanceactions.clinicaltrials
-
Responsible for setting up the landing area and associated listeners for a new hospital joining a clinical trial.
- CocoClinicalTrialHospitalOnboardingService() - Constructor for class org.odpi.openmetadata.samples.governanceactions.clinicaltrials.CocoClinicalTrialHospitalOnboardingService
- CocoClinicalTrialNominateHospitalProvider - Class in org.odpi.openmetadata.samples.governanceactions.clinicaltrials
- CocoClinicalTrialNominateHospitalProvider() - Constructor for class org.odpi.openmetadata.samples.governanceactions.clinicaltrials.CocoClinicalTrialNominateHospitalProvider
-
Constructor used to initialize the ConnectorProviderBase with the Java class name of the specific store implementation.
- CocoClinicalTrialNominateHospitalService - Class in org.odpi.openmetadata.samples.governanceactions.clinicaltrials
-
Responsible for adding the incomplete certification relationship to a hospital so that the hospital contacts that will complete the certification process can be identified.
- CocoClinicalTrialNominateHospitalService() - Constructor for class org.odpi.openmetadata.samples.governanceactions.clinicaltrials.CocoClinicalTrialNominateHospitalService
- CocoClinicalTrialPlaceholderProperty - Enum Class in org.odpi.openmetadata.samples.governanceactions.clinicaltrials
-
CocoClinicalTrialPlaceholderProperty provides some standard definitions for placeholder properties used to pass properties to services that use templates.
- CocoClinicalTrialQualityDimension - Enum Class in org.odpi.openmetadata.samples.governanceactions.clinicaltrials
-
CocoClinicalTrialQualityDimension describes the quality dimensions for the CocoClinicalTrialCertifyWeeklyMeasurements Survey Action Service.
- CocoClinicalTrialRequestParameter - Enum Class in org.odpi.openmetadata.samples.governanceactions.clinicaltrials
-
RequestParameter provides some standard definitions for request parameters used to pass properties to governance actions when they run.
- CocoClinicalTrialsAnnotationType - Enum Class in org.odpi.openmetadata.samples.governanceactions.clinicaltrials
-
The CocoClinicalTrialsAnnotationType enum describes the annotation types used by the Certify Weekly Measurements survey action service.
- CocoClinicalTrialsArchiveWriter - Class in org.odpi.openmetadata.samples.archiveutilities.clinicaltrialtemplates
-
CocoClinicalTrialsArchiveWriter creates a physical open metadata archive file containing the clinical trials templates needed by Coco Pharmaceuticals.
- CocoClinicalTrialsArchiveWriter() - Constructor for class org.odpi.openmetadata.samples.archiveutilities.clinicaltrialtemplates.CocoClinicalTrialsArchiveWriter
-
Default constructor initializes the archive.
- CocoClinicalTrialSetUpDataLakeProvider - Class in org.odpi.openmetadata.samples.governanceactions.clinicaltrials
- CocoClinicalTrialSetUpDataLakeProvider() - Constructor for class org.odpi.openmetadata.samples.governanceactions.clinicaltrials.CocoClinicalTrialSetUpDataLakeProvider
-
Constructor used to initialize the ConnectorProviderBase with the Java class name of the specific store implementation.
- CocoClinicalTrialSetUpDataLakeService - Class in org.odpi.openmetadata.samples.governanceactions.clinicaltrials
-
Responsible for setting up the mechanisms that support the smooth operation of a clinical trial.
- CocoClinicalTrialSetUpDataLakeService() - Constructor for class org.odpi.openmetadata.samples.governanceactions.clinicaltrials.CocoClinicalTrialSetUpDataLakeService
- CocoClinicalTrialSetUpProvider - Class in org.odpi.openmetadata.samples.governanceactions.clinicaltrials
-
This governance action service sets up the processes for a new clinical trial.
- CocoClinicalTrialSetUpProvider() - Constructor for class org.odpi.openmetadata.samples.governanceactions.clinicaltrials.CocoClinicalTrialSetUpProvider
-
Constructor used to initialize the ConnectorProviderBase with the Java class name of the specific store implementation.
- CocoClinicalTrialSetUpService - Class in org.odpi.openmetadata.samples.governanceactions.clinicaltrials
-
Responsible for setting up the processes that support the smooth operation of a clinical trial.
- CocoClinicalTrialSetUpService() - Constructor for class org.odpi.openmetadata.samples.governanceactions.clinicaltrials.CocoClinicalTrialSetUpService
- CocoComboArchiveWriter - Class in org.odpi.openmetadata.samples.archiveutilities.combo
-
CocoComboArchiveWriter creates a physical open metadata archive file containing the combination of Coco Pharmaceuticals open metadata instances.
- CocoComboArchiveWriter() - Constructor for class org.odpi.openmetadata.samples.archiveutilities.combo.CocoComboArchiveWriter
-
Default constructor initializes the archive.
- CocoGovernanceEngineDefinition - Enum Class in org.odpi.openmetadata.samples.archiveutilities.governanceengines
-
Describes the standard governance engines shipped with Egeria
- CocoGovernanceEnginesArchiveWriter - Class in org.odpi.openmetadata.samples.archiveutilities.governanceengines
-
CocoGovernanceEnginesArchiveWriter creates a physical open metadata archive file containing the governance engine definitions needed by Coco Pharmaceuticals.
- CocoGovernanceEnginesArchiveWriter() - Constructor for class org.odpi.openmetadata.samples.archiveutilities.governanceengines.CocoGovernanceEnginesArchiveWriter
-
Default constructor initializes the archive.
- CocoGovernanceProgramArchiveWriter - Class in org.odpi.openmetadata.samples.archiveutilities.governanceprogram
-
CocoGovernanceProgramArchiveWriter creates a physical open metadata archive file containing the core definition of Coco Pharmaceuticals' governance program.
- CocoGovernanceProgramArchiveWriter() - Constructor for class org.odpi.openmetadata.samples.archiveutilities.governanceprogram.CocoGovernanceProgramArchiveWriter
-
Default constructor initializes the archive.
- CocoGovernanceServiceDefinition - Enum Class in org.odpi.openmetadata.samples.archiveutilities.governanceengines
-
Define the Governance Action Services configuration shipped with Egeria.
- CocoGovernanceZoneDefinition - Enum Class in org.odpi.openmetadata.samples.archiveutilities.governanceprogram
-
The CocoGovernanceZoneDefinition is used to feed the definition of the governance zones for Coco Pharmaceuticals.
- CocoOpenConnectorDefinition - Enum Class in org.odpi.openmetadata.samples.governanceactions.clinicaltrials.metadata
- CocoOrganizationArchiveWriter - Class in org.odpi.openmetadata.samples.archiveutilities.organization
-
CocoOrganizationArchiveWriter creates a physical open metadata archive file containing basic definitions for Coco Pharmaceuticals' featured persona.
- CocoOrganizationArchiveWriter() - Constructor for class org.odpi.openmetadata.samples.archiveutilities.organization.CocoOrganizationArchiveWriter
-
Default constructor initializes the archive.
- CocoRequestTypeDefinition - Enum Class in org.odpi.openmetadata.samples.archiveutilities.governanceengines
-
Defines the request types for the governance engines that identify which governance service to call for a specific request type.
- CocoSubjectAreaDefinition - Enum Class in org.odpi.openmetadata.samples.archiveutilities.governanceprogram
-
The CocoSubjectAreaDefinition is used to feed the definition of the subject areas for Coco Pharmaceuticals.
- CocoSustainabilityArchiveWriter - Class in org.odpi.openmetadata.samples.archiveutilities.sustainability
-
CocoSustainabilityArchiveWriter creates a physical open metadata archive file containing basic definitions for Coco Pharmaceuticals' sustainability initiative.
- CocoSustainabilityArchiveWriter() - Constructor for class org.odpi.openmetadata.samples.archiveutilities.sustainability.CocoSustainabilityArchiveWriter
-
Default constructor initializes the archive.
- CocoTypesArchiveWriter - Class in org.odpi.openmetadata.samples.archiveutilities.types
-
CocoTypesArchiveWriter creates a physical open metadata archive file containing the additional specialized types needed by Coco Pharmaceuticals.
- CocoTypesArchiveWriter() - Constructor for class org.odpi.openmetadata.samples.archiveutilities.types.CocoTypesArchiveWriter
-
Default constructor initializes the archive.
- CODEOWNERS_FILE - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.refdata.FileName
-
A file listing the people responsible for maintaining the content of a git repository.
- CODEOWNERS_FILE - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.refdata.FileType
-
A file listing the people responsible for maintaining the content of a git repository.
- COHORT - Enum constant in enum class org.odpi.openmetadata.frameworks.auditlog.AuditLogRecordSeverityLevel
-
Cohort - The server is exchanging registration information about an open metadata repository cohort that it is connecting to.
- COHORT_CONFIG_ERROR - Enum constant in enum class org.odpi.openmetadata.repositoryservices.ffdc.OMRSAuditCode
-
OMRS-AUDIT-0006 - Configuration error detected while connecting to cohort {0}, exception {1} was caught with error message: {2}
- COHORT_DISCONNECT_FAILED - Enum constant in enum class org.odpi.openmetadata.repositoryservices.ffdc.OMRSErrorCode
-
OMRS-METADATA-HIGHWAY-404-002 - The local server cannot disconnect from an open metadata repository cohort {0}
- COHORT_DISCONNECTING - Enum constant in enum class org.odpi.openmetadata.repositoryservices.ffdc.OMRSAuditCode
-
OMRS-AUDIT-0008 - Disconnecting from cohort {0}
- COHORT_INITIALIZING - Enum constant in enum class org.odpi.openmetadata.repositoryservices.ffdc.OMRSAuditCode
-
OMRS-AUDIT-0005 - Connecting to open metadata repository cohort {0}
- COHORT_MANAGER - Enum constant in enum class org.odpi.openmetadata.repositoryservices.auditlog.OMRSAuditingComponent
-
Cohort Manager - Manages the initialization and shutdown of the server's connectivity to a cohort.
- COHORT_MEMBER - Enum constant in enum class org.odpi.openmetadata.adminservices.configuration.registration.ServerTypeClassification
-
OMAG Server that is capable of joining one or more open metadata repository cohorts.
- COHORT_MEMBER - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.types.OpenMetadataType
-
A capability enabling a server to access an open metadata repository cohort.
- COHORT_NOT_CONNECTED - Enum constant in enum class org.odpi.openmetadata.repositoryservices.ffdc.OMRSErrorCode
-
OMRS-REPOSITORY-CONNECTOR-404-002 - The Open Metadata Repository Servers in the cohort are not available
- COHORT_NOT_KNOWN - Enum constant in enum class org.odpi.openmetadata.adminservices.ffdc.OMAGAdminErrorCode
-
OMAG-ADMIN-400-033 - The OMAG server {0} cannot override the cohort topic until the {1} cohort is set up
- COHORT_PERMANENTLY_DISCONNECTING - Enum constant in enum class org.odpi.openmetadata.repositoryservices.ffdc.OMRSAuditCode
-
OMRS-AUDIT-0009 - Unregistering from cohort {0}
- COHORT_REGISTRATION - Enum constant in enum class org.odpi.openmetadata.conformance.workbenches.repository.RepositoryConformanceProfileRequirement
-
The technology under test is able to register with a cohort.
- COHORT_REGISTRY - Enum constant in enum class org.odpi.openmetadata.repositoryservices.auditlog.OMRSAuditingComponent
-
Cohort Registry - Manages the registration requests send and received from this local repository.
- COHORT_REGISTRY_STORE - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.refdata.DeployedImplementationType
-
A data store containing cohort membership registration details.
- COHORT_REGISTRY_STORE - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.types.OpenMetadataType
-
A data store containing cohort membership registration details.
- COHORT_REGISTRY_STORE_CONNECTOR - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.refdata.DeployedImplementationType
-
Cohort Registry Store - Stores information about the repositories registered in the open metadata repository cohort.
- COHORT_STARTUP_ERROR - Enum constant in enum class org.odpi.openmetadata.repositoryservices.ffdc.OMRSAuditCode
-
OMRS-AUDIT-0027 - The local server cannot initiate a connection to the cohort {0} when starting up, exception {1} was caught with error message: {2}
- COHORT_STARTUP_ERROR - Enum constant in enum class org.odpi.openmetadata.repositoryservices.ffdc.OMRSErrorCode
-
OMRS-METADATA-HIGHWAY-404-004 - The local server cannot initiate a connection to the cohort {0} when starting up
- COHORT_TOPIC_STRANGE - Enum constant in enum class org.odpi.openmetadata.adminservices.ffdc.OMAGAdminErrorCode
-
OMAG-ADMIN-400-034 - The OMAG server {0} cannot override the cohort topic for the {1} cohort because the contents of the topic connection do not follow the expected pattern
- COHORT_TOPICS - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.types.OpenMetadataProperty
-
Name of the topic(s) used to exchange registration, type definitions and metadata instances between the members of the open metadata repository cohort.
- CohortConfig - Class in org.odpi.openmetadata.adminservices.configuration.properties
-
CohortConfig provides the configuration properties used to connect to an open metadata repository cohort.
- CohortConfig() - Constructor for class org.odpi.openmetadata.adminservices.configuration.properties.CohortConfig
-
Default constructor does nothing.
- CohortConfig(CohortConfig) - Constructor for class org.odpi.openmetadata.adminservices.configuration.properties.CohortConfig
-
Copy/clone constructor
- CohortConfigResponse - Class in org.odpi.openmetadata.adminservices.rest
-
CohortConfigResponse is the response structure used on the OMAG REST API calls that returns a CohortConfig object as a response.
- CohortConfigResponse() - Constructor for class org.odpi.openmetadata.adminservices.rest.CohortConfigResponse
-
Default constructor
- CohortConnectionStatus - Enum Class in org.odpi.openmetadata.repositoryservices.properties
-
CohortConnectionStatus defines the status of the local server's connection to the metadata highway for a specific cohort.
- cohortConnectors - Variable in class org.odpi.openmetadata.repositoryservices.enterprise.repositoryconnector.control.FederationControlBase
- CohortDescription - Class in org.odpi.openmetadata.repositoryservices.properties
-
CohortDescription describes a single cohort.
- CohortDescription() - Constructor for class org.odpi.openmetadata.repositoryservices.properties.CohortDescription
-
Default constructor
- CohortDescription(CohortDescription) - Constructor for class org.odpi.openmetadata.repositoryservices.properties.CohortDescription
-
Copy/clone constructor
- CohortListResponse - Class in org.odpi.openmetadata.repositoryservices.rest.properties
-
CohortListResponse support an OMRS REST API response that returns a list of cohort description objects.
- CohortListResponse() - Constructor for class org.odpi.openmetadata.repositoryservices.rest.properties.CohortListResponse
-
Default constructor
- CohortListResponse(CohortListResponse) - Constructor for class org.odpi.openmetadata.repositoryservices.rest.properties.CohortListResponse
-
Copy/clone constructor
- CohortMemberConfigurationClient - Class in org.odpi.openmetadata.adminservices.client
-
CohortMemberConfigurationClient provides the interfaces to add an OMAG Server to an Open Metadata Repository Cohort.
- CohortMemberConfigurationClient(String, String, String, String, String, String, AuditLog) - Constructor for class org.odpi.openmetadata.adminservices.client.CohortMemberConfigurationClient
-
Create a new client with no authentication embedded in the HTTP request.
- CohortMemberConfigurationClient(String, Map<String, SecretsStoreConnector>, String, AuditLog) - Constructor for class org.odpi.openmetadata.adminservices.client.CohortMemberConfigurationClient
-
Create a new client with no authentication embedded in the HTTP request.
- CohortMemberProperties - Class in org.odpi.openmetadata.frameworks.openmetadata.properties.softwarecapabilities
-
CohortMemberProperties describe the properties needed to describe a server's membership of a cohort.
- CohortMemberProperties() - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.properties.softwarecapabilities.CohortMemberProperties
-
Default constructor.
- CohortMemberProperties(CohortMemberProperties) - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.properties.softwarecapabilities.CohortMemberProperties
-
Copy/clone constructor.
- CohortMembership - Class in org.odpi.openmetadata.repositoryservices.connectors.stores.cohortregistrystore.properties
-
CohortMembership describes the structure of the cohort registry store.
- CohortMembership() - Constructor for class org.odpi.openmetadata.repositoryservices.connectors.stores.cohortregistrystore.properties.CohortMembership
-
Default constructor
- CohortMembershipListResponse - Class in org.odpi.openmetadata.repositoryservices.rest.properties
-
CohortMembershipListResponse support an OMRS REST API response that returns a list of cohort member registration objects.
- CohortMembershipListResponse() - Constructor for class org.odpi.openmetadata.repositoryservices.rest.properties.CohortMembershipListResponse
-
Default constructor
- CohortMembershipListResponse(CohortMembershipListResponse) - Constructor for class org.odpi.openmetadata.repositoryservices.rest.properties.CohortMembershipListResponse
-
Copy/clone constructor
- CohortMembershipResponse - Class in org.odpi.openmetadata.repositoryservices.rest.properties
-
CohortListResponse support an OMRS REST API response that returns a list of cohort description objects.
- CohortMembershipResponse() - Constructor for class org.odpi.openmetadata.repositoryservices.rest.properties.CohortMembershipResponse
-
Default constructor
- CohortMembershipResponse(CohortMembershipResponse) - Constructor for class org.odpi.openmetadata.repositoryservices.rest.properties.CohortMembershipResponse
-
Copy/clone constructor
- CohortRegistryStoreProperties - Class in org.odpi.openmetadata.frameworks.openmetadata.properties.assets.metadatarepositories
-
CohortRegistryStoreProperties describes a metadata cohort registry store.
- CohortRegistryStoreProperties() - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.properties.assets.metadatarepositories.CohortRegistryStoreProperties
-
Default constructor
- CohortRegistryStoreProperties(DataStoreProperties) - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.properties.assets.metadatarepositories.CohortRegistryStoreProperties
-
Copy/clone constructor.
- CohortRegistryStoreProperties(CohortRegistryStoreProperties) - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.properties.assets.metadatarepositories.CohortRegistryStoreProperties
-
Copy/clone constructor.
- cohortRepositoryConnector - Variable in class org.odpi.openmetadata.conformance.tests.repository.RepositoryConformanceTestCase
- COLLABORATION_ACTIVITY - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.externalharvesters.harvestopenmetadata.schema.HarvestOpenMetadataTable
-
Counts of the collaboration elements attached to particular elements.
- COLLABORATOR - Enum constant in enum class org.odpi.openmetadata.samples.archiveutilities.governanceprogram.CocoSubjectAreaDefinition
-
Person:Collaborator - Information relating to an individual who works for a business partner.
- COLLECTION - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.externalharvesters.harvestopenmetadata.schema.HarvestOpenMetadataTable
-
Details of collections in use in open metadata.
- COLLECTION - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.mermaid.VisualStyle
- COLLECTION - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.properties.OpenMetadataAttributeTypeDefCategory
-
A collection object.
- COLLECTION - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.types.OpenMetadataType
-
A group of related items.
- COLLECTION - Enum constant in enum class org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.properties.typedefs.AttributeTypeDefCategory
-
A collection object.
- COLLECTION_FOLDER - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.mermaid.VisualStyle
- COLLECTION_FOLDER - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.types.OpenMetadataType
-
Defines that a collection should be treated like a folder.
- COLLECTION_GUID - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.externalharvesters.harvestopenmetadata.schema.HarvestOpenMetadataColumn
- COLLECTION_KIND_CLASSIFICATION - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.types.OpenMetadataType
-
Defines how the collection is being used.
- COLLECTION_MANAGER - Enum constant in enum class org.odpi.openmetadata.adminservices.configuration.registration.ViewServiceDescription
-
Build collections of asset and other metadata.
- COLLECTION_MEMBERSHIP_RELATIONSHIP - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.types.OpenMetadataType
-
Identifies a member of a collection.
- CollectionClient - Class in org.odpi.openmetadata.frameworks.openmetadata.connectorcontext
-
Provides services for connectors to work with collection elements.
- CollectionClient(CollectionClient, String) - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.connectorcontext.CollectionClient
-
Copy/clone constructor.
- CollectionClient(ConnectorContextBase, String, String, String, String, String, String, OpenMetadataClient, AuditLog, int) - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.connectorcontext.CollectionClient
-
Constructor for connector context client.
- CollectionDef - Class in org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.properties.typedefs
-
CollectionDef supports the definition of a collection type.
- CollectionDef() - Constructor for class org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.properties.typedefs.CollectionDef
-
Default constructor for Jackson (JSON parsing)
- CollectionDef(CollectionDef) - Constructor for class org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.properties.typedefs.CollectionDef
-
Copy/clone constructor creates a copy of the supplied template.
- CollectionDef(CollectionDefCategory) - Constructor for class org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.properties.typedefs.CollectionDef
-
Typical constructor initializes the CollectionDef based on the supplied category.
- CollectionDefCategory - Enum Class in org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.properties.typedefs
-
This enum defines the list of open metadata collection types.
- CollectionDefinition - Interface in org.odpi.openmetadata.frameworks.openmetadata.definitions
-
Provides a definition of a pre-defined collection
- CollectionFolderProperties - Class in org.odpi.openmetadata.frameworks.openmetadata.properties.collections
-
CollectionFolderProperties is a java bean used to identify a collection as structural folder in a larger collection.
- CollectionFolderProperties() - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.properties.collections.CollectionFolderProperties
-
Default constructor
- CollectionFolderProperties(CollectionFolderProperties) - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.properties.collections.CollectionFolderProperties
-
Copy/clone constructor.
- CollectionFolderProperties(CollectionProperties) - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.properties.collections.CollectionFolderProperties
-
Copy/clone constructor.
- CollectionHandler - Class in org.odpi.openmetadata.frameworks.openmetadata.handlers
-
The CollectionsClient supports requests related to collections.
- CollectionHandler(String, AuditLog, String, OpenMetadataClient) - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.handlers.CollectionHandler
-
Create a new handler.
- CollectionHandler(String, AuditLog, String, OpenMetadataClient, String) - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.handlers.CollectionHandler
-
Create a new handler.
- CollectionHandler(CollectionHandler, String) - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.handlers.CollectionHandler
-
Create a new handler.
- CollectionKindProperties - Class in org.odpi.openmetadata.frameworks.openmetadata.properties.collections
-
EditingCollectionProperties is used to provide the properties for an EditingCollection classification.
- CollectionKindProperties() - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.properties.collections.CollectionKindProperties
-
Default constructor
- CollectionKindProperties(CollectionKindProperties) - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.properties.collections.CollectionKindProperties
-
Copy/clone constructor for an editing glossary classification.
- CollectionManagerAdmin - Class in org.odpi.openmetadata.viewservices.collectionmanager.admin
-
CollectionManagerAdmin is the class that is called by the View Server to initialize and terminate the Collection Manager OMVS.
- CollectionManagerAdmin() - Constructor for class org.odpi.openmetadata.viewservices.collectionmanager.admin.CollectionManagerAdmin
-
Default constructor
- CollectionManagerAuditCode - Enum Class in org.odpi.openmetadata.viewservices.collectionmanager.ffdc
-
The CollectionManagerAuditCode is used to define the message content for the OMRS Audit Log.
- CollectionManagerInstance - Class in org.odpi.openmetadata.viewservices.collectionmanager.server
-
CollectionManagerInstance caches references to objects it needs for a specific server.
- CollectionManagerInstance(String, AuditLog, String, int, String, String, List<ViewServiceConfig>) - Constructor for class org.odpi.openmetadata.viewservices.collectionmanager.server.CollectionManagerInstance
-
Set up the Collection Manager OMVS instance
- CollectionManagerInstanceHandler - Class in org.odpi.openmetadata.viewservices.collectionmanager.server
-
CollectionManagerInstanceHandler retrieves information from the instance map for the view service instances.
- CollectionManagerInstanceHandler() - Constructor for class org.odpi.openmetadata.viewservices.collectionmanager.server.CollectionManagerInstanceHandler
-
Default constructor registers the view service
- CollectionManagerRegistration - Class in org.odpi.openmetadata.viewservices.collectionmanager.server
-
CollectionManagerRegistration registers the view service with the OMAG Server administration services.
- CollectionManagerRegistration() - Constructor for class org.odpi.openmetadata.viewservices.collectionmanager.server.CollectionManagerRegistration
- CollectionManagerResource - Class in org.odpi.openmetadata.viewservices.collectionmanager.server.spring
-
The CollectionManagerResource provides the Spring API endpoints of the Collection Manager Open Metadata View Service (OMVS).
- CollectionManagerResource() - Constructor for class org.odpi.openmetadata.viewservices.collectionmanager.server.spring.CollectionManagerResource
-
Default constructor
- CollectionManagerRESTServices - Class in org.odpi.openmetadata.viewservices.collectionmanager.server
-
The CollectionManagerRESTServices provides the implementation of the Collection Manager Open Metadata View Service (OMVS).
- CollectionManagerRESTServices() - Constructor for class org.odpi.openmetadata.viewservices.collectionmanager.server.CollectionManagerRESTServices
-
Default constructor
- CollectionMembershipProperties - Class in org.odpi.openmetadata.frameworks.openmetadata.properties.collections
-
CollectionMember describes a member of a collection.
- CollectionMembershipProperties() - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.properties.collections.CollectionMembershipProperties
-
Default constructor
- CollectionMembershipProperties(CollectionMembershipProperties) - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.properties.collections.CollectionMembershipProperties
-
Copy/clone constructor
- CollectionMemberStatus - Enum Class in org.odpi.openmetadata.frameworks.openmetadata.enums
-
CollectionMemberStatus specifies the status of the member in a collection.
- CollectionProperties - Class in org.odpi.openmetadata.frameworks.openmetadata.properties.collections
-
CollectionProperties describes the core properties of a collection.
- CollectionProperties() - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.properties.collections.CollectionProperties
-
Default constructor
- CollectionProperties(CollectionProperties) - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.properties.collections.CollectionProperties
-
Copy/clone constructor
- Colour - Enum Class in org.odpi.openmetadata.frameworks.openmetadata.mermaid
-
Colour helps to capture the colours we are using in the mermaid graphs.
- COLUMN - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.unitycatalog.properties.FunctionParameterType
- COLUMN_COUNT - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.externalharvesters.harvestsurveys.schema.HarvestSurveysColumn
- COLUMN_COUNT - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.jacquard.productcatalog.ProductDataFieldDefinition
- COLUMN_COUNT - Enum constant in enum class org.odpi.openmetadata.frameworks.opensurvey.measurements.RelationalDatabaseMetric
-
Count of all columns in the tables/views.
- COLUMN_COUNT - Enum constant in enum class org.odpi.openmetadata.frameworks.opensurvey.measurements.RelationalSchemaMetric
- COLUMN_COUNT - Enum constant in enum class org.odpi.openmetadata.frameworks.opensurvey.measurements.RelationalTableMetric
-
Count of columns in the table/view.
- COLUMN_LIST - Enum constant in enum class org.odpi.openmetadata.frameworks.opensurvey.controls.SurveyDatabaseAnnotationType
- COLUMN_MEASUREMENTS - Enum constant in enum class org.odpi.openmetadata.frameworks.opensurvey.controls.SurveyDatabaseAnnotationType
- COLUMN_METRICS - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.unitycatalog.controls.UnityCatalogAnnotationType
- COLUMN_NAME - Enum constant in enum class org.odpi.openmetadata.frameworks.opensurvey.measurements.RelationalColumnMetric
-
Name of the column within the table.
- COLUMN_NAMES - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.controls.CSVFileConfigurationProperty
-
The list of column names to use for the data stored in the file.
- COLUMN_NOT_NULL - Enum constant in enum class org.odpi.openmetadata.frameworks.opensurvey.measurements.RelationalColumnMetric
-
Is a null value prohibited in this column?
- COLUMN_QNAME - Enum constant in enum class org.odpi.openmetadata.frameworks.opensurvey.measurements.RelationalColumnMetric
-
Qualified name of the column showing the database name, schema name and table name.
- COLUMN_SIZE - Enum constant in enum class org.odpi.openmetadata.frameworks.opensurvey.measurements.RelationalColumnMetric
-
Number of stored bytes in the column.
- COLUMN_TYPE - Enum constant in enum class org.odpi.openmetadata.frameworks.opensurvey.measurements.RelationalColumnMetric
-
Data type of column.
- COLUMN_VALUES - Enum constant in enum class org.odpi.openmetadata.frameworks.opensurvey.controls.SurveyDatabaseAnnotationType
- columnDataType() - Method in record class org.odpi.openmetadata.frameworks.connectors.tabulardatasets.TabularColumnDescription
-
Returns the value of the
columnDataTyperecord component. - ColumnInfo - Class in org.odpi.openmetadata.adapters.connectors.unitycatalog.properties
-
Description of a column.
- ColumnInfo() - Constructor for class org.odpi.openmetadata.adapters.connectors.unitycatalog.properties.ColumnInfo
-
Constructor
- columnName() - Method in record class org.odpi.openmetadata.frameworks.connectors.tabulardatasets.TabularColumnDescription
-
Returns the value of the
columnNamerecord component. - ColumnTransfer - Class in org.odpi.openmetadata.adapters.connectors.integration.jdbc.transfer
-
Transfers metadata of a column
- ColumnTransfer(Omas, OpenMetadataRootElement, AuditLog, List<OpenMetadataRootElement>, List<JdbcPrimaryKey>, OpenMetadataRootElement) - Constructor for class org.odpi.openmetadata.adapters.connectors.integration.jdbc.transfer.ColumnTransfer
- ColumnType - Enum Class in org.odpi.openmetadata.adapters.connectors.resource.jdbc.properties
-
Maps between different names for a database column type that are used in different interfaces.
- ColumnTypeName - Enum Class in org.odpi.openmetadata.adapters.connectors.unitycatalog.properties
-
Name of column type.
- COM_FILE - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.refdata.FileExtension
-
A file containing a list of Microsoft DOS commands.
- combineConfigurationProperties(Map<String, Object>) - Method in class org.odpi.openmetadata.frameworks.connectors.ConnectorBase
-
Combine the connector's configuration properties with the supplied additional configuration properties into a new map.
- COMMAND - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.types.OpenMetadataProperty
-
The url path segments that identify this API operation.
- COMMAND_SOLUTION_COMPONENT - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.mermaid.VisualStyle
- COMMENT - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.types.OpenMetadataProperty
-
Notes provided by the steward.
- COMMENT - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.types.OpenMetadataType
-
Descriptive feedback or discussion related to the attached element.
- COMMENT_TYPE - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.types.OpenMetadataProperty
-
Descriptor for a comment that indicated its intent.
- CommentClient - Class in org.odpi.openmetadata.frameworks.openmetadata.connectorcontext
-
Provides services for connectors to work with comment elements.
- CommentClient(ConnectorContextBase, String, String, String, String, String, String, OpenMetadataClient, AuditLog, int) - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.connectorcontext.CommentClient
-
Constructor for connector context client.
- CommentHandler - Class in org.odpi.openmetadata.frameworks.openmetadata.handlers
-
CommentHandler is the handler for managing comments.
- CommentHandler(String, AuditLog, String, OpenMetadataClient) - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.handlers.CommentHandler
-
Create a new handler.
- CommentProperties - Class in org.odpi.openmetadata.frameworks.openmetadata.properties.feedback
-
The CommentProperties bean stores information about a comment connected to an asset.
- CommentProperties() - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.properties.feedback.CommentProperties
-
Default constructor
- CommentProperties(CommentProperties) - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.properties.feedback.CommentProperties
-
Copy/clone constructor.
- CommentType - Enum Class in org.odpi.openmetadata.frameworks.openmetadata.enums
-
The CommentType allows comments to be used to ask and answer questions as well as make suggestions and provide useful information to other users.
- COMMIT_CHECK_INTERVAL_MS - Enum constant in enum class org.odpi.openmetadata.adapters.eventbus.topic.kafka.KafkaOpenMetadataEventConsumerProperty
-
Controls the interval between checks to see if a message has been processed and its offset committed to Kafka.
- CommonServicesDescription - Enum Class in org.odpi.openmetadata.adminservices.configuration.registration
-
CommonServicesDescription provides a list of fixed services that support the platform.
- COMMUNITY - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.externalharvesters.harvestopenmetadata.schema.HarvestOpenMetadataTable
-
Details of communities recorded in open metadata.
- COMMUNITY - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.types.OpenMetadataType
-
A group of people with a common interest or skill.
- COMMUNITY - Enum constant in enum class org.odpi.openmetadata.samples.archiveutilities.organization.OrganizationTypeDefinition
-
This is for the Team entity that defines the membership of a self-organizing community of interest.
- COMMUNITY_GUID - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.externalharvesters.harvestopenmetadata.schema.HarvestOpenMetadataColumn
- COMMUNITY_MATTERS - Enum constant in enum class org.odpi.openmetadata.adminservices.configuration.registration.ViewServiceDescription
-
Manages the definitions of communities, their leaders and membership.
- COMMUNITY_MEMBER - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.types.OpenMetadataType
-
A person who has joined a community.
- COMMUNITY_TO_ARCHIVE - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.EgeriaSolutionComponentActor
- CommunityClient - Class in org.odpi.openmetadata.frameworks.openmetadata.connectorcontext
-
Provides services for connectors to work with community elements.
- CommunityClient(ConnectorContextBase, String, String, String, String, String, String, OpenMetadataClient, AuditLog, int) - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.connectorcontext.CommunityClient
-
Constructor for connector context client.
- CommunityDefinition - Enum Class in org.odpi.openmetadata.samples.archiveutilities.governanceprogram
-
The CommunityDefinition is used to feed the definition of the projects for Coco Pharmaceuticals scenarios.
- CommunityHandler - Class in org.odpi.openmetadata.frameworks.openmetadata.handlers
-
CommunityHandler provides methods to define communities and their relationships.
- CommunityHandler(String, AuditLog, String, OpenMetadataClient) - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.handlers.CommunityHandler
-
Create a new handler.
- CommunityMattersAdmin - Class in org.odpi.openmetadata.viewservices.communitymatters.admin
-
CommunityMattersAdmin is the class that is called by the View Server to initialize and terminate the Community Matters OMVS.
- CommunityMattersAdmin() - Constructor for class org.odpi.openmetadata.viewservices.communitymatters.admin.CommunityMattersAdmin
-
Default constructor
- CommunityMattersAuditCode - Enum Class in org.odpi.openmetadata.viewservices.communitymatters.ffdc
-
The CommunityMattersAuditCode is used to define the message content for the OMRS Audit Log.
- CommunityMattersInstance - Class in org.odpi.openmetadata.viewservices.communitymatters.server
-
CommunityMattersInstance caches references to the objects it needs for a specific server.
- CommunityMattersInstance(String, AuditLog, String, String, String, String, int, String, String) - Constructor for class org.odpi.openmetadata.viewservices.communitymatters.server.CommunityMattersInstance
-
Set up the Community Matters OMVS instance
- CommunityMattersInstanceHandler - Class in org.odpi.openmetadata.viewservices.communitymatters.server
-
CommunityMattersInstanceHandler retrieves information from the instance map for the view service instances.
- CommunityMattersInstanceHandler() - Constructor for class org.odpi.openmetadata.viewservices.communitymatters.server.CommunityMattersInstanceHandler
-
Default constructor registers the view service
- CommunityMattersRegistration - Class in org.odpi.openmetadata.viewservices.communitymatters.server
-
CommunityMattersRegistration registers the view service with the OMAG Server administration services.
- CommunityMattersRegistration() - Constructor for class org.odpi.openmetadata.viewservices.communitymatters.server.CommunityMattersRegistration
- CommunityMattersResource - Class in org.odpi.openmetadata.viewservices.communitymatters.server.spring
-
The CommunityMattersResource provides part of the server-side implementation of the Community Matters OMVS.
- CommunityMattersResource() - Constructor for class org.odpi.openmetadata.viewservices.communitymatters.server.spring.CommunityMattersResource
-
Default constructor
- CommunityMattersRESTServices - Class in org.odpi.openmetadata.viewservices.communitymatters.server
-
The CommunityMattersRESTServices provides the server-side implementation of the Community Matters Open Metadata View Service (OMVS).
- CommunityMattersRESTServices() - Constructor for class org.odpi.openmetadata.viewservices.communitymatters.server.CommunityMattersRESTServices
-
Default constructor
- CommunityMemberProperties - Class in org.odpi.openmetadata.frameworks.openmetadata.properties.communities
-
CommunityMemberProperties describes a role for a person engaged in a community.
- CommunityMemberProperties() - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.properties.communities.CommunityMemberProperties
-
Default constructor
- CommunityMemberProperties(PersonRoleProperties) - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.properties.communities.CommunityMemberProperties
-
Copy/clone constructor.
- CommunityMemberProperties(CommunityMemberProperties) - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.properties.communities.CommunityMemberProperties
-
Copy/clone constructor.
- CommunityProperties - Class in org.odpi.openmetadata.frameworks.openmetadata.properties.communities
-
CommunityProperties describes the core properties of a community.
- CommunityProperties() - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.properties.communities.CommunityProperties
-
Default constructor
- CommunityProperties(CommunityProperties) - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.properties.communities.CommunityProperties
-
Copy/clone constructor
- COMPANY_EMAIL - Enum constant in enum class org.odpi.openmetadata.samples.archiveutilities.organization.ContactTypeDefinition
-
Email address assigned by Coco Pharmaceuticals.
- compareProperties(InstanceProperties, InstanceProperties, String, SequencingOrder) - Method in interface org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.repositoryconnector.OMRSRepositoryHelper
-
Compare the properties of two instances and determine the sort order based on the nominated property value and sort order.
- compareProperties(InstanceProperties, InstanceProperties, String, SequencingOrder) - Method in class org.odpi.openmetadata.repositoryservices.localrepository.repositorycontentmanager.OMRSRepositoryContentHelper
-
Compare the properties of two instances and determine the sort order based on the nominated property value and sort order.
- COMPATIBLE_VERSIONS - Static variable in class org.odpi.openmetadata.adminservices.configuration.properties.OMAGServerConfig
- COMPLETED - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.enums.ActivityStatus
-
The work for the activity has successfully completed.
- COMPLETED - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.refdata.ProjectStatus
-
Work on the project has finished, and all deliverables have either been completed, abandoned or moved to a different project.
- COMPLETED_ARCHIVE - Enum constant in enum class org.odpi.openmetadata.repositoryservices.ffdc.OMRSAuditCode
-
OMRS-AUDIT-0053 - The Open Metadata Repository Services (OMRS) has processed {0} types and {1} instances from open metadata archive {2}
- CompletedFuture - Class in org.odpi.openmetadata.repositoryservices.events.future
-
Future that represents a task that has already completed.
- COMPLETION_GUARDS - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.types.OpenMetadataProperty
-
List of guards returned by the governance service.
- COMPLETION_MESSAGE - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.types.OpenMetadataProperty
-
Message to provide additional information on the results of acting on the target by the actor or the reasons for any failures.
- COMPLETION_TIME - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.externalharvesters.harvestopenmetadata.schema.HarvestOpenMetadataColumn
- COMPLETION_TIME - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.types.OpenMetadataProperty
-
When the requested activity was completed.
- completionStatus - Variable in enum class org.odpi.openmetadata.adapters.connectors.dynamicarchivers.DynamicArchiveGuard
- completionStatus - Variable in enum class org.odpi.openmetadata.adapters.connectors.governanceactions.provisioning.MoveCopyFileGuard
- completionStatus - Variable in enum class org.odpi.openmetadata.adapters.connectors.governanceactions.provisioning.ProvisionTabularDataSetGuard
- completionStatus - Variable in enum class org.odpi.openmetadata.adapters.connectors.governanceactions.remediation.OriginSeekerGuard
- completionStatus - Variable in enum class org.odpi.openmetadata.adapters.connectors.governanceactions.remediation.QualifiedNamePeerDuplicateGuard
- completionStatus - Variable in enum class org.odpi.openmetadata.adapters.connectors.governanceactions.remediation.RetentionClassifierGuard
- completionStatus - Variable in enum class org.odpi.openmetadata.adapters.connectors.governanceactions.remediation.ZonePublisherGuard
- completionStatus - Variable in enum class org.odpi.openmetadata.adapters.connectors.governanceactions.stewardship.CatalogTargetAssetGuard
- completionStatus - Variable in enum class org.odpi.openmetadata.adapters.connectors.governanceactions.stewardship.DaysOfWeekGuard
- completionStatus - Variable in enum class org.odpi.openmetadata.adapters.connectors.governanceactions.stewardship.EvaluateAnnotationsGuard
- completionStatus - Variable in enum class org.odpi.openmetadata.adapters.connectors.governanceactions.stewardship.ManageAssetGuard
- completionStatus - Variable in enum class org.odpi.openmetadata.adapters.connectors.governanceactions.stewardship.WaitForStewardGuard
- completionStatus - Variable in enum class org.odpi.openmetadata.adapters.connectors.governanceactions.stewardship.WriteAuditLogGuard
- completionStatus - Variable in enum class org.odpi.openmetadata.adapters.connectors.governanceactions.verification.VerifyAssetGuard
- completionStatus - Variable in enum class org.odpi.openmetadata.adapters.connectors.governanceactions.watchdog.GenericWatchdogGuard
- completionStatus - Variable in enum class org.odpi.openmetadata.adapters.connectors.reports.ReportGuard
- completionStatus - Variable in enum class org.odpi.openmetadata.adapters.connectors.subscriptions.ManageDigitalSubscriptionGuard
- completionStatus - Variable in enum class org.odpi.openmetadata.adapters.connectors.unitycatalog.provision.ProvisionUnityCatalogGuard
- completionStatus - Variable in enum class org.odpi.openmetadata.adapters.connectors.wedgwood.WedgwoodProvisionSubscriptionGuard
- completionStatus - Variable in enum class org.odpi.openmetadata.frameworks.opengovernance.controls.Guard
- completionStatus - Variable in enum class org.odpi.openmetadata.frameworks.opensurvey.controls.SurveyActionGuard
- completionStatus - Variable in enum class org.odpi.openmetadata.frameworks.openwatchdog.controls.WatchdogActionGuard
- completionStatus - Variable in enum class org.odpi.openmetadata.samples.governanceactions.clinicaltrials.CocoClinicalTrialGuard
- CompletionStatus - Enum Class in org.odpi.openmetadata.frameworks.openmetadata.refdata
-
CompletionStatus defines the completion status of a governance action service.
- CompletionStatusRequestBody - Class in org.odpi.openmetadata.frameworkservices.gaf.rest
-
CompletionStatusRequestBody provides a structure for passing the properties to record that a governance service finished a governance action.
- CompletionStatusRequestBody() - Constructor for class org.odpi.openmetadata.frameworkservices.gaf.rest.CompletionStatusRequestBody
-
Default constructor
- CompletionStatusRequestBody(CompletionStatusRequestBody) - Constructor for class org.odpi.openmetadata.frameworkservices.gaf.rest.CompletionStatusRequestBody
-
Copy/clone constructor
- COMPLEX_SCHEMA_TYPE - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.types.OpenMetadataType
-
A schema type that has a complex structure of nested attributes and types.
- ComplexSchemaTypeProperties - Class in org.odpi.openmetadata.frameworks.openmetadata.properties.schema
-
ComplexSchemaTypeProperties describes a schema with multiple attributes.
- ComplexSchemaTypeProperties() - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.properties.schema.ComplexSchemaTypeProperties
-
Default constructor used by subclasses
- ComplexSchemaTypeProperties(ComplexSchemaTypeProperties) - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.properties.schema.ComplexSchemaTypeProperties
-
Copy/clone Constructor.
- COMPLIANCE_SYSTEMS - Enum constant in enum class org.odpi.openmetadata.samples.archiveutilities.governanceprogram.CocoGovernanceZoneDefinition
-
compliance-systems
- COMPONENT_DESCRIPTION - Enum constant in enum class org.odpi.openmetadata.adapters.repositoryservices.auditlogstore.postgres.schema.AuditLogColumn
- COMPONENT_ID - Enum constant in enum class org.odpi.openmetadata.adapters.repositoryservices.auditlogstore.postgres.schema.AuditLogColumn
- COMPONENT_NAME - Enum constant in enum class org.odpi.openmetadata.adapters.repositoryservices.auditlogstore.postgres.schema.AuditLogColumn
- COMPONENT_OWNER - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.types.OpenMetadataType
-
An ownership role for a component - typically part of an asset.
- COMPONENT_WIKI_URL - Enum constant in enum class org.odpi.openmetadata.adapters.repositoryservices.auditlogstore.postgres.schema.AuditLogColumn
- ComponentDescription - Interface in org.odpi.openmetadata.frameworks.auditlog
-
ComponentDescription is an interface implemented by an enum that describes the components using the audit log
- ComponentDevelopmentStatus - Enum Class in org.odpi.openmetadata.frameworks.auditlog
-
ComponentDevelopmentStatus describes the development status of a component.
- ComponentIdReport - Class in org.odpi.openmetadata.reports.componentid
-
ComponentIdReport outputs a list of component identifiers used by popular Egeria services and connectors.
- ComponentIdReport() - Constructor for class org.odpi.openmetadata.reports.componentid.ComponentIdReport
- ComponentOwnerProperties - Class in org.odpi.openmetadata.frameworks.openmetadata.properties.actors
-
ComponentOwnerProperties describes a role for a person who is responsible for a component.
- ComponentOwnerProperties() - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.properties.actors.ComponentOwnerProperties
-
Default constructor
- ComponentOwnerProperties(ComponentOwnerProperties) - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.properties.actors.ComponentOwnerProperties
-
Copy/clone constructor.
- ComponentOwnerProperties(GovernanceRoleProperties) - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.properties.actors.ComponentOwnerProperties
-
Copy/clone constructor.
- ComponentService - Class in org.odpi.openmetadata.userauthn.auth
-
This component is responsible to provide the configuration properties used by UI to show/hide components.
- ComponentService() - Constructor for class org.odpi.openmetadata.userauthn.auth.ComponentService
- COMPOSITION - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.apacheatlas.resource.properties.AtlasRelationshipCategory
-
Composition (part of) relationship
- COMPOSITION - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.enums.RelationshipDecoration
-
A collection of related business services.
- CompoundFuture - Class in org.odpi.openmetadata.repositoryservices.events.future
-
OMRSFuturewhich has a list of child futures. - CompoundFuture() - Constructor for class org.odpi.openmetadata.repositoryservices.events.future.CompoundFuture
- Concept - Class in org.odpi.openmetadata.samples.archiveutilities.cloudinformationmodel.properties
-
Concept describes a concept in the model.
- Concept() - Constructor for class org.odpi.openmetadata.samples.archiveutilities.cloudinformationmodel.properties.Concept
- CONCEPT_BEAD - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.types.OpenMetadataType
-
An abstract, but well-formed representation of a person, place or object.
- CONCEPT_BEAD_ATTRIBUTE - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.types.OpenMetadataType
-
An abstract, but well-formed fact about a concept bead.
- CONCEPT_BEAD_ATTRIBUTE_LINK_RELATIONSHIP - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.types.OpenMetadataType
-
Links a concept bead to its attributes.
- CONCEPT_BEAD_EXTENSION_RELATIONSHIP - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.types.OpenMetadataType
-
Links a concept bead to another concept bead that provides attributes that are only valid in certain situations.
- CONCEPT_BEAD_RELATIONSHIP - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.types.OpenMetadataType
-
A relationship between concept beads.
- CONCEPT_BEAD_RELATIONSHIP_END_RELATIONSHIP - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.types.OpenMetadataType
-
Links one end of a concept bead link relationship to a concept bead.
- CONCEPT_DESIGN_RELATIONSHIP - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.types.OpenMetadataType
-
Links an element to its concept model.
- CONCEPT_MODEL - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.types.OpenMetadataType
-
A collection of concept model elements that describes the concepts for a design or implementation.
- CONCEPT_MODEL_ELEMENT - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.types.OpenMetadataType
-
An abstract, but well-formed representation of a concept.
- ConceptBeadAttributeLinkProperties - Class in org.odpi.openmetadata.frameworks.openmetadata.properties.designmodels
-
Represents the relationship between a concept bead and one of its attributes.
- ConceptBeadAttributeLinkProperties() - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.properties.designmodels.ConceptBeadAttributeLinkProperties
-
Default constructor
- ConceptBeadAttributeLinkProperties(ConceptBeadAttributeLinkProperties) - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.properties.designmodels.ConceptBeadAttributeLinkProperties
-
Copy/clone constructor.
- ConceptBeadAttributeProperties - Class in org.odpi.openmetadata.frameworks.openmetadata.properties.designmodels
-
ConceptBeadAttributeProperties describes a concept's attribute in a concept model.
- ConceptBeadAttributeProperties() - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.properties.designmodels.ConceptBeadAttributeProperties
-
Default constructor
- ConceptBeadAttributeProperties(ConceptBeadAttributeProperties) - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.properties.designmodels.ConceptBeadAttributeProperties
-
Copy/clone constructor
- ConceptBeadAttributeProperties(ConceptModelElementProperties) - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.properties.designmodels.ConceptBeadAttributeProperties
-
Copy/clone constructor
- ConceptBeadExtensionProperties - Class in org.odpi.openmetadata.frameworks.openmetadata.properties.designmodels
-
ConceptBeadExtensionProperties represents a concept that extends another.
- ConceptBeadExtensionProperties() - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.properties.designmodels.ConceptBeadExtensionProperties
-
Default constructor
- ConceptBeadExtensionProperties(ConceptBeadExtensionProperties) - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.properties.designmodels.ConceptBeadExtensionProperties
-
Copy/clone constructor
- ConceptBeadProperties - Class in org.odpi.openmetadata.frameworks.openmetadata.properties.designmodels
-
ConceptBeadProperties describes a concept in a concept model.
- ConceptBeadProperties() - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.properties.designmodels.ConceptBeadProperties
-
Default constructor
- ConceptBeadProperties(ConceptBeadProperties) - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.properties.designmodels.ConceptBeadProperties
-
Copy/clone constructor
- ConceptBeadProperties(ConceptModelElementProperties) - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.properties.designmodels.ConceptBeadProperties
-
Copy/clone constructor
- ConceptBeadRelationshipEndProperties - Class in org.odpi.openmetadata.frameworks.openmetadata.properties.designmodels
-
Represents the relationship between a complex schema type and a nested schema attribute.
- ConceptBeadRelationshipEndProperties() - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.properties.designmodels.ConceptBeadRelationshipEndProperties
-
Default constructor
- ConceptBeadRelationshipEndProperties(ConceptBeadRelationshipEndProperties) - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.properties.designmodels.ConceptBeadRelationshipEndProperties
-
Copy/clone constructor.
- ConceptBeadRelationshipProperties - Class in org.odpi.openmetadata.frameworks.openmetadata.properties.designmodels
-
ConceptBeadRelationshipProperties describes a concept's relationship in a concept model.
- ConceptBeadRelationshipProperties() - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.properties.designmodels.ConceptBeadRelationshipProperties
-
Default constructor
- ConceptBeadRelationshipProperties(ConceptBeadRelationshipProperties) - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.properties.designmodels.ConceptBeadRelationshipProperties
-
Copy/clone constructor
- ConceptBeadRelationshipProperties(ConceptModelElementProperties) - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.properties.designmodels.ConceptBeadRelationshipProperties
-
Copy/clone constructor
- ConceptDesignProperties - Class in org.odpi.openmetadata.frameworks.openmetadata.properties.designmodels
-
ConceptDesignProperties represents a ConceptDesign relationship that links an element to its concept model.
- ConceptDesignProperties() - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.properties.designmodels.ConceptDesignProperties
-
Default constructor
- ConceptDesignProperties(ConceptDesignProperties) - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.properties.designmodels.ConceptDesignProperties
-
Copy/clone constructor
- ConceptGroup - Class in org.odpi.openmetadata.samples.archiveutilities.cloudinformationmodel.properties
-
ConceptGroup lists the entities defined in a subject area.
- ConceptGroup() - Constructor for class org.odpi.openmetadata.samples.archiveutilities.cloudinformationmodel.properties.ConceptGroup
- ConceptModelElementProperties - Class in org.odpi.openmetadata.frameworks.openmetadata.properties.designmodels
-
ConceptModelElement describes a concept in a concept model.
- ConceptModelElementProperties() - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.properties.designmodels.ConceptModelElementProperties
-
Default constructor
- ConceptModelElementProperties(ConceptModelElementProperties) - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.properties.designmodels.ConceptModelElementProperties
-
Copy/clone constructor
- ConceptModelProperties - Class in org.odpi.openmetadata.frameworks.openmetadata.properties.designmodels
-
DesignModel describes a collection of design model elements that make up a model of a design.
- ConceptModelProperties() - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.properties.designmodels.ConceptModelProperties
-
Default constructor
- ConceptModelProperties(ConceptModelProperties) - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.properties.designmodels.ConceptModelProperties
-
Copy/clone constructor
- CONDITIONS - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.types.OpenMetadataProperty
-
Any special conditions or endorsements over the basic certification type.
- CONF_FILE - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.refdata.FileExtension
-
A file containing a list of name-value properties for configuration.
- CONFIDENCE - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.types.OpenMetadataProperty
-
Level of confidence in the correctness of the element.
- CONFIDENCE_CLASSIFICATION - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.types.OpenMetadataType
-
Defines the level of confidence that should be placed in the accuracy of related data items.
- CONFIDENCE_LEVEL - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.externalharvesters.harvestopenmetadata.schema.HarvestOpenMetadataColumn
- CONFIDENCE_LEVEL - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.externalharvesters.harvestsurveys.schema.HarvestSurveysColumn
- CONFIDENCE_LEVEL - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.jacquard.productcatalog.ProductDataFieldDefinition
- CONFIDENCE_LEVEL - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.types.OpenMetadataProperty
-
Level of certainty in the accuracy of the results.
- ConfidenceLevel - Enum Class in org.odpi.openmetadata.frameworks.openmetadata.refdata
-
ConfidenceLevel identifies the level of confidence to place in the accuracy of a data item.
- ConfidenceProperties - Class in org.odpi.openmetadata.frameworks.openmetadata.properties.governance
-
Defines the properties for a confidence classification.
- ConfidenceProperties() - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.properties.governance.ConfidenceProperties
-
Default constructor
- ConfidenceProperties(ConfidenceProperties) - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.properties.governance.ConfidenceProperties
-
Copy/clone constructor.
- CONFIDENTIAL - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.refdata.ConfidentialityLevel
-
The data should be protected and only shared with people with a need to see it.
- CONFIDENTIALITY_CLASSIFICATION - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.types.OpenMetadataType
-
Defines the level of confidentiality of related data items.
- CONFIDENTIALITY_LEVEL - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.externalharvesters.harvestopenmetadata.schema.HarvestOpenMetadataColumn
- CONFIDENTIALITY_LEVEL - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.jacquard.productcatalog.ProductDataFieldDefinition
- CONFIDENTIALITY_LEVEL - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.types.OpenMetadataProperty
-
Defines how confidential a data item is.
- ConfidentialityLevel - Enum Class in org.odpi.openmetadata.frameworks.openmetadata.refdata
-
Defines how confidential a data item is.
- ConfidentialityProperties - Class in org.odpi.openmetadata.frameworks.openmetadata.properties.governance
-
Defines the properties for a confidentiality classification.
- ConfidentialityProperties() - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.properties.governance.ConfidentialityProperties
-
Default constructor
- ConfidentialityProperties(ConfidentialityProperties) - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.properties.governance.ConfidentialityProperties
-
Copy/clone constructor.
- CONFIG_DOCUMENT_PARSE_ERROR - Enum constant in enum class org.odpi.openmetadata.adminservices.ffdc.OMAGAdminErrorCode
-
OMAG-ADMIN-400-012 Unable to parse configuration document for OMAG server {0} due to exception {1} with message {2}
- CONFIG_DOCUMENT_STORE_CONNECTOR - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.refdata.DeployedImplementationType
-
Writes audit log records to a destination.
- CONFIG_ERROR - Enum constant in enum class org.odpi.openmetadata.governanceservers.integrationdaemonservices.ffdc.IntegrationDaemonServicesAuditCode
-
INTEGRATION-DAEMON-SERVICES-0037 - The integration service {0} method {1} has returned with a {2} exception containing message {3} when attempting to create and initialize a connector
- CONFIG_FAILED - Enum constant in enum class org.odpi.openmetadata.governanceservers.integrationdaemonservices.properties.IntegrationConnectorStatus
- CONFIG_RETRIEVE_ALL_ERROR - Enum constant in enum class org.odpi.openmetadata.adapters.adminservices.configurationstore.file.DocStoreErrorCode
-
FILE-DOC-STORE-400-001 - Unable to retrieve the configuration files; exception was {0} with message {1}, while attempting access file {2}
- CONFIG_RETRIEVE_ALL_ERROR_INVALID_TEMPLATE - Enum constant in enum class org.odpi.openmetadata.adapters.adminservices.configurationstore.file.DocStoreErrorCode
-
FILE-DOC-STORE-400-002 - Unable to retrieve the configuration files because the store template name {0}.
- ConfigAccessServicesResource - Class in org.odpi.openmetadata.adminservices.spring
-
ConfigAccessServicesResource provides the configuration for setting up the Open Metadata Access Services (OMASs).
- ConfigAccessServicesResource() - Constructor for class org.odpi.openmetadata.adminservices.spring.ConfigAccessServicesResource
- ConfigConformanceSuiteServicesResource - Class in org.odpi.openmetadata.adminservices.spring
-
ConfigAccessServicesResource provides the configuration for setting up the Open Metadata Conformance Suite services in an OMAG server.
- ConfigConformanceSuiteServicesResource() - Constructor for class org.odpi.openmetadata.adminservices.spring.ConfigConformanceSuiteServicesResource
- ConfigDefaultsResource - Class in org.odpi.openmetadata.adminservices.spring
-
ConfigDefaultsResource sets properties in the configuration document that are used as default values when configuring the subsystems in an OMAG Server.
- ConfigDefaultsResource() - Constructor for class org.odpi.openmetadata.adminservices.spring.ConfigDefaultsResource
- ConfigEngineHostServicesResource - Class in org.odpi.openmetadata.adminservices.spring
-
ConfigEngineServicesResource provides the configuration for setting up the Open Metadata Engine Services (OMESs).
- ConfigEngineHostServicesResource() - Constructor for class org.odpi.openmetadata.adminservices.spring.ConfigEngineHostServicesResource
- ConfigException - Exception in org.odpi.openmetadata.adapters.connectors.integration.basicfiles.ffdc.exception
-
The ConfigException is thrown by the connector when its configuration is inadequate.
- ConfigException(ExceptionMessageDefinition, String, String, Exception, String, String) - Constructor for exception org.odpi.openmetadata.adapters.connectors.integration.basicfiles.ffdc.exception.ConfigException
-
This is the constructor used for creating an exception that resulted from a previous error.
- ConfigException(ExceptionMessageDefinition, String, String, Exception, String, String, Map<String, Object>) - Constructor for exception org.odpi.openmetadata.adapters.connectors.integration.basicfiles.ffdc.exception.ConfigException
-
This is the constructor used for creating an exception that resulted from a previous error.
- ConfigException(ExceptionMessageDefinition, String, String, String, String) - Constructor for exception org.odpi.openmetadata.adapters.connectors.integration.basicfiles.ffdc.exception.ConfigException
-
This is the typical constructor used for creating an exception.
- ConfigException(ExceptionMessageDefinition, String, String, String, String, Map<String, Object>) - Constructor for exception org.odpi.openmetadata.adapters.connectors.integration.basicfiles.ffdc.exception.ConfigException
-
This is the typical constructor used for creating an exception.
- ConfigIntegrationDaemonServicesResource - Class in org.odpi.openmetadata.adminservices.spring
-
ConfigIntegrationServicesResource provides the configuration for setting up the dynamic integration groups.
- ConfigIntegrationDaemonServicesResource() - Constructor for class org.odpi.openmetadata.adminservices.spring.ConfigIntegrationDaemonServicesResource
- ConfigMetadataServerSample - Class in org.odpi.openmetadata.adminservices.samples.configure
-
ConfigMetadataServerSample illustrates how to use the MetadataAccessStoreConfigurationClient to configure a Metadata Server.
- ConfigOpenMetadataServerSecurityResource - Class in org.odpi.openmetadata.adminservices.spring
-
ConfigOpenMetadataServerSecurityResource provides the API to configure the security connector that validates Open Metadata and Governance requests issued to a specific OMAG server.
- ConfigOpenMetadataServerSecurityResource() - Constructor for class org.odpi.openmetadata.adminservices.spring.ConfigOpenMetadataServerSecurityResource
- ConfigPropertiesResource - Class in org.odpi.openmetadata.adminservices.spring
-
ConfigPropertiesResource provides part of the server-side implementation of the administrative interface for an Open Metadata and Governance (OMAG) Server.
- ConfigPropertiesResource() - Constructor for class org.odpi.openmetadata.adminservices.spring.ConfigPropertiesResource
- ConfigRepositoryServicesResource - Class in org.odpi.openmetadata.adminservices.spring
-
ConfigRepositoryServicesResource provides the configuration services for setting up the repository services subsystems.
- ConfigRepositoryServicesResource() - Constructor for class org.odpi.openmetadata.adminservices.spring.ConfigRepositoryServicesResource
- ConfigResource - Class in org.odpi.openmetadata.adminservices.spring
-
OMAGServerConfigResource returns the current configuration document for the server.
- ConfigResource() - Constructor for class org.odpi.openmetadata.adminservices.spring.ConfigResource
- ConfigsResource - Class in org.odpi.openmetadata.adminservices.spring
-
OMAGServerConfigsResource exposes APIs for server configurations.
- ConfigsResource() - Constructor for class org.odpi.openmetadata.adminservices.spring.ConfigsResource
- ConfigStoreResource - Class in org.odpi.openmetadata.adminservices.spring
-
ConfigStoreResource provides the API to configure the connector that should be used to manage configuration documents.
- ConfigStoreResource() - Constructor for class org.odpi.openmetadata.adminservices.spring.ConfigStoreResource
- CONFIGURATION - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.search.ElementOriginCategory
-
The element is part of a service's configuration.
- CONFIGURATION - Enum constant in enum class org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.properties.instances.InstanceProvenanceType
-
Configuration - The instance is part of a service's configuration.
- CONFIGURATION_ERROR - Enum constant in enum class org.odpi.openmetadata.repositoryservices.properties.CohortConnectionStatus
-
ConfigurationError - an error in the configuration and connection is not possible.
- CONFIGURATION_FILE - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.refdata.FileType
-
A file containing a list of name-value properties for configuration.
- CONFIGURATION_LISTENER_INSTANCE_FAILURE - Enum constant in enum class org.odpi.openmetadata.engineservices.governanceaction.ffdc.GovernanceActionErrorCode
- CONFIGURATION_LISTENER_INSTANCE_FAILURE - Enum constant in enum class org.odpi.openmetadata.engineservices.repositorygovernance.ffdc.RepositoryGovernanceErrorCode
- CONFIGURATION_LISTENER_INSTANCE_FAILURE - Enum constant in enum class org.odpi.openmetadata.governanceservers.enginehostservices.ffdc.EngineHostServicesErrorCode
-
ENGINE-HOST-SERVICES-400-021 - The engine host services are unable to retrieve the connection for the configuration listener for server {0} from metadata server {1}.
- CONFIGURATION_LISTENER_REGISTERED - Enum constant in enum class org.odpi.openmetadata.governanceservers.enginehostservices.ffdc.EngineHostServicesAuditCode
-
ENGINE-HOST-SERVICES-0027 - The engine host services has registered the configuration listener for server {0} and governance engine {1}.
- CONFIGURATION_LISTENER_REGISTERED - Enum constant in enum class org.odpi.openmetadata.governanceservers.integrationdaemonservices.ffdc.IntegrationDaemonServicesAuditCode
-
INTEGRATION-DAEMON-SERVICES-0019 - The integration daemon services has registered the configuration listener for server {0}.
- CONFIGURATION_PROPERTIES - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.types.OpenMetadataProperty
-
Specific configuration properties used to configure the behaviour of the connector.
- CONFIGURATION_PROPERTY_NOT_SET - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.apacheatlas.integration.ffdc.AtlasIntegrationAuditCode
-
APACHE-ATLAS-INTEGRATION-CONNECTOR-0017 - The {0} configuration property is not set for {1} integration connector and so the default value of {2} will be used
- CONFIGURATION_PROPERTY_SET - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.apacheatlas.integration.ffdc.AtlasIntegrationAuditCode
-
APACHE-ATLAS-INTEGRATION-CONNECTOR-0019 - The {0} configuration property is set to {1} for {2} integration connector
- configurationClient - Variable in class org.odpi.openmetadata.governanceservers.enginehostservices.admin.GovernanceEngineHandler
- ConfigurationManagementClient - Class in org.odpi.openmetadata.adminservices.client
-
ConfigurationManagementClient is able to issue calls to an OMAG Server Platform that manages configuration for OMAG Servers.
- ConfigurationManagementClient(String, String, String, String, String, AuditLog) - Constructor for class org.odpi.openmetadata.adminservices.client.ConfigurationManagementClient
-
Create a new client with no authentication embedded in the HTTP request.
- ConfigurationManagementClient(String, Map<String, SecretsStoreConnector>, String, AuditLog) - Constructor for class org.odpi.openmetadata.adminservices.client.ConfigurationManagementClient
-
Create a new client with no authentication embedded in the HTTP request.
- configurationProperties - Variable in class org.odpi.openmetadata.adapters.connectors.integration.basicfiles.DirectoryToMonitor
- configurationProperties - Variable in class org.odpi.openmetadata.adapters.connectors.unitycatalog.sync.OSSUnityCatalogInsideCatalogSyncBase
- ConfigurationPropertyType - Class in org.odpi.openmetadata.frameworks.openmetadata.specificationproperties
-
ConfigurationPropertyType characterises one of the configuration parameters supported by a specific connector.
- ConfigurationPropertyType() - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.specificationproperties.ConfigurationPropertyType
-
Default constructor
- ConfigurationPropertyType(ConfigurationPropertyType) - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.specificationproperties.ConfigurationPropertyType
-
Copy/clone constructor
- CONFIGURE_CONNECTOR - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.refdata.ResourceUse
-
A connector type that can be used in a connection used to create a connector instance.
- CONFIGURE_SUBSCRIPTION - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.jacquard.solutionblueprint.SolutionComponentWire
- configureAccessService(String) - Method in class org.odpi.openmetadata.adminservices.client.MetadataAccessServerConfigurationClient
-
Enable a single access service.
- configureAccessService(String, String, String, Map<String, Object>) - Method in class org.odpi.openmetadata.adminservices.server.OMAGServerAdminForAccessServices
-
Enable a single access service.
- configureAccessService(String, String, String, Map<String, Object>) - Method in class org.odpi.openmetadata.adminservices.spring.ConfigAccessServicesResource
-
Enable a single access service.
- configureAccessService(String, Map<String, Object>) - Method in class org.odpi.openmetadata.adminservices.client.MetadataAccessServerConfigurationClient
-
Enable a single access service.
- configureAccessServiceNoTopics(String) - Method in class org.odpi.openmetadata.adminservices.client.MetadataAccessServerConfigurationClient
-
Enable a single access service without the In and Out topic.
- configureAccessServiceNoTopics(String, String, String, Map<String, Object>) - Method in class org.odpi.openmetadata.adminservices.server.OMAGServerAdminForAccessServices
-
Enable a single access service.
- configureAccessServiceNoTopics(String, String, String, Map<String, Object>) - Method in class org.odpi.openmetadata.adminservices.spring.ConfigAccessServicesResource
-
Enable a single access service.
- configureAccessServiceNoTopics(String, Map<String, Object>) - Method in class org.odpi.openmetadata.adminservices.client.MetadataAccessServerConfigurationClient
-
Enable a single access service without the In and Out topic.
- configureAllAccessServices(String, String, Map<String, Object>) - Method in class org.odpi.openmetadata.adminservices.server.OMAGServerAdminForAccessServices
-
Enable all access services that are registered with this server platform.
- configureAllAccessServices(String, String, Map<String, Object>) - Method in class org.odpi.openmetadata.adminservices.spring.ConfigAccessServicesResource
-
Enable all access services that are registered with this server platform.
- configureAllAccessServices(Map<String, Object>) - Method in class org.odpi.openmetadata.adminservices.client.MetadataAccessServerConfigurationClient
-
Enable all access services that are registered into this server.
- configureAllAccessServicesNoTopics(String, String, Map<String, Object>) - Method in class org.odpi.openmetadata.adminservices.server.OMAGServerAdminForAccessServices
-
Enable all access services that are registered with this server platform.
- configureAllAccessServicesNoTopics(String, String, Map<String, Object>) - Method in class org.odpi.openmetadata.adminservices.spring.ConfigAccessServicesResource
-
Enable all access services that are registered with this server platform.
- configureAllAccessServicesNoTopics(Map<String, Object>) - Method in class org.odpi.openmetadata.adminservices.client.MetadataAccessServerConfigurationClient
-
Enable all access services that are registered into this server without the in and out topics activated.
- configureAllViewService(OMAGServerClientConfig, Map<String, Object>) - Method in class org.odpi.openmetadata.adminservices.client.ViewServerConfigurationClient
-
Enable all registered view services with the same partner server and options.
- configureAllViewServices(String, String, ViewServiceRequestBody) - Method in class org.odpi.openmetadata.adminservices.server.OMAGServerAdminForViewServices
-
Enable all view services that are registered with this server platform.
- configureAllViewServices(String, String, ViewServiceRequestBody) - Method in class org.odpi.openmetadata.adminservices.spring.ConfigViewServicesResource
-
Enable all view services that are registered with this server platform.
- configureIntegrationGroup(String, String, IntegrationGroupConfig) - Method in class org.odpi.openmetadata.adminservices.server.OMAGServerAdminForIntegrationDaemonServices
-
Enable a single registered integration group.
- configureIntegrationGroup(String, String, IntegrationGroupConfig) - Method in class org.odpi.openmetadata.adminservices.spring.ConfigIntegrationDaemonServicesResource
-
Add configuration for a single integration group to the server's config document.
- configureIntegrationGroup(IntegrationGroupConfig) - Method in class org.odpi.openmetadata.adminservices.client.IntegrationDaemonConfigurationClient
-
Add configuration for a single integration group to the server's config document.
- configureViewService(String, String, String, ViewServiceRequestBody) - Method in class org.odpi.openmetadata.adminservices.server.OMAGServerAdminForViewServices
-
Configure a single view service.
- configureViewService(String, String, String, ViewServiceRequestBody) - Method in class org.odpi.openmetadata.adminservices.spring.ConfigViewServicesResource
-
Configure a single view service.
- configureViewService(String, ViewServiceConfig) - Method in class org.odpi.openmetadata.adminservices.client.ViewServerConfigurationClient
-
Enable a single view service.
- CONFIGURING - Enum constant in enum class org.odpi.openmetadata.governanceservers.enginehostservices.properties.GovernanceEngineStatus
-
The governance engine is retrieving its configuration from the metadata server.
- CONFIGURING - Enum constant in enum class org.odpi.openmetadata.governanceservers.integrationdaemonservices.properties.IntegrationGroupStatus
- ConfigViewServicesResource - Class in org.odpi.openmetadata.adminservices.spring
-
ConfigViewServicesResource provides the configuration for setting up the Open Metadata View Services (OMVSs).
- ConfigViewServicesResource() - Constructor for class org.odpi.openmetadata.adminservices.spring.ConfigViewServicesResource
- CONFIRMING_CONTROL_TABLE - Enum constant in enum class org.odpi.openmetadata.adapters.repositoryservices.postgres.repositoryconnector.ffdc.PostgresAuditCode
-
POSTGRES-REPOSITORY-CONNECTOR-0005 - The PostgreSQL repository connector {0} has opened database schema {1} for server {2} (metadata collection id {3})
- CONFIRMING_REPOSITORY_SCHEMA - Enum constant in enum class org.odpi.openmetadata.adapters.repositoryservices.postgres.repositoryconnector.ffdc.PostgresAuditCode
-
POSTGRES-REPOSITORY-CONNECTOR-0003 - The PostgreSQL repository connector {0} is validating the schema definitions for schema {1}
- confirmSynchronization(String) - Method in class org.odpi.openmetadata.frameworks.openmetadata.connectorcontext.ExternalIdClient
-
Confirm that the values of a particular metadata element have been synchronized.
- confirmSynchronization(String, String, String, UpdateRelationshipRequestBody) - Method in class org.odpi.openmetadata.viewservices.externallinks.server.ExternalLinksRESTServices
-
Confirm that the values of a particular metadata element have been synchronized.
- confirmSynchronization(String, String, String, UpdateRelationshipRequestBody) - Method in class org.odpi.openmetadata.viewservices.externallinks.server.spring.ExternalLinksResource
-
Confirm that the values of a particular metadata element have been synchronized.
- confirmSynchronization(String, String, UpdateOptions, ExternalIdLinkProperties) - Method in class org.odpi.openmetadata.frameworks.openmetadata.handlers.ExternalIdHandler
-
Confirm that the values of a particular metadata element have been synchronized.
- confirmSynchronization(OpenMetadataRootElement, String) - Method in class org.odpi.openmetadata.frameworks.openmetadata.connectorcontext.ExternalIdClient
-
Confirm that this element has been synchronized at this time.
- confirmSynchronization(OpenMetadataRootElement, String, String) - Method in class org.odpi.openmetadata.frameworks.openmetadata.connectorcontext.ExternalIdClient
-
Confirm that this element has been synchronized at this time.
- CONFLICTING_ATTRIBUTE_TYPEDEFS - Enum constant in enum class org.odpi.openmetadata.repositoryservices.events.OMRSEventErrorCode
-
Conflicting AttributeTypeDefs - There are conflicting attribute type definitions (AttributeTypeDefs) detected between two repositories in the open metadata repository cohort.
- CONFLICTING_ATTRIBUTE_TYPEDEFS - Enum constant in enum class org.odpi.openmetadata.repositoryservices.events.OMRSTypeDefEventErrorCode
- CONFLICTING_COLLECTION_ID - Enum constant in enum class org.odpi.openmetadata.repositoryservices.events.OMRSEventErrorCode
-
Conflicting metadata collection id - Remote server/repository is using the same metadata collection id as the local server.
- CONFLICTING_COLLECTION_ID - Enum constant in enum class org.odpi.openmetadata.repositoryservices.events.OMRSRegistryEventErrorCode
-
Conflicting metadata collection id - Remote server/repository is using the same metadata collection id as the local server.
- CONFLICTING_ENTERPRISE_TYPEDEFS - Enum constant in enum class org.odpi.openmetadata.repositoryservices.ffdc.OMRSErrorCode
-
OMRS-ENTERPRISE-REPOSITORY-400-001 - Conflicting TypeDefs have been detected
- CONFLICTING_INSTANCES - Enum constant in enum class org.odpi.openmetadata.repositoryservices.events.OMRSEventErrorCode
-
Conflicting Instances - There are two metadata instances that have the same unique identifier (guid) but have different types.
- CONFLICTING_INSTANCES - Enum constant in enum class org.odpi.openmetadata.repositoryservices.events.OMRSInstanceEventErrorCode
-
Conflicting Instances - There are two metadata instances that have the same unique identifier (guid) but have different types.
- CONFLICTING_TYPE - Enum constant in enum class org.odpi.openmetadata.repositoryservices.events.OMRSEventErrorCode
-
Conflicting Type Version - An instance can not be processed because there is a mismatch in the type definition (TypeDef) version.
- CONFLICTING_TYPE - Enum constant in enum class org.odpi.openmetadata.repositoryservices.events.OMRSInstanceEventErrorCode
-
Conflicting Type Version - An instance can not be processed because there is a mismatch in the type definition (TypeDef) version.
- CONFLICTING_TYPEDEFS - Enum constant in enum class org.odpi.openmetadata.repositoryservices.events.OMRSEventErrorCode
-
Conflicting TypeDefs - There are conflicting type definitions (TypeDefs) detected between two repositories in the open metadata repository cohort.
- CONFLICTING_TYPEDEFS - Enum constant in enum class org.odpi.openmetadata.repositoryservices.events.OMRSTypeDefEventErrorCode
- CONFORMANCE_SERVER - Enum constant in enum class org.odpi.openmetadata.adminservices.configuration.registration.ServerTypeClassification
-
Server that hosts the conformance test suite.
- CONFORMANCE_SUITE_SERVICES - Enum constant in enum class org.odpi.openmetadata.adminservices.configuration.registration.GovernanceServicesDescription
-
Run automated open metadata conformance suite services.
- ConformanceException - Exception in org.odpi.openmetadata.conformance.ffdc.exception
-
Conformance exception provides a base class for exceptions that indicate there is a failure in the conformance tests.
- ConformanceException(String) - Constructor for exception org.odpi.openmetadata.conformance.ffdc.exception.ConformanceException
-
Normal constructor for a conformance exception
- ConformanceException(String, Exception) - Constructor for exception org.odpi.openmetadata.conformance.ffdc.exception.ConformanceException
-
Catch block constructor for a conformance exception
- ConformanceServicesAPIResponse - Class in org.odpi.openmetadata.conformance.rest
-
ConformanceServicesAPIResponse provides a common header for admin services managed response to its REST API.
- ConformanceServicesAPIResponse() - Constructor for class org.odpi.openmetadata.conformance.rest.ConformanceServicesAPIResponse
-
Default constructor
- ConformanceServicesAPIResponse(ConformanceServicesAPIResponse) - Constructor for class org.odpi.openmetadata.conformance.rest.ConformanceServicesAPIResponse
-
Copy/clone constructor
- ConformanceServicesInstance - Class in org.odpi.openmetadata.conformance.server
-
ConformanceServicesInstance provides the references to the active services for an instance of an OMAG Server.
- ConformanceServicesInstance(TechnologyUnderTestWorkPad, List<OpenMetadataConformanceWorkbench>, AuditLog, ConformanceSuiteConfig) - Constructor for class org.odpi.openmetadata.conformance.server.ConformanceServicesInstance
-
Constructor
- ConformanceServicesInstanceMap - Class in org.odpi.openmetadata.conformance.server
-
ConformanceServicesInstanceMap provides the mapping between server name and the Java instances of the active services for a server.
- ConformanceServicesInstanceMap() - Constructor for class org.odpi.openmetadata.conformance.server.ConformanceServicesInstanceMap
-
Constructor
- ConformanceSuiteAuditCode - Enum Class in org.odpi.openmetadata.conformance.ffdc
-
The ConformanceSuiteAuditCode is used to define the message content for the OMRS Audit Log.
- ConformanceSuiteCheckedExceptionBase - Exception in org.odpi.openmetadata.conformance.ffdc.exception
-
ConformanceSuiteCheckedExceptionBase provides a checked exception for reporting errors found when using the Open Metadata Conformance Suite services.
- ConformanceSuiteCheckedExceptionBase(int, String, String, String, String, String) - Constructor for exception org.odpi.openmetadata.conformance.ffdc.exception.ConformanceSuiteCheckedExceptionBase
-
This is the typical constructor used for creating an exception.
- ConformanceSuiteCheckedExceptionBase(int, String, String, String, String, String, Exception) - Constructor for exception org.odpi.openmetadata.conformance.ffdc.exception.ConformanceSuiteCheckedExceptionBase
-
This is the constructor used for creating an exception that resulted from a previous error.
- ConformanceSuiteConfig - Class in org.odpi.openmetadata.adminservices.configuration.properties
-
ConformanceSuiteConfig provides the configuration for an OMAG server that is running the Open Metadata Conformance suite.
- ConformanceSuiteConfig() - Constructor for class org.odpi.openmetadata.adminservices.configuration.properties.ConformanceSuiteConfig
-
Default constructor does nothing.
- ConformanceSuiteConfig(ConformanceSuiteConfig) - Constructor for class org.odpi.openmetadata.adminservices.configuration.properties.ConformanceSuiteConfig
-
Copy/clone constructor
- ConformanceSuiteConnectorConsumer - Class in org.odpi.openmetadata.conformance.workbenches.repository.connectorconsumer
-
ConformanceSuiteConnectorConsumer receives connector objects for servers connected to the same cohort(s) as the conformance suite OMAG server.
- ConformanceSuiteConnectorConsumer(RepositoryConformanceWorkPad) - Constructor for class org.odpi.openmetadata.conformance.workbenches.repository.connectorconsumer.ConformanceSuiteConnectorConsumer
-
Constructor is given information to scope the tests.
- ConformanceSuiteErrorCode - Enum Class in org.odpi.openmetadata.conformance.ffdc
-
The ConformanceSuiteErrorCode is used to define first failure data capture (FFDC) for errors that occur within the Open Metadata Conformance Suite It is used in conjunction with conformance suite exceptions, both Checked and Runtime (unchecked).
- ConformanceSuiteOMRSTopicListener - Class in org.odpi.openmetadata.conformance.workbenches.repository.listener
-
ConformanceSuiteOMRSTopicListener receives details of each OMRS event from the cohorts that the OMAG server running the Conformance suite is connected to.
- ConformanceSuiteOMRSTopicListener(RepositoryConformanceWorkPad) - Constructor for class org.odpi.openmetadata.conformance.workbenches.repository.listener.ConformanceSuiteOMRSTopicListener
-
The constructor is given the properties and objects it needs to verify the contents of events received from the technology under test.
- ConformanceSuiteOperationalServices - Class in org.odpi.openmetadata.conformance.server
-
ConformanceSuiteOperationalServices provides the server side control for the Open Metadata Conformance Suite.
- ConformanceSuiteOperationalServices(String, String, String, String, String, int) - Constructor for class org.odpi.openmetadata.conformance.server.ConformanceSuiteOperationalServices
-
Constructor used at server startup.
- ConformanceSuiteResource - Class in org.odpi.openmetadata.conformance.server.spring
-
ConformanceSuiteResource provides the REST API for running the Open Metadata Conformance Suite.
- ConformanceSuiteResource() - Constructor for class org.odpi.openmetadata.conformance.server.spring.ConformanceSuiteResource
- ConformanceSuiteRuntimeException - Exception in org.odpi.openmetadata.conformance.ffdc.exception
-
ConformanceSuiteRuntimeException is used for all logic errors detected by the Open Metadata Conformance Suite.
- ConformanceSuiteRuntimeException(int, String, String, String, String, String, Exception, Map<String, Object>) - Constructor for exception org.odpi.openmetadata.conformance.ffdc.exception.ConformanceSuiteRuntimeException
-
This is the constructor used for creating an exception when an unexpected error has been caught.
- ConformanceSuiteRuntimeException(int, String, String, String, String, String, Map<String, Object>) - Constructor for exception org.odpi.openmetadata.conformance.ffdc.exception.ConformanceSuiteRuntimeException
-
This is the typical constructor used for creating an exception.
- ConformanceSuiteRuntimeException(ExceptionMessageDefinition, String, String) - Constructor for exception org.odpi.openmetadata.conformance.ffdc.exception.ConformanceSuiteRuntimeException
-
This is the typical constructor used for creating an exception.
- ConformanceSuiteRuntimeException(ExceptionMessageDefinition, String, String, Throwable) - Constructor for exception org.odpi.openmetadata.conformance.ffdc.exception.ConformanceSuiteRuntimeException
-
This is the constructor used for creating an exception when an unexpected error has been caught.
- ConformanceSuiteRuntimeException(ExceptionMessageDefinition, String, String, Throwable, Map<String, Object>) - Constructor for exception org.odpi.openmetadata.conformance.ffdc.exception.ConformanceSuiteRuntimeException
-
This is the constructor used for creating an exception when an unexpected error has been caught.
- ConformanceSuiteRuntimeException(ExceptionMessageDefinition, String, String, Map<String, Object>) - Constructor for exception org.odpi.openmetadata.conformance.ffdc.exception.ConformanceSuiteRuntimeException
-
This is the typical constructor used for creating an exception.
- ConformanceSuiteTestLabServices - Class in org.odpi.openmetadata.conformance.server
-
ConformanceSuiteTestLabServices supports the REST API for the CTS.
- ConformanceSuiteTestLabServices() - Constructor for class org.odpi.openmetadata.conformance.server.ConformanceSuiteTestLabServices
- ConformanceTestServerConfigurationClient - Class in org.odpi.openmetadata.adminservices.client
-
ConformanceTestServerConfigurationClient provides the configuration services needed by The Conformance Test Server.
- ConformanceTestServerConfigurationClient(String, String, String, String, String, String, AuditLog) - Constructor for class org.odpi.openmetadata.adminservices.client.ConformanceTestServerConfigurationClient
-
Create a new client with no authentication embedded in the HTTP request.
- ConformanceTestServerConfigurationClient(String, Map<String, SecretsStoreConnector>, String, AuditLog) - Constructor for class org.odpi.openmetadata.adminservices.client.ConformanceTestServerConfigurationClient
-
Create a new client with no authentication embedded in the HTTP request.
- CONFORMANT_FULL_SUPPORT - Enum constant in enum class org.odpi.openmetadata.conformance.beans.OpenMetadataConformanceStatus
-
The technology provides correctly functioning support for all features in this profile.
- CONFORMANT_NO_SUPPORT - Enum constant in enum class org.odpi.openmetadata.conformance.beans.OpenMetadataConformanceStatus
-
The technology provides correctly functioning responses that indicate it has no support for the features in this profile.
- CONFORMANT_PARTIAL_SUPPORT - Enum constant in enum class org.odpi.openmetadata.conformance.beans.OpenMetadataConformanceStatus
-
The technology provides correctly functioning support for some of the features in this profile and responds appropriately for features it does not support.
- CONNECT_TO_ENDPOINT_RELATIONSHIP - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.types.OpenMetadataType
-
A link between a connection and the endpoint of the associated digital resource.
- CONNECTED - Enum constant in enum class org.odpi.openmetadata.repositoryservices.properties.CohortConnectionStatus
-
Connected - The server is connected to the metadata highway for this cohort, and messages are being exchanged with other members of the cohort.
- connectedAssetClient - Variable in class org.odpi.openmetadata.frameworks.integration.context.IntegrationContext
- connectedAssetClient - Variable in class org.odpi.openmetadata.frameworks.integration.contextmanager.IntegrationContextManager
- ConnectedAssetClient - Class in org.odpi.openmetadata.frameworks.connectors.client
-
ConnectedAssetClient provides calls for callers that work with connectors.
- ConnectedAssetClient(String, String, int, AuditLog) - Constructor for class org.odpi.openmetadata.frameworks.connectors.client.ConnectedAssetClient
-
Create a new client with no authentication embedded in the HTTP request.
- ConnectedAssetClientBase - Class in org.odpi.openmetadata.frameworkservices.ocf.metadatamanagement.client
-
ConnectedAssetClient provides a base calls for clients that support an OCF interface.
- ConnectedAssetClientBase(String, String, String, String, String, int, AuditLog) - Constructor for class org.odpi.openmetadata.frameworkservices.ocf.metadatamanagement.client.ConnectedAssetClientBase
-
Create a new client with no authentication embedded in the HTTP request.
- ConnectedAssetContext - Class in org.odpi.openmetadata.frameworks.integration.context
- ConnectedAssetContext(String, ConnectedAssetClient) - Constructor for class org.odpi.openmetadata.frameworks.integration.context.ConnectedAssetContext
-
Constructor sets up the key parameters for accessing the asset store.
- ConnectedAssetResource - Class in org.odpi.openmetadata.frameworkservices.ocf.metadatamanagement.server.spring
-
The ConnectedAssetResource is the server-side implementation of the REST services needed to populate the Open Connector Framework (OCF) Connected Asset Properties.
- ConnectedAssetResource() - Constructor for class org.odpi.openmetadata.frameworkservices.ocf.metadatamanagement.server.spring.ConnectedAssetResource
-
Default constructor
- Connection - Class in org.odpi.openmetadata.frameworks.connectors.properties.beans
-
The connection is an object that contains the properties needed to create and initialise a connector to access a specific data assets.
- Connection() - Constructor for class org.odpi.openmetadata.frameworks.connectors.properties.beans.Connection
-
Default constructor sets the Connection properties to null.
- Connection(Connection) - Constructor for class org.odpi.openmetadata.frameworks.connectors.properties.beans.Connection
-
Copy/clone Constructor to return a copy of a connection object.
- CONNECTION - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.types.OpenMetadataType
- CONNECTION_CONNECTOR_TYPE_RELATIONSHIP - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.types.OpenMetadataType
-
A link between a connection and the connector type that should be used.
- CONNECTION_FAILED - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.integration.jdbc.ffdc.JDBCIntegrationConnectorAuditCode
-
JDBC-INTEGRATION-CONNECTOR-0002 - Connector {0} cannot extract metadata for database {1}
- CONNECTION_MAKER - Enum constant in enum class org.odpi.openmetadata.adminservices.configuration.registration.ViewServiceDescription
-
Manages the creation and maintenance of connections, connector types and endpoints.
- CONNECTION_NAME - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.types.OpenMetadataProperty
-
Name of connection to use to access the associated resource.
- CONNECTION_USER_ID - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.controls.PlaceholderProperty
-
The userId to store in the userId attribute of the connection.
- connectionBean - Variable in class org.odpi.openmetadata.frameworks.connectors.ConnectorBase
- ConnectionBuilder - Class in org.odpi.openmetadata.commonservices.generichandlers
-
ConnectionBuilder is able to build the properties for both a Connection entity and a VirtualConnection entity.
- ConnectionCheckedException - Exception in org.odpi.openmetadata.frameworks.connectors.ffdc
-
ConnectionCheckedException provides a checked exception for reporting errors found in connection objects.
- ConnectionCheckedException(int, String, String, String, String, String) - Constructor for exception org.odpi.openmetadata.frameworks.connectors.ffdc.ConnectionCheckedException
-
Deprecated.
- ConnectionCheckedException(int, String, String, String, String, String[], String, String, String, Map<String, Object>) - Constructor for exception org.odpi.openmetadata.frameworks.connectors.ffdc.ConnectionCheckedException
-
This is the constructor used when receiving an exception from a remote server.
- ConnectionCheckedException(int, String, String, String, String, String, Exception) - Constructor for exception org.odpi.openmetadata.frameworks.connectors.ffdc.ConnectionCheckedException
-
Deprecated.
- ConnectionCheckedException(String, ConnectionCheckedException) - Constructor for exception org.odpi.openmetadata.frameworks.connectors.ffdc.ConnectionCheckedException
-
This is the copy/clone constructor used for creating an exception.
- ConnectionCheckedException(ExceptionMessageDefinition, String, String) - Constructor for exception org.odpi.openmetadata.frameworks.connectors.ffdc.ConnectionCheckedException
-
This is the typical constructor used for creating an exception.
- ConnectionCheckedException(ExceptionMessageDefinition, String, String, Exception) - Constructor for exception org.odpi.openmetadata.frameworks.connectors.ffdc.ConnectionCheckedException
-
This is the constructor used for creating an exception that resulted from a previous error.
- ConnectionCheckedException(ExceptionMessageDefinition, String, String, Exception, Map<String, Object>) - Constructor for exception org.odpi.openmetadata.frameworks.connectors.ffdc.ConnectionCheckedException
-
This is the constructor used for creating an exception that resulted from a previous error.
- ConnectionCheckedException(ExceptionMessageDefinition, String, String, Map<String, Object>) - Constructor for exception org.odpi.openmetadata.frameworks.connectors.ffdc.ConnectionCheckedException
-
This is the typical constructor used for creating an exception.
- ConnectionClient - Class in org.odpi.openmetadata.frameworks.openmetadata.connectorcontext
-
Provides services for connectors to work with connection elements.
- ConnectionClient(ConnectorContextBase, String, String, String, String, String, String, OpenMetadataClient, AuditLog, int) - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.connectorcontext.ConnectionClient
-
Constructor for connector context client.
- ConnectionConnectorTypeProperties - Class in org.odpi.openmetadata.frameworks.openmetadata.properties.connections
-
The ConnectionConnectorType relationship properties as a placeholder in case the relationship has properties added.
- ConnectionConnectorTypeProperties() - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.properties.connections.ConnectionConnectorTypeProperties
-
Default constructor.
- ConnectionConnectorTypeProperties(ConnectionConnectorTypeProperties) - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.properties.connections.ConnectionConnectorTypeProperties
-
Copy/clone Constructor to return a copy of a object.
- connectionDetails - Variable in class org.odpi.openmetadata.adapters.connectors.apacheatlas.integration.modules.AtlasIntegrationModuleBase
- ConnectionHandler<B> - Class in org.odpi.openmetadata.commonservices.generichandlers
-
ConnectionHandler manages Connection objects.
- ConnectionHandler - Class in org.odpi.openmetadata.frameworks.openmetadata.handlers
-
ConnectionHandler provides methods to define connections and link them to connector types and endpoints.
- ConnectionHandler(String, AuditLog, String, OpenMetadataClient) - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.handlers.ConnectionHandler
-
Create a new handler.
- ConnectionHandler(OpenMetadataAPIGenericConverter<B>, Class<B>, String, String, InvalidParameterHandler, RepositoryHandler, OMRSRepositoryHelper, String, OpenMetadataServerSecurityVerifier, AuditLog) - Constructor for class org.odpi.openmetadata.commonservices.generichandlers.ConnectionHandler
-
Construct the handler information needed to interact with the repository services
- ConnectionListResponse - Class in org.odpi.openmetadata.adminservices.rest
-
ConnectionListResponse is the response structure used on the OMAS REST API calls that return a list of connections as a response.
- ConnectionListResponse() - Constructor for class org.odpi.openmetadata.adminservices.rest.ConnectionListResponse
-
Default constructor
- ConnectionListResponse(ConnectionListResponse) - Constructor for class org.odpi.openmetadata.adminservices.rest.ConnectionListResponse
-
Copy/clone constructor
- ConnectionMakerAdmin - Class in org.odpi.openmetadata.viewservices.connectionmaker.admin
-
ConnectionMakerAdmin is the class that is called by the View Server to initialize and terminate the Connection Maker OMVS.
- ConnectionMakerAdmin() - Constructor for class org.odpi.openmetadata.viewservices.connectionmaker.admin.ConnectionMakerAdmin
-
Default constructor
- ConnectionMakerAuditCode - Enum Class in org.odpi.openmetadata.viewservices.connectionmaker.ffdc
-
The ConnectionMakerAuditCode is used to define the message content for the OMRS Audit Log.
- ConnectionMakerErrorCode - Enum Class in org.odpi.openmetadata.viewservices.connectionmaker.ffdc
-
Used to define first failure data capture (FFDC) for errors that occur within the OMAG Server It is used in conjunction with OMAG Exceptions, both Checked and Runtime (unchecked).
- ConnectionMakerInstance - Class in org.odpi.openmetadata.viewservices.connectionmaker.server
-
ConnectionMakerInstance caches references to the objects it needs for a specific server.
- ConnectionMakerInstance(String, AuditLog, String, int, String, String, List<ViewServiceConfig>) - Constructor for class org.odpi.openmetadata.viewservices.connectionmaker.server.ConnectionMakerInstance
-
Set up the Connection Maker OMVS instance
- ConnectionMakerInstanceHandler - Class in org.odpi.openmetadata.viewservices.connectionmaker.server
-
ConnectionMakerInstanceHandler retrieves information from the instance map for the view service instances.
- ConnectionMakerInstanceHandler() - Constructor for class org.odpi.openmetadata.viewservices.connectionmaker.server.ConnectionMakerInstanceHandler
-
Default constructor registers the view service
- ConnectionMakerRegistration - Class in org.odpi.openmetadata.viewservices.connectionmaker.server
-
ConnectionMakerRegistration registers the view service with the OMAG Server administration services.
- ConnectionMakerRegistration() - Constructor for class org.odpi.openmetadata.viewservices.connectionmaker.server.ConnectionMakerRegistration
- ConnectionMakerResource - Class in org.odpi.openmetadata.viewservices.connectionmaker.server.spring
-
The ConnectionMakerResource provides part of the server-side implementation of the Connection Maker OMVS.
- ConnectionMakerResource() - Constructor for class org.odpi.openmetadata.viewservices.connectionmaker.server.spring.ConnectionMakerResource
-
Default constructor
- ConnectionMakerRESTServices - Class in org.odpi.openmetadata.viewservices.connectionmaker.server
-
The ConnectionMakerRESTServices provides the server-side implementation of the Connection Maker Open Metadata View Service (OMVS).
- ConnectionMakerRESTServices() - Constructor for class org.odpi.openmetadata.viewservices.connectionmaker.server.ConnectionMakerRESTServices
-
Default constructor
- connectionName - Variable in class org.odpi.openmetadata.repositoryservices.connectors.openmetadatatopic.OpenMetadataTopicConsumerBase
- ConnectionProperties - Class in org.odpi.openmetadata.frameworks.openmetadata.properties.connections
-
The connection is an object that contains the properties needed to create and initialise a connector to access a specific data assets.
- ConnectionProperties() - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.properties.connections.ConnectionProperties
-
Default constructor sets the Connection properties to null.
- ConnectionProperties(ConnectionProperties) - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.properties.connections.ConnectionProperties
-
Copy/clone Constructor to return a copy of a connection object.
- ConnectionResponse - Class in org.odpi.openmetadata.adminservices.rest
-
OCFConnectionResponse is the response structure used on the Asset Consumer OMAS REST API calls that returns a Connection object as a response.
- ConnectionResponse - Class in org.odpi.openmetadata.repositoryservices.rest.properties
-
ConnectionResponse is the response structure used on REST API calls that return a Connection object as a response.
- ConnectionResponse() - Constructor for class org.odpi.openmetadata.adminservices.rest.ConnectionResponse
-
Default constructor
- ConnectionResponse() - Constructor for class org.odpi.openmetadata.repositoryservices.rest.properties.ConnectionResponse
-
Default constructor
- ConnectionResponse(ConnectionResponse) - Constructor for class org.odpi.openmetadata.adminservices.rest.ConnectionResponse
-
Copy/clone constructor
- ConnectionResponse(ConnectionResponse) - Constructor for class org.odpi.openmetadata.repositoryservices.rest.properties.ConnectionResponse
-
Copy/clone constructor
- connector - Variable in class org.odpi.openmetadata.frameworks.opensurvey.SurveyActionServiceConnector
- connector - Variable in class org.odpi.openmetadata.frameworks.openwatchdog.WatchdogActionServiceConnector
- Connector - Class in org.odpi.openmetadata.frameworks.connectors
-
The Connector is implemented by all connector instances.
- Connector() - Constructor for class org.odpi.openmetadata.frameworks.connectors.Connector
-
Default constructor
- CONNECTOR - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.mermaid.VisualStyle
- CONNECTOR_ACTIVITY_REPORT - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.types.OpenMetadataType
-
Details of the metadata changes made by the execution of the refresh() method by an integration connector or governance service.
- CONNECTOR_CHANGE_FAILED - Enum constant in enum class org.odpi.openmetadata.governanceservers.integrationdaemonservices.ffdc.IntegrationDaemonServicesAuditCode
-
INTEGRATION-DAEMON-SERVICES-0054 - Failed to process a change to integration connector {0}.
- CONNECTOR_CONFIGURATION - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.apachekafka.integration.ffdc.KafkaIntegrationConnectorAuditCode
-
APACHE-KAFKA-INTEGRATION-CONNECTOR-0001 - The {0} integration connector has been initialized to monitor event broker at URL {1} with templateQualifiedName={2}
- CONNECTOR_CONFIGURATION - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.integration.basicfiles.ffdc.BasicFilesIntegrationConnectorsAuditCode
-
BASIC-FILES-INTEGRATION-CONNECTORS-0001 - The {0} integration connector has been initialized with directoryToMonitor={1}, allowCatalogDelete={2}, waitForDirectory={3}, fileTemplateQualifiedName={4}, directoryTemplateQualifiedName={5}, toDoTemplateQualifiedName={6} and incidentReportTemplateQualifiedName={7}
- CONNECTOR_CONFIGURATION - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.integration.csvlineageimporter.ffdc.CSVLineageImporterAuditCode
- CONNECTOR_CONFIGURATION_ALL_ATLAS_GLOSSARIES - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.apacheatlas.integration.ffdc.AtlasIntegrationAuditCode
-
APACHE-ATLAS-INTEGRATION-CONNECTOR-0003 - The {0} integration connector has been initialized to publish all glossary terms from the Apache Atlas server at URL {1} to the open metadata ecosystem
- CONNECTOR_CONFIGURATION_ALL_EGERIA_GLOSSARIES - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.apacheatlas.integration.ffdc.AtlasIntegrationAuditCode
-
APACHE-ATLAS-INTEGRATION-CONNECTOR-0001 - The {0} integration connector has been initialized to publish all glossary terms to the Apache Atlas server at URL {1}
- CONNECTOR_CONFIGURATION_NO_ENDPOINT - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.integration.openapis.ffdc.OpenAPIIntegrationConnectorAuditCode
- CONNECTOR_CONFIGURATION_SPECIFIC_ATLAS_GLOSSARIES - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.apacheatlas.integration.ffdc.AtlasIntegrationAuditCode
-
APACHE-ATLAS-INTEGRATION-CONNECTOR-0004 - The {0} integration connector has been initialized to publish glossary terms from glossary {2} to the Apache Atlas server at URL {1}
- CONNECTOR_CONFIGURATION_SPECIFIC_EGERIA_GLOSSARIES - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.apacheatlas.integration.ffdc.AtlasIntegrationAuditCode
-
APACHE-ATLAS-INTEGRATION-CONNECTOR-0002 - The {0} integration connector has been initialized to publish glossary terms from glossary {2} in the Apache Atlas server at URL {1} to the open metadata ecosystem
- CONNECTOR_CONFIGURATION_WITH_ENDPOINT - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.integration.openapis.ffdc.OpenAPIIntegrationConnectorAuditCode
- CONNECTOR_CONFIGURED - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.governanceactions.ffdc.GovernanceActionConnectorsAuditCode
-
GOVERNANCE-ACTION-CONNECTORS-0032 - Integration connector {0} is now cataloging {1} server at {2}
- CONNECTOR_CONNECTED_TO_DATABASE - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.resource.jdbc.ffdc.JDBCAuditCode
-
JDBC-RESOURCE-CONNECTOR-0002 - The JDBC resource connector has connected to database {0}
- CONNECTOR_CONTEXT_INITIALIZING - Enum constant in enum class org.odpi.openmetadata.frameworks.integration.ffdc.OIFAuditCode
-
OIF-CONNECTOR-0002 - Creating context for integration connector {0} ({1}) connecting to third party technology {2} with permitted synchronization of {3} and service options of {4}
- CONNECTOR_DISCONNECT_DATE - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.types.OpenMetadataProperty
-
Date/time when the connector's disconnect() was called.
- CONNECTOR_ERROR - Enum constant in enum class org.odpi.openmetadata.governanceservers.integrationdaemonservices.ffdc.IntegrationDaemonServicesAuditCode
-
INTEGRATION-DAEMON-SERVICES-0031 - The integration connector {0} method {1} has returned with a {2} exception containing message {3}
- CONNECTOR_FAILED - Enum constant in enum class org.odpi.openmetadata.governanceservers.integrationdaemonservices.ffdc.IntegrationDaemonServicesAuditCode
-
INTEGRATION-DAEMON-SERVICES-0032 - The integration connector {0} method {1} has not been called because it previously returned with a {2} exception containing message {4}
- CONNECTOR_FRAMEWORK_DEFAULT - Static variable in class org.odpi.openmetadata.frameworks.connectors.mapper.OpenConnectorsValidValues
-
This is the official name of the Open Connector Framework (OCF) used in Connector Types.
- CONNECTOR_FRAMEWORK_NAME - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.types.OpenMetadataProperty
-
Name of the framework that the connector implements.
- CONNECTOR_FRAMEWORK_NAME_DEFAULT - Static variable in class org.odpi.openmetadata.frameworks.openmetadata.mapper.OpenMetadataValidValues
-
Open Connector Framework (OCF)
- CONNECTOR_ID - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.types.OpenMetadataProperty
-
Unique identifier of the integration connector deployment.
- CONNECTOR_INTERFACE_LANGUAGE - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.types.OpenMetadataProperty
-
The programming language used to implement the connector's interface.
- CONNECTOR_INTERFACE_LANGUAGE_DEFAULT - Static variable in class org.odpi.openmetadata.frameworks.connectors.mapper.OpenConnectorsValidValues
-
This is the official name of the programming language used for OCF connectors.
- CONNECTOR_INTERFACE_LANGUAGE_DEFAULT - Static variable in class org.odpi.openmetadata.frameworks.openmetadata.mapper.OpenMetadataValidValues
-
Java
- CONNECTOR_INTERFACES - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.types.OpenMetadataProperty
-
List of interfaces supported by the connector.
- CONNECTOR_NAME - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.types.OpenMetadataProperty
-
Name of the integration connector for logging purposes.
- CONNECTOR_PROVIDER_CLASS_NAME - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.types.OpenMetadataProperty
-
Name of the Java class that implements this connector type's open connector framework (OCF) connector provider.
- CONNECTOR_REFRESH_ALL_ENDPOINTS - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.integration.openapis.ffdc.OpenAPIIntegrationConnectorAuditCode
- CONNECTOR_REFRESH_WITH_ENDPOINT - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.integration.openapis.ffdc.OpenAPIIntegrationConnectorAuditCode
- CONNECTOR_SHUTDOWN_DATE - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.types.OpenMetadataProperty
-
Latest time that the connector can run.
- CONNECTOR_SHUTDOWN_FAILURE - Enum constant in enum class org.odpi.openmetadata.governanceservers.integrationdaemonservices.ffdc.IntegrationDaemonServicesAuditCode
-
INTEGRATION-DAEMON-SERVICES-0023 - The integration connector {0} reported an error on disconnect.
- CONNECTOR_SHUTTING_DOWN - Enum constant in enum class org.odpi.openmetadata.governanceservers.integrationdaemonservices.ffdc.IntegrationDaemonServicesAuditCode
-
INTEGRATION-DAEMON-SERVICES-0022 - The integration connector {0} is shutting down
- CONNECTOR_START_DATE - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.types.OpenMetadataProperty
-
Date/time when the connector's start() was called.
- CONNECTOR_STOPPING - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.apacheatlas.integration.ffdc.AtlasIntegrationAuditCode
-
APACHE-ATLAS-INTEGRATION-CONNECTOR-0009 - The {0} integration connector has stopped its monitoring of Apache Atlas at {1} and is shutting down
- CONNECTOR_STOPPING - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.apacheatlas.resource.ffdc.ApacheAtlasAuditCode
-
APACHE-ATLAS-REST-CONNECTOR-0009 - The {0} Apache Atlas REST Connector has stopped its monitoring of Apache Atlas at {1} and is shutting down
- CONNECTOR_STOPPING - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.babbage.ffdc.BabbageAuditCode
-
BABBAGE-ANALYTICAL-ENGINE-0009 - The {0} integration connector has stopped its monitoring of engine actions from server {1} on platform {2} and is shutting down
- CONNECTOR_STOPPING - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.baudot.ffdc.BaudotAuditCode
-
BAUDOT-SUBSCRIPTION-MANAGER-0009 - The {0} integration connector has stopped its monitoring of open metadata from server {1} on platform {2} and is shutting down
- CONNECTOR_STOPPING - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.egeriainfrastructure.ffdc.OMAGConnectorAuditCode
-
The {0} integration connector has stopped its platform monitoring and is shutting down
- CONNECTOR_STOPPING - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.externalharvesters.harvestopenmetadata.ffdc.HarvestOpenMetadataAuditCode
-
HARVEST-OPEN-METADATA-0009 - The {0} integration connector has stopped its monitoring of Apache Atlas at {1} and is shutting down
- CONNECTOR_STOPPING - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.externalharvesters.harvestsurveys.ffdc.HarvestSurveysAuditCode
-
HARVEST-SURVEYS-0009 - The {0} integration connector has stopped its monitoring of Apache Atlas at {1} and is shutting down
- CONNECTOR_STOPPING - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.integration.basicfiles.ffdc.BasicFilesIntegrationConnectorsAuditCode
-
BASIC-FILES-INTEGRATION-CONNECTORS-0009 - The {0} integration connector has stopped its file monitoring and is shutting down
- CONNECTOR_STOPPING - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.integration.csvlineageimporter.ffdc.CSVLineageImporterAuditCode
- CONNECTOR_STOPPING - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.integration.openapis.ffdc.OpenAPIIntegrationConnectorAuditCode
- CONNECTOR_STOPPING - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.jacquard.ffdc.JacquardAuditCode
-
JACQUARD-HARVESTER-0009 - The {0} integration connector has stopped its monitoring of open metadata from server {1} on platform {2} and is shutting down
- CONNECTOR_STOPPING - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.resource.jdbc.ffdc.JDBCAuditCode
-
JDBC-RESOURCE-CONNECTOR-0009 - JDBC resource connector is closing all {0} connection(s) to database {1} and is shutting down
- CONNECTOR_STOPPING - Enum constant in enum class org.odpi.openmetadata.frameworks.integration.ffdc.OIFAuditCode
-
OIF-CONNECTOR-0014 - The {0} integration connector has stopped its monitoring and is shutting down
- CONNECTOR_STOPPING - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.ffdc.OMFAuditCode
-
OPEN-METADATA-0014 - The {0} connector has stopped its monitoring and is shutting down
- CONNECTOR_THREAD_STARTING - Enum constant in enum class org.odpi.openmetadata.governanceservers.integrationdaemonservices.ffdc.IntegrationDaemonServicesAuditCode
-
INTEGRATION-DAEMON-SERVICES-0030 - The dedicated thread for integration connector {0} has started in integration daemon {1}
- CONNECTOR_THREAD_TERMINATING - Enum constant in enum class org.odpi.openmetadata.governanceservers.integrationdaemonservices.ffdc.IntegrationDaemonServicesAuditCode
-
INTEGRATION-DAEMON-SERVICES-0035 - The dedicated thread for integration connector {0} is terminating in integration daemon {1}
- CONNECTOR_TYPE - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.types.OpenMetadataType
-
A set of properties describing a type of connector.
- CONNECTOR_USER_ID - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.types.OpenMetadataProperty
-
UserId for the integration connector to use when working with open metadata.
- ConnectorActivityReport - Class in org.odpi.openmetadata.frameworks.openmetadata.reports
-
ConnectorActivityReport contains the properties for one of the integration connector's integration report.
- ConnectorActivityReport() - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.reports.ConnectorActivityReport
-
Default constructor
- ConnectorActivityReport(ConnectorActivityReport) - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.reports.ConnectorActivityReport
-
Copy/clone constructor
- ConnectorActivityReportClient - Class in org.odpi.openmetadata.frameworks.openmetadata.client
-
ConnectorActivityReportClient defines the interface of the client that implements the maintenance of connector activity reports.
- ConnectorActivityReportClient(String, AuditLog, String, OpenMetadataClient) - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.client.ConnectorActivityReportClient
-
Create a new handler.
- ConnectorActivityReportConverter<B> - Class in org.odpi.openmetadata.frameworks.openmetadata.converters
-
ConnectorActivityReportConverter provides common methods for transferring relevant properties from an Open Metadata Element object into an Integration Report bean.
- ConnectorActivityReportConverter(PropertyHelper, String, String) - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.converters.ConnectorActivityReportConverter
-
Constructor
- ConnectorActivityReportProperties - Class in org.odpi.openmetadata.frameworks.openmetadata.properties.assets.reports
-
ConnectorActivityReportProperties contains the properties for an integration report.
- ConnectorActivityReportProperties() - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.properties.assets.reports.ConnectorActivityReportProperties
-
Default constructor
- ConnectorActivityReportProperties(ConnectorActivityReportProperties) - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.properties.assets.reports.ConnectorActivityReportProperties
-
Copy/clone constructor
- connectorActivityReportWriter - Variable in class org.odpi.openmetadata.frameworks.openmetadata.connectorcontext.ConnectorContextBase
- ConnectorActivityReportWriter - Class in org.odpi.openmetadata.frameworks.openmetadata.reports
-
ConnectorActivityReportWriter is responsible for managing the assembly and production of ConnectorActivityReports.
- ConnectorActivityReportWriter(String, String, String, String, String, ConnectorActivityReportClient) - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.reports.ConnectorActivityReportWriter
-
Set up the connector activity report writer.
- ConnectorBase - Class in org.odpi.openmetadata.frameworks.connectors
-
The ConnectorBase is an implementation of the Connector interface.
- ConnectorBase() - Constructor for class org.odpi.openmetadata.frameworks.connectors.ConnectorBase
-
Typical Constructor: Connectors should always have a constructor requiring no parameters and perform initialization in the initialize method.
- ConnectorBase.ProtectedConnection - Class in org.odpi.openmetadata.frameworks.connectors
-
ProtectedConnection provides a subclass to Connection in order to extract protected values from the connection in order to supply them to the Connector implementation.
- ConnectorBroker - Class in org.odpi.openmetadata.frameworks.connectors
-
The ConnectorBroker is a generic factory for Open Connector Framework (OCF) Connectors.
- ConnectorBroker() - Constructor for class org.odpi.openmetadata.frameworks.connectors.ConnectorBroker
-
Typical constructor
- ConnectorBroker(AuditLog) - Constructor for class org.odpi.openmetadata.frameworks.connectors.ConnectorBroker
-
Constructor to supply the audit log to all connectors that implement the AuditLoggingConnector interface.
- ConnectorCheckedException - Exception in org.odpi.openmetadata.frameworks.connectors.ffdc
-
ConnectorCheckedException provides a checked exception for reporting errors found when using OCF connectors.
- ConnectorCheckedException(int, String, String, String, String, String) - Constructor for exception org.odpi.openmetadata.frameworks.connectors.ffdc.ConnectorCheckedException
-
Deprecated.
- ConnectorCheckedException(int, String, String, String, String, String[], String, String, String, Map<String, Object>) - Constructor for exception org.odpi.openmetadata.frameworks.connectors.ffdc.ConnectorCheckedException
-
This is the constructor used when receiving an exception from a remote server.
- ConnectorCheckedException(int, String, String, String, String, String, Exception) - Constructor for exception org.odpi.openmetadata.frameworks.connectors.ffdc.ConnectorCheckedException
-
Deprecated.
- ConnectorCheckedException(String, ConnectorCheckedException) - Constructor for exception org.odpi.openmetadata.frameworks.connectors.ffdc.ConnectorCheckedException
-
This is the copy/clone constructor used for creating an exception.
- ConnectorCheckedException(String, OMFCheckedExceptionBase) - Constructor for exception org.odpi.openmetadata.frameworks.connectors.ffdc.ConnectorCheckedException
-
This is the copy/clone constructor used for creating an exception.
- ConnectorCheckedException(ExceptionMessageDefinition, String, String) - Constructor for exception org.odpi.openmetadata.frameworks.connectors.ffdc.ConnectorCheckedException
-
This is the typical constructor used for creating an exception.
- ConnectorCheckedException(ExceptionMessageDefinition, String, String, Exception) - Constructor for exception org.odpi.openmetadata.frameworks.connectors.ffdc.ConnectorCheckedException
-
This is the constructor used for creating an exception that resulted from a previous error.
- ConnectorCheckedException(ExceptionMessageDefinition, String, String, Exception, Map<String, Object>) - Constructor for exception org.odpi.openmetadata.frameworks.connectors.ffdc.ConnectorCheckedException
-
This is the constructor used for creating an exception that resulted from a previous error.
- ConnectorCheckedException(ExceptionMessageDefinition, String, String, Map<String, Object>) - Constructor for exception org.odpi.openmetadata.frameworks.connectors.ffdc.ConnectorCheckedException
-
This is the typical constructor used for creating an exception.
- connectorClassName - Variable in class org.odpi.openmetadata.frameworks.connectors.ConnectorProviderBase
- connectorComponentDescription - Variable in class org.odpi.openmetadata.frameworks.connectors.ConnectorProviderBase
- ConnectorConfigPropertiesRequestBody - Class in org.odpi.openmetadata.governanceservers.integrationdaemonservices.rest
-
ConnectorConfigPropertiesRequestBody describes the request body used to update the configuration properties of an integration connector.
- ConnectorConfigPropertiesRequestBody() - Constructor for class org.odpi.openmetadata.governanceservers.integrationdaemonservices.rest.ConnectorConfigPropertiesRequestBody
-
Default constructor
- ConnectorConfigPropertiesRequestBody(ConnectorConfigPropertiesRequestBody) - Constructor for class org.odpi.openmetadata.governanceservers.integrationdaemonservices.rest.ConnectorConfigPropertiesRequestBody
-
Copy/clone constructor.
- ConnectorConfigurationFactory - Class in org.odpi.openmetadata.adapters.repositoryservices
-
ConnectorConfigurationFactory sets up default configuration for the OMRS components.
- ConnectorConfigurationFactory() - Constructor for class org.odpi.openmetadata.adapters.repositoryservices.ConnectorConfigurationFactory
-
Default constructor
- ConnectorConfigurationFactoryErrorCode - Enum Class in org.odpi.openmetadata.adapters.repositoryservices
-
The ConnectorConfigurationFactoryErrorCode is used to define first failure data capture (FFDC) for errors that occur when working with the ConnectorConfigurationFactory.
- connectorContext - Variable in class org.odpi.openmetadata.adapters.connectors.jacquard.tabulardatasets.OpenMetadataDataSetConnectorBase
- ConnectorContextBase - Class in org.odpi.openmetadata.frameworks.openmetadata.connectorcontext
-
This is the base class for a connector context.
- ConnectorContextBase(String, String, String, String, String, String, String, String, boolean, OpenMetadataClient, AuditLog, int, DeleteMethod) - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.connectorcontext.ConnectorContextBase
-
Constructor.
- ConnectorContextClientBase - Class in org.odpi.openmetadata.frameworks.openmetadata.connectorcontext
-
Base class for the connector context client objects.
- ConnectorContextClientBase(ConnectorContextBase, String, String, String, String, String, String, AuditLog, int) - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.connectorcontext.ConnectorContextClientBase
-
Constructor for connector context client.
- ConnectorContextClientBase(ConnectorContextClientBase) - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.connectorcontext.ConnectorContextClientBase
-
Constructor for connector context client.
- ConnectorFactoryInterface - Interface in org.odpi.openmetadata.frameworks.connectors.api
-
ConnectorFactoryInterface is used by applications and tools as a factory for Open Connector Framework (OCF) connectors.
- ConnectorFactoryService - Class in org.odpi.openmetadata.frameworks.integration.connectors
-
ConnectorFactoryService is the service for creating connectors to the data and services of a digital resource (represented by an asset).
- connectorGUID - Variable in class org.odpi.openmetadata.frameworks.openmetadata.connectorcontext.ConnectorContextBase
- connectorGUID - Variable in class org.odpi.openmetadata.frameworks.openmetadata.connectorcontext.ConnectorContextClientBase
- connectorId - Variable in class org.odpi.openmetadata.frameworks.openmetadata.connectorcontext.ConnectorContextBase
- connectorInstanceId - Variable in class org.odpi.openmetadata.frameworks.connectors.ConnectorBase
- connectorInterfaces - Variable in class org.odpi.openmetadata.frameworks.connectors.ConnectorProviderBase
- connectorName - Variable in class org.odpi.openmetadata.adapters.connectors.apacheatlas.integration.modules.AtlasIntegrationModuleBase
- connectorName - Variable in class org.odpi.openmetadata.adapters.connectors.integration.basicfiles.DirectoryToMonitor
- connectorName - Variable in class org.odpi.openmetadata.adapters.connectors.jacquard.tabulardatasets.OpenMetadataDataSetConnectorBase
- connectorName - Variable in class org.odpi.openmetadata.adapters.connectors.unitycatalog.sync.OSSUnityCatalogInsideCatalogSyncBase
- connectorName - Variable in class org.odpi.openmetadata.frameworks.integration.connectors.CatalogTargetProcessorBase
- connectorName - Variable in class org.odpi.openmetadata.frameworks.integration.connectors.IntegrationConnectorBase
- connectorName - Variable in class org.odpi.openmetadata.frameworks.integration.iterator.IntegrationIterator
- connectorName - Variable in class org.odpi.openmetadata.frameworks.openmetadata.connectorcontext.ConnectorContextBase
- connectorName - Variable in class org.odpi.openmetadata.frameworks.openmetadata.filelistener.DirectoryWatcher
- connectorName - Variable in class org.odpi.openmetadata.metadatasecurity.connectors.OpenMetadataSecurityConnector
- ConnectorProvider - Class in org.odpi.openmetadata.frameworks.connectors
-
The ConnectorProvider is a formal plug-in interface for the Open Connector Framework (OCF).
- ConnectorProvider() - Constructor for class org.odpi.openmetadata.frameworks.connectors.ConnectorProvider
- ConnectorProviderBase - Class in org.odpi.openmetadata.frameworks.connectors
-
ConnectorProviderBase is a base class for a connector provider.
- ConnectorProviderBase() - Constructor for class org.odpi.openmetadata.frameworks.connectors.ConnectorProviderBase
-
Typical constructor
- ConnectorReport - Class in org.odpi.openmetadata.commonservices.ffdc.properties
-
ConnectorReport is a collection of information provided by a connector provider that describes the operation of a connector.
- ConnectorReport() - Constructor for class org.odpi.openmetadata.commonservices.ffdc.properties.ConnectorReport
-
Default constructor
- ConnectorReport(ConnectorReport) - Constructor for class org.odpi.openmetadata.commonservices.ffdc.properties.ConnectorReport
-
Copy/clone constructor
- ConnectorReportResponse - Class in org.odpi.openmetadata.commonservices.ffdc.rest
-
ConnectorReportResponse is the response structure used on REST API calls that return a ConnectorReport object as a response.
- ConnectorReportResponse() - Constructor for class org.odpi.openmetadata.commonservices.ffdc.rest.ConnectorReportResponse
-
Default constructor
- ConnectorReportResponse(ConnectorReportResponse) - Constructor for class org.odpi.openmetadata.commonservices.ffdc.rest.ConnectorReportResponse
-
Copy/clone constructor
- connectorToTarget - Variable in class org.odpi.openmetadata.frameworks.integration.properties.RequestedCatalogTarget
- ConnectorType - Class in org.odpi.openmetadata.frameworks.connectors.properties.beans
-
The ConnectorType describe the implementation details of a particular type of OCF connector.
- ConnectorType() - Constructor for class org.odpi.openmetadata.frameworks.connectors.properties.beans.ConnectorType
-
Default constructor
- ConnectorType(ConnectorType) - Constructor for class org.odpi.openmetadata.frameworks.connectors.properties.beans.ConnectorType
-
Copy/clone constructor for a connectorType that is not connected to an asset (either directly or indirectly).
- connectorTypeBean - Variable in class org.odpi.openmetadata.frameworks.connectors.ConnectorProviderBase
- ConnectorTypeClient - Class in org.odpi.openmetadata.frameworks.openmetadata.connectorcontext
-
Provides services for connectors to work with connector type elements.
- ConnectorTypeClient(ConnectorContextBase, String, String, String, String, String, String, OpenMetadataClient, AuditLog, int) - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.connectorcontext.ConnectorTypeClient
-
Constructor for connector context client.
- ConnectorTypeHandler - Class in org.odpi.openmetadata.frameworks.openmetadata.handlers
-
ConnectorTypeHandler provides methods to define connector types.
- ConnectorTypeHandler(String, AuditLog, String, OpenMetadataClient) - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.handlers.ConnectorTypeHandler
-
Create a new handler.
- ConnectorTypeProperties - Class in org.odpi.openmetadata.frameworks.openmetadata.properties.connections
-
The ConnectorTypeProperties describe the implementation details of a particular type of connector.
- ConnectorTypeProperties() - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.properties.connections.ConnectorTypeProperties
-
Default constructor
- ConnectorTypeProperties(ConnectorTypeProperties) - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.properties.connections.ConnectorTypeProperties
-
Copy/clone constructor for a connectorType that is not connected to an asset (either directly or indirectly).
- connectorUserId - Variable in class org.odpi.openmetadata.frameworks.openmetadata.connectorcontext.ConnectorContextBase
- connectorUserId - Variable in class org.odpi.openmetadata.frameworks.openmetadata.connectorcontext.ConnectorContextClientBase
- connectToCohort() - Method in class org.odpi.openmetadata.repositoryservices.metadatahighway.cohortregistry.OMRSCohortRegistry
-
A new server needs to register the metadataCollectionId for its metadata repository with the other servers in the open metadata repository.
- connectToCohort() - Method in class org.odpi.openmetadata.repositoryservices.metadatahighway.OMRSCohortManager
-
A new server needs to register the metadataCollectionId for its metadata repository with the other servers in the open metadata repository.
- connectToCohort(String) - Method in class org.odpi.openmetadata.adapters.connectors.egeriainfrastructure.extractor.EgeriaExtractor
-
A new server needs to register the metadataCollectionId for its metadata repository with the other servers in the open metadata repository.
- connectToCohort(String) - Method in class org.odpi.openmetadata.adapters.connectors.egeriainfrastructure.servers.MetadataAccessServerConnector
-
A new server needs to register the metadataCollectionId for its metadata repository with the other servers in the open metadata repository.
- connectToCohort(String) - Method in class org.odpi.openmetadata.adapters.connectors.egeriainfrastructure.servers.OMAGServerConnectorBase
-
A new server needs to register the metadataCollectionId for its metadata repository with the other servers in the open metadata repository.
- connectToCohort(String) - Method in class org.odpi.openmetadata.repositoryservices.clients.MetadataHighwayServicesClient
-
A new server needs to register the metadataCollectionId for its metadata repository with the other servers in the open metadata repository.
- connectToCohort(String) - Method in class org.odpi.openmetadata.repositoryservices.metadatahighway.OMRSMetadataHighwayManager
-
A new server needs to register the metadataCollectionId for its metadata repository with the other servers in the open metadata repository.
- connectToCohort(String, String, String) - Method in class org.odpi.openmetadata.repositoryservices.rest.server.OMRSMetadataHighwayRESTServices
-
A new server needs to register the metadataCollectionId for its metadata repository with the other servers in the open metadata repository.
- connectToCohort(String, String, String) - Method in class org.odpi.openmetadata.repositoryservices.rest.server.spring.MetadataHighwayServicesResource
-
A new server needs to register the metadataCollectionId for its metadata repository with the other servers in the open metadata repository.
- connectToCohort(String, String, String, NullRequestBody) - Method in class org.odpi.openmetadata.viewservices.runtimemanager.server.RuntimeManagerRESTServices
-
A new server needs to register the metadataCollectionId for its metadata repository with the other servers in the open metadata repository.
- connectToCohort(CohortConfig) - Method in class org.odpi.openmetadata.repositoryservices.metadatahighway.OMRSMetadataHighwayManager
-
Initialize the components to connect the local repository to a cohort.
- connectToCohortGet(String, String, String) - Method in class org.odpi.openmetadata.viewservices.runtimemanager.server.spring.RuntimeManagerResource
-
A new server needs to register the metadataCollectionId for its metadata repository with the other servers in the open metadata repository.
- connectToCohortPost(String, String, String, NullRequestBody) - Method in class org.odpi.openmetadata.viewservices.runtimemanager.server.spring.RuntimeManagerResource
-
A new server needs to register the metadataCollectionId for its metadata repository with the other servers in the open metadata repository.
- ConnectToEndpointProperties - Class in org.odpi.openmetadata.frameworks.openmetadata.properties.connections
-
The ConnectionEndpoint relationship properties as a placeholder in case the relationship has properties added.
- ConnectToEndpointProperties() - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.properties.connections.ConnectToEndpointProperties
-
Default constructor sets the Connection properties to null.
- ConnectToEndpointProperties(ConnectToEndpointProperties) - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.properties.connections.ConnectToEndpointProperties
-
Copy/clone Constructor to return a copy of a connection object.
- CONSISTENT_TYPES - Enum constant in enum class org.odpi.openmetadata.conformance.workbenches.repository.RepositoryConformanceProfileRequirement
-
The technology under test supports entity, relationship and classification types that link together.
- CONSISTENT_VALID_VALUES_RELATIONSHIP - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.types.OpenMetadataType
-
Identifies two valid values from different valid value sets (properties) that should be used together when in the same element for consistency.
- ConsistentValidValuesProperties - Class in org.odpi.openmetadata.frameworks.openmetadata.properties.validvalues
-
ConsistentValidValuesProperties is a java bean used to associate two valid values.
- ConsistentValidValuesProperties() - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.properties.validvalues.ConsistentValidValuesProperties
-
Default constructor
- ConsistentValidValuesProperties(ConsistentValidValuesProperties) - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.properties.validvalues.ConsistentValidValuesProperties
-
Copy/clone constructor.
- CONSOLE_AUDIT_LOG_DESTINATION_CONNECTOR - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.EgeriaOpenConnectorDefinition
- CONSOLE_COMMAND - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.mermaid.SolutionComponentVisualStyle
-
Provides a callable function that can be issued from a console/command line.
- CONSOLE_COMMAND - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.refdata.SolutionComponentType
-
Provides a callable function that can be issued from a console/command line.
- CONSOLE_EVENT_DISPLAY_AUDIT_LOG_DESTINATION_CONNECTOR - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.EgeriaOpenConnectorDefinition
- ConsoleAuditLogStoreConnector - Class in org.odpi.openmetadata.adapters.repositoryservices.auditlogstore.console
-
ConsoleAuditLogStoreConnector provides a connector implementation for a console (stdout) audit log.
- ConsoleAuditLogStoreConnector() - Constructor for class org.odpi.openmetadata.adapters.repositoryservices.auditlogstore.console.ConsoleAuditLogStoreConnector
-
Default constructor used by the connector provider.
- ConsoleAuditLogStoreProvider - Class in org.odpi.openmetadata.adapters.repositoryservices.auditlogstore.console
-
ConsoleAuditLogStoreProvider is the OCF connector provider for the console audit log store.
- ConsoleAuditLogStoreProvider() - Constructor for class org.odpi.openmetadata.adapters.repositoryservices.auditlogstore.console.ConsoleAuditLogStoreProvider
-
Constructor used to initialize the OpenConnectorProviderBase with the Java class name of the specific audit log store implementation.
- CONSOLIDATED_DUPLICATE_CLASSIFICATION - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.types.OpenMetadataType
-
An element that has be formed by combining the properties, classifications, and relationships from multiple duplicate entities.
- CONSOLIDATED_DUPLICATE_LINK - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.types.OpenMetadataType
-
Link between a detected duplicate entity and an entity that contains the combined values of this entity and its other duplicates.
- ConsolidatedDuplicateLinkProperties - Class in org.odpi.openmetadata.frameworks.openmetadata.properties.governance
-
ConsolidatedDuplicateLinkProperties links an element that is built by consolidating properties from duplicate elements to one of these duplicate elements.
- ConsolidatedDuplicateLinkProperties() - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.properties.governance.ConsolidatedDuplicateLinkProperties
-
Default constructor
- ConsolidatedDuplicateLinkProperties(ConsolidatedDuplicateLinkProperties) - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.properties.governance.ConsolidatedDuplicateLinkProperties
-
Copy/clone constructor.
- ConsolidatedDuplicateProperties - Class in org.odpi.openmetadata.frameworks.openmetadata.properties.governance
-
ConsolidatedDuplicateProperties provides a structure for passing the properties associated with a consolidated duplicate.
- ConsolidatedDuplicateProperties() - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.properties.governance.ConsolidatedDuplicateProperties
-
Default constructor
- ConsolidatedDuplicateProperties(ConsolidatedDuplicateProperties) - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.properties.governance.ConsolidatedDuplicateProperties
-
Copy/clone constructor
- CONSTRAINT_PARAM_ATTRIBUTE - Static variable in class org.odpi.openmetadata.adapters.connectors.apacheatlas.resource.properties.AtlasConstraintDef
- CONSTRAINT_TYPE_INVERSE_REF - Static variable in class org.odpi.openmetadata.adapters.connectors.apacheatlas.resource.properties.AtlasConstraintDef
- CONSTRAINT_TYPE_OWNED_REF - Static variable in class org.odpi.openmetadata.adapters.connectors.apacheatlas.resource.properties.AtlasConstraintDef
- constructValidValueQualifiedName(String, String, String, String) - Static method in class org.odpi.openmetadata.frameworks.openmetadata.mapper.OpenMetadataValidValues
-
Creates the qualifiedName of the element based on the properties supplied.
- CONSUME_DATA - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.jacquard.solutionblueprint.SolutionComponentActor
- CONSUMER_EVENT_PROCESSING_TIMEOUT_MINS - Enum constant in enum class org.odpi.openmetadata.adapters.eventbus.topic.kafka.KafkaOpenMetadataEventConsumerProperty
-
This property adds an optional upper bound for the consumer event processing before an event is treated as being fully processed and committed to Kafka.
- CONSUMER_TIMEOUT_PREVENTION_SAFETY_WINDOW_MS - Enum constant in enum class org.odpi.openmetadata.adapters.eventbus.topic.kafka.KafkaOpenMetadataEventConsumerProperty
- consumerPropertyName - Static variable in class org.odpi.openmetadata.adapters.eventbus.topic.kafka.KafkaOpenMetadataTopicProvider
- CONTACT_DETAILS - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.types.OpenMetadataType
-
Information on how to send a message to an individual or automated process.
- CONTACT_EMAIL - Enum constant in enum class org.odpi.openmetadata.samples.governanceactions.clinicaltrials.CocoClinicalTrialPlaceholderProperty
- CONTACT_METHOD_SERVICE - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.types.OpenMetadataProperty
-
Details of the service supporting the contact method.
- CONTACT_METHOD_TYPE - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.types.OpenMetadataProperty
-
Type of mechanism to contact an actor.
- CONTACT_METHOD_VALUE - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.types.OpenMetadataProperty
-
Details of the contact method
- CONTACT_NAME - Enum constant in enum class org.odpi.openmetadata.samples.governanceactions.clinicaltrials.CocoClinicalTrialPlaceholderProperty
- CONTACT_PERSON - Enum constant in enum class org.odpi.openmetadata.samples.governanceactions.clinicaltrials.CocoClinicalTrialActionTarget
-
The person who can be contacted if there are problems with the data from this hospital.
- CONTACT_THROUGH_RELATIONSHIP - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.types.OpenMetadataType
-
The contact details associated with an actor profile.
- CONTACT_TYPE - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.types.OpenMetadataProperty
-
Type of contact - such as home address, work mobile, emergency contact ...
- ContactDetailsClient - Class in org.odpi.openmetadata.frameworks.openmetadata.connectorcontext
-
Provides services for connectors to work with contact details elements.
- ContactDetailsClient(ConnectorContextBase, String, String, String, String, String, String, OpenMetadataClient, AuditLog, int) - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.connectorcontext.ContactDetailsClient
-
Constructor for connector context client.
- ContactDetailsHandler - Class in org.odpi.openmetadata.frameworks.openmetadata.handlers
-
ContactDetailsHandler provides methods to define contact methods (contact details).
- ContactDetailsHandler(String, AuditLog, String, OpenMetadataClient) - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.handlers.ContactDetailsHandler
-
Create a new handler.
- ContactDetailsProperties - Class in org.odpi.openmetadata.frameworks.openmetadata.properties.actors
-
ContactDetailsProperties describes a single mechanism that can be used to contact an individual.
- ContactDetailsProperties() - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.properties.actors.ContactDetailsProperties
-
Default constructor
- ContactDetailsProperties(ContactDetailsProperties) - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.properties.actors.ContactDetailsProperties
-
Copy/clone constructor
- ContactMethodType - Enum Class in org.odpi.openmetadata.frameworks.openmetadata.enums
-
ContactMethodType specifies the contact mechanism to use to contact an individual.
- ContactThroughProperties - Class in org.odpi.openmetadata.frameworks.openmetadata.properties.actors
-
ContactThroughProperties describes the properties for the ContactThrough relationship between an actor profile and a contact details element.
- ContactThroughProperties() - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.properties.actors.ContactThroughProperties
-
Default constructor
- ContactThroughProperties(ContactThroughProperties) - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.properties.actors.ContactThroughProperties
-
Copy/clone constructor
- ContactTypeDefinition - Enum Class in org.odpi.openmetadata.samples.archiveutilities.organization
-
The ContactTypeDefinition is used to feed the definition of the contactType valid value set for Coco Pharmaceuticals' employees.
- CONTAINMENT - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.refdata.AssociationType
- CONTAINMENT_TYPE - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.types.OpenMetadataProperty
-
The containment relationship between two processes: the parent and one of its children.
- contains(Object) - Method in class org.odpi.openmetadata.adapters.repositoryservices.archiveconnector.directory.DirectoryBasedOpenMetadataArchiveStoreList
- CONTAINS - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.apacheatlas.resource.properties.AtlasOperator
- CONTAINS_ALL - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.apacheatlas.resource.properties.AtlasOperator
- CONTAINS_ANY - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.apacheatlas.resource.properties.AtlasOperator
- CONTAINS_SQL - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.unitycatalog.properties.SQLDataAccess
- containsAll(Collection<?>) - Method in class org.odpi.openmetadata.adapters.repositoryservices.archiveconnector.directory.DirectoryBasedOpenMetadataArchiveStoreList
- CONTENT_COLLECTION_MANAGER - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.types.OpenMetadataType
-
Identifies a software capability as a manager of controlled documents and related media.
- CONTENT_MANAGER_LOGIC_ERROR - Enum constant in enum class org.odpi.openmetadata.repositoryservices.ffdc.OMRSErrorCode
-
OMRS-LOCAL-REPOSITORY-503-006 - An OMRS repository connector {0} has passed an invalid parameter to the repository content manager {1} operation as part of the {2} request
- CONTENT_PACK - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.search.ElementOriginCategory
-
The element comes from an open metadata content pack.
- CONTENT_PACK - Enum constant in enum class org.odpi.openmetadata.repositoryservices.connectors.stores.archivestore.properties.OpenMetadataArchiveType
-
Content Pack - A collection of metadata elements that define a standard or support a specific use case.
- CONTENT_PACK - Enum constant in enum class org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.properties.instances.InstanceProvenanceType
-
Content Pack - The instance comes from an open metadata content pack.
- CONTENT_PACK_CATALOGUER - Enum constant in enum class org.odpi.openmetadata.contentpacks.core.IntegrationConnectorDefinition
- CONTENT_STATUS - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.jacquard.productcatalog.ProductDataFieldDefinition
-
Status of the content of this element.
- CONTENT_STATUS - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.types.OpenMetadataProperty
-
Defines the current status of the content of an authored referenceable.
- ContentCollectionManagerProperties - Class in org.odpi.openmetadata.frameworks.openmetadata.properties.softwarecapabilities
-
ContentCollectionManagerProperties describes the properties of a content collection manager.
- ContentCollectionManagerProperties() - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.properties.softwarecapabilities.ContentCollectionManagerProperties
-
Default constructor
- ContentCollectionManagerProperties(ContentCollectionManagerProperties) - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.properties.softwarecapabilities.ContentCollectionManagerProperties
-
Copy/clone constructor.
- ContentPackBaseArchiveWriter - Class in org.odpi.openmetadata.contentpacks.core.base
-
CorePackArchiveWriter creates an open metadata archive that includes the connector type information for all open connectors supplied by the egeria project.
- ContentPackBaseArchiveWriter(String, String, String, String, OpenMetadataArchive[]) - Constructor for class org.odpi.openmetadata.contentpacks.core.base.ContentPackBaseArchiveWriter
-
Constructor for an archive.
- ContentPackDefinition - Enum Class in org.odpi.openmetadata.contentpacks.core
-
Identifies the content pack containing specific templates, integration connectors and governance services belong to.
- ContentStatus - Enum Class in org.odpi.openmetadata.frameworks.openmetadata.enums
-
The ContentStatus defines the status of an authored referenceable or data asset element in the metadata collection.
- ContentStatusFilterRequestBody - Class in org.odpi.openmetadata.commonservices.ffdc.rest
-
ContentStatusFilterRequestBody provides a structure for passing the status.
- ContentStatusFilterRequestBody() - Constructor for class org.odpi.openmetadata.commonservices.ffdc.rest.ContentStatusFilterRequestBody
-
Default constructor
- ContentStatusFilterRequestBody(ContentStatusFilterRequestBody) - Constructor for class org.odpi.openmetadata.commonservices.ffdc.rest.ContentStatusFilterRequestBody
-
Copy/clone constructor
- ContentStatusRequestBody - Class in org.odpi.openmetadata.commonservices.ffdc.rest
-
ContentStatusRequestBody provides a structure for passing the status.
- ContentStatusRequestBody() - Constructor for class org.odpi.openmetadata.commonservices.ffdc.rest.ContentStatusRequestBody
-
Default constructor
- ContentStatusRequestBody(ContentStatusRequestBody) - Constructor for class org.odpi.openmetadata.commonservices.ffdc.rest.ContentStatusRequestBody
-
Copy/clone constructor
- ContentStatusSearchString - Class in org.odpi.openmetadata.commonservices.ffdc.rest
-
A request body that allows the status of an authored referenceable to be included in the search criteria.
- ContentStatusSearchString() - Constructor for class org.odpi.openmetadata.commonservices.ffdc.rest.ContentStatusSearchString
-
Default constructor
- ContentStatusSearchString(ContentStatusSearchString) - Constructor for class org.odpi.openmetadata.commonservices.ffdc.rest.ContentStatusSearchString
-
Copy/clone constructor
- context - Variable in class org.odpi.openmetadata.adapters.connectors.unitycatalog.sync.OSSUnityCatalogInsideCatalogSyncBase
- CONTEXT - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.types.OpenMetadataProperty
-
Description of the situation where this pattern may be useful.
- CONTEXT_DEFINITION_CLASSIFICATION - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.types.OpenMetadataType
-
Identifies a glossary term that describes a context where processing or decisions occur.
- CONTEXT_EVENT - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.externalharvesters.harvestopenmetadata.schema.HarvestOpenMetadataTable
-
Known context events.
- CONTEXT_EVENT - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.types.OpenMetadataType
-
A description of an event that impacts users, data, services, etcetera.
- CONTEXT_EVENT_COLLECTION - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.types.OpenMetadataType
-
Defines a collection of related context events.
- CONTEXT_EVENT_EFFECT - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.externalharvesters.harvestopenmetadata.schema.HarvestOpenMetadataColumn
- CONTEXT_EVENT_EVIDENCE_RELATIONSHIP - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.types.OpenMetadataType
-
Link to evidence that the context event has occurred, started or is expected can appear as alerts/notification or incidents that people have raised.
- CONTEXT_EVENT_FOR_TIMELINE_EFFECTS_RELATIONSHIP - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.types.OpenMetadataType
-
Associates a ContextEvent to a Referenceable (typically and Asset or DigitalProduct) whose data is effected by the event.
- CONTEXT_EVENT_GUID - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.externalharvesters.harvestopenmetadata.schema.HarvestOpenMetadataColumn
- CONTEXT_EVENT_IMPACT_RELATIONSHIP - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.types.OpenMetadataType
-
Links a ContextEvent entity to Referenceable entities that describe resources that are impacted by the event.
- CONTEXT_EVENT_TYPE - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.externalharvesters.harvestopenmetadata.schema.HarvestOpenMetadataTable
-
Types of known context events.
- CONTEXT_EVENT_TYPE_GUID - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.externalharvesters.harvestopenmetadata.schema.HarvestOpenMetadataColumn
- CONTEXT_INITIALIZING - Enum constant in enum class org.odpi.openmetadata.frameworks.integration.ffdc.OIFAuditCode
-
OIF-CONNECTOR-0001 - The integration connector context manager is being initialized for calls to server {0} on platform {1}
- CONTEXT_INITIALIZING - Enum constant in enum class org.odpi.openmetadata.frameworkservices.gaf.ffdc.OpenGovernanceAuditCode
-
OPEN-GOVERNANCE-0002 - The catalog integrator context manager is being initialized for calls to server {0} on platform {1}
- ContextDefinitionProperties - Class in org.odpi.openmetadata.frameworks.openmetadata.properties.glossaries
-
ContextDefinitionProperties describes a type of context that a glossary term represents.
- ContextDefinitionProperties() - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.properties.glossaries.ContextDefinitionProperties
-
Default constructor
- ContextDefinitionProperties(ContextDefinitionProperties) - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.properties.glossaries.ContextDefinitionProperties
-
Copy/clone constructor.
- ContextEventClient - Class in org.odpi.openmetadata.frameworks.openmetadata.connectorcontext
-
Provides services for connectors to work with context event elements.
- ContextEventClient(ConnectorContextBase, String, String, String, String, String, String, OpenMetadataClient, AuditLog, int) - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.connectorcontext.ContextEventClient
-
Constructor for connector context client.
- ContextEventCollectionProperties - Class in org.odpi.openmetadata.frameworks.openmetadata.properties.collections
-
ContextEventCollectionProperties is a java bean used to classify a collection.
- ContextEventCollectionProperties() - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.properties.collections.ContextEventCollectionProperties
-
Default constructor
- ContextEventCollectionProperties(CollectionProperties) - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.properties.collections.ContextEventCollectionProperties
-
Copy/clone constructor.
- ContextEventCollectionProperties(ContextEventCollectionProperties) - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.properties.collections.ContextEventCollectionProperties
-
Copy/clone constructor.
- ContextEventEvidenceProperties - Class in org.odpi.openmetadata.frameworks.openmetadata.properties.contextevents
-
DependentContextEventProperties is a java bean used to describe a link between a context event and the evidence that it occurred.
- ContextEventEvidenceProperties() - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.properties.contextevents.ContextEventEvidenceProperties
-
Default constructor
- ContextEventEvidenceProperties(ContextEventEvidenceProperties) - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.properties.contextevents.ContextEventEvidenceProperties
-
Copy/clone constructor.
- ContextEventForTimelineEffectsProperties - Class in org.odpi.openmetadata.frameworks.openmetadata.properties.contextevents
-
ContextEventForTimelineEffectsProperties is a java bean used to describe a link between a context event and the data that is effected by it.
- ContextEventForTimelineEffectsProperties() - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.properties.contextevents.ContextEventForTimelineEffectsProperties
-
Default constructor
- ContextEventForTimelineEffectsProperties(ContextEventForTimelineEffectsProperties) - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.properties.contextevents.ContextEventForTimelineEffectsProperties
-
Copy/clone constructor.
- contextEventHandler - Variable in class org.odpi.openmetadata.frameworks.openmetadata.connectorcontext.ConnectorContextBase
- ContextEventHandler - Class in org.odpi.openmetadata.frameworks.openmetadata.handlers
-
ContextEvent handler describes how to maintain and query context events and the relationships used to associate then with elements that were affected..
- ContextEventHandler(String, AuditLog, String, OpenMetadataClient) - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.handlers.ContextEventHandler
-
Create a new handler.
- ContextEventImpactProperties - Class in org.odpi.openmetadata.frameworks.openmetadata.properties.contextevents
-
ContextEventImpactProperties is a java bean used to describe a link between a context event and elements that describe its impact.
- ContextEventImpactProperties() - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.properties.contextevents.ContextEventImpactProperties
-
Default constructor
- ContextEventImpactProperties(ContextEventImpactProperties) - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.properties.contextevents.ContextEventImpactProperties
-
Copy/clone constructor.
- ContextEventProperties - Class in org.odpi.openmetadata.frameworks.openmetadata.properties.contextevents
-
ContextEventProperties holds properties that are used for displaying details of context event.
- ContextEventProperties() - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.properties.contextevents.ContextEventProperties
-
Default constructor
- ContextEventProperties(ContextEventProperties) - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.properties.contextevents.ContextEventProperties
-
Copy/clone constructor.
- CONTRACT - Enum constant in enum class org.odpi.openmetadata.samples.archiveutilities.governanceprogram.CocoSubjectAreaDefinition
-
ServiceQuality:Contract - Information relating to the Coco Pharmaceuticals' contracts.
- CONTRACT_ID - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.types.OpenMetadataProperty
-
Identifier for the contract used in the agreement.
- CONTRACT_LIAISON - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.types.OpenMetadataProperty
-
Identifier of actor to contact with queries relating to the contract.
- CONTRACT_LIAISON_PROPERTY_NAME - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.types.OpenMetadataProperty
-
The property from the actor element used as the identifier.
- CONTRACT_LIAISON_TYPE_NAME - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.types.OpenMetadataProperty
-
Type name of liaison actor element.
- CONTRACT_LIFETIME - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.refdata.RetentionBasis
-
The data is needed for the lifetime of the referenced contract.
- CONTRACT_LINK_RELATIONSHIP - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.types.OpenMetadataType
-
Link to the contract document.
- ContractLinkProperties - Class in org.odpi.openmetadata.frameworks.openmetadata.properties.digitalbusiness
-
AgreementActorProperties describes a relationship between an actor and an agreement.
- ContractLinkProperties() - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.properties.digitalbusiness.ContractLinkProperties
-
Default constructor
- ContractLinkProperties(ContractLinkProperties) - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.properties.digitalbusiness.ContractLinkProperties
-
Copy/clone constructor.
- CONTRACTOR - Enum constant in enum class org.odpi.openmetadata.frameworks.connectors.properties.users.UserAccountType
-
The account is for an individual who is a contractor to the organization
- CONTRACTOR - Enum constant in enum class org.odpi.openmetadata.samples.archiveutilities.organization.EmployeeTypeDefinition
-
This employee is on a temporary contract.
- CONTRACTOR_ACCOUNT_COUNT - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.types.OpenMetadataProperty
-
Count of the contractor user accounts in the secrets store.
- CONTRACTORS_GROUP - Enum constant in enum class org.odpi.openmetadata.metadatasecurity.accessconnector.controls.OpenMetadataSecurityConfigurationProperty
-
Name of the dynamic group that includes all contactors with a valid account.
- CONTRIBUTION - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.externalharvesters.harvestopenmetadata.schema.HarvestOpenMetadataTable
-
Individual contribution levels by karma points.
- CONTRIBUTION_RECORD - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.types.OpenMetadataType
-
A record of the contribution of an actor profile.
- CONTRIBUTION_RELATIONSHIP - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.types.OpenMetadataType
-
Relationship identifying an actor's contribution record.
- ContributionProperties - Class in org.odpi.openmetadata.frameworks.openmetadata.properties.actors
-
ContributionProperties describes the properties for the Contribution relationship between an actor profile and a contribution record element.
- ContributionProperties() - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.properties.actors.ContributionProperties
-
Default constructor
- ContributionProperties(ContributionProperties) - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.properties.actors.ContributionProperties
-
Copy/clone constructor
- ContributionRecordClient - Class in org.odpi.openmetadata.frameworks.openmetadata.connectorcontext
-
Provides services for connectors to work with contribution record elements.
- ContributionRecordClient(ConnectorContextBase, String, String, String, String, String, String, OpenMetadataClient, AuditLog, int) - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.connectorcontext.ContributionRecordClient
-
Constructor for connector context client.
- ContributionRecordHandler - Class in org.odpi.openmetadata.frameworks.openmetadata.handlers
-
ContributionRecordHandler provides methods to define contribution records
- ContributionRecordHandler(String, AuditLog, String, OpenMetadataClient) - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.handlers.ContributionRecordHandler
-
Create a new handler.
- ContributionRecordProperties - Class in org.odpi.openmetadata.frameworks.openmetadata.properties.actors
-
The ContributionRecordProperties holds the information about an individual's contribution to the open metadata ecosystem.
- ContributionRecordProperties() - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.properties.actors.ContributionRecordProperties
-
Default Constructor
- ContributionRecordProperties(ContributionRecordProperties) - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.properties.actors.ContributionRecordProperties
-
Copy/clone Constructor - the resulting object.
- CONTRIBUTOR - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.refdata.AssignmentType
- CONTROL - Enum constant in enum class org.odpi.openmetadata.adapters.repositoryservices.postgres.repositoryconnector.schema.RepositoryTable
-
Control table to identify the server, metadata collection and version that this repository serves.
- CONTROL_FLOW_RELATIONSHIP - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.types.OpenMetadataType
-
Shows that when one element completes processing, control passes to the next element.
- CONTROL_MC_ID_MISMATCH - Enum constant in enum class org.odpi.openmetadata.adapters.repositoryservices.postgres.repositoryconnector.ffdc.PostgresErrorCode
-
POSTGRES-REPOSITORY-CONNECTOR-500-006 - The {0} postgreSQL repository connector is not able to use the contents of database schema {1} because this repository is for server {2}
- CONTROL_POINT_CLASSIFICATION - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.types.OpenMetadataType
-
A task in a process where a person must make a decision on the right action to take.
- CONTROL_SCHEMA_VERSION_MISMATCH - Enum constant in enum class org.odpi.openmetadata.adapters.repositoryservices.postgres.repositoryconnector.ffdc.PostgresErrorCode
-
POSTGRES-REPOSITORY-CONNECTOR-500-007 - The {0} postgreSQL repository connector is not able to use the contents of database schema {1} because it does not support schema version {2}
- CONTROL_SERVER_MISMATCH - Enum constant in enum class org.odpi.openmetadata.adapters.repositoryservices.postgres.repositoryconnector.ffdc.PostgresErrorCode
-
POSTGRES-REPOSITORY-CONNECTOR-500-005 - The {0} postgreSQL repository connector is not able to use the contents of database schema {1} because this repository is for server {2}
- ControlFlowProperties - Class in org.odpi.openmetadata.frameworks.openmetadata.properties.lineage
-
ControlFlowProperties describe the properties for a control flow relationship.
- ControlFlowProperties() - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.properties.lineage.ControlFlowProperties
-
Default constructor
- ControlFlowProperties(ControlFlowProperties) - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.properties.lineage.ControlFlowProperties
-
Copy/clone constructor.
- ControlMapper - Class in org.odpi.openmetadata.adapters.repositoryservices.postgres.repositoryconnector.mappers
- ControlMapper(String, String, String, String) - Constructor for class org.odpi.openmetadata.adapters.repositoryservices.postgres.repositoryconnector.mappers.ControlMapper
-
Constructor used to write to the control table.
- ControlMapper(String, List<Map<String, JDBCDataValue>>) - Constructor for class org.odpi.openmetadata.adapters.repositoryservices.postgres.repositoryconnector.mappers.ControlMapper
-
Constructor when receiving values from the database table.
- ControlPointProperties - Class in org.odpi.openmetadata.frameworks.openmetadata.properties.governance
-
Maps an element as a control point for a governance definition.
- ControlPointProperties() - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.properties.governance.ControlPointProperties
-
Default constructor
- ControlPointProperties(ControlPointProperties) - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.properties.governance.ControlPointProperties
-
Copy/clone constructor
- converter - Variable in class org.odpi.openmetadata.commonservices.generichandlers.OpenMetadataAPIRootHandler
- convertOpenMetadataRelationships(List<Relationship>, String) - Method in class org.odpi.openmetadata.frameworkservices.omf.handlers.MetadataElementHandler
-
Convert OMRS relationships into OpenMetadataRelationships
- convertRootElement(String, OpenMetadataElement, QueryOptions, String) - Method in class org.odpi.openmetadata.frameworks.openmetadata.handlers.OpenMetadataHandlerBase
-
Return the generic element extracted from the open metadata element plus linked elements.
- convertRootElement(String, RelatedMetadataElement, QueryOptions, String) - Method in class org.odpi.openmetadata.frameworks.openmetadata.handlers.OpenMetadataHandlerBase
-
Return the generic element extracted from the open metadata element plus linked elements.
- convertRootElements(String, List<OpenMetadataElement>, QueryOptions, String) - Method in class org.odpi.openmetadata.frameworks.openmetadata.handlers.OpenMetadataHandlerBase
-
Convert the open metadata elements retrieve into root elements.
- COORDINATES - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.types.OpenMetadataProperty
-
Geographical coordinates of this location.
- COORDINATOR_TO_PARTICIPATING_HOSPITAL - Enum constant in enum class org.odpi.openmetadata.samples.archiveutilities.governanceengines.SolutionComponentActor
- COPY_FILE - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.dynamicarchivers.ffdc.DynamicArchiverConnectorsAuditCode
-
DYNAMIC-ARCHIVER-SERVICES-0001 The {0} governance action service is copying source file {1} to destination file {2}
- COPY_FILE - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.governanceactions.ffdc.GovernanceActionConnectorsAuditCode
-
GOVERNANCE-ACTION-CONNECTORS-0001 - The {0} governance action service is copying source file {1} to destination file {2}
- COPY_FILE - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.governanceactions.provisioning.MoveCopyFileRequestType
- COPY_FILE - Enum constant in enum class org.odpi.openmetadata.contentpacks.core.RequestTypeDefinition
-
copy-file
- COPYRIGHT - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.types.OpenMetadataProperty
-
Copyright statement associated with this external source.
- CORAL - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.mermaid.Colour
- CORE_CONTENT_PACK - Enum constant in enum class org.odpi.openmetadata.contentpacks.core.ContentPackDefinition
-
Base Connector Types and Categories for connectors from the Egeria project along with metadata valid values, templates, and connectors for the basic types of technology supported by these connectors.
- CORE_CONTENT_PACK - Enum constant in enum class org.odpi.openmetadata.contentpacks.core.SolutionBlueprint
-
Base Connector Types and Categories for connectors from the Egeria project along with metadata valid values, templates, and connectors for the basic types of technology supported by these connectors.
- CORE_DETAIL - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.enums.CoverageCategory
- CorePackArchiveWriter - Class in org.odpi.openmetadata.contentpacks.core.core
-
CorePackArchiveWriter creates an open metadata archive that includes the connector type information for the default open connectors supplied by the egeria project.
- CorePackArchiveWriter() - Constructor for class org.odpi.openmetadata.contentpacks.core.core.CorePackArchiveWriter
-
The default constructor initializes the archive.
- CorePacksArchivesWriter - Class in org.odpi.openmetadata.contentpacks.core
-
CocoArchivesWriter provides the main method to run the open metadata archive writers that create each of the open metadata archives used in the open metadata labs and other scenarios with Coco Pharmaceuticals.
- CorePacksArchivesWriter() - Constructor for class org.odpi.openmetadata.contentpacks.core.CorePacksArchivesWriter
- CORNFLOWER_BLUE - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.mermaid.Colour
- CORNSILK - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.mermaid.Colour
- CORPORATE - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.refdata.GovernanceDomain
-
The corporate governance domain.
- CORPORATE - Enum constant in enum class org.odpi.openmetadata.samples.archiveutilities.governanceprogram.GovernanceDomainDefinition
-
Corporate Governance
- CORRELATION_PROPERTIES - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.externalharvesters.harvestopenmetadata.schema.HarvestOpenMetadataTable
-
Details of external identifiers and associated header information from third party elements.
- corsConfigurer() - Method in class org.odpi.openmetadata.userauthn.auth.SecurityConfig
-
Returns WebMvcConfigurer for the cors configuration.
- COTS_SERVER - Enum constant in enum class org.odpi.openmetadata.samples.archiveutilities.businesssystems.SystemTypeDefinition
-
cots-application-server - Custom off-the-shelf application server
- COUNT_NOT_SET - Static variable in class org.odpi.openmetadata.adapters.connectors.apacheatlas.resource.properties.AtlasAttributeDef
- countMatchingHeaderPropertyValues(InstanceProperties, InstanceAuditHeader, InstanceProperties) - Method in interface org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.repositoryconnector.OMRSRepositoryValidator
-
Count the number of matching property values that an instance has.
- countMatchingHeaderPropertyValues(InstanceProperties, InstanceAuditHeader, InstanceProperties) - Method in class org.odpi.openmetadata.repositoryservices.localrepository.repositorycontentmanager.OMRSRepositoryContentValidator
-
Count the number of matching property values that an instance has.
- countMatchingPropertyValues(InstanceProperties, InstanceProperties, MatchCriteria) - Method in interface org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.repositoryconnector.OMRSRepositoryValidator
-
Count the number of matching property values that an instance has.
- countMatchingPropertyValues(InstanceProperties, InstanceProperties, MatchCriteria) - Method in class org.odpi.openmetadata.repositoryservices.localrepository.repositorycontentmanager.OMRSRepositoryContentValidator
-
Count the number of matching property values that an instance has.
- countRecord(int, String) - Method in class org.odpi.openmetadata.frameworks.auditlog.AuditLog.AuditLogActivity
-
Update the maps with information about another log record.
- CountryCodeDefinition - Enum Class in org.odpi.openmetadata.samples.archiveutilities.organization
-
The CountryCodeDefinition is used to feed the definition of the CountryCode valid value set for Coco Pharmaceuticals' employees and locations.
- COUNTS - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.types.OpenMetadataProperty
-
A set of metric name to count value pairs.
- countTestCaseResults(List<OpenMetadataTestCaseResult>) - Method in class org.odpi.openmetadata.conformance.beans.OpenMetadataConformanceTestResults
-
Count the test case results in the list - dealing with nulls and empty lists.
- countTestCaseSummaries(List<OpenMetadataTestCaseSummary>) - Method in class org.odpi.openmetadata.conformance.beans.OpenMetadataConformanceTestResults
-
Count the test case results in the list - dealing with nulls and empty lists.
- COURTESY_TITLE - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.types.OpenMetadataProperty
-
The courtesy title for the person.
- COVERAGE_CATEGORY - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.types.OpenMetadataProperty
-
Used to describe how a collection of data values for an attribute covers the domain of the possible values to the linked attribute.
- COVERAGE_END - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.types.OpenMetadataProperty
-
End date for the certification.
- COVERAGE_START - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.types.OpenMetadataProperty
-
Start date for the certification/license.
- CoverageCategory - Enum Class in org.odpi.openmetadata.frameworks.openmetadata.enums
-
Used to describe how a collection of data values for an attribute cover the domain of the possible values to the linked attribute.
- create(ResultSet) - Static method in class org.odpi.openmetadata.adapters.connectors.integration.jdbc.transfer.model.JdbcCatalog
- create(ResultSet) - Static method in class org.odpi.openmetadata.adapters.connectors.integration.jdbc.transfer.model.JdbcColumn
- create(ResultSet) - Static method in class org.odpi.openmetadata.adapters.connectors.integration.jdbc.transfer.model.JdbcForeignKey
- create(ResultSet) - Static method in class org.odpi.openmetadata.adapters.connectors.integration.jdbc.transfer.model.JdbcPrimaryKey
- create(ResultSet) - Static method in class org.odpi.openmetadata.adapters.connectors.integration.jdbc.transfer.model.JdbcSchema
- create(ResultSet) - Static method in class org.odpi.openmetadata.adapters.connectors.integration.jdbc.transfer.model.JdbcTable
- CREATE - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.apacheatlas.resource.properties.AtlasEntityOperation
-
The entity has been created.
- CREATE - Enum constant in enum class org.odpi.openmetadata.frameworks.connectors.properties.users.AccessOperation
-
The user requests to create a metadata element in the catalog.
- CREATE_ASSET - Enum constant in enum class org.odpi.openmetadata.contentpacks.core.GovernanceServiceDefinition
-
Create Asset Governance Service
- CREATE_ATLAS_SERVER - Enum constant in enum class org.odpi.openmetadata.contentpacks.core.RequestTypeDefinition
-
create-apache-atlas-server
- CREATE_DATA_FOLDER - Enum constant in enum class org.odpi.openmetadata.contentpacks.core.RequestTypeDefinition
-
create-data-folder
- CREATE_DB_UC_SERVER - Enum constant in enum class org.odpi.openmetadata.contentpacks.core.RequestTypeDefinition
-
create-databricks-unity-catalog-server
- CREATE_FILE_FOLDER - Enum constant in enum class org.odpi.openmetadata.contentpacks.core.RequestTypeDefinition
-
create-file-folder
- CREATE_INSTANCE_IN_OPEN_METADATA - Enum constant in enum class org.odpi.openmetadata.frameworks.integration.iterator.MemberAction
- CREATE_INSTANCE_IN_THIRD_PARTY - Enum constant in enum class org.odpi.openmetadata.frameworks.integration.iterator.MemberAction
- CREATE_KAFKA_SERVER - Enum constant in enum class org.odpi.openmetadata.contentpacks.core.RequestTypeDefinition
-
create-apache-kafka-server
- CREATE_KAFKA_TOPIC - Enum constant in enum class org.odpi.openmetadata.contentpacks.core.RequestTypeDefinition
-
create-kafka-topic
- CREATE_OMAG_SERVER_PLATFORM - Enum constant in enum class org.odpi.openmetadata.contentpacks.core.RequestTypeDefinition
-
create-omag-server-platform
- CREATE_POSTGRES_DB - Enum constant in enum class org.odpi.openmetadata.contentpacks.core.RequestTypeDefinition
-
create-postgres-database
- CREATE_POSTGRES_SCHEMA - Enum constant in enum class org.odpi.openmetadata.contentpacks.core.RequestTypeDefinition
-
create-postgres-schema
- CREATE_POSTGRES_SERVER - Enum constant in enum class org.odpi.openmetadata.contentpacks.core.RequestTypeDefinition
-
create-postgres-server
- CREATE_REGISTRY_FILE - Enum constant in enum class org.odpi.openmetadata.adapters.repositoryservices.cohortregistrystore.file.ffdc.FileBasedRegistryStoreConnectorAuditCode
-
OCF-FILE-REGISTRY-STORE-CONNECTOR-0115 - Creating new cohort registry store {0}
- CREATE_SOFTWARE_SERVER - Enum constant in enum class org.odpi.openmetadata.contentpacks.core.RequestTypeDefinition
-
create-software-server
- CREATE_SUBSCRIPTION - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.EgeriaOpenConnectorDefinition
- CREATE_SUBSCRIPTION - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.jacquard.productcatalog.GovernanceActionTypeDefinition
-
create-digital-subscription
- CREATE_SUBSCRIPTION - Enum constant in enum class org.odpi.openmetadata.contentpacks.core.GovernanceServiceDefinition
-
Create Open Metadata Digital Product Subscription Governance Action Service
- CREATE_SUBSCRIPTION - Enum constant in enum class org.odpi.openmetadata.contentpacks.core.RequestTypeDefinition
-
create-digital-subscription
- CREATE_SUBSCRIPTION - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.refdata.ResourceUse
-
Supports the action to create a digital subscription to the associated element.
- CREATE_TIME - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.jacquard.productcatalog.ProductDataFieldDefinition
-
Time that the element was created.
- CREATE_TIME - Enum constant in enum class org.odpi.openmetadata.adapters.repositoryservices.postgres.repositoryconnector.schema.RepositoryColumn
- CREATE_TIME - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.types.OpenMetadataProperty
-
Time when this instance was created.
- CREATE_UC_SERVER - Enum constant in enum class org.odpi.openmetadata.contentpacks.core.RequestTypeDefinition
-
create-unity-catalog-server
- createAction(String, String, ActionRequestBody) - Method in class org.odpi.openmetadata.viewservices.assetmaker.server.AssetMakerRESTServices
-
Create a new action and link it to the supplied role and targets (if applicable).
- createAction(String, String, ActionRequestBody) - Method in class org.odpi.openmetadata.viewservices.assetmaker.server.spring.AssetMakerResource
-
Create a new action and link it to the supplied actor and targets (if applicable).
- createAction(String, Map<String, ClassificationProperties>, ActionProperties, String, String, String, AnchorOptions, List<NewActionTarget>) - Method in class org.odpi.openmetadata.frameworks.openmetadata.handlers.AssetHandler
-
Create a new action and link it to the supplied role and targets (if applicable).
- createAction(Map<String, ClassificationProperties>, ActionProperties, String, String, String, AnchorOptions, List<NewActionTarget>) - Method in class org.odpi.openmetadata.frameworks.openmetadata.connectorcontext.AssetClient
-
Create a new action and link it to the supplied role and targets (if applicable).
- createActorAction(String, Map<String, ClassificationProperties>, ActionProperties, String, List<String>, String, AssignmentType, List<NewActionTarget>) - Method in class org.odpi.openmetadata.frameworks.openmetadata.handlers.AssetHandler
-
Create an action request for someone to work on.
- createActorProfile(String, String, NewElementRequestBody) - Method in class org.odpi.openmetadata.viewservices.actormanager.server.ActorManagerRESTServices
-
Create an actor profile.
- createActorProfile(String, String, NewElementRequestBody) - Method in class org.odpi.openmetadata.viewservices.actormanager.server.spring.ActorManagerResource
-
Create a actor profile.
- createActorProfile(String, NewElementOptions, Map<String, ClassificationProperties>, ActorProfileProperties, RelationshipProperties) - Method in class org.odpi.openmetadata.frameworks.openmetadata.handlers.ActorProfileHandler
-
Create a new actor profile.
- createActorProfile(NewElementOptions, Map<String, ClassificationProperties>, ActorProfileProperties, RelationshipProperties) - Method in class org.odpi.openmetadata.frameworks.openmetadata.connectorcontext.ActorProfileClient
-
Create a new actor profile.
- createActorProfileFromTemplate(String, String, TemplateRequestBody) - Method in class org.odpi.openmetadata.viewservices.actormanager.server.ActorManagerRESTServices
-
Create a new metadata element to represent an actor profile using an existing metadata element as a template.
- createActorProfileFromTemplate(String, String, TemplateRequestBody) - Method in class org.odpi.openmetadata.viewservices.actormanager.server.spring.ActorManagerResource
-
Create a new metadata element to represent an actor profile using an existing metadata element as a template.
- createActorProfileFromTemplate(String, TemplateOptions, String, EntityProperties, Map<String, ClassificationProperties>, Map<String, String>, RelationshipProperties) - Method in class org.odpi.openmetadata.frameworks.openmetadata.handlers.ActorProfileHandler
-
Create a new metadata element to represent an actor profile using an existing element as a template.
- createActorProfileFromTemplate(TemplateOptions, String, EntityProperties, Map<String, ClassificationProperties>, Map<String, String>, RelationshipProperties) - Method in class org.odpi.openmetadata.frameworks.openmetadata.connectorcontext.ActorProfileClient
-
Create a new metadata element to represent an actor profile using an existing element as a template.
- createActorRole(String, String, NewElementRequestBody) - Method in class org.odpi.openmetadata.viewservices.actormanager.server.ActorManagerRESTServices
-
Create an actor role.
- createActorRole(String, String, NewElementRequestBody) - Method in class org.odpi.openmetadata.viewservices.actormanager.server.spring.ActorManagerResource
-
Create a actor role.
- createActorRole(String, NewElementOptions, Map<String, ClassificationProperties>, ActorRoleProperties, RelationshipProperties) - Method in class org.odpi.openmetadata.frameworks.openmetadata.handlers.ActorRoleHandler
-
Create a new actor role.
- createActorRole(NewElementOptions, Map<String, ClassificationProperties>, ActorRoleProperties, RelationshipProperties) - Method in class org.odpi.openmetadata.frameworks.openmetadata.connectorcontext.ActorRoleClient
-
Create a new actor role.
- createActorRoleFromTemplate(String, String, TemplateRequestBody) - Method in class org.odpi.openmetadata.viewservices.actormanager.server.ActorManagerRESTServices
-
Create a new metadata element to represent an actor role using an existing metadata element as a template.
- createActorRoleFromTemplate(String, String, TemplateRequestBody) - Method in class org.odpi.openmetadata.viewservices.actormanager.server.spring.ActorManagerResource
-
Create a new metadata element to represent an actor role using an existing metadata element as a template.
- createActorRoleFromTemplate(String, TemplateOptions, String, EntityProperties, Map<String, ClassificationProperties>, Map<String, String>, RelationshipProperties) - Method in class org.odpi.openmetadata.frameworks.openmetadata.handlers.ActorRoleHandler
-
Create a new metadata element to represent an actor role using an existing element as a template.
- createActorRoleFromTemplate(TemplateOptions, String, EntityProperties, Map<String, ClassificationProperties>, Map<String, String>, RelationshipProperties) - Method in class org.odpi.openmetadata.frameworks.openmetadata.connectorcontext.ActorRoleClient
-
Create a new metadata element to represent an actor role using an existing element as a template.
- createAndCatalogAssetGovernanceActionProcess(String, DeployedImplementationTypeDefinition, String, RequestTypeDefinition, TemplateDefinition, RequestTypeDefinition) - Method in class org.odpi.openmetadata.contentpacks.core.base.ContentPackBaseArchiveWriter
-
Create a two-step governance action process that creates a metadata element for a particular type of asset and then adds it as a catalog target for an appropriate integration connector.
- createAndCatalogServerGovernanceActionProcess(String, DeployedImplementationTypeDefinition, String, RequestTypeDefinition, TemplateDefinition, RequestTypeDefinition) - Method in class org.odpi.openmetadata.contentpacks.core.base.ContentPackBaseArchiveWriter
-
Create a two-step governance action process that creates a metadata element for a particular type of server and then adds it as a catalog target for an appropriate integration connector.
- createAndHarvestToAssetGovernanceActionProcess(String, DeployedImplementationTypeDefinition, String, RequestTypeDefinition, TemplateDefinition, RequestTypeDefinition) - Method in class org.odpi.openmetadata.contentpacks.core.base.ContentPackBaseArchiveWriter
-
Create a two-step governance action process that creates a metadata element for a particular type of asset and then adds it as a catalog target for an appropriate integration connector.
- createAndSurveyServerGovernanceActionProcess(String, DeployedImplementationTypeDefinition, String, RequestTypeDefinition, TemplateDefinition, RequestTypeDefinition) - Method in class org.odpi.openmetadata.contentpacks.core.base.ContentPackBaseArchiveWriter
-
Create a three-step governance action process that creates a metadata element for a particular type of asset and then runs a survey against the asset's resource and creates a report.
- createAnnotation(String, NewElementRequestBody) - Method in class org.odpi.openmetadata.viewservices.datadiscovery.server.DataDiscoveryRESTServices
-
Create an annotation.
- createAnnotation(String, NewElementRequestBody) - Method in class org.odpi.openmetadata.viewservices.datadiscovery.server.spring.DataDiscoveryResource
-
Create an annotation.
- createAnnotation(String, NewElementOptions, Map<String, ClassificationProperties>, AnnotationProperties, RelationshipProperties) - Method in class org.odpi.openmetadata.frameworks.openmetadata.handlers.AnnotationHandler
-
Create a new annotation.
- createAnnotation(NewElementOptions, Map<String, ClassificationProperties>, AnnotationProperties, RelationshipProperties) - Method in class org.odpi.openmetadata.frameworks.openmetadata.connectorcontext.AnnotationClient
-
Create a new annotation.
- createAnnotationFromTemplate(String, TemplateRequestBody) - Method in class org.odpi.openmetadata.viewservices.datadiscovery.server.DataDiscoveryRESTServices
-
Create a new metadata element to represent an annotation using an existing metadata element as a template.
- createAnnotationFromTemplate(String, TemplateRequestBody) - Method in class org.odpi.openmetadata.viewservices.datadiscovery.server.spring.DataDiscoveryResource
-
Create a new metadata element to represent an annotation using an existing metadata element as a template.
- createAnnotationFromTemplate(String, TemplateOptions, String, EntityProperties, Map<String, ClassificationProperties>, Map<String, String>, RelationshipProperties) - Method in class org.odpi.openmetadata.frameworks.openmetadata.handlers.AnnotationHandler
-
Create a new metadata element to represent an annotation using an existing element as a template.
- createAnnotationFromTemplate(TemplateOptions, String, EntityProperties, Map<String, ClassificationProperties>, Map<String, String>, RelationshipProperties) - Method in class org.odpi.openmetadata.frameworks.openmetadata.connectorcontext.AnnotationClient
-
Create a new metadata element to represent an annotation using an existing element as a template.
- createAsCatalogTargetGovernanceActionProcess(String, DeployedImplementationTypeDefinition, String, String, RequestTypeDefinition, TemplateDefinition, RequestTypeDefinition) - Method in class org.odpi.openmetadata.contentpacks.core.base.ContentPackBaseArchiveWriter
-
Create a two-step governance action process that creates a metadata element for a particular type of asset and then adds it as a catalog target for an appropriate integration connector.
- createAsset(String, String, String, String) - Method in class org.odpi.openmetadata.frameworks.opengovernance.GovernanceActionContext
-
Create an asset such as a data file, database, API or server.
- createAsset(String, String, String, String) - Method in interface org.odpi.openmetadata.frameworks.opengovernance.ProvisioningGovernanceContext
-
Create an asset such as a data file, database, API or server.
- createAsset(String, String, String, String, String, ElementProperties) - Method in class org.odpi.openmetadata.frameworks.opengovernance.GovernanceActionContext
-
Create an asset such as a data file, database, API or server.
- createAsset(String, String, String, String, String, ElementProperties) - Method in interface org.odpi.openmetadata.frameworks.opengovernance.ProvisioningGovernanceContext
-
Create an asset such as a data file, database, API or server.
- createAsset(String, String, NewElementRequestBody) - Method in class org.odpi.openmetadata.viewservices.assetmaker.server.AssetMakerRESTServices
-
Create an asset.
- createAsset(String, String, NewElementRequestBody) - Method in class org.odpi.openmetadata.viewservices.assetmaker.server.spring.AssetMakerResource
-
Create an asset.
- createAsset(String, NewElementOptions, Map<String, ClassificationProperties>, AssetProperties, RelationshipProperties) - Method in class org.odpi.openmetadata.frameworks.openmetadata.handlers.AssetHandler
-
Create a new asset.
- createAsset(NewElementOptions, Map<String, ClassificationProperties>, AssetProperties, RelationshipProperties) - Method in class org.odpi.openmetadata.frameworks.openmetadata.connectorcontext.AssetClient
-
Create a new asset.
- createAssetFromTemplate(String, String, String, String) - Method in class org.odpi.openmetadata.frameworks.opengovernance.GovernanceActionContext
-
Create an asset such as a data file, database, API or server.
- createAssetFromTemplate(String, String, String, String) - Method in interface org.odpi.openmetadata.frameworks.opengovernance.ProvisioningGovernanceContext
-
Create an asset such as a data file, database, API, or server.
- createAssetFromTemplate(String, String, String, String, String, String, ElementProperties) - Method in class org.odpi.openmetadata.frameworks.opengovernance.GovernanceActionContext
-
Create an asset such as a data file, database, API or server.
- createAssetFromTemplate(String, String, String, String, String, String, ElementProperties) - Method in interface org.odpi.openmetadata.frameworks.opengovernance.ProvisioningGovernanceContext
-
Create an asset such as a data file, database, API or server.
- createAssetFromTemplate(String, String, TemplateRequestBody) - Method in class org.odpi.openmetadata.viewservices.assetmaker.server.AssetMakerRESTServices
-
Create a new metadata element to represent an asset using an existing metadata element as a template.
- createAssetFromTemplate(String, String, TemplateRequestBody) - Method in class org.odpi.openmetadata.viewservices.assetmaker.server.spring.AssetMakerResource
-
Create a new metadata element to represent an asset using an existing metadata element as a template.
- createAssetFromTemplate(String, TemplateOptions, String, EntityProperties, Map<String, ClassificationProperties>, Map<String, String>, RelationshipProperties) - Method in class org.odpi.openmetadata.frameworks.openmetadata.handlers.AssetHandler
-
Create a new metadata element to represent an asset using an existing element as a template.
- createAssetFromTemplate(TemplateOptions, String, EntityProperties, Map<String, ClassificationProperties>, Map<String, String>, RelationshipProperties) - Method in class org.odpi.openmetadata.frameworks.openmetadata.connectorcontext.AssetClient
-
Create a new metadata element to represent an asset using an existing element as a template.
- CreateAssetGovernanceActionConnector - Class in org.odpi.openmetadata.adapters.connectors.governanceactions.stewardship
-
CreateSubscriptionGovernanceActionConnector creates an asset and passes its GUID as an action target for follow on work.
- CreateAssetGovernanceActionConnector() - Constructor for class org.odpi.openmetadata.adapters.connectors.governanceactions.stewardship.CreateAssetGovernanceActionConnector
-
Default constructor
- CreateAssetGovernanceActionProvider - Class in org.odpi.openmetadata.adapters.connectors.governanceactions.stewardship
-
CreateSubscriptionGovernanceActionProvider is the OCF connector provider for the "Create Asset" Governance Action Service.
- CreateAssetGovernanceActionProvider() - Constructor for class org.odpi.openmetadata.adapters.connectors.governanceactions.stewardship.CreateAssetGovernanceActionProvider
-
Constructor used to initialize the ConnectorProviderBase with the Java class name of the specific store implementation.
- createAtlasDatabaseColumnInEgeria(AtlasEntityWithExtInfo, String, String) - Method in class org.odpi.openmetadata.adapters.connectors.apacheatlas.integration.modules.DatabaseIntegrationModuleBase
-
Create the database in the open metadata ecosystem.
- createAtlasDatabaseInEgeria(AtlasEntityWithExtInfo) - Method in class org.odpi.openmetadata.adapters.connectors.apacheatlas.integration.modules.DatabaseIntegrationModuleBase
-
Create the database in the open metadata ecosystem.
- createAtlasDatabaseTableInEgeria(AtlasEntityWithExtInfo, String) - Method in class org.odpi.openmetadata.adapters.connectors.apacheatlas.integration.modules.DatabaseIntegrationModuleBase
-
Create the database table in the open metadata ecosystem.
- createAtlasDataSetAsDataSetInEgeria(AtlasEntityWithExtInfo, String, String) - Method in class org.odpi.openmetadata.adapters.connectors.apacheatlas.integration.modules.AtlasIntegrationModuleBase
-
Create the data set in the open metadata ecosystem.
- createAtlasGlossary(AtlasGlossaryElement) - Method in class org.odpi.openmetadata.adapters.connectors.apacheatlas.resource.ApacheAtlasRESTConnector
-
Create a new empty glossary.
- createAtlasGlossaryCategory(AtlasGlossaryCategoryElement) - Method in class org.odpi.openmetadata.adapters.connectors.apacheatlas.resource.ApacheAtlasRESTConnector
-
Create a new category linked to its glossary and potentially other categories and terms.
- createAtlasGlossaryTerm(AtlasGlossaryTermElement) - Method in class org.odpi.openmetadata.adapters.connectors.apacheatlas.resource.ApacheAtlasRESTConnector
-
Create a new term linked to its glossary, other terms and categories.
- createAtlasProcessInEgeria(AtlasEntityWithExtInfo) - Method in class org.odpi.openmetadata.adapters.connectors.apacheatlas.integration.modules.AtlasLineageIntegrationModule
-
Create the database in the open metadata ecosystem.
- createBeanFromTemplate(String, String, String, String, String, String, String, String, String, OpenMetadataAPIGenericBuilder, boolean, boolean, boolean, Map<String, String>, String) - Method in class org.odpi.openmetadata.commonservices.generichandlers.OpenMetadataAPITemplateHandler
-
Create a new entity in the repository based on the contents of an existing entity (the template).
- createBeanInRepository(String, String, String, String, String, OpenMetadataAPIGenericBuilder, boolean, String, List<String>, Date, String) - Method in class org.odpi.openmetadata.commonservices.generichandlers.OpenMetadataAPIGenericHandler
-
Create a new entity in the repository assuming all parameters are ok.
- createCatalog(String, String, Map<String, String>) - Method in class org.odpi.openmetadata.adapters.connectors.unitycatalog.resource.OSSUnityCatalogResourceConnector
-
Create catalog.
- createChildProcess(String, String, String, String, String) - Method in class org.odpi.openmetadata.frameworks.opengovernance.GovernanceActionContext
-
Create a process that represents the processing instance of this governance action.
- createChildProcess(String, String, String, String, String) - Method in interface org.odpi.openmetadata.frameworks.opengovernance.ProvisioningGovernanceContext
-
Create a process that represents the processing instance of this governance action.
- createChildProcess(String, String, String, String, String, String, ElementProperties, String) - Method in class org.odpi.openmetadata.frameworks.opengovernance.GovernanceActionContext
-
Create a process that represents the processing instance of this governance action.
- createChildProcess(String, String, String, String, String, String, ElementProperties, String) - Method in interface org.odpi.openmetadata.frameworks.opengovernance.ProvisioningGovernanceContext
-
Create a process that represents the processing instance of this governance action.
- createClients() - Method in class org.odpi.openmetadata.frameworks.integration.contextmanager.IntegrationContextManager
-
Suggestion for subclass to create client(s) to partner OMAS.
- createClients() - Method in class org.odpi.openmetadata.frameworkservices.gaf.client.OIFContextManager
-
Suggestion for subclass to create client(s) to partner OMAS.
- createCollection(String, String, NewElementRequestBody) - Method in class org.odpi.openmetadata.viewservices.collectionmanager.server.CollectionManagerRESTServices
-
Create a new generic collection.
- createCollection(String, String, NewElementRequestBody) - Method in class org.odpi.openmetadata.viewservices.collectionmanager.server.spring.CollectionManagerResource
-
Create a new generic collection.
- createCollection(String, NewElementOptions, Map<String, ClassificationProperties>, CollectionProperties, RelationshipProperties) - Method in class org.odpi.openmetadata.frameworks.openmetadata.handlers.CollectionHandler
-
Create a new generic collection.
- createCollection(NewElementOptions, Map<String, ClassificationProperties>, CollectionProperties, RelationshipProperties) - Method in class org.odpi.openmetadata.frameworks.openmetadata.connectorcontext.CollectionClient
-
Create a new collection.
- createCollectionFromTemplate(String, String, TemplateRequestBody) - Method in class org.odpi.openmetadata.viewservices.collectionmanager.server.CollectionManagerRESTServices
-
Create a new metadata element to represent a collection using an existing metadata element as a template.
- createCollectionFromTemplate(String, String, TemplateRequestBody) - Method in class org.odpi.openmetadata.viewservices.collectionmanager.server.spring.CollectionManagerResource
-
Create a new metadata element to represent a collection using an existing metadata element as a template.
- createCollectionFromTemplate(String, TemplateOptions, String, EntityProperties, Map<String, ClassificationProperties>, Map<String, String>, RelationshipProperties) - Method in class org.odpi.openmetadata.frameworks.openmetadata.handlers.CollectionHandler
-
Create a new metadata element to represent a collection using an existing metadata element as a template.
- createCollectionFromTemplate(TemplateOptions, String, EntityProperties, Map<String, ClassificationProperties>, Map<String, String>, RelationshipProperties) - Method in class org.odpi.openmetadata.frameworks.openmetadata.connectorcontext.CollectionClient
-
Create a new metadata element to represent a collection using an existing element as a template.
- createColumn(String, RelationalColumnProperties) - Method in class org.odpi.openmetadata.adapters.connectors.integration.jdbc.transfer.requests.Omas
-
Create column in table
- createCommunity(String, NewElementRequestBody) - Method in class org.odpi.openmetadata.viewservices.communitymatters.server.CommunityMattersRESTServices
-
Create a community.
- createCommunity(String, NewElementRequestBody) - Method in class org.odpi.openmetadata.viewservices.communitymatters.server.spring.CommunityMattersResource
-
Create a community.
- createCommunity(String, NewElementOptions, Map<String, ClassificationProperties>, CommunityProperties, RelationshipProperties) - Method in class org.odpi.openmetadata.frameworks.openmetadata.handlers.CommunityHandler
-
Create a new community.
- createCommunity(NewElementOptions, Map<String, ClassificationProperties>, CommunityProperties, RelationshipProperties) - Method in class org.odpi.openmetadata.frameworks.openmetadata.connectorcontext.CommunityClient
-
Create a new community.
- createCommunityFromTemplate(String, TemplateRequestBody) - Method in class org.odpi.openmetadata.viewservices.communitymatters.server.CommunityMattersRESTServices
-
Create a new metadata element to represent a community using an existing metadata element as a template.
- createCommunityFromTemplate(String, TemplateRequestBody) - Method in class org.odpi.openmetadata.viewservices.communitymatters.server.spring.CommunityMattersResource
-
Create a new metadata element to represent a community using an existing metadata element as a template.
- createCommunityFromTemplate(String, TemplateOptions, String, EntityProperties, Map<String, ClassificationProperties>, Map<String, String>, RelationshipProperties) - Method in class org.odpi.openmetadata.frameworks.openmetadata.handlers.CommunityHandler
-
Create a new metadata element to represent a community using an existing element as a template.
- createCommunityFromTemplate(TemplateOptions, String, EntityProperties, Map<String, ClassificationProperties>, Map<String, String>, RelationshipProperties) - Method in class org.odpi.openmetadata.frameworks.openmetadata.connectorcontext.CommunityClient
-
Create a new metadata element to represent a community using an existing element as a template.
- createConnection(String, String, NewElementRequestBody) - Method in class org.odpi.openmetadata.viewservices.connectionmaker.server.ConnectionMakerRESTServices
-
Create a connection.
- createConnection(String, String, NewElementRequestBody) - Method in class org.odpi.openmetadata.viewservices.connectionmaker.server.spring.ConnectionMakerResource
-
Create a connection.
- createConnection(String, NewElementOptions, Map<String, ClassificationProperties>, ConnectionProperties, RelationshipProperties) - Method in class org.odpi.openmetadata.frameworks.openmetadata.handlers.ConnectionHandler
-
Create a new connection.
- createConnection(NewElementOptions, Map<String, ClassificationProperties>, ConnectionProperties, RelationshipProperties) - Method in class org.odpi.openmetadata.frameworks.openmetadata.connectorcontext.ConnectionClient
-
Create a new connection.
- createConnectionFromTemplate(String, String, TemplateRequestBody) - Method in class org.odpi.openmetadata.viewservices.connectionmaker.server.ConnectionMakerRESTServices
-
Create a new metadata element to represent a connection using an existing metadata element as a template.
- createConnectionFromTemplate(String, String, TemplateRequestBody) - Method in class org.odpi.openmetadata.viewservices.connectionmaker.server.spring.ConnectionMakerResource
-
Create a new metadata element to represent a connection using an existing metadata element as a template.
- createConnectionFromTemplate(String, TemplateOptions, String, EntityProperties, Map<String, ClassificationProperties>, Map<String, String>, RelationshipProperties) - Method in class org.odpi.openmetadata.frameworks.openmetadata.handlers.ConnectionHandler
-
Create a new metadata element to represent a connection using an existing element as a template.
- createConnectionFromTemplate(TemplateOptions, String, EntityProperties, Map<String, ClassificationProperties>, Map<String, String>, RelationshipProperties) - Method in class org.odpi.openmetadata.frameworks.openmetadata.connectorcontext.ConnectionClient
-
Create a new metadata element to represent a connection using an existing element as a template.
- createConnectorType(String, String, NewElementRequestBody) - Method in class org.odpi.openmetadata.viewservices.connectionmaker.server.ConnectionMakerRESTServices
-
Create a connectorType.
- createConnectorType(String, String, NewElementRequestBody) - Method in class org.odpi.openmetadata.viewservices.connectionmaker.server.spring.ConnectionMakerResource
-
Create a connectorType.
- createConnectorType(String, NewElementOptions, Map<String, ClassificationProperties>, ConnectorTypeProperties, RelationshipProperties) - Method in class org.odpi.openmetadata.frameworks.openmetadata.handlers.ConnectorTypeHandler
-
Create a new connector type.
- createConnectorType(NewElementOptions, Map<String, ClassificationProperties>, ConnectorTypeProperties, RelationshipProperties) - Method in class org.odpi.openmetadata.frameworks.openmetadata.connectorcontext.ConnectorTypeClient
-
Create a new connector type.
- createConnectorTypeFromTemplate(String, String, TemplateRequestBody) - Method in class org.odpi.openmetadata.viewservices.connectionmaker.server.ConnectionMakerRESTServices
-
Create a new metadata element to represent a connectorType using an existing metadata element as a template.
- createConnectorTypeFromTemplate(String, String, TemplateRequestBody) - Method in class org.odpi.openmetadata.viewservices.connectionmaker.server.spring.ConnectionMakerResource
-
Create a new metadata element to represent a connectorType using an existing metadata element as a template.
- createConnectorTypeFromTemplate(String, TemplateOptions, String, EntityProperties, Map<String, ClassificationProperties>, Map<String, String>, RelationshipProperties) - Method in class org.odpi.openmetadata.frameworks.openmetadata.handlers.ConnectorTypeHandler
-
Create a new metadata element to represent a connector type using an existing element as a template.
- createConnectorTypeFromTemplate(TemplateOptions, String, EntityProperties, Map<String, ClassificationProperties>, Map<String, String>, RelationshipProperties) - Method in class org.odpi.openmetadata.frameworks.openmetadata.connectorcontext.ConnectorTypeClient
-
Create a new metadata element to represent a connectorType using an existing element as a template.
- createContactDetails(String, String, NewElementRequestBody) - Method in class org.odpi.openmetadata.viewservices.actormanager.server.ActorManagerRESTServices
-
Create contact details for a profile.
- createContactDetails(String, String, NewElementRequestBody) - Method in class org.odpi.openmetadata.viewservices.actormanager.server.spring.ActorManagerResource
-
Create a contact details.
- createContactDetails(String, NewElementOptions, Map<String, ClassificationProperties>, ContactDetailsProperties, RelationshipProperties) - Method in class org.odpi.openmetadata.frameworks.openmetadata.handlers.ContactDetailsHandler
-
Create a new contact method.
- createContactDetails(NewElementOptions, Map<String, ClassificationProperties>, ContactDetailsProperties, RelationshipProperties) - Method in class org.odpi.openmetadata.frameworks.openmetadata.connectorcontext.ContactDetailsClient
-
Create a new contact method.
- createContactDetailsFromTemplate(String, String, TemplateRequestBody) - Method in class org.odpi.openmetadata.viewservices.actormanager.server.ActorManagerRESTServices
-
Create a new metadata element to represent a contact details using an existing metadata element as a template.
- createContactDetailsFromTemplate(String, String, TemplateRequestBody) - Method in class org.odpi.openmetadata.viewservices.actormanager.server.spring.ActorManagerResource
-
Create a new metadata element to represent a contact details using an existing metadata element as a template.
- createContactDetailsFromTemplate(String, TemplateOptions, String, EntityProperties, Map<String, ClassificationProperties>, Map<String, String>, RelationshipProperties) - Method in class org.odpi.openmetadata.frameworks.openmetadata.handlers.ContactDetailsHandler
-
Create a new metadata element to represent a contact method using an existing element as a template.
- createContactDetailsFromTemplate(TemplateOptions, String, EntityProperties, Map<String, ClassificationProperties>, Map<String, String>, RelationshipProperties) - Method in class org.odpi.openmetadata.frameworks.openmetadata.connectorcontext.ContactDetailsClient
-
Create a new metadata element to represent a contact method using an existing element as a template.
- createContextEvent(String, String, NewElementRequestBody) - Method in class org.odpi.openmetadata.viewservices.timekeeper.server.spring.TimeKeeperResource
-
Create a context event.
- createContextEvent(String, String, NewElementRequestBody) - Method in class org.odpi.openmetadata.viewservices.timekeeper.server.TimeKeeperRESTServices
-
Create a contextEvent.
- createContextEvent(String, NewElementOptions, Map<String, ClassificationProperties>, ContextEventProperties, RelationshipProperties) - Method in class org.odpi.openmetadata.frameworks.openmetadata.handlers.ContextEventHandler
-
Create a new context event.
- createContextEvent(NewElementOptions, Map<String, ClassificationProperties>, ContextEventProperties, RelationshipProperties) - Method in class org.odpi.openmetadata.frameworks.openmetadata.connectorcontext.ContextEventClient
-
Create a new context event.
- createContextEventFromTemplate(String, String, TemplateRequestBody) - Method in class org.odpi.openmetadata.viewservices.timekeeper.server.spring.TimeKeeperResource
-
Create a new metadata element to represent a context event using an existing metadata element as a template.
- createContextEventFromTemplate(String, String, TemplateRequestBody) - Method in class org.odpi.openmetadata.viewservices.timekeeper.server.TimeKeeperRESTServices
-
Create a new metadata element to represent a contextEvent using an existing metadata element as a template.
- createContextEventFromTemplate(String, TemplateOptions, String, EntityProperties, Map<String, ClassificationProperties>, Map<String, String>, RelationshipProperties) - Method in class org.odpi.openmetadata.frameworks.openmetadata.handlers.ContextEventHandler
-
Create a new metadata element to represent a context event using an existing element as a template.
- createContextEventFromTemplate(TemplateOptions, String, EntityProperties, Map<String, ClassificationProperties>, Map<String, String>, RelationshipProperties) - Method in class org.odpi.openmetadata.frameworks.openmetadata.connectorcontext.ContextEventClient
-
Create a new metadata element to represent a contextEvent using an existing element as a template.
- createContributionRecord(String, String, String, NewAttachmentRequestBody) - Method in class org.odpi.openmetadata.viewservices.actormanager.server.ActorManagerRESTServices
-
Creates a new contribution record and returns the unique identifier for it.
- createContributionRecord(String, String, String, NewAttachmentRequestBody) - Method in class org.odpi.openmetadata.viewservices.actormanager.server.spring.ActorManagerResource
-
Creates a new contributionRecord for an element and returns the unique identifier for it.
- createContributionRecord(String, NewElementOptions, Map<String, ClassificationProperties>, ContributionRecordProperties, RelationshipProperties) - Method in class org.odpi.openmetadata.frameworks.openmetadata.handlers.ContributionRecordHandler
-
Create a new contribution record.
- createContributionRecordFromTemplate(String, TemplateOptions, String, EntityProperties, Map<String, ClassificationProperties>, Map<String, String>, RelationshipProperties) - Method in class org.odpi.openmetadata.frameworks.openmetadata.handlers.ContributionRecordHandler
-
Create a new metadata element to represent a contribution record using an existing element as a template.
- createContributionRecordFromTemplate(TemplateOptions, String, EntityProperties, Map<String, ClassificationProperties>, Map<String, String>, RelationshipProperties) - Method in class org.odpi.openmetadata.frameworks.openmetadata.connectorcontext.ContributionRecordClient
-
Create a new metadata element to represent a contribution record using an existing element as a template.
- CREATED - Enum constant in enum class org.odpi.openmetadata.repositoryservices.connectors.openmetadatatopic.IncomingEventState
-
The event has been created but has not yet been distributed to all topic listeners.
- CREATED_BY - Enum constant in enum class org.odpi.openmetadata.adapters.repositoryservices.postgres.repositoryconnector.schema.RepositoryColumn
- CREATED_BY - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.types.OpenMetadataProperty
-
UserId that created this instance.
- CREATED_ELEMENTS - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.types.OpenMetadataProperty
-
List of elements that were created.
- CREATED_LINEAGE - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.governanceactions.ffdc.GovernanceActionConnectorsAuditCode
-
GOVERNANCE-ACTION-CONNECTORS-0004 - The {0} governance action service has created lineage from source {1} to process {2} to destination {3}
- CREATED_SUPPORTING_DEFINITION - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.jacquard.ffdc.JacquardAuditCode
-
JACQUARD-HARVESTER-0010 - The {0} integration connector has created a new {1} supporting definition with GUID {2}
- CREATED_TIME - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.types.OpenMetadataProperty
-
Report create time.
- createDataAssetCatalogTemplate(String, String, DeployedImplementationTypeDefinition, String, String, String, String, Map<String, Object>, String, String, String, String, Map<String, Object>, String, String, String, String, List<ReplacementAttributeType>, List<PlaceholderPropertyType>) - Method in class org.odpi.openmetadata.contentpacks.core.base.ContentPackBaseArchiveWriter
-
Create a template for a type of asset and link it to the associated deployed implementation type.
- createDatabase(DatabaseProperties) - Method in class org.odpi.openmetadata.adapters.connectors.integration.jdbc.transfer.requests.Omas
-
Create database
- createDataField(String, NewElementRequestBody) - Method in class org.odpi.openmetadata.viewservices.datadesigner.server.DataDesignerRESTServices
-
Create a data field.
- createDataField(String, NewElementRequestBody) - Method in class org.odpi.openmetadata.viewservices.datadesigner.server.spring.DataDesignerResource
-
Create a data field.
- createDataField(String, NewElementOptions, Map<String, ClassificationProperties>, DataFieldProperties, RelationshipProperties) - Method in class org.odpi.openmetadata.frameworks.openmetadata.handlers.DataFieldHandler
-
Create a new data field.
- createDataField(NewElementOptions, Map<String, ClassificationProperties>, DataFieldProperties, RelationshipProperties) - Method in class org.odpi.openmetadata.frameworks.openmetadata.connectorcontext.DataFieldClient
-
Create a new data field.
- createDataFieldFromTemplate(String, TemplateRequestBody) - Method in class org.odpi.openmetadata.viewservices.datadesigner.server.DataDesignerRESTServices
-
Create a new metadata element to represent a data field using an existing metadata element as a template.
- createDataFieldFromTemplate(String, TemplateRequestBody) - Method in class org.odpi.openmetadata.viewservices.datadesigner.server.spring.DataDesignerResource
-
Create a new metadata element to represent a data field using an existing metadata element as a template.
- createDataFieldFromTemplate(String, TemplateOptions, String, EntityProperties, Map<String, ClassificationProperties>, Map<String, String>, RelationshipProperties) - Method in class org.odpi.openmetadata.frameworks.openmetadata.handlers.DataFieldHandler
-
Create a new metadata element to represent a data field using an existing element as a template.
- createDataFieldFromTemplate(TemplateOptions, String, EntityProperties, Map<String, ClassificationProperties>, Map<String, String>, RelationshipProperties) - Method in class org.odpi.openmetadata.frameworks.openmetadata.connectorcontext.DataFieldClient
-
Create a new metadata element to represent a dataField using an existing element as a template.
- createDataFileCatalogTemplate(DeployedImplementationType, String, String, Map<String, Object>, List<PlaceholderPropertyType>) - Method in class org.odpi.openmetadata.contentpacks.core.base.ContentPackBaseArchiveWriter
-
Create a template for a data file and link it to the associated open metadata type.
- createDataStructure(String, NewElementRequestBody) - Method in class org.odpi.openmetadata.viewservices.datadesigner.server.DataDesignerRESTServices
-
Create a data structure.
- createDataStructure(String, NewElementRequestBody) - Method in class org.odpi.openmetadata.viewservices.datadesigner.server.spring.DataDesignerResource
-
Create a data structure.
- createDataStructure(String, NewElementOptions, Map<String, ClassificationProperties>, DataStructureProperties, RelationshipProperties) - Method in class org.odpi.openmetadata.frameworks.openmetadata.handlers.DataStructureHandler
-
Create a new data structure.
- createDataStructure(NewElementOptions, Map<String, ClassificationProperties>, DataStructureProperties, RelationshipProperties) - Method in class org.odpi.openmetadata.frameworks.openmetadata.connectorcontext.DataStructureClient
-
Create a new data structure.
- createDataStructureFromTemplate(String, TemplateRequestBody) - Method in class org.odpi.openmetadata.viewservices.datadesigner.server.DataDesignerRESTServices
-
Create a new metadata element to represent a data structure using an existing metadata element as a template.
- createDataStructureFromTemplate(String, TemplateRequestBody) - Method in class org.odpi.openmetadata.viewservices.datadesigner.server.spring.DataDesignerResource
-
Create a new metadata element to represent a data structure using an existing metadata element as a template.
- createDataStructureFromTemplate(String, TemplateOptions, String, EntityProperties, Map<String, ClassificationProperties>, Map<String, String>, RelationshipProperties) - Method in class org.odpi.openmetadata.frameworks.openmetadata.handlers.DataStructureHandler
-
Create a new metadata element to represent a data structure using an existing element as a template.
- createDataStructureFromTemplate(TemplateOptions, String, EntityProperties, Map<String, ClassificationProperties>, Map<String, String>, RelationshipProperties) - Method in class org.odpi.openmetadata.frameworks.openmetadata.connectorcontext.DataStructureClient
-
Create a new metadata element to represent a dataStructure using an existing element as a template.
- createDataValueSpecification(String, NewElementRequestBody) - Method in class org.odpi.openmetadata.viewservices.datadesigner.server.DataDesignerRESTServices
-
Create a data value specification.
- createDataValueSpecification(String, NewElementRequestBody) - Method in class org.odpi.openmetadata.viewservices.datadesigner.server.spring.DataDesignerResource
-
Create a data value specification.
- createDataValueSpecification(String, NewElementOptions, Map<String, ClassificationProperties>, DataValueSpecificationProperties, RelationshipProperties) - Method in class org.odpi.openmetadata.frameworks.openmetadata.handlers.DataValueSpecificationHandler
-
Create a new data value specification.
- createDataValueSpecification(NewElementOptions, Map<String, ClassificationProperties>, DataValueSpecificationProperties, RelationshipProperties) - Method in class org.odpi.openmetadata.frameworks.openmetadata.connectorcontext.DataValueSpecificationClient
-
Create a new data value specification.
- createDataValueSpecificationFromTemplate(String, TemplateRequestBody) - Method in class org.odpi.openmetadata.viewservices.datadesigner.server.DataDesignerRESTServices
-
Create a new metadata element to represent a data value specification using an existing metadata element as a template.
- createDataValueSpecificationFromTemplate(String, TemplateRequestBody) - Method in class org.odpi.openmetadata.viewservices.datadesigner.server.spring.DataDesignerResource
-
Create a new metadata element to represent a data value specification using an existing metadata element as a template.
- createDataValueSpecificationFromTemplate(String, TemplateOptions, String, EntityProperties, Map<String, ClassificationProperties>, Map<String, String>, RelationshipProperties) - Method in class org.odpi.openmetadata.frameworks.openmetadata.handlers.DataValueSpecificationHandler
-
Create a new metadata element to represent a data value specification using an existing element as a template.
- createDataValueSpecificationFromTemplate(TemplateOptions, String, EntityProperties, Map<String, ClassificationProperties>, Map<String, String>, RelationshipProperties) - Method in class org.odpi.openmetadata.frameworks.openmetadata.connectorcontext.DataValueSpecificationClient
-
Create a new metadata element to represent a dataValueSpecification using an existing element as a template.
- createdBy - Variable in class org.odpi.openmetadata.adapters.connectors.unitycatalog.survey.OSSUnityCatalogServerSurveyBase.ResourceProperties
- createdBy - Variable in class org.odpi.openmetadata.frameworks.openmetadata.properties.OpenMetadataTypeDef
- createdBy - Variable in class org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.properties.typedefs.TypeDef
- createDirectoryToMonitor(String, String, String, DeleteMethod, Map<String, String>, Map<String, Object>) - Method in class org.odpi.openmetadata.adapters.connectors.integration.basicfiles.BasicFilesMonitorIntegrationConnectorBase
-
Creates a monitor for the target.
- createDirectoryToMonitor(String, String, String, DeleteMethod, Map<String, String>, Map<String, Object>) - Method in class org.odpi.openmetadata.adapters.connectors.integration.basicfiles.DataFilesMonitorIntegrationConnector
-
Creates a monitor for the target.
- createDirectoryToMonitor(String, String, String, DeleteMethod, Map<String, String>, Map<String, Object>) - Method in class org.odpi.openmetadata.adapters.connectors.integration.basicfiles.DataFolderMonitorIntegrationConnector
-
Creates a monitor for the target.
- createDirectoryToMonitor(String, String, String, DeleteMethod, Map<String, String>, Map<String, Object>) - Method in class org.odpi.openmetadata.adapters.connectors.integration.basicfiles.OMArchiveFilesMonitorIntegrationConnector
-
Creates a monitor for the target.
- createDirectoryToMonitor(String, String, String, DeleteMethod, Map<String, String>, Map<String, Object>) - Method in class org.odpi.openmetadata.adapters.connectors.integration.basicfiles.OMSecretsFilesMonitorIntegrationConnector
-
Creates a monitor for the target.
- createElementFromTemplate(String, String, TemplateRequestBody) - Method in class org.odpi.openmetadata.viewservices.automatedcuration.server.AutomatedCurationRESTServices
-
Create a new element from a template.
- createElementFromTemplate(String, String, TemplateRequestBody) - Method in class org.odpi.openmetadata.viewservices.automatedcuration.server.spring.AutomatedCurationResource
-
Create a new element from a template.
- createElementFromTemplate(String, TemplateOptions, String, EntityProperties, Map<String, ClassificationProperties>, Map<String, String>, RelationshipProperties) - Method in class org.odpi.openmetadata.frameworks.openmetadata.handlers.OpenMetadataHandlerBase
-
Create a new metadata element using an existing element as a template.
- createEndpoint(String, String, NewElementRequestBody) - Method in class org.odpi.openmetadata.viewservices.connectionmaker.server.ConnectionMakerRESTServices
-
Create an endpoint.
- createEndpoint(String, String, NewElementRequestBody) - Method in class org.odpi.openmetadata.viewservices.connectionmaker.server.spring.ConnectionMakerResource
-
Create an endpoint.
- createEndpoint(String, NewElementOptions, Map<String, ClassificationProperties>, EndpointProperties, RelationshipProperties) - Method in class org.odpi.openmetadata.frameworks.openmetadata.handlers.EndpointHandler
-
Create a new endpoint.
- createEndpoint(EndpointProperties) - Method in class org.odpi.openmetadata.adapters.connectors.integration.jdbc.transfer.requests.Omas
-
Create endpoint
- createEndpoint(NewElementOptions, Map<String, ClassificationProperties>, EndpointProperties, RelationshipProperties) - Method in class org.odpi.openmetadata.frameworks.openmetadata.connectorcontext.EndpointClient
-
Create a new endpoint.
- createEndpointCatalogTemplate(String, String, String, String, DeployedImplementationTypeDefinition, String, String, String, String, List<PlaceholderPropertyType>) - Method in class org.odpi.openmetadata.contentpacks.core.base.ContentPackBaseArchiveWriter
-
Create a template for a software server and link it to the associated deployed implementation type.
- createEndpointFromTemplate(String, String, TemplateRequestBody) - Method in class org.odpi.openmetadata.viewservices.connectionmaker.server.ConnectionMakerRESTServices
-
Create a new metadata element to represent an endpoint using an existing metadata element as a template.
- createEndpointFromTemplate(String, String, TemplateRequestBody) - Method in class org.odpi.openmetadata.viewservices.connectionmaker.server.spring.ConnectionMakerResource
-
Create a new metadata element to represent an endpoint using an existing metadata element as a template.
- createEndpointFromTemplate(String, TemplateOptions, String, EntityProperties, Map<String, ClassificationProperties>, Map<String, String>, RelationshipProperties) - Method in class org.odpi.openmetadata.frameworks.openmetadata.handlers.EndpointHandler
-
Create a new metadata element to represent an endpoint using an existing element as a template.
- createEndpointFromTemplate(TemplateOptions, String, EntityProperties, Map<String, ClassificationProperties>, Map<String, String>, RelationshipProperties) - Method in class org.odpi.openmetadata.frameworks.openmetadata.connectorcontext.EndpointClient
-
Create a new metadata element to represent an endpoint using an existing element as a template.
- createEngineAction(String, String, int, String, String, List<String>, List<String>, List<NewActionTarget>, List<String>, List<String>, Date, String, String, String, Map<String, String>, String, String, String, String, String, String, String) - Method in class org.odpi.openmetadata.commonservices.generichandlers.EngineActionHandler
-
Create an engine action in REQUESTED state in the metadata store with all the relationships, so it is ready to execute.
- createEntity(String, String, String, String, String, InstanceProperties, List<Classification>, InstanceStatus, String) - Method in class org.odpi.openmetadata.commonservices.repositoryhandler.RepositoryHandler
-
Create a new entity in the open metadata repository with the specified instance status.
- createEntity(String, String, String, String, String, InstanceProperties, InstanceStatus, String) - Method in class org.odpi.openmetadata.commonservices.repositoryhandler.RepositoryHandler
-
Create a new entity in the open metadata repository with the specified instance status.
- createEventClient(String) - Method in class org.odpi.openmetadata.frameworks.integration.contextmanager.IntegrationContextManager
-
Suggestion for subclass to create client(s) to partner OMAS.
- createEventClient(String) - Method in class org.odpi.openmetadata.frameworkservices.gaf.client.OIFContextManager
-
Suggestion for subclass to create client(s) to partner OMAS.
- createExternalId(String, List<String>, ExternalIdLinkProperties, ExternalIdProperties) - Method in class org.odpi.openmetadata.frameworks.openmetadata.connectorcontext.ExternalIdClient
-
Create a new externalId.
- createExternalId(String, NewElementOptions, Map<String, ClassificationProperties>, ExternalIdProperties, RelationshipProperties) - Method in class org.odpi.openmetadata.frameworks.openmetadata.handlers.ExternalIdHandler
-
Create a new externalId.
- createExternalId(NewElementOptions, Map<String, ClassificationProperties>, ExternalIdProperties, RelationshipProperties) - Method in class org.odpi.openmetadata.frameworks.openmetadata.connectorcontext.ExternalIdClient
-
Create a new externalId.
- createExternalIdFromTemplate(String, TemplateOptions, String, EntityProperties, Map<String, ClassificationProperties>, Map<String, String>, RelationshipProperties) - Method in class org.odpi.openmetadata.frameworks.openmetadata.handlers.ExternalIdHandler
-
Create a new metadata element to represent an externalId using an existing element as a template.
- createExternalIdFromTemplate(TemplateOptions, String, EntityProperties, Map<String, ClassificationProperties>, Map<String, String>, RelationshipProperties) - Method in class org.odpi.openmetadata.frameworks.openmetadata.connectorcontext.ExternalIdClient
-
Create a new metadata element to represent an external id using an existing element as a template.
- createExternalReference(String, String, NewElementRequestBody) - Method in class org.odpi.openmetadata.viewservices.externallinks.server.ExternalLinksRESTServices
-
Create an external reference.
- createExternalReference(String, String, NewElementRequestBody) - Method in class org.odpi.openmetadata.viewservices.externallinks.server.spring.ExternalLinksResource
-
Create an external reference.
- createExternalReference(String, NewElementOptions, Map<String, ClassificationProperties>, ExternalReferenceProperties, RelationshipProperties) - Method in class org.odpi.openmetadata.frameworks.openmetadata.handlers.ExternalReferenceHandler
-
Create a new external reference.
- createExternalReference(NewElementOptions, Map<String, ClassificationProperties>, ExternalReferenceProperties, RelationshipProperties) - Method in class org.odpi.openmetadata.frameworks.openmetadata.connectorcontext.ExternalReferenceClient
-
Create a new external reference.
- createExternalReferenceFromTemplate(String, String, TemplateRequestBody) - Method in class org.odpi.openmetadata.viewservices.externallinks.server.ExternalLinksRESTServices
-
Create a new metadata element to represent an external reference using an existing metadata element as a template.
- createExternalReferenceFromTemplate(String, String, TemplateRequestBody) - Method in class org.odpi.openmetadata.viewservices.externallinks.server.spring.ExternalLinksResource
-
Create a new metadata element to represent an external reference using an existing metadata element as a template.
- createExternalReferenceFromTemplate(String, TemplateOptions, String, EntityProperties, Map<String, ClassificationProperties>, Map<String, String>, RelationshipProperties) - Method in class org.odpi.openmetadata.frameworks.openmetadata.handlers.ExternalReferenceHandler
-
Create a new metadata element to represent an external reference using an existing element as a template.
- createExternalReferenceFromTemplate(TemplateOptions, String, EntityProperties, Map<String, ClassificationProperties>, Map<String, String>, RelationshipProperties) - Method in class org.odpi.openmetadata.frameworks.openmetadata.connectorcontext.ExternalReferenceClient
-
Create a new metadata element to represent an external reference using an existing element as a template.
- createFunction(FunctionProperties) - Method in class org.odpi.openmetadata.adapters.connectors.unitycatalog.resource.OSSUnityCatalogResourceConnector
-
Create function.
- CreateFunctionRequestBody - Class in org.odpi.openmetadata.adapters.connectors.unitycatalog.resource.rest
-
Payload for creating a function - maps to CreatFunctionRequest.
- CreateFunctionRequestBody() - Constructor for class org.odpi.openmetadata.adapters.connectors.unitycatalog.resource.rest.CreateFunctionRequestBody
-
Constructor
- createGlossaryTerm(String, NewElementRequestBody) - Method in class org.odpi.openmetadata.viewservices.glossarymanager.server.GlossaryManagerRESTServices
-
Create a new metadata element to represent a glossary term using an existing metadata element as a template.
- createGlossaryTerm(String, NewElementRequestBody) - Method in class org.odpi.openmetadata.viewservices.glossarymanager.server.spring.GlossaryManagerResource
-
Create a new metadata element to represent a glossary term.
- createGlossaryTerm(String, GlossaryTermProperties) - Method in class org.odpi.openmetadata.frameworks.openmetadata.connectorcontext.GlossaryTermClient
-
Create a new glossaryTerm.
- createGlossaryTerm(String, NewElementOptions, Map<String, ClassificationProperties>, GlossaryTermProperties, RelationshipProperties) - Method in class org.odpi.openmetadata.frameworks.openmetadata.handlers.GlossaryTermHandler
-
Create a new glossary term.
- createGlossaryTerm(NewElementOptions, Map<String, ClassificationProperties>, GlossaryTermProperties, RelationshipProperties) - Method in class org.odpi.openmetadata.frameworks.openmetadata.connectorcontext.GlossaryTermClient
-
Create a new glossaryTerm.
- createGlossaryTermFromTemplate(String, String, TemplateRequestBody) - Method in class org.odpi.openmetadata.viewservices.glossarymanager.server.GlossaryManagerRESTServices
-
Create a new metadata element to represent a glossary term using an existing metadata element as a template.
- createGlossaryTermFromTemplate(String, String, TemplateRequestBody) - Method in class org.odpi.openmetadata.viewservices.glossarymanager.server.spring.GlossaryManagerResource
-
Create a new metadata element to represent a glossary term using an existing metadata element as a template.
- createGlossaryTermFromTemplate(String, TemplateOptions, String, EntityProperties, Map<String, ClassificationProperties>, Map<String, String>, RelationshipProperties) - Method in class org.odpi.openmetadata.frameworks.openmetadata.handlers.GlossaryTermHandler
-
Create a new metadata element to represent a glossary term using an existing element as a template.
- createGlossaryTermFromTemplate(TemplateOptions, String, EntityProperties, Map<String, ClassificationProperties>, Map<String, String>, RelationshipProperties) - Method in class org.odpi.openmetadata.frameworks.openmetadata.connectorcontext.GlossaryTermClient
-
Create a new metadata element to represent a glossary term using an existing element as a template.
- createGovernanceActionProcess(String, String, String, String, List<String>) - Method in class org.odpi.openmetadata.frameworks.openmetadata.connectorcontext.ConnectorContextBase
-
Create the governance action process asset.
- createGovernanceDefinition(String, String, NewElementRequestBody) - Method in class org.odpi.openmetadata.viewservices.governanceofficer.server.GovernanceOfficerRESTServices
-
Create a governance definition.
- createGovernanceDefinition(String, String, NewElementRequestBody) - Method in class org.odpi.openmetadata.viewservices.governanceofficer.server.spring.GovernanceOfficerResource
-
Create a governance definition.
- createGovernanceDefinition(String, NewElementOptions, Map<String, ClassificationProperties>, GovernanceDefinitionProperties, RelationshipProperties) - Method in class org.odpi.openmetadata.frameworks.openmetadata.handlers.GovernanceDefinitionHandler
-
Create a new governance definition.
- createGovernanceDefinition(NewElementOptions, Map<String, ClassificationProperties>, GovernanceDefinitionProperties, RelationshipProperties) - Method in class org.odpi.openmetadata.frameworks.openmetadata.connectorcontext.GovernanceDefinitionClient
-
Create a new governance definition.
- createGovernanceDefinitionFromTemplate(String, String, TemplateRequestBody) - Method in class org.odpi.openmetadata.viewservices.governanceofficer.server.GovernanceOfficerRESTServices
-
Create a new metadata element to represent a governance definition using an existing metadata element as a template.
- createGovernanceDefinitionFromTemplate(String, String, TemplateRequestBody) - Method in class org.odpi.openmetadata.viewservices.governanceofficer.server.spring.GovernanceOfficerResource
-
Create a new metadata element to represent a governance definition using an existing metadata element as a template.
- createGovernanceDefinitionFromTemplate(String, TemplateOptions, String, EntityProperties, Map<String, ClassificationProperties>, Map<String, String>, RelationshipProperties) - Method in class org.odpi.openmetadata.frameworks.openmetadata.handlers.GovernanceDefinitionHandler
-
Create a new metadata element to represent a governance definition using an existing element as a template.
- createGovernanceDefinitionFromTemplate(TemplateOptions, String, EntityProperties, Map<String, ClassificationProperties>, Map<String, String>, RelationshipProperties) - Method in class org.odpi.openmetadata.frameworks.openmetadata.connectorcontext.GovernanceDefinitionClient
-
Create a new metadata element to represent a governance definition using an existing element as a template.
- createGovernanceEngineHandler(EngineConfig, String, String, GovernanceConfigurationClient, GovernanceContextClient, AuditLog, int) - Method in class org.odpi.openmetadata.engineservices.governanceaction.handlers.GovernanceActionEngineHandlerFactory
-
Create a client-side object for calling a governance action engine.
- createGovernanceEngineHandler(EngineConfig, String, String, GovernanceConfigurationClient, GovernanceContextClient, AuditLog, int) - Method in class org.odpi.openmetadata.engineservices.repositorygovernance.handlers.RepositoryGovernanceHandlerFactory
-
Create a client-side object for calling a survey action engine.
- createGovernanceEngineHandler(EngineConfig, String, String, GovernanceConfigurationClient, GovernanceContextClient, AuditLog, int) - Method in class org.odpi.openmetadata.engineservices.surveyaction.handlers.SurveyActionEngineHandlerFactory
-
Create a client-side object for calling a survey action engine.
- createGovernanceEngineHandler(EngineConfig, String, String, GovernanceConfigurationClient, GovernanceContextClient, AuditLog, int) - Method in class org.odpi.openmetadata.engineservices.watchdogaction.handlers.WatchdogActionEngineHandlerFactory
-
Create a client-side object for calling a watchdog action engine.
- createGovernanceEngineHandler(EngineConfig, String, String, GovernanceConfigurationClient, GovernanceContextClient, AuditLog, int) - Method in class org.odpi.openmetadata.governanceservers.enginehostservices.registration.GovernanceEngineHandlerFactory
-
Create a client-side object for calling a survey action engine.
- createGovernanceEngines(ContentPackDefinition) - Method in class org.odpi.openmetadata.contentpacks.core.base.ContentPackBaseArchiveWriter
-
Create the default governance engines
- createGovernanceServices(ContentPackDefinition) - Method in class org.odpi.openmetadata.contentpacks.core.base.ContentPackBaseArchiveWriter
-
Register the governance services that are going to be in the default governance engines.
- createHostCatalogTemplate(String, DeployedImplementationType, DeployedImplementationType, String, Classification) - Method in class org.odpi.openmetadata.contentpacks.core.base.ContentPackBaseArchiveWriter
-
Create a template for a host and link it to the associated deployed implementation type.
- createIncidentReport(String, Map<String, ClassificationProperties>, IncidentReportProperties, Map<String, ImpactedResourceProperties>, Map<String, ReportDependencyProperties>, String) - Method in class org.odpi.openmetadata.frameworks.openmetadata.handlers.AssetHandler
-
Create an incident report to capture the situation detected by the caller.
- createIncidentReport(IncidentReportProperties, Map<String, ClassificationProperties>, Map<String, ImpactedResourceProperties>, Map<String, ReportDependencyProperties>) - Method in class org.odpi.openmetadata.frameworks.openmetadata.connectorcontext.ConnectorContextBase
-
Create an incident report to capture the situation detected by this governance action service.
- createInformalTag(String, String, NewElementRequestBody) - Method in class org.odpi.openmetadata.viewservices.feedbackmanager.server.FeedbackManagerRESTServices
-
Creates a new informal tag and returns the unique identifier for it.
- createInformalTag(String, String, NewElementRequestBody) - Method in class org.odpi.openmetadata.viewservices.feedbackmanager.server.spring.FeedbackManagerResource
-
Creates a new informal tag and returns the unique identifier for it.
- createInformalTag(String, NewElementOptions, Map<String, ClassificationProperties>, InformalTagProperties) - Method in class org.odpi.openmetadata.frameworks.openmetadata.handlers.InformalTagHandler
-
Creates a new informal tag and returns the unique identifier for it.
- createInformalTag(NewElementOptions, Map<String, ClassificationProperties>, InformalTagProperties) - Method in class org.odpi.openmetadata.frameworks.openmetadata.connectorcontext.InformalTagClient
-
Create a new informal tag.
- createInformalTagFromTemplate(TemplateOptions, String, EntityProperties, Map<String, ClassificationProperties>, Map<String, String>, RelationshipProperties) - Method in class org.odpi.openmetadata.frameworks.openmetadata.connectorcontext.InformalTagClient
-
Create a new metadata element to represent an informal tag using an existing element as a template.
- createInformationSupplyChain(String, NewElementRequestBody) - Method in class org.odpi.openmetadata.viewservices.solutionarchitect.server.SolutionArchitectRESTServices
-
Create an information supply chain.
- createInformationSupplyChain(String, NewElementRequestBody) - Method in class org.odpi.openmetadata.viewservices.solutionarchitect.server.spring.SolutionArchitectResource
-
Create an information supply chain.
- createInformationSupplyChainFromTemplate(String, TemplateRequestBody) - Method in class org.odpi.openmetadata.viewservices.solutionarchitect.server.SolutionArchitectRESTServices
-
Create a new metadata element to represent an information supply chain using an existing metadata element as a template.
- createInformationSupplyChainFromTemplate(String, TemplateRequestBody) - Method in class org.odpi.openmetadata.viewservices.solutionarchitect.server.spring.SolutionArchitectResource
-
Create a new metadata element to represent an information supply chain using an existing metadata element as a template.
- createLineageRelationship(String, String) - Method in class org.odpi.openmetadata.frameworks.opengovernance.GovernanceActionContext
-
Create a lineage mapping relationship between a source and target element.
- createLineageRelationship(String, String) - Method in interface org.odpi.openmetadata.frameworks.opengovernance.ProvisioningGovernanceContext
-
Create a LineageMapping relationship between a source and target element.
- createLineageRelationship(String, String, String, String, String, String, String, String, String, String, String, String) - Method in class org.odpi.openmetadata.frameworks.opengovernance.GovernanceActionContext
-
Create a lineage relationship between a source and target element.
- createLineageRelationship(String, String, String, String, String, String, String, String, String, String, String, String) - Method in interface org.odpi.openmetadata.frameworks.opengovernance.ProvisioningGovernanceContext
-
Create a lineage relationship between a source and target element.
- createLocation(String, NewElementRequestBody) - Method in class org.odpi.openmetadata.viewservices.locationarena.server.LocationArenaRESTServices
-
Create a location.
- createLocation(String, NewElementRequestBody) - Method in class org.odpi.openmetadata.viewservices.locationarena.server.spring.LocationArenaResource
-
Create a location.
- createLocation(String, NewElementOptions, Map<String, ClassificationProperties>, LocationProperties, RelationshipProperties) - Method in class org.odpi.openmetadata.frameworks.openmetadata.handlers.LocationHandler
-
Create a new location.
- createLocation(NewElementOptions, Map<String, ClassificationProperties>, LocationProperties, RelationshipProperties) - Method in class org.odpi.openmetadata.frameworks.openmetadata.connectorcontext.LocationClient
-
Create a new location.
- createLocationFromTemplate(String, TemplateRequestBody) - Method in class org.odpi.openmetadata.viewservices.locationarena.server.LocationArenaRESTServices
-
Create a new metadata element to represent a location using an existing metadata element as a template.
- createLocationFromTemplate(String, TemplateRequestBody) - Method in class org.odpi.openmetadata.viewservices.locationarena.server.spring.LocationArenaResource
-
Create a new metadata element to represent a location using an existing metadata element as a template.
- createLocationFromTemplate(String, TemplateOptions, String, EntityProperties, Map<String, ClassificationProperties>, Map<String, String>, RelationshipProperties) - Method in class org.odpi.openmetadata.frameworks.openmetadata.handlers.LocationHandler
-
Create a new metadata element to represent a location using an existing element as a template.
- createLocationFromTemplate(TemplateOptions, String, EntityProperties, Map<String, ClassificationProperties>, Map<String, String>, RelationshipProperties) - Method in class org.odpi.openmetadata.frameworks.openmetadata.connectorcontext.LocationClient
-
Create a new metadata element to represent a location using an existing element as a template.
- createMetadataElement(String, ElementProperties) - Method in interface org.odpi.openmetadata.frameworks.opengovernance.RemediationGovernanceContext
-
Create a new metadata element in the metadata store.
- createMetadataElement(String, ElementStatus, Date, Date, ElementProperties) - Method in interface org.odpi.openmetadata.frameworks.opengovernance.RemediationGovernanceContext
-
Create a new metadata element in the metadata store.
- createMetadataElementFromTemplate(String, String, boolean, List<String>, Date, Date, String, ElementProperties, Map<String, NewElementProperties>, Map<String, String>, String, String, ElementProperties, boolean) - Method in class org.odpi.openmetadata.frameworks.openmetadata.connectorcontext.OpenMetadataStore
-
Create a new metadata element in the metadata store using the template identified by the templateGUID.
- createMetadataElementFromTemplate(String, String, String, String, String, boolean, List<String>, boolean, Date, Date, String, ElementProperties, Map<String, NewElementProperties>, Map<String, String>, String, String, NewElementProperties, boolean, boolean, boolean, Date, boolean, boolean, String) - Method in class org.odpi.openmetadata.frameworkservices.omf.handlers.MetadataElementHandler
-
Create a new metadata element in the metadata store from a template.
- createMetadataElementFromTemplate(String, String, TemplateOptions, String, ElementProperties, Map<String, NewElementProperties>, Map<String, String>, NewElementProperties) - Method in interface org.odpi.openmetadata.frameworks.openmetadata.api.MetadataElementInterface
-
Create a new metadata element in the metadata store using the template identified by the templateGUID.
- createMetadataElementFromTemplate(String, String, TemplateOptions, String, ElementProperties, Map<String, NewElementProperties>, Map<String, String>, NewElementProperties) - Method in class org.odpi.openmetadata.frameworks.openmetadata.client.OpenMetadataClient
-
Create a new metadata element in the metadata store using the template identified by the templateGUID.
- createMetadataElementFromTemplate(String, String, TemplateOptions, String, ElementProperties, Map<String, NewElementProperties>, Map<String, String>, NewElementProperties) - Method in class org.odpi.openmetadata.frameworkservices.omf.client.OpenMetadataClientBase
-
Create a new metadata element in the metadata store.
- createMetadataElementFromTemplate(String, String, OpenMetadataTemplateRequestBody) - Method in class org.odpi.openmetadata.frameworkservices.omf.server.OpenMetadataStoreRESTServices
-
Create a new metadata element in the metadata store using a template.
- createMetadataElementFromTemplate(String, String, OpenMetadataTemplateRequestBody) - Method in class org.odpi.openmetadata.frameworkservices.omf.server.spring.OpenMetadataStoreResource
-
Create a new metadata element in the metadata store using a template.
- createMetadataElementFromTemplate(String, String, OpenMetadataTemplateRequestBody) - Method in class org.odpi.openmetadata.viewservices.metadataexpert.server.MetadataExpertRESTServices
-
Create a new metadata element in the metadata store using a template.
- createMetadataElementFromTemplate(String, String, OpenMetadataTemplateRequestBody) - Method in class org.odpi.openmetadata.viewservices.metadataexpert.server.spring.MetadataExpertResource
-
Create a new metadata element in the metadata store using a template.
- createMetadataElementFromTemplate(String, TemplateOptions, String, ElementProperties, Map<String, NewElementProperties>, Map<String, String>, NewElementProperties) - Method in class org.odpi.openmetadata.frameworks.openmetadata.connectorcontext.OpenMetadataStore
-
Create a new metadata element in the metadata store using the template identified by the templateGUID.
- createMetadataElementInStore(String, String, String, String, Map<String, NewElementProperties>, String, boolean, List<String>, NewElementProperties, String, String, NewElementProperties, boolean, boolean, boolean, Date, String) - Method in class org.odpi.openmetadata.frameworkservices.omf.handlers.MetadataElementHandler
-
Create a new metadata element in the metadata store.
- createMetadataElementInStore(String, String, String, String, NewElementProperties) - Method in interface org.odpi.openmetadata.frameworks.openmetadata.api.MetadataElementInterface
-
Create a new metadata element in the metadata store.
- createMetadataElementInStore(String, String, String, String, NewElementProperties) - Method in class org.odpi.openmetadata.frameworks.openmetadata.client.OpenMetadataClient
-
Create a new metadata element in the metadata store.
- createMetadataElementInStore(String, String, NewElementOptions, Map<String, NewElementProperties>, NewElementProperties, NewElementProperties) - Method in interface org.odpi.openmetadata.frameworks.openmetadata.api.MetadataElementInterface
-
Create a new metadata element in the metadata store.
- createMetadataElementInStore(String, String, NewElementOptions, Map<String, NewElementProperties>, NewElementProperties, NewElementProperties) - Method in class org.odpi.openmetadata.frameworks.openmetadata.client.OpenMetadataClient
-
Create a new metadata element in the metadata store.
- createMetadataElementInStore(String, String, NewElementOptions, Map<String, NewElementProperties>, NewElementProperties, NewElementProperties) - Method in class org.odpi.openmetadata.frameworkservices.omf.client.OpenMetadataClientBase
-
Create a new metadata element in the metadata store.
- createMetadataElementInStore(String, String, NewElementProperties) - Method in interface org.odpi.openmetadata.frameworks.openmetadata.api.MetadataElementInterface
-
Create a new metadata element in the metadata store.
- createMetadataElementInStore(String, String, NewElementProperties) - Method in class org.odpi.openmetadata.frameworks.openmetadata.client.OpenMetadataClient
-
Create a new metadata element in the metadata store.
- createMetadataElementInStore(String, String, NewOpenMetadataElementRequestBody) - Method in class org.odpi.openmetadata.frameworkservices.omf.server.OpenMetadataStoreRESTServices
-
Create a new metadata element in the metadata store.
- createMetadataElementInStore(String, String, NewOpenMetadataElementRequestBody) - Method in class org.odpi.openmetadata.frameworkservices.omf.server.spring.OpenMetadataStoreResource
-
Create a new metadata element in the metadata store.
- createMetadataElementInStore(String, String, NewOpenMetadataElementRequestBody) - Method in class org.odpi.openmetadata.viewservices.metadataexpert.server.MetadataExpertRESTServices
-
Create a new metadata element in the metadata store.
- createMetadataElementInStore(String, String, NewOpenMetadataElementRequestBody) - Method in class org.odpi.openmetadata.viewservices.metadataexpert.server.spring.MetadataExpertResource
-
Create a new metadata element in the metadata store.
- createMetadataElementInStore(String, Date, Date, ElementProperties) - Method in class org.odpi.openmetadata.frameworks.openmetadata.connectorcontext.OpenMetadataStore
-
Create a new metadata element in the metadata store.
- createMetadataElementInStore(String, Map<String, NewElementProperties>, String, boolean, List<String>, NewElementProperties, String, String, NewElementProperties, boolean) - Method in class org.odpi.openmetadata.frameworks.openmetadata.connectorcontext.OpenMetadataStore
-
Create a new metadata element in the metadata store.
- createMetadataElementInStore(String, NewElementOptions, Map<String, NewElementProperties>, NewElementProperties, NewElementProperties) - Method in class org.odpi.openmetadata.frameworks.openmetadata.connectorcontext.OpenMetadataStore
-
Create a new metadata element in the metadata store.
- createMetadataElementInStore(String, NewElementProperties) - Method in class org.odpi.openmetadata.frameworks.openmetadata.connectorcontext.OpenMetadataStore
-
Create a new metadata element in the metadata store.
- createMetadataRepositoryCohort(String, NewElementRequestBody) - Method in class org.odpi.openmetadata.viewservices.runtimemanager.server.RuntimeManagerRESTServices
-
Create an open metadata repository cohort.
- createMetadataRepositoryCohort(String, NewElementRequestBody) - Method in class org.odpi.openmetadata.viewservices.runtimemanager.server.spring.RuntimeManagerResource
-
Create an open metadata repository cohort.
- createMetadataRepositoryCohort(String, NewElementOptions, Map<String, ClassificationProperties>, MetadataRepositoryCohortProperties, RelationshipProperties) - Method in class org.odpi.openmetadata.frameworks.openmetadata.handlers.MetadataRepositoryCohortHandler
-
Create a new open metadata repository cohort.
- createMetadataRepositoryCohort(NewElementOptions, Map<String, ClassificationProperties>, MetadataRepositoryCohortProperties, RelationshipProperties) - Method in class org.odpi.openmetadata.frameworks.openmetadata.connectorcontext.MetadataRepositoryCohortClient
-
Create a new open metadata repository cohort.
- createMetadataRepositoryCohortFromTemplate(String, TemplateRequestBody) - Method in class org.odpi.openmetadata.viewservices.runtimemanager.server.RuntimeManagerRESTServices
-
Create a new metadata element to represent an open metadata repository cohort using an existing metadata element as a template.
- createMetadataRepositoryCohortFromTemplate(String, TemplateRequestBody) - Method in class org.odpi.openmetadata.viewservices.runtimemanager.server.spring.RuntimeManagerResource
-
Create a new metadata element to represent an open metadata repository cohort using an existing metadata element as a template.
- createMetadataRepositoryCohortFromTemplate(String, TemplateOptions, String, EntityProperties, Map<String, ClassificationProperties>, Map<String, String>, RelationshipProperties) - Method in class org.odpi.openmetadata.frameworks.openmetadata.handlers.MetadataRepositoryCohortHandler
-
Create a new metadata element to represent an open metadata repository cohort using an existing element as a template.
- createMetadataRepositoryCohortFromTemplate(TemplateOptions, String, EntityProperties, Map<String, ClassificationProperties>, Map<String, String>, RelationshipProperties) - Method in class org.odpi.openmetadata.frameworks.openmetadata.connectorcontext.MetadataRepositoryCohortClient
-
Create a new metadata element to represent an open metadata repository cohort using an existing element as a template.
- createModelVersion(ModelVersionProperties) - Method in class org.odpi.openmetadata.adapters.connectors.unitycatalog.resource.OSSUnityCatalogResourceConnector
-
Create registered model version.
- createNewAuditLog(int, ComponentDevelopmentStatus, String, String, String) - Method in class org.odpi.openmetadata.frameworks.auditlog.AuditLog
-
Clone request is used to create an audit log for a component outside the OMRS.
- createNewAuditLog(int, ComponentDevelopmentStatus, String, String, String) - Method in class org.odpi.openmetadata.repositoryservices.auditlog.OMRSAuditLog
-
Clone request is used to create an audit log for a component outside of OMRS.
- createNewAuditLog(ComponentDescription) - Method in class org.odpi.openmetadata.frameworks.auditlog.AuditLog
-
Constructor used to create the root audit log for OMRS
- createNewElement(String, NewElementOptions, Map<String, ClassificationProperties>, OpenMetadataRootProperties, RelationshipProperties, String) - Method in class org.odpi.openmetadata.frameworks.openmetadata.handlers.OpenMetadataHandlerBase
-
Create a new element.
- createNoteLog(String, String, String, NewAttachmentRequestBody) - Method in class org.odpi.openmetadata.viewservices.feedbackmanager.server.FeedbackManagerRESTServices
-
Creates a new noteLog and returns the unique identifier for it.
- createNoteLog(String, String, String, NewAttachmentRequestBody) - Method in class org.odpi.openmetadata.viewservices.feedbackmanager.server.spring.FeedbackManagerResource
-
Creates a new noteLog for an element and returns the unique identifier for it.
- createNoteLog(String, String, NewElementRequestBody) - Method in class org.odpi.openmetadata.viewservices.feedbackmanager.server.FeedbackManagerRESTServices
-
Creates a new noteLog and returns the unique identifier for it.
- createNoteLog(String, String, NewElementRequestBody) - Method in class org.odpi.openmetadata.viewservices.feedbackmanager.server.spring.FeedbackManagerResource
-
Creates a new freestanding noteLog and returns the unique identifier for it.
- createNoteLog(String, String, MetadataSourceOptions, Map<String, ClassificationProperties>, NoteLogProperties) - Method in class org.odpi.openmetadata.frameworks.openmetadata.handlers.NoteLogHandler
-
Create a new metadata element to represent a note log and attach it to an element (if supplied).
- createNoteLog(String, MetadataSourceOptions, Map<String, ClassificationProperties>, NoteLogProperties) - Method in class org.odpi.openmetadata.frameworks.openmetadata.connectorcontext.NoteLogClient
-
Create a new metadata element to represent a note log and attach it to an element (if supplied).
- createNoteLog(String, NewElementOptions, Map<String, ClassificationProperties>, NoteLogProperties, RelationshipProperties) - Method in class org.odpi.openmetadata.frameworks.openmetadata.handlers.NoteLogHandler
-
Create a new freestanding note log.
- createNoteLogEntry(String, Map<String, ClassificationProperties>, ActionProperties, String, List<String>, String, List<NewActionTarget>) - Method in class org.odpi.openmetadata.frameworks.openmetadata.handlers.AssetHandler
-
Create an entry in a note log.
- createNoteLogEntry(Map<String, ClassificationProperties>, ActionProperties, String, List<String>, String, List<NewActionTarget>) - Method in class org.odpi.openmetadata.frameworks.openmetadata.connectorcontext.ConnectorContextBase
-
Create an entry in a note log.
- createNoteLogFromTemplate(String, TemplateOptions, String, EntityProperties, Map<String, ClassificationProperties>, Map<String, String>, RelationshipProperties) - Method in class org.odpi.openmetadata.frameworks.openmetadata.handlers.NoteLogHandler
-
Create a new metadata element to represent a note log using an existing element as a template.
- createNoteLogFromTemplate(TemplateOptions, String, EntityProperties, Map<String, ClassificationProperties>, Map<String, String>, RelationshipProperties) - Method in class org.odpi.openmetadata.frameworks.openmetadata.connectorcontext.NoteLogClient
-
Create a new metadata element to represent a note log using an existing element as a template.
- createPopulateSandboxDAG(String, String) - Method in class org.odpi.openmetadata.samples.governanceactions.clinicaltrials.CocoClinicalTrialBaseService
-
Create a process to represent the Airflow DAG that populates the sandbox.
- createPort(String, String, String, PortType) - Method in class org.odpi.openmetadata.frameworks.opengovernance.GovernanceActionContext
-
Add a port to a process.
- createPort(String, String, String, PortType) - Method in interface org.odpi.openmetadata.frameworks.opengovernance.ProvisioningGovernanceContext
-
Add a port to a process.
- createProcess(String, String, String, String) - Method in class org.odpi.openmetadata.frameworks.opengovernance.GovernanceActionContext
-
Create a new process to represent the processing of this governance action process.
- createProcess(String, String, String, String) - Method in interface org.odpi.openmetadata.frameworks.opengovernance.ProvisioningGovernanceContext
-
Create a new process to represent the processing of this governance action process.
- createProcess(String, String, String, String, String, String, ElementProperties) - Method in class org.odpi.openmetadata.frameworks.opengovernance.GovernanceActionContext
-
Create a new process to represent the processing of this governance action process.
- createProcess(String, String, String, String, String, String, ElementProperties) - Method in interface org.odpi.openmetadata.frameworks.opengovernance.ProvisioningGovernanceContext
-
Create a new process to represent the processing of this governance action process.
- createProcessFromGovernanceActionType(String, String, String, String, Map<String, String>, String, List<String>) - Method in class org.odpi.openmetadata.frameworks.openmetadata.connectorcontext.ConnectorContextBase
-
Create a specific governance action process from a generic governance action type.
- createProcessFromTemplate(String, String, String, String) - Method in class org.odpi.openmetadata.frameworks.opengovernance.GovernanceActionContext
-
Create a new process to represent the processing of this governance action process.
- createProcessFromTemplate(String, String, String, String) - Method in interface org.odpi.openmetadata.frameworks.opengovernance.ProvisioningGovernanceContext
-
Create a new process to represent the processing of this governance action process.
- createProcessFromTemplate(String, String, String, String, String, String, ElementProperties) - Method in class org.odpi.openmetadata.frameworks.opengovernance.GovernanceActionContext
-
Create a new process to represent the processing of this governance action process.
- createProcessFromTemplate(String, String, String, String, String, String, ElementProperties) - Method in interface org.odpi.openmetadata.frameworks.opengovernance.ProvisioningGovernanceContext
-
Create a new process to represent the processing of this governance action process.
- createProject(String, String, NewElementRequestBody) - Method in class org.odpi.openmetadata.viewservices.projectmanager.server.ProjectManagerRESTServices
-
Create a new generic project.
- createProject(String, String, NewElementRequestBody) - Method in class org.odpi.openmetadata.viewservices.projectmanager.server.spring.ProjectManagerResource
-
Create a new generic project.
- createProject(String, NewElementOptions, String, Map<String, ClassificationProperties>, ProjectProperties, RelationshipProperties) - Method in class org.odpi.openmetadata.frameworks.openmetadata.handlers.ProjectHandler
-
Create a new project.
- createProject(NewElementOptions, String, Map<String, ClassificationProperties>, ProjectProperties, RelationshipProperties) - Method in class org.odpi.openmetadata.frameworks.openmetadata.connectorcontext.ProjectClient
-
Create a new project.
- createProjectFromTemplate(String, TemplateRequestBody) - Method in class org.odpi.openmetadata.viewservices.projectmanager.server.ProjectManagerRESTServices
-
Create a new metadata element to represent a project using an existing metadata element as a template.
- createProjectFromTemplate(String, TemplateRequestBody) - Method in class org.odpi.openmetadata.viewservices.projectmanager.server.spring.ProjectManagerResource
-
Create a new metadata element to represent a project using an existing metadata element as a template.
- createProjectFromTemplate(String, TemplateOptions, String, EntityProperties, Map<String, ClassificationProperties>, Map<String, String>, RelationshipProperties) - Method in class org.odpi.openmetadata.frameworks.openmetadata.handlers.ProjectHandler
-
Create a new metadata element to represent a project using an existing metadata element as a template.
- createProjectFromTemplate(TemplateOptions, String, EntityProperties, Map<String, ClassificationProperties>, Map<String, String>, RelationshipProperties) - Method in class org.odpi.openmetadata.frameworks.openmetadata.connectorcontext.ProjectClient
-
Create a new metadata element to represent a project using an existing element as a template.
- createProvisionUnityCatalogGovernanceActionProcess(String, DeployedImplementationTypeDefinition, String, RequestTypeDefinition, TemplateDefinition) - Method in class org.odpi.openmetadata.contentpacks.core.unitycatalog.UnityCatalogPackArchiveWriter
-
Create a two-step governance action process that creates a metadata element for a particular type of server and then adds it as a catalog target for an appropriate integration connector.
- createRegisteredModel(String, String, String, String, String) - Method in class org.odpi.openmetadata.adapters.connectors.unitycatalog.resource.OSSUnityCatalogResourceConnector
-
Create model.
- createRegisteredModel(RegisteredModelProperties) - Method in class org.odpi.openmetadata.adapters.connectors.unitycatalog.resource.OSSUnityCatalogResourceConnector
-
Create registered model.
- createRelatedElements(String, String, String, boolean, boolean, Date, Date, ElementProperties, Date) - Method in interface org.odpi.openmetadata.frameworks.opengovernance.RemediationGovernanceContext
-
Create a relationship between two metadata elements.
- createRelatedElements(String, String, String, boolean, boolean, ElementProperties, Date) - Method in interface org.odpi.openmetadata.frameworks.opengovernance.RemediationGovernanceContext
-
Create a relationship between two metadata elements.
- createRelatedElementsInStore(String, String, String, String, String, String, boolean, List<String>, boolean, boolean, NewElementProperties, Date, String) - Method in class org.odpi.openmetadata.frameworkservices.omf.handlers.MetadataElementHandler
-
Create a relationship between two metadata elements.
- createRelatedElementsInStore(String, String, String, String, MakeAnchorOptions, NewElementProperties) - Method in interface org.odpi.openmetadata.frameworks.openmetadata.api.MetadataElementInterface
-
Create a relationship between two metadata elements.
- createRelatedElementsInStore(String, String, String, String, MakeAnchorOptions, NewElementProperties) - Method in class org.odpi.openmetadata.frameworks.openmetadata.client.OpenMetadataClient
-
Create a relationship between two metadata elements.
- createRelatedElementsInStore(String, String, String, String, MakeAnchorOptions, NewElementProperties) - Method in class org.odpi.openmetadata.frameworkservices.omf.client.OpenMetadataClientBase
-
Create a relationship between two metadata elements.
- createRelatedElementsInStore(String, String, String, Date, Date, ElementProperties) - Method in class org.odpi.openmetadata.frameworks.openmetadata.connectorcontext.OpenMetadataStore
-
Create a relationship between two metadata elements.
- createRelatedElementsInStore(String, String, String, MakeAnchorOptions, NewElementProperties) - Method in class org.odpi.openmetadata.frameworks.openmetadata.connectorcontext.OpenMetadataStore
-
Create a relationship between two metadata elements.
- createRelatedElementsInStore(String, String, NewRelatedElementsRequestBody) - Method in class org.odpi.openmetadata.frameworkservices.omf.server.OpenMetadataStoreRESTServices
-
Create a relationship between two metadata elements.
- createRelatedElementsInStore(String, String, NewRelatedElementsRequestBody) - Method in class org.odpi.openmetadata.frameworkservices.omf.server.spring.OpenMetadataStoreResource
-
Create a relationship between two metadata elements.
- createRelatedElementsInStore(String, String, NewRelatedElementsRequestBody) - Method in class org.odpi.openmetadata.viewservices.metadataexpert.server.MetadataExpertRESTServices
-
Create a relationship between two metadata elements.
- createRelatedElementsInStore(String, String, NewRelatedElementsRequestBody) - Method in class org.odpi.openmetadata.viewservices.metadataexpert.server.spring.MetadataExpertResource
-
Create a relationship between two metadata elements.
- createRelationship(String, String, String, String, String, String, InstanceProperties, String) - Method in class org.odpi.openmetadata.commonservices.repositoryhandler.RepositoryHandler
-
Create a relationship between two entities.
- createRequestTypes(ContentPackDefinition) - Method in class org.odpi.openmetadata.contentpacks.core.base.ContentPackBaseArchiveWriter
-
Add the request types.
- createSandboxSchema(String) - Method in class org.odpi.openmetadata.samples.governanceactions.clinicaltrials.CocoClinicalTrialBaseService
-
Create the sandbox database schema - it is assumed that details of the schema are passed in the request parameters.
- createSchema(String, String, String, Map<String, String>) - Method in class org.odpi.openmetadata.adapters.connectors.unitycatalog.resource.OSSUnityCatalogResourceConnector
-
Create schema.
- createSchema(String, DeployedDatabaseSchemaProperties) - Method in class org.odpi.openmetadata.adapters.connectors.integration.jdbc.transfer.requests.Omas
-
Create schema in database
- createSchemaAttribute(String, String, NewElementRequestBody) - Method in class org.odpi.openmetadata.viewservices.schemamaker.server.SchemaMakerRESTServices
-
Create a schemaAttribute.
- createSchemaAttribute(String, String, NewElementRequestBody) - Method in class org.odpi.openmetadata.viewservices.schemamaker.server.spring.SchemaMakerResource
-
Create a schema attribute.
- createSchemaAttribute(String, NewElementOptions, Map<String, ClassificationProperties>, SchemaAttributeProperties, RelationshipProperties) - Method in class org.odpi.openmetadata.frameworks.openmetadata.handlers.SchemaAttributeHandler
-
Create a new schema attribute.
- createSchemaAttribute(NewElementOptions, Map<String, ClassificationProperties>, SchemaAttributeProperties, RelationshipProperties) - Method in class org.odpi.openmetadata.frameworks.openmetadata.connectorcontext.SchemaAttributeClient
-
Create a new schema attribute.
- createSchemaAttributeFromTemplate(String, String, TemplateRequestBody) - Method in class org.odpi.openmetadata.viewservices.schemamaker.server.SchemaMakerRESTServices
-
Create a new metadata element to represent a schemaAttribute using an existing metadata element as a template.
- createSchemaAttributeFromTemplate(String, String, TemplateRequestBody) - Method in class org.odpi.openmetadata.viewservices.schemamaker.server.spring.SchemaMakerResource
-
Create a new metadata element to represent a schema attribute using an existing metadata element as a template.
- createSchemaAttributeFromTemplate(String, TemplateOptions, String, EntityProperties, Map<String, ClassificationProperties>, Map<String, String>, RelationshipProperties) - Method in class org.odpi.openmetadata.frameworks.openmetadata.handlers.SchemaAttributeHandler
-
Create a new metadata element to represent a schema attribute using an existing element as a template.
- createSchemaAttributeFromTemplate(TemplateOptions, String, EntityProperties, Map<String, ClassificationProperties>, Map<String, String>, RelationshipProperties) - Method in class org.odpi.openmetadata.frameworks.openmetadata.connectorcontext.SchemaAttributeClient
-
Create a new metadata element to represent a schema attribute using an existing element as a template.
- createSchemaType(String, String, NewElementRequestBody) - Method in class org.odpi.openmetadata.viewservices.schemamaker.server.SchemaMakerRESTServices
-
Create a schema type.
- createSchemaType(String, String, NewElementRequestBody) - Method in class org.odpi.openmetadata.viewservices.schemamaker.server.spring.SchemaMakerResource
-
Create a schema type.
- createSchemaType(String, NewElementOptions, Map<String, ClassificationProperties>, SchemaTypeProperties, RelationshipProperties) - Method in class org.odpi.openmetadata.frameworks.openmetadata.handlers.SchemaTypeHandler
-
Create a new schema type.
- createSchemaType(NewElementOptions, Map<String, ClassificationProperties>, SchemaTypeProperties, RelationshipProperties) - Method in class org.odpi.openmetadata.frameworks.openmetadata.connectorcontext.SchemaTypeClient
-
Create a new schema type.
- createSchemaTypeFromTemplate(String, String, TemplateRequestBody) - Method in class org.odpi.openmetadata.viewservices.schemamaker.server.SchemaMakerRESTServices
-
Create a new metadata element to represent a schema type using an existing metadata element as a template.
- createSchemaTypeFromTemplate(String, String, TemplateRequestBody) - Method in class org.odpi.openmetadata.viewservices.schemamaker.server.spring.SchemaMakerResource
-
Create a new metadata element to represent a schema type using an existing metadata element as a template.
- createSchemaTypeFromTemplate(String, TemplateOptions, String, EntityProperties, Map<String, ClassificationProperties>, Map<String, String>, RelationshipProperties) - Method in class org.odpi.openmetadata.frameworks.openmetadata.handlers.SchemaTypeHandler
-
Create a new metadata element to represent a schema type using an existing element as a template.
- createSchemaTypeFromTemplate(TemplateOptions, String, EntityProperties, Map<String, ClassificationProperties>, Map<String, String>, RelationshipProperties) - Method in class org.odpi.openmetadata.frameworks.openmetadata.connectorcontext.SchemaTypeClient
-
Create a new metadata element to represent a schema type using an existing element as a template.
- createSoftwareCapability(String, NewElementOptions, Map<String, ClassificationProperties>, SoftwareCapabilityProperties, RelationshipProperties) - Method in class org.odpi.openmetadata.frameworks.openmetadata.handlers.SoftwareCapabilityHandler
-
Create a new softwareCapability.
- createSoftwareCapability(NewElementOptions, Map<String, ClassificationProperties>, SoftwareCapabilityProperties, RelationshipProperties) - Method in class org.odpi.openmetadata.frameworks.openmetadata.connectorcontext.SoftwareCapabilityClient
-
Create a new softwareCapability.
- createSoftwareCapabilityCatalogTemplate(String, DeployedImplementationType, String, String, String, Classification, List<ReplacementAttributeType>, List<PlaceholderPropertyType>) - Method in class org.odpi.openmetadata.contentpacks.core.base.ContentPackBaseArchiveWriter
-
Create a template for a software server and link it to the associated deployed implementation type.
- createSoftwareCapabilityFromTemplate(String, TemplateOptions, String, EntityProperties, Map<String, ClassificationProperties>, Map<String, String>, RelationshipProperties) - Method in class org.odpi.openmetadata.frameworks.openmetadata.handlers.SoftwareCapabilityHandler
-
Create a new metadata element to represent a software capability using an existing element as a template.
- createSoftwareCapabilityFromTemplate(TemplateOptions, String, EntityProperties, Map<String, ClassificationProperties>, Map<String, String>, RelationshipProperties) - Method in class org.odpi.openmetadata.frameworks.openmetadata.connectorcontext.SoftwareCapabilityClient
-
Create a new metadata element to represent a softwareCapability using an existing element as a template.
- createSoftwareServerCatalogTemplate(String, String, String, String, String, DeployedImplementationTypeDefinition, DeployedImplementationTypeDefinition, String, String, String, String, String, String, String, String, Map<String, Object>, String, String, String, String, List<ReplacementAttributeType>, List<PlaceholderPropertyType>) - Method in class org.odpi.openmetadata.contentpacks.core.base.ContentPackBaseArchiveWriter
-
Create a template for a software server and link it to the associated deployed implementation type.
- createSolutionBlueprint(String, NewElementRequestBody) - Method in class org.odpi.openmetadata.viewservices.solutionarchitect.server.SolutionArchitectRESTServices
-
Create a solution blueprint.
- createSolutionBlueprint(String, NewElementRequestBody) - Method in class org.odpi.openmetadata.viewservices.solutionarchitect.server.spring.SolutionArchitectResource
-
Create a solution blueprint.
- createSolutionBlueprintFromTemplate(String, TemplateRequestBody) - Method in class org.odpi.openmetadata.viewservices.solutionarchitect.server.SolutionArchitectRESTServices
-
Create a new metadata element to represent a solution blueprint using an existing metadata element as a template.
- createSolutionBlueprintFromTemplate(String, TemplateRequestBody) - Method in class org.odpi.openmetadata.viewservices.solutionarchitect.server.spring.SolutionArchitectResource
-
Create a new metadata element to represent a solution blueprint using an existing metadata element as a template.
- createSolutionComponent(String, NewElementRequestBody) - Method in class org.odpi.openmetadata.viewservices.solutionarchitect.server.SolutionArchitectRESTServices
-
Create a solution component.
- createSolutionComponent(String, NewElementRequestBody) - Method in class org.odpi.openmetadata.viewservices.solutionarchitect.server.spring.SolutionArchitectResource
-
Create a solution component.
- createSolutionComponent(String, NewElementOptions, Map<String, ClassificationProperties>, SolutionComponentProperties, RelationshipProperties) - Method in class org.odpi.openmetadata.frameworks.openmetadata.handlers.SolutionComponentHandler
-
Create a new solution component.
- createSolutionComponent(NewElementOptions, Map<String, ClassificationProperties>, SolutionComponentProperties, RelationshipProperties) - Method in class org.odpi.openmetadata.frameworks.openmetadata.connectorcontext.SolutionComponentClient
-
Create a new data class.
- createSolutionComponentFromTemplate(String, TemplateRequestBody) - Method in class org.odpi.openmetadata.viewservices.solutionarchitect.server.SolutionArchitectRESTServices
-
Create a new metadata element to represent a solution component using an existing metadata element as a template.
- createSolutionComponentFromTemplate(String, TemplateRequestBody) - Method in class org.odpi.openmetadata.viewservices.solutionarchitect.server.spring.SolutionArchitectResource
-
Create a new metadata element to represent a solution component using an existing metadata element as a template.
- createSolutionComponentFromTemplate(String, TemplateOptions, String, EntityProperties, Map<String, ClassificationProperties>, Map<String, String>, RelationshipProperties) - Method in class org.odpi.openmetadata.frameworks.openmetadata.handlers.SolutionComponentHandler
-
Create a new metadata element to represent a solution component using an existing element as a template.
- createSolutionComponentFromTemplate(TemplateOptions, String, EntityProperties, Map<String, ClassificationProperties>, Map<String, String>, RelationshipProperties) - Method in class org.odpi.openmetadata.frameworks.openmetadata.connectorcontext.SolutionComponentClient
-
Create a new metadata element to represent a solutionComponent using an existing element as a template.
- CreateSubscriptionGovernanceActionConnector - Class in org.odpi.openmetadata.adapters.connectors.subscriptions
-
CreateSubscriptionGovernanceActionConnector creates an asset and passes its GUID as an action target for follow on work.
- CreateSubscriptionGovernanceActionConnector() - Constructor for class org.odpi.openmetadata.adapters.connectors.subscriptions.CreateSubscriptionGovernanceActionConnector
-
Default constructor
- CreateSubscriptionGovernanceActionProvider - Class in org.odpi.openmetadata.adapters.connectors.subscriptions
-
CreateSubscriptionGovernanceActionProvider is the OCF connector provider for the "Create Asset" Governance Action Service.
- CreateSubscriptionGovernanceActionProvider() - Constructor for class org.odpi.openmetadata.adapters.connectors.subscriptions.CreateSubscriptionGovernanceActionProvider
-
Constructor used to initialize the ConnectorProviderBase with the Java class name of the specific store implementation.
- createTable(String, String, String, String, String, String, List<ColumnInfo>, String) - Method in class org.odpi.openmetadata.adapters.connectors.unitycatalog.resource.OSSUnityCatalogResourceConnector
-
Create table.
- createTable(TableProperties) - Method in class org.odpi.openmetadata.adapters.connectors.unitycatalog.resource.OSSUnityCatalogResourceConnector
-
Create table.
- createTable(OpenMetadataRootElement, String, RelationalTableProperties) - Method in class org.odpi.openmetadata.adapters.connectors.integration.jdbc.transfer.requests.Omas
-
Create table
- createTabularDataSetCatalogTemplate(String, String, DeployedImplementationTypeDefinition, String, String, String, String, Map<String, Object>, String, String, String, Map<String, Object>, String, String, Map<String, Object>, String, String, String, String, List<ReplacementAttributeType>, List<PlaceholderPropertyType>) - Method in class org.odpi.openmetadata.contentpacks.core.base.ContentPackBaseArchiveWriter
-
Create a template for an asset type and link it to the associated deployed implementation type.
- createTagFromTemplate(String, TemplateOptions, String, EntityProperties, Map<String, ClassificationProperties>, Map<String, String>, RelationshipProperties) - Method in class org.odpi.openmetadata.frameworks.openmetadata.handlers.InformalTagHandler
-
Create a new metadata element to represent an informal tag using an existing element as a template.
- createTaskForProject(String, String, NewAttachmentRequestBody) - Method in class org.odpi.openmetadata.viewservices.projectmanager.server.ProjectManagerRESTServices
-
Create a new project with the Task classification.
- createTaskProject(String, String, NewAttachmentRequestBody) - Method in class org.odpi.openmetadata.viewservices.projectmanager.server.spring.ProjectManagerResource
-
Create a new task linked to the supplied project.
- createTemplateFromTypeDef(TypeDef) - Method in class org.odpi.openmetadata.opentypes.OpenMetadataTypesArchiveAccessor
-
Return the instance type definition for the supplied TypeDef
- createTime - Variable in class org.odpi.openmetadata.frameworks.openmetadata.properties.OpenMetadataTypeDef
- createTime - Variable in class org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.properties.typedefs.TypeDef
- createUserIdentity(String, String, NewElementRequestBody) - Method in class org.odpi.openmetadata.viewservices.actormanager.server.ActorManagerRESTServices
-
Create a user identity.
- createUserIdentity(String, String, NewElementRequestBody) - Method in class org.odpi.openmetadata.viewservices.actormanager.server.spring.ActorManagerResource
-
Create a user identity.
- createUserIdentity(String, UserIdentityProperties) - Method in class org.odpi.openmetadata.frameworks.openmetadata.connectorcontext.UserIdentityClient
-
Create a new user identity.
- createUserIdentity(String, NewElementOptions, Map<String, ClassificationProperties>, UserIdentityProperties, RelationshipProperties) - Method in class org.odpi.openmetadata.frameworks.openmetadata.handlers.UserIdentityHandler
-
Create a new user identity.
- createUserIdentity(NewElementOptions, Map<String, ClassificationProperties>, UserIdentityProperties, RelationshipProperties) - Method in class org.odpi.openmetadata.frameworks.openmetadata.connectorcontext.UserIdentityClient
-
Create a new user identity.
- createUserIdentityFromTemplate(String, String, TemplateRequestBody) - Method in class org.odpi.openmetadata.viewservices.actormanager.server.ActorManagerRESTServices
-
Create a new metadata element to represent a user identity using an existing metadata element as a template.
- createUserIdentityFromTemplate(String, String, TemplateRequestBody) - Method in class org.odpi.openmetadata.viewservices.actormanager.server.spring.ActorManagerResource
-
Create a new metadata element to represent a user identity using an existing metadata element as a template.
- createUserIdentityFromTemplate(String, TemplateOptions, String, EntityProperties, Map<String, ClassificationProperties>, Map<String, String>, RelationshipProperties) - Method in class org.odpi.openmetadata.frameworks.openmetadata.handlers.UserIdentityHandler
-
Create a new metadata element to represent a user identity using an existing element as a template.
- createUserIdentityFromTemplate(TemplateOptions, String, EntityProperties, Map<String, ClassificationProperties>, Map<String, String>, RelationshipProperties) - Method in class org.odpi.openmetadata.frameworks.openmetadata.connectorcontext.UserIdentityClient
-
Create a new metadata element to represent a user identity using an existing element as a template.
- createValidValueDefinition(String, NewElementRequestBody) - Method in class org.odpi.openmetadata.viewservices.referencedata.server.ReferenceDataRESTServices
-
Create a validValueDefinition.
- createValidValueDefinition(String, NewElementRequestBody) - Method in class org.odpi.openmetadata.viewservices.referencedata.server.spring.ReferenceDataResource
-
Create a validValueDefinition.
- createValidValueDefinition(String, ValidValueDefinitionProperties, boolean) - Method in class org.odpi.openmetadata.frameworks.openmetadata.connectorcontext.ValidValueDefinitionClient
-
Create a new valid value definition.
- createValidValueDefinition(String, NewElementOptions, Map<String, ClassificationProperties>, ValidValueDefinitionProperties, RelationshipProperties) - Method in class org.odpi.openmetadata.frameworks.openmetadata.handlers.ValidValueDefinitionHandler
-
Create a new validValueDefinition.
- createValidValueDefinition(NewElementOptions, Map<String, ClassificationProperties>, ValidValueDefinitionProperties, RelationshipProperties) - Method in class org.odpi.openmetadata.frameworks.openmetadata.connectorcontext.ValidValueDefinitionClient
-
Create a new valid value definition.
- createValidValueDefinitionFromTemplate(String, TemplateRequestBody) - Method in class org.odpi.openmetadata.viewservices.referencedata.server.ReferenceDataRESTServices
-
Create a new metadata element to represent a validValueDefinition using an existing metadata element as a template.
- createValidValueDefinitionFromTemplate(String, TemplateRequestBody) - Method in class org.odpi.openmetadata.viewservices.referencedata.server.spring.ReferenceDataResource
-
Create a new metadata element to represent a validValueDefinition using an existing metadata element as a template.
- createValidValueDefinitionFromTemplate(String, TemplateOptions, String, EntityProperties, Map<String, ClassificationProperties>, Map<String, String>, RelationshipProperties) - Method in class org.odpi.openmetadata.frameworks.openmetadata.handlers.ValidValueDefinitionHandler
-
Create a new metadata element to represent a validValueDefinition using an existing element as a template.
- createValidValueDefinitionFromTemplate(TemplateOptions, String, EntityProperties, Map<String, ClassificationProperties>, Map<String, String>, RelationshipProperties) - Method in class org.odpi.openmetadata.frameworks.openmetadata.connectorcontext.ValidValueDefinitionClient
-
Create a new metadata element to represent a valid value definition using an existing element as a template.
- createView(OpenMetadataRootElement, String, RelationalTableProperties, CalculatedValueProperties) - Method in class org.odpi.openmetadata.adapters.connectors.integration.jdbc.transfer.requests.Omas
-
Create view
- createVolume(String, String, String, String, String, String) - Method in class org.odpi.openmetadata.adapters.connectors.unitycatalog.resource.OSSUnityCatalogResourceConnector
-
Create volume.
- createVolume(VolumeProperties) - Method in class org.odpi.openmetadata.adapters.connectors.unitycatalog.resource.OSSUnityCatalogResourceConnector
-
Create volume.
- CREATING_ATLAS_ENTITY - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.apacheatlas.integration.ffdc.AtlasIntegrationAuditCode
-
APACHE-ATLAS-INTEGRATION-CONNECTOR-0041 - The integration connector {0} created Apache Atlas {1} entity {2} match open metadata {3} entity {4}
- CREATING_EGERIA_ENTITY - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.apacheatlas.integration.ffdc.AtlasIntegrationAuditCode
-
APACHE-ATLAS-INTEGRATION-CONNECTOR-0040 - The integration connector {0} created open metadata {1} entity {2} match Apache Atlas {3} entity {4}
- CREATING_LOG_FILE - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.surveyaction.ffdc.SurveyServiceAuditCode
-
SURVEY-ACTION-SERVICE-0002 - The survey action service {0} is creating log file {1}
- CREATING_LOG_FILE - Enum constant in enum class org.odpi.openmetadata.frameworks.opensurvey.ffdc.OSFAuditCode
-
OPEN-SURVEY-0003 - The survey action service {0} is creating log file {1}
- CREATING_REAL_CONNECTOR - Enum constant in enum class org.odpi.openmetadata.repositoryservices.ffdc.OMRSAuditCode
-
OMRS-AUDIT-0044 - The connector for the local repository is being started in mode {0} using connector provider {1} and configuration properties {2}
- CREATING_SUBSCRIPTION - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.jacquard.solutionblueprint.ProductSolutionBlueprint
-
Description of the processing when a consumer creates a new subscription to an Open Metadata Digital Product.
- CREATION_BY - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.externalharvesters.harvestopenmetadata.schema.HarvestOpenMetadataColumn
- CREATION_BY - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.jacquard.productcatalog.ProductDataFieldDefinition
-
Created By User Id
- CREATION_DATE - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.controls.PlaceholderProperty
-
The date that the file was created.
- CREATION_DATE_OLDEST - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.search.SequencingOrder
-
Order by creation date, oldest first.
- CREATION_DATE_OLDEST - Enum constant in enum class org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.properties.SequencingOrder
-
Order by creation date, oldest first.
- CREATION_DATE_RECENT - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.search.SequencingOrder
-
Order by creation date, most recently created first.
- CREATION_DATE_RECENT - Enum constant in enum class org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.properties.SequencingOrder
-
Order by creation date, most recently created first.
- CREATION_TIME - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.externalharvesters.harvestopenmetadata.schema.HarvestOpenMetadataColumn
- CREATION_TIME - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.externalharvesters.harvestsurveys.schema.HarvestSurveysColumn
- CREATION_TIME - Enum constant in enum class org.odpi.openmetadata.frameworks.opensurvey.measurements.FileMetric
- creationDate - Static variable in class org.odpi.openmetadata.adapters.connectors.dynamicarchivers.DynamicArchiveService
- creationDate - Variable in class org.odpi.openmetadata.adapters.connectors.unitycatalog.survey.OSSUnityCatalogServerSurveyBase.ResourceProperties
- creationDate - Variable in class org.odpi.openmetadata.samples.archiveutilities.EgeriaBaseArchiveWriter
- CREDENTIALS_EXPIRED - Enum constant in enum class org.odpi.openmetadata.frameworks.connectors.properties.users.UserAccountStatus
-
The user account is in use and unlocked, but the credentials have expired.
- CRIMSON - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.mermaid.Colour
- CRITERIA - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.types.OpenMetadataProperty
-
Definition of the types of assets that belong in this zone.
- CRITICAL - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.refdata.CriticalityLevel
-
The data is critical to the operation of the organization.
- CRITICALITY_CLASSIFICATION - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.types.OpenMetadataType
-
Defines how critical the related data items are to the organization.
- CRITICALITY_LEVEL - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.externalharvesters.harvestopenmetadata.schema.HarvestOpenMetadataColumn
- CRITICALITY_LEVEL - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.jacquard.productcatalog.ProductDataFieldDefinition
- CRITICALITY_LEVEL - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.types.OpenMetadataProperty
-
Defines how important a data item is to the organization.
- CriticalityLevel - Enum Class in org.odpi.openmetadata.frameworks.openmetadata.refdata
-
CriticalityLevel defines how important a data item is to the organization.
- CriticalityProperties - Class in org.odpi.openmetadata.frameworks.openmetadata.properties.governance
-
Defines the properties for a criticality classification.
- CriticalityProperties() - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.properties.governance.CriticalityProperties
-
Default constructor
- CriticalityProperties(CriticalityProperties) - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.properties.governance.CriticalityProperties
-
Copy/clone constructor.
- CROSS_CLINICAL_TRIAL_ANALYSIS - Enum constant in enum class org.odpi.openmetadata.samples.archiveutilities.governanceprogram.DataProcessingPurposeDefinition
-
Data is approved for analysis across clinical trials, looking for trends, potential improvements in the processes and potential new treatments.
- CROWD_SOURCING_CONTRIBUTION_RELATIONSHIP - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.types.OpenMetadataType
-
Defines one of the actors contributing content to a new description or asset.
- CROWD_SOURCING_CONTRIBUTOR - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.types.OpenMetadataType
-
Person contributing new content.
- CrowdSourcingContributionProperties - Class in org.odpi.openmetadata.frameworks.openmetadata.properties.communities
-
CrowdSourcingContributionProperties provides details of the role played by an actor in building new contribution.
- CrowdSourcingContributionProperties() - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.properties.communities.CrowdSourcingContributionProperties
-
Default constructor
- CrowdSourcingContributionProperties(CrowdSourcingContributionProperties) - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.properties.communities.CrowdSourcingContributionProperties
-
Copy/clone constructor
- CrowdSourcingContributorProperties - Class in org.odpi.openmetadata.frameworks.openmetadata.properties.communities
-
CrowdSourcingContributorProperties describes a role for a person engages in crowdsourcing new content.
- CrowdSourcingContributorProperties() - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.properties.communities.CrowdSourcingContributorProperties
-
Default constructor
- CrowdSourcingContributorProperties(PersonRoleProperties) - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.properties.communities.CrowdSourcingContributorProperties
-
Copy/clone constructor.
- CrowdSourcingContributorProperties(CrowdSourcingContributorProperties) - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.properties.communities.CrowdSourcingContributorProperties
-
Copy/clone constructor.
- CrowdSourcingRole - Enum Class in org.odpi.openmetadata.frameworks.openmetadata.enums
-
CrowdSourcingRole specifies the role an actor plays in crowd-sourcing the contents of an element such as a glossary term.
- CSRD_REGULATION - Enum constant in enum class org.odpi.openmetadata.samples.archiveutilities.sustainability.GovernanceDefinition
- CSS_FILE - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.refdata.FileExtension
-
A descriptive file used to define the appearance of elements in a web browser user interface.
- CSS_FILE - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.refdata.FileType
-
A descriptive file used to define the appearance of elements in a web browser user interface.
- CSV - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.unitycatalog.properties.DataSourceFormat
- CSV_FILE - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.refdata.DeployedImplementationType
-
CSV Data File.
- CSV_FILE - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.refdata.FileExtension
-
A text file with comma-separated values.
- CSV_FILE - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.refdata.FileType
-
A text file with comma-separated values.
- CSV_FILE - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.types.OpenMetadataType
-
A description of a comma separated value (CSV) file.
- CSV_FILE_STORE_CONNECTOR - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.EgeriaOpenConnectorDefinition
- CSV_FILE_SURVEY - Enum constant in enum class org.odpi.openmetadata.contentpacks.core.GovernanceServiceDefinition
-
Discovers columns within a CSV File.
- CSV_FILE_SURVEY_SERVICE - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.EgeriaOpenConnectorDefinition
- CSV_FILE_TEMPLATE - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.integration.basicfiles.controls.FilesTemplateType
- CSV_FILE_TEMPLATE - Enum constant in enum class org.odpi.openmetadata.contentpacks.core.DataAssetTemplateDefinition
- CSV_LINEAGE_IMPORTER_INTEGRATION_CONNECTOR - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.EgeriaOpenConnectorDefinition
- CSV_TABULAR_DATA_SET - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.refdata.DeployedImplementationType
-
A collection of logically related CSV files representing a single data source.
- CSV_TABULAR_DATA_SET_COLLECTION - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.refdata.DeployedImplementationType
-
A collection of logically related CSV files each representing a tabular data set.
- CSV_TABULAR_DATA_SET_COLLECTION_CONNECTOR - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.EgeriaOpenConnectorDefinition
- CSV_TABULAR_DATA_SET_COLLECTION_TEMPLATE - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.datastore.csvfile.controls.CSVFileTemplateType
- CSV_TABULAR_DATA_SET_COLLECTION_TEMPLATE - Enum constant in enum class org.odpi.openmetadata.contentpacks.core.TabularDataSetTemplateDefinition
- CSV_TABULAR_DATA_SET_CONNECTOR - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.EgeriaOpenConnectorDefinition
- CSV_TABULAR_DATA_SET_TEMPLATE - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.datastore.csvfile.controls.CSVFileTemplateType
- CSV_TABULAR_DATA_SET_TEMPLATE - Enum constant in enum class org.odpi.openmetadata.contentpacks.core.TabularDataSetTemplateDefinition
- CSVFileConfigurationProperty - Enum Class in org.odpi.openmetadata.frameworks.openmetadata.controls
-
CSVFileConfigurationProperty provides definitions for the configuration properties used with the CSV File connectors.
- CSVFileConnectorAuditCode - Enum Class in org.odpi.openmetadata.adapters.connectors.datastore.csvfile.ffdc
-
The CSVFileConnectorAuditCode is used to define audi log messages.
- CSVFileConnectorErrorCode - Enum Class in org.odpi.openmetadata.adapters.connectors.datastore.csvfile.ffdc
-
The CSVFileConnectorErrorCode is used to define first failure data capture (FFDC) for errors that occur when working with the CSV File Connector.
- csvFileConnectorTypeGUID - Variable in class org.odpi.openmetadata.frameworks.opensurvey.SurveyActionServiceConnector
- CSVFileProperties - Class in org.odpi.openmetadata.frameworks.openmetadata.properties.assets.filesandfolders
-
CSVFileProperties carries the parameters for maintaining a CSV file asset.
- CSVFileProperties() - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.properties.assets.filesandfolders.CSVFileProperties
-
Default constructor
- CSVFileProperties(CSVFileProperties) - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.properties.assets.filesandfolders.CSVFileProperties
-
Copy/clone constructor
- CSVFileStore - Interface in org.odpi.openmetadata.adapters.connectors.datastore.csvfile
-
CSVFileStore defines the specific connector api for working with CSV files.
- CSVFileStoreConnector - Class in org.odpi.openmetadata.adapters.connectors.datastore.csvfile
-
CSVFileStoreConnector works with structured files to retrieve simple tables of data.
- CSVFileStoreConnector() - Constructor for class org.odpi.openmetadata.adapters.connectors.datastore.csvfile.CSVFileStoreConnector
- CSVFileStoreProvider - Class in org.odpi.openmetadata.adapters.connectors.datastore.csvfile
-
CSVFileStoreProvider is the OCF connector provider for the structured file store connector.
- CSVFileStoreProvider() - Constructor for class org.odpi.openmetadata.adapters.connectors.datastore.csvfile.CSVFileStoreProvider
-
Constructor used to initialize the ConnectorProviderBase with the Java class name of the specific file store implementation.
- CSVFileTemplateType - Enum Class in org.odpi.openmetadata.adapters.connectors.datastore.csvfile.controls
-
TemplateTypeEnum characterises the type of templates supported by an integration connector.
- CSVLineageImporterAuditCode - Enum Class in org.odpi.openmetadata.adapters.connectors.integration.csvlineageimporter.ffdc
-
The CSVLineageImporterAuditCode is used to define the message content for the OMRS Audit Log.
- CSVLineageImporterConnector - Class in org.odpi.openmetadata.adapters.connectors.integration.csvlineageimporter
- CSVLineageImporterConnector() - Constructor for class org.odpi.openmetadata.adapters.connectors.integration.csvlineageimporter.CSVLineageImporterConnector
- CSVLineageImporterErrorCode - Enum Class in org.odpi.openmetadata.adapters.connectors.integration.csvlineageimporter.ffdc
-
The CSVLineageImporterErrorCode is used to define first failure data capture (FFDC) for errors that occur when working with the Basic File Connector.
- CSVLineageImporterProvider - Class in org.odpi.openmetadata.adapters.connectors.integration.csvlineageimporter
- CSVLineageImporterProvider() - Constructor for class org.odpi.openmetadata.adapters.connectors.integration.csvlineageimporter.CSVLineageImporterProvider
- CSVSurveyService - Class in org.odpi.openmetadata.adapters.connectors.surveyaction.surveycsv
-
CSVSurveyService is a survey action service implementation for analysing CSV Files to columns and profile the data in them.
- CSVSurveyService() - Constructor for class org.odpi.openmetadata.adapters.connectors.surveyaction.surveycsv.CSVSurveyService
- CSVSurveyServiceProvider - Class in org.odpi.openmetadata.adapters.connectors.surveyaction.surveycsv
-
CSVSurveyServiceProvider provides the connector provider for the CSV Survey Action Service
- CSVSurveyServiceProvider() - Constructor for class org.odpi.openmetadata.adapters.connectors.surveyaction.surveycsv.CSVSurveyServiceProvider
-
Constructor used to initialize the ConnectorProviderBase with the Java class name of the specific OCF Connector implementation.
- CSVTabularDataSetCollectionConnector - Class in org.odpi.openmetadata.adapters.connectors.datastore.csvfile
-
CSVTabularDataSetCollectionConnector works with collections of structured CSV files to write/retrieve simple tables of data.
- CSVTabularDataSetCollectionConnector() - Constructor for class org.odpi.openmetadata.adapters.connectors.datastore.csvfile.CSVTabularDataSetCollectionConnector
- CSVTabularDataSetCollectionProvider - Class in org.odpi.openmetadata.adapters.connectors.datastore.csvfile
-
CSVTabularDataSetCollectionProvider is the OCF connector provider for the Tabular Data Set Collection connector that manages multiple CSV tabular data sets.
- CSVTabularDataSetCollectionProvider() - Constructor for class org.odpi.openmetadata.adapters.connectors.datastore.csvfile.CSVTabularDataSetCollectionProvider
-
Constructor used to initialize the ConnectorProviderBase with the Java class name of the specific file store implementation.
- CSVTabularDataSetConnector - Class in org.odpi.openmetadata.adapters.connectors.datastore.csvfile
-
CSVFileStoreConnector works with structured files to retrieve simple tables of data.
- CSVTabularDataSetConnector() - Constructor for class org.odpi.openmetadata.adapters.connectors.datastore.csvfile.CSVTabularDataSetConnector
- CSVTabularDataSetProvider - Class in org.odpi.openmetadata.adapters.connectors.datastore.csvfile
-
CSVTabularDataSetProvider is the OCF connector provider for the Tabular Data Set connector that manages data in a CSV File.
- CSVTabularDataSetProvider() - Constructor for class org.odpi.openmetadata.adapters.connectors.datastore.csvfile.CSVTabularDataSetProvider
-
Constructor used to initialize the ConnectorProviderBase with the Java class name of the specific file store implementation.
- CURRENT_AUDIT_HEADER_VERSION - Static variable in class org.odpi.openmetadata.frameworks.connectors.properties.beans.PropertyBase
-
Version identifier
- CURRENT_AUDIT_HEADER_VERSION - Static variable in class org.odpi.openmetadata.frameworks.openmetadata.metadataelements.ElementControlHeader
-
Version identifier
- CURRENT_AUDIT_HEADER_VERSION - Static variable in class org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.properties.instances.InstanceAuditHeader
-
Version of the header used in this release
- CURRENT_CLASSIFICATION_EXT_HEADER_VERSION - Static variable in class org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.properties.instances.ClassificationEntityExtension
-
Version of the header used in this release
- CURRENT_INSTANCE_GRAPH_HEADER_VERSION - Static variable in class org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.properties.instances.InstanceGraph
-
Version of the header used in this release
- CURRENT_INSTANCE_PROPERTIES_HEADER_VERSION - Static variable in class org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.properties.instances.InstanceProperties
-
Version of the header used in this release
- CURRENT_INSTANCE_PROPERTY_VALUE_HEADER_VERSION - Static variable in class org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.properties.instances.InstancePropertyValue
-
Version of the header used in this release
- CURRENT_INSTANCE_TYPE_HEADER_VERSION - Static variable in class org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.properties.instances.InstanceType
-
Version of the header used in this release
- CURRENT_STATUS - Enum constant in enum class org.odpi.openmetadata.adapters.repositoryservices.postgres.repositoryconnector.schema.RepositoryColumn
- CURRENT_TYPE_DEF_HEADER_VERSION - Static variable in class org.odpi.openmetadata.frameworks.openmetadata.properties.OpenMetadataTypeDefElementHeader
-
Header version for this code base.
- CURRENT_TYPE_DEF_HEADER_VERSION - Static variable in class org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.properties.typedefs.TypeDefElementHeader
- CURRENT_VERSION - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.externalharvesters.harvestopenmetadata.schema.HarvestOpenMetadataColumn
- CUSTODIAN - Enum constant in enum class org.odpi.openmetadata.frameworks.opengovernance.controls.ActionTarget
-
The person who can be contacted if there are problems with the data from this hospital.
- CUSTODIAN - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.types.OpenMetadataProperty
-
The person, engine or organization that will ensure the certification/license is honored.
- CUSTODIAN_PROPERTY_NAME - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.types.OpenMetadataProperty
-
Name of the property from the element used to identify the custodian property.
- CUSTODIAN_TYPE_NAME - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.types.OpenMetadataProperty
-
Type of element referenced in the custodian property.
- CustomSpringEventListener() - Constructor for class org.odpi.openmetadata.platformchassis.springboot.OMAGServerPlatform.CustomSpringEventListener
- CYAN - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.mermaid.Colour
- CYBER_LOCATION_CLASSIFICATION - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.types.OpenMetadataType
-
A digital location.
- CyberLocationProperties - Class in org.odpi.openmetadata.frameworks.openmetadata.properties.locations
-
CyberLocationProperties carries the parameters for marking a location as a digital (cyber) location.
- CyberLocationProperties() - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.properties.locations.CyberLocationProperties
-
Default constructor
- CyberLocationProperties(CyberLocationProperties) - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.properties.locations.CyberLocationProperties
-
Copy/clone constructor
D
- DAEMON_CONNECTOR_CONFIG_PROPS_CLEARED - Enum constant in enum class org.odpi.openmetadata.governanceservers.integrationdaemonservices.ffdc.IntegrationDaemonServicesAuditCode
-
INTEGRATION-DAEMON-SERVICES-0016 - User {0} has cleared all the configuration properties for the integration connector {1} in integration daemon {2}
- DAEMON_CONNECTOR_CONFIG_PROPS_UPDATE - Enum constant in enum class org.odpi.openmetadata.governanceservers.integrationdaemonservices.ffdc.IntegrationDaemonServicesAuditCode
-
INTEGRATION-DAEMON-SERVICES-0015 - User {0} has updated the following configuration properties for the integration connector {1} in integration daemon {2}: {3}
- DAEMON_CONNECTOR_CONNECTION_UPDATE - Enum constant in enum class org.odpi.openmetadata.governanceservers.integrationdaemonservices.ffdc.IntegrationDaemonServicesAuditCode
-
INTEGRATION-DAEMON-SERVICES-0059 - User {0} has updated the connection for the integration connector {1} in integration daemon {2}
- DAEMON_CONNECTOR_ENDPOINT_UPDATE - Enum constant in enum class org.odpi.openmetadata.governanceservers.integrationdaemonservices.ffdc.IntegrationDaemonServicesAuditCode
-
INTEGRATION-DAEMON-SERVICES-0057 - User {0} has updated the endpoint network address for the integration connector {1} in integration daemon {2} to: {3}
- DAEMON_CONNECTOR_FIRST_REFRESH - Enum constant in enum class org.odpi.openmetadata.governanceservers.integrationdaemonservices.ffdc.IntegrationDaemonServicesAuditCode
-
INTEGRATION-DAEMON-SERVICES-0041 - Integration connector {0} is refreshing for the first time in the {1} integration daemon
- DAEMON_CONNECTOR_NO_ENDPOINT_TO_UPDATE - Enum constant in enum class org.odpi.openmetadata.governanceservers.integrationdaemonservices.ffdc.IntegrationDaemonServicesAuditCode
-
INTEGRATION-DAEMON-SERVICES-0058 - User {0} has attempted to update the endpoint network address for the integration connector {1} in integration daemon {2} to {3} but this connector does not have an endpoint defined
- DAEMON_CONNECTOR_REFRESH - Enum constant in enum class org.odpi.openmetadata.governanceservers.integrationdaemonservices.ffdc.IntegrationDaemonServicesAuditCode
-
INTEGRATION-DAEMON-SERVICES-0042 - Integration connector {0} is refreshing again in {1} integration daemon
- DAEMON_CONNECTOR_REFRESH_COMPLETE - Enum constant in enum class org.odpi.openmetadata.governanceservers.integrationdaemonservices.ffdc.IntegrationDaemonServicesAuditCode
-
INTEGRATION-DAEMON-SERVICES-0043 - The integration connector {0} in integration daemon {1} has completed refresh processing in {2} millisecond(s)
- DAEMON_THREAD_CONNECTOR_ERROR - Enum constant in enum class org.odpi.openmetadata.governanceservers.integrationdaemonservices.ffdc.IntegrationDaemonServicesAuditCode
-
INTEGRATION-DAEMON-SERVICES-0045 - The integration daemon thread for integration daemon {0} caught a {1} exception from an integration connector containing message {2}
- DAEMON_THREAD_STARTING - Enum constant in enum class org.odpi.openmetadata.governanceservers.integrationdaemonservices.ffdc.IntegrationDaemonServicesAuditCode
-
INTEGRATION-DAEMON-SERVICES-0040 - The integration daemon thread for integration daemon {0} has started
- DAEMON_THREAD_TERMINATING - Enum constant in enum class org.odpi.openmetadata.governanceservers.integrationdaemonservices.ffdc.IntegrationDaemonServicesAuditCode
-
INTEGRATION-DAEMON-SERVICES-0044 - The integration daemon thread for integration daemon {0} is shutting down
- DAILY_REFRESH_SLO - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.jacquard.productcatalog.ProductGovernanceDefinition
-
A complete refresh of the product data is delivered to the product data's destination each day
- DAILY_REFRESH_SUBSCRIPTION - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.jacquard.productcatalog.ProductGlossaryTermDefinition
- DAILY_REFRESH_SUBSCRIPTION - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.jacquard.productcatalog.ProductSubscriptionDefinition
-
This subscription delivers the data to the target destination once a day.
- DARK_BLUE - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.mermaid.Colour
- DARK_CYAN - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.mermaid.Colour
- DARK_GOLDEN_ROD - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.mermaid.Colour
- DARK_GRAY - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.mermaid.Colour
- DARK_GREEN - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.mermaid.Colour
- DARK_KHAKI - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.mermaid.Colour
- DARK_MAGENTA - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.mermaid.Colour
- DARK_OLIVE_GREEN - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.mermaid.Colour
- DARK_ORANGE - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.mermaid.Colour
- DARK_ORCHID - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.mermaid.Colour
- DARK_PINK - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.mermaid.Colour
- DARK_RED - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.mermaid.Colour
- DARK_ROSE - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.mermaid.Colour
- DARK_SALMON - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.mermaid.Colour
- DARK_SEA_GREEN - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.mermaid.Colour
- DARK_SLATE_BLUE - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.mermaid.Colour
- DARK_SLATE_GRAY - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.mermaid.Colour
- DARK_TURQUOISE - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.mermaid.Colour
- DARK_VIOLET - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.mermaid.Colour
- DARKGREY - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.mermaid.Colour
- DASHBOARD_QUERY - Enum constant in enum class org.odpi.openmetadata.samples.archiveutilities.businesssystems.SystemLevelLineage
- DAT_FILE - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.refdata.FileExtension
-
A file containing data, typically from an application.
- DAT_FILE - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.refdata.FileType
-
A file containing data, typically from an application.
- DATA - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.refdata.GovernanceDomain
-
The data (information) governance domain.
- DATA - Enum constant in enum class org.odpi.openmetadata.samples.archiveutilities.governanceprogram.GovernanceDomainDefinition
-
Data (Information) Governance
- DATA_ACCESS_MANAGER - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.types.OpenMetadataType
-
Defines a capability that manages data organized as relational schemas.
- DATA_ASSET - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.mermaid.VisualStyle
- DATA_ASSET - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.refdata.DeployedImplementationType
-
A collection of data, either at rest or in motion.
- DATA_ASSET - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.types.OpenMetadataType
-
The description of a collection of data.
- DATA_ASSET_ENCODING_CLASSIFICATION - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.types.OpenMetadataType
-
Description for how data is organized and represented in a data asset.
- DATA_CENTER - Enum constant in enum class org.odpi.openmetadata.samples.archiveutilities.sustainability.FacilityTypeDefinition
-
Data centre/center
- DATA_CERTIFIED - Enum constant in enum class org.odpi.openmetadata.frameworks.opensurvey.controls.SurveyActionGuard
- DATA_CLASS - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.mermaid.VisualStyle
- DATA_CLASS - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.types.OpenMetadataType
-
A logical data type specification.
- DATA_CLASS_ANNOTATION - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.types.OpenMetadataType
-
An assessment of the match between a data class and the values stored in a data field, or multiple data fields, in a resource.
- DATA_CLASS_COMPOSITION_RELATIONSHIP - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.types.OpenMetadataType
-
Links a data class to another in a part of a structural hierarchy.
- DATA_COLLECTION_END_TIME - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.types.OpenMetadataProperty
-
If the data is bound by time, this is the end time.
- DATA_COLLECTION_START_TIME - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.types.OpenMetadataProperty
-
If the data is bound by time, this is the start time.
- DATA_DESCRIPTION_RELATIONSHIP - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.types.OpenMetadataType
-
Represents an association between a referenceable, such as a digital product, and a collection of data fields that describes some data.
- DATA_DESIGNER - Enum constant in enum class org.odpi.openmetadata.adminservices.configuration.registration.ViewServiceDescription
-
Create schema definitions to describe the structure of data.
- DATA_DICTIONARY - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.jacquard.productcatalog.ProductFolderDefinition
-
Open Metadata Digital Product Data Dictionary
- DATA_DICTIONARY - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.mermaid.VisualStyle
- DATA_DICTIONARY_COLLECTION - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.types.OpenMetadataType
-
This is an organized collection of defined data fields that can be used in a data specification to describe some desired data.
- DATA_DISCOVERY - Enum constant in enum class org.odpi.openmetadata.adminservices.configuration.registration.ViewServiceDescription
-
Define and search for new data resources.
- DATA_DISTRIBUTION - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.mermaid.SolutionComponentVisualStyle
-
A distribution of data to a variety of automated processes.
- DATA_DISTRIBUTION - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.refdata.SolutionComponentType
-
A distribution of data to a variety of automated processes.
- DATA_DISTRIBUTION_SOLUTION_COMPONENT - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.mermaid.VisualStyle
- DATA_DRIVEN - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.jacquard.productcatalog.ProductGovernanceDefinition
- DATA_ENGINEER - Enum constant in enum class org.odpi.openmetadata.adminservices.configuration.registration.ViewServiceDescription
-
Manages the creation and maintenance of data pipelines, open metadata templates and reference data.
- DATA_ENGINEER - Enum constant in enum class org.odpi.openmetadata.samples.governanceactions.clinicaltrials.CocoClinicalTrialActionTarget
-
Person responsible for the design of the data stores and templates, plus management of the data pipelines.
- DATA_ENGINEER_TO_ONBOARD_HOSPITAL - Enum constant in enum class org.odpi.openmetadata.samples.archiveutilities.governanceengines.SolutionComponentActor
- DATA_ENGINEER_TO_ONBOARDING_PIPELINE - Enum constant in enum class org.odpi.openmetadata.samples.archiveutilities.governanceengines.SolutionComponentActor
- DATA_ENGINEER_TO_SET_UP_DATA_LAKE - Enum constant in enum class org.odpi.openmetadata.samples.archiveutilities.governanceengines.SolutionComponentActor
- DATA_ERROR - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.refdata.ActionType
-
An error was detected in the linked data.
- DATA_FEED - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.refdata.DeployedImplementationType
-
An event-based data source
- DATA_FEED - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.types.OpenMetadataType
-
A data source that provides a constant stream of data, such as a sensor monitoring the environment.
- DATA_FIELD - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.externalharvesters.harvestopenmetadata.schema.HarvestOpenMetadataTable
-
Descriptions of the catalogued data fields.
- DATA_FIELD - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.mermaid.VisualStyle
- DATA_FIELD - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.types.OpenMetadataType
-
A description of a data field.
- DATA_FIELD_ANNOTATION - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.types.OpenMetadataType
-
A collection of properties about a data field, or number of data fields, in an Asset.
- DATA_FIELD_GUID - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.externalharvesters.harvestopenmetadata.schema.HarvestOpenMetadataColumn
- DATA_FIELD_NAME - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.externalharvesters.harvestopenmetadata.schema.HarvestOpenMetadataColumn
- DATA_FIELD_TYPE - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.externalharvesters.harvestopenmetadata.schema.HarvestOpenMetadataColumn
- DATA_FILE - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.mermaid.VisualStyle
- DATA_FILE - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.refdata.DeployedImplementationType
-
A file containing program logic.
- DATA_FILE - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.types.OpenMetadataType
-
A description of a file stored in a file system.
- DATA_FILE_ARCHIVED - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.integration.basicfiles.ffdc.BasicFilesIntegrationConnectorsAuditCode
-
BASIC-FILES-INTEGRATION-CONNECTORS-0020 - The {0} integration connector has archived the DataFile {1} ({2}) because the real-world file is no longer stored in the directory
- DATA_FILE_ARCHIVED - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.integration.csvlineageimporter.ffdc.CSVLineageImporterAuditCode
- DATA_FILE_COLLECTION - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.refdata.DeployedImplementationType
-
A collection of logically related files representing a single data source.
- DATA_FILE_COLLECTION - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.types.OpenMetadataType
-
A data set that consists of a collection files (do not need to be co-located).
- DATA_FILE_CREATED - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.integration.basicfiles.ffdc.BasicFilesIntegrationConnectorsAuditCode
-
BASIC-FILES-INTEGRATION-CONNECTORS-0016 - The {0} integration connector created the DataFile {1} ({2}) for a new real-world file
- DATA_FILE_CREATED - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.integration.csvlineageimporter.ffdc.CSVLineageImporterAuditCode
- DATA_FILE_CREATED_FROM_TEMPLATE - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.integration.basicfiles.ffdc.BasicFilesIntegrationConnectorsAuditCode
-
BASIC-FILES-INTEGRATION-CONNECTORS-0017 - The {0} integration connector created the DataFile {1} ({2}) for a new real-world file using template {3} ({4})
- DATA_FILE_CREATED_FROM_TEMPLATE - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.integration.csvlineageimporter.ffdc.CSVLineageImporterAuditCode
- DATA_FILE_DELETED - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.integration.basicfiles.ffdc.BasicFilesIntegrationConnectorsAuditCode
-
The {0} integration connector has deleted the DataFile {1} ({2}) because the real-world file is no longer stored in the directory
- DATA_FILE_DELETED - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.integration.csvlineageimporter.ffdc.CSVLineageImporterAuditCode
- DATA_FILE_SURVEY - Enum constant in enum class org.odpi.openmetadata.contentpacks.core.GovernanceServiceDefinition
-
Discovers the name, extension, file type and other characteristics of a file.
- DATA_FILE_TEMPLATE - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.integration.basicfiles.controls.FilesTemplateType
- DATA_FILE_TEMPLATE - Enum constant in enum class org.odpi.openmetadata.contentpacks.core.DataAssetTemplateDefinition
- DATA_FILE_UPDATED - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.integration.basicfiles.ffdc.BasicFilesIntegrationConnectorsAuditCode
-
BASIC-FILES-INTEGRATION-CONNECTORS-0018 - The {0} integration connector has updated the DataFile {1} ({2}) because the real-world file changed
- DATA_FILE_UPDATED - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.integration.csvlineageimporter.ffdc.CSVLineageImporterAuditCode
- DATA_FILES_MONITOR_INTEGRATION_CONNECTOR - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.EgeriaOpenConnectorDefinition
- DATA_FLOW_RELATIONSHIP - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.types.OpenMetadataType
-
Shows that data flows in one direction from one element to another.
- DATA_FOLDER - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.refdata.DeployedImplementationType
-
A directory (folder) that holds files representing a single data source.
- DATA_FOLDER - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.types.OpenMetadataType
-
A folder (directory) in a file system that contains a collection of data.
- DATA_FOLDER_CONNECTOR - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.EgeriaOpenConnectorDefinition
- DATA_FOLDER_MONITOR_INTEGRATION_CONNECTOR - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.EgeriaOpenConnectorDefinition
- DATA_FOLDER_TEMPLATE - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.integration.basicfiles.controls.FilesTemplateType
- DATA_FOLDER_TEMPLATE - Enum constant in enum class org.odpi.openmetadata.contentpacks.core.DataAssetTemplateDefinition
- DATA_FOLDER_UPDATED - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.integration.basicfiles.ffdc.BasicFilesIntegrationConnectorsAuditCode
-
BASIC-FILES-INTEGRATION-CONNECTORS-0010 - The {0} integration connector has updated the last updated time in the DataFolder {1} to {2}
- DATA_FOLDER_UPDATED - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.integration.csvlineageimporter.ffdc.CSVLineageImporterAuditCode
- DATA_FOLDER_UPDATED_FOR_FILE - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.integration.basicfiles.ffdc.BasicFilesIntegrationConnectorsAuditCode
-
BASIC-FILES-INTEGRATION-CONNECTORS-0011 - The {0} integration connector has updated the last updated time in the DataFolder {1} to {2} because of changes to file {3}
- DATA_FOLDER_UPDATED_FOR_FILE - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.integration.csvlineageimporter.ffdc.CSVLineageImporterAuditCode
- DATA_GRAIN - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.types.OpenMetadataType
-
A characterization of the granularity of data - usually expressed per row/object in a data source.
- DATA_GRAIN_ANNOTATION - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.types.OpenMetadataType
-
An assessment of the match between a data grain and the values stored in a data row or object of a resource.
- DATA_ITEM_OWNER - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.types.OpenMetadataType
-
An ownership role for a particular type of data value.
- DATA_JOURNEY - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.refdata.Category
-
A set of guided tasks to enable a new data-oriented use case.
- DATA_LAKE - Enum constant in enum class org.odpi.openmetadata.samples.archiveutilities.governanceprogram.CocoGovernanceZoneDefinition
-
data-lake
- DATA_LAKE_FILE_TEMPLATE - Enum constant in enum class org.odpi.openmetadata.samples.governanceactions.clinicaltrials.CocoClinicalTrialRequestParameter
- DATA_LAKE_SCHEMA_DESCRIPTION - Enum constant in enum class org.odpi.openmetadata.samples.governanceactions.clinicaltrials.CocoClinicalTrialRequestParameter
- DATA_LAKE_SCHEMA_NAME - Enum constant in enum class org.odpi.openmetadata.samples.governanceactions.clinicaltrials.CocoClinicalTrialRequestParameter
- DATA_LAKE_SCHEMA_TEMPLATE - Enum constant in enum class org.odpi.openmetadata.samples.governanceactions.clinicaltrials.CocoClinicalTrialRequestParameter
- DATA_LAKE_TO_POPULATE_SANDBOX - Enum constant in enum class org.odpi.openmetadata.samples.archiveutilities.governanceengines.SolutionComponentWire
- DATA_LAKE_VOLUME_DESCRIPTION - Enum constant in enum class org.odpi.openmetadata.samples.governanceactions.clinicaltrials.CocoClinicalTrialRequestParameter
- DATA_LAKE_VOLUME_NAME - Enum constant in enum class org.odpi.openmetadata.samples.governanceactions.clinicaltrials.CocoClinicalTrialRequestParameter
- DATA_LAKE_VOLUME_PATH_NAME - Enum constant in enum class org.odpi.openmetadata.samples.governanceactions.clinicaltrials.CocoClinicalTrialRequestParameter
- DATA_LAKE_VOLUME_TEMPLATE - Enum constant in enum class org.odpi.openmetadata.samples.governanceactions.clinicaltrials.CocoClinicalTrialRequestParameter
- DATA_LENS - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.types.OpenMetadataType
-
Identifies the scope of data for a particular type of processing.
- DATA_MANAGER - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.types.OpenMetadataType
-
A capability that manages collections of stored data.
- DATA_MAPPING_RELATIONSHIP - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.types.OpenMetadataType
-
A mapping relationship between schema attributes from different assets showing that data is copied from one to the other.
- DATA_MOVEMENT_ENGINE - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.types.OpenMetadataType
-
An engine capable of copying data from one data store to another.
- DATA_NOT_CERTIFIED - Enum constant in enum class org.odpi.openmetadata.frameworks.opensurvey.controls.SurveyActionGuard
- DATA_OFFICER - Enum constant in enum class org.odpi.openmetadata.adminservices.configuration.registration.ViewServiceDescription
-
Manage governance of data.
- DATA_OWNER - Enum constant in enum class org.odpi.openmetadata.frameworks.opengovernance.controls.ActionTarget
-
A person or team who is accountable for the correct management and use of a particular collection of data.
- DATA_PATTERNS - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.types.OpenMetadataProperty
-
A regular expression that characterizes the values in the data field.
- DATA_PROCESSING_ACTION - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.types.OpenMetadataType
-
Description of the processing on a single target item.
- DATA_PROCESSING_DESCRIPTION - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.types.OpenMetadataType
-
A detailed description of the effect of some data processing.
- DATA_PROCESSING_PURPOSE - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.types.OpenMetadataType
-
Expected outcome, service or value from processing.
- DATA_PROCESSING_PURPOSES - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.types.OpenMetadataProperty
-
The reasons why some processing is occurring or some data is retained
- DATA_PROCESSING_SPECIFICATION_RELATIONSHIP - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.types.OpenMetadataType
-
Relationship identifying the processing being performed by processes or people.
- DATA_PROCESSING_TARGET_RELATIONSHIP - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.types.OpenMetadataType
-
Relationship identifying the actions being performed on data.
- DATA_QUALITY_CERTIFICATION_TYPE - Enum constant in enum class org.odpi.openmetadata.samples.governanceactions.clinicaltrials.CocoClinicalTrialActionTarget
-
The certification type that should be used to certify the hospital.
- DATA_QUALITY_CERTIFICATION_TYPE_TEMPLATE - Enum constant in enum class org.odpi.openmetadata.samples.governanceactions.clinicaltrials.CocoClinicalTrialActionTarget
-
The template to create the certification type that should be used to certify the hospital.
- DATA_SCI_SIG - Enum constant in enum class org.odpi.openmetadata.samples.archiveutilities.governanceprogram.CommunityDefinition
-
SIG:DataSci - Community of data scientists within Coco Pharmaceuticals.
- DATA_SCIENTIST - Enum constant in enum class org.odpi.openmetadata.samples.governanceactions.clinicaltrials.CocoClinicalTrialActionTarget
-
Person responsible for the analysis of the clinical trial data.
- DATA_SCIENTIST_TO_ANALYSE_PATIENT_DATA - Enum constant in enum class org.odpi.openmetadata.samples.archiveutilities.governanceengines.SolutionComponentActor
- DATA_SCOPE_CLASSIFICATION - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.types.OpenMetadataType
-
Identifies the scope of the data stored in the digital resource(s).
- DATA_SET - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.refdata.DeployedImplementationType
-
A collection of data, either at rest or in motion.
- DATA_SET - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.types.OpenMetadataType
-
Collection of related data, not necessarily stored together.
- DATA_SET_CONTENT_RELATIONSHIP - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.types.OpenMetadataType
-
The assets that provide data for a data set.
- DATA_SET_UPDATE_DETECTED - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.jacquard.ffdc.JacquardAuditCode
-
JACQUARD-HARVESTER-0004 - Integration connector {0} detected that row {1} of dataset {2} has been updated on {3}
- DATA_SHARING_AGREEMENT - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.mermaid.VisualStyle
- DATA_SHARING_AGREEMENT_CLASSIFICATION - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.types.OpenMetadataType
-
Defines an agreement concerned with the sharing of data between parties.
- DATA_SHARING_AGREEMENT_PROJECT - Enum constant in enum class org.odpi.openmetadata.samples.governanceactions.clinicaltrials.CocoClinicalTrialActionTarget
- DATA_SIZE - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.externalharvesters.harvestsurveys.schema.HarvestSurveysColumn
- DATA_SIZE - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.jacquard.productcatalog.ProductDataFieldDefinition
- DATA_SIZE - Enum constant in enum class org.odpi.openmetadata.frameworks.opensurvey.measurements.RelationalDatabaseMetric
-
Number of stored bytes of data in the surveyed resource.
- DATA_SOURCE_FORMAT - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.unitycatalog.controls.UnityCatalogPlaceholderProperty
-
The format of the data source: DELTA, CSV, JSON, AVRO, PARQUET, ORC, TEXT.
- DATA_SPEC - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.mermaid.VisualStyle
- DATA_SPEC - Enum constant in enum class org.odpi.openmetadata.samples.governanceactions.clinicaltrials.CocoClinicalTrialActionTarget
- DATA_SPEC_COLLECTION - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.types.OpenMetadataType
-
This is a collection that describes the data requirements for a project or initiative.
- DATA_SPEC_PROJECT - Enum constant in enum class org.odpi.openmetadata.samples.governanceactions.clinicaltrials.CocoClinicalTrialActionTarget
- DATA_SPECIFICATION - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.refdata.ResourceUse
-
Create a survey report that details whether the content of the real-world resource that is attached to an asset is withing the bounds required by its data specification.
- DATA_STORAGE - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.mermaid.SolutionComponentVisualStyle
-
The storage of data for later retrieval by automated processes.
- DATA_STORAGE - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.refdata.SolutionComponentType
-
The storage of data for later retrieval by automated processes.
- DATA_STORAGE_SOLUTION_COMPONENT - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.mermaid.VisualStyle
- DATA_STORE - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.mermaid.VisualStyle
- DATA_STORE - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.types.OpenMetadataType
-
A physical store of data
- DATA_STORE_IN_USE - Enum constant in enum class org.odpi.openmetadata.commonservices.generichandlers.ffdc.GenericHandlersErrorCode
-
OMAG-GENERIC-HANDLERS-403-004 - A delete of {0} data asset {1} is not permitted because it is being used by {2} data set {3}
- DATA_STRUCTURE - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.mermaid.VisualStyle
- DATA_STRUCTURE - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.types.OpenMetadataType
-
A list of data fields that describe the structure of a data source.
- DATA_STRUCTURE_DEFINITION_RELATIONSHIP - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.types.OpenMetadataType
-
Represents an association between a data structure that describes a data source and a certification type that indicates that certified elements conform to the data structure and associated definitions (such as glossary term and data class).
- DATA_STRUCTURE_INTERNALS - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.mermaid.VisualStyle
- DATA_SUBJECT - Enum constant in enum class org.odpi.openmetadata.frameworks.opengovernance.controls.ActionTarget
-
A person that is described by some data.
- DATA_TYPE - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.externalharvesters.harvestsurveys.schema.HarvestSurveysColumn
- DATA_TYPE - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.jacquard.productcatalog.ProductDataFieldDefinition
-
Data Type
- DATA_TYPE - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.types.OpenMetadataProperty
-
The name of a primitive data type.
- DATA_TYPES_LIST - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.jacquard.productcatalog.ProductDefinitionEnum
-
Open Metadata Data Types List
- DATA_VALIDATION - Enum constant in enum class org.odpi.openmetadata.frameworks.opensurvey.controls.AnalysisStep
- DATA_VALUE_ASSIGNMENT_RELATIONSHIP - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.types.OpenMetadataType
-
Links a data class to an asset or schema element to define its logical data type.
- DATA_VALUE_DEFINITION_RELATIONSHIP - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.types.OpenMetadataType
-
Links a referencable with its data value specifications.
- DATA_VALUE_HIERARCHY_RELATIONSHIP - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.types.OpenMetadataType
-
Links a data class to another in a parent child hierarchy.
- DATA_VALUE_MEANING_CLASSIFICATION - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.types.OpenMetadataType
-
Identifies that this glossary term describes a data value.
- DATA_VALUE_SPECIFICATION - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.types.OpenMetadataType
-
A specification for a data value.
- DATA_VIRTUALIZATION_ENGINE - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.types.OpenMetadataType
-
An engine capable of creating new data sets by dynamically combining data from one or more data stores or data sets.
- DataAccessManagerProperties - Class in org.odpi.openmetadata.frameworks.openmetadata.properties.softwarecapabilities
-
DataAccessManagerProperties describes the capability of a data access manager
- DataAccessManagerProperties() - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.properties.softwarecapabilities.DataAccessManagerProperties
-
Default constructor
- DataAccessManagerProperties(DataAccessManagerProperties) - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.properties.softwarecapabilities.DataAccessManagerProperties
-
Copy/clone constructor.
- dataAssetClient - Variable in class org.odpi.openmetadata.adapters.connectors.apacheatlas.integration.modules.AtlasIntegrationModuleBase
- DataAssetEncodingProperties - Class in org.odpi.openmetadata.frameworks.openmetadata.properties.assets
-
DataAssetEncodingProperties provides the JavaBean for describing a data asset's encoding.
- DataAssetEncodingProperties() - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.properties.assets.DataAssetEncodingProperties
-
Default constructor
- DataAssetEncodingProperties(DataAssetEncodingProperties) - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.properties.assets.DataAssetEncodingProperties
-
Copy/clone constructor.
- DataAssetProperties - Class in org.odpi.openmetadata.frameworks.openmetadata.properties.assets
-
DataAssetProperties is a java bean used to create assets associated with data.
- DataAssetProperties() - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.properties.assets.DataAssetProperties
-
Default constructor
- DataAssetProperties(AssetProperties) - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.properties.assets.DataAssetProperties
-
Copy/clone constructor
- DataAssetProperties(DataAssetProperties) - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.properties.assets.DataAssetProperties
-
Copy/clone constructor.
- DataAssetTemplateDefinition - Enum Class in org.odpi.openmetadata.contentpacks.core
-
A description of the templates for technology specific data assets.
- DATABASE - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.postgres.controls.PostgresTarget
-
PostgreSQL Database.
- DATABASE - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.types.OpenMetadataType
-
A data store.
- DATABASE_DESCRIPTION - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.postgres.controls.PostgresPlaceholderProperty
-
The name of the database being catalogued.
- DATABASE_INSTANCE - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.types.OpenMetadataProperty
-
Instance of the database.
- DATABASE_MANAGER - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.types.OpenMetadataType
-
Defines a capability that manages data organized as relational schemas.
- DATABASE_MEASUREMENTS - Enum constant in enum class org.odpi.openmetadata.frameworks.opensurvey.controls.SurveyDatabaseAnnotationType
- DATABASE_NAME - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.postgres.controls.PostgresConfigurationProperty
-
The name of the database being catalogued.
- DATABASE_NAME - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.postgres.controls.PostgresPlaceholderProperty
-
The name of the database being catalogued.
- DATABASE_NAME - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.resource.jdbc.controls.JDBCConfigurationProperty
-
Provides a name to use in messages about the database.
- DATABASE_NAME - Enum constant in enum class org.odpi.openmetadata.frameworks.opensurvey.measurements.RelationalDatabaseMetric
-
Name of the database
- DATABASE_PASSWORD - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.postgres.controls.PostgresConfigurationProperty
-
The password to store in the clearPassword attribute of the connection.
- DATABASE_PASSWORD - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.postgres.controls.PostgresPlaceholderProperty
-
The password to store in the clearPassword attribute of the connection.
- DATABASE_SCHEMA - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.resource.jdbc.controls.JDBCConfigurationProperty
-
The name of the database schema used to store the data.
- DATABASE_SCHEMA - Enum constant in enum class org.odpi.openmetadata.adapters.repositoryservices.postgres.repositoryconnector.controls.PostgresConfigurationProperty
- DATABASE_SCHEMA_TABLE_SIZES - Enum constant in enum class org.odpi.openmetadata.frameworks.opensurvey.controls.SurveyDatabaseAnnotationType
- DATABASE_SERVER - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.refdata.DeployedImplementationType
-
A software server that supports databases.
- DATABASE_SERVER - Enum constant in enum class org.odpi.openmetadata.samples.archiveutilities.businesssystems.SystemTypeDefinition
-
database-server - Database server providing a collection of data that can be flexibly queried.
- DATABASE_SIZE - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.egeriainfrastructure.control.OMAGServerPlatformMetric
- DATABASE_TABLE_SIZES - Enum constant in enum class org.odpi.openmetadata.frameworks.opensurvey.controls.SurveyDatabaseAnnotationType
- DATABASE_URL - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.resource.jdbc.controls.JDBCConfigurationProperty
-
Connection string for the database where the schema is located.
- DATABASE_URL - Enum constant in enum class org.odpi.openmetadata.adapters.repositoryservices.postgres.repositoryconnector.controls.PostgresConfigurationProperty
- DATABASE_USER_ID - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.postgres.controls.PostgresConfigurationProperty
-
The userId to store in the userId attribute of the connection.
- DATABASE_USER_ID - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.postgres.controls.PostgresPlaceholderProperty
-
The userId to store in the userId attribute of the connection.
- DATABASE_VERSION - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.types.OpenMetadataProperty
-
Version of the database.
- DatabaseIntegrationModuleBase - Class in org.odpi.openmetadata.adapters.connectors.apacheatlas.integration.modules
-
DatabaseIntegrationModuleBase abstracts the process of synchronizing relational metadata from Apache Atlas, so it is independent of the actual Apache Atlas types.
- DatabaseIntegrationModuleBase(String, String, String, String, String, String, String, Connection, AuditLog, IntegrationContext, String, ApacheAtlasRESTConnector) - Constructor for class org.odpi.openmetadata.adapters.connectors.apacheatlas.integration.modules.DatabaseIntegrationModuleBase
-
Constructor for the module is supplied with the runtime context in order to operate.
- DatabaseManagerProperties - Class in org.odpi.openmetadata.frameworks.openmetadata.properties.softwarecapabilities
-
DatabaseManagerProperties describes the DBMS capability of a database server
- DatabaseManagerProperties() - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.properties.softwarecapabilities.DatabaseManagerProperties
-
Default constructor
- DatabaseManagerProperties(DatabaseManagerProperties) - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.properties.softwarecapabilities.DatabaseManagerProperties
-
Copy/clone constructor.
- DatabaseProperties - Class in org.odpi.openmetadata.frameworks.openmetadata.properties.assets.databases
-
DatabaseProperties is a class for representing a generic database.
- DatabaseProperties() - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.properties.assets.databases.DatabaseProperties
-
Default constructor
- DatabaseProperties(DatabaseProperties) - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.properties.assets.databases.DatabaseProperties
-
Copy/clone constructor.
- DatabaseStore - Class in org.odpi.openmetadata.adapters.repositoryservices.postgres.repositoryconnector.database
-
Manages the connection between the repository connector and the database.
- DatabaseStore(JDBCResourceConnector, String, OMRSRepositoryHelper) - Constructor for class org.odpi.openmetadata.adapters.repositoryservices.postgres.repositoryconnector.database.DatabaseStore
-
Create access to the entity store.
- DatabaseTransfer - Class in org.odpi.openmetadata.adapters.connectors.integration.jdbc.transfer
-
Creates the database root of the metadata structure the follows
- DatabaseTransfer(Jdbc, String, OpenMetadataRootElement, String, String, Omas, AuditLog) - Constructor for class org.odpi.openmetadata.adapters.connectors.integration.jdbc.transfer.DatabaseTransfer
- DATABRICKS_UC_SERVER_TEMPLATE - Enum constant in enum class org.odpi.openmetadata.contentpacks.core.SoftwareServerTemplateDefinition
- DataClassAnnotationProperties - Class in org.odpi.openmetadata.frameworks.openmetadata.properties.surveyreports
-
DataClassAnnotationProperties recommends a data class that potentially matches this data field.
- DataClassAnnotationProperties() - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.properties.surveyreports.DataClassAnnotationProperties
-
Default constructor
- DataClassAnnotationProperties(DataClassAnnotationProperties) - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.properties.surveyreports.DataClassAnnotationProperties
-
Copy clone constructor
- DataClassCompositionProperties - Class in org.odpi.openmetadata.frameworks.openmetadata.properties.datadictionaries
-
DataClassCompositionProperties describes the link between two data classes.
- DataClassCompositionProperties() - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.properties.datadictionaries.DataClassCompositionProperties
-
Default constructor
- DataClassCompositionProperties(DataClassCompositionProperties) - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.properties.datadictionaries.DataClassCompositionProperties
-
Copy/clone constructor.
- DataClassProperties - Class in org.odpi.openmetadata.frameworks.openmetadata.properties.datadictionaries
-
DataClassProperties is used to provide the characterizations of the data values stored in a data field described by the attached element.
- DataClassProperties() - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.properties.datadictionaries.DataClassProperties
-
Default constructor
- DataClassProperties(DataClassProperties) - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.properties.datadictionaries.DataClassProperties
-
Copy/clone constructor for an editing glossary classification.
- DataContainerProperties - Class in org.odpi.openmetadata.frameworks.openmetadata.properties.schema.display
-
SchemaAttributeProperties represents a data field that is part of a complex schema type.
- DataContainerProperties() - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.properties.schema.display.DataContainerProperties
-
Default constructor
- DataContainerProperties(DataContainerProperties) - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.properties.schema.display.DataContainerProperties
-
Copy/clone constructor.
- DataDescriptionProperties - Class in org.odpi.openmetadata.frameworks.openmetadata.properties.datadictionaries
-
DataDescriptionProperties describes the properties for the DataDescription relationship.
- DataDescriptionProperties() - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.properties.datadictionaries.DataDescriptionProperties
-
Default constructor
- DataDescriptionProperties(DataDescriptionProperties) - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.properties.datadictionaries.DataDescriptionProperties
-
Copy/clone constructor
- DataDesignerAdmin - Class in org.odpi.openmetadata.viewservices.datadesigner.admin
-
DataDesignerAdmin is the class that is called by the View Server to initialize and terminate the Data Designer OMVS.
- DataDesignerAdmin() - Constructor for class org.odpi.openmetadata.viewservices.datadesigner.admin.DataDesignerAdmin
-
Default constructor
- DataDesignerAuditCode - Enum Class in org.odpi.openmetadata.viewservices.datadesigner.ffdc
-
The DataDesignerAuditCode is used to define the message content for the OMRS Audit Log.
- DataDesignerInstance - Class in org.odpi.openmetadata.viewservices.datadesigner.server
-
DataDesignerInstance caches references to the objects it needs for a specific server.
- DataDesignerInstance(String, AuditLog, String, String, String, String, int, String, String) - Constructor for class org.odpi.openmetadata.viewservices.datadesigner.server.DataDesignerInstance
-
Set up the Data Designer OMVS instance
- DataDesignerInstanceHandler - Class in org.odpi.openmetadata.viewservices.datadesigner.server
-
DataDesignerInstanceHandler retrieves information from the instance map for the view service instances.
- DataDesignerInstanceHandler() - Constructor for class org.odpi.openmetadata.viewservices.datadesigner.server.DataDesignerInstanceHandler
-
Default constructor registers the view service
- DataDesignerRegistration - Class in org.odpi.openmetadata.viewservices.datadesigner.server
-
DataDesignerRegistration registers the view service with the OMAG Server administration services.
- DataDesignerRegistration() - Constructor for class org.odpi.openmetadata.viewservices.datadesigner.server.DataDesignerRegistration
- DataDesignerResource - Class in org.odpi.openmetadata.viewservices.datadesigner.server.spring
-
The DataDesignerResource provides part of the server-side implementation of the Data Designer OMVS.
- DataDesignerResource() - Constructor for class org.odpi.openmetadata.viewservices.datadesigner.server.spring.DataDesignerResource
-
Default constructor
- DataDesignerRESTServices - Class in org.odpi.openmetadata.viewservices.datadesigner.server
-
The DataDesignerRESTServices provides the server-side implementation of the Data Designer Open Metadata View Service (OMVS).
- DataDesignerRESTServices() - Constructor for class org.odpi.openmetadata.viewservices.datadesigner.server.DataDesignerRESTServices
-
Default constructor
- DataDictionaryProperties - Class in org.odpi.openmetadata.frameworks.openmetadata.properties.datadictionaries
-
DataDictionaryProperties describes the core properties of a data dictionary.
- DataDictionaryProperties() - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.properties.datadictionaries.DataDictionaryProperties
-
Default constructor
- DataDictionaryProperties(CollectionProperties) - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.properties.datadictionaries.DataDictionaryProperties
-
Copy/clone constructor
- DataDictionaryProperties(DataDictionaryProperties) - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.properties.datadictionaries.DataDictionaryProperties
-
Copy/clone constructor
- DataDiscoveryAdmin - Class in org.odpi.openmetadata.viewservices.datadiscovery.admin
-
DataDiscoveryAdmin is the class that is called by the View Server to initialize and terminate the Data Discovery OMVS.
- DataDiscoveryAdmin() - Constructor for class org.odpi.openmetadata.viewservices.datadiscovery.admin.DataDiscoveryAdmin
-
Default constructor
- DataDiscoveryAuditCode - Enum Class in org.odpi.openmetadata.viewservices.datadiscovery.ffdc
-
The DataDiscoveryAuditCode is used to define the message content for the OMRS Audit Log.
- DataDiscoveryInstance - Class in org.odpi.openmetadata.viewservices.datadiscovery.server
-
DataDiscoveryInstance caches references to the objects it needs for a specific server.
- DataDiscoveryInstance(String, AuditLog, String, String, String, String, int, String, String) - Constructor for class org.odpi.openmetadata.viewservices.datadiscovery.server.DataDiscoveryInstance
-
Set up the Data Discovery OMVS instance
- DataDiscoveryInstanceHandler - Class in org.odpi.openmetadata.viewservices.datadiscovery.server
-
DataDiscoveryInstanceHandler retrieves information from the instance map for the view service instances.
- DataDiscoveryInstanceHandler() - Constructor for class org.odpi.openmetadata.viewservices.datadiscovery.server.DataDiscoveryInstanceHandler
-
Default constructor registers the view service
- DataDiscoveryRegistration - Class in org.odpi.openmetadata.viewservices.datadiscovery.server
-
DataDiscoveryRegistration registers the view service with the OMAG Server administration services.
- DataDiscoveryRegistration() - Constructor for class org.odpi.openmetadata.viewservices.datadiscovery.server.DataDiscoveryRegistration
- DataDiscoveryResource - Class in org.odpi.openmetadata.viewservices.datadiscovery.server.spring
-
The DataDiscoveryResource provides part of the server-side implementation of the Data Discovery OMVS.
- DataDiscoveryResource() - Constructor for class org.odpi.openmetadata.viewservices.datadiscovery.server.spring.DataDiscoveryResource
-
Default constructor
- DataDiscoveryRESTServices - Class in org.odpi.openmetadata.viewservices.datadiscovery.server
-
The DataDiscoveryRESTServices provides the server-side implementation of the Data Discovery Open Metadata View Service (OMVS).
- DataDiscoveryRESTServices() - Constructor for class org.odpi.openmetadata.viewservices.datadiscovery.server.DataDiscoveryRESTServices
-
Default constructor
- DataEngineerAdmin - Class in org.odpi.openmetadata.viewservices.dataengineer.admin
-
DataEngineerAdmin is the class that is called by the View Server to initialize and terminate the Data Engineer OMVS.
- DataEngineerAdmin() - Constructor for class org.odpi.openmetadata.viewservices.dataengineer.admin.DataEngineerAdmin
-
Default constructor
- DataEngineerAuditCode - Enum Class in org.odpi.openmetadata.viewservices.dataengineer.ffdc
-
The DataEngineerAuditCode is used to define the message content for the OMRS Audit Log.
- DataEngineerInstance - Class in org.odpi.openmetadata.viewservices.dataengineer.server
-
DataEngineerInstance caches references to the objects it needs for a specific server.
- DataEngineerInstance(String, AuditLog, String, String, String, String, int, String, String) - Constructor for class org.odpi.openmetadata.viewservices.dataengineer.server.DataEngineerInstance
-
Set up the Data Engineer OMVS instance
- DataEngineerInstanceHandler - Class in org.odpi.openmetadata.viewservices.dataengineer.server
-
DataEngineerInstanceHandler retrieves information from the instance map for the view service instances.
- DataEngineerInstanceHandler() - Constructor for class org.odpi.openmetadata.viewservices.dataengineer.server.DataEngineerInstanceHandler
-
Default constructor registers the view service
- DataEngineerRegistration - Class in org.odpi.openmetadata.viewservices.dataengineer.server
-
DataEngineerRegistration registers the view service with the OMAG Server administration services.
- DataEngineerRegistration() - Constructor for class org.odpi.openmetadata.viewservices.dataengineer.server.DataEngineerRegistration
- DataEngineerResource - Class in org.odpi.openmetadata.viewservices.dataengineer.server.spring
-
The DataEngineerResource provides part of the server-side implementation of the Data Engineer OMVS.
- DataEngineerResource() - Constructor for class org.odpi.openmetadata.viewservices.dataengineer.server.spring.DataEngineerResource
-
Default constructor
- DataEngineerRESTServices - Class in org.odpi.openmetadata.viewservices.dataengineer.server
-
The DataEngineerRESTServices provides the server-side implementation of the Data Engineer Open Metadata View Service (OMVS).
- DataEngineerRESTServices() - Constructor for class org.odpi.openmetadata.viewservices.dataengineer.server.DataEngineerRESTServices
-
Default constructor
- DataFeedProperties - Class in org.odpi.openmetadata.frameworks.openmetadata.properties.assets
-
DataFeedProperties is a java bean used to create assets associated data in motion.
- DataFeedProperties() - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.properties.assets.DataFeedProperties
-
Default constructor
- DataFeedProperties(AssetProperties) - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.properties.assets.DataFeedProperties
-
Copy/clone constructor
- DataFeedProperties(DataFeedProperties) - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.properties.assets.DataFeedProperties
-
Copy/clone constructor.
- DataFieldAnnotationProperties - Class in org.odpi.openmetadata.frameworks.openmetadata.properties.surveyreports
-
DataFieldAnnotationProperties is a common base class for annotations that are attached to a data field.
- DataFieldAnnotationProperties() - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.properties.surveyreports.DataFieldAnnotationProperties
-
Default constructor
- DataFieldAnnotationProperties(DataFieldAnnotationProperties) - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.properties.surveyreports.DataFieldAnnotationProperties
-
Copy clone constructor
- DataFieldClient - Class in org.odpi.openmetadata.frameworks.openmetadata.connectorcontext
-
Provides services for connectors to work with data field elements.
- DataFieldClient(ConnectorContextBase, String, String, String, String, String, String, OpenMetadataClient, AuditLog, int) - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.connectorcontext.DataFieldClient
-
Constructor for connector context client.
- DataFieldHandler - Class in org.odpi.openmetadata.frameworks.openmetadata.handlers
-
Data field handler describes how to maintain and query data fields.
- DataFieldHandler(String, AuditLog, String, OpenMetadataClient) - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.handlers.DataFieldHandler
-
Create a new handler.
- DataFieldInfo - Class in org.odpi.openmetadata.adapters.connectors.unitycatalog.properties
-
Common properties of a data field.
- DataFieldInfo() - Constructor for class org.odpi.openmetadata.adapters.connectors.unitycatalog.properties.DataFieldInfo
-
Constructor
- DataFieldProperties - Class in org.odpi.openmetadata.frameworks.openmetadata.properties.datadictionaries
-
A description of a data field.
- DataFieldProperties() - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.properties.datadictionaries.DataFieldProperties
-
Default constructor
- DataFieldProperties(DataFieldProperties) - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.properties.datadictionaries.DataFieldProperties
-
Copy/clone constructor
- DataFileCollectionProperties - Class in org.odpi.openmetadata.frameworks.openmetadata.properties.assets.filesandfolders
-
DataFileCollectionProperties describes a collection of related files.
- DataFileCollectionProperties() - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.properties.assets.filesandfolders.DataFileCollectionProperties
-
Default constructor
- DataFileCollectionProperties(DataSetProperties) - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.properties.assets.filesandfolders.DataFileCollectionProperties
-
Copy/clone constructor.
- DataFileCollectionProperties(DataFileCollectionProperties) - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.properties.assets.filesandfolders.DataFileCollectionProperties
-
Copy/clone constructor.
- DataFileProperties - Class in org.odpi.openmetadata.frameworks.openmetadata.properties.assets.filesandfolders
-
DataFileProperties describes the property of a single data file.
- DataFileProperties() - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.properties.assets.filesandfolders.DataFileProperties
-
Default constructor
- DataFileProperties(DataFileProperties) - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.properties.assets.filesandfolders.DataFileProperties
-
Copy/clone constructor
- DataFilesMonitorForTarget - Class in org.odpi.openmetadata.adapters.connectors.integration.basicfiles
-
Manages the cataloguing of data files for a specific catalog target.
- DataFilesMonitorForTarget(String, String, String, String, DeleteMethod, Map<String, String>, Map<String, Object>, BasicFilesMonitorIntegrationConnectorBase, OpenMetadataRootElement, AuditLog) - Constructor for class org.odpi.openmetadata.adapters.connectors.integration.basicfiles.DataFilesMonitorForTarget
-
Construct the monitor for a specific catalog target.
- DataFilesMonitorIntegrationConnector - Class in org.odpi.openmetadata.adapters.connectors.integration.basicfiles
-
DataFilesMonitorIntegrationConnector monitors a file directory and catalogues the files it finds.
- DataFilesMonitorIntegrationConnector() - Constructor for class org.odpi.openmetadata.adapters.connectors.integration.basicfiles.DataFilesMonitorIntegrationConnector
- DataFilesMonitorIntegrationProvider - Class in org.odpi.openmetadata.adapters.connectors.integration.basicfiles
-
DataFilesMonitorIntegrationProvider is the OCF connector provider for the Data Files Monitor Integration Connector.
- DataFilesMonitorIntegrationProvider() - Constructor for class org.odpi.openmetadata.adapters.connectors.integration.basicfiles.DataFilesMonitorIntegrationProvider
-
Constructor used to initialize the ConnectorProviderBase with the Java class name of the specific store implementation.
- DataFlowProperties - Class in org.odpi.openmetadata.frameworks.openmetadata.properties.lineage
-
DataFlowProperties describe the properties for a data flow relationship.
- DataFlowProperties() - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.properties.lineage.DataFlowProperties
-
Default constructor
- DataFlowProperties(DataFlowProperties) - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.properties.lineage.DataFlowProperties
-
Copy/clone constructor.
- DataFolderConnector - Class in org.odpi.openmetadata.adapters.connectors.datastore.datafolder
-
DataFolderConnector works with folders to retrieve simple objects.
- DataFolderConnector() - Constructor for class org.odpi.openmetadata.adapters.connectors.datastore.datafolder.DataFolderConnector
- DataFolderConnectorErrorCode - Enum Class in org.odpi.openmetadata.adapters.connectors.datastore.datafolder.ffdc
-
The DataFolderConnectorErrorCode is used to define first failure data capture (FFDC) for errors that occur when working with the Data Folder Connector.
- dataFolderElement - Variable in class org.odpi.openmetadata.adapters.connectors.integration.basicfiles.DirectoryToMonitor
-
This is the folder element describing this directory from the open metadata ecosystem.
- DataFolderMonitorForTarget - Class in org.odpi.openmetadata.adapters.connectors.integration.basicfiles
- DataFolderMonitorForTarget(String, String, String, String, DeleteMethod, Map<String, String>, Map<String, Object>, BasicFilesMonitorIntegrationConnectorBase, OpenMetadataRootElement, AuditLog) - Constructor for class org.odpi.openmetadata.adapters.connectors.integration.basicfiles.DataFolderMonitorForTarget
-
Construct the monitor for a specific catalog target.
- DataFolderMonitorIntegrationConnector - Class in org.odpi.openmetadata.adapters.connectors.integration.basicfiles
-
DataFolderMonitorIntegrationConnector monitors a file directory that is linked to a DataFolder asset and maintains the update time of the DataFolder each time one of the files or embedded directories change in some way.
- DataFolderMonitorIntegrationConnector() - Constructor for class org.odpi.openmetadata.adapters.connectors.integration.basicfiles.DataFolderMonitorIntegrationConnector
- DataFolderMonitorIntegrationProvider - Class in org.odpi.openmetadata.adapters.connectors.integration.basicfiles
-
DataFolderMonitorIntegrationProvider is the OCF connector provider for the Data Folder Monitor Integration Connector.
- DataFolderMonitorIntegrationProvider() - Constructor for class org.odpi.openmetadata.adapters.connectors.integration.basicfiles.DataFolderMonitorIntegrationProvider
-
Constructor used to initialize the ConnectorProviderBase with the Java class name of the specific store implementation.
- DataFolderProperties - Class in org.odpi.openmetadata.frameworks.openmetadata.properties.assets.filesandfolders
-
DataFolderProperties describes a folder where the files mak up a data set.
- DataFolderProperties() - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.properties.assets.filesandfolders.DataFolderProperties
-
Default constructor
- DataFolderProperties(FileFolderProperties) - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.properties.assets.filesandfolders.DataFolderProperties
-
Copy/clone constructor.
- DataFolderProvider - Class in org.odpi.openmetadata.adapters.connectors.datastore.datafolder
-
DataFolderProvider is the OCF connector provider for the data folder connector.
- DataFolderProvider() - Constructor for class org.odpi.openmetadata.adapters.connectors.datastore.datafolder.DataFolderProvider
-
Constructor used to initialize the ConnectorProviderBase with the Java class name of the specific connector implementation.
- DataGrainAnnotationProperties - Class in org.odpi.openmetadata.frameworks.openmetadata.properties.surveyreports
-
DataGrainAnnotationProperties recommends a data grain that potentially matches this data source.
- DataGrainAnnotationProperties() - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.properties.surveyreports.DataGrainAnnotationProperties
-
Default constructor
- DataGrainAnnotationProperties(DataGrainAnnotationProperties) - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.properties.surveyreports.DataGrainAnnotationProperties
-
Copy clone constructor
- DataGrainProperties - Class in org.odpi.openmetadata.frameworks.openmetadata.properties.datadictionaries
-
DataGrainProperties is used to provide the characterizations of the granularity of data stored in a data source.
- DataGrainProperties() - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.properties.datadictionaries.DataGrainProperties
-
Default constructor
- DataGrainProperties(DataGrainProperties) - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.properties.datadictionaries.DataGrainProperties
-
Copy/clone constructor for an editing glossary classification.
- DataItemOwnerProperties - Class in org.odpi.openmetadata.frameworks.openmetadata.properties.actors
-
DataItemOwnerProperties describes a role for a person who is responsible for a data item as it flows between systems.
- DataItemOwnerProperties() - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.properties.actors.DataItemOwnerProperties
-
Default constructor
- DataItemOwnerProperties(DataItemOwnerProperties) - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.properties.actors.DataItemOwnerProperties
-
Copy/clone constructor.
- DataItemOwnerProperties(GovernanceRoleProperties) - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.properties.actors.DataItemOwnerProperties
-
Copy/clone constructor.
- DataItemSortOrder - Enum Class in org.odpi.openmetadata.frameworks.openmetadata.enums
-
DataItemSortOrder is used for schema attributes that may have multiple instances.
- DataLensProperties - Class in org.odpi.openmetadata.frameworks.openmetadata.properties.governance
-
DataLensProperties provides the JavaBean for describing the scope of data needed for specific processing.
- DataLensProperties() - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.properties.governance.DataLensProperties
-
Default constructor
- DataLensProperties(DataLensProperties) - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.properties.governance.DataLensProperties
-
Copy/clone constructor.
- DataManagerProperties - Class in org.odpi.openmetadata.frameworks.openmetadata.properties.softwarecapabilities
-
EngineProperties describes the properties of an engine.
- DataManagerProperties() - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.properties.softwarecapabilities.DataManagerProperties
-
Default constructor
- DataManagerProperties(DataManagerProperties) - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.properties.softwarecapabilities.DataManagerProperties
-
Copy/clone constructor.
- DataMappingProperties - Class in org.odpi.openmetadata.frameworks.openmetadata.properties.lineage
-
DataMappingProperties describe the properties for a data mapping relationship.
- DataMappingProperties() - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.properties.lineage.DataMappingProperties
-
Default constructor
- DataMappingProperties(DataMappingProperties) - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.properties.lineage.DataMappingProperties
-
Copy/clone constructor.
- DataMovementEngineProperties - Class in org.odpi.openmetadata.frameworks.openmetadata.properties.softwarecapabilities
-
DataMovementEngineProperties describes the Data Movement engine capability of a server
- DataMovementEngineProperties() - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.properties.softwarecapabilities.DataMovementEngineProperties
-
Default constructor
- DataMovementEngineProperties(DataMovementEngineProperties) - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.properties.softwarecapabilities.DataMovementEngineProperties
-
Copy/clone constructor.
- DataOfficerAdmin - Class in org.odpi.openmetadata.viewservices.dataofficer.admin
-
DataOfficerAdmin is the class that is called by the View Server to initialize and terminate the Data Officer OMVS.
- DataOfficerAdmin() - Constructor for class org.odpi.openmetadata.viewservices.dataofficer.admin.DataOfficerAdmin
-
Default constructor
- DataOfficerAuditCode - Enum Class in org.odpi.openmetadata.viewservices.dataofficer.ffdc
-
The DataOfficerAuditCode is used to define the message content for the OMRS Audit Log.
- DataOfficerInstance - Class in org.odpi.openmetadata.viewservices.dataofficer.server
-
DataOfficerInstance caches references to the objects it needs for a specific server.
- DataOfficerInstance(String, AuditLog, String, String, String, String, int, String, String) - Constructor for class org.odpi.openmetadata.viewservices.dataofficer.server.DataOfficerInstance
-
Set up the Data Officer OMVS instance
- DataOfficerInstanceHandler - Class in org.odpi.openmetadata.viewservices.dataofficer.server
-
DataOfficerInstanceHandler retrieves information from the instance map for the view service instances.
- DataOfficerInstanceHandler() - Constructor for class org.odpi.openmetadata.viewservices.dataofficer.server.DataOfficerInstanceHandler
-
Default constructor registers the view service
- DataOfficerRegistration - Class in org.odpi.openmetadata.viewservices.dataofficer.server
-
DataOfficerRegistration registers the view service with the OMAG Server administration services.
- DataOfficerRegistration() - Constructor for class org.odpi.openmetadata.viewservices.dataofficer.server.DataOfficerRegistration
- DataOfficerResource - Class in org.odpi.openmetadata.viewservices.dataofficer.server.spring
-
The DataOfficerResource provides part of the server-side implementation of the Data Officer OMVS.
- DataOfficerResource() - Constructor for class org.odpi.openmetadata.viewservices.dataofficer.server.spring.DataOfficerResource
-
Default constructor
- DataOfficerRESTServices - Class in org.odpi.openmetadata.viewservices.dataofficer.server
-
The DataOfficerRESTServices provides the server-side implementation of the Data Officer Open Metadata View Service (OMVS).
- DataOfficerRESTServices() - Constructor for class org.odpi.openmetadata.viewservices.dataofficer.server.DataOfficerRESTServices
-
Default constructor
- DataProcessingActionProperties - Class in org.odpi.openmetadata.frameworks.openmetadata.properties.dataprocessing
-
DataProcessingActionProperties describes some specific processing that is being performed on one or more data targets.
- DataProcessingActionProperties() - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.properties.dataprocessing.DataProcessingActionProperties
-
Default constructor
- DataProcessingActionProperties(AuthoredReferenceableProperties) - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.properties.dataprocessing.DataProcessingActionProperties
-
Copy/clone constructor.
- DataProcessingActionProperties(DataProcessingActionProperties) - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.properties.dataprocessing.DataProcessingActionProperties
-
Copy/clone constructor.
- DataProcessingDescriptionProperties - Class in org.odpi.openmetadata.frameworks.openmetadata.properties.dataprocessing
-
DataProcessingDescriptionProperties describes a data processing routine.
- DataProcessingDescriptionProperties() - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.properties.dataprocessing.DataProcessingDescriptionProperties
-
Default constructor
- DataProcessingDescriptionProperties(AuthoredReferenceableProperties) - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.properties.dataprocessing.DataProcessingDescriptionProperties
-
Copy/clone constructor.
- DataProcessingDescriptionProperties(DataProcessingDescriptionProperties) - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.properties.dataprocessing.DataProcessingDescriptionProperties
-
Copy/clone constructor.
- DataProcessingPurposeDefinition - Enum Class in org.odpi.openmetadata.samples.archiveutilities.governanceprogram
-
The DataProcessingPurposeDefinition is used to feed the definition of the data processing purposes for Coco Pharmaceuticals scenarios.
- DataProcessingPurposeProperties - Class in org.odpi.openmetadata.frameworks.openmetadata.properties.dataprocessing
-
A data processing purpose describes an allowable type of processing that can occur on the attached data asset.
- DataProcessingPurposeProperties() - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.properties.dataprocessing.DataProcessingPurposeProperties
-
Default Constructor
- DataProcessingPurposeProperties(DataProcessingPurposeProperties) - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.properties.dataprocessing.DataProcessingPurposeProperties
-
Copy/Clone Constructor
- DataProcessingSpecificationProperties - Class in org.odpi.openmetadata.frameworks.openmetadata.properties.governance
-
Links an element to a data processing description.
- DataProcessingSpecificationProperties() - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.properties.governance.DataProcessingSpecificationProperties
-
Default constructor
- DataProcessingSpecificationProperties(DataProcessingSpecificationProperties) - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.properties.governance.DataProcessingSpecificationProperties
-
Copy/clone constructor
- DataProcessingTargetProperties - Class in org.odpi.openmetadata.frameworks.openmetadata.properties.governance
-
Links a data processing action to an element representing the processing target.
- DataProcessingTargetProperties() - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.properties.governance.DataProcessingTargetProperties
-
Default constructor
- DataProcessingTargetProperties(DataProcessingTargetProperties) - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.properties.governance.DataProcessingTargetProperties
-
Copy/clone constructor
- DataScopeProperties - Class in org.odpi.openmetadata.frameworks.openmetadata.properties.assets
-
DataAssetEncodingProperties provides the JavaBean for describing a data asset's encoding.
- DataScopeProperties() - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.properties.assets.DataScopeProperties
-
Default constructor
- DataScopeProperties(DataScopeProperties) - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.properties.assets.DataScopeProperties
-
Copy/clone constructor.
- DataSetContentProperties - Class in org.odpi.openmetadata.frameworks.openmetadata.properties.assets
-
DataSetContentProperties defines a query on an asset that returns all or part of the values for a dataset.
- DataSetContentProperties() - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.properties.assets.DataSetContentProperties
-
Default constructor
- DataSetContentProperties(DataSetContentProperties) - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.properties.assets.DataSetContentProperties
-
Copy/clone constructor.
- DataSetProperties - Class in org.odpi.openmetadata.frameworks.openmetadata.properties.assets
-
DataSetProperties is a class for representing a generic data set.
- DataSetProperties() - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.properties.assets.DataSetProperties
-
Default constructor
- DataSetProperties(DataSetProperties) - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.properties.assets.DataSetProperties
-
Copy/clone constructor.
- DataSetTemplateType - Enum Class in org.odpi.openmetadata.adapters.connectors.integration.basicfiles.controls
-
TemplateTypeEnum characterises the templates supported by an integration connector.
- DataSharingAgreementProperties - Class in org.odpi.openmetadata.frameworks.openmetadata.properties.digitalbusiness
-
DataSharingAgreement provides the bean for the DataSharingAgreement classification.
- DataSharingAgreementProperties() - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.properties.digitalbusiness.DataSharingAgreementProperties
-
Default constructor used by subclasses
- DataSharingAgreementProperties(DataSharingAgreementProperties) - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.properties.digitalbusiness.DataSharingAgreementProperties
-
Copy/clone Constructor.
- DataSourceFormat - Enum Class in org.odpi.openmetadata.adapters.connectors.unitycatalog.properties
-
Data source format
- DataSpecProperties - Class in org.odpi.openmetadata.frameworks.openmetadata.properties.datadictionaries
-
DataSpecProperties describes the core properties of a data specification.
- DataSpecProperties() - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.properties.datadictionaries.DataSpecProperties
-
Default constructor
- DataSpecProperties(CollectionProperties) - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.properties.datadictionaries.DataSpecProperties
-
Copy/clone constructor
- DataSpecProperties(DataSpecProperties) - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.properties.datadictionaries.DataSpecProperties
-
Copy/clone constructor
- DataStoreDefinition - Enum Class in org.odpi.openmetadata.samples.archiveutilities.businesssystems
-
The DataStoreDefinition is used to feed the definition of the organization's data stores for Coco Pharmaceuticals scenarios.
- DataStoreProperties - Class in org.odpi.openmetadata.frameworks.openmetadata.properties.assets
-
DataStoreProperties provides the JavaBean for describing a data store.
- DataStoreProperties() - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.properties.assets.DataStoreProperties
-
Default constructor
- DataStoreProperties(AssetProperties) - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.properties.assets.DataStoreProperties
-
Copy/clone constructor.
- DataStoreProperties(DataStoreProperties) - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.properties.assets.DataStoreProperties
-
Copy/clone constructor.
- DataStructureClient - Class in org.odpi.openmetadata.frameworks.openmetadata.connectorcontext
-
Provides services for connectors to work with data structure elements.
- DataStructureClient(ConnectorContextBase, String, String, String, String, String, String, OpenMetadataClient, AuditLog, int) - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.connectorcontext.DataStructureClient
-
Constructor for connector context client.
- DataStructureDefinitionProperties - Class in org.odpi.openmetadata.frameworks.openmetadata.properties.datadictionaries
-
DataStructureDefinitionProperties describes the link between a data quality certification type and the data structure it uses to validate data.
- DataStructureDefinitionProperties() - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.properties.datadictionaries.DataStructureDefinitionProperties
-
Default constructor
- DataStructureDefinitionProperties(DataStructureDefinitionProperties) - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.properties.datadictionaries.DataStructureDefinitionProperties
-
Copy/clone constructor.
- DataStructureHandler - Class in org.odpi.openmetadata.frameworks.openmetadata.handlers
-
Data structure handler describes how to maintain and query data structures.
- DataStructureHandler(String, AuditLog, String, OpenMetadataClient) - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.handlers.DataStructureHandler
-
Create a new handler.
- DataStructureProperties - Class in org.odpi.openmetadata.frameworks.openmetadata.properties.datadictionaries
-
Defines the root structure for a data structure within a data specification.
- DataStructureProperties() - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.properties.datadictionaries.DataStructureProperties
-
Default constructor
- DataStructureProperties(DataStructureProperties) - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.properties.datadictionaries.DataStructureProperties
-
Copy/clone constructor
- dataType - Variable in enum class org.odpi.openmetadata.adapters.connectors.apacheatlas.controls.ApacheAtlasConfigurationProperty
- dataType - Variable in enum class org.odpi.openmetadata.adapters.connectors.apacheatlas.survey.controls.AtlasRequestParameter
- dataType - Variable in enum class org.odpi.openmetadata.adapters.connectors.controls.KafkaPlaceholderProperty
- dataType - Variable in enum class org.odpi.openmetadata.adapters.connectors.controls.KafkaTemplateConfigurationProperty
- dataType - Variable in enum class org.odpi.openmetadata.adapters.connectors.dynamicarchivers.DynamicArchiveRequestParameter
- dataType - Variable in enum class org.odpi.openmetadata.adapters.connectors.dynamicarchivers.glossary.DynamicGlossaryArchiveRequestParameter
- dataType - Variable in enum class org.odpi.openmetadata.adapters.connectors.egeriainfrastructure.control.OMAGServerPlatformConfigurationProperty
- dataType - Variable in enum class org.odpi.openmetadata.adapters.connectors.egeriainfrastructure.control.OMAGServerPlatformMetric
- dataType - Variable in enum class org.odpi.openmetadata.adapters.connectors.egeriainfrastructure.control.OMAGServerPlatformPlaceholderProperty
- dataType - Variable in enum class org.odpi.openmetadata.adapters.connectors.governanceactions.provisioning.MoveCopyFileRequestParameter
- dataType - Variable in enum class org.odpi.openmetadata.adapters.connectors.governanceactions.provisioning.ProvisionTabularDataSetRequestParameter
- dataType - Variable in enum class org.odpi.openmetadata.adapters.connectors.governanceactions.remediation.RetentionClassifierRequestParameter
- dataType - Variable in enum class org.odpi.openmetadata.adapters.connectors.governanceactions.remediation.ZonePublisherRequestParameter
- dataType - Variable in enum class org.odpi.openmetadata.adapters.connectors.governanceactions.stewardship.ManageAssetRequestParameter
- dataType - Variable in enum class org.odpi.openmetadata.adapters.connectors.governanceactions.stewardship.WriteAuditLogRequestParameter
- dataType - Variable in enum class org.odpi.openmetadata.adapters.connectors.governanceactions.watchdog.GenericElementRequestParameter
- dataType - Variable in enum class org.odpi.openmetadata.adapters.connectors.governanceactions.watchdog.GenericFolderRequestParameter
- dataType - Variable in enum class org.odpi.openmetadata.adapters.connectors.integration.basicfiles.BasicFilesMonitoringConfigurationProperty
- dataType - Variable in enum class org.odpi.openmetadata.adapters.connectors.integration.jdbc.controls.JDBCConfigurationProperty
- dataType - Variable in enum class org.odpi.openmetadata.adapters.connectors.integration.openlineage.controls.OpenLineagePublishConfigurationProperty
- dataType - Variable in enum class org.odpi.openmetadata.adapters.connectors.jacquard.tabulardatasets.controls.ReferenceDataConfigurationProperty
- dataType - Variable in enum class org.odpi.openmetadata.adapters.connectors.postgres.controls.PostgresConfigurationProperty
- dataType - Variable in enum class org.odpi.openmetadata.adapters.connectors.postgres.controls.PostgresPlaceholderProperty
- dataType - Variable in enum class org.odpi.openmetadata.adapters.connectors.reports.ReportRequestParameter
- dataType - Variable in enum class org.odpi.openmetadata.adapters.connectors.resource.jdbc.controls.JDBCConfigurationProperty
- dataType - Variable in enum class org.odpi.openmetadata.adapters.connectors.subscriptions.ManageDigitalSubscriptionRequestParameter
- dataType - Variable in enum class org.odpi.openmetadata.adapters.connectors.surveyaction.controls.FolderRequestParameter
- dataType - Variable in enum class org.odpi.openmetadata.adapters.connectors.unitycatalog.controls.UnityCatalogConfigurationProperty
- dataType - Variable in enum class org.odpi.openmetadata.adapters.connectors.unitycatalog.controls.UnityCatalogMetric
- dataType - Variable in enum class org.odpi.openmetadata.adapters.connectors.unitycatalog.controls.UnityCatalogPlaceholderProperty
- dataType - Variable in enum class org.odpi.openmetadata.adapters.connectors.unitycatalog.controls.UnityCatalogSurveyRequestParameter
- dataType - Variable in enum class org.odpi.openmetadata.adapters.connectors.unitycatalog.provision.ProvisionUnityCatalogRequestParameter
- dataType - Variable in enum class org.odpi.openmetadata.adapters.connectors.wedgwood.WedgwoodProvisionSubscriptionRequestParameter
- dataType - Variable in enum class org.odpi.openmetadata.adapters.repositoryservices.auditlogstore.postgres.controls.PostgreSQLAuditLogConfigurationProperty
- dataType - Variable in enum class org.odpi.openmetadata.adapters.repositoryservices.postgres.repositoryconnector.controls.PostgresConfigurationProperty
- dataType - Variable in enum class org.odpi.openmetadata.frameworks.connectors.controls.SecretsStoreCollectionProperty
- dataType - Variable in enum class org.odpi.openmetadata.frameworks.connectors.controls.SecretsStoreConfigurationProperty
- dataType - Variable in enum class org.odpi.openmetadata.frameworks.opengovernance.controls.RequestParameter
- dataType - Variable in enum class org.odpi.openmetadata.frameworks.openmetadata.controls.CSVFileConfigurationProperty
- dataType - Variable in enum class org.odpi.openmetadata.frameworks.openmetadata.controls.PlaceholderProperty
- dataType - Variable in enum class org.odpi.openmetadata.frameworks.openmetadata.types.OpenMetadataProperty
-
Data Type enum
- dataType - Variable in enum class org.odpi.openmetadata.frameworks.opensurvey.controls.SurveyRequestParameter
- dataType - Variable in enum class org.odpi.openmetadata.frameworks.opensurvey.measurements.FileDirectoryMetric
- dataType - Variable in enum class org.odpi.openmetadata.frameworks.opensurvey.measurements.FileMetric
- dataType - Variable in enum class org.odpi.openmetadata.frameworks.opensurvey.measurements.RelationalColumnMetric
- dataType - Variable in enum class org.odpi.openmetadata.frameworks.opensurvey.measurements.RelationalDatabaseMetric
- dataType - Variable in enum class org.odpi.openmetadata.frameworks.opensurvey.measurements.RelationalSchemaMetric
- dataType - Variable in enum class org.odpi.openmetadata.frameworks.opensurvey.measurements.RelationalTableMetric
- dataType - Variable in enum class org.odpi.openmetadata.frameworks.openwatchdog.controls.WatchdogRequestParameter
- dataType - Variable in enum class org.odpi.openmetadata.metadatasecurity.accessconnector.controls.OpenMetadataSecurityConfigurationProperty
- dataType - Variable in enum class org.odpi.openmetadata.samples.governanceactions.clinicaltrials.CocoClinicalTrialPlaceholderProperty
- dataType - Variable in enum class org.odpi.openmetadata.samples.governanceactions.clinicaltrials.CocoClinicalTrialQualityDimension
- dataType - Variable in enum class org.odpi.openmetadata.samples.governanceactions.clinicaltrials.CocoClinicalTrialRequestParameter
- DataType - Class in org.odpi.openmetadata.samples.archiveutilities.cloudinformationmodel.properties
-
DataType describes a primitive data type in the model.
- DataType - Enum Class in org.odpi.openmetadata.frameworks.openmetadata.types
-
DataType identifies the type for a data item.
- DataType() - Constructor for class org.odpi.openmetadata.samples.archiveutilities.cloudinformationmodel.properties.DataType
- DataValueAssignmentProperties - Class in org.odpi.openmetadata.frameworks.openmetadata.properties.datadictionaries
-
DataValueAssignmentProperties links an element to a data class/grain to indicate that the data class describes its logical data type.
- DataValueAssignmentProperties() - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.properties.datadictionaries.DataValueAssignmentProperties
-
Default constructor
- DataValueAssignmentProperties(DataValueAssignmentProperties) - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.properties.datadictionaries.DataValueAssignmentProperties
-
Copy/clone constructor.
- DataValueAssignmentStatus - Enum Class in org.odpi.openmetadata.frameworks.openmetadata.enums
-
The DataDefinitionAssignmentStatus defines the status of the relationship between a data definition (such as a data class or data grain) and an element that represents data.
- DataValueDefinitionProperties - Class in org.odpi.openmetadata.frameworks.openmetadata.properties.datadictionaries
-
DataClassDefinitionProperties describes the link between an element and the related data class that identifies the intended associated data values.
- DataValueDefinitionProperties() - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.properties.datadictionaries.DataValueDefinitionProperties
-
Default constructor
- DataValueDefinitionProperties(DataValueDefinitionProperties) - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.properties.datadictionaries.DataValueDefinitionProperties
-
Copy/clone constructor.
- DataValueHierarchyProperties - Class in org.odpi.openmetadata.frameworks.openmetadata.properties.datadictionaries
-
DataClassHierarchyProperties describes the inheritance link between two data classes.
- DataValueHierarchyProperties() - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.properties.datadictionaries.DataValueHierarchyProperties
-
Default constructor
- DataValueHierarchyProperties(DataValueHierarchyProperties) - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.properties.datadictionaries.DataValueHierarchyProperties
-
Copy/clone constructor.
- DataValueMeaningProperties - Class in org.odpi.openmetadata.frameworks.openmetadata.properties.glossaries
-
DataValueMeaningProperties is used to provide the properties for a DataValueMeaning classification.
- DataValueMeaningProperties() - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.properties.glossaries.DataValueMeaningProperties
-
Default constructor
- DataValueMeaningProperties(DataValueMeaningProperties) - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.properties.glossaries.DataValueMeaningProperties
-
Copy/clone constructor for an editing glossary classification.
- DataValueSpecificationClient - Class in org.odpi.openmetadata.frameworks.openmetadata.connectorcontext
-
Provides services for connectors to work with data value specification elements.
- DataValueSpecificationClient(ConnectorContextBase, String, String, String, String, String, String, OpenMetadataClient, AuditLog, int) - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.connectorcontext.DataValueSpecificationClient
-
Constructor for connector context client.
- DataValueSpecificationHandler - Class in org.odpi.openmetadata.frameworks.openmetadata.handlers
-
Data value specification handler describes how to maintain and query data value specifications and data grains.
- DataValueSpecificationHandler(String, AuditLog, String, OpenMetadataClient) - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.handlers.DataValueSpecificationHandler
-
Create a new handler.
- DataValueSpecificationProperties - Class in org.odpi.openmetadata.frameworks.openmetadata.properties.datadictionaries
-
DataValueSpecificationProperties is used to provide the characterizations of the data values stored in a data field described by the attached element.
- DataValueSpecificationProperties() - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.properties.datadictionaries.DataValueSpecificationProperties
-
Default constructor
- DataValueSpecificationProperties(DataValueSpecificationProperties) - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.properties.datadictionaries.DataValueSpecificationProperties
-
Copy/clone constructor for an editing glossary classification.
- DataVirtualizationEngineProperties - Class in org.odpi.openmetadata.frameworks.openmetadata.properties.softwarecapabilities
-
DataVirtualizationEngineProperties describes the Data Virtualization engine capability of a server
- DataVirtualizationEngineProperties() - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.properties.softwarecapabilities.DataVirtualizationEngineProperties
-
Default constructor
- DataVirtualizationEngineProperties(DataVirtualizationEngineProperties) - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.properties.softwarecapabilities.DataVirtualizationEngineProperties
-
Copy/clone constructor.
- DATE - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.resource.jdbc.properties.ColumnType
- DATE - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.unitycatalog.properties.ColumnTypeName
- DATE - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.types.DataType
-
Date
- DATE_OF_BIRTH - Enum constant in enum class org.odpi.openmetadata.samples.archiveutilities.clinicaltrialtemplates.GlossaryTermDefinition
-
Day, month and year that the patient was born.
- DATE_VALIDATION - Enum constant in enum class org.odpi.openmetadata.samples.governanceactions.clinicaltrials.CocoClinicalTrialsAnnotationType
- DateResponse - Class in org.odpi.openmetadata.commonservices.ffdc.rest
-
DateResponse is the response structure used on OMAG REST API calls that return a date response.
- DateResponse() - Constructor for class org.odpi.openmetadata.commonservices.ffdc.rest.DateResponse
-
Default constructor
- DateResponse(DateResponse) - Constructor for class org.odpi.openmetadata.commonservices.ffdc.rest.DateResponse
-
Copy/clone constructor
- DATES - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.types.OpenMetadataProperty
-
A set of metric name to boolean value pairs.
- DAY_OF_THE_WEEK - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.governanceactions.ffdc.GovernanceActionConnectorsAuditCode
-
GOVERNANCE-ACTION-CONNECTORS-0036 - The {0} governance action service has determined that today is {1}
- DAY_OF_WEEK - Enum constant in enum class org.odpi.openmetadata.contentpacks.core.GovernanceServiceDefinition
-
Detect the day of the week
- DaysOfWeekGovernanceActionConnector - Class in org.odpi.openmetadata.adapters.connectors.governanceactions.stewardship
-
DaysOfWeekGovernanceActionConnector uses the current time to output the day of the week as a guard.
- DaysOfWeekGovernanceActionConnector() - Constructor for class org.odpi.openmetadata.adapters.connectors.governanceactions.stewardship.DaysOfWeekGovernanceActionConnector
-
Default constructor
- DaysOfWeekGovernanceActionProvider - Class in org.odpi.openmetadata.adapters.connectors.governanceactions.stewardship
-
DaysOfWeekGovernanceActionProvider is the OCF connector provider for the "Days Of the Week" Governance Action Service.
- DaysOfWeekGovernanceActionProvider() - Constructor for class org.odpi.openmetadata.adapters.connectors.governanceactions.stewardship.DaysOfWeekGovernanceActionProvider
-
Constructor used to initialize the ConnectorProviderBase with the Java class name of the specific store implementation.
- DaysOfWeekGuard - Enum Class in org.odpi.openmetadata.adapters.connectors.governanceactions.stewardship
-
The Guard enum describes some common guards that can be used when implementing governance services.
- DB_UC_SERVER_TEMPLATE - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.unitycatalog.controls.UnityCatalogTemplateType
- DB_UNITY_CATALOG_SERVER - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.controls.UnityCatalogDeployedImplementationType
-
An operational metadata catalog that supports controlled access to data managed through a data platform.
- deactivateRunningServiceInstances(String, String, String, OMAGOperationalServicesInstance, boolean) - Method in class org.odpi.openmetadata.serveroperations.server.OMAGServerOperationalServices
-
Shutdown any running services for a specific server instance.
- deactivateTemporarilyServerList(List<String>, String) - Method in class org.odpi.openmetadata.serveroperations.server.OMAGServerOperationalServices
-
Temporarily deactivate the open metadata and governance servers in th supplied list.
- decertifyElement(String, String, String, DeleteRelationshipRequestBody) - Method in class org.odpi.openmetadata.viewservices.governanceofficer.server.GovernanceOfficerRESTServices
-
Remove the certification for an element.
- decertifyElement(String, String, String, DeleteRelationshipRequestBody) - Method in class org.odpi.openmetadata.viewservices.governanceofficer.server.spring.GovernanceOfficerResource
-
Remove the certification for an element.
- decertifyElement(String, String, DeleteOptions) - Method in class org.odpi.openmetadata.frameworks.openmetadata.handlers.GovernanceDefinitionHandler
-
Remove a certification relationship.
- decertifyElement(String, DeleteOptions) - Method in class org.odpi.openmetadata.frameworks.openmetadata.connectorcontext.GovernanceDefinitionClient
-
Remove a certification relationship.
- DECIMAL - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.unitycatalog.properties.ColumnTypeName
- DECISION - Enum constant in enum class org.odpi.openmetadata.frameworks.auditlog.AuditLogRecordSeverityLevel
-
Decision - A decision has been made related to the operation of the system.
- DECISIONS - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.types.OpenMetadataProperty
-
Decisions made during the meeting.
- DECLASSIFIED_ELEMENT_PROCESS_NAME - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.governanceactions.watchdog.GenericElementRequestParameter
- DECLASSIFIED_ELEMENT_PROCESS_NAME - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.governanceactions.watchdog.GenericFolderRequestParameter
- DECLASSIFIED_ELEMENT_PROCESS_NAME - Enum constant in enum class org.odpi.openmetadata.frameworks.openwatchdog.controls.WatchdogRequestParameter
- DECLASSIFIED_ENTITY_EVENT - Enum constant in enum class org.odpi.openmetadata.repositoryservices.events.OMRSInstanceEventType
-
A classification has been removed from an entity.
- DECLASSIFY - Enum constant in enum class org.odpi.openmetadata.frameworks.connectors.properties.users.AccessOperation
-
The user requests to remove a classification from the metadata element in the catalog.
- declassifyEntity(String, String, String) - Method in class org.odpi.openmetadata.adapters.repositoryservices.inmemory.repositoryconnector.InMemoryOMRSMetadataCollection
-
Remove a specific classification from an entity.
- declassifyEntity(String, String, String) - Method in class org.odpi.openmetadata.adapters.repositoryservices.postgres.repositoryconnector.PostgresOMRSMetadataCollection
-
Remove a specific classification from an entity.
- declassifyEntity(String, String, String) - Method in class org.odpi.openmetadata.adapters.repositoryservices.readonly.repositoryconnector.ReadOnlyOMRSMetadataCollection
-
Remove a specific classification from an entity.
- declassifyEntity(String, String, String) - Method in class org.odpi.openmetadata.adapters.repositoryservices.rest.repositoryconnector.OMRSRESTMetadataCollection
-
Remove a specific classification from an entity.
- declassifyEntity(String, String, String) - Method in class org.odpi.openmetadata.repositoryservices.clients.MetadataCollectionServicesClient
-
Remove a specific classification from an entity.
- declassifyEntity(String, String, String) - Method in class org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.OMRSMetadataCollection
-
Remove a specific classification from an entity.
- declassifyEntity(String, String, String) - Method in class org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.OMRSMetadataCollectionBase
-
Remove a specific classification from an entity.
- declassifyEntity(String, String, String) - Method in class org.odpi.openmetadata.repositoryservices.localrepository.repositoryconnector.LocalOMRSMetadataCollection
-
Remove a specific classification from an entity.
- declassifyEntity(String, String, String, String, EntityDetail, String, String, String, String, InstanceAuditHeader, boolean, boolean, Date, String) - Method in class org.odpi.openmetadata.commonservices.repositoryhandler.RepositoryHandler
-
Remove an existing classification from an existing entity in the open metadata repository.
- declassifyEntity(String, String, String, String, GetRequest) - Method in class org.odpi.openmetadata.repositoryservices.rest.server.OMRSRepositoryRESTServices
-
Remove a specific classification from an entity.
- declassifyEntity(String, String, String, String, GetRequest) - Method in class org.odpi.openmetadata.repositoryservices.rest.server.spring.EnterpriseRepositoryServicesResource
-
Remove a specific classification from an entity.
- declassifyEntity(String, String, String, String, GetRequest) - Method in class org.odpi.openmetadata.repositoryservices.rest.server.spring.LocalRepositoryServicesResource
-
Remove a specific classification from an entity.
- declassifyEntity(String, String, String, EntityProxyRequest) - Method in class org.odpi.openmetadata.repositoryservices.rest.server.OMRSRepositoryRESTServices
-
Remove a specific classification from an entity.
- declassifyEntity(String, String, String, EntityProxyRequest) - Method in class org.odpi.openmetadata.repositoryservices.rest.server.spring.EnterpriseRepositoryServicesResource
-
Remove a specific classification from an entity.
- declassifyEntity(String, String, String, EntityProxyRequest) - Method in class org.odpi.openmetadata.repositoryservices.rest.server.spring.LocalRepositoryServicesResource
-
Remove a specific classification from an entity.
- declassifyEntity(String, EntityProxy, String) - Method in class org.odpi.openmetadata.adapters.repositoryservices.inmemory.repositoryconnector.InMemoryOMRSMetadataCollection
-
Remove a specific classification from an entity.
- declassifyEntity(String, EntityProxy, String) - Method in class org.odpi.openmetadata.adapters.repositoryservices.postgres.repositoryconnector.PostgresOMRSMetadataCollection
-
Remove a specific classification from an entity.
- declassifyEntity(String, EntityProxy, String) - Method in class org.odpi.openmetadata.adapters.repositoryservices.readonly.repositoryconnector.ReadOnlyOMRSMetadataCollection
-
Remove a specific classification from an entity.
- declassifyEntity(String, EntityProxy, String) - Method in class org.odpi.openmetadata.adapters.repositoryservices.rest.repositoryconnector.OMRSRESTMetadataCollection
-
Remove a specific classification from an entity.
- declassifyEntity(String, EntityProxy, String) - Method in class org.odpi.openmetadata.repositoryservices.clients.MetadataCollectionServicesClient
-
Remove a specific classification from an entity.
- declassifyEntity(String, EntityProxy, String) - Method in class org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.OMRSMetadataCollection
-
Remove a specific classification from an entity.
- declassifyEntity(String, EntityProxy, String) - Method in class org.odpi.openmetadata.repositoryservices.localrepository.repositoryconnector.LocalOMRSMetadataCollection
-
Remove a specific classification from an entity.
- declassifyEntityParameterValidation(String, String, String, String) - Method in class org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.OMRSMetadataCollectionBase
-
Validate the parameters passed to declassifyEntity.
- declassifyEntityParameterValidation(String, EntityProxy, String, String) - Method in class org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.OMRSMetadataCollectionBase
-
Validate the parameters passed to declassifyEntity.
- declassifyMetadataElement(String, String, boolean, boolean, Date) - Method in interface org.odpi.openmetadata.frameworks.opengovernance.RemediationGovernanceContext
-
Remove the named classification from a specific metadata element.
- declassifyMetadataElementInStore(String, String, String, String, String, String, String, boolean, boolean, Date, String) - Method in class org.odpi.openmetadata.frameworkservices.omf.handlers.MetadataElementHandler
-
Remove the named classification from a specific metadata element.
- declassifyMetadataElementInStore(String, String, String, String, MetadataSourceRequestBody) - Method in class org.odpi.openmetadata.frameworkservices.omf.server.OpenMetadataStoreRESTServices
-
Remove the named classification from a specific metadata element.
- declassifyMetadataElementInStore(String, String, String, String, MetadataSourceRequestBody) - Method in class org.odpi.openmetadata.frameworkservices.omf.server.spring.OpenMetadataStoreResource
-
Remove the named classification from a specific metadata element.
- declassifyMetadataElementInStore(String, String, String, String, MetadataSourceRequestBody) - Method in class org.odpi.openmetadata.viewservices.metadataexpert.server.MetadataExpertRESTServices
-
Remove the named classification from a specific metadata element.
- declassifyMetadataElementInStore(String, String, String, String, MetadataSourceRequestBody) - Method in class org.odpi.openmetadata.viewservices.metadataexpert.server.spring.MetadataExpertResource
-
Remove the named classification from a specific metadata element.
- declassifyMetadataElementInStore(String, String, String, MetadataSourceOptions) - Method in interface org.odpi.openmetadata.frameworks.openmetadata.api.MetadataElementInterface
-
Remove the named classification from a specific metadata element.
- declassifyMetadataElementInStore(String, String, String, MetadataSourceOptions) - Method in class org.odpi.openmetadata.frameworks.openmetadata.client.OpenMetadataClient
-
Remove the named classification from a specific metadata element.
- declassifyMetadataElementInStore(String, String, String, MetadataSourceOptions) - Method in class org.odpi.openmetadata.frameworkservices.omf.client.OpenMetadataClientBase
-
Remove the named classification from a specific metadata element.
- declassifyMetadataElementInStore(String, String, MetadataSourceOptions) - Method in class org.odpi.openmetadata.frameworks.openmetadata.connectorcontext.OpenMetadataStore
-
Remove the named classification from a specific metadata element.
- DECORATION - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.types.OpenMetadataProperty
-
Usage and lifecycle for this connection between the concept bead and the link.
- DedicatedTopicList - Class in org.odpi.openmetadata.adminservices.properties
-
DedicatedTopicList returns the names of the topics used for the dedicated topic structure.
- DedicatedTopicList() - Constructor for class org.odpi.openmetadata.adminservices.properties.DedicatedTopicList
-
Default constructor
- DedicatedTopicList(DedicatedTopicList) - Constructor for class org.odpi.openmetadata.adminservices.properties.DedicatedTopicList
-
Copy/clone constructor
- DedicatedTopicListResponse - Class in org.odpi.openmetadata.adminservices.rest
-
DedicatedTopicListResponse returns the names of the topics used for the dedicated topic structure.
- DedicatedTopicListResponse() - Constructor for class org.odpi.openmetadata.adminservices.rest.DedicatedTopicListResponse
-
Default constructor
- DedicatedTopicListResponse(DedicatedTopicListResponse) - Constructor for class org.odpi.openmetadata.adminservices.rest.DedicatedTopicListResponse
-
Copy/clone constructor
- DEEP_PINK - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.mermaid.Colour
- DEEP_SKY_BLUE - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.mermaid.Colour
- DEFAULT - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.apacheatlas.resource.properties.AtlasIndexType
- DEFAULT - Enum constant in enum class org.odpi.openmetadata.contentpacks.core.IntegrationGroupDefinition
-
Dynamic integration group to use with an Integration Daemon configuration.
- DEFAULT - Enum constant in enum class org.odpi.openmetadata.frameworks.connectors.properties.users.AccessOperation
-
This means any possible operation.
- DEFAULT_AS_OF_TIME - Enum constant in enum class org.odpi.openmetadata.adapters.repositoryservices.postgres.repositoryconnector.controls.PostgresConfigurationProperty
- DEFAULT_AS_OF_TIME - Enum constant in enum class org.odpi.openmetadata.adapters.repositoryservices.postgres.repositoryconnector.ffdc.PostgresAuditCode
-
POSTGRES-REPOSITORY-CONNECTOR-0007 - The PostgreSQL repository connector {0} has is using a default 'asOfTime' for queries of: {1}
- DEFAULT_MEDIA_USAGE - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.types.OpenMetadataProperty
-
The most common, or expected use of this media resource.
- DEFAULT_MEDIA_USAGE_OTHER_ID - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.types.OpenMetadataProperty
-
Unique identifier of the code (typically a valid value definition) that defines the media use.
- DEFAULT_PLATEAU_THRESHOLD - Enum constant in enum class org.odpi.openmetadata.adminservices.ffdc.OMAGAdminAuditCode
-
OMAG-ADMIN-0207 - The {0} Open Metadata Access Service (OMAS) is using the default threshold for reporting Karma Point Plateaus: {1}
- DEFAULT_RUNTIME - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.EgeriaSolutionBlueprint
-
Description of the services configured by Egeria's build process to create a simple open metadata deployment environment used for evaluation.
- DEFAULT_SEARCH_WEIGHT - Static variable in class org.odpi.openmetadata.adapters.connectors.apacheatlas.resource.properties.AtlasAttributeDef
- DEFAULT_SERVER_NAME - Static variable in class org.odpi.openmetadata.fvt.utilities.FVTConstants
-
fvtMDS
- DEFAULT_SOLUTION_COMPONENT - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.mermaid.VisualStyle
- DEFAULT_UNITY_CATALOG - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.EgeriaSolutionComponent
- DEFAULT_URL - Static variable in class org.odpi.openmetadata.fvt.utilities.FVTConstants
- DEFAULT_VALUE - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.types.OpenMetadataProperty
-
Value that is used when an instance of the data field is created.
- DEFAULT_VALUE_OVERRIDE - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.types.OpenMetadataProperty
-
Initial value for the attribute (overriding the default value of its type.
- DEFAULT_ZONES - Enum constant in enum class org.odpi.openmetadata.adminservices.ffdc.OMAGAdminAuditCode
-
OMAG-ADMIN-0203 - The {0} Open Metadata Access Service (OMAS) is using the following governance zones as a default value for new Assets: {1}
- defaultDeleteMethod - Variable in class org.odpi.openmetadata.frameworks.openmetadata.connectorcontext.ConnectorContextBase
- defaultLocalServerType - Static variable in class org.odpi.openmetadata.adminservices.configuration.properties.BasicServerProperties
- defaultMaxPageSize - Static variable in class org.odpi.openmetadata.adminservices.configuration.properties.BasicServerProperties
- defaultProfileId - Variable in class org.odpi.openmetadata.conformance.beans.OpenMetadataTestCase
- defaultRequirementId - Variable in class org.odpi.openmetadata.conformance.beans.OpenMetadataTestCase
- defaultValue - Variable in class org.odpi.openmetadata.frameworks.openmetadata.properties.OpenMetadataTypeDefAttribute
- defaultValue - Variable in enum class org.odpi.openmetadata.metadatasecurity.accessconnector.controls.OpenMetadataSecurityConfigurationProperty
- defaultValue - Variable in class org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.properties.typedefs.TypeDefAttribute
- defaultValue - Static variable in enum class org.odpi.openmetadata.samples.archiveutilities.organization.JobLevelDefinition
- DEFINE - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.refdata.ProjectPhase
-
The project's scope, mission and stakeholders are being defined.
- DEFINER - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.unitycatalog.properties.SecurityType
- del(String...) - Method in interface org.odpi.openmetadata.userauthn.auth.TokenClient
- DelegatableFuture - Class in org.odpi.openmetadata.repositoryservices.events.future
-
Future that starts out as unfinished can can be delegated to a different Future once processing takes place.
- DelegatableFuture() - Constructor for class org.odpi.openmetadata.repositoryservices.events.future.DelegatableFuture
- delegatingUserId - Variable in class org.odpi.openmetadata.adminservices.client.OMAGServerConfigurationClient
-
UserId initiating the request from another server.
- delegatingUserId - Variable in class org.odpi.openmetadata.adminservices.client.OMAGServerPlatformConfigurationClient
- DELEGATION_ESCALATION - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.types.OpenMetadataProperty
-
Can delegations and escalations flow on this relationship.
- DELETE - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.apacheatlas.resource.properties.AtlasEntityOperation
-
The entity has been deleted.
- DELETE - Enum constant in enum class org.odpi.openmetadata.frameworks.connectors.properties.users.AccessOperation
-
The user requests to remove the metadata element from the catalog (archive, soft-delete or purge).
- DELETE_AFTER - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.types.OpenMetadataProperty
-
Date when delete can take place.
- DELETE_ASSET - Enum constant in enum class org.odpi.openmetadata.contentpacks.core.GovernanceServiceDefinition
-
Delete Asset Governance Service
- DELETE_ATLAS_SERVER - Enum constant in enum class org.odpi.openmetadata.contentpacks.core.RequestTypeDefinition
-
delete-apache-atlas-server
- DELETE_COMPLETE - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.governanceactions.stewardship.ManageAssetGuard
- DELETE_COMPLETE - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.subscriptions.ManageDigitalSubscriptionGuard
- DELETE_DATA_FOLDER - Enum constant in enum class org.odpi.openmetadata.contentpacks.core.RequestTypeDefinition
-
delete-data-folder
- DELETE_DB_UC_SERVER - Enum constant in enum class org.odpi.openmetadata.contentpacks.core.RequestTypeDefinition
-
delete-databricks-unity-catalog-server
- DELETE_FEEDBACK - Enum constant in enum class org.odpi.openmetadata.frameworks.connectors.properties.users.AccessOperation
-
The user requests to detach feedback elements (comments, tags, likes, reviews) from the metadata element in the catalog.
- DELETE_FILE - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.governanceactions.ffdc.GovernanceActionConnectorsAuditCode
-
GOVERNANCE-ACTION-CONNECTORS-0003 - The {0} governance action service is deleting file {1}
- DELETE_FILE - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.governanceactions.provisioning.MoveCopyFileRequestType
- DELETE_FILE - Enum constant in enum class org.odpi.openmetadata.contentpacks.core.RequestTypeDefinition
-
delete-file
- DELETE_FILE_FOLDER - Enum constant in enum class org.odpi.openmetadata.contentpacks.core.RequestTypeDefinition
-
delete-file-folder
- DELETE_INSTANCE_IN_OPEN_METADATA - Enum constant in enum class org.odpi.openmetadata.frameworks.integration.iterator.MemberAction
- DELETE_INSTANCE_IN_THIRD_PARTY - Enum constant in enum class org.odpi.openmetadata.frameworks.integration.iterator.MemberAction
- DELETE_KAFKA_SERVER - Enum constant in enum class org.odpi.openmetadata.contentpacks.core.RequestTypeDefinition
-
delete-apache-kafka-server
- DELETE_KAFKA_TOPIC - Enum constant in enum class org.odpi.openmetadata.contentpacks.core.RequestTypeDefinition
-
delete-kafka-topic
- DELETE_MEMBER - Enum constant in enum class org.odpi.openmetadata.frameworks.connectors.properties.users.AccessOperation
-
The user requests to remove an anchored element from the metadata element in the catalog.
- DELETE_METHOD - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.types.OpenMetadataProperty
-
Identifies which type of delete to use.
- DELETE_OMAG_SERVER_PLATFORM - Enum constant in enum class org.odpi.openmetadata.contentpacks.core.RequestTypeDefinition
-
delete-omag-server-platform
- DELETE_POSTGRES_DB - Enum constant in enum class org.odpi.openmetadata.contentpacks.core.RequestTypeDefinition
-
delete-postgres-database
- DELETE_POSTGRES_SCHEMA - Enum constant in enum class org.odpi.openmetadata.contentpacks.core.RequestTypeDefinition
-
delete-postgres-schema
- DELETE_POSTGRES_SERVER - Enum constant in enum class org.odpi.openmetadata.contentpacks.core.RequestTypeDefinition
-
delete-postgres-server
- DELETE_PURGED_ENTITY_EVENT - Enum constant in enum class org.odpi.openmetadata.repositoryservices.events.OMRSInstanceEventType
-
An existing active entity has been permanently removed from the repository.
- DELETE_PURGED_RELATIONSHIP_EVENT - Enum constant in enum class org.odpi.openmetadata.repositoryservices.events.OMRSInstanceEventType
-
An existing active relationship has been permanently removed from the repository.
- DELETE_SOFTWARE_SERVER - Enum constant in enum class org.odpi.openmetadata.contentpacks.core.RequestTypeDefinition
-
delete-software-server
- DELETE_UC_SERVER - Enum constant in enum class org.odpi.openmetadata.contentpacks.core.RequestTypeDefinition
-
delete-unity-catalog-server
- deleteActorProfile(String, String, String, DeleteElementRequestBody) - Method in class org.odpi.openmetadata.viewservices.actormanager.server.ActorManagerRESTServices
-
Delete an actor profile.
- deleteActorProfile(String, String, String, DeleteElementRequestBody) - Method in class org.odpi.openmetadata.viewservices.actormanager.server.spring.ActorManagerResource
-
Delete a actor profile.
- deleteActorProfile(String, String, DeleteOptions) - Method in class org.odpi.openmetadata.frameworks.openmetadata.handlers.ActorProfileHandler
-
Delete a actor profile.
- deleteActorProfile(String, DeleteOptions) - Method in class org.odpi.openmetadata.frameworks.openmetadata.connectorcontext.ActorProfileClient
-
Delete a actor profile.
- deleteActorRole(String, String, String, DeleteElementRequestBody) - Method in class org.odpi.openmetadata.viewservices.actormanager.server.ActorManagerRESTServices
-
Delete an actor role.
- deleteActorRole(String, String, String, DeleteElementRequestBody) - Method in class org.odpi.openmetadata.viewservices.actormanager.server.spring.ActorManagerResource
-
Delete a actor role.
- deleteActorRole(String, String, DeleteOptions) - Method in class org.odpi.openmetadata.frameworks.openmetadata.handlers.ActorRoleHandler
-
Delete a actor role.
- deleteActorRole(String, DeleteOptions) - Method in class org.odpi.openmetadata.frameworks.openmetadata.connectorcontext.ActorRoleClient
-
Delete a actor role.
- deleteAnchoredBeanInRepository(String, String, String, String, String, String, String, boolean, String, String, String, List<String>, boolean, boolean, Date, String) - Method in class org.odpi.openmetadata.commonservices.generichandlers.OpenMetadataAPIGenericHandler
-
Delete an entity from the repository and all elements anchored to it, and any element anchored to the anchored elements that are deleted.
- deleteAnnotation(String) - Method in class org.odpi.openmetadata.frameworks.opensurvey.AnnotationStore
-
Remove an annotation from the annotation store.
- deleteAnnotation(String, String, DeleteElementRequestBody) - Method in class org.odpi.openmetadata.viewservices.datadiscovery.server.DataDiscoveryRESTServices
-
Delete an annotation.
- deleteAnnotation(String, String, DeleteElementRequestBody) - Method in class org.odpi.openmetadata.viewservices.datadiscovery.server.spring.DataDiscoveryResource
-
Delete an annotation.
- deleteAnnotation(String, String, DeleteOptions) - Method in class org.odpi.openmetadata.frameworks.openmetadata.handlers.AnnotationHandler
-
Delete a annotation.
- deleteAnnotation(String, DeleteOptions) - Method in class org.odpi.openmetadata.frameworks.openmetadata.connectorcontext.AnnotationClient
-
Delete an annotation.
- deleteAsCatalogTargetGovernanceActionProcess(String, DeployedImplementationTypeDefinition, String, RequestTypeDefinition) - Method in class org.odpi.openmetadata.contentpacks.core.base.ContentPackBaseArchiveWriter
-
Create a one-step governance action process that deletes a metadata element for a particular type of asset which then removes it, any anchored content, and relationships - like the catalog target for an appropriate integration connector.
- deleteAsset(String, String, String, DeleteElementRequestBody) - Method in class org.odpi.openmetadata.viewservices.assetmaker.server.AssetMakerRESTServices
-
Delete an asset.
- deleteAsset(String, String, String, DeleteElementRequestBody) - Method in class org.odpi.openmetadata.viewservices.assetmaker.server.spring.AssetMakerResource
-
Delete an asset.
- deleteAsset(String, String, DeleteOptions) - Method in class org.odpi.openmetadata.frameworks.openmetadata.handlers.AssetHandler
-
Delete a asset.
- deleteAsset(String, DeleteOptions) - Method in class org.odpi.openmetadata.frameworks.openmetadata.connectorcontext.AssetClient
-
Delete a asset.
- DeleteAssetGovernanceActionConnector - Class in org.odpi.openmetadata.adapters.connectors.governanceactions.stewardship
-
DeleteAssetGovernanceActionConnector deleted an asset and passes its GUID as an action target for follow on work.
- DeleteAssetGovernanceActionConnector() - Constructor for class org.odpi.openmetadata.adapters.connectors.governanceactions.stewardship.DeleteAssetGovernanceActionConnector
-
Default constructor
- DeleteAssetGovernanceActionProvider - Class in org.odpi.openmetadata.adapters.connectors.governanceactions.stewardship
-
DeleteAssetGovernanceActionProvider is the OCF connector provider for the "Delete Asset" Governance Action Service.
- DeleteAssetGovernanceActionProvider() - Constructor for class org.odpi.openmetadata.adapters.connectors.governanceactions.stewardship.DeleteAssetGovernanceActionProvider
-
Constructor used to initialize the ConnectorProviderBase with the Java class name of the specific store implementation.
- deleteAtlasGlossary(AtlasGlossaryElement) - Method in class org.odpi.openmetadata.adapters.connectors.apacheatlas.resource.ApacheAtlasRESTConnector
-
Delete a glossary with all of its links to terms and categories.
- deleteAtlasGlossaryCategory(AtlasGlossaryCategoryElement) - Method in class org.odpi.openmetadata.adapters.connectors.apacheatlas.resource.ApacheAtlasRESTConnector
-
Delete a category with all of its links to terms and categories.
- deleteAtlasGlossaryTerm(AtlasGlossaryTermElement) - Method in class org.odpi.openmetadata.adapters.connectors.apacheatlas.resource.ApacheAtlasRESTConnector
-
Delete a term with all of its links to other terms and categories.
- deleteAttributeTypeDef(String, String, String) - Method in class org.odpi.openmetadata.adapters.repositoryservices.rest.repositoryconnector.OMRSRESTMetadataCollection
-
Delete an AttributeTypeDef.
- deleteAttributeTypeDef(String, String, String) - Method in class org.odpi.openmetadata.repositoryservices.clients.MetadataCollectionServicesClient
-
Delete an AttributeTypeDef.
- deleteAttributeTypeDef(String, String, String) - Method in class org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.OMRSDynamicTypeMetadataCollectionBase
-
Delete an AttributeTypeDef.
- deleteAttributeTypeDef(String, String, String) - Method in class org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.OMRSFixedTypeMetadataCollectionBase
-
Delete an AttributeTypeDef.
- deleteAttributeTypeDef(String, String, String) - Method in class org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.OMRSMetadataCollection
-
Delete an AttributeTypeDef.
- deleteAttributeTypeDef(String, String, String) - Method in class org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.OMRSMetadataCollectionBase
-
Delete an AttributeTypeDef.
- deleteAttributeTypeDef(String, String, String) - Method in class org.odpi.openmetadata.repositoryservices.localrepository.repositoryconnector.LocalOMRSMetadataCollection
-
Delete an AttributeTypeDef.
- deleteAttributeTypeDef(String, String, String) - Method in class org.odpi.openmetadata.repositoryservices.localrepository.repositorycontentmanager.OMRSRepositoryContentManager
-
Delete a cached AttributeTypeDef.
- deleteAttributeTypeDef(String, String, String) - Method in interface org.odpi.openmetadata.repositoryservices.localrepository.repositorycontentmanager.OMRSTypeDefManager
-
Delete a cached AttributeTypeDef.
- deleteAttributeTypeDef(String, String, String, TypeDefDeleteRequest) - Method in class org.odpi.openmetadata.repositoryservices.rest.server.OMRSRepositoryRESTServices
-
Delete an AttributeTypeDef.
- deleteAttributeTypeDef(String, String, String, TypeDefDeleteRequest) - Method in class org.odpi.openmetadata.repositoryservices.rest.server.spring.LocalRepositoryServicesResource
-
Delete an AttributeTypeDef.
- deleteBeanInRepository(String, String, String, String, String, String, String, boolean, String, String, boolean, boolean, Date, String) - Method in class org.odpi.openmetadata.commonservices.generichandlers.OpenMetadataAPIGenericHandler
-
Delete an entity from the repository.
- deleteCatalog(String, boolean) - Method in class org.odpi.openmetadata.adapters.connectors.unitycatalog.resource.OSSUnityCatalogResourceConnector
-
Delete catalog.
- deleteClassificationFromEntity(String, EntityDetail, String, String) - Method in interface org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.repositoryconnector.OMRSRepositoryHelper
-
Remove a classification from an entity.
- deleteClassificationFromEntity(String, EntityDetail, String, String) - Method in class org.odpi.openmetadata.repositoryservices.localrepository.repositorycontentmanager.OMRSRepositoryContentHelper
-
Remove a classification from an entity
- deleteClassificationFromEntity(String, EntityProxy, String, String) - Method in interface org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.repositoryconnector.OMRSRepositoryHelper
-
Remove a classification from an entity
- deleteClassificationFromEntity(String, EntityProxy, String, String) - Method in class org.odpi.openmetadata.repositoryservices.localrepository.repositorycontentmanager.OMRSRepositoryContentHelper
-
Remove a classification from an entity
- DeleteClassificationRequestBody - Class in org.odpi.openmetadata.commonservices.ffdc.rest
-
DeleteElementRequestBody carries the options for a delete element.
- DeleteClassificationRequestBody() - Constructor for class org.odpi.openmetadata.commonservices.ffdc.rest.DeleteClassificationRequestBody
-
Default constructor
- DeleteClassificationRequestBody(DeleteOptions) - Constructor for class org.odpi.openmetadata.commonservices.ffdc.rest.DeleteClassificationRequestBody
-
Copy/clone constructor
- DeleteClassificationRequestBody(MetadataSourceOptions) - Constructor for class org.odpi.openmetadata.commonservices.ffdc.rest.DeleteClassificationRequestBody
-
Copy/clone constructor
- deleteClientSideSecret(String, String, String, NameRequestBody) - Method in class org.odpi.openmetadata.viewservices.automatedcuration.server.AutomatedCurationRESTServices
-
Removes the named client-side secret from the secrets store
- deleteClientSideSecret(String, String, String, NameRequestBody) - Method in class org.odpi.openmetadata.viewservices.automatedcuration.server.spring.AutomatedCurationResource
-
Deletes a client-side secret from the requested secret store.
- deleteCollection(String, String, String, DeleteElementRequestBody) - Method in class org.odpi.openmetadata.viewservices.collectionmanager.server.CollectionManagerRESTServices
-
Delete a collection.
- deleteCollection(String, String, String, DeleteElementRequestBody) - Method in class org.odpi.openmetadata.viewservices.collectionmanager.server.spring.CollectionManagerResource
-
Delete a collection.
- deleteCollection(String, String, DeleteOptions) - Method in class org.odpi.openmetadata.frameworks.openmetadata.handlers.CollectionHandler
-
Delete a collection.
- deleteCollection(String, DeleteOptions) - Method in class org.odpi.openmetadata.frameworks.openmetadata.connectorcontext.CollectionClient
-
Delete a collection.
- deleteComment(String, String, DeleteOptions) - Method in class org.odpi.openmetadata.frameworks.openmetadata.handlers.CommentHandler
-
Removes a comment added to the element by this user.
- deleteComment(String, DeleteOptions) - Method in class org.odpi.openmetadata.frameworks.openmetadata.connectorcontext.CommentClient
-
Removes a comment added to the element by this user.
- deleteCommunity(String, String, DeleteElementRequestBody) - Method in class org.odpi.openmetadata.viewservices.communitymatters.server.CommunityMattersRESTServices
-
Delete a community.
- deleteCommunity(String, String, DeleteElementRequestBody) - Method in class org.odpi.openmetadata.viewservices.communitymatters.server.spring.CommunityMattersResource
-
Delete a community.
- deleteCommunity(String, String, DeleteOptions) - Method in class org.odpi.openmetadata.frameworks.openmetadata.handlers.CommunityHandler
-
Delete a community.
- deleteCommunity(String, DeleteOptions) - Method in class org.odpi.openmetadata.frameworks.openmetadata.connectorcontext.CommunityClient
-
Delete a community.
- deleteConnection(String, String, String, DeleteElementRequestBody) - Method in class org.odpi.openmetadata.viewservices.connectionmaker.server.ConnectionMakerRESTServices
-
Delete a connection.
- deleteConnection(String, String, String, DeleteElementRequestBody) - Method in class org.odpi.openmetadata.viewservices.connectionmaker.server.spring.ConnectionMakerResource
-
Delete a connection.
- deleteConnection(String, String, DeleteOptions) - Method in class org.odpi.openmetadata.frameworks.openmetadata.handlers.ConnectionHandler
-
Delete a connection.
- deleteConnection(String, DeleteOptions) - Method in class org.odpi.openmetadata.frameworks.openmetadata.connectorcontext.ConnectionClient
-
Delete a connection.
- deleteConnectorType(String, String, String, DeleteElementRequestBody) - Method in class org.odpi.openmetadata.viewservices.connectionmaker.server.ConnectionMakerRESTServices
-
Delete a connectorType.
- deleteConnectorType(String, String, String, DeleteElementRequestBody) - Method in class org.odpi.openmetadata.viewservices.connectionmaker.server.spring.ConnectionMakerResource
-
Delete a connectorType.
- deleteConnectorType(String, String, DeleteOptions) - Method in class org.odpi.openmetadata.frameworks.openmetadata.handlers.ConnectorTypeHandler
-
Delete a connector type.
- deleteConnectorType(String, DeleteOptions) - Method in class org.odpi.openmetadata.frameworks.openmetadata.connectorcontext.ConnectorTypeClient
-
Delete a connector type.
- deleteContactDetails(String, String, String, DeleteElementRequestBody) - Method in class org.odpi.openmetadata.viewservices.actormanager.server.ActorManagerRESTServices
-
Delete a contact details.
- deleteContactDetails(String, String, String, DeleteElementRequestBody) - Method in class org.odpi.openmetadata.viewservices.actormanager.server.spring.ActorManagerResource
-
Delete a contact details.
- deleteContactDetails(String, String, DeleteOptions) - Method in class org.odpi.openmetadata.frameworks.openmetadata.handlers.ContactDetailsHandler
-
Delete a contact method.
- deleteContactDetails(String, DeleteOptions) - Method in class org.odpi.openmetadata.frameworks.openmetadata.connectorcontext.ContactDetailsClient
-
Delete a contact method.
- deleteContextEvent(String, String, String, DeleteElementRequestBody) - Method in class org.odpi.openmetadata.viewservices.timekeeper.server.spring.TimeKeeperResource
-
Delete a context event.
- deleteContextEvent(String, String, String, DeleteElementRequestBody) - Method in class org.odpi.openmetadata.viewservices.timekeeper.server.TimeKeeperRESTServices
-
Delete a contextEvent.
- deleteContextEvent(String, String, DeleteOptions) - Method in class org.odpi.openmetadata.frameworks.openmetadata.handlers.ContextEventHandler
-
Delete a context event.
- deleteContextEvent(String, DeleteOptions) - Method in class org.odpi.openmetadata.frameworks.openmetadata.connectorcontext.ContextEventClient
-
Delete a contextEvent.
- deleteContributionRecord(String, String, String, DeleteElementRequestBody) - Method in class org.odpi.openmetadata.viewservices.actormanager.server.ActorManagerRESTServices
-
Removes a contribution record from the repository.
- deleteContributionRecord(String, String, String, DeleteElementRequestBody) - Method in class org.odpi.openmetadata.viewservices.actormanager.server.spring.ActorManagerResource
-
Removes a contribution record from the repository.
- deleteContributionRecord(String, String, DeleteOptions) - Method in class org.odpi.openmetadata.frameworks.openmetadata.handlers.ContributionRecordHandler
-
Delete a contribution record.
- deleteContributionRecord(String, DeleteOptions) - Method in class org.odpi.openmetadata.frameworks.openmetadata.connectorcontext.ContributionRecordClient
-
Removes a contribution record added to the element.
- DELETED - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.apacheatlas.resource.properties.AtlasInstanceStatus
-
An instance that has been soft-deleted
- DELETED - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.search.ElementStatus
-
The instance has been deleted and is no longer available.
- DELETED - Enum constant in enum class org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.properties.instances.InstanceStatus
-
Deleted - The instance has been deleted and is no longer available.
- DELETED_ASSET - Enum constant in enum class org.odpi.openmetadata.frameworks.opengovernance.controls.ActionTarget
-
A newly deleted Asset (or a subtype of).
- DELETED_ATTRIBUTE_TYPEDEF_EVENT - Enum constant in enum class org.odpi.openmetadata.repositoryservices.events.OMRSTypeDefEventType
- DELETED_ELEMENT_PROCESS_NAME - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.governanceactions.watchdog.GenericElementRequestParameter
- DELETED_ELEMENT_PROCESS_NAME - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.governanceactions.watchdog.GenericFolderRequestParameter
- DELETED_ELEMENT_PROCESS_NAME - Enum constant in enum class org.odpi.openmetadata.frameworks.openwatchdog.controls.WatchdogRequestParameter
- DELETED_ELEMENTS - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.types.OpenMetadataProperty
-
List of elements that were deleted.
- DELETED_ENTITY_EVENT - Enum constant in enum class org.odpi.openmetadata.repositoryservices.events.OMRSInstanceEventType
-
An existing entity has been deleted.
- DELETED_RELATIONSHIP_EVENT - Enum constant in enum class org.odpi.openmetadata.repositoryservices.events.OMRSInstanceEventType
-
An existing relationship has been deleted.
- DELETED_RELATIONSHIP_PROCESS_NAME - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.governanceactions.watchdog.GenericElementRequestParameter
- DELETED_RELATIONSHIP_PROCESS_NAME - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.governanceactions.watchdog.GenericFolderRequestParameter
- DELETED_RELATIONSHIP_PROCESS_NAME - Enum constant in enum class org.odpi.openmetadata.frameworks.openwatchdog.controls.WatchdogRequestParameter
- DELETED_TYPEDEF_EVENT - Enum constant in enum class org.odpi.openmetadata.repositoryservices.events.OMRSTypeDefEventType
- deleteDataField(String, String, DeleteElementRequestBody) - Method in class org.odpi.openmetadata.viewservices.datadesigner.server.DataDesignerRESTServices
-
Delete a data field.
- deleteDataField(String, String, DeleteElementRequestBody) - Method in class org.odpi.openmetadata.viewservices.datadesigner.server.spring.DataDesignerResource
-
Delete a data field.
- deleteDataField(String, String, DeleteOptions) - Method in class org.odpi.openmetadata.frameworks.openmetadata.handlers.DataFieldHandler
-
Delete a data field.
- deleteDataField(String, DeleteOptions) - Method in class org.odpi.openmetadata.frameworks.openmetadata.connectorcontext.DataFieldClient
-
Delete a data field.
- deleteDataStructure(String, String, DeleteElementRequestBody) - Method in class org.odpi.openmetadata.viewservices.datadesigner.server.DataDesignerRESTServices
-
Delete a data structure.
- deleteDataStructure(String, String, DeleteElementRequestBody) - Method in class org.odpi.openmetadata.viewservices.datadesigner.server.spring.DataDesignerResource
-
Delete a data structure.
- deleteDataStructure(String, String, DeleteOptions) - Method in class org.odpi.openmetadata.frameworks.openmetadata.handlers.DataStructureHandler
-
Delete a data structure.
- deleteDataStructure(String, DeleteOptions) - Method in class org.odpi.openmetadata.frameworks.openmetadata.connectorcontext.DataStructureClient
-
Delete a data structure.
- deleteDataValueSpecification(String, String, DeleteElementRequestBody) - Method in class org.odpi.openmetadata.viewservices.datadesigner.server.DataDesignerRESTServices
-
Delete a data value specification.
- deleteDataValueSpecification(String, String, DeleteElementRequestBody) - Method in class org.odpi.openmetadata.viewservices.datadesigner.server.spring.DataDesignerResource
-
Delete a data value specification.
- deleteDataValueSpecification(String, String, DeleteOptions) - Method in class org.odpi.openmetadata.frameworks.openmetadata.handlers.DataValueSpecificationHandler
-
Delete a data value specification.
- deleteDataValueSpecification(String, DeleteOptions) - Method in class org.odpi.openmetadata.frameworks.openmetadata.connectorcontext.DataValueSpecificationClient
-
Delete a dataValueSpecification.
- deleteElementInEgeria(MemberElement) - Method in class org.odpi.openmetadata.adapters.connectors.unitycatalog.sync.OSSUnityCatalogInsideCatalogSyncBase
-
Delete an element from open metadata.
- DeleteElementRequestBody - Class in org.odpi.openmetadata.commonservices.ffdc.rest
-
DeleteElementRequestBody carries the options for a delete element.
- DeleteElementRequestBody() - Constructor for class org.odpi.openmetadata.commonservices.ffdc.rest.DeleteElementRequestBody
-
Default constructor
- DeleteElementRequestBody(DeleteOptions) - Constructor for class org.odpi.openmetadata.commonservices.ffdc.rest.DeleteElementRequestBody
-
Copy/clone constructor
- DeleteElementRequestBody(MetadataSourceOptions) - Constructor for class org.odpi.openmetadata.commonservices.ffdc.rest.DeleteElementRequestBody
-
Copy/clone constructor
- deleteEndpoint(String, String, String, DeleteElementRequestBody) - Method in class org.odpi.openmetadata.viewservices.connectionmaker.server.ConnectionMakerRESTServices
-
Delete a endpoint.
- deleteEndpoint(String, String, String, DeleteElementRequestBody) - Method in class org.odpi.openmetadata.viewservices.connectionmaker.server.spring.ConnectionMakerResource
-
Delete a endpoint.
- deleteEndpoint(String, String, DeleteOptions) - Method in class org.odpi.openmetadata.frameworks.openmetadata.handlers.EndpointHandler
-
Delete an endpoint.
- deleteEndpoint(String, DeleteOptions) - Method in class org.odpi.openmetadata.frameworks.openmetadata.connectorcontext.EndpointClient
-
Delete an endpoint.
- deleteEntity(String) - Method in class org.odpi.openmetadata.adapters.connectors.apacheatlas.resource.ApacheAtlasRESTConnector
-
Delete an entity.
- deleteEntity(String, String, String, String) - Method in class org.odpi.openmetadata.adapters.repositoryservices.inmemory.repositoryconnector.InMemoryOMRSMetadataCollection
-
Delete an entity.
- deleteEntity(String, String, String, String) - Method in class org.odpi.openmetadata.adapters.repositoryservices.postgres.repositoryconnector.PostgresOMRSMetadataCollection
-
Delete an entity.
- deleteEntity(String, String, String, String) - Method in class org.odpi.openmetadata.adapters.repositoryservices.readonly.repositoryconnector.ReadOnlyOMRSMetadataCollection
-
Delete an entity.
- deleteEntity(String, String, String, String) - Method in class org.odpi.openmetadata.adapters.repositoryservices.rest.repositoryconnector.OMRSRESTMetadataCollection
-
Delete an entity.
- deleteEntity(String, String, String, String) - Method in class org.odpi.openmetadata.repositoryservices.clients.MetadataCollectionServicesClient
-
Delete an entity.
- deleteEntity(String, String, String, String) - Method in class org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.OMRSMetadataCollection
-
Delete an entity.
- deleteEntity(String, String, String, String) - Method in class org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.OMRSMetadataCollectionBase
-
Delete an entity.
- deleteEntity(String, String, String, String) - Method in class org.odpi.openmetadata.repositoryservices.localrepository.repositoryconnector.LocalOMRSMetadataCollection
-
Delete an entity.
- deleteEntity(String, String, String, TypeDefValidationForRequest) - Method in class org.odpi.openmetadata.repositoryservices.rest.server.OMRSRepositoryRESTServices
-
Delete an entity.
- deleteEntity(String, String, String, TypeDefValidationForRequest) - Method in class org.odpi.openmetadata.repositoryservices.rest.server.spring.EnterpriseRepositoryServicesResource
-
Delete an entity.
- deleteEntity(String, String, String, TypeDefValidationForRequest) - Method in class org.odpi.openmetadata.repositoryservices.rest.server.spring.LocalRepositoryServicesResource
-
Delete an entity.
- deleteEntityReferenceCopy(String, String, EntityDetailRequest) - Method in class org.odpi.openmetadata.repositoryservices.rest.server.OMRSRepositoryRESTServices
-
Remove a reference copy of the entity from the local repository.
- deleteEntityReferenceCopy(String, String, EntityDetailRequest) - Method in class org.odpi.openmetadata.repositoryservices.rest.server.spring.LocalRepositoryServicesResource
-
Remove a reference copy of the entity from the local repository.
- deleteEntityReferenceCopy(String, EntityDetail) - Method in class org.odpi.openmetadata.adapters.repositoryservices.rest.repositoryconnector.OMRSRESTMetadataCollection
-
Remove a reference copy of the entity from the local repository.
- deleteEntityReferenceCopy(String, EntityDetail) - Method in class org.odpi.openmetadata.repositoryservices.clients.MetadataCollectionServicesClient
-
Remove a reference copy of the entity from the local repository.
- deleteEntityReferenceCopy(String, EntityDetail) - Method in class org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.OMRSMetadataCollection
-
Remove a reference copy of the entity from the local repository.
- deleteEntityReferenceCopy(String, EntityDetail) - Method in class org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.OMRSMetadataCollectionBase
-
Remove a reference copy of the entity from the local repository.
- deleteEntityReferenceCopy(String, EntityDetail) - Method in class org.odpi.openmetadata.repositoryservices.localrepository.repositoryconnector.LocalOMRSMetadataCollection
-
Remove a reference copy of the entity from the local repository.
- deleteEventBus(String, String) - Method in class org.odpi.openmetadata.adminservices.server.OMAGServerAdminServices
-
Delete the current configuration for the event bus.
- deleteEventBus(String, String) - Method in class org.odpi.openmetadata.adminservices.spring.ConfigDefaultsResource
-
Delete the current configuration for the event bus.
- deleteExternalId(String, String, DeleteOptions) - Method in class org.odpi.openmetadata.frameworks.openmetadata.handlers.ExternalIdHandler
-
Delete an externalId.
- deleteExternalId(String, DeleteOptions) - Method in class org.odpi.openmetadata.frameworks.openmetadata.connectorcontext.ExternalIdClient
-
Delete an external id.
- deleteExternalIdentifier(String, String, String, DeleteElementRequestBody) - Method in class org.odpi.openmetadata.viewservices.externallinks.server.ExternalLinksRESTServices
-
Remove an external identifier from an existing open metadata element.
- deleteExternalIdentifier(String, String, String, DeleteElementRequestBody) - Method in class org.odpi.openmetadata.viewservices.externallinks.server.spring.ExternalLinksResource
-
Remove an external identifier from an existing open metadata element.
- deleteExternalReference(String, String, String, DeleteElementRequestBody) - Method in class org.odpi.openmetadata.viewservices.externallinks.server.ExternalLinksRESTServices
-
Delete an external reference.
- deleteExternalReference(String, String, String, DeleteElementRequestBody) - Method in class org.odpi.openmetadata.viewservices.externallinks.server.spring.ExternalLinksResource
-
Delete an external reference.
- deleteExternalReference(String, String, DeleteOptions) - Method in class org.odpi.openmetadata.frameworks.openmetadata.handlers.ExternalReferenceHandler
-
Delete an external reference.
- deleteExternalReference(String, DeleteOptions) - Method in class org.odpi.openmetadata.frameworks.openmetadata.connectorcontext.ExternalReferenceClient
-
Delete an external reference.
- deleteFileInCatalog(File, OpenMetadataRootElement, String) - Method in class org.odpi.openmetadata.adapters.connectors.integration.basicfiles.BasicFilesMonitorIntegrationConnectorBase
-
The file no longer exists so this method updates the metadata catalog.
- deleteFunction(String) - Method in class org.odpi.openmetadata.adapters.connectors.unitycatalog.resource.OSSUnityCatalogResourceConnector
-
Delete function.
- deleteGlossaryTerm(String, String, DeleteElementRequestBody) - Method in class org.odpi.openmetadata.viewservices.glossarymanager.server.GlossaryManagerRESTServices
-
Remove the metadata element representing a glossary term.
- deleteGlossaryTerm(String, String, DeleteElementRequestBody) - Method in class org.odpi.openmetadata.viewservices.glossarymanager.server.spring.GlossaryManagerResource
-
Remove the metadata element representing a glossary term.
- deleteGlossaryTerm(String, String, DeleteOptions) - Method in class org.odpi.openmetadata.frameworks.openmetadata.handlers.GlossaryTermHandler
-
Delete a glossary term.
- deleteGlossaryTerm(String, DeleteOptions) - Method in class org.odpi.openmetadata.frameworks.openmetadata.connectorcontext.GlossaryTermClient
-
Delete a glossary term.
- deleteGovernanceDefinition(String, String, String, DeleteElementRequestBody) - Method in class org.odpi.openmetadata.viewservices.governanceofficer.server.GovernanceOfficerRESTServices
-
Delete a governance definition.
- deleteGovernanceDefinition(String, String, String, DeleteElementRequestBody) - Method in class org.odpi.openmetadata.viewservices.governanceofficer.server.spring.GovernanceOfficerResource
-
Delete a governance definition.
- deleteGovernanceDefinition(String, String, DeleteOptions) - Method in class org.odpi.openmetadata.frameworks.openmetadata.handlers.GovernanceDefinitionHandler
-
Delete a governance definition.
- deleteGovernanceDefinition(String, DeleteOptions) - Method in class org.odpi.openmetadata.frameworks.openmetadata.connectorcontext.GovernanceDefinitionClient
-
Delete a governance definition.
- deleteIfAppropriatelyAnchoredEntity(String, List<String>, String, String, EntityProxy, boolean, boolean, boolean, Date, String) - Method in class org.odpi.openmetadata.commonservices.generichandlers.OpenMetadataAPIGenericHandler
-
Remove an entity if it is anchored to the anchor entity or any of the deleted entities.
- deleteInformalTag(String, DeleteOptions) - Method in class org.odpi.openmetadata.frameworks.openmetadata.connectorcontext.InformalTagClient
-
Delete an informal tag.
- deleteInformationSupplyChain(String, String, DeleteElementRequestBody) - Method in class org.odpi.openmetadata.viewservices.solutionarchitect.server.SolutionArchitectRESTServices
-
Delete an information supply chain.
- deleteInformationSupplyChain(String, String, DeleteElementRequestBody) - Method in class org.odpi.openmetadata.viewservices.solutionarchitect.server.spring.SolutionArchitectResource
-
Delete an information supply chain.
- deleteLocation(String, String, DeleteElementRequestBody) - Method in class org.odpi.openmetadata.viewservices.locationarena.server.LocationArenaRESTServices
-
Delete a location.
- deleteLocation(String, String, DeleteElementRequestBody) - Method in class org.odpi.openmetadata.viewservices.locationarena.server.spring.LocationArenaResource
-
Delete a location.
- deleteLocation(String, String, DeleteOptions) - Method in class org.odpi.openmetadata.frameworks.openmetadata.handlers.LocationHandler
-
Delete a location.
- deleteLocation(String, DeleteOptions) - Method in class org.odpi.openmetadata.frameworks.openmetadata.connectorcontext.LocationClient
-
Delete a location.
- deleteMetadataElement(String, boolean, boolean, boolean, Date) - Method in interface org.odpi.openmetadata.frameworks.opengovernance.RemediationGovernanceContext
-
Delete a specific metadata element.
- deleteMetadataElement(OpenMetadataElement, boolean, boolean, boolean, Date) - Method in interface org.odpi.openmetadata.frameworks.opengovernance.RemediationGovernanceContext
-
Delete a specific metadata element.
- deleteMetadataElementInStore(String, boolean) - Method in class org.odpi.openmetadata.frameworks.openmetadata.connectorcontext.OpenMetadataStore
-
Delete a specific metadata element.
- deleteMetadataElementInStore(String, String, String, String, boolean, boolean, boolean, Date, String) - Method in class org.odpi.openmetadata.frameworkservices.omf.handlers.MetadataElementHandler
-
Delete a specific metadata element.
- deleteMetadataElementInStore(String, String, String, OpenMetadataDeleteRequestBody) - Method in class org.odpi.openmetadata.frameworkservices.omf.server.OpenMetadataStoreRESTServices
-
Delete a specific metadata element.
- deleteMetadataElementInStore(String, String, String, OpenMetadataDeleteRequestBody) - Method in class org.odpi.openmetadata.frameworkservices.omf.server.spring.OpenMetadataStoreResource
-
Delete a specific metadata element.
- deleteMetadataElementInStore(String, String, String, OpenMetadataDeleteRequestBody) - Method in class org.odpi.openmetadata.viewservices.metadataexpert.server.MetadataExpertRESTServices
-
Delete a specific metadata element.
- deleteMetadataElementInStore(String, String, String, OpenMetadataDeleteRequestBody) - Method in class org.odpi.openmetadata.viewservices.metadataexpert.server.spring.MetadataExpertResource
-
Delete a specific metadata element.
- deleteMetadataElementInStore(String, String, DeleteOptions) - Method in interface org.odpi.openmetadata.frameworks.openmetadata.api.MetadataElementInterface
-
Delete a specific metadata element.
- deleteMetadataElementInStore(String, String, DeleteOptions) - Method in class org.odpi.openmetadata.frameworks.openmetadata.client.OpenMetadataClient
-
Delete a specific metadata element.
- deleteMetadataElementInStore(String, String, DeleteOptions) - Method in class org.odpi.openmetadata.frameworkservices.omf.client.OpenMetadataClientBase
-
Delete a specific metadata element.
- deleteMetadataElementInStore(String, DeleteOptions) - Method in class org.odpi.openmetadata.frameworks.openmetadata.connectorcontext.OpenMetadataStore
-
Delete a specific metadata element.
- deleteMetadataRepositoryCohort(String, String, DeleteElementRequestBody) - Method in class org.odpi.openmetadata.viewservices.runtimemanager.server.RuntimeManagerRESTServices
-
Delete an open metadata repository cohort.
- deleteMetadataRepositoryCohort(String, String, DeleteElementRequestBody) - Method in class org.odpi.openmetadata.viewservices.runtimemanager.server.spring.RuntimeManagerResource
-
Delete an open metadata repository cohort.
- deleteMetadataRepositoryCohort(String, String, DeleteOptions) - Method in class org.odpi.openmetadata.frameworks.openmetadata.handlers.MetadataRepositoryCohortHandler
-
Delete an open metadata repository cohort.
- deleteMetadataRepositoryCohort(String, DeleteOptions) - Method in class org.odpi.openmetadata.frameworks.openmetadata.connectorcontext.MetadataRepositoryCohortClient
-
Delete a community.
- DeleteMethod - Enum Class in org.odpi.openmetadata.frameworks.openmetadata.enums
-
Defines the type of delete method to use.
- deleteModelVersion(String, long) - Method in class org.odpi.openmetadata.adapters.connectors.unitycatalog.resource.OSSUnityCatalogResourceConnector
-
Delete model version.
- deleteNoteLog(String, String, String, DeleteElementRequestBody) - Method in class org.odpi.openmetadata.viewservices.feedbackmanager.server.FeedbackManagerRESTServices
-
Removes a note log from the repository.
- deleteNoteLog(String, DeleteOptions) - Method in class org.odpi.openmetadata.frameworks.openmetadata.connectorcontext.NoteLogClient
-
Delete a note log.
- DeleteOptions - Class in org.odpi.openmetadata.frameworks.openmetadata.search
-
UpdateOptions provides a structure for the additional options when updating an element.
- DeleteOptions() - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.search.DeleteOptions
-
Default constructor
- DeleteOptions(DeleteOptions) - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.search.DeleteOptions
-
Copy/clone constructor
- DeleteOptions(MetadataSourceOptions) - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.search.DeleteOptions
-
Copy/clone constructor
- deleteProject(String, String, DeleteElementRequestBody) - Method in class org.odpi.openmetadata.viewservices.projectmanager.server.ProjectManagerRESTServices
-
Delete a project.
- deleteProject(String, String, DeleteElementRequestBody) - Method in class org.odpi.openmetadata.viewservices.projectmanager.server.spring.ProjectManagerResource
-
Delete a project.
- deleteProject(String, String, DeleteOptions) - Method in class org.odpi.openmetadata.frameworks.openmetadata.handlers.ProjectHandler
-
Remove the metadata element representing a project.
- deleteProject(String, DeleteOptions) - Method in class org.odpi.openmetadata.frameworks.openmetadata.connectorcontext.ProjectClient
-
Delete a project.
- deletePropertyFacet(String, String, DeleteOptions) - Method in class org.odpi.openmetadata.frameworks.openmetadata.handlers.PropertyFacetHandler
-
Removes a property facet added to the element by this user.
- deletePropertyFacet(String, DeleteOptions) - Method in class org.odpi.openmetadata.frameworks.openmetadata.connectorcontext.PropertyFacetClient
-
Removes a property facet added to the element.
- deleteRecord(long) - Method in class org.odpi.openmetadata.adapters.connectors.datastore.csvfile.CSVTabularDataSetConnector
-
Remove the requested data record.
- deleteRecord(long) - Method in class org.odpi.openmetadata.adapters.connectors.postgres.tabulardatasource.PostgresTabularDataSetConnector
-
Remove the requested data record.
- deleteRecord(long) - Method in interface org.odpi.openmetadata.frameworks.connectors.tabulardatasets.WritableTabularDataSource
-
Remove the requested data record.
- deleteRegisteredModel(String) - Method in class org.odpi.openmetadata.adapters.connectors.unitycatalog.resource.OSSUnityCatalogResourceConnector
-
Delete model.
- deleteRelatedElements(String, boolean, boolean, Date) - Method in interface org.odpi.openmetadata.frameworks.opengovernance.RemediationGovernanceContext
-
Delete a relationship between two metadata elements.
- deleteRelatedElementsInStore(String, String, String, OpenMetadataDeleteRequestBody) - Method in class org.odpi.openmetadata.viewservices.metadataexpert.server.MetadataExpertRESTServices
-
Delete a relationship between two metadata elements.
- deleteRelatedElementsInStore(String, String, String, OpenMetadataDeleteRequestBody) - Method in class org.odpi.openmetadata.viewservices.metadataexpert.server.spring.MetadataExpertResource
-
Delete a relationship between two metadata elements.
- deleteRelationship(String, String, String, String) - Method in class org.odpi.openmetadata.adapters.repositoryservices.inmemory.repositoryconnector.InMemoryOMRSMetadataCollection
-
Delete a specific relationship.
- deleteRelationship(String, String, String, String) - Method in class org.odpi.openmetadata.adapters.repositoryservices.postgres.repositoryconnector.PostgresOMRSMetadataCollection
-
Delete a specific relationship.
- deleteRelationship(String, String, String, String) - Method in class org.odpi.openmetadata.adapters.repositoryservices.readonly.repositoryconnector.ReadOnlyOMRSMetadataCollection
-
Delete a specific relationship.
- deleteRelationship(String, String, String, String) - Method in class org.odpi.openmetadata.adapters.repositoryservices.rest.repositoryconnector.OMRSRESTMetadataCollection
-
Delete a specific relationship.
- deleteRelationship(String, String, String, String) - Method in class org.odpi.openmetadata.repositoryservices.clients.MetadataCollectionServicesClient
-
Delete a specific relationship.
- deleteRelationship(String, String, String, String) - Method in class org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.OMRSMetadataCollection
-
Delete a specific relationship.
- deleteRelationship(String, String, String, String) - Method in class org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.OMRSMetadataCollectionBase
-
Delete a specific relationship.
- deleteRelationship(String, String, String, String) - Method in class org.odpi.openmetadata.repositoryservices.localrepository.repositoryconnector.LocalOMRSMetadataCollection
-
Delete a specific relationship.
- deleteRelationship(String, String, String, TypeDefValidationForRequest) - Method in class org.odpi.openmetadata.repositoryservices.rest.server.OMRSRepositoryRESTServices
-
Delete a specific relationship.
- deleteRelationship(String, String, String, TypeDefValidationForRequest) - Method in class org.odpi.openmetadata.repositoryservices.rest.server.spring.EnterpriseRepositoryServicesResource
-
Delete a specific relationship.
- deleteRelationship(String, String, String, TypeDefValidationForRequest) - Method in class org.odpi.openmetadata.repositoryservices.rest.server.spring.LocalRepositoryServicesResource
-
Delete a specific relationship.
- deleteRelationshipInStore(String) - Method in class org.odpi.openmetadata.frameworks.openmetadata.connectorcontext.OpenMetadataStore
-
Delete a relationship between two metadata elements.
- deleteRelationshipInStore(String, String, String, String, boolean, boolean, Date, String) - Method in class org.odpi.openmetadata.frameworkservices.omf.handlers.MetadataElementHandler
-
Delete a relationship between two metadata elements.
- deleteRelationshipInStore(String, String, String, OpenMetadataDeleteRequestBody) - Method in class org.odpi.openmetadata.frameworkservices.omf.server.OpenMetadataStoreRESTServices
-
Delete a relationship between two metadata elements.
- deleteRelationshipInStore(String, String, String, OpenMetadataDeleteRequestBody) - Method in class org.odpi.openmetadata.frameworkservices.omf.server.spring.OpenMetadataStoreResource
-
Delete a relationship between two metadata elements.
- deleteRelationshipInStore(String, String, DeleteOptions) - Method in interface org.odpi.openmetadata.frameworks.openmetadata.api.MetadataElementInterface
-
Delete a relationship between two metadata elements.
- deleteRelationshipInStore(String, String, DeleteOptions) - Method in class org.odpi.openmetadata.frameworks.openmetadata.client.OpenMetadataClient
-
Delete a relationship between two metadata elements.
- deleteRelationshipInStore(String, String, DeleteOptions) - Method in class org.odpi.openmetadata.frameworkservices.omf.client.OpenMetadataClientBase
-
Delete a relationship between two metadata elements.
- deleteRelationshipInStore(String, DeleteOptions) - Method in class org.odpi.openmetadata.frameworks.openmetadata.connectorcontext.OpenMetadataStore
-
Delete a relationship between two metadata elements.
- deleteRelationshipReferenceCopy(String, String, RelationshipRequest) - Method in class org.odpi.openmetadata.repositoryservices.rest.server.OMRSRepositoryRESTServices
-
Remove the reference copy of the relationship from the local repository.
- deleteRelationshipReferenceCopy(String, String, RelationshipRequest) - Method in class org.odpi.openmetadata.repositoryservices.rest.server.spring.LocalRepositoryServicesResource
-
Remove the reference copy of the relationship from the local repository.
- deleteRelationshipReferenceCopy(String, Relationship) - Method in class org.odpi.openmetadata.adapters.repositoryservices.rest.repositoryconnector.OMRSRESTMetadataCollection
-
Remove the reference copy of the relationship from the local repository.
- deleteRelationshipReferenceCopy(String, Relationship) - Method in class org.odpi.openmetadata.repositoryservices.clients.MetadataCollectionServicesClient
-
Remove the reference copy of the relationship from the local repository.
- deleteRelationshipReferenceCopy(String, Relationship) - Method in class org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.OMRSMetadataCollection
-
Remove the reference copy of the relationship from the local repository.
- deleteRelationshipReferenceCopy(String, Relationship) - Method in class org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.OMRSMetadataCollectionBase
-
Remove the reference copy of the relationship from the local repository.
- deleteRelationshipReferenceCopy(String, Relationship) - Method in class org.odpi.openmetadata.repositoryservices.localrepository.repositoryconnector.LocalOMRSMetadataCollection
-
Remove the reference copy of the relationship from the local repository.
- DeleteRelationshipRequestBody - Class in org.odpi.openmetadata.commonservices.ffdc.rest
-
DeleteRelationshipRequestBody carries the options for a delete element.
- DeleteRelationshipRequestBody() - Constructor for class org.odpi.openmetadata.commonservices.ffdc.rest.DeleteRelationshipRequestBody
-
Default constructor
- DeleteRelationshipRequestBody(DeleteOptions) - Constructor for class org.odpi.openmetadata.commonservices.ffdc.rest.DeleteRelationshipRequestBody
-
Copy/clone constructor
- DeleteRelationshipRequestBody(MetadataSourceOptions) - Constructor for class org.odpi.openmetadata.commonservices.ffdc.rest.DeleteRelationshipRequestBody
-
Copy/clone constructor
- DeleteRequestBody - Class in org.odpi.openmetadata.commonservices.ffdc.rest
-
DeleteRequestBody carries the options for a delete element.
- DeleteRequestBody() - Constructor for class org.odpi.openmetadata.commonservices.ffdc.rest.DeleteRequestBody
-
Default constructor
- DeleteRequestBody(DeleteOptions) - Constructor for class org.odpi.openmetadata.commonservices.ffdc.rest.DeleteRequestBody
-
Copy/clone constructor
- DeleteRequestBody(MetadataSourceOptions) - Constructor for class org.odpi.openmetadata.commonservices.ffdc.rest.DeleteRequestBody
-
Copy/clone constructor
- deleteSchema(String, boolean) - Method in class org.odpi.openmetadata.adapters.connectors.unitycatalog.resource.OSSUnityCatalogResourceConnector
-
Delete schema.
- deleteSchemaAttribute(String, String, String, DeleteElementRequestBody) - Method in class org.odpi.openmetadata.viewservices.schemamaker.server.SchemaMakerRESTServices
-
Delete a schema attribute.
- deleteSchemaAttribute(String, String, String, DeleteElementRequestBody) - Method in class org.odpi.openmetadata.viewservices.schemamaker.server.spring.SchemaMakerResource
-
Delete a schema attribute.
- deleteSchemaAttribute(String, String, DeleteOptions) - Method in class org.odpi.openmetadata.frameworks.openmetadata.handlers.SchemaAttributeHandler
-
Delete a schema attribute.
- deleteSchemaAttribute(String, DeleteOptions) - Method in class org.odpi.openmetadata.frameworks.openmetadata.connectorcontext.SchemaAttributeClient
-
Delete a schema attribute.
- deleteSchemaType(String, String, String, DeleteElementRequestBody) - Method in class org.odpi.openmetadata.viewservices.schemamaker.server.SchemaMakerRESTServices
-
Delete a schema type.
- deleteSchemaType(String, String, String, DeleteElementRequestBody) - Method in class org.odpi.openmetadata.viewservices.schemamaker.server.spring.SchemaMakerResource
-
Delete a schema type.
- deleteSchemaType(String, String, DeleteOptions) - Method in class org.odpi.openmetadata.frameworks.openmetadata.handlers.SchemaTypeHandler
-
Delete a schema type.
- deleteSchemaType(String, DeleteOptions) - Method in class org.odpi.openmetadata.frameworks.openmetadata.connectorcontext.SchemaTypeClient
-
Delete a schemaType.
- deleteSearchKeyword(String, String, DeleteOptions) - Method in class org.odpi.openmetadata.frameworks.openmetadata.handlers.SearchKeywordHandler
-
Removes a search keyword added to the element by this user.
- deleteSearchKeyword(String, DeleteOptions) - Method in class org.odpi.openmetadata.frameworks.openmetadata.connectorcontext.SearchKeywordClient
-
Removes a search keyword added to the element.
- deleteSecretsCollection(String) - Method in class org.odpi.openmetadata.adapters.connectors.secretsstore.yaml.YAMLSecretsFileConnector
-
Delete the requested secrets collection from the secrets store.
- deleteSecurityAccessControl(String) - Method in class org.odpi.openmetadata.adapters.connectors.egeriainfrastructure.extractor.EgeriaExtractor
-
Clear the requested security access control with the platform security connector.
- deleteSecurityAccessControl(String) - Method in class org.odpi.openmetadata.adapters.connectors.egeriainfrastructure.platform.OMAGServerPlatformConnector
-
Clear the requested security access control with the platform security connector.
- deleteSecurityAccessControl(String) - Method in class org.odpi.openmetadata.adapters.connectors.secretsstore.yaml.YAMLSecretsStoreConnector
-
Delete the requested security access control stored in the secrets collection.
- deleteSecurityAccessControl(String) - Method in class org.odpi.openmetadata.frameworks.connectors.SecretsStoreConnector
-
Delete the requested security access control stored in the secrets collection.
- deleteSecurityAccessControl(String) - Method in class org.odpi.openmetadata.metadatasecurity.accessconnector.OpenMetadataAccessSecurityConnector
-
Delete information about a specific security access control.
- deleteSecurityAccessControl(String) - Method in interface org.odpi.openmetadata.metadatasecurity.OpenMetadataUserSecurity
-
Delete information about a specific security access control.
- deleteSecurityAccessControl(String) - Method in class org.odpi.openmetadata.platformservices.client.PlatformServicesClient
-
Clear the requested security access control with the platform security connector.
- deleteSecurityAccessControl(String, String) - Method in class org.odpi.openmetadata.platformservices.server.OMAGServerPlatformSecurityServices
-
Clear a user's account from the platform security connector.
- deleteSecurityAccessControl(String, String) - Method in class org.odpi.openmetadata.platformservices.server.spring.OMAGServerPlatformSecurityResource
-
Clear the security access control with the platform security connector.
- deleteSecurityAccessControl(String, String, String) - Static method in class org.odpi.openmetadata.metadatasecurity.server.OpenMetadataPlatformSecurityVerifier
-
Delete information about a specific user.
- deleteSecurityAccessControl(String, String, String) - Method in class org.odpi.openmetadata.viewservices.securityofficer.server.SecurityOfficerRESTServices
-
Clear the account for a user with the platform security connector.
- deleteSecurityAccessControl(String, String, String) - Method in class org.odpi.openmetadata.viewservices.securityofficer.server.spring.SecurityOfficerResource
-
Clear the named security access control with the platform security connector.
- deleteSoftwareCapability(String, String, DeleteOptions) - Method in class org.odpi.openmetadata.frameworks.openmetadata.handlers.SoftwareCapabilityHandler
-
Delete a software capability.
- deleteSoftwareCapability(String, DeleteOptions) - Method in class org.odpi.openmetadata.frameworks.openmetadata.connectorcontext.SoftwareCapabilityClient
-
Delete a softwareCapability.
- deleteSolutionBlueprint(String, String, DeleteElementRequestBody) - Method in class org.odpi.openmetadata.viewservices.solutionarchitect.server.SolutionArchitectRESTServices
-
Delete a solution blueprint.
- deleteSolutionBlueprint(String, String, DeleteElementRequestBody) - Method in class org.odpi.openmetadata.viewservices.solutionarchitect.server.spring.SolutionArchitectResource
-
Delete a solution blueprint.
- deleteSolutionComponent(String, String, DeleteElementRequestBody) - Method in class org.odpi.openmetadata.viewservices.solutionarchitect.server.SolutionArchitectRESTServices
-
Delete a solution component.
- deleteSolutionComponent(String, String, DeleteElementRequestBody) - Method in class org.odpi.openmetadata.viewservices.solutionarchitect.server.spring.SolutionArchitectResource
-
Delete a solution component.
- deleteSolutionComponent(String, String, DeleteOptions) - Method in class org.odpi.openmetadata.frameworks.openmetadata.handlers.SolutionComponentHandler
-
Delete a solution component.
- deleteSolutionComponent(String, DeleteOptions) - Method in class org.odpi.openmetadata.frameworks.openmetadata.connectorcontext.SolutionComponentClient
-
Delete a solutionComponent.
- deleteSpecificationProperty(String, String, String, DeleteElementRequestBody) - Method in class org.odpi.openmetadata.viewservices.validmetadata.server.spring.ValidMetadataOMVSResource
-
Removes a specification property added to the element.
- deleteSpecificationProperty(String, String, String, DeleteElementRequestBody) - Method in class org.odpi.openmetadata.viewservices.validmetadata.server.ValidMetadataRESTServices
-
Removes a specification property added to the element by this user.
- deleteSpecificationProperty(String, String, DeleteOptions) - Method in class org.odpi.openmetadata.frameworks.openmetadata.handlers.SpecificationPropertyHandler
-
Remove a specification property.
- deleteSpecificationPropertyName(String, DeleteOptions) - Method in class org.odpi.openmetadata.frameworks.openmetadata.connectorcontext.SpecificationPropertyClient
-
Remove a specification property.
- deleteTable(String) - Method in class org.odpi.openmetadata.adapters.connectors.unitycatalog.resource.OSSUnityCatalogResourceConnector
-
Delete table.
- deleteTag(String, String, String, DeleteElementRequestBody) - Method in class org.odpi.openmetadata.viewservices.feedbackmanager.server.FeedbackManagerRESTServices
-
Removes a tag from the repository.
- deleteTag(String, String, String, DeleteElementRequestBody) - Method in class org.odpi.openmetadata.viewservices.feedbackmanager.server.spring.FeedbackManagerResource
-
Removes an informal tag from the repository.
- deleteTag(String, String, DeleteOptions) - Method in class org.odpi.openmetadata.frameworks.openmetadata.handlers.InformalTagHandler
-
Removes a tag from the repository.
- deleteTypeDef(String, String, String) - Method in class org.odpi.openmetadata.adapters.repositoryservices.rest.repositoryconnector.OMRSRESTMetadataCollection
-
Delete the TypeDef.
- deleteTypeDef(String, String, String) - Method in class org.odpi.openmetadata.repositoryservices.clients.MetadataCollectionServicesClient
-
Delete the TypeDef.
- deleteTypeDef(String, String, String) - Method in class org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.OMRSDynamicTypeMetadataCollectionBase
-
Delete the TypeDef.
- deleteTypeDef(String, String, String) - Method in class org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.OMRSFixedTypeMetadataCollectionBase
-
Delete the TypeDef.
- deleteTypeDef(String, String, String) - Method in class org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.OMRSMetadataCollection
-
Delete the TypeDef.
- deleteTypeDef(String, String, String) - Method in class org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.OMRSMetadataCollectionBase
-
Delete the TypeDef.
- deleteTypeDef(String, String, String) - Method in class org.odpi.openmetadata.repositoryservices.localrepository.repositoryconnector.LocalOMRSMetadataCollection
-
Delete the TypeDef.
- deleteTypeDef(String, String, String) - Method in class org.odpi.openmetadata.repositoryservices.localrepository.repositorycontentmanager.OMRSRepositoryContentManager
-
Delete a cached TypeDef.
- deleteTypeDef(String, String, String) - Method in interface org.odpi.openmetadata.repositoryservices.localrepository.repositorycontentmanager.OMRSTypeDefManager
-
Delete a cached TypeDef.
- deleteTypeDef(String, String, String, TypeDefDeleteRequest) - Method in class org.odpi.openmetadata.repositoryservices.rest.server.OMRSRepositoryRESTServices
-
Delete the TypeDef.
- deleteTypeDef(String, String, String, TypeDefDeleteRequest) - Method in class org.odpi.openmetadata.repositoryservices.rest.server.spring.LocalRepositoryServicesResource
-
Delete the TypeDef.
- deleteUser(String) - Method in class org.odpi.openmetadata.adapters.connectors.secretsstore.yaml.YAMLSecretsStoreConnector
-
Delete the requested user definitions stored in the secrets collection.
- deleteUser(String) - Method in class org.odpi.openmetadata.frameworks.connectors.SecretsStoreConnector
-
Delete the requested user definitions stored in the secrets collection.
- deleteUserAccount(String) - Method in class org.odpi.openmetadata.adapters.connectors.egeriainfrastructure.extractor.EgeriaExtractor
-
Clear the account for a user with the platform security connector.
- deleteUserAccount(String) - Method in class org.odpi.openmetadata.adapters.connectors.egeriainfrastructure.platform.OMAGServerPlatformConnector
-
Clear the account for a user with the platform security connector.
- deleteUserAccount(String) - Method in class org.odpi.openmetadata.metadatasecurity.accessconnector.OpenMetadataAccessSecurityConnector
-
Delete information about a specific user.
- deleteUserAccount(String) - Method in interface org.odpi.openmetadata.metadatasecurity.OpenMetadataUserSecurity
-
Delete information about a specific user.
- deleteUserAccount(String) - Method in class org.odpi.openmetadata.platformservices.client.PlatformServicesClient
-
Clear the account for a user with the platform security connector.
- deleteUserAccount(String, String) - Method in class org.odpi.openmetadata.platformservices.server.OMAGServerPlatformSecurityServices
-
Clear a user's account from the platform security connector.
- deleteUserAccount(String, String) - Method in class org.odpi.openmetadata.platformservices.server.spring.OMAGServerPlatformSecurityResource
-
Clear the account for a user with the platform security connector.
- deleteUserAccount(String, String, String) - Static method in class org.odpi.openmetadata.metadatasecurity.server.OpenMetadataPlatformSecurityVerifier
-
Delete information about a specific user.
- deleteUserAccount(String, String, String) - Method in class org.odpi.openmetadata.viewservices.securityofficer.server.SecurityOfficerRESTServices
-
Clear the account for a user with the platform security connector.
- deleteUserAccount(String, String, String) - Method in class org.odpi.openmetadata.viewservices.securityofficer.server.spring.SecurityOfficerResource
-
Clear the account for a user with the platform security connector.
- deleteUserIdentity(String, String, String, DeleteElementRequestBody) - Method in class org.odpi.openmetadata.viewservices.actormanager.server.ActorManagerRESTServices
-
Delete a user identity.
- deleteUserIdentity(String, String, String, DeleteElementRequestBody) - Method in class org.odpi.openmetadata.viewservices.actormanager.server.spring.ActorManagerResource
-
Delete a user identity.
- deleteUserIdentity(String, String, DeleteOptions) - Method in class org.odpi.openmetadata.frameworks.openmetadata.handlers.UserIdentityHandler
-
Delete a user identity.
- deleteUserIdentity(String, DeleteOptions) - Method in class org.odpi.openmetadata.frameworks.openmetadata.connectorcontext.UserIdentityClient
-
Delete a user identity.
- deleteValidValueDefinition(String, String, DeleteElementRequestBody) - Method in class org.odpi.openmetadata.viewservices.referencedata.server.ReferenceDataRESTServices
-
Delete a validValueDefinition.
- deleteValidValueDefinition(String, String, DeleteElementRequestBody) - Method in class org.odpi.openmetadata.viewservices.referencedata.server.spring.ReferenceDataResource
-
Delete a validValueDefinition.
- deleteValidValueDefinition(String, String, DeleteOptions) - Method in class org.odpi.openmetadata.frameworks.openmetadata.handlers.ValidValueDefinitionHandler
-
Delete a validValueDefinition.
- deleteValidValueDefinition(String, DeleteOptions) - Method in class org.odpi.openmetadata.frameworks.openmetadata.connectorcontext.ValidValueDefinitionClient
-
Delete a valid value definition.
- deleteVolume(String) - Method in class org.odpi.openmetadata.adapters.connectors.unitycatalog.resource.OSSUnityCatalogResourceConnector
-
Delete volume.
- DELETING_ATLAS_ENTITY - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.apacheatlas.integration.ffdc.AtlasIntegrationAuditCode
-
APACHE-ATLAS-INTEGRATION-CONNECTOR-0045 - The integration connector {0} is deleting the {1} Apache Atlas entity {2} since the open metadata entity {3} has been removed
- DELETING_EGERIA_ENTITY - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.apacheatlas.integration.ffdc.AtlasIntegrationAuditCode
-
APACHE-ATLAS-INTEGRATION-CONNECTOR-0044 - The integration connector {0} is deleting {1} open metadata entity {2} since Apache Atlas entity {3} has been removed
- DELIMITER_CHARACTER - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.controls.CSVFileConfigurationProperty
-
The character to use as the delimiter between data values in each column.
- DELIMITER_CHARACTER - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.types.OpenMetadataProperty
-
Character used between each column.
- DELTA - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.unitycatalog.properties.DataSourceFormat
- DEPARTMENT - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.externalharvesters.harvestopenmetadata.schema.HarvestOpenMetadataTable
-
Descriptions of the known departments.
- DEPARTMENT_GUID - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.externalharvesters.harvestopenmetadata.schema.HarvestOpenMetadataColumn
- DEPARTMENT_IDENTIFIER - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.externalharvesters.harvestopenmetadata.schema.HarvestOpenMetadataColumn
- DEPARTMENT_NAME - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.externalharvesters.harvestopenmetadata.schema.HarvestOpenMetadataColumn
- Dependency - Class in org.odpi.openmetadata.adapters.connectors.unitycatalog.properties
-
Describes a dependency of a SQL object.
- Dependency() - Constructor for class org.odpi.openmetadata.adapters.connectors.unitycatalog.properties.Dependency
-
Constructor
- DEPENDENCY - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.refdata.AssociationType
- DependencyList - Class in org.odpi.openmetadata.adapters.connectors.unitycatalog.properties
-
Dependency list
- DependencyList() - Constructor for class org.odpi.openmetadata.adapters.connectors.unitycatalog.properties.DependencyList
-
Constructor
- DEPENDENT_CONTEXT_EVENT_RELATIONSHIP - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.types.OpenMetadataType
-
Link between a parent context event and its children.
- DEPENDENT_ELEMENTS_FOUND - Enum constant in enum class org.odpi.openmetadata.commonservices.generichandlers.ffdc.GenericHandlersErrorCode
-
OMAG-GENERIC-HANDLERS-403-005 - A delete of {0} element {1} is not permitted because it still has a dependent {2} element {3}
- DependentContextEventProperties - Class in org.odpi.openmetadata.frameworks.openmetadata.properties.contextevents
-
DependentContextEventProperties is a java bean used to describe a link between context events.
- DependentContextEventProperties() - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.properties.contextevents.DependentContextEventProperties
-
Default constructor
- DependentContextEventProperties(DependentContextEventProperties) - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.properties.contextevents.DependentContextEventProperties
-
Copy/clone constructor.
- DEPLOYED_ANALYTICS_MODEL - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.types.OpenMetadataType
-
A packaged and deployed analytics model.
- DEPLOYED_API - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.mermaid.VisualStyle
- DEPLOYED_API - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.types.OpenMetadataType
-
A callable interface running at an endpoint.
- DEPLOYED_CONNECTOR - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.types.OpenMetadataType
-
A connector that is configured and deployed to run in a specific software server capability.
- DEPLOYED_DATABASE_SCHEMA - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.types.OpenMetadataType
-
A collection of database tables and views running in a database server.
- DEPLOYED_DB_SCHEMA - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.mermaid.VisualStyle
- DEPLOYED_IMPL_TYPE_COUNT - Enum constant in enum class org.odpi.openmetadata.frameworks.opensurvey.measurements.FileDirectoryMetric
-
Number of different file deployed implementation types detected when classifying the files under the surveyed directory.
- DEPLOYED_IMPLEMENTATION_TYPE - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.externalharvesters.harvestopenmetadata.schema.HarvestOpenMetadataColumn
- DEPLOYED_IMPLEMENTATION_TYPE - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.externalharvesters.harvestsurveys.schema.HarvestSurveysColumn
- DEPLOYED_IMPLEMENTATION_TYPE - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.jacquard.productcatalog.ProductDataFieldDefinition
-
Deployed Implementation Type (Technology Type)
- DEPLOYED_IMPLEMENTATION_TYPE - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.types.OpenMetadataProperty
-
Name of a particular type of technology.
- DEPLOYED_IMPLEMENTATION_TYPE - Enum constant in enum class org.odpi.openmetadata.frameworks.opensurvey.measurements.FileMetric
- DEPLOYED_IMPLEMENTATION_TYPE_COUNT - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.externalharvesters.harvestsurveys.schema.HarvestSurveysColumn
- DEPLOYED_IMPLEMENTATION_TYPE_COUNT - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.jacquard.productcatalog.ProductDataFieldDefinition
- DEPLOYED_ON_RELATIONSHIP - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.types.OpenMetadataType
-
Identifies an IT Infrastructure asset that is deployed to a specific destination.
- DEPLOYED_SOFTWARE_COMPONENT - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.types.OpenMetadataType
-
A packaged and deployed software component supporting a well-defined function.
- DeployedAnalyticsModelProperties - Class in org.odpi.openmetadata.frameworks.openmetadata.properties.assets.analytics
-
DeployedAnalyticsModelProperties describes an analytics model.
- DeployedAnalyticsModelProperties() - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.properties.assets.analytics.DeployedAnalyticsModelProperties
-
Default constructor
- DeployedAnalyticsModelProperties(DeployedAnalyticsModelProperties) - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.properties.assets.analytics.DeployedAnalyticsModelProperties
-
Copy/clone constructor.
- DeployedAnalyticsModelProperties(DeployedSoftwareComponentProperties) - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.properties.assets.analytics.DeployedAnalyticsModelProperties
-
Copy/clone constructor.
- DeployedAPIProperties - Class in org.odpi.openmetadata.frameworks.openmetadata.properties.assets.apis
-
DeployedAPIProperties is a class for representing an API deployed to an API Gateway or supported by an application.
- DeployedAPIProperties() - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.properties.assets.apis.DeployedAPIProperties
-
Default constructor
- DeployedAPIProperties(DeployedAPIProperties) - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.properties.assets.apis.DeployedAPIProperties
-
Copy/clone constructor.
- DeployedConnectorProperties - Class in org.odpi.openmetadata.frameworks.openmetadata.properties.assets.processes.connectors
-
DeployedConnectorProperties defines the properties of a connector that is in a runnable state.
- DeployedConnectorProperties() - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.properties.assets.processes.connectors.DeployedConnectorProperties
-
Default constructor
- DeployedConnectorProperties(DeployedConnectorProperties) - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.properties.assets.processes.connectors.DeployedConnectorProperties
-
Copy/clone Constructor
- DeployedConnectorProperties(DeployedSoftwareComponentProperties) - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.properties.assets.processes.connectors.DeployedConnectorProperties
-
Copy/clone Constructor
- DeployedDatabaseSchemaProperties - Class in org.odpi.openmetadata.frameworks.openmetadata.properties.assets.databases
-
DeployedDatabaseSchemaProperties is a class for representing the top level database schema.
- DeployedDatabaseSchemaProperties() - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.properties.assets.databases.DeployedDatabaseSchemaProperties
-
Default constructor
- DeployedDatabaseSchemaProperties(DeployedDatabaseSchemaProperties) - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.properties.assets.databases.DeployedDatabaseSchemaProperties
-
Copy/clone constructor.
- deployedImplementationType - Variable in class org.odpi.openmetadata.adapters.connectors.unitycatalog.sync.OSSUnityCatalogInsideCatalogSyncBase
- DeployedImplementationType - Enum Class in org.odpi.openmetadata.frameworks.openmetadata.refdata
-
DeployedImplementationType describes the standard deployed implementation types supplied with Egeria.
- DeployedImplementationTypeDefinition - Interface in org.odpi.openmetadata.frameworks.openmetadata.definitions
-
DeployedImplementationType describes the standard deployed implementation types supplied with Egeria.
- deployedImplementationTypeQNAMEs - Variable in class org.odpi.openmetadata.contentpacks.core.base.ContentPackBaseArchiveWriter
- DeployedOnProperties - Class in org.odpi.openmetadata.frameworks.openmetadata.properties.assets.infrastructure
-
DeployedOnProperties describes the properties for the DeployedOn relationship between an IT Infrastructure asset and a destination asset.
- DeployedOnProperties() - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.properties.assets.infrastructure.DeployedOnProperties
-
Default constructor
- DeployedOnProperties(Map<String, Object>, Date, Date) - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.properties.assets.infrastructure.DeployedOnProperties
-
Copy/clone constructor
- DeployedOnProperties(DeployedOnProperties) - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.properties.assets.infrastructure.DeployedOnProperties
-
Copy/clone constructor
- DeployedSoftwareComponentProperties - Class in org.odpi.openmetadata.frameworks.openmetadata.properties.assets.processes
-
DeployedSoftwareComponentProperties defines the properties of a software component that is in a runnable state.
- DeployedSoftwareComponentProperties() - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.properties.assets.processes.DeployedSoftwareComponentProperties
-
Default constructor
- DeployedSoftwareComponentProperties(DeployedSoftwareComponentProperties) - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.properties.assets.processes.DeployedSoftwareComponentProperties
-
Copy/clone Constructor
- DEPLOYER - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.types.OpenMetadataProperty
-
Person, organization, or engine that deployed the IT Infrastructure.
- DEPLOYER_PROPERTY_NAME - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.types.OpenMetadataProperty
-
Identifying property name of deployer.
- DEPLOYER_TYPE_NAME - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.types.OpenMetadataProperty
-
Type name of deployer.
- deployITAsset(String, String, String, String, NewRelationshipRequestBody) - Method in class org.odpi.openmetadata.viewservices.assetmaker.server.AssetMakerRESTServices
-
Create a relationship that represents the deployment of an IT infrastructure asset to a specific deployment destination (another asset).
- deployITAsset(String, String, String, String, NewRelationshipRequestBody) - Method in class org.odpi.openmetadata.viewservices.assetmaker.server.spring.AssetMakerResource
-
Create a relationship that represents the deployment of an IT infrastructure asset to a specific deployment destination (another asset).
- deployITAsset(String, String, String, MakeAnchorOptions, DeployedOnProperties) - Method in class org.odpi.openmetadata.frameworks.openmetadata.handlers.AssetHandler
-
Create a relationship that represents the deployment of an IT infrastructure asset to a specific deployment destination (another asset).
- deployITAsset(String, String, MakeAnchorOptions, DeployedOnProperties) - Method in class org.odpi.openmetadata.frameworks.openmetadata.connectorcontext.AssetClient
-
Create a relationship that represents the deployment of an IT infrastructure asset to a specific deployment destination (another asset).
- DEPLOYMENT_STATUS - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.jacquard.productcatalog.ProductDataFieldDefinition
-
Status of the digital resource's deployment.
- DEPLOYMENT_STATUS - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.types.OpenMetadataProperty
-
Defines the current status of the content of an infrastructure element.
- DEPLOYMENT_TIME - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.types.OpenMetadataProperty
-
"Time that the IT Infrastructure was deployed."
- DeploymentStatus - Enum Class in org.odpi.openmetadata.frameworks.openmetadata.enums
-
The DeploymentStatus defines the status of an infrastructure element in the metadata collection.
- DeploymentStatusFilterRequestBody - Class in org.odpi.openmetadata.commonservices.ffdc.rest
-
DeploymentStatusFilterRequestBody provides a structure for passing the status.
- DeploymentStatusFilterRequestBody() - Constructor for class org.odpi.openmetadata.commonservices.ffdc.rest.DeploymentStatusFilterRequestBody
-
Default constructor
- DeploymentStatusFilterRequestBody(DeploymentStatusFilterRequestBody) - Constructor for class org.odpi.openmetadata.commonservices.ffdc.rest.DeploymentStatusFilterRequestBody
-
Copy/clone constructor
- DeploymentStatusRequestBody - Class in org.odpi.openmetadata.commonservices.ffdc.rest
-
DeploymentStatusRequestBody provides a structure for passing the status.
- DeploymentStatusRequestBody() - Constructor for class org.odpi.openmetadata.commonservices.ffdc.rest.DeploymentStatusRequestBody
-
Default constructor
- DeploymentStatusRequestBody(DeploymentStatusRequestBody) - Constructor for class org.odpi.openmetadata.commonservices.ffdc.rest.DeploymentStatusRequestBody
-
Copy/clone constructor
- DeploymentStatusSearchString - Class in org.odpi.openmetadata.commonservices.ffdc.rest
-
A request body that allows the status of an infrastructure asset to be included in the search criteria.
- DeploymentStatusSearchString() - Constructor for class org.odpi.openmetadata.commonservices.ffdc.rest.DeploymentStatusSearchString
-
Default constructor
- DeploymentStatusSearchString(DeploymentStatusSearchString) - Constructor for class org.odpi.openmetadata.commonservices.ffdc.rest.DeploymentStatusSearchString
-
Copy/clone constructor
- deployOMAGServerConfig(String) - Method in class org.odpi.openmetadata.adminservices.client.OMAGServerConfigurationClient
-
Push the configuration for the server to another OMAG Server Platform.
- deployOMAGServerConfig(String, String) - Method in class org.odpi.openmetadata.adapters.connectors.egeriainfrastructure.extractor.EgeriaExtractor
-
Push the configuration for the server to another OMAG Server Platform.
- deployOMAGServerConfig(String, String) - Method in class org.odpi.openmetadata.adapters.connectors.egeriainfrastructure.platform.OMAGServerPlatformConnector
-
Push the configuration for the server to another OMAG Server Platform.
- deployOMAGServerConfig(String, String) - Method in class org.odpi.openmetadata.adminservices.client.ConfigurationManagementClient
-
Push the configuration for the server to another OMAG Server Platform.
- deployOMAGServerConfig(String, String, URLRequestBody) - Method in class org.odpi.openmetadata.adminservices.server.OMAGServerAdminServices
-
Push the configuration for the server to another OMAG Server Platform.
- deployOMAGServerConfig(String, String, URLRequestBody) - Method in class org.odpi.openmetadata.adminservices.spring.ConfigResource
-
Push the configuration for the server to another OMAG Server Platform.
- DEPOT - Enum constant in enum class org.odpi.openmetadata.samples.archiveutilities.sustainability.FacilityTypeDefinition
-
Warehouse and Distribution Depot
- DEPOT_MANAGEMENT_ED_HOST - Enum constant in enum class org.odpi.openmetadata.samples.archiveutilities.businesssystems.HostDefinition
-
ed02 - Edmonton data centre standard machine 17.
- DEPOT_MANAGEMENT_KC_HOST - Enum constant in enum class org.odpi.openmetadata.samples.archiveutilities.businesssystems.HostDefinition
-
kcdepot - Kansas City data centre standard machine 01.
- DEPOT_MANAGEMENT_WINCH_HOST - Enum constant in enum class org.odpi.openmetadata.samples.archiveutilities.businesssystems.HostDefinition
-
winch17 - Winchester data centre standard machine 17.
- DEPOT_SYSTEMS - Enum constant in enum class org.odpi.openmetadata.samples.archiveutilities.governanceprogram.CocoGovernanceZoneDefinition
-
depot-systems
- DEPRECATED - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.apacheatlas.resource.properties.AtlasTermAssignmentStatus
-
The assignment has been deprecated and should not be used.
- DEPRECATED - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.apacheatlas.resource.properties.AtlasTermRelationshipStatus
-
The relationship has been deprecated and should not be used.
- DEPRECATED - Enum constant in enum class org.odpi.openmetadata.frameworks.auditlog.ComponentDevelopmentStatus
-
Deprecated - This component is deprecated and may be removed in a later release.
- DEPRECATED - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.enums.CollectionMemberStatus
-
The membership has been deprecated.
- DEPRECATED - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.enums.ContentStatus
-
The instance is out of date and should not be used.
- DEPRECATED - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.enums.DataValueAssignmentStatus
-
Deprecated - The term assignment is out of date and should not be used.
- DEPRECATED - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.enums.TermAssignmentStatus
-
Deprecated - The term assignment is out of date and should not be used.
- DEPRECATED - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.enums.TermRelationshipStatus
-
Deprecated - The term relationship should no longer be used.
- DEPRECATED - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.refdata.StatusIdentifier
-
The classification assignment should no longer be used.
- DEPRECATED_ATTRIBUTE - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.properties.OpenMetadataTypeDefAttributeStatus
-
Deprecated Attribute - This attribute should not be used because it has been deprecated.
- DEPRECATED_ATTRIBUTE - Enum constant in enum class org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.properties.typedefs.TypeDefAttributeStatus
-
Deprecated Attribute - This attribute should not be used because it has been deprecated.
- DEPRECATED_TYPEDEF - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.properties.OpenMetadataTypeDefStatus
-
DeprecatedTypeDef - This typeDef should not be used because it has been deprecated.
- DEPRECATED_TYPEDEF - Enum constant in enum class org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.properties.typedefs.TypeDefStatus
-
DeprecatedTypeDef - This typeDef should not be used because it has been deprecated.
- DEPT - Enum constant in enum class org.odpi.openmetadata.samples.archiveutilities.organization.OrganizationTypeDefinition
-
This is for an internal department's Team entity.
- DeptDefinition - Enum Class in org.odpi.openmetadata.samples.archiveutilities.organization
-
The DeptDefinition is used to feed the definition of the organization's departments for Coco Pharmaceuticals scenarios.
- DEREGISTERED_REPOSITORY - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.search.ElementOriginCategory
-
The element comes from a metadata repository that used to be a member of the one of the local repository's cohorts, but it has been deregistered.
- DEREGISTERED_REPOSITORY - Enum constant in enum class org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.properties.instances.InstanceProvenanceType
-
Deregistered Repository - The instance comes from a metadata repository that used to be a member of the one of the local repository's cohorts, but it has been deregistered.
- DERIVE_SCHEMA_FROM_DATA - Enum constant in enum class org.odpi.openmetadata.frameworks.opensurvey.controls.SurveyFileAnnotationType
- DERIVED - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.refdata.ConfidenceLevel
-
The data is derived from other data through an analytical process.
- DERIVED_ELEMENT_TEMPLATE - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.refdata.ResourceUse
-
A template to create an element from the values in the linked element.
- DERIVED_SCHEMA_TYPE_QUERY_TARGET_RELATIONSHIP - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.types.OpenMetadataType
-
Details of how a derived schema element is calculated.
- DerivedSchemaTypeQueryTargetProperties - Class in org.odpi.openmetadata.frameworks.openmetadata.properties.schema
-
DerivedSchemaTypeQueryTargetProperties defines a query on a schema element that returns all or part of the value for a derived schema type.
- DerivedSchemaTypeQueryTargetProperties() - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.properties.schema.DerivedSchemaTypeQueryTargetProperties
-
Default constructor
- DerivedSchemaTypeQueryTargetProperties(DerivedSchemaTypeQueryTargetProperties) - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.properties.schema.DerivedSchemaTypeQueryTargetProperties
-
Copy/clone constructor.
- DES_SIGNA - Enum constant in enum class org.odpi.openmetadata.samples.archiveutilities.organization.PersonDefinition
-
Mr Desmond Signa
- DESCENDING - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.apacheatlas.resource.properties.AtlasSortOrder
- DESCENDING - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.enums.DataItemSortOrder
-
The attribute instances are organized so that the largest/highest value is first and the rest of the instances follow in descending order.
- describeTopics() - Method in class org.odpi.openmetadata.adapters.connectors.apachekafka.resource.ApacheKafkaAdminConnector
-
Return details about each topic
- description - Variable in enum class org.odpi.openmetadata.adapters.connectors.apacheatlas.controls.ApacheAtlasConfigurationProperty
- description - Variable in enum class org.odpi.openmetadata.adapters.connectors.apacheatlas.survey.controls.AtlasMetric
- description - Variable in enum class org.odpi.openmetadata.adapters.connectors.apacheatlas.survey.controls.AtlasRequestParameter
- description - Variable in enum class org.odpi.openmetadata.adapters.connectors.apachekafka.survey.controls.KafkaMetric
- description - Variable in enum class org.odpi.openmetadata.adapters.connectors.controls.KafkaPlaceholderProperty
- description - Variable in enum class org.odpi.openmetadata.adapters.connectors.controls.KafkaTemplateConfigurationProperty
- description - Variable in enum class org.odpi.openmetadata.adapters.connectors.dynamicarchivers.DynamicArchiveGuard
- description - Variable in enum class org.odpi.openmetadata.adapters.connectors.dynamicarchivers.DynamicArchiveRequestParameter
- description - Variable in enum class org.odpi.openmetadata.adapters.connectors.dynamicarchivers.DynamicArchiveRequestType
- description - Variable in enum class org.odpi.openmetadata.adapters.connectors.dynamicarchivers.glossary.DynamicGlossaryArchiveRequestParameter
- description - Variable in enum class org.odpi.openmetadata.adapters.connectors.egeriainfrastructure.control.OMAGServerPlatformConfigurationProperty
- description - Variable in enum class org.odpi.openmetadata.adapters.connectors.egeriainfrastructure.control.OMAGServerPlatformMetric
- description - Variable in enum class org.odpi.openmetadata.adapters.connectors.egeriainfrastructure.control.OMAGServerPlatformPlaceholderProperty
- description - Variable in enum class org.odpi.openmetadata.adapters.connectors.egeriainfrastructure.control.OMAGServerPlatformTarget
-
Description of the target.
- description - Variable in enum class org.odpi.openmetadata.adapters.connectors.governanceactions.provisioning.MoveCopyFileGuard
- description - Variable in enum class org.odpi.openmetadata.adapters.connectors.governanceactions.provisioning.MoveCopyFileRequestParameter
- description - Variable in enum class org.odpi.openmetadata.adapters.connectors.governanceactions.provisioning.MoveCopyFileRequestType
- description - Variable in enum class org.odpi.openmetadata.adapters.connectors.governanceactions.provisioning.ProvisionTabularDatasetActionTarget
-
Description of the target.
- description - Variable in enum class org.odpi.openmetadata.adapters.connectors.governanceactions.provisioning.ProvisionTabularDataSetGuard
- description - Variable in enum class org.odpi.openmetadata.adapters.connectors.governanceactions.provisioning.ProvisionTabularDataSetRequestParameter
- description - Variable in enum class org.odpi.openmetadata.adapters.connectors.governanceactions.remediation.OriginSeekerGuard
- description - Variable in enum class org.odpi.openmetadata.adapters.connectors.governanceactions.remediation.QualifiedNamePeerDuplicateGuard
- description - Variable in enum class org.odpi.openmetadata.adapters.connectors.governanceactions.remediation.RetentionClassifierGuard
- description - Variable in enum class org.odpi.openmetadata.adapters.connectors.governanceactions.remediation.RetentionClassifierRequestParameter
- description - Variable in enum class org.odpi.openmetadata.adapters.connectors.governanceactions.remediation.ZonePublisherGuard
- description - Variable in enum class org.odpi.openmetadata.adapters.connectors.governanceactions.remediation.ZonePublisherRequestParameter
- description - Variable in enum class org.odpi.openmetadata.adapters.connectors.governanceactions.stewardship.CatalogTargetAssetGuard
- description - Variable in enum class org.odpi.openmetadata.adapters.connectors.governanceactions.stewardship.DaysOfWeekGuard
- description - Variable in enum class org.odpi.openmetadata.adapters.connectors.governanceactions.stewardship.EvaluateAnnotationsGuard
- description - Variable in enum class org.odpi.openmetadata.adapters.connectors.governanceactions.stewardship.ManageAssetGuard
- description - Variable in enum class org.odpi.openmetadata.adapters.connectors.governanceactions.stewardship.ManageAssetRequestParameter
- description - Variable in enum class org.odpi.openmetadata.adapters.connectors.governanceactions.stewardship.WaitForStewardGuard
- description - Variable in enum class org.odpi.openmetadata.adapters.connectors.governanceactions.stewardship.WriteAuditLogGuard
- description - Variable in enum class org.odpi.openmetadata.adapters.connectors.governanceactions.stewardship.WriteAuditLogRequestParameter
- description - Variable in enum class org.odpi.openmetadata.adapters.connectors.governanceactions.verification.VerifyAssetGuard
- description - Variable in enum class org.odpi.openmetadata.adapters.connectors.governanceactions.watchdog.GenericElementRequestParameter
- description - Variable in enum class org.odpi.openmetadata.adapters.connectors.governanceactions.watchdog.GenericElementRequestType
- description - Variable in enum class org.odpi.openmetadata.adapters.connectors.governanceactions.watchdog.GenericFolderRequestParameter
- description - Variable in enum class org.odpi.openmetadata.adapters.connectors.governanceactions.watchdog.GenericFolderRequestType
- description - Variable in enum class org.odpi.openmetadata.adapters.connectors.governanceactions.watchdog.GenericWatchdogGuard
- description - Variable in enum class org.odpi.openmetadata.adapters.connectors.integration.basicfiles.BasicFilesMonitoringConfigurationProperty
- description - Variable in enum class org.odpi.openmetadata.adapters.connectors.integration.jdbc.controls.JDBCConfigurationProperty
- description - Variable in enum class org.odpi.openmetadata.adapters.connectors.integration.openlineage.controls.OpenLineagePublishConfigurationProperty
- description - Variable in enum class org.odpi.openmetadata.adapters.connectors.jacquard.tabulardatasets.controls.ReferenceDataConfigurationProperty
- description - Variable in class org.odpi.openmetadata.adapters.connectors.jacquard.tabulardatasets.DynamicOpenMetadataDataSetConnectorBase
- description - Variable in enum class org.odpi.openmetadata.adapters.connectors.postgres.controls.PostgresConfigurationProperty
- description - Variable in enum class org.odpi.openmetadata.adapters.connectors.postgres.controls.PostgresPlaceholderProperty
- description - Variable in enum class org.odpi.openmetadata.adapters.connectors.postgres.controls.PostgresTarget
-
Description of the target.
- description - Variable in enum class org.odpi.openmetadata.adapters.connectors.reports.ReportGuard
- description - Variable in enum class org.odpi.openmetadata.adapters.connectors.reports.ReportRequestParameter
- description - Variable in enum class org.odpi.openmetadata.adapters.connectors.resource.jdbc.controls.JDBCConfigurationProperty
- description - Variable in enum class org.odpi.openmetadata.adapters.connectors.subscriptions.ManageDigitalSubscriptionActionTarget
-
Description of the target.
- description - Variable in enum class org.odpi.openmetadata.adapters.connectors.subscriptions.ManageDigitalSubscriptionGuard
- description - Variable in enum class org.odpi.openmetadata.adapters.connectors.subscriptions.ManageDigitalSubscriptionRequestParameter
- description - Variable in enum class org.odpi.openmetadata.adapters.connectors.surveyaction.controls.FolderRequestParameter
- description - Variable in enum class org.odpi.openmetadata.adapters.connectors.unitycatalog.controls.UnityCatalogConfigurationProperty
- description - Variable in enum class org.odpi.openmetadata.adapters.connectors.unitycatalog.controls.UnityCatalogMetric
- description - Variable in enum class org.odpi.openmetadata.adapters.connectors.unitycatalog.controls.UnityCatalogPlaceholderProperty
- description - Variable in enum class org.odpi.openmetadata.adapters.connectors.unitycatalog.controls.UnityCatalogSurveyRequestParameter
- description - Variable in enum class org.odpi.openmetadata.adapters.connectors.unitycatalog.controls.UnityCatalogTarget
-
Description of the target.
- description - Variable in enum class org.odpi.openmetadata.adapters.connectors.unitycatalog.provision.ProvisionUnityCatalogGuard
- description - Variable in enum class org.odpi.openmetadata.adapters.connectors.unitycatalog.provision.ProvisionUnityCatalogRequestParameter
- description - Variable in class org.odpi.openmetadata.adapters.connectors.unitycatalog.survey.OSSUnityCatalogServerSurveyBase.ResourceProperties
- description - Variable in enum class org.odpi.openmetadata.adapters.connectors.wedgwood.WedgwoodProvisionSubscriptionActionTarget
-
Description of the target.
- description - Variable in enum class org.odpi.openmetadata.adapters.connectors.wedgwood.WedgwoodProvisionSubscriptionGuard
- description - Variable in enum class org.odpi.openmetadata.adapters.connectors.wedgwood.WedgwoodProvisionSubscriptionRequestParameter
- description - Variable in enum class org.odpi.openmetadata.adapters.repositoryservices.auditlogstore.postgres.controls.PostgreSQLAuditLogConfigurationProperty
- description - Variable in enum class org.odpi.openmetadata.adapters.repositoryservices.postgres.repositoryconnector.controls.PostgresConfigurationProperty
- description - Variable in enum class org.odpi.openmetadata.frameworks.connectors.controls.SecretsStoreCollectionProperty
- description - Variable in enum class org.odpi.openmetadata.frameworks.connectors.controls.SecretsStoreConfigurationProperty
- description - Variable in enum class org.odpi.openmetadata.frameworks.connectors.controls.SecretsStorePurpose
- description - Variable in enum class org.odpi.openmetadata.frameworks.opengovernance.controls.ActionTarget
-
Description of the action target.
- description - Variable in enum class org.odpi.openmetadata.frameworks.opengovernance.controls.Guard
- description - Variable in enum class org.odpi.openmetadata.frameworks.opengovernance.controls.RequestParameter
- description - Variable in enum class org.odpi.openmetadata.frameworks.opengovernance.controls.RequestType
- description - Variable in enum class org.odpi.openmetadata.frameworks.openmetadata.controls.CSVFileConfigurationProperty
- description - Variable in enum class org.odpi.openmetadata.frameworks.openmetadata.controls.PlaceholderProperty
- description - Variable in class org.odpi.openmetadata.frameworks.openmetadata.properties.OpenMetadataAttributeTypeDef
- description - Variable in class org.odpi.openmetadata.frameworks.openmetadata.properties.OpenMetadataTypeDef
- description - Variable in enum class org.odpi.openmetadata.frameworks.openmetadata.refdata.SpecificationPropertyType
-
Description of the property.
- description - Variable in enum class org.odpi.openmetadata.frameworks.openmetadata.types.OpenMetadataProperty
-
Description
- description - Variable in enum class org.odpi.openmetadata.frameworks.openmetadata.types.OpenMetadataType
- description - Variable in enum class org.odpi.openmetadata.frameworks.opensurvey.controls.AnalysisStep
- description - Variable in enum class org.odpi.openmetadata.frameworks.opensurvey.controls.SurveyActionGuard
- description - Variable in enum class org.odpi.openmetadata.frameworks.opensurvey.controls.SurveyActionTarget
-
Description of the action target.
- description - Variable in enum class org.odpi.openmetadata.frameworks.opensurvey.controls.SurveyRequestParameter
- description - Variable in enum class org.odpi.openmetadata.frameworks.opensurvey.measurements.FileDirectoryMetric
- description - Variable in enum class org.odpi.openmetadata.frameworks.opensurvey.measurements.FileMetric
- description - Variable in enum class org.odpi.openmetadata.frameworks.opensurvey.measurements.RelationalColumnMetric
- description - Variable in enum class org.odpi.openmetadata.frameworks.opensurvey.measurements.RelationalDatabaseMetric
- description - Variable in enum class org.odpi.openmetadata.frameworks.opensurvey.measurements.RelationalSchemaMetric
- description - Variable in enum class org.odpi.openmetadata.frameworks.opensurvey.measurements.RelationalTableMetric
- description - Variable in enum class org.odpi.openmetadata.frameworks.openwatchdog.controls.WatchdogActionGuard
- description - Variable in enum class org.odpi.openmetadata.frameworks.openwatchdog.controls.WatchdogActionTarget
-
Description of the action target.
- description - Variable in enum class org.odpi.openmetadata.frameworks.openwatchdog.controls.WatchdogRequestParameter
- description - Variable in enum class org.odpi.openmetadata.metadatasecurity.accessconnector.controls.OpenMetadataSecurityConfigurationProperty
- description - Variable in class org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.properties.typedefs.AttributeTypeDef
- description - Variable in class org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.properties.typedefs.TypeDef
- description - Variable in enum class org.odpi.openmetadata.samples.governanceactions.clinicaltrials.CocoClinicalTrialActionTarget
-
Description of the action target.
- description - Variable in enum class org.odpi.openmetadata.samples.governanceactions.clinicaltrials.CocoClinicalTrialGuard
- description - Variable in enum class org.odpi.openmetadata.samples.governanceactions.clinicaltrials.CocoClinicalTrialPlaceholderProperty
- description - Variable in enum class org.odpi.openmetadata.samples.governanceactions.clinicaltrials.CocoClinicalTrialQualityDimension
- description - Variable in enum class org.odpi.openmetadata.samples.governanceactions.clinicaltrials.CocoClinicalTrialRequestParameter
- description - Variable in class org.odpi.openmetadata.viewservices.automatedcuration.properties.RefDataElementBase
- description() - Method in record class org.odpi.openmetadata.frameworks.connectors.tabulardatasets.TabularColumnDescription
-
Returns the value of the
descriptionrecord component. - DESCRIPTION - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.externalharvesters.harvestopenmetadata.schema.HarvestOpenMetadataColumn
- DESCRIPTION - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.externalharvesters.harvestsurveys.schema.HarvestSurveysColumn
- DESCRIPTION - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.jacquard.productcatalog.ProductDataFieldDefinition
-
Description
- DESCRIPTION - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.controls.PlaceholderProperty
-
The description of the element to help a consumer understand its content and purpose.
- DESCRIPTION - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.mermaid.VisualStyle
- DESCRIPTION - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.types.OpenMetadataProperty
-
Description of the element or associated resource in free-text.
- descriptionGUID - Variable in class org.odpi.openmetadata.frameworks.openmetadata.properties.OpenMetadataAttributeTypeDef
- descriptionGUID - Variable in class org.odpi.openmetadata.frameworks.openmetadata.properties.OpenMetadataTypeDef
- descriptionGUID - Variable in enum class org.odpi.openmetadata.frameworks.openmetadata.types.OpenMetadataProperty
-
Unique identifier of description valid value.
- descriptionGUID - Variable in enum class org.odpi.openmetadata.frameworks.openmetadata.types.OpenMetadataType
- descriptionGUID - Variable in class org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.properties.typedefs.AttributeTypeDef
- descriptionGUID - Variable in class org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.properties.typedefs.TypeDef
- descriptionWiki - Variable in class org.odpi.openmetadata.frameworks.openmetadata.properties.OpenMetadataTypeDef
- descriptionWiki - Variable in class org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.properties.typedefs.AttributeTypeDef
- descriptionWiki - Variable in class org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.properties.typedefs.TypeDef
- DESELECTED_TYPES - Enum constant in enum class org.odpi.openmetadata.adminservices.configuration.properties.OpenMetadataExchangeRule
-
Registration plus all type definitions (TypeDefs) and metadata instances (Entities and Relationships) NOT listed in selected types.
- DESIGN_MODEL - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.types.OpenMetadataType
-
A curated collection of design model elements.
- DESIGN_MODEL_ELEMENT - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.types.OpenMetadataType
-
An abstract, but well-formed representation of a concept, activity, architecture or other design element.
- DESIGN_PATTERN - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.types.OpenMetadataType
-
A description of a common solution with details of the problems it solves and its pros and cons.
- DESIGN_STEP - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.types.OpenMetadataProperty
-
Process that created the refinement.
- DesignModelDefinition - Interface in org.odpi.openmetadata.frameworks.openmetadata.definitions
-
A description of the predefined design models.
- DesignModelElementProperties - Class in org.odpi.openmetadata.frameworks.openmetadata.properties.designmodels
-
DesignModelElement describes an element in a design.
- DesignModelElementProperties() - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.properties.designmodels.DesignModelElementProperties
-
Default constructor
- DesignModelElementProperties(DesignModelElementProperties) - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.properties.designmodels.DesignModelElementProperties
-
Copy/clone constructor
- DesignModelProperties - Class in org.odpi.openmetadata.frameworks.openmetadata.properties.designmodels
-
DesignModel describes a collection of design model elements that make up a model of a design.
- DesignModelProperties() - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.properties.designmodels.DesignModelProperties
-
Default constructor
- DesignModelProperties(CollectionProperties) - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.properties.designmodels.DesignModelProperties
-
Copy/clone constructor
- DesignModelProperties(DesignModelProperties) - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.properties.designmodels.DesignModelProperties
-
Copy/clone constructor
- DESTINATION - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.integration.kafkaaudit.controls.DistributeAuditEventCatalogTarget
- DESTINATION_DATA_SET - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.governanceactions.provisioning.ProvisionTabularDatasetActionTarget
- DESTINATION_DATA_SET - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.wedgwood.WedgwoodProvisionSubscriptionActionTarget
- DESTINATION_DIRECTORY - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.governanceactions.provisioning.MoveCopyFileRequestParameter
- DESTINATION_DIRECTORY - Enum constant in enum class org.odpi.openmetadata.frameworks.opengovernance.controls.RequestParameter
- DESTINATION_NOT_FOUND - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.reports.ReportGuard
- DESTINATION_TEMPLATE_NAME - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.governanceactions.provisioning.MoveCopyFileRequestParameter
- destinationAddresses - Variable in class org.odpi.openmetadata.adapters.connectors.integration.openlineage.OpenLineageLogStoreConnectorBase
- destinationName - Variable in class org.odpi.openmetadata.adapters.connectors.integration.openlineage.OpenLineageCataloguerIntegrationConnector
- destroy() - Method in class org.odpi.openmetadata.userauthn.auth.LoggingRequestFilter
- DETACH - Enum constant in enum class org.odpi.openmetadata.frameworks.connectors.properties.users.AccessOperation
-
The user requests to detach a non-anchored element from the metadata element in the catalog.
- detachAgreementActor(String, String, String, DeleteRelationshipRequestBody) - Method in class org.odpi.openmetadata.viewservices.collectionmanager.server.CollectionManagerRESTServices
-
Detach an actor from an agreement.
- detachAgreementActor(String, String, String, DeleteRelationshipRequestBody) - Method in class org.odpi.openmetadata.viewservices.collectionmanager.server.spring.CollectionManagerResource
-
Detach an actor from an agreement.
- detachAgreementActor(String, String, DeleteOptions) - Method in class org.odpi.openmetadata.frameworks.openmetadata.handlers.CollectionHandler
-
Detach an actor from an agreement.
- detachAgreementActor(String, DeleteOptions) - Method in class org.odpi.openmetadata.frameworks.openmetadata.connectorcontext.CollectionClient
-
Detach an actor from an agreement.
- detachAgreementItem(String, String, String, String, DeleteRelationshipRequestBody) - Method in class org.odpi.openmetadata.viewservices.collectionmanager.server.CollectionManagerRESTServices
-
Detach an agreement from an element involved in its definition.
- detachAgreementItem(String, String, String, String, DeleteRelationshipRequestBody) - Method in class org.odpi.openmetadata.viewservices.collectionmanager.server.spring.CollectionManagerResource
-
Detach an agreement from an element involved in its definition.
- detachAgreementItem(String, String, String, DeleteOptions) - Method in class org.odpi.openmetadata.frameworks.openmetadata.handlers.CollectionHandler
-
Detach an agreement from an element involved in its definition.
- detachAgreementItem(String, String, DeleteOptions) - Method in class org.odpi.openmetadata.frameworks.openmetadata.connectorcontext.CollectionClient
-
Detach an agreement from an element involved in its definition.
- detachAnnotationFromDescribedElement(String, String, String, DeleteRelationshipRequestBody) - Method in class org.odpi.openmetadata.viewservices.datadiscovery.server.DataDiscoveryRESTServices
-
Detach an annotation from the element that it is describing (via AssociatedAnnotation relationship).
- detachAnnotationFromDescribedElement(String, String, String, DeleteRelationshipRequestBody) - Method in class org.odpi.openmetadata.viewservices.datadiscovery.server.spring.DataDiscoveryResource
-
Detach an annotation from the element that it is describing (via AssociatedAnnotation relationship).
- detachAnnotationFromDescribedElement(String, String, String, DeleteOptions) - Method in class org.odpi.openmetadata.frameworks.openmetadata.handlers.AnnotationHandler
-
Detach an annotation from the element that it is describing (via AssociatedAnnotation relationship).
- detachAnnotationFromDescribedElement(String, String, DeleteOptions) - Method in class org.odpi.openmetadata.frameworks.openmetadata.connectorcontext.AnnotationClient
-
Detach an annotation from the element that it is describing (via AssociatedAnnotation relationship).
- detachAnnotationFromItsPredecessor(String, String, String, DeleteRelationshipRequestBody) - Method in class org.odpi.openmetadata.viewservices.datadiscovery.server.DataDiscoveryRESTServices
-
Detach an annotation from an annotation from the previous run of the survey.
- detachAnnotationFromItsPredecessor(String, String, String, DeleteRelationshipRequestBody) - Method in class org.odpi.openmetadata.viewservices.datadiscovery.server.spring.DataDiscoveryResource
-
Detach an annotation from an annotation from the previous run of the survey.
- detachAnnotationFromItsPredecessor(String, String, String, DeleteOptions) - Method in class org.odpi.openmetadata.frameworks.openmetadata.handlers.AnnotationHandler
-
Detach an annotation from an annotation from the previous run of the survey.
- detachAnnotationFromItsPredecessor(String, String, DeleteOptions) - Method in class org.odpi.openmetadata.frameworks.openmetadata.connectorcontext.AnnotationClient
-
Detach an annotation from an annotation from the previous run of the survey.
- detachAnnotationFromReport(String, String, String, DeleteRelationshipRequestBody) - Method in class org.odpi.openmetadata.viewservices.datadiscovery.server.DataDiscoveryRESTServices
-
Detach an annotation from its report (ReportedAnnotation relationship).
- detachAnnotationFromReport(String, String, String, DeleteRelationshipRequestBody) - Method in class org.odpi.openmetadata.viewservices.datadiscovery.server.spring.DataDiscoveryResource
-
Detach an annotation from its report (ReportedAnnotation relationship).
- detachAnnotationFromReport(String, String, String, DeleteOptions) - Method in class org.odpi.openmetadata.frameworks.openmetadata.handlers.AnnotationHandler
-
Detach an annotation from its report (ReportedAnnotation relationship).
- detachAnnotationFromReport(String, String, DeleteOptions) - Method in class org.odpi.openmetadata.frameworks.openmetadata.connectorcontext.AnnotationClient
-
Detach an annotation from its report (ReportedAnnotation relationship).
- detachAnnotationMatch(String, String, String, DeleteRelationshipRequestBody) - Method in class org.odpi.openmetadata.viewservices.datadiscovery.server.DataDiscoveryRESTServices
-
Remove an AnnotationMatch relationship.
- detachAnnotationMatch(String, String, String, DeleteRelationshipRequestBody) - Method in class org.odpi.openmetadata.viewservices.datadiscovery.server.spring.DataDiscoveryResource
-
Remove an AnnotationMatch relationship.
- detachAnnotationMatch(String, String, String, DeleteOptions) - Method in class org.odpi.openmetadata.frameworks.openmetadata.handlers.AnnotationHandler
-
Remove an AnnotationMatch relationship.
- detachAPIEndpoint(String, String, String, DeleteOptions) - Method in class org.odpi.openmetadata.frameworks.openmetadata.handlers.AssetHandler
-
Detach an API from an endpoint
- detachAPIEndpoint(String, String, DeleteOptions) - Method in class org.odpi.openmetadata.frameworks.openmetadata.connectorcontext.AssetClient
-
Detach an API from an endpoint
- detachAssetFromConnection(String, String, String, String, DeleteRelationshipRequestBody) - Method in class org.odpi.openmetadata.viewservices.connectionmaker.server.ConnectionMakerRESTServices
-
Detach an asset from one of its connections.
- detachAssetFromConnection(String, String, String, String, DeleteRelationshipRequestBody) - Method in class org.odpi.openmetadata.viewservices.connectionmaker.server.spring.ConnectionMakerResource
-
Detach an asset from a connection.
- detachAssetFromConnection(String, String, String, DeleteOptions) - Method in class org.odpi.openmetadata.frameworks.openmetadata.handlers.ConnectionHandler
-
Detach an asset from one of its connections.
- detachAssetFromConnection(String, String, DeleteOptions) - Method in class org.odpi.openmetadata.frameworks.openmetadata.connectorcontext.ConnectionClient
-
Detach an asset from one of its connections.
- detachAssetFromProfile(String, String, String, String, DeleteRelationshipRequestBody) - Method in class org.odpi.openmetadata.viewservices.actormanager.server.ActorManagerRESTServices
-
Detach an asset from an IT profile.
- detachAssetFromProfile(String, String, String, String, DeleteRelationshipRequestBody) - Method in class org.odpi.openmetadata.viewservices.actormanager.server.spring.ActorManagerResource
-
Detach an asset from an IT profile.
- detachAssetFromProfile(String, String, String, DeleteOptions) - Method in class org.odpi.openmetadata.frameworks.openmetadata.handlers.ActorProfileHandler
-
Detach an asset from an IT profile.
- detachAssetFromProfile(String, String, DeleteOptions) - Method in class org.odpi.openmetadata.frameworks.openmetadata.connectorcontext.ActorProfileClient
-
Detach an asset from an IT profile.
- detachAssetUse(String, String, String, DeleteOptions) - Method in class org.odpi.openmetadata.frameworks.openmetadata.handlers.SoftwareCapabilityHandler
-
Remove a CapabilityAssetUse relationship.
- detachAssetUse(String, String, DeleteOptions) - Method in class org.odpi.openmetadata.frameworks.openmetadata.connectorcontext.SoftwareCapabilityClient
-
Remove a CapabilityAssetUse relationship.
- detachAssignmentScope(String, String, String, String, DeleteRelationshipRequestBody) - Method in class org.odpi.openmetadata.viewservices.actormanager.server.ActorManagerRESTServices
-
Detach an actor from its scope.
- detachAssignmentScope(String, String, String, String, DeleteRelationshipRequestBody) - Method in class org.odpi.openmetadata.viewservices.actormanager.server.spring.ActorManagerResource
-
Detach an actor from the element that describes its scope.
- detachAssignmentScope(String, String, String, DeleteOptions) - Method in class org.odpi.openmetadata.frameworks.openmetadata.handlers.GovernanceDefinitionHandler
-
Detach an actor from the element that describes its scope.
- detachAssignmentScope(String, String, DeleteOptions) - Method in class org.odpi.openmetadata.frameworks.openmetadata.connectorcontext.GovernanceDefinitionClient
-
Detach an actor from the element that describes its scope.
- detachAssociatedValidValues(String, String, String, DeleteRelationshipRequestBody) - Method in class org.odpi.openmetadata.viewservices.referencedata.server.ReferenceDataRESTServices
-
Detach a valid value from one of its peers.
- detachAssociatedValidValues(String, String, String, DeleteRelationshipRequestBody) - Method in class org.odpi.openmetadata.viewservices.referencedata.server.spring.ReferenceDataResource
-
Detach a valid value from one of its peers.
- detachAssociatedValidValues(String, String, String, DeleteOptions) - Method in class org.odpi.openmetadata.frameworks.openmetadata.handlers.ValidValueDefinitionHandler
-
Detach a valid value from one of its peers.
- detachAssociatedValidValues(String, String, DeleteOptions) - Method in class org.odpi.openmetadata.frameworks.openmetadata.connectorcontext.ValidValueDefinitionClient
-
Detach a valid value from one of its peers.
- detachAttributeForSchema(String, String, String, DeleteOptions) - Method in class org.odpi.openmetadata.frameworks.openmetadata.handlers.SchemaAttributeHandler
-
Detach a schema attribute from a schema type.
- detachAttributeForSchema(String, String, DeleteOptions) - Method in class org.odpi.openmetadata.frameworks.openmetadata.connectorcontext.SchemaAttributeClient
-
Detach a schema attribute from a schema type.
- detachBusinessCapabilityDependency(String, String, String, DeleteRelationshipRequestBody) - Method in class org.odpi.openmetadata.viewservices.digitalbusiness.server.DigitalBusinessRESTServices
-
Detach dependent business capabilities.
- detachBusinessCapabilityDependency(String, String, String, DeleteRelationshipRequestBody) - Method in class org.odpi.openmetadata.viewservices.digitalbusiness.server.spring.DigitalBusinessResource
-
Detach dependent business capabilities.
- detachBusinessCapabilityDependency(String, String, String, DeleteOptions) - Method in class org.odpi.openmetadata.frameworks.openmetadata.handlers.CollectionHandler
-
Detach dependent business capabilities.
- detachBusinessCapabilityDependency(String, String, DeleteOptions) - Method in class org.odpi.openmetadata.frameworks.openmetadata.connectorcontext.CollectionClient
-
Detach dependent business capabilities.
- detachCatalogTemplate(String, String, String, DeleteRelationshipRequestBody) - Method in class org.odpi.openmetadata.viewservices.templatemanager.server.spring.TemplateManagerResource
-
Detach a template for an element that this template is relevant to.
- detachCatalogTemplate(String, String, String, DeleteRelationshipRequestBody) - Method in class org.odpi.openmetadata.viewservices.templatemanager.server.TemplateManagerRESTServices
-
Remove a CatalogTemplate relationship between an element and one of its source elements.
- detachCatalogTemplate(String, String, String, DeleteOptions) - Method in class org.odpi.openmetadata.frameworks.openmetadata.handlers.TemplateHandler
-
Detach a template for an element that this template is relevant to.
- detachCatalogTemplate(String, String, DeleteOptions) - Method in class org.odpi.openmetadata.frameworks.openmetadata.connectorcontext.TemplateClient
-
Detach a template for an element that this template is relevant to.
- detachCertificationTypeToDataStructure(String, String, String, DeleteRelationshipRequestBody) - Method in class org.odpi.openmetadata.viewservices.datadesigner.server.DataDesignerRESTServices
-
Detach a data structure from a certification type.
- detachCertificationTypeToDataStructure(String, String, String, DeleteRelationshipRequestBody) - Method in class org.odpi.openmetadata.viewservices.datadesigner.server.spring.DataDesignerResource
-
Detach a data structure from a certification type.
- detachCertificationTypeToDataStructure(String, String, String, DeleteOptions) - Method in class org.odpi.openmetadata.frameworks.openmetadata.handlers.DataStructureHandler
-
Detach a data structure from a certification type.
- detachCitedDocumentReference(String, String, String, String, DeleteRelationshipRequestBody) - Method in class org.odpi.openmetadata.viewservices.externallinks.server.ExternalLinksRESTServices
-
Detach an element from its external document reference.
- detachCitedDocumentReference(String, String, String, String, DeleteRelationshipRequestBody) - Method in class org.odpi.openmetadata.viewservices.externallinks.server.spring.ExternalLinksResource
-
Detach an element from its external document reference.
- detachCitedDocumentReference(String, String, String, DeleteOptions) - Method in class org.odpi.openmetadata.frameworks.openmetadata.handlers.ExternalReferenceHandler
-
Detach an element from its external document reference.
- detachCitedDocumentReference(String, String, DeleteOptions) - Method in class org.odpi.openmetadata.frameworks.openmetadata.connectorcontext.ExternalReferenceClient
-
Detach an element from its external document reference.
- detachCohortFromMember(String, String, String, DeleteOptions) - Method in class org.odpi.openmetadata.frameworks.openmetadata.handlers.MetadataRepositoryCohortHandler
-
Detach an open metadata cohort from a cohort member.
- detachCohortFromMember(String, String, DeleteOptions) - Method in class org.odpi.openmetadata.frameworks.openmetadata.connectorcontext.MetadataRepositoryCohortClient
-
Detach an open metadata cohort from a cohort member.
- detachCohortMember(String, String, String, DeleteRelationshipRequestBody) - Method in class org.odpi.openmetadata.viewservices.runtimemanager.server.RuntimeManagerRESTServices
-
Detach a member form a cohort.
- detachCohortMember(String, String, String, DeleteRelationshipRequestBody) - Method in class org.odpi.openmetadata.viewservices.runtimemanager.server.spring.RuntimeManagerResource
-
Detach a member from a cohort.
- detachCollection(String, String, String, String, DeleteRelationshipRequestBody) - Method in class org.odpi.openmetadata.viewservices.collectionmanager.server.CollectionManagerRESTServices
-
Detach an existing collection from an element.
- detachCollection(String, String, String, String, DeleteRelationshipRequestBody) - Method in class org.odpi.openmetadata.viewservices.collectionmanager.server.spring.CollectionManagerResource
-
Detach an existing collection from an element.
- detachCollection(String, String, String, DeleteOptions) - Method in class org.odpi.openmetadata.frameworks.openmetadata.handlers.CollectionHandler
-
Detach an existing collection from an element.
- detachCollection(String, String, DeleteOptions) - Method in class org.odpi.openmetadata.frameworks.openmetadata.connectorcontext.CollectionClient
-
Detach an existing collection from an element.
- detachConnectionConnectorType(String, String, String, String, DeleteRelationshipRequestBody) - Method in class org.odpi.openmetadata.viewservices.connectionmaker.server.ConnectionMakerRESTServices
-
Remove the ConnectionConnectorType relationship between a connection and a connector type.
- detachConnectionConnectorType(String, String, String, String, DeleteRelationshipRequestBody) - Method in class org.odpi.openmetadata.viewservices.connectionmaker.server.spring.ConnectionMakerResource
-
Remove the ConnectionConnectorType relationship between a connection and a connector type.
- detachConnectionConnectorType(String, String, String, DeleteOptions) - Method in class org.odpi.openmetadata.frameworks.openmetadata.handlers.ConnectionHandler
-
Remove the ConnectionConnectorType relationship between a connection and a connector type.
- detachConnectionConnectorType(String, String, DeleteOptions) - Method in class org.odpi.openmetadata.frameworks.openmetadata.connectorcontext.ConnectionClient
-
Remove the ConnectionConnectorType relationship between a connection and a connector type.
- detachConnectionEndpoint(String, String, String, String, DeleteRelationshipRequestBody) - Method in class org.odpi.openmetadata.viewservices.connectionmaker.server.ConnectionMakerRESTServices
-
Remove the ConnectToEndpoint relationship between a connection and an endpoint.
- detachConnectionEndpoint(String, String, String, String, DeleteRelationshipRequestBody) - Method in class org.odpi.openmetadata.viewservices.connectionmaker.server.spring.ConnectionMakerResource
-
Remove the ConnectToEndpoint relationship between a connection and an endpoint.
- detachConnectionEndpoint(String, String, String, DeleteOptions) - Method in class org.odpi.openmetadata.frameworks.openmetadata.handlers.ConnectionHandler
-
Remove the ConnectToEndpoint relationship between a connection and an endpoint.
- detachConnectionEndpoint(String, String, DeleteOptions) - Method in class org.odpi.openmetadata.frameworks.openmetadata.connectorcontext.ConnectionClient
-
Remove the ConnectToEndpoint relationship between a connection and an endpoint.
- detachConsistentValidValues(String, String, String, DeleteRelationshipRequestBody) - Method in class org.odpi.openmetadata.viewservices.referencedata.server.ReferenceDataRESTServices
-
Detach a valid value from one of its peers.
- detachConsistentValidValues(String, String, String, DeleteRelationshipRequestBody) - Method in class org.odpi.openmetadata.viewservices.referencedata.server.spring.ReferenceDataResource
-
Detach a valid value from one of its peers.
- detachConsistentValidValues(String, String, String, DeleteOptions) - Method in class org.odpi.openmetadata.frameworks.openmetadata.handlers.ValidValueDefinitionHandler
-
Detach a valid value from one of its peers.
- detachConsistentValidValues(String, String, DeleteOptions) - Method in class org.odpi.openmetadata.frameworks.openmetadata.connectorcontext.ValidValueDefinitionClient
-
Detach a valid value from one of its peers.
- detachContactDetails(String, String, String, String, DeleteRelationshipRequestBody) - Method in class org.odpi.openmetadata.viewservices.actormanager.server.ActorManagerRESTServices
-
Detach an element from its contact details.
- detachContactDetails(String, String, String, String, DeleteRelationshipRequestBody) - Method in class org.odpi.openmetadata.viewservices.actormanager.server.spring.ActorManagerResource
-
Detach an element from its contact details.
- detachContactDetails(String, String, String, DeleteOptions) - Method in class org.odpi.openmetadata.frameworks.openmetadata.handlers.ContactDetailsHandler
-
Detach an element from its contact details.
- detachContactDetails(String, String, DeleteOptions) - Method in class org.odpi.openmetadata.frameworks.openmetadata.connectorcontext.ContactDetailsClient
-
Detach an element from its contact details.
- detachContextEventEvidence(String, String, String, String, DeleteRelationshipRequestBody) - Method in class org.odpi.openmetadata.viewservices.timekeeper.server.spring.TimeKeeperResource
-
Detach a context event from an element that provides evidence that this context event is real.
- detachContextEventEvidence(String, String, String, String, DeleteRelationshipRequestBody) - Method in class org.odpi.openmetadata.viewservices.timekeeper.server.TimeKeeperRESTServices
-
Detach a context event from an element that provides evidence that this context event is real.
- detachContextEventEvidence(String, String, String, DeleteOptions) - Method in class org.odpi.openmetadata.frameworks.openmetadata.handlers.ContextEventHandler
-
Detach a context event from an element that provides evidence that this context event is real.
- detachContextEventEvidence(String, String, DeleteOptions) - Method in class org.odpi.openmetadata.frameworks.openmetadata.connectorcontext.ContextEventClient
-
Detach a context event from an element that provides evidence that this context event is real.
- detachContextEventImpact(String, String, String, String, DeleteRelationshipRequestBody) - Method in class org.odpi.openmetadata.viewservices.timekeeper.server.spring.TimeKeeperResource
-
Detach a context event from an element that is impacted by the event.
- detachContextEventImpact(String, String, String, String, DeleteRelationshipRequestBody) - Method in class org.odpi.openmetadata.viewservices.timekeeper.server.TimeKeeperRESTServices
-
Detach a context event from an element that is impacted by the event.
- detachContextEventImpact(String, String, String, DeleteOptions) - Method in class org.odpi.openmetadata.frameworks.openmetadata.handlers.ContextEventHandler
-
Detach a context event from an element that is impacted by the event.
- detachContextEventImpact(String, String, DeleteOptions) - Method in class org.odpi.openmetadata.frameworks.openmetadata.connectorcontext.ContextEventClient
-
Detach a context event from an element that is impacted by the event.
- detachContextEventTimelineEffect(String, String, String, String, DeleteRelationshipRequestBody) - Method in class org.odpi.openmetadata.viewservices.timekeeper.server.spring.TimeKeeperResource
-
Detach a context event from an element whose data is impacted by the event.
- detachContextEventTimelineEffect(String, String, String, String, DeleteRelationshipRequestBody) - Method in class org.odpi.openmetadata.viewservices.timekeeper.server.TimeKeeperRESTServices
-
Detach a context event from an element whose data is impacted by the event.
- detachContextEventTimelineEffect(String, String, String, DeleteOptions) - Method in class org.odpi.openmetadata.frameworks.openmetadata.handlers.ContextEventHandler
-
Detach a context event from an element whose data is impacted by the event.
- detachContextEventTimelineEffect(String, String, DeleteOptions) - Method in class org.odpi.openmetadata.frameworks.openmetadata.connectorcontext.ContextEventClient
-
Detach a context event from an element whose data is impacted by the event.
- detachContract(String, String, String, String, DeleteRelationshipRequestBody) - Method in class org.odpi.openmetadata.viewservices.collectionmanager.server.CollectionManagerRESTServices
-
Detach an agreement from an external reference describing the location of the contract documents.
- detachContract(String, String, String, String, DeleteRelationshipRequestBody) - Method in class org.odpi.openmetadata.viewservices.collectionmanager.server.spring.CollectionManagerResource
-
Detach an agreement from an external reference describing the location of the contract documents.
- detachContract(String, String, String, DeleteOptions) - Method in class org.odpi.openmetadata.frameworks.openmetadata.handlers.CollectionHandler
-
Detach an agreement from an external reference describing the location of the contract documents.
- detachContract(String, String, DeleteOptions) - Method in class org.odpi.openmetadata.frameworks.openmetadata.connectorcontext.CollectionClient
-
Detach an agreement from an external reference describing the location of the contract documents.
- detachContributionRecordFromProfile(String, String, String, DeleteOptions) - Method in class org.odpi.openmetadata.frameworks.openmetadata.handlers.ContributionRecordHandler
-
Detach a contribution record from a profile.
- detachDataClassDefinition(String, String, String, DeleteOptions) - Method in class org.odpi.openmetadata.frameworks.openmetadata.handlers.DataStructureHandler
-
Detach a data definition from a data class.
- detachDataClassMatch(String, String, DeleteOptions) - Method in class org.odpi.openmetadata.frameworks.openmetadata.connectorcontext.AnnotationClient
-
Detach a data class annotation from a data class.
- detachDataDescription(String, String, String, String, DeleteRelationshipRequestBody) - Method in class org.odpi.openmetadata.viewservices.collectionmanager.server.CollectionManagerRESTServices
-
Detach an existing collection from an element.
- detachDataDescription(String, String, String, String, DeleteRelationshipRequestBody) - Method in class org.odpi.openmetadata.viewservices.collectionmanager.server.spring.CollectionManagerResource
-
Detach an existing data describing collection from an element.
- detachDataDescription(String, String, String, DeleteOptions) - Method in class org.odpi.openmetadata.frameworks.openmetadata.handlers.CollectionHandler
-
Detach an existing data describing collection from an element.
- detachDataDescription(String, String, DeleteOptions) - Method in class org.odpi.openmetadata.frameworks.openmetadata.connectorcontext.CollectionClient
-
Detach an existing data describing collection from an element.
- detachDataSetContent(String, String, String, String, DeleteRelationshipRequestBody) - Method in class org.odpi.openmetadata.viewservices.assetmaker.server.AssetMakerRESTServices
-
Detach a data set from another asset that was supplying the data and is no more.
- detachDataSetContent(String, String, String, String, DeleteRelationshipRequestBody) - Method in class org.odpi.openmetadata.viewservices.assetmaker.server.spring.AssetMakerResource
-
Detach a data set from another asset that was supplying the data and is no more.
- detachDataSetContent(String, String, String, DeleteOptions) - Method in class org.odpi.openmetadata.frameworks.openmetadata.handlers.AssetHandler
-
Detach a data set from another asset that was supplying the data and is no more.
- detachDataSetContent(String, String, DeleteOptions) - Method in class org.odpi.openmetadata.frameworks.openmetadata.connectorcontext.AssetClient
-
Detach a data set from another asset that was supplying the data and is no more.
- detachDataValueAssignment(String, String, String, DeleteOptions) - Method in class org.odpi.openmetadata.frameworks.openmetadata.handlers.DataValueSpecificationHandler
-
Detach a data value from an element to show that it no longer describes its data values.
- detachDataValueAssignment(String, String, DeleteOptions) - Method in class org.odpi.openmetadata.frameworks.openmetadata.connectorcontext.DataValueSpecificationClient
-
Detach a data value from an element to show that it no longer describes its data values.
- detachDataValueDefinition(String, String, String, DeleteOptions) - Method in class org.odpi.openmetadata.frameworks.openmetadata.handlers.DataValueSpecificationHandler
-
Detach a data value from an element to show that it is no longer part of its definition.
- detachDataValueDefinition(String, String, DeleteOptions) - Method in class org.odpi.openmetadata.frameworks.openmetadata.connectorcontext.DataValueSpecificationClient
-
Detach a data value from an element to show that it is no longer part of its definition.
- detachDataValueSpecificationAssignment(String, String, String, DeleteRelationshipRequestBody) - Method in class org.odpi.openmetadata.viewservices.datadesigner.server.DataDesignerRESTServices
-
Detach an element from one of its assigned data value specifications.
- detachDataValueSpecificationAssignment(String, String, String, DeleteRelationshipRequestBody) - Method in class org.odpi.openmetadata.viewservices.datadesigner.server.spring.DataDesignerResource
-
Detach an element from one of its assigned data value specifications.
- detachDataValueSpecificationDefinition(String, String, String, DeleteRelationshipRequestBody) - Method in class org.odpi.openmetadata.viewservices.datadesigner.server.DataDesignerRESTServices
-
Detach a data definition from a data value specification.
- detachDataValueSpecificationDefinition(String, String, String, DeleteRelationshipRequestBody) - Method in class org.odpi.openmetadata.viewservices.datadesigner.server.spring.DataDesignerResource
-
Detach a data definition from a data value specification.
- detachDependentContextEvents(String, String, String, String, DeleteRelationshipRequestBody) - Method in class org.odpi.openmetadata.viewservices.timekeeper.server.spring.TimeKeeperResource
-
Detach two dependent context events from one another.
- detachDependentContextEvents(String, String, String, String, DeleteRelationshipRequestBody) - Method in class org.odpi.openmetadata.viewservices.timekeeper.server.TimeKeeperRESTServices
-
Detach two dependent context events from one another.
- detachDependentContextEvents(String, String, String, DeleteOptions) - Method in class org.odpi.openmetadata.frameworks.openmetadata.handlers.ContextEventHandler
-
Detach two dependent context events from one another.
- detachDependentContextEvents(String, String, DeleteOptions) - Method in class org.odpi.openmetadata.frameworks.openmetadata.connectorcontext.ContextEventClient
-
Detach two dependent context events from one another.
- detachDesignFromImplementation(String, String, String, String, DeleteRelationshipRequestBody) - Method in class org.odpi.openmetadata.viewservices.governanceofficer.server.GovernanceOfficerRESTServices
-
Detach a governance definition from its implementation.
- detachDesignFromImplementation(String, String, String, String, DeleteRelationshipRequestBody) - Method in class org.odpi.openmetadata.viewservices.governanceofficer.server.spring.GovernanceOfficerResource
-
Detach a design object such as a solution component or governance definition from its implementation.
- detachDesignFromImplementation(String, String, String, DeleteOptions) - Method in class org.odpi.openmetadata.frameworks.openmetadata.handlers.GovernanceDefinitionHandler
-
Detach a design object such as a solution component or governance definition from its implementation.
- detachDesignFromImplementation(String, String, DeleteOptions) - Method in class org.odpi.openmetadata.frameworks.openmetadata.connectorcontext.GovernanceDefinitionClient
-
Detach a design object such as a solution component or governance definition from its implementation.
- detachDigitalProductDependency(String, String, String, DeleteRelationshipRequestBody) - Method in class org.odpi.openmetadata.viewservices.productmanager.server.ProductManagerRESTServices
-
Unlink dependent products.
- detachDigitalProductDependency(String, String, String, DeleteRelationshipRequestBody) - Method in class org.odpi.openmetadata.viewservices.productmanager.server.spring.ProductManagerResource
-
Unlink dependent digital products.
- detachDigitalProductDependency(String, String, String, DeleteOptions) - Method in class org.odpi.openmetadata.frameworks.openmetadata.handlers.CollectionHandler
-
Unlink dependent products.
- detachDigitalProductDependency(String, String, DeleteOptions) - Method in class org.odpi.openmetadata.frameworks.openmetadata.connectorcontext.CollectionClient
-
Unlink dependent products.
- detachDigitalSupport(String, String, String, DeleteRelationshipRequestBody) - Method in class org.odpi.openmetadata.viewservices.digitalbusiness.server.DigitalBusinessRESTServices
-
Detach a business capability from an element that provides digital support.
- detachDigitalSupport(String, String, String, DeleteRelationshipRequestBody) - Method in class org.odpi.openmetadata.viewservices.digitalbusiness.server.spring.DigitalBusinessResource
-
Detach a business capability definition from a hierarchical relationship.
- detachDigitalSupport(String, String, String, DeleteOptions) - Method in class org.odpi.openmetadata.frameworks.openmetadata.handlers.CollectionHandler
-
Detach a business capability from an element that provides digital support.
- detachDigitalSupport(String, String, DeleteOptions) - Method in class org.odpi.openmetadata.frameworks.openmetadata.connectorcontext.CollectionClient
-
Detach a business capability from an element that provides digital support.
- detachEmbeddedConnection(String, String, String, String, DeleteRelationshipRequestBody) - Method in class org.odpi.openmetadata.viewservices.connectionmaker.server.ConnectionMakerRESTServices
-
Remove an EmbeddedConnection relationship between a virtual connection and an embedded connection.
- detachEmbeddedConnection(String, String, String, String, DeleteRelationshipRequestBody) - Method in class org.odpi.openmetadata.viewservices.connectionmaker.server.spring.ConnectionMakerResource
-
Remove an EmbeddedConnection relationship between a virtual connection and an embedded connection.
- detachEmbeddedConnection(String, String, String, DeleteOptions) - Method in class org.odpi.openmetadata.frameworks.openmetadata.handlers.ConnectionHandler
-
Remove an EmbeddedConnection relationship between a virtual connection and an embedded connection.
- detachEmbeddedConnection(String, String, DeleteOptions) - Method in class org.odpi.openmetadata.frameworks.openmetadata.connectorcontext.ConnectionClient
-
Remove an EmbeddedConnection relationship between a virtual connection and an embedded connection.
- detachEndpointFromITAsset(String, String, String, String, DeleteRelationshipRequestBody) - Method in class org.odpi.openmetadata.viewservices.connectionmaker.server.ConnectionMakerRESTServices
-
Detach an endpoint from an infrastructure asset.
- detachEndpointFromITAsset(String, String, String, String, DeleteRelationshipRequestBody) - Method in class org.odpi.openmetadata.viewservices.connectionmaker.server.spring.ConnectionMakerResource
-
Detach an endpoint from an infrastructure asset.
- detachEndpointFromITAsset(String, String, String, DeleteOptions) - Method in class org.odpi.openmetadata.frameworks.openmetadata.handlers.EndpointHandler
-
Detach an endpoint from an infrastructure asset.
- detachEndpointFromITAsset(String, String, DeleteOptions) - Method in class org.odpi.openmetadata.frameworks.openmetadata.connectorcontext.EndpointClient
-
Detach an endpoint from an infrastructure asset.
- detachExternalIdFromElement(String, String, String, DeleteOptions) - Method in class org.odpi.openmetadata.frameworks.openmetadata.handlers.ExternalIdHandler
-
Detach an externalId from an element.
- detachExternalIdFromElement(String, String, DeleteOptions) - Method in class org.odpi.openmetadata.frameworks.openmetadata.connectorcontext.ExternalIdClient
-
Detach an external id from an open metadata element.
- detachExternalReference(String, String, String, String, DeleteRelationshipRequestBody) - Method in class org.odpi.openmetadata.viewservices.externallinks.server.ExternalLinksRESTServices
-
Detach an external reference from an element.
- detachExternalReference(String, String, String, String, DeleteRelationshipRequestBody) - Method in class org.odpi.openmetadata.viewservices.externallinks.server.spring.ExternalLinksResource
-
Detach an external reference from an element.
- detachExternalReference(String, String, String, DeleteOptions) - Method in class org.odpi.openmetadata.frameworks.openmetadata.handlers.ExternalReferenceHandler
-
Detach an external reference from an element.
- detachExternalReference(String, String, DeleteOptions) - Method in class org.odpi.openmetadata.frameworks.openmetadata.connectorcontext.ExternalReferenceClient
-
Detach an external reference from an element.
- detachExternalSchemaType(String, String, String, DeleteOptions) - Method in class org.odpi.openmetadata.frameworks.openmetadata.handlers.SchemaAttributeHandler
-
Detach a schema element to an external schema type.
- detachExternalSchemaType(String, String, DeleteOptions) - Method in class org.odpi.openmetadata.frameworks.openmetadata.connectorcontext.SchemaAttributeClient
-
Detach a schema element to an external schema type.
- detachFolderHierarchy(String, String, String, DeleteOptions) - Method in class org.odpi.openmetadata.frameworks.openmetadata.handlers.AssetHandler
-
Detach a child folder from its parent.
- detachFolderHierarchy(String, String, DeleteOptions) - Method in class org.odpi.openmetadata.frameworks.openmetadata.connectorcontext.AssetClient
-
Detach a child folder from its parent.
- detachForeignKey(String, String, String, DeleteOptions) - Method in class org.odpi.openmetadata.frameworks.openmetadata.handlers.SchemaAttributeHandler
-
Detach a foreign key relationship for a relational column.
- detachForeignKey(String, String, DeleteOptions) - Method in class org.odpi.openmetadata.frameworks.openmetadata.connectorcontext.SchemaAttributeClient
-
Detach a foreign key relationship for a relational column.
- detachGovernanceActionExecutor(String, String, String, DeleteRelationshipRequestBody) - Method in class org.odpi.openmetadata.viewservices.actionauthor.server.ActionAuthorRESTServices
-
Detach a governance action type from the governance engine that it is to call.
- detachGovernanceActionExecutor(String, String, String, DeleteRelationshipRequestBody) - Method in class org.odpi.openmetadata.viewservices.actionauthor.server.spring.ActionAuthorResource
-
Detach a governance action type from the governance engine that it is to call.
- detachGovernanceActionExecutor(String, String, String, DeleteOptions) - Method in class org.odpi.openmetadata.frameworks.openmetadata.handlers.GovernanceDefinitionHandler
-
Detach a governance action type from the governance engine that it is to call.
- detachGovernanceActionProcessFlow(String, String, String, DeleteOptions) - Method in class org.odpi.openmetadata.frameworks.openmetadata.handlers.GovernanceDefinitionHandler
-
Detach a governance action process from the first step in the process.
- detachGovernanceResults(String, String, String, String, DeleteRelationshipRequestBody) - Method in class org.odpi.openmetadata.viewservices.governanceofficer.server.GovernanceOfficerRESTServices
-
Detach a governance metric from an asset that represents the data store where the measurements are located.
- detachGovernanceResults(String, String, String, String, DeleteRelationshipRequestBody) - Method in class org.odpi.openmetadata.viewservices.governanceofficer.server.spring.GovernanceOfficerResource
-
Detach a governance metric from an asset that represents the data store where the measurements are located.
- detachGovernanceResults(String, String, String, DeleteOptions) - Method in class org.odpi.openmetadata.frameworks.openmetadata.handlers.GovernanceDefinitionHandler
-
Detach a governance metric from an asset that represents the data store where the measurements are located.
- detachGovernanceResults(String, String, DeleteOptions) - Method in class org.odpi.openmetadata.frameworks.openmetadata.connectorcontext.GovernanceDefinitionClient
-
Detach a governance metric from an asset that represents the data store where the measurements are located.
- detachGovernanceZones(String, String, String, DeleteRelationshipRequestBody) - Method in class org.odpi.openmetadata.viewservices.securityofficer.server.SecurityOfficerRESTServices
-
Detach governance zone from a hierarchical relationship.
- detachGovernanceZones(String, String, String, DeleteRelationshipRequestBody) - Method in class org.odpi.openmetadata.viewservices.securityofficer.server.spring.SecurityOfficerResource
-
Detach a governance zone definition from a hierarchical relationship.
- detachGovernanceZones(String, String, String, DeleteOptions) - Method in class org.odpi.openmetadata.frameworks.openmetadata.handlers.GovernanceDefinitionHandler
-
Detach governance zone from a hierarchical relationship.
- detachGovernanceZones(String, String, DeleteOptions) - Method in class org.odpi.openmetadata.frameworks.openmetadata.connectorcontext.GovernanceDefinitionClient
-
Detach governance zone from a hierarchical relationship.
- detachGraphEdge(String, String, String, DeleteOptions) - Method in class org.odpi.openmetadata.frameworks.openmetadata.handlers.SchemaAttributeHandler
-
Detach a graph edge schema element from a graph vertex schema element.
- detachGraphEdge(String, String, DeleteOptions) - Method in class org.odpi.openmetadata.frameworks.openmetadata.connectorcontext.SchemaAttributeClient
-
Detach a graph edge schema element from a graph vertex schema element.
- detachImplementationResource(String, String, String, String, DeleteRelationshipRequestBody) - Method in class org.odpi.openmetadata.viewservices.governanceofficer.server.GovernanceOfficerRESTServices
-
Detach a design object such as a governance definition or solution component from one of its implementation resources
- detachImplementationResource(String, String, String, String, DeleteRelationshipRequestBody) - Method in class org.odpi.openmetadata.viewservices.governanceofficer.server.spring.GovernanceOfficerResource
-
Detach a design object such as a solution component or governance definition from one of its implementation resources.
- detachImplementationResource(String, String, String, DeleteOptions) - Method in class org.odpi.openmetadata.frameworks.openmetadata.handlers.GovernanceDefinitionHandler
-
Detach a design object such as a solution component or governance definition from one of its implementation resources.
- detachImplementationResource(String, String, DeleteOptions) - Method in class org.odpi.openmetadata.frameworks.openmetadata.connectorcontext.GovernanceDefinitionClient
-
Detach a design object such as a solution component or governance definition from one of its implementation resources.
- detachITProfileRoleFromProfile(String, String, String, String, DeleteRelationshipRequestBody) - Method in class org.odpi.openmetadata.viewservices.actormanager.server.ActorManagerRESTServices
-
Detach an IT profile role from an IT profile.
- detachITProfileRoleFromProfile(String, String, String, String, DeleteRelationshipRequestBody) - Method in class org.odpi.openmetadata.viewservices.actormanager.server.spring.ActorManagerResource
-
Detach an IT profile role from an IT profile.
- detachITProfileRoleFromProfile(String, String, String, DeleteOptions) - Method in class org.odpi.openmetadata.frameworks.openmetadata.handlers.ActorRoleHandler
-
Detach an IT profile role from an IT profile.
- detachITProfileRoleFromProfile(String, String, DeleteOptions) - Method in class org.odpi.openmetadata.frameworks.openmetadata.connectorcontext.ActorRoleClient
-
Detach an IT profile role from an IT profile.
- detachKnownLocation(String, String, String, DeleteRelationshipRequestBody) - Method in class org.odpi.openmetadata.viewservices.locationarena.server.LocationArenaRESTServices
-
Detach an element from its location.
- detachKnownLocation(String, String, String, DeleteRelationshipRequestBody) - Method in class org.odpi.openmetadata.viewservices.locationarena.server.spring.LocationArenaResource
-
Detach an element from its location.
- detachKnownLocation(String, String, String, DeleteOptions) - Method in class org.odpi.openmetadata.frameworks.openmetadata.handlers.LocationHandler
-
Detach an element from its location.
- detachKnownLocation(String, String, DeleteOptions) - Method in class org.odpi.openmetadata.frameworks.openmetadata.connectorcontext.LocationClient
-
Detach an element from its location.
- detachLineage(String, String, String, DeleteRelationshipRequestBody) - Method in class org.odpi.openmetadata.viewservices.lineagelinker.server.LineageLinkerRESTServices
-
Remove the lineage for an element.
- detachLineage(String, String, String, DeleteRelationshipRequestBody) - Method in class org.odpi.openmetadata.viewservices.lineagelinker.server.spring.LineageLinkerResource
-
Remove a lineage relationship between two elements.
- detachLineage(String, String, DeleteOptions) - Method in class org.odpi.openmetadata.frameworks.openmetadata.handlers.LineageHandler
-
Remove a lineage relationship between two elements.
- detachLineage(String, DeleteOptions) - Method in class org.odpi.openmetadata.frameworks.openmetadata.connectorcontext.LineageClient
-
Remove a lineage relationship between two elements.
- detachLinkedFile(String, String, String, DeleteOptions) - Method in class org.odpi.openmetadata.frameworks.openmetadata.handlers.AssetHandler
-
Detach a file from its folder.
- detachLinkedFile(String, String, DeleteOptions) - Method in class org.odpi.openmetadata.frameworks.openmetadata.connectorcontext.AssetClient
-
Detach a file from its folder.
- detachMapFromSchemaType(String, String, String, DeleteOptions) - Method in class org.odpi.openmetadata.frameworks.openmetadata.handlers.SchemaAttributeHandler
-
Detach a schema element from a "mapFrom" schema type.
- detachMapFromSchemaType(String, String, DeleteOptions) - Method in class org.odpi.openmetadata.frameworks.openmetadata.connectorcontext.SchemaAttributeClient
-
Detach a schema element from a "mapFrom" schema type.
- detachMappedValidValues(String, String, String, DeleteRelationshipRequestBody) - Method in class org.odpi.openmetadata.viewservices.referencedata.server.ReferenceDataRESTServices
-
Detach a valid value from one of its peers.
- detachMappedValidValues(String, String, String, DeleteRelationshipRequestBody) - Method in class org.odpi.openmetadata.viewservices.referencedata.server.spring.ReferenceDataResource
-
Detach a valid value from one of its peers.
- detachMappedValidValues(String, String, String, DeleteOptions) - Method in class org.odpi.openmetadata.frameworks.openmetadata.handlers.ValidValueDefinitionHandler
-
Detach a valid value from one of its peers.
- detachMappedValidValues(String, String, DeleteOptions) - Method in class org.odpi.openmetadata.frameworks.openmetadata.connectorcontext.ValidValueDefinitionClient
-
Detach a valid value from one of its peers.
- detachMapToSchemaType(String, String, String, DeleteOptions) - Method in class org.odpi.openmetadata.frameworks.openmetadata.handlers.SchemaAttributeHandler
-
Detach a schema element from a "mapTo" schema type.
- detachMapToSchemaType(String, String, DeleteOptions) - Method in class org.odpi.openmetadata.frameworks.openmetadata.connectorcontext.SchemaAttributeClient
-
Detach a schema element from a "mapTo" schema type.
- detachMediaReference(String, String, String, String, DeleteRelationshipRequestBody) - Method in class org.odpi.openmetadata.viewservices.externallinks.server.ExternalLinksRESTServices
-
Detach an external media reference from an element.
- detachMediaReference(String, String, String, String, DeleteRelationshipRequestBody) - Method in class org.odpi.openmetadata.viewservices.externallinks.server.spring.ExternalLinksResource
-
Detach an external media reference from an element.
- detachMediaReference(String, String, String, DeleteOptions) - Method in class org.odpi.openmetadata.frameworks.openmetadata.handlers.ExternalReferenceHandler
-
Detach an external media reference from an element.
- detachMediaReference(String, String, DeleteOptions) - Method in class org.odpi.openmetadata.frameworks.openmetadata.connectorcontext.ExternalReferenceClient
-
Detach an external media reference from an element.
- detachMemberDataField(String, String, String, DeleteRelationshipRequestBody) - Method in class org.odpi.openmetadata.viewservices.datadesigner.server.DataDesignerRESTServices
-
Detach a data field from a data structure.
- detachMemberDataField(String, String, String, DeleteRelationshipRequestBody) - Method in class org.odpi.openmetadata.viewservices.datadesigner.server.spring.DataDesignerResource
-
Detach a data field from a data structure.
- detachMemberDataField(String, String, String, DeleteOptions) - Method in class org.odpi.openmetadata.frameworks.openmetadata.handlers.DataStructureHandler
-
Detach a data field from a data structure.
- detachMemberDataField(String, String, DeleteOptions) - Method in class org.odpi.openmetadata.frameworks.openmetadata.connectorcontext.DataStructureClient
-
Detach a data field from a data structure.
- detachMonitoredResource(String, String, String, DeleteRelationshipRequestBody) - Method in class org.odpi.openmetadata.viewservices.notificationmanager.server.NotificationManagerRESTServices
-
Detach a monitored resource from a notification type.
- detachMonitoredResource(String, String, String, DeleteRelationshipRequestBody) - Method in class org.odpi.openmetadata.viewservices.notificationmanager.server.spring.NotificationManagerResource
-
Detach a monitored resource from a notification type.
- detachMonitoredResource(String, String, String, DeleteOptions) - Method in class org.odpi.openmetadata.frameworks.openmetadata.handlers.GovernanceDefinitionHandler
-
Detach a monitored resource from a notification type.
- detachMonitoredResource(String, String, DeleteOptions) - Method in class org.odpi.openmetadata.frameworks.openmetadata.connectorcontext.GovernanceDefinitionClient
-
Detach a monitored resource from a notification type.
- detachNestedDataClass(String, String, String, DeleteRelationshipRequestBody) - Method in class org.odpi.openmetadata.viewservices.datadesigner.server.DataDesignerRESTServices
-
Detach two nested data value specifications from one another.
- detachNestedDataClass(String, String, String, DeleteRelationshipRequestBody) - Method in class org.odpi.openmetadata.viewservices.datadesigner.server.spring.DataDesignerResource
-
Detach two nested data classes from one another.
- detachNestedDataClass(String, String, String, DeleteOptions) - Method in class org.odpi.openmetadata.frameworks.openmetadata.handlers.DataValueSpecificationHandler
-
Detach two nested data classes from one another.
- detachNestedDataClass(String, String, DeleteOptions) - Method in class org.odpi.openmetadata.frameworks.openmetadata.connectorcontext.DataValueSpecificationClient
-
Detach two nested data classes from one another.
- detachNestedDataFields(String, String, String, DeleteRelationshipRequestBody) - Method in class org.odpi.openmetadata.viewservices.datadesigner.server.DataDesignerRESTServices
-
Detach two data fields from one another.
- detachNestedDataFields(String, String, String, DeleteRelationshipRequestBody) - Method in class org.odpi.openmetadata.viewservices.datadesigner.server.spring.DataDesignerResource
-
Detach two data fields from one another.
- detachNestedDataFields(String, String, String, DeleteOptions) - Method in class org.odpi.openmetadata.frameworks.openmetadata.handlers.DataFieldHandler
-
Detach two data fields from one another.
- detachNestedDataFields(String, String, DeleteOptions) - Method in class org.odpi.openmetadata.frameworks.openmetadata.connectorcontext.DataFieldClient
-
Detach two data fields from one another.
- detachNestedFile(String, String, String, DeleteOptions) - Method in class org.odpi.openmetadata.frameworks.openmetadata.handlers.AssetHandler
-
Detach a file from its folder.
- detachNestedFile(String, String, DeleteOptions) - Method in class org.odpi.openmetadata.frameworks.openmetadata.connectorcontext.AssetClient
-
Detach a file from its folder.
- detachNestedLocation(String, String, String, DeleteRelationshipRequestBody) - Method in class org.odpi.openmetadata.viewservices.locationarena.server.LocationArenaRESTServices
-
Detach a super location from a nested location.
- detachNestedLocation(String, String, String, DeleteRelationshipRequestBody) - Method in class org.odpi.openmetadata.viewservices.locationarena.server.spring.LocationArenaResource
-
Detach a super location from a nested location.
- detachNestedLocation(String, String, String, DeleteOptions) - Method in class org.odpi.openmetadata.frameworks.openmetadata.handlers.LocationHandler
-
Detach a super location from a nested location.
- detachNestedLocation(String, String, DeleteOptions) - Method in class org.odpi.openmetadata.frameworks.openmetadata.connectorcontext.LocationClient
-
Detach a super location from a nested location.
- detachNestedSchemaAttribute(String, String, String, DeleteOptions) - Method in class org.odpi.openmetadata.frameworks.openmetadata.handlers.SchemaAttributeHandler
-
Detach a nested schema attribute for a schema attribute.
- detachNestedSchemaAttribute(String, String, DeleteOptions) - Method in class org.odpi.openmetadata.frameworks.openmetadata.connectorcontext.SchemaAttributeClient
-
Detach a nested schema attribute for a schema attribute.
- detachNextProcessStep(String, String, DeleteOptions) - Method in class org.odpi.openmetadata.frameworks.openmetadata.handlers.GovernanceDefinitionHandler
-
Remove a relationship between two governance action process steps.
- detachNotificationSubscriber(String, String, String, DeleteRelationshipRequestBody) - Method in class org.odpi.openmetadata.viewservices.notificationmanager.server.NotificationManagerRESTServices
-
Detach a subscriber from a notification type.
- detachNotificationSubscriber(String, String, String, DeleteRelationshipRequestBody) - Method in class org.odpi.openmetadata.viewservices.notificationmanager.server.spring.NotificationManagerResource
-
Detach a subscriber from a notification type.
- detachNotificationSubscriber(String, String, String, DeleteOptions) - Method in class org.odpi.openmetadata.frameworks.openmetadata.handlers.GovernanceDefinitionHandler
-
Detach a subscriber from a notification type.
- detachNotificationSubscriber(String, String, DeleteOptions) - Method in class org.odpi.openmetadata.frameworks.openmetadata.connectorcontext.GovernanceDefinitionClient
-
Detach a subscriber from a notification type.
- detachPeerDefinitions(String, String, String, String, String, DeleteRelationshipRequestBody) - Method in class org.odpi.openmetadata.viewservices.governanceofficer.server.GovernanceOfficerRESTServices
-
Detach a governance definition from one of its peers.
- detachPeerDefinitions(String, String, String, String, String, DeleteRelationshipRequestBody) - Method in class org.odpi.openmetadata.viewservices.governanceofficer.server.spring.GovernanceOfficerResource
-
Detach a governance definition from one of its peers.
- detachPeerDefinitions(String, String, String, String, DeleteOptions) - Method in class org.odpi.openmetadata.frameworks.openmetadata.handlers.GovernanceDefinitionHandler
-
Detach a governance definition from one of its peers.
- detachPeerDefinitions(String, String, String, DeleteOptions) - Method in class org.odpi.openmetadata.frameworks.openmetadata.connectorcontext.GovernanceDefinitionClient
-
Detach a governance definition from one of its peers.
- detachPeerLocations(String, String, String, DeleteRelationshipRequestBody) - Method in class org.odpi.openmetadata.viewservices.locationarena.server.LocationArenaRESTServices
-
Detach a location from one of its peers.
- detachPeerLocations(String, String, String, DeleteRelationshipRequestBody) - Method in class org.odpi.openmetadata.viewservices.locationarena.server.spring.LocationArenaResource
-
Detach a location from one of its peers.
- detachPeerLocations(String, String, String, DeleteOptions) - Method in class org.odpi.openmetadata.frameworks.openmetadata.handlers.LocationHandler
-
Detach a location from one of its peers.
- detachPeerLocations(String, String, DeleteOptions) - Method in class org.odpi.openmetadata.frameworks.openmetadata.connectorcontext.LocationClient
-
Detach a location from one of its peers.
- detachPeerPerson(String, String, String, DeleteRelationshipRequestBody) - Method in class org.odpi.openmetadata.viewservices.peopleorganizer.server.PeopleOrganizerRESTServices
-
Detach a person profile from one of its peers.
- detachPeerPerson(String, String, String, DeleteRelationshipRequestBody) - Method in class org.odpi.openmetadata.viewservices.peopleorganizer.server.spring.PeopleOrganizerResource
-
Detach a person profile from one of its peers.
- detachPeerPerson(String, String, String, DeleteOptions) - Method in class org.odpi.openmetadata.frameworks.openmetadata.handlers.ActorProfileHandler
-
Detach a person profile from one of its peers.
- detachPeerPerson(String, String, DeleteOptions) - Method in class org.odpi.openmetadata.frameworks.openmetadata.connectorcontext.ActorProfileClient
-
Detach a person profile from one of its peers.
- detachPersonRoleFromProfile(String, String, String, String, DeleteRelationshipRequestBody) - Method in class org.odpi.openmetadata.viewservices.actormanager.server.ActorManagerRESTServices
-
Detach a team role from a team profile.
- detachPersonRoleFromProfile(String, String, String, String, DeleteRelationshipRequestBody) - Method in class org.odpi.openmetadata.viewservices.actormanager.server.spring.ActorManagerResource
-
Detach a person role from a profile.
- detachPersonRoleFromProfile(String, String, String, DeleteOptions) - Method in class org.odpi.openmetadata.frameworks.openmetadata.handlers.ActorRoleHandler
-
Detach a person role from a profile.
- detachPersonRoleFromProfile(String, String, DeleteOptions) - Method in class org.odpi.openmetadata.frameworks.openmetadata.connectorcontext.ActorRoleClient
-
Detach a person role from a profile.
- detachProcessHierarchy(String, String, String, DeleteOptions) - Method in class org.odpi.openmetadata.frameworks.openmetadata.handlers.AssetHandler
-
Detach a child process from its parent.
- detachProcessHierarchy(String, String, DeleteOptions) - Method in class org.odpi.openmetadata.frameworks.openmetadata.connectorcontext.AssetClient
-
Detach a child process from its parent.
- detachProductManager(String, String, String, DeleteRelationshipRequestBody) - Method in class org.odpi.openmetadata.viewservices.productmanager.server.ProductManagerRESTServices
-
Detach a product manager from a digital product.
- detachProductManager(String, String, String, DeleteRelationshipRequestBody) - Method in class org.odpi.openmetadata.viewservices.productmanager.server.spring.ProductManagerResource
-
Detach a product manager from a digital product.
- detachProductManager(String, String, String, DeleteOptions) - Method in class org.odpi.openmetadata.frameworks.openmetadata.handlers.CollectionHandler
-
Detach a product manager from a digital product.
- detachProductManager(String, String, DeleteOptions) - Method in class org.odpi.openmetadata.frameworks.openmetadata.connectorcontext.CollectionClient
-
Detach a product manager from a digital product.
- detachProfileIdentity(String, String, String, String, DeleteRelationshipRequestBody) - Method in class org.odpi.openmetadata.viewservices.actormanager.server.ActorManagerRESTServices
-
Detach an actor profile from a user identity.
- detachProfileIdentity(String, String, String, String, DeleteRelationshipRequestBody) - Method in class org.odpi.openmetadata.viewservices.actormanager.server.spring.ActorManagerResource
-
Detach an actor profile from a user identity.
- detachProfileIdentity(String, String, String, DeleteOptions) - Method in class org.odpi.openmetadata.frameworks.openmetadata.handlers.UserIdentityHandler
-
Detach an actor profile from a user identity.
- detachProfileIdentity(String, String, DeleteOptions) - Method in class org.odpi.openmetadata.frameworks.openmetadata.connectorcontext.UserIdentityClient
-
Detach an actor profile from a user identity.
- detachQueryTarget(String, String, String, DeleteOptions) - Method in class org.odpi.openmetadata.frameworks.openmetadata.handlers.SchemaAttributeHandler
-
Detach a schema element from a "mapTo" schema type.
- detachQueryTarget(String, String, DeleteOptions) - Method in class org.odpi.openmetadata.frameworks.openmetadata.connectorcontext.SchemaAttributeClient
-
Detach a schema element from a "mapTo" schema type.
- detachReferenceValueAssignment(String, String, String, DeleteRelationshipRequestBody) - Method in class org.odpi.openmetadata.viewservices.referencedata.server.ReferenceDataRESTServices
-
Detach a valid value from a consumer - probably a schema element or data set.
- detachReferenceValueAssignment(String, String, String, DeleteRelationshipRequestBody) - Method in class org.odpi.openmetadata.viewservices.referencedata.server.spring.ReferenceDataResource
-
Detach a valid value from a tagged element
- detachReferenceValueAssignment(String, String, String, DeleteOptions) - Method in class org.odpi.openmetadata.frameworks.openmetadata.handlers.ValidValueDefinitionHandler
-
Detach a valid value from a tagged element.
- detachReferenceValueAssignment(String, String, DeleteOptions) - Method in class org.odpi.openmetadata.frameworks.openmetadata.connectorcontext.ValidValueDefinitionClient
-
Detach a valid value from a tagged element.
- detachRelatedContextEvents(String, String, String, String, DeleteRelationshipRequestBody) - Method in class org.odpi.openmetadata.viewservices.timekeeper.server.spring.TimeKeeperResource
-
Detach two context events that are related to one another.
- detachRelatedContextEvents(String, String, String, String, DeleteRelationshipRequestBody) - Method in class org.odpi.openmetadata.viewservices.timekeeper.server.TimeKeeperRESTServices
-
Detach two context events that are related to one another.
- detachRelatedContextEvents(String, String, String, DeleteOptions) - Method in class org.odpi.openmetadata.frameworks.openmetadata.handlers.ContextEventHandler
-
Detach two context events that are related to one another.
- detachRelatedContextEvents(String, String, DeleteOptions) - Method in class org.odpi.openmetadata.frameworks.openmetadata.connectorcontext.ContextEventClient
-
Detach two context events that are related to one another.
- detachRelatedElementsInStore(String, String, String, String, String, OpenMetadataDeleteRequestBody) - Method in class org.odpi.openmetadata.viewservices.metadataexpert.server.MetadataExpertRESTServices
-
Delete all relationships of a particular type between two metadata elements.
- detachRelatedElementsInStore(String, String, String, String, String, OpenMetadataDeleteRequestBody) - Method in class org.odpi.openmetadata.viewservices.metadataexpert.server.spring.MetadataExpertResource
-
Delete a relationship between two metadata elements.
- detachRelatedElementsInStore(String, String, String, String, DeleteOptions) - Method in interface org.odpi.openmetadata.frameworks.openmetadata.api.MetadataElementInterface
-
Delete all relationships of a particular type between two metadata elements.
- detachRelatedElementsInStore(String, String, String, String, DeleteOptions) - Method in class org.odpi.openmetadata.frameworks.openmetadata.client.OpenMetadataClient
-
Delete all relationships of a particular type between two metadata elements.
- detachRelatedElementsInStore(String, String, String, String, DeleteOptions) - Method in class org.odpi.openmetadata.frameworkservices.omf.client.OpenMetadataClientBase
-
Delete all relationships of a particular type between two metadata elements.
- detachRequestForActionTarget(String, String) - Method in class org.odpi.openmetadata.frameworks.opensurvey.AnnotationStore
-
Detach a request for action annotation from its intended target element.
- detachRequestForActionTarget(String, String, String, DeleteRelationshipRequestBody) - Method in class org.odpi.openmetadata.viewservices.datadiscovery.server.DataDiscoveryRESTServices
-
Detach a request for action annotation from its intended target element.
- detachRequestForActionTarget(String, String, String, DeleteRelationshipRequestBody) - Method in class org.odpi.openmetadata.viewservices.datadiscovery.server.spring.DataDiscoveryResource
-
Detach a request for action annotation from its intended target element.
- detachRequestForActionTarget(String, String, String, DeleteOptions) - Method in class org.odpi.openmetadata.frameworks.openmetadata.handlers.AnnotationHandler
-
Detach a request for action annotation from its intended target element.
- detachRequestForActionTarget(String, String, DeleteOptions) - Method in class org.odpi.openmetadata.frameworks.openmetadata.connectorcontext.AnnotationClient
-
Detach a request for action annotation from its intended target element.
- detachResourceProfileData(String, String, String, DeleteRelationshipRequestBody) - Method in class org.odpi.openmetadata.viewservices.datadiscovery.server.DataDiscoveryRESTServices
-
Detach a resource profile log annotation from an asset where the profile data is stored.
- detachResourceProfileData(String, String, String, DeleteRelationshipRequestBody) - Method in class org.odpi.openmetadata.viewservices.datadiscovery.server.spring.DataDiscoveryResource
-
Detach a resource profile log annotation from an asset where the profile data is stored.
- detachResourceProfileData(String, String, String, DeleteOptions) - Method in class org.odpi.openmetadata.frameworks.openmetadata.handlers.AnnotationHandler
-
Detach a resource profile log annotation from an asset where the profile data is stored.
- detachResourceProfileData(String, String, DeleteOptions) - Method in class org.odpi.openmetadata.frameworks.openmetadata.connectorcontext.AnnotationClient
-
Detach a resource profile log annotation from an asset where the profile data is stored.
- detachSchema(String, String, String, DeleteOptions) - Method in class org.odpi.openmetadata.frameworks.openmetadata.handlers.SchemaTypeHandler
-
Detach an element from the schema that describes its structure.
- detachSchema(String, String, DeleteOptions) - Method in class org.odpi.openmetadata.frameworks.openmetadata.connectorcontext.SchemaTypeClient
-
Detach an element from the schema type that describes its structure.
- detachSemanticDefinition(String, String, String, DeleteRelationshipRequestBody) - Method in class org.odpi.openmetadata.viewservices.datadesigner.server.DataDesignerRESTServices
-
Detach a data definition from a glossary term.
- detachSemanticDefinition(String, String, String, DeleteRelationshipRequestBody) - Method in class org.odpi.openmetadata.viewservices.datadesigner.server.spring.DataDesignerResource
-
Detach a data definition from a glossary term.
- detachSemanticDefinition(String, String, String, DeleteOptions) - Method in class org.odpi.openmetadata.frameworks.openmetadata.handlers.DataStructureHandler
-
Detach a data definition from a glossary term.
- detachSoftwareCapability(String, String, String, String, DeleteRelationshipRequestBody) - Method in class org.odpi.openmetadata.viewservices.assetmaker.server.AssetMakerRESTServices
-
Remove a relationship that links a software capability to an infrastructure asset like a software server.
- detachSoftwareCapability(String, String, String, String, DeleteRelationshipRequestBody) - Method in class org.odpi.openmetadata.viewservices.assetmaker.server.spring.AssetMakerResource
-
Remove a relationship that links a software capability to an infrastructure asset like a software server.
- detachSoftwareCapability(String, String, String, DeleteOptions) - Method in class org.odpi.openmetadata.frameworks.openmetadata.handlers.AssetHandler
-
Remove a relationship that links a software capability to an infrastructure asset like a software server.
- detachSoftwareCapability(String, String, DeleteOptions) - Method in class org.odpi.openmetadata.frameworks.openmetadata.connectorcontext.AssetClient
-
Remove a relationship that links a software capability to an infrastructure asset like a software server.
- detachSolutionComponentActor(String, String, String, DeleteRelationshipRequestBody) - Method in class org.odpi.openmetadata.viewservices.solutionarchitect.server.SolutionArchitectRESTServices
-
Detach a solution component from a solution role.
- detachSolutionComponentActor(String, String, String, DeleteRelationshipRequestBody) - Method in class org.odpi.openmetadata.viewservices.solutionarchitect.server.spring.SolutionArchitectResource
-
Detach a solution component from a solution role.
- detachSolutionComponentActor(String, String, String, DeleteOptions) - Method in class org.odpi.openmetadata.frameworks.openmetadata.handlers.SolutionComponentHandler
-
Detach a solution component from an actor role.
- detachSolutionComponentActor(String, String, DeleteOptions) - Method in class org.odpi.openmetadata.frameworks.openmetadata.connectorcontext.SolutionComponentClient
-
Detach a solution component from an actor role.
- detachSolutionDesign(String, String, String, DeleteRelationshipRequestBody) - Method in class org.odpi.openmetadata.viewservices.solutionarchitect.server.SolutionArchitectRESTServices
-
Detach a solution blueprint from the element it describes.
- detachSolutionDesign(String, String, String, DeleteRelationshipRequestBody) - Method in class org.odpi.openmetadata.viewservices.solutionarchitect.server.spring.SolutionArchitectResource
-
Detach a solution blueprint from the element it describes.
- detachSolutionDesign(String, String, String, DeleteOptions) - Method in class org.odpi.openmetadata.frameworks.openmetadata.handlers.CollectionHandler
-
Detach a solution blueprint from the element it describes.
- detachSolutionDesign(String, String, DeleteOptions) - Method in class org.odpi.openmetadata.frameworks.openmetadata.connectorcontext.CollectionClient
-
Detach a solution blueprint from the element it describes.
- detachSolutionLinkingWire(String, String, String, DeleteRelationshipRequestBody) - Method in class org.odpi.openmetadata.viewservices.solutionarchitect.server.SolutionArchitectRESTServices
-
Detach a solution component from a solution component.
- detachSolutionLinkingWire(String, String, String, DeleteRelationshipRequestBody) - Method in class org.odpi.openmetadata.viewservices.solutionarchitect.server.spring.SolutionArchitectResource
-
Detach a solution component from a peer solution component.
- detachSolutionLinkingWire(String, String, String, DeleteOptions) - Method in class org.odpi.openmetadata.frameworks.openmetadata.handlers.SolutionComponentHandler
-
Detach an element communicating with a solution component.
- detachSolutionLinkingWire(String, String, DeleteOptions) - Method in class org.odpi.openmetadata.frameworks.openmetadata.connectorcontext.SolutionComponentClient
-
Detach an element communicating with a solution component.
- detachSourcedFrom(String, String, String, DeleteRelationshipRequestBody) - Method in class org.odpi.openmetadata.viewservices.templatemanager.server.spring.TemplateManagerResource
-
Detach the source template for an element.
- detachSourcedFrom(String, String, String, DeleteRelationshipRequestBody) - Method in class org.odpi.openmetadata.viewservices.templatemanager.server.TemplateManagerRESTServices
-
Remove the PeerDuplicateLink relationship between an element and its duplicate.
- detachSourcedFrom(String, String, String, DeleteOptions) - Method in class org.odpi.openmetadata.frameworks.openmetadata.handlers.TemplateHandler
-
Detach a source template for an element.
- detachSourcedFrom(String, String, DeleteOptions) - Method in class org.odpi.openmetadata.frameworks.openmetadata.connectorcontext.TemplateClient
-
Detach a source template for an element.
- detachSpecializedDataValueSpecification(String, String, String, DeleteRelationshipRequestBody) - Method in class org.odpi.openmetadata.viewservices.datadesigner.server.DataDesignerRESTServices
-
Detach two data value specifications from one another.
- detachSpecializedDataValueSpecification(String, String, String, DeleteRelationshipRequestBody) - Method in class org.odpi.openmetadata.viewservices.datadesigner.server.spring.DataDesignerResource
-
Detach two data value specifications from one another.
- detachSpecializedDataValueSpecification(String, String, String, DeleteOptions) - Method in class org.odpi.openmetadata.frameworks.openmetadata.handlers.DataValueSpecificationHandler
-
Detach two data value specifications from one another.
- detachSpecializedDataValueSpecification(String, String, DeleteOptions) - Method in class org.odpi.openmetadata.frameworks.openmetadata.connectorcontext.DataValueSpecificationClient
-
Detach two data value specifications from one another.
- detachSpecificationProperty(String, String, String, DeleteOptions) - Method in class org.odpi.openmetadata.frameworks.openmetadata.handlers.ValidValueDefinitionHandler
-
Detach a referenceable to a specification property valid value.
- detachSpecificationProperty(String, String, DeleteOptions) - Method in class org.odpi.openmetadata.frameworks.openmetadata.connectorcontext.ValidValueDefinitionClient
-
Detach a referenceable to a specification property valid value.
- detachSubcomponent(String, String, String, DeleteRelationshipRequestBody) - Method in class org.odpi.openmetadata.viewservices.solutionarchitect.server.SolutionArchitectRESTServices
-
Detach a solution component from a solution component.
- detachSubcomponent(String, String, String, DeleteRelationshipRequestBody) - Method in class org.odpi.openmetadata.viewservices.solutionarchitect.server.spring.SolutionArchitectResource
-
Detach a solution component from a solution component.
- detachSubcomponent(String, String, String, DeleteOptions) - Method in class org.odpi.openmetadata.frameworks.openmetadata.handlers.SolutionComponentHandler
-
Detach a solution component from a solution component.
- detachSubcomponent(String, String, DeleteOptions) - Method in class org.odpi.openmetadata.frameworks.openmetadata.connectorcontext.SolutionComponentClient
-
Detach a solution component from a solution component.
- detachSubjectAreas(String, String, String, DeleteRelationshipRequestBody) - Method in class org.odpi.openmetadata.viewservices.subjectarea.server.spring.SubjectAreaResource
-
Detach a subject area definition from a hierarchical relationship.
- detachSubjectAreas(String, String, String, DeleteRelationshipRequestBody) - Method in class org.odpi.openmetadata.viewservices.subjectarea.server.SubjectAreaRESTServices
-
Detach subject area definitions from their hierarchical relationship.
- detachSubjectAreas(String, String, String, DeleteOptions) - Method in class org.odpi.openmetadata.frameworks.openmetadata.handlers.GovernanceDefinitionHandler
-
Detach subject area definitions from their hierarchical relationship.
- detachSubjectAreas(String, String, DeleteOptions) - Method in class org.odpi.openmetadata.frameworks.openmetadata.connectorcontext.GovernanceDefinitionClient
-
Detach subject area definitions from their hierarchical relationship..
- detachSubscriber(String, String, String, String, DeleteRelationshipRequestBody) - Method in class org.odpi.openmetadata.viewservices.collectionmanager.server.CollectionManagerRESTServices
-
Detach a subscriber from a subscription.
- detachSubscriber(String, String, String, String, DeleteRelationshipRequestBody) - Method in class org.odpi.openmetadata.viewservices.collectionmanager.server.spring.CollectionManagerResource
-
Detach a subscriber from a subscription.
- detachSubscriber(String, String, String, DeleteOptions) - Method in class org.odpi.openmetadata.frameworks.openmetadata.handlers.CollectionHandler
-
Detach a subscriber from a subscription.
- detachSubscriber(String, String, DeleteOptions) - Method in class org.odpi.openmetadata.frameworks.openmetadata.connectorcontext.CollectionClient
-
Detach a subscriber from a subscription.
- detachSupportingDefinition(String, String, String, String, String, DeleteRelationshipRequestBody) - Method in class org.odpi.openmetadata.viewservices.governanceofficer.server.GovernanceOfficerRESTServices
-
Detach a governance definition from a supporting governance definition.
- detachSupportingDefinition(String, String, String, String, String, DeleteRelationshipRequestBody) - Method in class org.odpi.openmetadata.viewservices.governanceofficer.server.spring.GovernanceOfficerResource
-
Detach a governance definition from a supporting governance definition.
- detachSupportingDefinition(String, String, String, String, DeleteOptions) - Method in class org.odpi.openmetadata.frameworks.openmetadata.handlers.GovernanceDefinitionHandler
-
Detach a governance definition from a supporting governance definition.
- detachSupportingDefinition(String, String, String, DeleteOptions) - Method in class org.odpi.openmetadata.frameworks.openmetadata.connectorcontext.GovernanceDefinitionClient
-
Detach a governance definition from a supporting governance definition.
- detachTargetForGovernanceAction(String, String, String, DeleteRelationshipRequestBody) - Method in class org.odpi.openmetadata.viewservices.actionauthor.server.ActionAuthorRESTServices
-
Detach a governance action from the element it is to work on (action target).
- detachTargetForGovernanceAction(String, String, String, DeleteRelationshipRequestBody) - Method in class org.odpi.openmetadata.viewservices.actionauthor.server.spring.ActionAuthorResource
-
Detach a governance action from the element it is to work on (action target).
- detachTargetForGovernanceAction(String, String, String, DeleteOptions) - Method in class org.odpi.openmetadata.frameworks.openmetadata.handlers.GovernanceDefinitionHandler
-
Detach a governance action from the element it is to work on (action target).
- detachTeamRoleFromProfile(String, String, String, String, DeleteRelationshipRequestBody) - Method in class org.odpi.openmetadata.viewservices.actormanager.server.ActorManagerRESTServices
-
Detach a team role from a team profile.
- detachTeamRoleFromProfile(String, String, String, String, DeleteRelationshipRequestBody) - Method in class org.odpi.openmetadata.viewservices.actormanager.server.spring.ActorManagerResource
-
Detach a team role from a team profile.
- detachTeamRoleFromProfile(String, String, String, DeleteOptions) - Method in class org.odpi.openmetadata.frameworks.openmetadata.handlers.ActorRoleHandler
-
Detach a team role from a team profile.
- detachTeamRoleFromProfile(String, String, DeleteOptions) - Method in class org.odpi.openmetadata.frameworks.openmetadata.connectorcontext.ActorRoleClient
-
Detach a team role from a team profile.
- detachTeamStructure(String, String, String, DeleteRelationshipRequestBody) - Method in class org.odpi.openmetadata.viewservices.peopleorganizer.server.PeopleOrganizerRESTServices
-
Detach a super team from a subteam.
- detachTeamStructure(String, String, String, DeleteRelationshipRequestBody) - Method in class org.odpi.openmetadata.viewservices.peopleorganizer.server.spring.PeopleOrganizerResource
-
Detach a super team from a subteam.
- detachTeamStructure(String, String, String, DeleteOptions) - Method in class org.odpi.openmetadata.frameworks.openmetadata.handlers.ActorProfileHandler
-
Detach a super team from a subteam.
- detachTeamStructure(String, String, DeleteOptions) - Method in class org.odpi.openmetadata.frameworks.openmetadata.connectorcontext.ActorProfileClient
-
Detach a super team from a subteam.
- detachValidValueImplementation(String, String, String, DeleteRelationshipRequestBody) - Method in class org.odpi.openmetadata.viewservices.referencedata.server.ReferenceDataRESTServices
-
Detach a valid value from an implementation - probably a referenceable.
- detachValidValueImplementation(String, String, String, DeleteRelationshipRequestBody) - Method in class org.odpi.openmetadata.viewservices.referencedata.server.spring.ReferenceDataResource
-
Detach a valid value from an implementation - probably a referenceable.
- detachValidValueImplementation(String, String, String, DeleteOptions) - Method in class org.odpi.openmetadata.frameworks.openmetadata.handlers.ValidValueDefinitionHandler
-
Detach a valid value from an implementation - probably a referenceable.
- detachValidValueImplementation(String, String, DeleteOptions) - Method in class org.odpi.openmetadata.frameworks.openmetadata.connectorcontext.ValidValueDefinitionClient
-
Detach a valid value from an implementation - probably a referenceable.
- detachValidValueMember(String, String, String, DeleteRelationshipRequestBody) - Method in class org.odpi.openmetadata.viewservices.referencedata.server.ReferenceDataRESTServices
-
Detach a valid value from a valid value set.
- detachValidValueMember(String, String, String, DeleteRelationshipRequestBody) - Method in class org.odpi.openmetadata.viewservices.referencedata.server.spring.ReferenceDataResource
-
Detach a valid value from a valid value set.
- detachValidValueMember(String, String, String, DeleteOptions) - Method in class org.odpi.openmetadata.frameworks.openmetadata.handlers.ValidValueDefinitionHandler
-
Detach a valid value from a valid value set.
- detachValidValueMember(String, String, DeleteOptions) - Method in class org.odpi.openmetadata.frameworks.openmetadata.connectorcontext.ValidValueDefinitionClient
-
Detach a super team from a valueValueMember.
- detachValidValuesAssignment(String, String, String, DeleteRelationshipRequestBody) - Method in class org.odpi.openmetadata.viewservices.referencedata.server.ReferenceDataRESTServices
-
Detach a valid value from a consumer - probably a schema element or data set.
- detachValidValuesAssignment(String, String, String, DeleteRelationshipRequestBody) - Method in class org.odpi.openmetadata.viewservices.referencedata.server.spring.ReferenceDataResource
-
Detach a valid value from a consumer - probably a schema element or data set.
- detachValidValuesAssignment(String, String, String, DeleteOptions) - Method in class org.odpi.openmetadata.frameworks.openmetadata.handlers.ValidValueDefinitionHandler
-
Detach a valid value from a consumer - probably a schema element or data set.
- detachValidValuesAssignment(String, String, DeleteOptions) - Method in class org.odpi.openmetadata.frameworks.openmetadata.connectorcontext.ValidValueDefinitionClient
-
Detach a valid value from a consumer - probably a schema element or data set.
- DETAILED_PROCESSING_ACTION_RELATIONSHIP - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.types.OpenMetadataType
-
Relationship identifying the individual actions in a data processing description.
- DetailedProcessingActionProperties - Class in org.odpi.openmetadata.frameworks.openmetadata.properties.governance
-
Links data processing actions in a parent-child hierarchy.
- DetailedProcessingActionProperties() - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.properties.governance.DetailedProcessingActionProperties
-
Default constructor
- DetailedProcessingActionProperties(DetailedProcessingActionProperties) - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.properties.governance.DetailedProcessingActionProperties
-
Copy/clone constructor
- detectAndThrowAdminExceptions(FFDCResponseBase) - Method in class org.odpi.openmetadata.adminservices.client.rest.AdminClientRESTExceptionHandler
-
Throw an exception if it is encoded in the REST response.
- detectAndThrowInvalidParameterException(String, FFDCResponseBase) - Method in class org.odpi.openmetadata.commonservices.ffdc.RESTExceptionHandler
-
Deprecated.
- detectAndThrowInvalidParameterException(String, OMRSAPIResponse) - Method in class org.odpi.openmetadata.repositoryservices.clients.MetadataCollectionServicesClient
-
Throw an InvalidParameterException if it is encoded in the REST response.
- detectAndThrowInvalidParameterException(FFDCResponse) - Method in class org.odpi.openmetadata.commonservices.ffdc.RESTExceptionHandler
-
Throw an InvalidParameterException if it is encoded in the REST response.
- detectAndThrowPropertyServerException(String, FFDCResponseBase) - Method in class org.odpi.openmetadata.commonservices.ffdc.RESTExceptionHandler
-
Deprecated.
- detectAndThrowPropertyServerException(FFDCResponse) - Method in class org.odpi.openmetadata.commonservices.ffdc.RESTExceptionHandler
-
Throw a PropertyServerException if it is encoded in the REST response.
- detectAndThrowRepositoryErrorException(String, OMRSAPIResponse) - Method in class org.odpi.openmetadata.repositoryservices.clients.MetadataCollectionServicesClient
-
This method should be the last "detect and throw" methods that is called since it converts all remaining exceptions to RepositoryErrorExceptions.
- detectAndThrowStandardExceptions(String, FFDCResponse) - Method in class org.odpi.openmetadata.commonservices.ffdc.RESTExceptionHandler
-
Throw an exception if it is encoded in the REST response.
- detectAndThrowUserNotAuthorizedException(String, FFDCResponseBase) - Method in class org.odpi.openmetadata.commonservices.ffdc.RESTExceptionHandler
-
Deprecated.
- detectAndThrowUserNotAuthorizedException(String, OMRSAPIResponse) - Method in class org.odpi.openmetadata.repositoryservices.clients.MetadataCollectionServicesClient
-
Throw an UserNotAuthorizedException if it is encoded in the REST response.
- detectAndThrowUserNotAuthorizedException(FFDCResponse) - Method in class org.odpi.openmetadata.commonservices.ffdc.RESTExceptionHandler
-
Throw the UserNotAuthorizedException exception if it is encoded in the REST response.
- DETERMINE_ORIGIN_OF_DATA - Enum constant in enum class org.odpi.openmetadata.samples.archiveutilities.governanceengines.SolutionComponent
- DEV_PROJECT - Enum constant in enum class org.odpi.openmetadata.samples.governanceactions.clinicaltrials.CocoClinicalTrialActionTarget
- DEVELOPMENT - Enum constant in enum class org.odpi.openmetadata.samples.archiveutilities.governanceprogram.CocoGovernanceZoneDefinition
-
it-development
- DEVELOPMENT_COMPLETE - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.enums.DeploymentStatus
-
The development of the instance is complete.
- DEVELOPMENT_STATUS - Enum constant in enum class org.odpi.openmetadata.adapters.repositoryservices.auditlogstore.postgres.schema.AuditLogColumn
- DEVOPS_PIPELINE - Enum constant in enum class org.odpi.openmetadata.adminservices.configuration.registration.ViewServiceDescription
-
Manage the metadata about the assets managed by a DevOps pipeline.
- DevopsPipelineAdmin - Class in org.odpi.openmetadata.viewservices.devopspipeline.admin
-
DevopsPipelineAdmin is the class that is called by the View Server to initialize and terminate the Devops Pipeline OMVS.
- DevopsPipelineAdmin() - Constructor for class org.odpi.openmetadata.viewservices.devopspipeline.admin.DevopsPipelineAdmin
-
Default constructor
- DevopsPipelineAuditCode - Enum Class in org.odpi.openmetadata.viewservices.devopspipeline.ffdc
-
The DevopsPipelineAuditCode is used to define the message content for the OMRS Audit Log.
- DevopsPipelineInstance - Class in org.odpi.openmetadata.viewservices.devopspipeline.server
-
DevopsPipelineInstance caches references to the objects it needs for a specific server.
- DevopsPipelineInstance(String, AuditLog, String, String, String, String, int, String, String) - Constructor for class org.odpi.openmetadata.viewservices.devopspipeline.server.DevopsPipelineInstance
-
Set up the Devops Pipeline OMVS instance
- DevopsPipelineInstanceHandler - Class in org.odpi.openmetadata.viewservices.devopspipeline.server
-
DevopsPipelineInstanceHandler retrieves information from the instance map for the view service instances.
- DevopsPipelineInstanceHandler() - Constructor for class org.odpi.openmetadata.viewservices.devopspipeline.server.DevopsPipelineInstanceHandler
-
Default constructor registers the view service
- DevopsPipelineRegistration - Class in org.odpi.openmetadata.viewservices.devopspipeline.server
-
DevopsPipelineRegistration registers the view service with the OMAG Server administration services.
- DevopsPipelineRegistration() - Constructor for class org.odpi.openmetadata.viewservices.devopspipeline.server.DevopsPipelineRegistration
- DevopsPipelineResource - Class in org.odpi.openmetadata.viewservices.devopspipeline.server.spring
-
The DevopsPipelineResource provides part of the server-side implementation of the Devops Pipeline OMVS.
- DevopsPipelineResource() - Constructor for class org.odpi.openmetadata.viewservices.devopspipeline.server.spring.DevopsPipelineResource
-
Default constructor
- DevopsPipelineRESTServices - Class in org.odpi.openmetadata.viewservices.devopspipeline.server
-
The DevopsPipelineRESTServices provides the server-side implementation of the Devops Pipeline Open Metadata View Service (OMVS).
- DevopsPipelineRESTServices() - Constructor for class org.odpi.openmetadata.viewservices.devopspipeline.server.DevopsPipelineRESTServices
-
Default constructor
- Differences - Class in org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.properties.instances
-
General class for capturing differences.
- Differences() - Constructor for class org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.properties.instances.Differences
-
Construct a new set of differences.
- Differences.SidePresent - Enum Class in org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.properties.instances
-
Defines the valid values for the differences.
- Differences.ValuePair - Class in org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.properties.instances
- differing - Variable in class org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.properties.instances.Differences
- diffProperties(ElementProperties, ElementProperties) - Method in class org.odpi.openmetadata.adapters.connectors.governanceactions.watchdog.GenericWatchdogGovernanceActionConnector
-
Return a comma separated list of properties that have changed.
- DIGITAL - Enum constant in enum class org.odpi.openmetadata.frameworks.connectors.properties.users.UserAccountType
-
The account is for a system, service, software component - some form of automation.
- DIGITAL_ACCOUNT_COUNT - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.types.OpenMetadataProperty
-
Count of the digital user accounts in the secrets store.
- DIGITAL_BUSINESS - Enum constant in enum class org.odpi.openmetadata.adminservices.configuration.registration.ViewServiceDescription
-
Manages the creation and maintenance of locations.
- DIGITAL_PRODUCT - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.externalharvesters.harvestopenmetadata.schema.HarvestOpenMetadataTable
-
Details of collections in use in open metadata.
- DIGITAL_PRODUCT - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.jacquard.productcatalog.ProductGlossaryTermDefinition
-
A means of operating that makes effective use of replaceable resources.
- DIGITAL_PRODUCT - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.mermaid.VisualStyle
- DIGITAL_PRODUCT - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.types.OpenMetadataType
-
A digital product is a collection of digital resources that have been designed to meet a specific consumer need.
- DIGITAL_PRODUCT_CATALOG - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.jacquard.productcatalog.ProductCategoryDefinition
-
Part of Coco Pharmaceuticals' digital product catalog.
- DIGITAL_PRODUCT_CATALOG - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.jacquard.productcatalog.ProductGovernanceDefinition
- DIGITAL_PRODUCT_CATALOG - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.types.OpenMetadataType
-
A collection of digital products.
- DIGITAL_PRODUCT_DEPENDENCY_RELATIONSHIP - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.types.OpenMetadataType
-
Relationship identifying dependencies between digital products.
- DIGITAL_PRODUCT_FAMILY - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.mermaid.VisualStyle
- DIGITAL_PRODUCT_FAMILY - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.types.OpenMetadataType
-
A collection of digital products designed to be used together.
- DIGITAL_PRODUCT_MANAGEMENT - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.jacquard.productcatalog.ProductDomainDefinition
-
The rules and processes associated with managing digital products.
- DIGITAL_PRODUCT_MANAGER - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.EgeriaRoleDefinition
-
A person responsible for the development and management of digital products.
- DIGITAL_PRODUCT_MANAGER - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.types.OpenMetadataType
-
Role responsible for managing a digital product.
- DIGITAL_PRODUCT_OWNER - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.subscriptions.ManageDigitalSubscriptionActionTarget
-
An actor that owns the resource being subscribed to.
- DIGITAL_PRODUCTS - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.jacquard.productcatalog.ProductDefinitionEnum
-
List of Digital Products
- DIGITAL_PRODUCTS - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.refdata.GovernanceZoneName
- DIGITAL_RESOURCE_ORIGIN_CLASSIFICATION - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.types.OpenMetadataType
-
Describes the origin of a digital resource, or a collection of digital resources.
- DIGITAL_SUBSCRIBER_RELATIONSHIP - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.types.OpenMetadataType
-
The link between a digital subscriber and the subscription details.
- DIGITAL_SUBSCRIPTION - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.subscriptions.ManageDigitalSubscriptionActionTarget
-
The digital subscription that is being managed.
- DIGITAL_SUBSCRIPTION - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.mermaid.VisualStyle
- DIGITAL_SUBSCRIPTION - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.types.OpenMetadataType
-
A specialized agreement that represents a subscription to a digital service such as a digital product.
- DIGITAL_SUBSCRIPTION_ITEM - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.subscriptions.ManageDigitalSubscriptionActionTarget
-
The element that is being subscribed to.
- DIGITAL_SUBSCRIPTION_REQUESTER - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.subscriptions.ManageDigitalSubscriptionActionTarget
-
An actor requesting the digital subscription.
- DIGITAL_SUBSCRIPTION_SOURCE - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.subscriptions.ManageDigitalSubscriptionActionTarget
-
The Asset that is the source of the subscription.
- DIGITAL_SUBSCRIPTION_TARGET - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.subscriptions.ManageDigitalSubscriptionActionTarget
-
The Asset that is the target of the subscription.
- DIGITAL_SUPPORT_RELATIONSHIP - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.types.OpenMetadataType
-
Relationship identifying the digital services supporting each business capability.
- DIGITAL_USERS_GROUP - Enum constant in enum class org.odpi.openmetadata.metadatasecurity.accessconnector.controls.OpenMetadataSecurityConfigurationProperty
-
Name of the dynamic group that includes all digital (automated process) users with a valid account.
- DigitalBusinessAdmin - Class in org.odpi.openmetadata.viewservices.digitalbusiness.admin
-
DigitalBusinessAdmin is the class that is called by the View Server to initialize and terminate the Digital Business OMVS.
- DigitalBusinessAdmin() - Constructor for class org.odpi.openmetadata.viewservices.digitalbusiness.admin.DigitalBusinessAdmin
-
Default constructor
- DigitalBusinessAuditCode - Enum Class in org.odpi.openmetadata.viewservices.digitalbusiness.ffdc
-
The DigitalBusinessAuditCode is used to define the message content for the OMRS Audit Log.
- DigitalBusinessInstance - Class in org.odpi.openmetadata.viewservices.digitalbusiness.server
-
DigitalBusinessInstance caches references to the objects it needs for a specific server.
- DigitalBusinessInstance(String, AuditLog, String, String, String, String, int, String, String) - Constructor for class org.odpi.openmetadata.viewservices.digitalbusiness.server.DigitalBusinessInstance
-
Set up the Digital Business OMVS instance
- DigitalBusinessInstanceHandler - Class in org.odpi.openmetadata.viewservices.digitalbusiness.server
-
DigitalBusinessInstanceHandler retrieves information from the instance map for the view service instances.
- DigitalBusinessInstanceHandler() - Constructor for class org.odpi.openmetadata.viewservices.digitalbusiness.server.DigitalBusinessInstanceHandler
-
Default constructor registers the view service
- DigitalBusinessRegistration - Class in org.odpi.openmetadata.viewservices.digitalbusiness.server
-
DigitalBusinessRegistration registers the view service with the OMAG Server administration services.
- DigitalBusinessRegistration() - Constructor for class org.odpi.openmetadata.viewservices.digitalbusiness.server.DigitalBusinessRegistration
- DigitalBusinessResource - Class in org.odpi.openmetadata.viewservices.digitalbusiness.server.spring
-
The DigitalBusinessResource provides part of the server-side implementation of the Digital Business OMVS.
- DigitalBusinessResource() - Constructor for class org.odpi.openmetadata.viewservices.digitalbusiness.server.spring.DigitalBusinessResource
-
Default constructor
- DigitalBusinessRESTServices - Class in org.odpi.openmetadata.viewservices.digitalbusiness.server
-
The DigitalBusinessRESTServices provides the server-side implementation of the Digital Business Open Metadata View Service (OMVS).
- DigitalBusinessRESTServices() - Constructor for class org.odpi.openmetadata.viewservices.digitalbusiness.server.DigitalBusinessRESTServices
-
Default constructor
- DigitalProductCatalogDefinition - Enum Class in org.odpi.openmetadata.contentpacks.core
-
Describes the digital product catalogs in the core content packs.
- DigitalProductCatalogProperties - Class in org.odpi.openmetadata.frameworks.openmetadata.properties.digitalbusiness
-
DigitalProductCatalogProperties is a class for representing the top level collection in a digital product catalog.
- DigitalProductCatalogProperties() - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.properties.digitalbusiness.DigitalProductCatalogProperties
-
Default constructor
- DigitalProductCatalogProperties(CollectionProperties) - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.properties.digitalbusiness.DigitalProductCatalogProperties
-
Copy/clone constructor.
- DigitalProductCatalogProperties(DigitalProductCatalogProperties) - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.properties.digitalbusiness.DigitalProductCatalogProperties
-
Copy/clone constructor.
- DigitalProductDependencyProperties - Class in org.odpi.openmetadata.frameworks.openmetadata.properties.digitalbusiness
-
DigitalProductDependencyProperties describes a dependency relationship between two digital products.
- DigitalProductDependencyProperties() - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.properties.digitalbusiness.DigitalProductDependencyProperties
-
Default constructor
- DigitalProductDependencyProperties(DigitalProductDependencyProperties) - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.properties.digitalbusiness.DigitalProductDependencyProperties
-
Copy/clone constructor.
- DigitalProductFamilyProperties - Class in org.odpi.openmetadata.frameworks.openmetadata.properties.digitalbusiness
-
DigitalProductProperties describes the properties that describe a digital product.
- DigitalProductFamilyProperties() - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.properties.digitalbusiness.DigitalProductFamilyProperties
-
Default constructor
- DigitalProductFamilyProperties(DigitalProductFamilyProperties) - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.properties.digitalbusiness.DigitalProductFamilyProperties
-
Copy/clone constructor.
- DigitalProductFamilyProperties(DigitalProductProperties) - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.properties.digitalbusiness.DigitalProductFamilyProperties
-
Copy/clone constructor.
- DigitalProductManagerProperties - Class in org.odpi.openmetadata.frameworks.openmetadata.properties.actors
-
The ActorProperties describes the common properties of a Personal Profile, IT Profile and Team Profile.
- DigitalProductManagerProperties() - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.properties.actors.DigitalProductManagerProperties
-
Default Constructor
- DigitalProductManagerProperties(DigitalProductManagerProperties) - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.properties.actors.DigitalProductManagerProperties
-
Copy/clone Constructor - the resulting object.
- DigitalProductManagerProperties(PersonRoleProperties) - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.properties.actors.DigitalProductManagerProperties
-
Copy/clone Constructor - the resulting object.
- DigitalProductProperties - Class in org.odpi.openmetadata.frameworks.openmetadata.properties.digitalbusiness
-
DigitalProductProperties describes the properties that describe a digital product.
- DigitalProductProperties() - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.properties.digitalbusiness.DigitalProductProperties
-
Default constructor
- DigitalProductProperties(DigitalProductProperties) - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.properties.digitalbusiness.DigitalProductProperties
-
Copy/clone constructor.
- DigitalResourceOriginProperties - Class in org.odpi.openmetadata.frameworks.openmetadata.properties.governance
-
DigitalResourceOriginProperties provides a structure for passing information about a digital resource's origin.
- DigitalResourceOriginProperties() - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.properties.governance.DigitalResourceOriginProperties
-
Default constructor
- DigitalResourceOriginProperties(DigitalResourceOriginProperties) - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.properties.governance.DigitalResourceOriginProperties
-
Copy/clone constructor
- DigitalSubscriberProperties - Class in org.odpi.openmetadata.frameworks.openmetadata.properties.digitalbusiness
-
DigitalProductDependencyProperties describes a dependency relationship between two digital products.
- DigitalSubscriberProperties() - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.properties.digitalbusiness.DigitalSubscriberProperties
-
Default constructor
- DigitalSubscriberProperties(DigitalSubscriberProperties) - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.properties.digitalbusiness.DigitalSubscriberProperties
-
Copy/clone constructor.
- DigitalSubscriptionProperties - Class in org.odpi.openmetadata.frameworks.openmetadata.properties.digitalbusiness
-
DigitalSubscriptionProperties describes the agreement between a subscriber to one or more digital products.
- DigitalSubscriptionProperties() - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.properties.digitalbusiness.DigitalSubscriptionProperties
-
Default constructor
- DigitalSubscriptionProperties(DigitalSubscriptionProperties) - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.properties.digitalbusiness.DigitalSubscriptionProperties
-
Copy/clone constructor
- DigitalSupportProperties - Class in org.odpi.openmetadata.frameworks.openmetadata.properties.digitalbusiness
-
DigitalSupportProperties describes the properties between a digital service and a business capability.
- DigitalSupportProperties() - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.properties.digitalbusiness.DigitalSupportProperties
-
Default constructor
- DigitalSupportProperties(DigitalSupportProperties) - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.properties.digitalbusiness.DigitalSupportProperties
-
Copy/clone constructor.
- DIMGRAY - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.mermaid.Colour
- DIMGREY - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.mermaid.Colour
- DIRECT_REQUEST_TYPE - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.governanceactions.watchdog.GenericFolderRequestType
- DIRECTION - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.types.OpenMetadataProperty
-
Which way is data flowing?
- DIRECTORY_MEASUREMENTS - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.externalharvesters.harvestsurveys.schema.HarvestSurveysTable
- DIRECTORY_MONITORING_STARTING - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.integration.basicfiles.ffdc.BasicFilesIntegrationConnectorsAuditCode
-
BASIC-FILES-INTEGRATION-CONNECTORS-0005 - The {0} integration connector is initiating the monitoring of file directory {1}
- DIRECTORY_MONITORING_STARTING - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.integration.csvlineageimporter.ffdc.CSVLineageImporterAuditCode
- DIRECTORY_MONITORING_STARTING - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.ffdc.OMFAuditCode
-
OPEN-METADATA-0001 - The {0} connector is initiating the monitoring of file directory {1}
- DIRECTORY_MONITORING_STOPPING - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.integration.basicfiles.ffdc.BasicFilesIntegrationConnectorsAuditCode
-
BASIC-FILES-INTEGRATION-CONNECTORS-0007 - The {0} integration connector is stopping the monitoring of file directory {1}
- DIRECTORY_MONITORING_STOPPING - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.integration.csvlineageimporter.ffdc.CSVLineageImporterAuditCode
- DIRECTORY_MONITORING_STOPPING - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.ffdc.OMFAuditCode
-
OPEN-METADATA-0003 - The {0} connector is stopping the monitoring of directory {1}
- DIRECTORY_NAME - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.externalharvesters.harvestsurveys.schema.HarvestSurveysColumn
- DIRECTORY_NAME - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.jacquard.productcatalog.ProductDataFieldDefinition
- DIRECTORY_NAME - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.controls.PlaceholderProperty
-
The name of the leaf directory, without its enclosing directories.
- DIRECTORY_OPEN_METADATA_ARCHIVE_CONNECTOR - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.EgeriaOpenConnectorDefinition
- DIRECTORY_PATH_NAME - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.controls.CSVFileConfigurationProperty
-
The pathname of the .
- DIRECTORY_PATH_NAME - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.controls.PlaceholderProperty
-
The full pathname of the file including the directory names, file name and file extension.
- DIRECTORY_SPECIFIED - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.datastore.basicfile.ffdc.BasicFileConnectorErrorCode
-
BASIC-FILE-CONNECTOR-400-002 - The file {0} given in Connection object {1} is a directory
- DIRECTORY_SPECIFIED - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.datastore.csvfile.ffdc.CSVFileConnectorErrorCode
-
CSV-FILE-CONNECTOR-400-002 - The file {0} given in Connection object {1} is a directory
- DIRECTORY_TREE_MONITORING_STARTING - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.ffdc.OMFAuditCode
-
OPEN-METADATA-0002 - The {0} connector is initiating the monitoring of file directory {1} and any subdirectories
- DirectoryBasedOpenMetadataArchiveStore - Class in org.odpi.openmetadata.adapters.repositoryservices.archiveconnector.directory
-
DirectoryBasedOpenMetadataArchiveStore provides the mechanisms to store and retrieve files from the directory based open metadata archive store.
- DirectoryBasedOpenMetadataArchiveStoreConnector - Class in org.odpi.openmetadata.adapters.repositoryservices.archiveconnector.directory
- DirectoryBasedOpenMetadataArchiveStoreConnector() - Constructor for class org.odpi.openmetadata.adapters.repositoryservices.archiveconnector.directory.DirectoryBasedOpenMetadataArchiveStoreConnector
-
Default constructor
- DirectoryBasedOpenMetadataArchiveStoreConnectorAuditCode - Enum Class in org.odpi.openmetadata.adapters.repositoryservices.archiveconnector.directory.ffdc
-
The DirectoryBasedOpenMetadataArchiveStoreConnectorAuditCode is used to define the message content for the Audit Log.
- DirectoryBasedOpenMetadataArchiveStoreConnectorErrorCode - Enum Class in org.odpi.openmetadata.adapters.repositoryservices.archiveconnector.directory.ffdc
-
The DirectoryBasedOpenMetadataArchiveStoreConnectorErrorCode is used to define first failure data capture (FFDC) for errors that occur within the DirectoryBasedOpenMetadataArchiveStoreConnector.
- DirectoryBasedOpenMetadataArchiveStoreIterator<T extends RepositoryElementHeader> - Class in org.odpi.openmetadata.adapters.repositoryservices.archiveconnector.directory
- DirectoryBasedOpenMetadataArchiveStoreIterator(DirectoryBasedOpenMetadataArchiveStore, List<File>, AuditLog) - Constructor for class org.odpi.openmetadata.adapters.repositoryservices.archiveconnector.directory.DirectoryBasedOpenMetadataArchiveStoreIterator
- DirectoryBasedOpenMetadataArchiveStoreList<T extends RepositoryElementHeader> - Class in org.odpi.openmetadata.adapters.repositoryservices.archiveconnector.directory
- DirectoryBasedOpenMetadataArchiveStoreProvider - Class in org.odpi.openmetadata.adapters.repositoryservices.archiveconnector.directory
-
DirectoryBasedOpenMetadataArchiveStoreProvider is the OCF connector provider for the file based server configuration store.
- DirectoryBasedOpenMetadataArchiveStoreProvider() - Constructor for class org.odpi.openmetadata.adapters.repositoryservices.archiveconnector.directory.DirectoryBasedOpenMetadataArchiveStoreProvider
-
Constructor to initialize the ConnectorProviderBase class.
- directoryFile - Variable in class org.odpi.openmetadata.adapters.connectors.integration.basicfiles.DirectoryToMonitor
-
This is the Java File object that is accessing the directory.
- directoryName - Variable in class org.odpi.openmetadata.adapters.connectors.integration.basicfiles.DirectoryToMonitor
-
What is the short name for this directory?
- DirectoryToMonitor - Class in org.odpi.openmetadata.adapters.connectors.integration.basicfiles
-
Directory to monitor caches information about a specific directory that is at the root of the monitoring.
- DirectoryToMonitor(String, String, String, String, DeleteMethod, Map<String, String>, Map<String, Object>, BasicFilesMonitorIntegrationConnectorBase, OpenMetadataRootElement, AuditLog) - Constructor for class org.odpi.openmetadata.adapters.connectors.integration.basicfiles.DirectoryToMonitor
-
Construct the monitor for a specific catalog target.
- DirectoryTreeWatcher - Class in org.odpi.openmetadata.frameworks.openmetadata.filelistener
-
DirectoryTreeWatcher uses the Java WatchService capabilities to support the ability for an Integration Connector to monitor changes in the file system.
- DirectoryTreeWatcher(FileDirectoryListenerInterface, File, FileFilter, AuditLog, String) - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.filelistener.DirectoryTreeWatcher
-
Constructor.
- DirectoryWatcher - Class in org.odpi.openmetadata.frameworks.openmetadata.filelistener
-
DirectoryWatcher uses the Java WatchService capabilities to support the ability for an Integration Connector to monitor changes in the file system.
- DirectoryWatcher(FileListenerInterface, FileFilter, AuditLog, String) - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.filelistener.DirectoryWatcher
-
Common constructor.
- DirectoryWatcher(FileListenerInterface, File, FileFilter, AuditLog, String) - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.filelistener.DirectoryWatcher
-
Constructor for single directory watcher.
- disableAccessService(String) - Method in class org.odpi.openmetadata.adminservices.client.MetadataAccessServerConfigurationClient
-
Disable a single access service.
- disableAllConformanceSuiteWorkbenches() - Method in class org.odpi.openmetadata.adminservices.client.ConformanceTestServerConfigurationClient
-
Request that the conformance suite services are deactivated in this server.
- disableAllConformanceSuiteWorkbenches(String, String) - Method in class org.odpi.openmetadata.adminservices.server.OMAGConformanceSuiteConfigServices
-
Request that all the conformance suite tests are deactivated in this server.
- disableAllConformanceSuiteWorkbenches(String, String) - Method in class org.odpi.openmetadata.adminservices.spring.ConfigConformanceSuiteServicesResource
-
Request that all the conformance suite services are deactivated in this server.
- DISABLED - Enum constant in enum class org.odpi.openmetadata.adminservices.configuration.registration.ServiceOperationalStatus
-
The service has been disabled.
- DISABLED - Enum constant in enum class org.odpi.openmetadata.adminservices.OMAGServiceMode
-
The open metadata and governance service is disabled.
- DISABLED - Enum constant in enum class org.odpi.openmetadata.frameworks.connectors.properties.users.UserAccountStatus
-
The user account is not in use.
- DISABLED - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.enums.DeploymentStatus
-
The instance is shutdown or disabled.
- DISABLED - Enum constant in enum class org.odpi.openmetadata.governanceservers.enginehostservices.properties.GovernanceEngineStatus
-
The governance engine has been disabled.
- DISABLED - Enum constant in enum class org.odpi.openmetadata.governanceservers.integrationdaemonservices.properties.IntegrationGroupStatus
- DISABLED_ACCOUNT_COUNT - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.types.OpenMetadataProperty
-
Count of the disabled user accounts in the secrets store.
- disablePlatformConformanceSuiteServices() - Method in class org.odpi.openmetadata.adminservices.client.ConformanceTestServerConfigurationClient
-
Request that the repository conformance suite tests are deactivated in this server.
- disablePlatformConformanceSuiteServices(String, String) - Method in class org.odpi.openmetadata.adminservices.server.OMAGConformanceSuiteConfigServices
-
Request that the repository conformance suite tests are deactivated in this server.
- disablePlatformConformanceSuiteServices(String, String) - Method in class org.odpi.openmetadata.adminservices.spring.ConfigConformanceSuiteServicesResource
-
Request that the platform conformance suite tests are deactivated in this server.
- disableRepositoryConformanceSuiteServices() - Method in class org.odpi.openmetadata.adminservices.client.ConformanceTestServerConfigurationClient
-
Request that the repository conformance suite tests are deactivated in this server.
- disableRepositoryConformanceSuiteServices(String, String) - Method in class org.odpi.openmetadata.adminservices.server.OMAGConformanceSuiteConfigServices
-
Request that the repository conformance suite tests are deactivated in this server.
- disableRepositoryConformanceSuiteServices(String, String) - Method in class org.odpi.openmetadata.adminservices.spring.ConfigConformanceSuiteServicesResource
-
Request that the repository conformance suite tests are deactivated in this server.
- disableViewService(String) - Method in class org.odpi.openmetadata.adminservices.client.ViewServerConfigurationClient
-
Disable a single view service.
- disconnect() - Method in class org.odpi.openmetadata.adapters.adminservices.configurationstore.file.FileBasedServerConfigStoreConnector
-
Close the config file
- disconnect() - Method in class org.odpi.openmetadata.adapters.connectors.apacheatlas.integration.ApacheAtlasIntegrationTargetProcessor
-
Shutdown Apache Atlas monitoring
- disconnect() - Method in class org.odpi.openmetadata.adapters.connectors.apachekafka.resource.ApacheKafkaAdminConnector
-
Free up any resources held since the connector is no longer needed.
- disconnect() - Method in class org.odpi.openmetadata.adapters.connectors.babbage.BabbageAnalyticalEngineConnector
-
Free up any resources held since the connector is no longer needed.
- disconnect() - Method in class org.odpi.openmetadata.adapters.connectors.baudot.BaudotSubscriptionManagementService
-
Disconnect is called either because this governance action service called governanceContext.recordCompletionStatus() or the administrator requested this watchdog action service stop running, or the hosting server is shutting down.
- disconnect() - Method in class org.odpi.openmetadata.adapters.connectors.datastore.basicfile.BasicFileStoreConnector
-
Close the file
- disconnect() - Method in class org.odpi.openmetadata.adapters.connectors.datastore.basicfile.BasicFolderConnector
-
Close the file
- disconnect() - Method in class org.odpi.openmetadata.adapters.connectors.datastore.csvfile.CSVFileStoreConnector
-
Close the file
- disconnect() - Method in class org.odpi.openmetadata.adapters.connectors.datastore.csvfile.CSVTabularDataSetConnector
-
Close the file
- disconnect() - Method in class org.odpi.openmetadata.adapters.connectors.governanceactions.watchdog.GenericElementWatchdogGovernanceActionConnector
-
Disconnect is called either because this governance action service called governanceContext.recordCompletionStatus() or the administrator requested this governance action service stop running or the hosting server is shutting down.
- disconnect() - Method in class org.odpi.openmetadata.adapters.connectors.governanceactions.watchdog.GenericFolderWatchdogGovernanceActionConnector
-
Disconnect is called either because this governance action service called governanceContext.recordCompletionStatus() or the administrator requested this governance action service stop running or the hosting server is shutting down.
- disconnect() - Method in class org.odpi.openmetadata.adapters.connectors.governanceactions.watchdog.GenericWatchdogGovernanceActionConnector
-
Disconnect is called either because this governance action service called governanceContext.recordCompletionStatus() or the administrator requested this governance action service stop running or the hosting server is shutting down.
- disconnect() - Method in class org.odpi.openmetadata.adapters.connectors.integration.basicfiles.BasicFilesMonitorIntegrationConnectorBase
-
Shutdown file monitoring
- disconnect() - Method in class org.odpi.openmetadata.adapters.connectors.integration.csvlineageimporter.CSVLineageImporterConnector
-
Free up any resources held since the connector is no longer needed.
- disconnect() - Method in class org.odpi.openmetadata.adapters.connectors.integration.openapis.OpenAPIMonitorIntegrationConnector
-
Shutdown monitoring
- disconnect() - Method in class org.odpi.openmetadata.adapters.connectors.jacquard.JacquardIntegrationConnector
-
Free up any resources held since the connector is no longer needed.
- disconnect() - Method in class org.odpi.openmetadata.adapters.connectors.jacquard.tabulardatasets.OpenMetadataDataSetConnectorBase
-
Close the connector
- disconnect() - Method in class org.odpi.openmetadata.adapters.connectors.jacquard.tabulardatasets.openmetadatatypes.OpenMetadataTypesDataSetConnector
-
Close the file
- disconnect() - Method in class org.odpi.openmetadata.adapters.connectors.postgres.catalog.PostgresServerCatalogTargetProcessor
-
Free up any resources held since the connector is no longer needed.
- disconnect() - Method in class org.odpi.openmetadata.adapters.connectors.postgres.catalog.PostgresServerIntegrationConnector
-
Free up any resources held since the connector is no longer needed.
- disconnect() - Method in class org.odpi.openmetadata.adapters.connectors.postgres.survey.PostgresServerSurveyActionService
-
Free up any resources held since the connector is no longer needed.
- disconnect() - Method in class org.odpi.openmetadata.adapters.connectors.postgres.tabulardatasource.PostgresTabularDataSetConnector
-
Close the file
- disconnect() - Method in class org.odpi.openmetadata.adapters.connectors.resource.jdbc.JDBCResourceConnector
-
Free up any resources held since the connector is no longer needed.
- disconnect() - Method in class org.odpi.openmetadata.adapters.connectors.surveyaction.surveycsv.CSVSurveyService
-
Free up any resources held since the connector is no longer needed.
- disconnect() - Method in class org.odpi.openmetadata.adapters.connectors.surveyaction.surveyfile.FileSurveyService
-
Free up any resources held since the connector is no longer needed.
- disconnect() - Method in class org.odpi.openmetadata.adapters.connectors.surveyaction.surveyfolder.FolderSurveyService
-
Free up any resources held since the connector is no longer needed.
- disconnect() - Method in class org.odpi.openmetadata.adapters.connectors.unitycatalog.sync.OSSUnityCatalogInsideCatalogSyncCatalogTargetProcessor
-
Free up any resources held since the connector is no longer needed.
- disconnect() - Method in class org.odpi.openmetadata.adapters.connectors.unitycatalog.sync.OSSUnityCatalogServerSyncCatalogTargetProcessor
-
Free up any resources held since the connector is no longer needed.
- disconnect() - Method in class org.odpi.openmetadata.adapters.eventbus.topic.inmemory.InMemoryOpenMetadataTopicConnector
-
Free up any resources held since the connector is no longer needed.
- disconnect() - Method in class org.odpi.openmetadata.adapters.eventbus.topic.kafka.KafkaOpenMetadataTopicConnector
-
Free up any resources held since the connector is no longer needed.
- disconnect() - Method in class org.odpi.openmetadata.adapters.repositoryservices.archiveconnector.directory.DirectoryBasedOpenMetadataArchiveStoreConnector
-
Free up any resources held since the connector is no longer needed.
- disconnect() - Method in class org.odpi.openmetadata.adapters.repositoryservices.archiveconnector.file.FileBasedOpenMetadataArchiveStoreConnector
-
Free up any resources held since the connector is no longer needed.
- disconnect() - Method in class org.odpi.openmetadata.adapters.repositoryservices.auditlogstore.file.FileBasedAuditLogStoreConnector
-
Free up any resources held since the connector is no longer needed.
- disconnect() - Method in class org.odpi.openmetadata.adapters.repositoryservices.auditlogstore.postgres.PostgreSQLAuditLogDestinationConnector
-
Free up any resources held since the connector is no longer needed.
- disconnect() - Method in class org.odpi.openmetadata.adapters.repositoryservices.cohortregistrystore.file.FileBasedRegistryStoreConnector
-
Close the config file
- disconnect() - Method in class org.odpi.openmetadata.adapters.repositoryservices.postgres.repositoryconnector.database.DatabaseStore
-
Free up the connection since the request is over.
- disconnect() - Method in class org.odpi.openmetadata.adapters.repositoryservices.postgres.repositoryconnector.PostgresOMRSRepositoryConnector
-
Free up any resources held since the connector is no longer needed.
- disconnect() - Method in class org.odpi.openmetadata.frameworks.connectors.Connector
-
Free up any resources held since the connector is no longer needed.
- disconnect() - Method in class org.odpi.openmetadata.frameworks.connectors.ConnectorBase
-
Free up any resources held since the connector is no longer needed.
- disconnect() - Method in class org.odpi.openmetadata.frameworks.integration.connectors.CatalogTargetProcessorBase
-
Free up any resources held since the catalog target processor is no longer needed.
- disconnect() - Method in interface org.odpi.openmetadata.frameworks.integration.connectors.IntegrationConnector
-
Free up any resources held since the connector is no longer needed.
- disconnect() - Method in class org.odpi.openmetadata.frameworks.integration.connectors.IntegrationConnectorBase
-
Free up any resources held since the connector is no longer needed.
- disconnect() - Method in class org.odpi.openmetadata.frameworks.integration.connectors.RequestedCatalogTargetsManager
-
Shutdown metadata synchronization
- disconnect() - Method in class org.odpi.openmetadata.frameworks.opengovernance.GeneralGovernanceActionService
-
Disconnect is called either because this governance action service called governanceContext.recordCompletionStatus() or the administrator requested this governance action service stop running or the hosting server is shutting down.
- disconnect() - Method in class org.odpi.openmetadata.frameworks.opengovernance.GovernanceActionServiceConnector
-
Free up any resources held since the connector is no longer needed.
- disconnect() - Method in class org.odpi.openmetadata.frameworks.openmetadata.connectorcontext.ConnectorContextBase
-
Disconnect the file listener.
- disconnect() - Method in class org.odpi.openmetadata.frameworks.openmetadata.events.OpenMetadataEventClient
-
Shutdown the event listener.
- disconnect() - Method in class org.odpi.openmetadata.frameworks.openmetadata.filelistener.DirectoryWatcher
-
Shutdown file monitoring
- disconnect() - Method in class org.odpi.openmetadata.frameworks.openmetadata.filelistener.FilesListenerManager
-
Shutdown file monitoring
- disconnect() - Method in class org.odpi.openmetadata.frameworks.opensurvey.SurveyActionPipelineConnector
-
Free up any resources held since the connector is no longer needed.
- disconnect() - Method in class org.odpi.openmetadata.frameworks.opensurvey.SurveyActionServiceConnector
-
Free up any resources held since the connector is no longer needed.
- disconnect() - Method in class org.odpi.openmetadata.frameworks.openwatchdog.WatchdogActionServiceConnector
-
Free up any resources held since the connector is no longer needed.
- disconnect() - Method in class org.odpi.openmetadata.frameworkservices.gaf.client.EgeriaOpenGovernanceEventClient
-
Shutdown the event listener.
- disconnect() - Method in class org.odpi.openmetadata.frameworkservices.gaf.outtopic.OpenGovernanceOutTopicPublisher
-
Shutdown the publishing process.
- disconnect() - Method in class org.odpi.openmetadata.frameworkservices.omf.client.EgeriaOpenMetadataEventClient
-
Shutdown the event listener.
- disconnect() - Method in class org.odpi.openmetadata.frameworkservices.omf.outtopic.OpenMetadataOutTopicPublisher
-
Shutdown the publishing process.
- disconnect() - Method in class org.odpi.openmetadata.governanceservers.enginehostservices.admin.GovernanceServiceHandler
-
Disconnect the governance service.
- disconnect() - Method in class org.odpi.openmetadata.metadatasecurity.connectors.OpenMetadataSecurityConnector
-
Free up any resources held since the connector is no longer needed.
- disconnect() - Method in class org.odpi.openmetadata.repositoryservices.connectors.omrstopic.OMRSTopicConnector
-
Free up any resources held since the connector is no longer needed.
- disconnect() - Method in class org.odpi.openmetadata.repositoryservices.connectors.openmetadatatopic.OpenMetadataTopicConnector
-
Free up any resources held since the connector is no longer needed.
- disconnect() - Method in class org.odpi.openmetadata.repositoryservices.connectors.openmetadatatopic.OpenMetadataTopicConsumerBase
-
Free up any resources held since the connector is no longer needed.
- disconnect() - Method in class org.odpi.openmetadata.repositoryservices.connectors.openmetadatatopic.OpenMetadataTopicListenerConnectorBase
-
Free up any resources held since the connector is no longer needed.
- disconnect() - Method in class org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.repositoryeventmapper.OMRSRepositoryEventMapperConnector
-
Free up any resources held since the connector is no longer needed.
- disconnect() - Method in class org.odpi.openmetadata.repositoryservices.enterprise.connectormanager.OMRSEnterpriseConnectorManager
-
The disconnect processing involves disconnecting the local connector then unregistering all remote repositories with each of the connector consumers.
- disconnect() - Method in class org.odpi.openmetadata.repositoryservices.enterprise.repositoryconnector.EnterpriseOMRSRepositoryConnector
-
Free up any resources held since the connector is no longer needed.
- disconnect() - Method in class org.odpi.openmetadata.repositoryservices.localrepository.repositoryconnector.LocalOMRSRepositoryConnector
-
Free up any resources held since the connector is no longer needed.
- disconnect() - Method in class org.odpi.openmetadata.samples.governanceactions.clinicaltrials.CocoClinicalTrialCertifyWeeklyMeasurementsService
-
Free up any resources held since the connector is no longer needed.
- disconnect(boolean) - Method in class org.odpi.openmetadata.repositoryservices.admin.OMRSOperationalServices
-
Shutdown the Open Metadata Repository Services.
- disconnect(boolean) - Method in class org.odpi.openmetadata.repositoryservices.metadatahighway.OMRSCohortManager
-
Disconnect from the cohort - part of shutdown logic.
- disconnect(boolean) - Method in class org.odpi.openmetadata.repositoryservices.metadatahighway.OMRSMetadataHighwayManager
-
Disconnect from all cohorts - part of server shutdown.
- DISCONNECT_DETECTED - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.ffdc.OMFAuditCode
-
OPEN-METADATA-0006 - The {0} connector has been disconnected - either due to its own actions or a cancel request
- DISCONNECT_DETECTED - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.ffdc.OMFErrorCode
-
OPEN-METADATA-400-001 - The {0} survey action service has been disconnected - either due to its own actions or a cancel request
- DISCONNECT_DETECTED - Enum constant in enum class org.odpi.openmetadata.frameworks.opensurvey.ffdc.OSFAuditCode
-
OPEN-SURVEY-0001 - The {0} survey action service has been disconnected - either due to its own actions or a cancel request
- DISCONNECT_DETECTED - Enum constant in enum class org.odpi.openmetadata.frameworks.openwatchdog.ffdc.OWFAuditCode
-
OPEN-WATCHDOG-0002 - The {0} watchdog action service has been disconnected - either due to its own actions or a cancel request
- DISCONNECT_EXCEPTION - Enum constant in enum class org.odpi.openmetadata.frameworks.integration.ffdc.OIFAuditCode
-
OIF-CONNECTOR-0012 - The {0} integration connector received an unexpected exception {1} while trying to disconnect connector {2}; the error message was: {3}
- DISCONNECT_EXCEPTION - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.ffdc.OMFAuditCode
-
OPEN-METADATA-0012 - The {0} connector received an unexpected exception {1} while trying to disconnect connector {2}; the error message was: {3}
- disconnectAllConnectors() - Method in class org.odpi.openmetadata.conformance.workbenches.repository.connectorconsumer.ConformanceSuiteConnectorConsumer
-
Call disconnect on all registered connectors and stop calling them.
- disconnectAllConnectors() - Method in interface org.odpi.openmetadata.repositoryservices.enterprise.connectormanager.OMRSConnectorConsumer
-
Call disconnect on all registered connectors and stop calling them.
- disconnectAllConnectors() - Method in class org.odpi.openmetadata.repositoryservices.enterprise.repositoryconnector.EnterpriseOMRSRepositoryConnector
-
The OMRS is about to shut down.
- disconnectConnector(String) - Method in class org.odpi.openmetadata.governanceservers.integrationdaemonservices.handlers.IntegrationConnectorHandler
-
Request that the connector instance releases its resources.
- disconnectConnectors(List<Connector>) - Method in class org.odpi.openmetadata.frameworks.connectors.ConnectorBase
-
Disconnect all the connectors in the supplied list.
- DISCONNECTED - Enum constant in enum class org.odpi.openmetadata.repositoryservices.properties.CohortConnectionStatus
-
Disconnected - The server is disconnected from the metadata highway for this cohort.
- disconnectFromCohort(boolean) - Method in class org.odpi.openmetadata.repositoryservices.metadatahighway.cohortregistry.OMRSCohortRegistry
-
Close the connection to the registry store.
- disconnectFromCohort(boolean) - Method in class org.odpi.openmetadata.repositoryservices.metadatahighway.OMRSCohortManager
-
Close the connection to the registry store.
- disconnectFromCohort(String) - Method in class org.odpi.openmetadata.adapters.connectors.egeriainfrastructure.extractor.EgeriaExtractor
-
Disconnect communications from a specific cohort.
- disconnectFromCohort(String) - Method in class org.odpi.openmetadata.adapters.connectors.egeriainfrastructure.servers.MetadataAccessServerConnector
-
Disconnect communications from a specific cohort.
- disconnectFromCohort(String) - Method in class org.odpi.openmetadata.adapters.connectors.egeriainfrastructure.servers.OMAGServerConnectorBase
-
Disconnect communications from a specific cohort.
- disconnectFromCohort(String) - Method in class org.odpi.openmetadata.repositoryservices.clients.MetadataHighwayServicesClient
-
Disconnect communications from a specific cohort.
- disconnectFromCohort(String, boolean) - Method in class org.odpi.openmetadata.repositoryservices.metadatahighway.OMRSMetadataHighwayManager
-
Disconnect communications from a specific cohort.
- disconnectFromCohort(String, String, String) - Method in class org.odpi.openmetadata.repositoryservices.rest.server.OMRSMetadataHighwayRESTServices
-
Disconnect communications from a specific cohort.
- disconnectFromCohort(String, String, String) - Method in class org.odpi.openmetadata.repositoryservices.rest.server.spring.MetadataHighwayServicesResource
-
Disconnect communications from a specific cohort.
- disconnectFromCohort(String, String, String, NullRequestBody) - Method in class org.odpi.openmetadata.viewservices.runtimemanager.server.RuntimeManagerRESTServices
-
Disconnect communications from a specific cohort.
- disconnectFromCohortGet(String, String, String) - Method in class org.odpi.openmetadata.viewservices.runtimemanager.server.spring.RuntimeManagerResource
-
Disconnect communications from a specific cohort.
- disconnectFromCohortPost(String, String, String, NullRequestBody) - Method in class org.odpi.openmetadata.viewservices.runtimemanager.server.spring.RuntimeManagerResource
-
Disconnect communications from a specific cohort.
- disconnectFromEnterpriseTopic() - Method in class org.odpi.openmetadata.engineservices.repositorygovernance.connector.RepositoryGovernanceContext
-
Disconnect from the topic connector - events will no longer be passed to the registered listeners.
- disconnectFromEnterpriseTopic() - Method in class org.odpi.openmetadata.engineservices.repositorygovernance.handlers.RepositoryGovernanceServiceContext
-
Disconnect from the topic connector - events will no longer be passed to the registered listeners.
- disconnectFromEnterpriseTopic() - Method in class org.odpi.openmetadata.repositoryservices.clients.EnterpriseRepositoryServicesClient
-
Disconnect from the topic connector - events will no longer be passed to the registered listeners.
- DISCONNECTING - Enum constant in enum class org.odpi.openmetadata.repositoryservices.properties.CohortConnectionStatus
-
Initializing - The local components for communicating with the cohort are disconnecting.
- DISCONNECTING_ENTERPRISE_CONNECTOR - Enum constant in enum class org.odpi.openmetadata.repositoryservices.ffdc.OMRSAuditCode
-
OMRS-AUDIT-0042 - The enterprise OMRS Connector for the {0} has shutdown
- disconnectListener() - Method in class org.odpi.openmetadata.frameworks.opengovernance.GovernanceActionContext
-
Unregister the listener permanently from the event infrastructure.
- disconnectListener() - Method in interface org.odpi.openmetadata.frameworks.opengovernance.WatchdogGovernanceContext
-
Unregister the listener permanently from the event infrastructure.
- disconnectListener() - Method in class org.odpi.openmetadata.frameworks.openwatchdog.WatchdogContext
-
Unregister the listener permanently from the event infrastructure.
- disconnectListener(String) - Method in interface org.odpi.openmetadata.frameworks.opengovernance.client.WatchdogEventInterface
-
Unregister the listener from the event infrastructure.
- disconnectListener(String) - Method in class org.odpi.openmetadata.frameworkservices.gaf.client.GovernanceContextClientBase
-
Called during the disconnect processing of the watchdog governance action service.
- DISCOVERED - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.apacheatlas.resource.properties.AtlasTermAssignmentStatus
-
The assignment has been discovered by an automated process.
- DISCOVERED - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.enums.CollectionMemberStatus
-
The member was added by an automated process.
- DISCOVERED - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.enums.DataValueAssignmentStatus
-
Discovered - The term assignment was discovered by an automated process.
- DISCOVERED - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.enums.TermAssignmentStatus
-
Discovered - The term assignment was discovered by an automated process.
- DISCOVERED - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.refdata.StatusIdentifier
-
The classification assignment was discovered by an automated process.
- DISCOVERED_PROPERTY - Enum constant in enum class org.odpi.openmetadata.conformance.beans.OpenMetadataConformanceTestEvidenceType
-
The test case has discovered a property.
- discoveredProperties - Variable in class org.odpi.openmetadata.conformance.beans.OpenMetadataTestCase
- DISCUSSION_LEADER - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.refdata.AssignmentType
- DISMISSED - Enum constant in enum class org.odpi.openmetadata.samples.archiveutilities.organization.EmployeeTypeDefinition
-
This employee was dismissed from the company.
- dismissSubscriber(String, long, Map<String, ClassificationProperties>, NotificationProperties, String, Map<String, String>, String, List<NewActionTarget>) - Method in class org.odpi.openmetadata.frameworks.opengovernance.connectorcontext.NotificationManagerClient
-
Create a notification/action for an unsubscribed subscriber.
- dismissSubscriber(String, String, long, Map<String, ClassificationProperties>, NotificationProperties, String, Map<String, String>, String, List<NewActionTarget>) - Method in class org.odpi.openmetadata.frameworks.opengovernance.handlers.NotificationHandler
-
Create a notification/action for an unsubscribed subscriber.
- dismissSubscriber(String, String, long, Map<String, ClassificationProperties>, NotificationProperties, Map<String, String>, List<NewActionTarget>) - Method in class org.odpi.openmetadata.frameworks.openwatchdog.WatchdogContext
-
Create a notification/action for one of the subscribers.
- dismissSubscribers(String, long, Map<String, ClassificationProperties>, NotificationProperties, Map<String, String>, List<NewActionTarget>, long) - Method in class org.odpi.openmetadata.frameworks.openwatchdog.WatchdogContext
-
Create a notification/action for each subscriber indicating that the subscription is complete because the notification type is no longer valid.
- DISPLAY_DATA_CONTAINER - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.types.OpenMetadataType
-
A grouping of display data fields (and nested containers) for a report, form or similar data display asset.
- DISPLAY_DATA_FIELD - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.types.OpenMetadataType
-
A data display field.
- DISPLAY_DATA_SCHEMA_TYPE - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.types.OpenMetadataType
-
A structure describing data that is to be displayed.
- DISPLAY_DESCRIPTION - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.externalharvesters.harvestopenmetadata.schema.HarvestOpenMetadataColumn
- DISPLAY_NAME - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.externalharvesters.harvestopenmetadata.schema.HarvestOpenMetadataColumn
- DISPLAY_NAME - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.externalharvesters.harvestsurveys.schema.HarvestSurveysColumn
- DISPLAY_NAME - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.jacquard.productcatalog.ProductDataFieldDefinition
-
Short name for the element used in lists and titles.
- DISPLAY_NAME - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.controls.PlaceholderProperty
-
The display name is used to identify the element.
- DISPLAY_NAME - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.types.OpenMetadataProperty
-
Display name of the element used for summary tables and titles
- DISPLAY_SUMMARY - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.externalharvesters.harvestopenmetadata.schema.HarvestOpenMetadataColumn
- displayName - Variable in enum class org.odpi.openmetadata.adapters.connectors.egeriainfrastructure.control.OMAGServerPlatformMetric
- displayName - Variable in enum class org.odpi.openmetadata.adapters.connectors.unitycatalog.controls.UnityCatalogMetric
- displayName - Variable in class org.odpi.openmetadata.frameworks.connectors.properties.beans.EmbeddedConnection
- displayName - Variable in class org.odpi.openmetadata.frameworks.openmetadata.properties.connections.EmbeddedConnectionProperties
- displayName - Variable in enum class org.odpi.openmetadata.frameworks.opensurvey.measurements.FileDirectoryMetric
- displayName - Variable in enum class org.odpi.openmetadata.frameworks.opensurvey.measurements.FileMetric
- displayName - Variable in enum class org.odpi.openmetadata.frameworks.opensurvey.measurements.RelationalColumnMetric
- displayName - Variable in enum class org.odpi.openmetadata.frameworks.opensurvey.measurements.RelationalDatabaseMetric
- displayName - Variable in enum class org.odpi.openmetadata.frameworks.opensurvey.measurements.RelationalSchemaMetric
- displayName - Variable in enum class org.odpi.openmetadata.frameworks.opensurvey.measurements.RelationalTableMetric
- displayName - Variable in enum class org.odpi.openmetadata.samples.governanceactions.clinicaltrials.CocoClinicalTrialQualityDimension
- displayName - Variable in class org.odpi.openmetadata.viewservices.automatedcuration.properties.RefDataElementBase
- DIST_CHAMPION - Enum constant in enum class org.odpi.openmetadata.samples.archiveutilities.sustainability.SustainabilityRoleDefinition
-
Distribution Sustainability Champion
- DISTINGUISHED_NAME - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.externalharvesters.harvestopenmetadata.schema.HarvestOpenMetadataColumn
- DISTINGUISHED_NAME - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.jacquard.productcatalog.ProductDataFieldDefinition
-
Distinguished Name
- DISTINGUISHED_NAME - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.types.OpenMetadataProperty
-
The LDAP distinguished name (DN) that gives a unique positional name in the LDAP DIT.
- DISTRIBUTE_AUDIT_LOG_EVENTS_FROM_KAFKA_TOPIC - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.EgeriaOpenConnectorDefinition
- DistributeAuditEventCatalogTarget - Enum Class in org.odpi.openmetadata.adapters.connectors.integration.kafkaaudit.controls
-
CatalogTargetEnum characterises the type of third party technology supported by a specific integration connector.
- DistributeAuditEventsFromKafkaConnector - Class in org.odpi.openmetadata.adapters.connectors.integration.kafkaaudit
-
Distributes audit log events from one or more embedded topic connectors to one or more embedded audit log destinations.
- DistributeAuditEventsFromKafkaConnector() - Constructor for class org.odpi.openmetadata.adapters.connectors.integration.kafkaaudit.DistributeAuditEventsFromKafkaConnector
- DistributeAuditEventsFromKafkaProvider - Class in org.odpi.openmetadata.adapters.connectors.integration.kafkaaudit
-
DistributeAuditEventsFromKafkaProvider is the connector provider for the LoadAuditEventsFromKafka connector that publishes insights about the audit log events being published to a kafka topic.
- DistributeAuditEventsFromKafkaProvider() - Constructor for class org.odpi.openmetadata.adapters.connectors.integration.kafkaaudit.DistributeAuditEventsFromKafkaProvider
-
Constructor used to initialize the ConnectorProvider with the Java class name of the specific store implementation.
- DISTRIBUTED_TO_ALL_TOPIC_LISTENERS - Enum constant in enum class org.odpi.openmetadata.repositoryservices.connectors.openmetadatatopic.IncomingEventState
-
The event has been distributed to all topic listeners.
- DistributeKafkaAuditCode - Enum Class in org.odpi.openmetadata.adapters.connectors.integration.kafkaaudit.ffdc
-
The DistributeKafkaAuditCode is used to define the message content for the OMRS Audit Log.
- DistributeKafkaErrorCode - Enum Class in org.odpi.openmetadata.adapters.connectors.integration.kafkaaudit.ffdc
-
The DistributeKafkaErrorCode is used to define first failure data capture (FFDC) for errors that occur when working with the Kafka monitor integration connector.
- DISTRIBUTION - Enum constant in enum class org.odpi.openmetadata.samples.archiveutilities.governanceprogram.CocoSubjectAreaDefinition
-
ServiceQuality:Distribution - Information relating to the Coco Pharmaceuticals' distribution of treatments.
- DISTRIBUTION - Enum constant in enum class org.odpi.openmetadata.samples.archiveutilities.organization.BusinessAreaDefinition
-
Warehouse management and distribution of Coco Pharmaceuticals' products to customers.
- distributorName - Variable in class org.odpi.openmetadata.adapters.connectors.integration.openlineage.OpenLineageLogStoreConnectorBase
- DMG_FILE - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.refdata.FileExtension
-
"A file containing an organized collection of files that represent an application for Apple macOS."
- DMG_FILE - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.refdata.FileType
-
A file containing an organized collection of files that represent an application for Apple macOS.
- DOCKER_CONTAINER - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.refdata.DeployedImplementationType
-
A virtual container using the docker platform.
- DOCKER_CONTAINER - Enum constant in enum class org.odpi.openmetadata.samples.archiveutilities.businesssystems.HostTypeDefinition
-
DockerContainer
- DOCKER_CONTAINER_BUILD_SCRIPT - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.refdata.FileName
-
A file containing instructions to build a Docker container.
- DOCKER_CONTAINER_BUILD_SCRIPT - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.refdata.FileType
-
A file containing instructions to build a Docker container.
- DocStoreErrorCode - Enum Class in org.odpi.openmetadata.adapters.adminservices.configurationstore.file
-
The DocStoreErrorCode is used to define first failure data capture (FFDC) for errors that occur when working with the clear text file based doc store.
- DOCUMENT - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.enums.MediaType
-
The media is a text document - probably rich text.
- DOCUMENT - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.refdata.DeployedImplementationType
-
Document File
- DOCUMENT - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.types.OpenMetadataType
-
A data file containing formatted text.
- DOCUMENT_PUBLISHING - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.mermaid.SolutionComponentVisualStyle
-
The publishing of information (typically documents) to third parties.
- DOCUMENT_PUBLISHING - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.refdata.SolutionComponentType
-
The publishing of information (typically documents) to third parties.
- DOCUMENT_PUBLISHING_SOLUTION_COMPONENT - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.mermaid.VisualStyle
- DOCUMENT_SCHEMA_ATTRIBUTE - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.types.OpenMetadataType
-
A schema attribute for a structured document.
- DOCUMENT_SCHEMA_TYPE - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.types.OpenMetadataType
-
A schema type for a document.
- DOCUMENT_STORE - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.types.OpenMetadataType
-
Identifies a data store as one that contains documents.
- DOCUMENT_TEMPLATE - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.integration.basicfiles.controls.FilesTemplateType
- DOCUMENT_TEMPLATE - Enum constant in enum class org.odpi.openmetadata.contentpacks.core.DataAssetTemplateDefinition
- DocumentProperties - Class in org.odpi.openmetadata.frameworks.openmetadata.properties.assets.filesandfolders
-
DocumentProperties describes a media file.
- DocumentProperties() - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.properties.assets.filesandfolders.DocumentProperties
-
Default constructor
- DocumentProperties(MediaFileProperties) - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.properties.assets.filesandfolders.DocumentProperties
-
Copy/clone constructor.
- DocumentStoreProperties - Class in org.odpi.openmetadata.frameworks.openmetadata.properties.assets.filesandfolders
-
DocumentStoreProperties describes a store of documents.
- DocumentStoreProperties() - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.properties.assets.filesandfolders.DocumentStoreProperties
-
Default constructor
- DocumentStoreProperties(DocumentStoreProperties) - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.properties.assets.filesandfolders.DocumentStoreProperties
-
Copy/clone constructor
- DODGER_BLUE - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.mermaid.Colour
- doesTableExist(Connection, String) - Method in class org.odpi.openmetadata.adapters.connectors.resource.jdbc.JDBCResourceConnector
-
Return whether a table exists or not.
- doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class org.odpi.openmetadata.tokenmanager.http.HTTPRequestHeadersFilter
-
This call is run during the processing of an HTTP request.
- doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class org.odpi.openmetadata.userauthn.auth.LoggingRequestFilter
-
Request to provide filtering.
- DOMAIN_IDENTIFIER - Enum constant in enum class org.odpi.openmetadata.frameworks.opengovernance.controls.RequestParameter
- DOMAIN_IDENTIFIER - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.types.OpenMetadataProperty
-
Identifier of the governance domain that recognizes this process.
- DONE - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.refdata.ProjectPhase
-
The project has completed its deliverables.
- DOS_BAT_FILE - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.refdata.FileType
-
A file containing a list of Microsoft DOS commands.
- DOS_COM_FILE - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.refdata.FileType
-
A file containing a list of Microsoft DOS commands.
- DOTTED - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.mermaid.LineStyle
- DOUBLE - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.unitycatalog.properties.ColumnTypeName
- DOUBLE - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.types.DataType
-
Double
- DQ_PROJECT - Enum constant in enum class org.odpi.openmetadata.samples.governanceactions.clinicaltrials.CocoClinicalTrialActionTarget
- DR_EGERIA - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.EgeriaSolutionComponent
- DR_EGERIA_TO_HTML_WEBPAGE - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.EgeriaSolutionComponentWire
- DR_EGERIA_TO_MARKDOWN_REPORT - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.EgeriaSolutionComponentWire
- DR_EGERIA_TO_VIEW_SERVER - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.EgeriaSolutionComponentWire
- DRAFT - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.apacheatlas.resource.properties.AtlasTermRelationshipStatus
-
The relationship has been proposed.
- DRAFT - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.enums.ContentStatus
-
The content is incomplete.
- DRAFT - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.enums.TermRelationshipStatus
-
Draft - The term relationship is in development.
- DRAINING_INSTANCE_EVENT_BUFFER - Enum constant in enum class org.odpi.openmetadata.repositoryservices.ffdc.OMRSAuditCode
-
OMRS-AUDIT-0033 - The {0} event manager is sending out the {1} instance events that were generated and buffered during server initialization
- DRAINING_TYPEDEF_EVENT_BUFFER - Enum constant in enum class org.odpi.openmetadata.repositoryservices.ffdc.OMRSAuditCode
-
OMRS-AUDIT-0032 - The {0} event manager is sending out the {1} type definition events that were generated and buffered during server initialization
- DRAW_IO_FILE - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.refdata.FileType
-
A document of words and diagrams in XML format for the draw.io tool.
- DRAWIO_FILE - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.refdata.FileExtension
-
A document of words and diagrams in XML format for the draw.io tool.
- DRUG_DEVELOPMENT - Enum constant in enum class org.odpi.openmetadata.samples.archiveutilities.governanceprogram.GovernanceDomainDefinition
-
Development of new treatments by Coco Pharmaceuticals.
- DSL - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.apacheatlas.resource.properties.AtlasQueryType
- DUE_TIME - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.externalharvesters.harvestopenmetadata.schema.HarvestOpenMetadataColumn
- DUE_TIME - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.types.OpenMetadataProperty
-
When the requested activity needs to be completed.
- DUPLICATE_ALREADY_ASSIGNED - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.governanceactions.remediation.QualifiedNamePeerDuplicateGuard
- DUPLICATE_ASSIGNED - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.governanceactions.remediation.QualifiedNamePeerDuplicateGuard
- DUPLICATE_CLASSIFICATION_ATTR_IN_ARCHIVE - Enum constant in enum class org.odpi.openmetadata.adapters.repositoryservices.archiveconnector.directory.ffdc.DirectoryBasedOpenMetadataArchiveStoreConnectorErrorCode
- DUPLICATE_CLASSIFICATION_ATTR_IN_ARCHIVE - Enum constant in enum class org.odpi.openmetadata.repositoryservices.ffdc.OMRSErrorCode
-
OMRS-ARCHIVE-BUILDER-400-011 - Duplicate attribute name {0} is defined in ClassificationDef {1}
- DUPLICATE_COHORT_NAME - Enum constant in enum class org.odpi.openmetadata.repositoryservices.ffdc.OMRSErrorCode
-
OMRS-METADATA-HIGHWAY-404-003 - There are more than one cohort configurations with the same name of {0}
- DUPLICATE_CREATE_REQUEST - Enum constant in enum class org.odpi.openmetadata.commonservices.repositoryhandler.RepositoryHandlerErrorCode
-
OMAG-REPOSITORY-HANDLER-400-006 - Unable to create a new {0} with {1} of {2} as there is already an entity of that name with guid {3}
- DUPLICATE_DETECTION_FAILED - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.governanceactions.remediation.QualifiedNamePeerDuplicateGuard
- DUPLICATE_ELEMENT - Enum constant in enum class org.odpi.openmetadata.frameworks.opengovernance.ffdc.OGFErrorCode
-
GAF-PROPERTIES-400-007 - The unique name {0} passed on the {1} parameter of the {2} operation matches multiple elements: {3}
- DUPLICATE_ELEMENT - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.ffdc.OMFErrorCode
-
OPEN-METADATA-400-007 - The unique name {0} passed on the {1} parameter of the {2} operation matches multiple elements: {3}
- DUPLICATE_ENDDEF1_NAME_IN_ARCHIVE - Enum constant in enum class org.odpi.openmetadata.adapters.repositoryservices.archiveconnector.directory.ffdc.DirectoryBasedOpenMetadataArchiveStoreConnectorErrorCode
- DUPLICATE_ENDDEF1_NAME_IN_ARCHIVE - Enum constant in enum class org.odpi.openmetadata.repositoryservices.ffdc.OMRSErrorCode
-
OMRS-ARCHIVE-BUILDER-400-007 - RelationshipEndDef1 type {0} and EndDef1 name {1} in RelationshipDef {2} are incorrect, because another entity or relationship endDef is already using this attribute name
- DUPLICATE_ENDDEF2_NAME_IN_ARCHIVE - Enum constant in enum class org.odpi.openmetadata.adapters.repositoryservices.archiveconnector.directory.ffdc.DirectoryBasedOpenMetadataArchiveStoreConnectorErrorCode
- DUPLICATE_ENDDEF2_NAME_IN_ARCHIVE - Enum constant in enum class org.odpi.openmetadata.repositoryservices.ffdc.OMRSErrorCode
-
OMRS-ARCHIVE-BUILDER-400-008 - RelationshipEndDef2 type {0} and EndDef2 name {1} in RelationshipDef {2} are incorrect, because another entity or relationship endDef is already using this attribute name
- DUPLICATE_ENTITY_ATTR_IN_ARCHIVE - Enum constant in enum class org.odpi.openmetadata.adapters.repositoryservices.archiveconnector.directory.ffdc.DirectoryBasedOpenMetadataArchiveStoreConnectorErrorCode
- DUPLICATE_ENTITY_ATTR_IN_ARCHIVE - Enum constant in enum class org.odpi.openmetadata.repositoryservices.ffdc.OMRSErrorCode
-
OMRS-ARCHIVE-BUILDER-400-010 - Duplicate attribute name {0} is defined in EntityDef {1}
- DUPLICATE_GUID_IN_ARCHIVE - Enum constant in enum class org.odpi.openmetadata.adapters.repositoryservices.archiveconnector.directory.ffdc.DirectoryBasedOpenMetadataArchiveStoreConnectorErrorCode
- DUPLICATE_GUID_IN_ARCHIVE - Enum constant in enum class org.odpi.openmetadata.repositoryservices.ffdc.OMRSErrorCode
-
OMRS-ARCHIVE-BUILDER-400-004 - The guid {0} has been used twice to an open metadata archive.
- DUPLICATE_INSTANCE_IN_ARCHIVE - Enum constant in enum class org.odpi.openmetadata.adapters.repositoryservices.archiveconnector.directory.ffdc.DirectoryBasedOpenMetadataArchiveStoreConnectorErrorCode
- DUPLICATE_INSTANCE_IN_ARCHIVE - Enum constant in enum class org.odpi.openmetadata.repositoryservices.ffdc.OMRSErrorCode
-
OMRS-ARCHIVE-BUILDER-400-002 - The {0} instance {1} has been added twice to an open metadata archive.
- DUPLICATE_INSTANCES_FOR_GUID - Enum constant in enum class org.odpi.openmetadata.repositoryservices.ffdc.OMRSAuditCode
-
OMRS-AUDIT-0206 - Server {0} that hosts metadata collection {1} has detected that there are two different instances with the same guid of {2}: the instance from {3} has a type of {4} has a provenance type of {5} and the other instance from metadata collection {6} has a type of {7} - the instance in metadata collection {6} should have its guid changed.
- DUPLICATE_REGISTERED_MC_ID - Enum constant in enum class org.odpi.openmetadata.adapters.repositoryservices.cohortregistrystore.file.ffdc.FileBasedRegistryStoreConnectorAuditCode
-
OCF-FILE-REGISTRY-STORE-CONNECTOR-0119 - Metadata collection id {0} is being used by server {1} and server {2}
- DUPLICATE_REGISTERED_SERVER_ADDR - Enum constant in enum class org.odpi.openmetadata.adapters.repositoryservices.cohortregistrystore.file.ffdc.FileBasedRegistryStoreConnectorAuditCode
-
OCF-FILE-REGISTRY-STORE-CONNECTOR-0123 - Server name {0} with metadata collection id {1} is using the same server address of {2} as server name {3} with metadata collection id {4}
- DUPLICATE_REGISTERED_SERVER_NAME - Enum constant in enum class org.odpi.openmetadata.adapters.repositoryservices.cohortregistrystore.file.ffdc.FileBasedRegistryStoreConnectorAuditCode
-
OCF-FILE-REGISTRY-STORE-CONNECTOR-0121 - Server name {0} is being used by metadata collection {1} and metadata collection {2}
- DUPLICATE_RELATIONSHIP_ATTR_IN_ARCHIVE - Enum constant in enum class org.odpi.openmetadata.adapters.repositoryservices.archiveconnector.directory.ffdc.DirectoryBasedOpenMetadataArchiveStoreConnectorErrorCode
- DUPLICATE_RELATIONSHIP_ATTR_IN_ARCHIVE - Enum constant in enum class org.odpi.openmetadata.repositoryservices.ffdc.OMRSErrorCode
-
OMRS-ARCHIVE-BUILDER-400-009 - Duplicate attribute name {0} is defined in RelationshipDef {1}
- DUPLICATE_TEST_CASE - Enum constant in enum class org.odpi.openmetadata.conformance.ffdc.ConformanceSuiteErrorCode
-
CONFORMANCE-SUITE-500-003 - The Egeria Conformance Suite testing technology {0} of type {1} has created two test cases with the same id of {2}
- DUPLICATE_TYPE_IN_ARCHIVE - Enum constant in enum class org.odpi.openmetadata.adapters.repositoryservices.archiveconnector.directory.ffdc.DirectoryBasedOpenMetadataArchiveStoreConnectorErrorCode
- DUPLICATE_TYPE_IN_ARCHIVE - Enum constant in enum class org.odpi.openmetadata.repositoryservices.ffdc.OMRSErrorCode
-
OMRS-ARCHIVE-BUILDER-400-001 - The same type {0} of category {1} has been added twice to an open metadata archive.
- DUPLICATE_TYPENAME_IN_ARCHIVE - Enum constant in enum class org.odpi.openmetadata.adapters.repositoryservices.archiveconnector.directory.ffdc.DirectoryBasedOpenMetadataArchiveStoreConnectorErrorCode
- DUPLICATE_TYPENAME_IN_ARCHIVE - Enum constant in enum class org.odpi.openmetadata.repositoryservices.ffdc.OMRSErrorCode
-
OMRS-ARCHIVE-BUILDER-400-003 - The same type name {0} has been added twice to an open metadata archive.
- DuplicateEntityIterator - Class in org.odpi.openmetadata.commonservices.repositoryhandler
-
DuplicateEntityIterator retrieves the list of entities that need to be processed for a specific entity.
- DuplicateEntityIterator(RepositoryHandler, RepositoryErrorHandler, InvalidParameterHandler, String, EntityDetail, String, List<InstanceStatus>, Date, SequencingOrder, String, boolean, boolean, Date, String) - Constructor for class org.odpi.openmetadata.commonservices.repositoryhandler.DuplicateEntityIterator
-
Construct the duplicate entity iterator.
- DUSKY_ROSE - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.mermaid.Colour
- DYNAMIC_CONFIGURATION - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.EgeriaInformationSupplyChainDefinition
-
Dynamic Configuration
- DYNAMIC_TYPES - Enum constant in enum class org.odpi.openmetadata.conformance.workbenches.repository.RepositoryConformanceProfile
-
The technology under test supports changes to the list of its supported types while it is running.
- DynamicArchiveGuard - Enum Class in org.odpi.openmetadata.adapters.connectors.dynamicarchivers
-
The Guard enum describes some common guards that can be used when implementing governance services.
- DynamicArchiveProvider - Class in org.odpi.openmetadata.adapters.connectors.dynamicarchivers
-
DynamicArchiveProvider implements the base class for the connector provider for an archive service.
- DynamicArchiveProvider() - Constructor for class org.odpi.openmetadata.adapters.connectors.dynamicarchivers.DynamicArchiveProvider
-
Constructor used to initialize the ConnectorProviderBase with the Java class name of the specific store implementation as well as declare the parameters supported by the archive service.
- DynamicArchiveProvider(OpenConnectorDefinition, String, List<String>) - Constructor for class org.odpi.openmetadata.adapters.connectors.dynamicarchivers.DynamicArchiveProvider
-
Constructor for an open connector provider.
- DynamicArchiverConnectorsAuditCode - Enum Class in org.odpi.openmetadata.adapters.connectors.dynamicarchivers.ffdc
-
The DynamicArchiveConnectorsAuditCode is used to define the message content for the Audit Log.
- DynamicArchiverConnectorsErrorCode - Enum Class in org.odpi.openmetadata.adapters.connectors.dynamicarchivers.ffdc
-
The DynamicArchiverConnectorsErrorCode is used to define first failure data capture (FFDC) for errors that occur when working with the Basic File Connector.
- DynamicArchiveRequestParameter - Enum Class in org.odpi.openmetadata.adapters.connectors.dynamicarchivers
-
RequestParameter provides some standard definitions for request parameters used to pass properties to governance actions when they run.
- DynamicArchiveRequestType - Enum Class in org.odpi.openmetadata.adapters.connectors.dynamicarchivers
-
RequestType provides a template for defining the request type for a governance service.
- DynamicArchiveService - Class in org.odpi.openmetadata.adapters.connectors.dynamicarchivers
-
DynamicArchiveService describes a specific type of connector that is responsible for managing the content of a specific open metadata archive.
- DynamicArchiveService() - Constructor for class org.odpi.openmetadata.adapters.connectors.dynamicarchivers.DynamicArchiveService
- DynamicArchiveService.ArchiveDestination - Class in org.odpi.openmetadata.adapters.connectors.dynamicarchivers
-
Details of one of the archive destination that this archive service is managing.
- DynamicGlossaryArchiveRequestParameter - Enum Class in org.odpi.openmetadata.adapters.connectors.dynamicarchivers.glossary
-
RequestParameter provides some standard definitions for request parameters used to pass properties to governance actions when they run.
- DynamicIntegrationConnectorBase - Class in org.odpi.openmetadata.frameworks.integration.connectors
-
DynamicIntegrationConnectorBase supports the common methods for a connector that works with catalog targets.
- DynamicIntegrationConnectorBase() - Constructor for class org.odpi.openmetadata.frameworks.integration.connectors.DynamicIntegrationConnectorBase
- DynamicOpenMetadataDataSetConnectorBase - Class in org.odpi.openmetadata.adapters.connectors.jacquard.tabulardatasets
-
DynamicOpenMetadataDataSetConnector is the base class for the dynamic tabular data set to allow the provider to pass the product definition to the open metadata repository.
- DynamicOpenMetadataDataSetConnectorBase(String) - Constructor for class org.odpi.openmetadata.adapters.connectors.jacquard.tabulardatasets.DynamicOpenMetadataDataSetConnectorBase
-
Constructor used to set up the name of this connector (supplied by the subclasses).
- DynamicOpenMetadataDataSetProviderBase - Class in org.odpi.openmetadata.adapters.connectors.jacquard.tabulardatasets
-
DynamicOpenMetadataDataSetProviderBase provides a base class for a connector that supplies its own product definition.
- DynamicOpenMetadataDataSetProviderBase(OpenConnectorDefinition, String, List<String>) - Constructor for class org.odpi.openmetadata.adapters.connectors.jacquard.tabulardatasets.DynamicOpenMetadataDataSetProviderBase
-
Constructor for an open connector provider.
- DynamicOpenMetadataDataSetProviderBase(OpenConnectorDefinition, String, List<String>, List<String>, String) - Constructor for class org.odpi.openmetadata.adapters.connectors.jacquard.tabulardatasets.DynamicOpenMetadataDataSetProviderBase
-
Constructor for an open connector provider.
E
- EAGLE_HOUSE_HOSPITAL - Enum constant in enum class org.odpi.openmetadata.samples.archiveutilities.organization.OrganizationDefinition
-
Eagle House Hospital
- EAR_FILE - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.refdata.FileExtension
-
A file containing an organized collection of files that represent a JEE application.
- EAR_FILE - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.refdata.FileType
-
A file containing an organized collection of files that represent a JEE application.
- ED_HAZ_MAT_DELIVERY - Enum constant in enum class org.odpi.openmetadata.samples.archiveutilities.businesssystems.SystemLevelLineage
- ED_MANUFACTURING_CONTROL - Enum constant in enum class org.odpi.openmetadata.samples.archiveutilities.businesssystems.SystemDefinition
-
ed-mfg-control - Manufacturing control system for the Edmonton factory.
- ED_MANUFACTURING_CONTROL_HOST - Enum constant in enum class org.odpi.openmetadata.samples.archiveutilities.businesssystems.HostDefinition
-
ed04 - Edmonton data centre standard machine 04.
- ED_MANUFACTURING_GOODS_PRODUCED - Enum constant in enum class org.odpi.openmetadata.samples.archiveutilities.businesssystems.SystemLevelLineage
- ED_MANUFACTURING_GOODS_RECEIVED - Enum constant in enum class org.odpi.openmetadata.samples.archiveutilities.businesssystems.SystemLevelLineage
- ED_MANUFACTURING_GOODS_REQUEST - Enum constant in enum class org.odpi.openmetadata.samples.archiveutilities.businesssystems.SystemLevelLineage
- ED_OMAG_EDGE_02 - Enum constant in enum class org.odpi.openmetadata.samples.archiveutilities.businesssystems.HostDefinition
-
ed04 - Edmonton data centre standard machine 04.
- ED_PROCUREMENT_GOODS_IN - Enum constant in enum class org.odpi.openmetadata.samples.archiveutilities.businesssystems.SystemLevelLineage
- ED_PROCUREMENT_INVOICE - Enum constant in enum class org.odpi.openmetadata.samples.archiveutilities.businesssystems.SystemLevelLineage
- ED_PROCUREMENT_REQUEST - Enum constant in enum class org.odpi.openmetadata.samples.archiveutilities.businesssystems.SystemLevelLineage
- EDITING_COLLECTION_CLASSIFICATION - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.types.OpenMetadataType
-
A glossary holding copies of elements that are being edited.
- EditingCollectionProperties - Class in org.odpi.openmetadata.frameworks.openmetadata.properties.collections
-
EditingCollectionProperties is used to provide the properties for an EditingCollection classification.
- EditingCollectionProperties() - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.properties.collections.EditingCollectionProperties
-
Default constructor
- EditingCollectionProperties(EditingCollectionProperties) - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.properties.collections.EditingCollectionProperties
-
Copy/clone constructor for an editing glossary classification.
- EDITION - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.types.OpenMetadataProperty
-
Name of the edition for this external source.
- EDMONTON - Enum constant in enum class org.odpi.openmetadata.samples.archiveutilities.organization.DeptDefinition
- EDMONTON_DC - Enum constant in enum class org.odpi.openmetadata.samples.archiveutilities.sustainability.FacilityDefinition
-
Edmonton Office
- EDMONTON_DC_LEADER - Enum constant in enum class org.odpi.openmetadata.samples.archiveutilities.sustainability.SustainabilityRoleDefinition
-
Edmonton Data Centre Leader
- EDMONTON_DEPOT - Enum constant in enum class org.odpi.openmetadata.samples.archiveutilities.organization.DeptDefinition
- EDMONTON_DEPOT - Enum constant in enum class org.odpi.openmetadata.samples.archiveutilities.sustainability.FacilityDefinition
-
Edmonton Distribution Center
- EDMONTON_DEPOT_LEADER - Enum constant in enum class org.odpi.openmetadata.samples.archiveutilities.sustainability.SustainabilityRoleDefinition
-
Edmonton Distribution Centre Leader
- EDMONTON_DEPOT_MANAGEMENT - Enum constant in enum class org.odpi.openmetadata.samples.archiveutilities.businesssystems.SystemDefinition
- EDMONTON_DEPOT_ORDER_READY - Enum constant in enum class org.odpi.openmetadata.samples.archiveutilities.businesssystems.SystemLevelLineage
- EDMONTON_FACTORY - Enum constant in enum class org.odpi.openmetadata.samples.archiveutilities.sustainability.FacilityDefinition
-
Edmonton Manufacturing Center
- EDMONTON_FACTORY_LEADER - Enum constant in enum class org.odpi.openmetadata.samples.archiveutilities.sustainability.SustainabilityRoleDefinition
-
Edmonton Factory Leader
- EDMONTON_OFFICE - Enum constant in enum class org.odpi.openmetadata.samples.archiveutilities.organization.DeptDefinition
- EDMONTON_OFFICE - Enum constant in enum class org.odpi.openmetadata.samples.archiveutilities.sustainability.FacilityDefinition
-
Edmonton Office
- EDMONTON_OFFICE_LEADER - Enum constant in enum class org.odpi.openmetadata.samples.archiveutilities.sustainability.SustainabilityRoleDefinition
-
Edmonton Office Leader
- EDMONTON_PLANT - Enum constant in enum class org.odpi.openmetadata.samples.archiveutilities.organization.DeptDefinition
- EDMONTON_SITE - Enum constant in enum class org.odpi.openmetadata.samples.archiveutilities.organization.WorkLocationDefinition
-
Edmonton
- EDMONTON_SITE - Enum constant in enum class org.odpi.openmetadata.samples.archiveutilities.sustainability.FacilityDefinition
-
Edmonton Site
- EDMONTON_SITE_LEADER - Enum constant in enum class org.odpi.openmetadata.samples.archiveutilities.sustainability.SustainabilityRoleDefinition
-
Edmonton Site Leader
- EFFECTIVE_FROM_TIME - Enum constant in enum class org.odpi.openmetadata.adapters.repositoryservices.postgres.repositoryconnector.schema.RepositoryColumn
- EFFECTIVE_FROM_TIME - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.types.OpenMetadataProperty
-
The date/time that this instance should start to be used (null means it can be used from creationTime).
- EFFECTIVE_TO_TIME - Enum constant in enum class org.odpi.openmetadata.adapters.repositoryservices.postgres.repositoryconnector.schema.RepositoryColumn
- EFFECTIVE_TO_TIME - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.types.OpenMetadataProperty
-
The date/time that this instance should no longer be used.
- effectiveTime - Variable in class org.odpi.openmetadata.commonservices.repositoryhandler.RepositoryIterator
- EffectiveTimeQueryRequestBody - Class in org.odpi.openmetadata.viewservices.glossarymanager.rest
-
ExternalIdEffectiveTimeQueryRequestBody carries the date/time for a query.
- EffectiveTimeQueryRequestBody - Class in org.odpi.openmetadata.viewservices.templatemanager.rest
-
ExternalIdEffectiveTimeQueryRequestBody carries the date/time for a query.
- EffectiveTimeQueryRequestBody() - Constructor for class org.odpi.openmetadata.viewservices.glossarymanager.rest.EffectiveTimeQueryRequestBody
-
Default constructor
- EffectiveTimeQueryRequestBody() - Constructor for class org.odpi.openmetadata.viewservices.templatemanager.rest.EffectiveTimeQueryRequestBody
-
Default constructor
- EffectiveTimeQueryRequestBody(EffectiveTimeQueryRequestBody) - Constructor for class org.odpi.openmetadata.viewservices.glossarymanager.rest.EffectiveTimeQueryRequestBody
-
Copy/clone constructor
- EffectiveTimeQueryRequestBody(EffectiveTimeQueryRequestBody) - Constructor for class org.odpi.openmetadata.viewservices.templatemanager.rest.EffectiveTimeQueryRequestBody
-
Copy/clone constructor
- EffectiveTimeRequestBody - Class in org.odpi.openmetadata.commonservices.ffdc.rest
-
EffectiveTimeQueryRequestBody carries the date/time for a query.
- EffectiveTimeRequestBody() - Constructor for class org.odpi.openmetadata.commonservices.ffdc.rest.EffectiveTimeRequestBody
-
Default constructor
- EffectiveTimeRequestBody(EffectiveTimeRequestBody) - Constructor for class org.odpi.openmetadata.commonservices.ffdc.rest.EffectiveTimeRequestBody
-
Copy/clone constructor
- EGERIA - Enum constant in enum class org.odpi.openmetadata.contentpacks.core.IntegrationGroupDefinition
-
Dynamic integration group containing integration connectors for working with Egeria's infrastructure.
- EGERIA_BLUE - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.mermaid.Colour
- EGERIA_BUILD - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.EgeriaSolutionComponent
- EGERIA_BUILD_CREATES_ARCHIVE - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.EgeriaSolutionComponentWire
- EGERIA_BUILD_CREATES_PLATFORM - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.EgeriaSolutionComponentWire
- EGERIA_COMMUNITY - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.EgeriaRoleDefinition
-
Open Source Community developing the Egeria Software and related resources.
- EGERIA_COMPONENTS - Enum constant in enum class org.odpi.openmetadata.adapters.repositoryservices.auditlogstore.postgres.schema.AuditLogTable
-
The components producing audit log events.
- EGERIA_CONNECTOR_START - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.egeriainfrastructure.ffdc.OMAGConnectorAuditCode
-
The {0} integration connector has been started and will call the platforms with userId {1}.
- EGERIA_CONTENT_PACK - Enum constant in enum class org.odpi.openmetadata.contentpacks.core.ContentPackDefinition
-
Cataloguing and monitoring the Egeria infrastructure.
- EGERIA_CONTENT_PACK - Enum constant in enum class org.odpi.openmetadata.contentpacks.core.SolutionBlueprint
-
Cataloguing and monitoring the Egeria infrastructure.
- EGERIA_EXCEPTIONS - Enum constant in enum class org.odpi.openmetadata.adapters.repositoryservices.auditlogstore.postgres.schema.AuditLogTable
-
The exceptions caught in the audit log events.
- EGERIA_GLOSSARY_CATEGORY_DELETED - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.apacheatlas.integration.ffdc.AtlasIntegrationAuditCode
-
APACHE-ATLAS-INTEGRATION-CONNECTOR-0012 - The open metadata glossary category {0} equivalent for Apache Atlas glossary category {1} is missing
- EGERIA_GLOSSARY_DELETED - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.apacheatlas.integration.ffdc.AtlasIntegrationAuditCode
-
APACHE-ATLAS-INTEGRATION-CONNECTOR-0010 - The open metadata glossary {0} equivalent for Apache Atlas glossary {1} is missing
- EGERIA_GLOSSARY_QUALIFIED_NAME_CONFIGURATION_PROPERTY - Static variable in class org.odpi.openmetadata.adapters.connectors.apacheatlas.integration.ApacheAtlasIntegrationProvider
-
The configuration property name used to supply the qualified name of an Egeria glossary to synchronize with Apache Atlas.
- EGERIA_GLOSSARY_TERM_DELETED - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.apacheatlas.integration.ffdc.AtlasIntegrationAuditCode
-
APACHE-ATLAS-INTEGRATION-CONNECTOR-0011 - The open metadata glossary term {0} equivalent for Apache Atlas glossary term {1} is missing
- EGERIA_GOVERNANCE_ENGINE - Enum constant in enum class org.odpi.openmetadata.contentpacks.core.GovernanceEngineDefinition
-
Provides specialist governance services to Egeria's OMAG Server Platform and Servers.
- EGERIA_GUID_MISSING - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.apacheatlas.integration.ffdc.AtlasIntegrationAuditCode
-
APACHE-ATLAS-INTEGRATION-CONNECTOR-0013 - The equivalent Apache Atlas GUID for {0} open metadata element {1} is not stored as an external identifier
- EGERIA_GUID_PROPERTY_NAME - Static variable in class org.odpi.openmetadata.adapters.connectors.apacheatlas.resource.properties.AtlasGlossaryBaseProperties
-
This is the name used by the connector to store the GUID of the equivalent open metadata element in the Atlas Glossary element.
- EGERIA_KAFKA - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.EgeriaSolutionComponentWire
- EGERIA_OWNED - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.externalharvesters.harvestopenmetadata.schema.HarvestOpenMetadataColumn
- EGERIA_POSTGRES - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.EgeriaSolutionComponentWire
- EGERIA_POSTGRESQL_DATABASE - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.EgeriaSolutionComponent
- EGERIA_RUNTIME - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.refdata.GovernanceZoneName
- EGERIA_SURVEY_ENGINE - Enum constant in enum class org.odpi.openmetadata.contentpacks.core.GovernanceEngineDefinition
-
Provides surveys on Egeria's OMAG Server Platform and Servers.
- EGERIA_TARGET_REFRESH - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.egeriainfrastructure.ffdc.OMAGConnectorAuditCode
-
Connector {0} is synchronizing metadata for OMAG Server Platform '{1}'
- EGERIA_TARGET_START - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.egeriainfrastructure.ffdc.OMAGConnectorAuditCode
-
The monitoring of OMAG Server Platform '{0}' has started
- EGERIA_VERSION_IDENTIFIER - Static variable in interface org.odpi.openmetadata.frameworks.openmetadata.definitions.ReferenceableDefinition
-
Version of Egeria that this element belongs.
- EGERIA_WATCHDOG_ENGINE - Enum constant in enum class org.odpi.openmetadata.contentpacks.core.GovernanceEngineDefinition
-
Provides standard watchdog services to Egeria's OMAG Server Platform and Servers.
- EGERIA_WORKSPACES_INFRA - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.EgeriaSolutionBlueprint
-
Description of the simple open metadata deployment environment used for evaluation and small team deployments.
- EGERIA_WORKSPACES_SERVERS - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.EgeriaSolutionBlueprint
-
Description of the main servers that are set up by Egeria Workspaces.
- EgeriaArchiveWriter - Class in org.odpi.openmetadata.contentpacks.core.egeria
-
EgeriaArchiveWriter creates an open metadata archive that includes the connectors and reference data that survey and catalog the Egeria's infrastructure.
- EgeriaArchiveWriter() - Constructor for class org.odpi.openmetadata.contentpacks.core.egeria.EgeriaArchiveWriter
-
Default constructor initializes the archive.
- EgeriaBaseArchiveWriter - Class in org.odpi.openmetadata.samples.archiveutilities
-
CocoBaseArchiveWriter provides a base class for utilities creating a physical open metadata archive file containing definitions for Coco Pharmaceuticals.
- EgeriaBaseArchiveWriter(String, String, String, Date, String) - Constructor for class org.odpi.openmetadata.samples.archiveutilities.EgeriaBaseArchiveWriter
-
Constructor for an archive.
- EgeriaBaseArchiveWriter(String, String, String, Date, String, OpenMetadataArchive[]) - Constructor for class org.odpi.openmetadata.samples.archiveutilities.EgeriaBaseArchiveWriter
-
Constructor for an archive.
- EgeriaConnectedAssetClient - Class in org.odpi.openmetadata.frameworkservices.ocf.metadatamanagement.client
-
EgeriaConnectedAssetClient is used by applications and tools as a factory for Open Connector Framework (OCF) connectors.
- EgeriaConnectedAssetClient(String, String, String, String, String, int, AuditLog) - Constructor for class org.odpi.openmetadata.frameworkservices.ocf.metadatamanagement.client.EgeriaConnectedAssetClient
-
Create a new client with no authentication embedded in the HTTP request.
- egeriaConsumerPropertyName - Static variable in class org.odpi.openmetadata.adapters.eventbus.topic.kafka.KafkaOpenMetadataTopicProvider
- egeriaDataSetTypeName - Static variable in class org.odpi.openmetadata.adapters.connectors.apacheatlas.integration.modules.AtlasLineageIntegrationModule
- EgeriaDeployedImplementationType - Enum Class in org.odpi.openmetadata.adapters.connectors.controls
-
Describes the standard deployed implementation types supplied with Egeria for working with Apache Atlas.
- EgeriaExtractor - Class in org.odpi.openmetadata.adapters.connectors.egeriainfrastructure.extractor
-
EgeriaExtractor extracts information from the Egeria runtimes.
- EgeriaExtractor(String, String, String, String, Map<String, SecretsStoreConnector>, AuditLog) - Constructor for class org.odpi.openmetadata.adapters.connectors.egeriainfrastructure.extractor.EgeriaExtractor
-
Constructor
- egeriaGUIDPropertyName - Static variable in class org.odpi.openmetadata.adapters.connectors.apacheatlas.integration.modules.AtlasIntegrationModuleBase
- EgeriaInformationSupplyChainDefinition - Enum Class in org.odpi.openmetadata.adapters.connectors
-
A description of the predefined information supply chains.
- EgeriaOpenConnectorDefinition - Enum Class in org.odpi.openmetadata.adapters.connectors
-
Enumeration of the different types of connectors provided by the Egeria community.
- EgeriaOpenGovernanceClient - Class in org.odpi.openmetadata.frameworkservices.gaf.client
-
EgeriaOpenGovernanceClient provides an interface to the services that build, monitor and trigger governance actions.
- EgeriaOpenGovernanceClient(String, String, String, String, String, int, AuditLog) - Constructor for class org.odpi.openmetadata.frameworkservices.gaf.client.EgeriaOpenGovernanceClient
-
Create a new client that passes userId and password in each HTTP request.
- EgeriaOpenGovernanceEventClient - Class in org.odpi.openmetadata.frameworkservices.gaf.client
-
EgeriaOpenMetadataEventClient provides the implementation to manage the interaction with the server to set up a listener to support the receipt of inbound events from the Open Metadata Store Out Topic.
- EgeriaOpenGovernanceEventClient(String, String, String, String, String, String, int, AuditLog, String) - Constructor for class org.odpi.openmetadata.frameworkservices.gaf.client.EgeriaOpenGovernanceEventClient
-
Create a new client that is to be used within an OMAG Server.
- EgeriaOpenMetadataEventClient - Class in org.odpi.openmetadata.frameworkservices.omf.client
-
EgeriaOpenMetadataEventClient provides the implementation to manage the interaction with the server to set up a listener to support the receipt of inbound events from the Open Metadata Store Out Topic.
- EgeriaOpenMetadataEventClient(String, String, String, String, String, String, int, AuditLog, String) - Constructor for class org.odpi.openmetadata.frameworkservices.omf.client.EgeriaOpenMetadataEventClient
-
Create a new client that is to be used within an OMAG Server.
- EgeriaOpenMetadataStoreClient - Class in org.odpi.openmetadata.frameworkservices.omf.client
-
EgeriaOpenMetadataStoreClient provides an interface to the open metadata store.
- EgeriaOpenMetadataStoreClient(String, String, String, String, String, int, AuditLog) - Constructor for class org.odpi.openmetadata.frameworkservices.omf.client.EgeriaOpenMetadataStoreClient
-
Create a new client with no authentication embedded in the HTTP request.
- EgeriaOpenMetadataStoreClient(String, String, Map<String, SecretsStoreConnector>, int, AuditLog) - Constructor for class org.odpi.openmetadata.frameworkservices.omf.client.EgeriaOpenMetadataStoreClient
-
Create a new client with no authentication embedded in the HTTP request.
- egeriaOwnedPropertyName - Static variable in class org.odpi.openmetadata.adapters.connectors.apacheatlas.integration.modules.AtlasIntegrationModuleBase
- egeriaOwnerPropertyName - Static variable in class org.odpi.openmetadata.adapters.connectors.apacheatlas.integration.modules.AtlasIntegrationModuleBase
- egeriaOwnerTypeName - Static variable in class org.odpi.openmetadata.adapters.connectors.apacheatlas.integration.modules.AtlasIntegrationModuleBase
- egeriaProcessTypeName - Static variable in class org.odpi.openmetadata.adapters.connectors.apacheatlas.integration.modules.AtlasLineageIntegrationModule
- egeriaQualifiedNamePropertyName - Static variable in class org.odpi.openmetadata.adapters.connectors.apacheatlas.integration.modules.AtlasIntegrationModuleBase
- egeriaRelease - Variable in class org.odpi.openmetadata.frameworks.openmetadata.connectorcontext.ConnectorContextBase
- egeriaRelease - Variable in class org.odpi.openmetadata.frameworks.openmetadata.connectorcontext.ConnectorContextClientBase
- EgeriaReport - Class in org.odpi.openmetadata.reports
-
EgeriaReport provides utilities to allow a report to print to the screen and create a markdown file at the same time.
- EgeriaReport(String) - Constructor for class org.odpi.openmetadata.reports.EgeriaReport
-
Set up the parameters for the sample.
- EgeriaReport(String, boolean) - Constructor for class org.odpi.openmetadata.reports.EgeriaReport
-
Set up the parameters for the sample.
- EgeriaRoleDefinition - Enum Class in org.odpi.openmetadata.adapters.connectors
-
The OpenMetadataRoleDefinition is used to feed the definition of the actor roles that are used in many solutions.
- EgeriaSoftwareServerTemplateDefinition - Enum Class in org.odpi.openmetadata.adapters.connectors.egeriainfrastructure.control
-
A description of the default Egeria software server templates.
- EgeriaSolutionBlueprint - Enum Class in org.odpi.openmetadata.adapters.connectors
-
A description of the predefined solution blueprints.
- EgeriaSolutionComponent - Enum Class in org.odpi.openmetadata.adapters.connectors
-
A description of the predefined solution components.
- EgeriaSolutionComponentActor - Enum Class in org.odpi.openmetadata.adapters.connectors
-
Define the relationship between the solution roles and the solution components
- EgeriaSolutionComponentWire - Enum Class in org.odpi.openmetadata.adapters.connectors
-
Define the linkage between solution components defined for the Egeria runtime.
- egeriaTypeNamePropertyName - Static variable in class org.odpi.openmetadata.adapters.connectors.apacheatlas.integration.modules.AtlasIntegrationModuleBase
- egeriaUpdateRequired(OpenMetadataRootElement, AtlasEntity) - Method in class org.odpi.openmetadata.adapters.connectors.apacheatlas.integration.modules.AtlasIntegrationModuleBase
-
Confirm whether there have been changes since the last refresh().
- ELEMENT_CLASSIFIED - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.events.OpenMetadataEventType
-
A classification has been added to an element.
- ELEMENT_DECLASSIFIED - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.events.OpenMetadataEventType
-
A classification has been removed from an element.
- ELEMENT_DELETED - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.events.OpenMetadataEventType
-
An element and all its anchored elements have been deleted.
- ELEMENT_GUID - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.externalharvesters.harvestopenmetadata.schema.HarvestOpenMetadataColumn
- ELEMENT_GUID_CHANGED - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.events.OpenMetadataEventType
-
An element's GUID has changed.
- ELEMENT_HOME_CHANGED - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.events.OpenMetadataEventType
-
An element's home has changed.
- ELEMENT_RECLASSIFIED - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.events.OpenMetadataEventType
-
The properties for a classification attached to an element have been updated.
- ELEMENT_RESTORED - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.events.OpenMetadataEventType
-
An element that was once deleted has been restored.
- ELEMENT_STATUS - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.jacquard.productcatalog.ProductDataFieldDefinition
-
Repository status from the element's header indicates wither the element is active, has been soft-deleted, or is invalid.
- ELEMENT_SUPPLEMENT_CLASSIFICATION - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.types.OpenMetadataType
-
Identifies a glossary term that is being used to supplement asset descriptions.
- ELEMENT_TYPE_CHANGED - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.events.OpenMetadataEventType
-
An element's type has changed.
- ELEMENT_UPDATED - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.events.OpenMetadataEventType
-
An element's properties has been updated.
- ElementBase - Class in org.odpi.openmetadata.frameworks.connectors.properties.beans
-
ElementBase provides the common identifier and type information for all properties objects that link off of the asset and have a guid associated with them.
- ElementBase - Interface in org.odpi.openmetadata.adapters.connectors.unitycatalog.properties
-
Common properties of an element returned from UC.
- ElementBase() - Constructor for class org.odpi.openmetadata.frameworks.connectors.properties.beans.ElementBase
-
Default constructor used by subclasses
- ElementBase(ElementBase) - Constructor for class org.odpi.openmetadata.frameworks.connectors.properties.beans.ElementBase
-
Copy/clone constructor.
- elementBuilder - Variable in class org.odpi.openmetadata.frameworks.openmetadata.handlers.OpenMetadataHandlerBase
- elementBuilder - Variable in class org.odpi.openmetadata.frameworkservices.omf.client.OpenMetadataClientBase
- elementCache - Variable in class org.odpi.openmetadata.frameworks.integration.iterator.IntegrationIterator
- ElementClassification - Class in org.odpi.openmetadata.frameworks.openmetadata.metadataelements
-
The ElementClassification bean describes a single classification associated with an element.
- ElementClassification() - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.metadataelements.ElementClassification
-
Default constructor
- ElementClassification(ElementClassification) - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.metadataelements.ElementClassification
-
Copy/clone constructor
- ElementClassification(ElementClassificationHeader) - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.metadataelements.ElementClassification
-
Copy/clone constructor
- ElementClassificationHeader - Class in org.odpi.openmetadata.frameworks.openmetadata.metadataelements
-
The ElementClassificationHeader bean describes the header for a classification associated with an element.
- ElementClassificationHeader() - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.metadataelements.ElementClassificationHeader
-
Default constructor
- ElementClassificationHeader(ElementClassificationHeader) - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.metadataelements.ElementClassificationHeader
-
Copy/clone constructor
- ElementClassificationHeader(ElementControlHeader) - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.metadataelements.ElementClassificationHeader
-
Copy/clone constructor
- ElementControlHeader - Class in org.odpi.openmetadata.frameworks.openmetadata.metadataelements
-
The ElementControlHeader bean provides details of the origin and changes associated with the element.
- ElementControlHeader() - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.metadataelements.ElementControlHeader
-
Default constructor used by subclasses
- ElementControlHeader(ElementControlHeader) - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.metadataelements.ElementControlHeader
-
Copy/clone constructor.
- ElementHeader - Class in org.odpi.openmetadata.frameworks.openmetadata.metadataelements
-
ElementHeader provides the common identifier and type information for all properties objects that link off of the asset and have a guid associated with them.
- ElementHeader() - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.metadataelements.ElementHeader
-
Default constructor used by subclasses
- ElementHeader(ElementControlHeader) - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.metadataelements.ElementHeader
-
Copy/clone constructor.
- ElementHeader(ElementHeader) - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.metadataelements.ElementHeader
-
Copy/clone constructor.
- ElementHeaderConverter<B> - Class in org.odpi.openmetadata.commonservices.generichandlers
-
ElementHeaderConverter transfers the relevant properties from an Open Metadata Repository Services (OMRS) EntityDetail object into a ElementHeader bean.
- ElementHeaderConverter<B> - Class in org.odpi.openmetadata.frameworkservices.omf.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.commonservices.generichandlers.ElementHeaderConverter
-
Constructor
- ElementHeaderConverter(OMRSRepositoryHelper, String, String) - Constructor for class org.odpi.openmetadata.frameworkservices.omf.converters.ElementHeaderConverter
-
Constructor
- ElementHeaderResponse - Class in org.odpi.openmetadata.commonservices.ffdc.rest
-
ElementHeaderResponse is the response structure used on the OMAS REST API calls that return the header for a element.
- ElementHeaderResponse() - Constructor for class org.odpi.openmetadata.commonservices.ffdc.rest.ElementHeaderResponse
-
Default constructor
- ElementHeaderResponse(ElementHeaderResponse) - Constructor for class org.odpi.openmetadata.commonservices.ffdc.rest.ElementHeaderResponse
-
Copy/clone constructor
- ElementHeadersResponse - Class in org.odpi.openmetadata.commonservices.ffdc.rest
-
ElementHeadersResponse is a response object for passing back a list of element headers or an exception if the request failed.
- ElementHeadersResponse() - Constructor for class org.odpi.openmetadata.commonservices.ffdc.rest.ElementHeadersResponse
-
Default constructor
- ElementHeadersResponse(ElementHeadersResponse) - Constructor for class org.odpi.openmetadata.commonservices.ffdc.rest.ElementHeadersResponse
-
Copy/clone constructor
- ElementOrigin - Class in org.odpi.openmetadata.frameworks.openmetadata.metadataelements
-
The ElementType bean provides details of the type information associated with a metadata element.
- ElementOrigin() - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.metadataelements.ElementOrigin
-
Default constructor
- ElementOrigin(ElementOrigin) - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.metadataelements.ElementOrigin
-
Copy/clone constructor
- ElementOriginCategory - Enum Class in org.odpi.openmetadata.frameworks.openmetadata.search
-
ElementOriginCategory defines where the metadata comes from.
- ElementProperties - Class in org.odpi.openmetadata.frameworks.openmetadata.search
-
The ElementProperties class provides support for properties to be added to a metadata element, classification or relationship instances.
- ElementProperties() - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.search.ElementProperties
-
Typical constructor
- ElementProperties(ElementProperties) - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.search.ElementProperties
-
Copy/clone constructor.
- elementShouldBeCatalogued(String, List<String>, List<String>) - Method in class org.odpi.openmetadata.frameworks.integration.context.IntegrationContext
-
Determine whether a particular element should be catalogued.
- elementShouldBeSurveyed(String, List<String>, List<String>) - Method in class org.odpi.openmetadata.frameworks.opensurvey.SurveyContext
-
Determine whether a particular element should be surveyed.
- ElementStatus - Enum Class in org.odpi.openmetadata.frameworks.openmetadata.search
-
The ElementStatus defines the status of an element in the metadata collection.
- ElementStub - Class in org.odpi.openmetadata.frameworks.openmetadata.metadataelements
-
ElementStub is used to identify an element.
- ElementStub() - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.metadataelements.ElementStub
-
Default constructor
- ElementStub(ElementControlHeader) - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.metadataelements.ElementStub
-
Copy/clone constructor.
- ElementStub(ElementHeader) - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.metadataelements.ElementStub
-
Copy/clone constructor.
- ElementStub(ElementStub) - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.metadataelements.ElementStub
-
Copy/clone constructor.
- ElementSupplementProperties - Class in org.odpi.openmetadata.frameworks.openmetadata.properties.glossaries
-
ClassificationBeanProperties is used to provide the properties for a ElementSupplement classification.
- ElementSupplementProperties() - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.properties.glossaries.ElementSupplementProperties
-
Default constructor
- ElementSupplementProperties(ElementSupplementProperties) - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.properties.glossaries.ElementSupplementProperties
-
Copy/clone constructor for an editing glossary classification.
- ElementType - Class in org.odpi.openmetadata.frameworks.openmetadata.metadataelements
-
The ElementType bean provides details of the type information associated with a metadata element.
- ElementType() - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.metadataelements.ElementType
-
Default constructor
- ElementType(ElementType) - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.metadataelements.ElementType
-
Copy/clone constructor
- ElementVersions - Class in org.odpi.openmetadata.frameworks.openmetadata.metadataelements
-
ElementVersions provides the version information for the element plus details of the creation time and last update time.
- ElementVersions() - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.metadataelements.ElementVersions
-
Default constructor used by subclasses
- ElementVersions(ElementVersions) - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.metadataelements.ElementVersions
-
Copy/clone constructor.
- EMAIL - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.enums.ContactMethodType
-
Send email.
- EMBEDDED_CONNECTION_RELATIONSHIP - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.types.OpenMetadataType
-
A link between a virtual connection and one of the connections it depends on.
- EMBEDDED_METADATA - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.controls.PlaceholderProperty
-
Descriptive metadata values embedded within the file.
- EMBEDDED_METADATA - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.types.OpenMetadataProperty
-
Metadata properties embedded in the media file.
- EMBEDDED_PROCESS - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.types.OpenMetadataType
-
A child process.
- embeddedConnection - Variable in class org.odpi.openmetadata.frameworks.connectors.properties.beans.EmbeddedConnection
- EmbeddedConnection - Class in org.odpi.openmetadata.frameworks.connectors.properties.beans
-
The EmbeddedConnection is used within a VirtualConnection.
- EmbeddedConnection() - Constructor for class org.odpi.openmetadata.frameworks.connectors.properties.beans.EmbeddedConnection
-
Default constructor
- EmbeddedConnection(EmbeddedConnection) - Constructor for class org.odpi.openmetadata.frameworks.connectors.properties.beans.EmbeddedConnection
-
Copy/clone constructor.
- EmbeddedConnectionBuilder - Class in org.odpi.openmetadata.commonservices.generichandlers
-
EmbeddedConnectionBuilder is able to build the properties for the relationship between a connection and its embedded connections.
- EmbeddedConnectionProperties - Class in org.odpi.openmetadata.frameworks.openmetadata.properties.connections
-
The EmbeddedConnectionProperties is used within a VirtualConnection to link to the embedded connections.
- EmbeddedConnectionProperties() - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.properties.connections.EmbeddedConnectionProperties
-
Default constructor
- EmbeddedConnectionProperties(EmbeddedConnectionProperties) - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.properties.connections.EmbeddedConnectionProperties
-
Copy/clone constructor.
- embeddedConnectors - Variable in class org.odpi.openmetadata.frameworks.connectors.ConnectorBase
- embeddedConnectors - Variable in class org.odpi.openmetadata.frameworks.opensurvey.SurveyActionServiceConnector
- embeddedConnectors - Variable in class org.odpi.openmetadata.frameworks.openwatchdog.WatchdogActionServiceConnector
- embeddedConnectors - Variable in class org.odpi.openmetadata.repositoryservices.connectors.openmetadatatopic.OpenMetadataTopicConsumerBase
- EmbeddedProcessProperties - Class in org.odpi.openmetadata.frameworks.openmetadata.properties.assets.processes.actions
-
EmbeddedProcessProperties defines the properties of a running process that is inder the control of another process.
- EmbeddedProcessProperties() - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.properties.assets.processes.actions.EmbeddedProcessProperties
-
Default constructor
- EmbeddedProcessProperties(ActionProperties) - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.properties.assets.processes.actions.EmbeddedProcessProperties
-
Copy/clone Constructor
- EmbeddedProcessProperties(EmbeddedProcessProperties) - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.properties.assets.processes.actions.EmbeddedProcessProperties
-
Copy/clone Constructor
- embeddedSurveyActionServices - Variable in class org.odpi.openmetadata.frameworks.opensurvey.SurveyActionPipelineConnector
- EMERGENCY_CONTACT_EMAIL - Enum constant in enum class org.odpi.openmetadata.samples.archiveutilities.organization.ContactTypeDefinition
-
Email address of a relative or friend to call in an emergency.
- EMERGENCY_CONTACT_PHONE - Enum constant in enum class org.odpi.openmetadata.samples.archiveutilities.organization.ContactTypeDefinition
-
Phone number of a relative or friend to call in an emergency.
- EMISSION - Enum constant in enum class org.odpi.openmetadata.samples.archiveutilities.sustainability.GlossaryTermDefinition
-
The release of a harmful substance into the atmosphere.
- EMOJI - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.types.OpenMetadataProperty
-
A symbol, such as a pictogram, logogram, ideogram, or smiley embedded in text and used in electronic messages and web pages.
- EMPLOYEE - Enum constant in enum class org.odpi.openmetadata.frameworks.connectors.properties.users.UserAccountType
-
The account is for an individual who is an employee of the organization
- EMPLOYEE - Enum constant in enum class org.odpi.openmetadata.samples.archiveutilities.governanceengines.SolutionRoleDefinition
- EMPLOYEE - Enum constant in enum class org.odpi.openmetadata.samples.archiveutilities.governanceprogram.CocoSubjectAreaDefinition
-
Person:Employee - Information relating to an individual who is employed by an organization.
- EMPLOYEE_ACCOUNT_COUNT - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.types.OpenMetadataProperty
-
Count of the employee user accounts in the secrets store.
- EMPLOYEE_EXPENSE_PAYMENT - Enum constant in enum class org.odpi.openmetadata.samples.archiveutilities.governanceengines.InformationSupplyChain
- EMPLOYEE_EXPENSE_TOOL - Enum constant in enum class org.odpi.openmetadata.samples.archiveutilities.governanceengines.SolutionComponent
- EMPLOYEE_EXPENSES - Enum constant in enum class org.odpi.openmetadata.samples.archiveutilities.businesssystems.SystemDefinition
-
coco-expenses - Employee expense declaration for Coco Pharmaceuticals.
- EMPLOYEE_EXPENSES_SUS - Enum constant in enum class org.odpi.openmetadata.samples.archiveutilities.businesssystems.SystemLevelLineage
- EMPLOYEE_MANAGEMENT - Enum constant in enum class org.odpi.openmetadata.samples.archiveutilities.governanceengines.SolutionBlueprint
-
A description of how information about Coco Pharmaceuticals employees is managed.
- EMPLOYEE_NUMBER - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.externalharvesters.harvestopenmetadata.schema.HarvestOpenMetadataColumn
- EMPLOYEE_NUMBER - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.types.OpenMetadataProperty
-
The unique identifier of a person used by their employer.
- EMPLOYEE_TO_EXPENSE_TOOL - Enum constant in enum class org.odpi.openmetadata.samples.archiveutilities.governanceengines.SolutionComponentActor
- EMPLOYEE_TYPE - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.types.OpenMetadataProperty
-
Code used by employer typically to describe the type of employment contract
- EMPLOYEES_GROUP - Enum constant in enum class org.odpi.openmetadata.metadatasecurity.accessconnector.controls.OpenMetadataSecurityConfigurationProperty
-
Name of the dynamic group that includes all employees with a valid account.
- EmployeeTypeDefinition - Enum Class in org.odpi.openmetadata.samples.archiveutilities.organization
-
The EmployeeTypeDefinition is used to feed the definition of the EmployeeType valid value set for Coco Pharmaceuticals' employees.
- EMPTY_ARCHIVE - Enum constant in enum class org.odpi.openmetadata.repositoryservices.ffdc.OMRSAuditCode
-
OMRS-AUDIT-0051 - The Open Metadata Repository Services (OMRS) cannot process an open metadata archive because it is empty
- EMPTY_CONFIGURATION - Enum constant in enum class org.odpi.openmetadata.adminservices.ffdc.OMAGAdminErrorCode
-
OMAG-ADMIN-400-019 - OMAG server {0} has been called with a configuration document that has no services configured
- EMPTY_CONFIGURATION - Enum constant in enum class org.odpi.openmetadata.serveroperations.ffdc.ServerOpsErrorCode
-
SERVER-OPS-400-019 - OMAG server {0} has been called with a configuration document that has no services configured
- ENABLE_DATA_SHARING - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.jacquard.productcatalog.ProductGovernanceDefinition
- ENABLED - Enum constant in enum class org.odpi.openmetadata.adminservices.configuration.registration.ServiceOperationalStatus
-
The service is available and running.
- ENABLED - Enum constant in enum class org.odpi.openmetadata.adminservices.OMAGServiceMode
-
The open metadata and governance service is available and running.
- enablePlatformConformanceSuiteWorkbench(String) - Method in class org.odpi.openmetadata.adminservices.client.ConformanceTestServerConfigurationClient
-
Request that the conformance suite services are activated in this server to test the support of the platform services running in the platform at tutPlatformRootURL.
- enablePlatformConformanceSuiteWorkbench(String, String, URLRequestBody) - Method in class org.odpi.openmetadata.adminservices.server.OMAGConformanceSuiteConfigServices
-
Request that the platform conformance suite workbench is activated in this server to test the support of the platform services running in the platform at tutPlatformRootURL.
- enablePlatformConformanceSuiteWorkbench(String, String, URLRequestBody) - Method in class org.odpi.openmetadata.adminservices.spring.ConfigConformanceSuiteServicesResource
-
Request that the conformance suite services are activated in this server to test the support of the platform services running in the platform at tutPlatformRootURL.
- enableRepositoryConformanceSuiteWorkbench(String, String, RepositoryConformanceWorkbenchConfig) - Method in class org.odpi.openmetadata.adminservices.server.OMAGConformanceSuiteConfigServices
-
Request that the repository conformance suite workbench is activated in this server to test the support of the repository services running in the server named tutRepositoryServerName.
- enableRepositoryConformanceSuiteWorkbench(String, String, RepositoryConformanceWorkbenchConfig) - Method in class org.odpi.openmetadata.adminservices.spring.ConfigConformanceSuiteServicesResource
-
Request that the conformance suite services are activated in this server to test the support of the repository services running in the server named tutRepositoryServerName.
- enableRepositoryConformanceSuiteWorkbench(RepositoryConformanceWorkbenchConfig) - Method in class org.odpi.openmetadata.adminservices.client.ConformanceTestServerConfigurationClient
-
Request that the conformance suite services are activated in this server to test the support of the repository services running in the server named tutRepositoryServerName.
- enableRepositoryPerformanceSuiteWorkbench(String, String, RepositoryPerformanceWorkbenchConfig) - Method in class org.odpi.openmetadata.adminservices.server.OMAGConformanceSuiteConfigServices
-
Request that the repository conformance suite workbench is activated in this server to test the performance of the repository services running in the server named tutRepositoryServerName.
- enableRepositoryPerformanceSuiteWorkbench(String, String, RepositoryPerformanceWorkbenchConfig) - Method in class org.odpi.openmetadata.adminservices.spring.ConfigConformanceSuiteServicesResource
-
Request that the conformance suite services are activated in this server to test the performance of the repository services running in the server named tutRepositoryServerName.
- ENCODING - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.externalharvesters.harvestsurveys.schema.HarvestSurveysColumn
- ENCODING - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.jacquard.productcatalog.ProductDataFieldDefinition
- ENCODING - Enum constant in enum class org.odpi.openmetadata.frameworks.opensurvey.measurements.FileMetric
- ENCODING_DESCRIPTION - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.types.OpenMetadataProperty
-
Description of the encoding.
- ENCODING_LANGUAGE - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.types.OpenMetadataProperty
-
Language used in the encoding.
- ENCODING_PROPERTIES - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.types.OpenMetadataProperty
-
Additional properties describing the encoding.
- ENCODING_STANDARD - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.types.OpenMetadataProperty
-
Format of the schema.
- ENCODING_TYPE - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.types.OpenMetadataProperty
-
Encoding scheme used on the data.
- ENCRYPT_KEYS_FILE - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.refdata.FileType
-
A file containing encrypted secrets.
- ENCRYPTED_PASSWORD - Enum constant in enum class org.odpi.openmetadata.frameworks.connectors.controls.SecretsStoreCollectionProperty
-
A password used to prove a user's identity - encrypted.
- ENCRYPTED_PASSWORD - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.types.OpenMetadataProperty
-
Encrypted password that the connector needs to decrypt before use.
- ENCRYPTION - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.controls.PlaceholderProperty
-
Is encryption enabled on this file system? If known, what type of encryption?
- ENCRYPTION - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.types.OpenMetadataProperty
-
Level of encryption used on the filesystem (if any).
- ENCRYPTION_METHOD - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.types.OpenMetadataProperty
-
Type of encryption used at the endpoint (if any).
- encryptionMethod - Variable in class org.odpi.openmetadata.frameworks.connectors.properties.beans.Endpoint
- END_1_ATTRIBUTE_NAME - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.externalharvesters.harvestopenmetadata.schema.HarvestOpenMetadataColumn
- END_1_GUID - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.externalharvesters.harvestopenmetadata.schema.HarvestOpenMetadataColumn
- END_1_GUID - Enum constant in enum class org.odpi.openmetadata.adapters.repositoryservices.postgres.repositoryconnector.schema.RepositoryColumn
- END_2_ATTRIBUTE_NAME - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.externalharvesters.harvestopenmetadata.schema.HarvestOpenMetadataColumn
- END_2_GUID - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.externalharvesters.harvestopenmetadata.schema.HarvestOpenMetadataColumn
- END_2_GUID - Enum constant in enum class org.odpi.openmetadata.adapters.repositoryservices.postgres.repositoryconnector.schema.RepositoryColumn
- END_MATCH_CRITERIA - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.types.OpenMetadataProperty
-
Defines how the results of the relationship end search should be combined.
- END_TIMESTAMP - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.externalharvesters.harvestopenmetadata.schema.HarvestOpenMetadataColumn
- END_TIMESTAMP - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.externalharvesters.harvestsurveys.schema.HarvestSurveysColumn
- END_TIMESTAMP - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.jacquard.productcatalog.ProductDataFieldDefinition
- END1_ENTITY_TYPES - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.apacheatlas.survey.controls.AtlasAnnotationType
- END2_ENTITY_TYPES - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.apacheatlas.survey.controls.AtlasAnnotationType
- endAsynchronousTest() - Method in class org.odpi.openmetadata.conformance.beans.OpenMetadataTestCase
-
Request from the workbench to log the start of an asynchronous test.
- EndMatchCriteria - Enum Class in org.odpi.openmetadata.frameworks.openmetadata.search
-
The EndMatchCriteria enum defines how the end guids of a relationship should match.
- EndMatchCriteria - Enum Class in org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.properties.search
-
The EndMatchCriteria enum defines how the end guids of a relationship should match.
- Endpoint - Class in org.odpi.openmetadata.frameworks.connectors.properties.beans
-
The Endpoint describes the network information necessary for a connector to connect to the server where the Asset is accessible from.
- Endpoint() - Constructor for class org.odpi.openmetadata.frameworks.connectors.properties.beans.Endpoint
-
Default constructor
- Endpoint(Endpoint) - Constructor for class org.odpi.openmetadata.frameworks.connectors.properties.beans.Endpoint
-
Copy/clone constructor for an Endpoint.
- ENDPOINT - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.refdata.DeployedImplementationType
-
A callable network address.
- ENDPOINT - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.types.OpenMetadataType
-
Description of the network address and related information needed to call a software service.
- ENDPOINT_EXCEPTION - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.governanceactions.ffdc.GovernanceActionConnectorsAuditCode
-
GOVERNANCE-ACTION-CONNECTORS-0008 - The {0} governance action service encountered an {1} exception when attempting to retrieve the file path name from the attached endpoint.
- EndpointClient - Class in org.odpi.openmetadata.frameworks.openmetadata.connectorcontext
-
Provides services for connectors to work with endpoint elements.
- EndpointClient(ConnectorContextBase, String, String, String, String, String, String, OpenMetadataClient, AuditLog, int) - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.connectorcontext.EndpointClient
-
Constructor for connector context client.
- EndpointHandler - Class in org.odpi.openmetadata.frameworks.openmetadata.handlers
-
EndpointHandler describes how to maintain and query endpoints.
- EndpointHandler(String, AuditLog, String, OpenMetadataClient) - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.handlers.EndpointHandler
-
Create a new handler.
- EndpointProperties - Class in org.odpi.openmetadata.frameworks.openmetadata.properties.connections
-
EndpointProperties describes the properties of a server endpoint.
- EndpointProperties() - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.properties.connections.EndpointProperties
-
Default constructor
- EndpointProperties(EndpointProperties) - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.properties.connections.EndpointProperties
-
Copy/clone constructor for an Endpoint.
- EndpointTemplateDefinition - Enum Class in org.odpi.openmetadata.contentpacks.core
-
A description of the default endpoint templates.
- ENDS_WITH - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.apacheatlas.resource.properties.AtlasOperator
- ENDS_WITH - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.search.PropertyComparisonOperator
-
Has a value that ends with the provided string.
- ENDS_WITH - Enum constant in enum class org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.properties.search.PropertyComparisonOperator
-
Has a value that ends with the provided string.
- endSubgraph() - Method in class org.odpi.openmetadata.frameworks.openmetadata.mermaid.MermaidGraphBuilderBase
- ENFORCEMENT_POINT_CLASSIFICATION - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.types.OpenMetadataType
-
A rule that ensures a required condition is true.
- EnforcementPointProperties - Class in org.odpi.openmetadata.frameworks.openmetadata.properties.governance
-
Maps an element as an enforcement point for a governance definition.
- EnforcementPointProperties() - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.properties.governance.EnforcementPointProperties
-
Default constructor
- EnforcementPointProperties(EnforcementPointProperties) - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.properties.governance.EnforcementPointProperties
-
Copy/clone constructor
- engage() - Method in interface org.odpi.openmetadata.frameworks.integration.connectors.IntegrationConnector
-
This method is for blocking calls to wait for new metadata.
- engage() - Method in class org.odpi.openmetadata.frameworks.integration.connectors.IntegrationConnectorBase
-
This method is for blocking calls to wait for new metadata.
- ENGAGE_IMPLEMENTATION_MISSING - Enum constant in enum class org.odpi.openmetadata.frameworks.integration.ffdc.OIFErrorCode
-
OIF-CONNECTOR-400-001 - The integration connector {0} has been configured to have its own thread to issue blocking calls but has not implemented the engage() method
- ENGAGE_RETURNED - Enum constant in enum class org.odpi.openmetadata.governanceservers.integrationdaemonservices.ffdc.IntegrationDaemonServicesAuditCode
-
INTEGRATION-DAEMON-SERVICES-0034 - The integration connector {0} has returned from the "engage()" method in integration daemon {1}
- engageConnector(String) - Method in class org.odpi.openmetadata.governanceservers.integrationdaemonservices.handlers.IntegrationConnectorHandler
-
Call engage() method of the integration connector.
- ENGINE - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.types.OpenMetadataType
-
A programmable engine for running automated processes.
- ENGINE_ACTION - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.mermaid.VisualStyle
- ENGINE_ACTION - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.types.OpenMetadataType
-
An engine action that has been created to support the active governance of the open metadata ecosystem and/or digital landscape.
- ENGINE_ACTION_CANCELLED - Enum constant in enum class org.odpi.openmetadata.commonservices.generichandlers.ffdc.GenericHandlersAuditCode
-
OMAG-GENERIC-HANDLERS-0027 - Engine action {0} has been cancelled by user {1}, it was in {2} status before the cancel request
- ENGINE_ACTION_CANCELLED - Enum constant in enum class org.odpi.openmetadata.governanceservers.enginehostservices.ffdc.EngineHostServicesAuditCode
-
ENGINE-HOST-SERVICES-0036 - Governance engine {0} is cancelling running governance service for engine action {1}; thread name is {2}
- ENGINE_ACTION_FAILED - Enum constant in enum class org.odpi.openmetadata.governanceservers.enginehostservices.ffdc.EngineHostServicesAuditCode
-
ENGINE-HOST-SERVICES-0034 - Failed to execute engine action for governance engine {0}.
- ENGINE_ACTION_GUID - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.externalharvesters.harvestsurveys.schema.HarvestSurveysColumn
- ENGINE_ACTION_GUID - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.jacquard.productcatalog.ProductDataFieldDefinition
-
Unique identifier of an engine action.
- ENGINE_ACTION_RECORD_COMPLETION - Enum constant in enum class org.odpi.openmetadata.governanceservers.enginehostservices.ffdc.EngineHostServicesAuditCode
-
ENGINE-HOST-SERVICES-0033 - Engine action {0} running governance service {1} for governance engine {2} with request type {3} has recorded completion status of {4} and output guards of {5}.
- ENGINE_ACTION_SCAN_FAILED - Enum constant in enum class org.odpi.openmetadata.governanceservers.enginehostservices.ffdc.EngineHostServicesAuditCode
-
ENGINE-HOST-SERVICES-0035 - Failed to retrieve active engine actions.
- ENGINE_ACTION_STATUS_CHANGE - Enum constant in enum class org.odpi.openmetadata.commonservices.generichandlers.ffdc.GenericHandlersAuditCode
-
OMAG-GENERIC-HANDLERS-0025 - Status changed from {0} to {1} for engine action {2} by governance engine with {3} userId
- ENGINE_ACTION_TARGET_COMPLETION - Enum constant in enum class org.odpi.openmetadata.governanceservers.enginehostservices.ffdc.EngineHostServicesAuditCode
-
ENGINE-HOST-SERVICES-0032 - Engine action {0} running governance service {1} for governance engine {2} with request type {3} has recorded completion on action target {4} with status {5} (start time {6}; completion time {7}) and completion message of {8}
- ENGINE_HOST - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.controls.EgeriaDeployedImplementationType
-
A server that runs governance engines.
- ENGINE_HOST - Enum constant in enum class org.odpi.openmetadata.adminservices.configuration.registration.ServerTypeClassification
-
Governance server that hosts the Open Metadata Engine Services (OMES) that is managing workloads for an aspect of governance.
- ENGINE_HOST_AL_EVENTS - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.EgeriaSolutionComponentWire
- ENGINE_HOST_METADATA - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.EgeriaSolutionComponentWire
- ENGINE_HOST_OG_EVENTS - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.EgeriaSolutionComponentWire
- ENGINE_HOST_OM_EVENTS - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.EgeriaSolutionComponentWire
- ENGINE_HOST_RESOURCE_CONNECTOR - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.EgeriaOpenConnectorDefinition
- ENGINE_HOST_SERVER - Enum constant in enum class org.odpi.openmetadata.samples.archiveutilities.businesssystems.SystemTypeDefinition
-
engine-host - Server hosting governance engine.
- ENGINE_HOST_SERVICES - Enum constant in enum class org.odpi.openmetadata.adminservices.configuration.registration.GovernanceServicesDescription
-
Host one or more engine services that are actively managing governance of open metadata and the digital landscape.
- ENGINE_HOST_TEMPLATE - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.egeriainfrastructure.control.EgeriaSoftwareServerTemplateDefinition
- ENGINE_HOST_USER_ID - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.externalharvesters.harvestsurveys.schema.HarvestSurveysColumn
- ENGINE_HOST_USER_ID - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.jacquard.productcatalog.ProductDataFieldDefinition
-
Engine Host User Id
- ENGINE_SERVICE_FAILURE - Enum constant in enum class org.odpi.openmetadata.serveroperations.ffdc.ServerOpsAuditCode
-
SERVER-OPS-0047 - The admin services caught an unexpected {0} exception whilst initializing the {1} service for an engine host server.
- ENGINE_SERVICE_INITIALIZING - Enum constant in enum class org.odpi.openmetadata.engineservices.governanceaction.ffdc.GovernanceActionAuditCode
-
OMES-GOVERNANCE-ACTION-0001 - The Governance Action engine services are initializing in server {0}
- ENGINE_SERVICE_INITIALIZING - Enum constant in enum class org.odpi.openmetadata.engineservices.repositorygovernance.ffdc.RepositoryGovernanceAuditCode
-
OMES-REPOSITORY-GOVERNANCE-0001 - The Repository Governance engine services are initializing in server {0}
- ENGINE_SERVICE_INITIALIZING - Enum constant in enum class org.odpi.openmetadata.engineservices.surveyaction.ffdc.SurveyActionAuditCode
-
OMES-SURVEY-ACTION-0001 - The Survey Action engine services are initializing in server {0}
- ENGINE_SERVICE_INITIALIZING - Enum constant in enum class org.odpi.openmetadata.engineservices.watchdogaction.ffdc.WatchdogActionAuditCode
-
OMES-WATCHDOG-ACTION-0001 - The Watchdog Action engine services are initializing in server {0}
- ENGINE_SERVICE_INSTANCE_FAILURE - Enum constant in enum class org.odpi.openmetadata.governanceservers.enginehostservices.ffdc.EngineHostServicesAuditCode
-
ENGINE-HOST-SERVICES-0020 - Engine host server {0} failed to start.
- ENGINE_SERVICE_INSTANCE_FAILURE - Enum constant in enum class org.odpi.openmetadata.serveroperations.ffdc.ServerOpsAuditCode
-
SERVER-OPS-0045 - The {0} engine service cannot initialize a new instance; error message is {1}
- ENGINE_SERVICE_NOT_ENABLED - Enum constant in enum class org.odpi.openmetadata.adminservices.ffdc.OMAGAdminErrorCode
-
OMAG-ADMIN-400-047 - Unable to configure server {0} since engine service {1} is not enabled in this OMAG Server Platform
- ENGINE_SERVICE_NOT_RECOGNIZED - Enum constant in enum class org.odpi.openmetadata.adminservices.ffdc.OMAGAdminErrorCode
-
OMAG-ADMIN-400-046 - Unable to configure server {0} since engine service {1} is not registered in this OMAG Server Platform
- ENGINE_SERVICE_NULL_HANDLERS - Enum constant in enum class org.odpi.openmetadata.governanceservers.enginehostservices.ffdc.EngineHostServicesAuditCode
-
ENGINE-HOST-SERVICES-0013 - Engine service {0} in engine host {1} cannot start any governance engines
- ENGINE_SERVICE_NULL_HANDLERS - Enum constant in enum class org.odpi.openmetadata.governanceservers.enginehostservices.ffdc.EngineHostServicesErrorCode
-
ENGINE-HOST-SERVICES-400-015 - Engine service {0} in engine host {1} cannot start any governance engines
- ENGINE_SHUTDOWN - Enum constant in enum class org.odpi.openmetadata.governanceservers.enginehostservices.ffdc.EngineHostServicesAuditCode
-
ENGINE-HOST-SERVICES-0015 - The governance engine {0} in server {1} is shutting down
- EngineActionBuilder - Class in org.odpi.openmetadata.commonservices.generichandlers
-
EngineActionBuilder creates the parts for an entity that represents an engine action.
- engineActionClient - Variable in class org.odpi.openmetadata.governanceservers.enginehostservices.admin.GovernanceEngineHandler
- EngineActionConverter<B> - Class in org.odpi.openmetadata.frameworkservices.gaf.converters
-
EngineActionConverter transfers the relevant properties from an Open Metadata Repository Services (OMRS) EntityDetail object into a Governance Action bean.
- EngineActionConverter(OMRSRepositoryHelper, String, String) - Constructor for class org.odpi.openmetadata.frameworkservices.gaf.converters.EngineActionConverter
-
Constructor
- EngineActionDefinition - Enum Class in org.odpi.openmetadata.contentpacks.core
-
Describes the engine actions that auto-start governance services in the core content packs.
- EngineActionElement - Class in org.odpi.openmetadata.frameworks.opengovernance.properties
-
EngineActionElement contains the properties and header for a EngineAction entity retrieved from the metadata repository that represents the execution of a call to a governance engine.
- EngineActionElement() - Constructor for class org.odpi.openmetadata.frameworks.opengovernance.properties.EngineActionElement
-
Default constructor
- EngineActionElement(EngineActionElement) - Constructor for class org.odpi.openmetadata.frameworks.opengovernance.properties.EngineActionElement
-
Copy/clone constructor
- EngineActionElementResponse - Class in org.odpi.openmetadata.frameworkservices.gaf.rest
-
The response structure used on the Open Survey Framework REST API calls that returns a EngineAction element object as a response.
- EngineActionElementResponse() - Constructor for class org.odpi.openmetadata.frameworkservices.gaf.rest.EngineActionElementResponse
-
Default constructor
- EngineActionElementResponse(EngineActionElementResponse) - Constructor for class org.odpi.openmetadata.frameworkservices.gaf.rest.EngineActionElementResponse
-
Copy/clone constructor
- EngineActionElementsResponse - Class in org.odpi.openmetadata.frameworkservices.gaf.rest
-
The response structure used on REST API calls that returns a list of EngineActionElement objects as a response.
- EngineActionElementsResponse() - Constructor for class org.odpi.openmetadata.frameworkservices.gaf.rest.EngineActionElementsResponse
-
Default constructor
- EngineActionElementsResponse(EngineActionElementsResponse) - Constructor for class org.odpi.openmetadata.frameworkservices.gaf.rest.EngineActionElementsResponse
-
Copy/clone constructor
- engineActionGUID - Variable in class org.odpi.openmetadata.governanceservers.enginehostservices.admin.GovernanceServiceHandler
- EngineActionHandler<B> - Class in org.odpi.openmetadata.commonservices.generichandlers
-
EngineActionHandler manages EngineAction objects from the Open Governance Framework (OGF).
- EngineActionHandler(OpenMetadataAPIGenericConverter<B>, Class<B>, String, String, InvalidParameterHandler, RepositoryHandler, OMRSRepositoryHelper, String, OpenMetadataServerSecurityVerifier, AuditLog) - Constructor for class org.odpi.openmetadata.commonservices.generichandlers.EngineActionHandler
-
Construct the handler for engine actions.
- EngineActionProperties - Class in org.odpi.openmetadata.frameworks.openmetadata.properties.assets.processes.actions
-
EngineActionElement contains the properties and header for a EngineAction entity retrieved from the metadata repository that represents the execution of a call to a governance engine.
- EngineActionProperties() - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.properties.assets.processes.actions.EngineActionProperties
-
Default constructor
- EngineActionProperties(EngineActionProperties) - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.properties.assets.processes.actions.EngineActionProperties
-
Copy/clone constructor
- EngineActionStatusRequestBody - Class in org.odpi.openmetadata.frameworkservices.gaf.rest
-
EngineActionStatusRequestBody provides a structure for passing a new ActivityStatus.
- EngineActionStatusRequestBody() - Constructor for class org.odpi.openmetadata.frameworkservices.gaf.rest.EngineActionStatusRequestBody
-
Default constructor
- EngineActionStatusRequestBody(EngineActionStatusRequestBody) - Constructor for class org.odpi.openmetadata.frameworkservices.gaf.rest.EngineActionStatusRequestBody
-
Copy/clone constructor
- engineConfig - Variable in class org.odpi.openmetadata.governanceservers.enginehostservices.admin.GovernanceEngineHandler
- EngineConfig - Class in org.odpi.openmetadata.adminservices.configuration.properties
-
EngineConfig provides the properties to configure a single governance engine in an service (in an engine hosting server).
- EngineConfig() - Constructor for class org.odpi.openmetadata.adminservices.configuration.properties.EngineConfig
-
Default constructor
- EngineConfig(EngineConfig) - Constructor for class org.odpi.openmetadata.adminservices.configuration.properties.EngineConfig
-
Copy/clone constructor
- EngineConfigurationRefreshThread - Class in org.odpi.openmetadata.governanceservers.enginehostservices.threads
-
EngineConfigurationRefreshThread is the class responsible for establishing the listener for configuration updates for a specific governance engine.
- EngineConfigurationRefreshThread(EngineConfig, GovernanceEngineMap, OpenMetadataEventClient, OpenMetadataEventClient, AuditLog, String) - Constructor for class org.odpi.openmetadata.governanceservers.enginehostservices.threads.EngineConfigurationRefreshThread
-
The constructor takes details of the governance engine handlers needed by the listener and the information needed to log errors if the metadata server is not available.
- EngineHostClient - Class in org.odpi.openmetadata.governanceservers.enginehostservices.client
-
GovernanceEngineClient is a client-side library for calling a specific governance engine with a governance server.
- EngineHostClient(String, String, String, String, String, String, AuditLog) - Constructor for class org.odpi.openmetadata.governanceservers.enginehostservices.client.EngineHostClient
-
Create a client-side object for calling a governance engine.
- EngineHostClient(String, String, Map<String, SecretsStoreConnector>, String, AuditLog) - Constructor for class org.odpi.openmetadata.governanceservers.enginehostservices.client.EngineHostClient
-
Create a client-side object for calling a governance engine.
- EngineHostConfigurationClient - Class in org.odpi.openmetadata.adminservices.client
-
EngineHostConfigurationClient provides the configuration services for Engine Host OMAG Servers.
- EngineHostConfigurationClient(String, String, String, String, String, String, AuditLog) - Constructor for class org.odpi.openmetadata.adminservices.client.EngineHostConfigurationClient
-
Create a new client with no authentication embedded in the HTTP request.
- EngineHostConfigurationClient(String, Map<String, SecretsStoreConnector>, String, AuditLog) - Constructor for class org.odpi.openmetadata.adminservices.client.EngineHostConfigurationClient
-
Create a new client with no authentication embedded in the HTTP request.
- EngineHostConnector - Class in org.odpi.openmetadata.adapters.connectors.egeriainfrastructure.servers
-
EngineHostConnector provides access to an Engine Host Server
- EngineHostConnector() - Constructor for class org.odpi.openmetadata.adapters.connectors.egeriainfrastructure.servers.EngineHostConnector
- EngineHostInstance - Class in org.odpi.openmetadata.governanceservers.enginehostservices.server
-
IntegrationDaemonInstance maintains the instance information needed to execute requests on behalf of an integration daemon.
- EngineHostOperationalServices - Class in org.odpi.openmetadata.governanceservers.enginehostservices.server
-
EngineHostOperationalServices is responsible for controlling the startup and shutdown of the engine host services.
- EngineHostOperationalServices(String, String, String, String, String, int) - Constructor for class org.odpi.openmetadata.governanceservers.enginehostservices.server.EngineHostOperationalServices
-
Constructor used at server startup.
- EngineHostProvider - Class in org.odpi.openmetadata.adapters.connectors.egeriainfrastructure.servers
-
Connector Provider
- EngineHostProvider() - Constructor for class org.odpi.openmetadata.adapters.connectors.egeriainfrastructure.servers.EngineHostProvider
-
Constructor used to initialize the ConnectorProvider with the Java class name of the specific store implementation.
- EngineHostRESTClient - Class in org.odpi.openmetadata.governanceservers.enginehostservices.client.rest
-
EngineHostRESTClient is responsible for issuing the REST API calls
- EngineHostRESTClient(String, String, String, String, String, AuditLog) - Constructor for class org.odpi.openmetadata.governanceservers.enginehostservices.client.rest.EngineHostRESTClient
-
Create a new client with bearer token authentication embedded in the HTTP request.
- EngineHostRESTClient(String, String, Map<String, SecretsStoreConnector>, AuditLog) - Constructor for class org.odpi.openmetadata.governanceservers.enginehostservices.client.rest.EngineHostRESTClient
-
Create a new client with bearer token authentication embedded in the HTTP request.
- EngineHostRESTServices - Class in org.odpi.openmetadata.governanceservers.enginehostservices.server
-
EngineHostRESTServices provides the external service implementation for aan engine host.
- EngineHostRESTServices() - Constructor for class org.odpi.openmetadata.governanceservers.enginehostservices.server.EngineHostRESTServices
- EngineHostServicesAuditCode - Enum Class in org.odpi.openmetadata.governanceservers.enginehostservices.ffdc
-
The EngineHostServicesAuditCode is used to define the message content for the OMRS Audit Log.
- EngineHostServicesErrorCode - Enum Class in org.odpi.openmetadata.governanceservers.enginehostservices.ffdc
-
The EngineHostServicesErrorCode error code is used to define first failure data capture (FFDC) for errors that occur when working with the Engine Host Services.
- EngineHostServicesResource - Class in org.odpi.openmetadata.engineservices.assetanalysis.server.spring
-
EngineHostServicesResource provides the server-side catcher for REST calls using Spring.
- EngineHostServicesResource() - Constructor for class org.odpi.openmetadata.engineservices.assetanalysis.server.spring.EngineHostServicesResource
- EngineHostServicesResponse - Class in org.odpi.openmetadata.adminservices.rest
-
EngineHostServicesResponse provides a response object for returning information about a list of engine services that are configured for an engine host OMAG Server.
- EngineHostServicesResponse() - Constructor for class org.odpi.openmetadata.adminservices.rest.EngineHostServicesResponse
-
Default constructor
- EngineHostServicesResponse(EngineHostServicesResponse) - Constructor for class org.odpi.openmetadata.adminservices.rest.EngineHostServicesResponse
-
Copy clone constructor
- engineHostUserId - Variable in class org.odpi.openmetadata.governanceservers.enginehostservices.admin.GovernanceServiceHandler
- EngineProperties - Class in org.odpi.openmetadata.frameworks.openmetadata.properties.softwarecapabilities
-
EngineProperties describes the properties of an engine.
- EngineProperties() - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.properties.softwarecapabilities.EngineProperties
-
Default constructor
- EngineProperties(EngineProperties) - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.properties.softwarecapabilities.EngineProperties
-
Copy/clone constructor.
- EngineServiceAdmin - Class in org.odpi.openmetadata.governanceservers.enginehostservices.admin
-
EngineServiceAdmin is the interface that an engine service implements to receive its configuration.
- EngineServiceAdmin() - Constructor for class org.odpi.openmetadata.governanceservers.enginehostservices.admin.EngineServiceAdmin
- EngineServiceDefinition - Class in org.odpi.openmetadata.governanceservers.enginehostservices.registration
-
EngineServiceConfig provides the properties to describe a single engine service to an engine host server.
- EngineServiceDefinition() - Constructor for class org.odpi.openmetadata.governanceservers.enginehostservices.registration.EngineServiceDefinition
-
Default constructor
- EngineServiceDefinition(EngineServiceRegistrationEntry) - Constructor for class org.odpi.openmetadata.governanceservers.enginehostservices.registration.EngineServiceDefinition
-
Copy/clone constructor
- EngineServiceDefinition(EngineServiceDefinition) - Constructor for class org.odpi.openmetadata.governanceservers.enginehostservices.registration.EngineServiceDefinition
-
Copy/clone constructor
- EngineServiceDescription - Enum Class in org.odpi.openmetadata.adminservices.configuration.registration
-
EngineServiceDescription provides a list of registered engine services.
- engineServiceName - Variable in class org.odpi.openmetadata.governanceservers.enginehostservices.admin.GovernanceEngineHandler
- EngineServiceRegistrationEntry - Class in org.odpi.openmetadata.adminservices.configuration.registration
-
EngineServiceRegistrationEntry is used by an engine service to register its admin services interface.
- EngineServiceRegistrationEntry() - Constructor for class org.odpi.openmetadata.adminservices.configuration.registration.EngineServiceRegistrationEntry
-
Default constructor for use with Jackson libraries
- EngineServiceRegistrationEntry(int, ComponentDevelopmentStatus, String, String, String, String, String, String, String, String, ServiceOperationalStatus, String) - Constructor for class org.odpi.openmetadata.adminservices.configuration.registration.EngineServiceRegistrationEntry
-
Complete Constructor
- EngineServiceRegistrationEntry(EngineServiceDescription, ServiceOperationalStatus, String) - Constructor for class org.odpi.openmetadata.adminservices.configuration.registration.EngineServiceRegistrationEntry
-
Enum Constructor
- EngineServiceRegistrationEntry(EngineServiceRegistrationEntry) - Constructor for class org.odpi.openmetadata.adminservices.configuration.registration.EngineServiceRegistrationEntry
-
Copy/clone constructor
- engineUserId - Variable in class org.odpi.openmetadata.governanceservers.enginehostservices.admin.GovernanceEngineHandler
- ensureAtlasExternalIdentifier(OpenMetadataRootElement, String, AtlasEntity, String, String, String) - Method in class org.odpi.openmetadata.adapters.connectors.apacheatlas.integration.modules.AtlasIntegrationModuleBase
-
Check that the Atlas GUID is correct stored in the open metadata element.
- ensureRelationship(String, String, String, String, String, String, String, String, InstanceProperties, List<InstanceStatus>, Date, SequencingOrder, String, boolean, boolean, Date, String) - Method in class org.odpi.openmetadata.commonservices.repositoryhandler.RepositoryHandler
-
Ensure a relationship exists between two entities.
- ENTERPRISE_ACCESS_INITIALIZING - Enum constant in enum class org.odpi.openmetadata.repositoryservices.ffdc.OMRSAuditCode
-
OMRS-AUDIT-0002 - Enterprise access through the Enterprise Repository Services is initializing
- ENTERPRISE_CONNECTOR_DISCONNECT_ERROR - Enum constant in enum class org.odpi.openmetadata.repositoryservices.ffdc.OMRSAuditCode
-
OMRS-AUDIT-9013 - Disconnecting of the enterprise connector manager generated an exception with message {0}
- ENTERPRISE_CONNECTOR_FAILED - Enum constant in enum class org.odpi.openmetadata.repositoryservices.ffdc.OMRSAuditCode
-
OMRS-AUDIT-0043 - The start-up of an enterprise OMRS Connector for the {0} failed with exception {1} and error message: {2}
- ENTERPRISE_CONNECTOR_MANAGER - Enum constant in enum class org.odpi.openmetadata.repositoryservices.auditlog.OMRSAuditingComponent
-
Enterprise Connector Manager - Manages the list of open metadata repositories that the Enterprise OMRS Repository Connector should call to retrieve an enterprise view of the metadata collections supported by these repositories.
- ENTERPRISE_DISCONNECTED - Enum constant in enum class org.odpi.openmetadata.repositoryservices.ffdc.OMRSErrorCode
-
OMRS-ENTERPRISE-REPOSITORY-503-002 - The enterprise repository services are disconnected from the open metadata repositories
- ENTERPRISE_METADATA_COLLECTION_ID - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.types.OpenMetadataProperty
-
Unique identifier for the metadata collection accessed through this enterprise access layer.
- ENTERPRISE_NOT_SUPPORTED - Enum constant in enum class org.odpi.openmetadata.repositoryservices.ffdc.OMRSErrorCode
-
OMRS-ENTERPRISE-REPOSITORY-CONNECTOR-405-001 - The requested method {0} is not supported by the EnterpriseOMRSRepositoryConnector
- ENTERPRISE_REPOSITORY_CONNECTOR - Enum constant in enum class org.odpi.openmetadata.repositoryservices.auditlog.OMRSAuditingComponent
-
Enterprise Repository Connector - Supports enterprise access to the list of open metadata repositories registered with the OMRS Enterprise Connector Manager.
- ENTERPRISE_TOPIC_DISCONNECT_ERROR - Enum constant in enum class org.odpi.openmetadata.repositoryservices.ffdc.OMRSAuditCode
-
OMRS-AUDIT-9012 - Disconnecting from the {0} enterprise topic connector generated a {1} exception with message {2}
- ENTERPRISE_TOPIC_LISTENER - Enum constant in enum class org.odpi.openmetadata.repositoryservices.auditlog.OMRSAuditingComponent
-
Enterprise Topic Listener - Receives events from the open metadata repository cohorts that this server is registered with and distributes them to the Open Metadata Access Services (OMASs).
- ENTERPRISE_TOPIC_START_FAILED - Enum constant in enum class org.odpi.openmetadata.serveroperations.ffdc.ServerOpsErrorCode
-
SERVER-OPS-400-015 - The OMAG server {0} cannot start the {1} enterprise OMRS topic connector, {2} exception with error message {3} occurred
- EnterpriseAccessConfig - Class in org.odpi.openmetadata.adminservices.configuration.properties
-
EnterpriseAccessConfig describes the properties that control the enterprise access services that the OMRS provides to the Open Metadata Access Services (OMASs).
- EnterpriseAccessConfig() - Constructor for class org.odpi.openmetadata.adminservices.configuration.properties.EnterpriseAccessConfig
-
Default Constructor does nothing.
- EnterpriseAccessConfig(String, String, Connection, OpenMetadataEventProtocolVersion, Connection) - Constructor for class org.odpi.openmetadata.adminservices.configuration.properties.EnterpriseAccessConfig
-
Constructor to set up all configuration values.
- EnterpriseAccessConfig(EnterpriseAccessConfig) - Constructor for class org.odpi.openmetadata.adminservices.configuration.properties.EnterpriseAccessConfig
-
Copy/clone constructor
- EnterpriseOMRSConnection - Class in org.odpi.openmetadata.repositoryservices.enterprise.repositoryconnector
-
EnterpriseOMRSConnection provides a valid connection for the EnterpriseOMRSConnector.
- EnterpriseOMRSConnection() - Constructor for class org.odpi.openmetadata.repositoryservices.enterprise.repositoryconnector.EnterpriseOMRSConnection
-
Default Constructor that sets up the connector
- EnterpriseOMRSConnectorProvider - Class in org.odpi.openmetadata.repositoryservices.enterprise.repositoryconnector
-
In the Open Connector Framework (OCF), a ConnectorProvider is a factory for a specific type of connector.
- EnterpriseOMRSConnectorProvider(OMRSConnectorManager, OMRSRepositoryContentManager, String, String, String, AuditLog, String, String, String) - Constructor for class org.odpi.openmetadata.repositoryservices.enterprise.repositoryconnector.EnterpriseOMRSConnectorProvider
-
Set up the connector provider.
- EnterpriseOMRSRepositoryConnector - Class in org.odpi.openmetadata.repositoryservices.enterprise.repositoryconnector
-
EnterpriseOMRSRepositoryConnector supports federating calls to multiple metadata repositories.
- EnterpriseRepositoryServicesClient - Class in org.odpi.openmetadata.repositoryservices.clients
-
EnterpriseRepositoryServicesClient provides a client interface for calling the enterprise repository services in a remote server.
- EnterpriseRepositoryServicesClient(String, String, String, String, String, AuditLog, int, String) - Constructor for class org.odpi.openmetadata.repositoryservices.clients.EnterpriseRepositoryServicesClient
-
Create a new client with no authentication embedded in the HTTP request.
- EnterpriseRepositoryServicesClient(String, String, Map<String, SecretsStoreConnector>, int, String) - Constructor for class org.odpi.openmetadata.repositoryservices.clients.EnterpriseRepositoryServicesClient
-
Create a new client with no authentication embedded in the HTTP request.
- EnterpriseRepositoryServicesResource - Class in org.odpi.openmetadata.repositoryservices.rest.server.spring
-
EnterpriseRepositoryServicesResource provides the server-side support for the OMRS Repository REST Services API calls that are directed to an enterprise connector.
- EnterpriseRepositoryServicesResource() - Constructor for class org.odpi.openmetadata.repositoryservices.rest.server.spring.EnterpriseRepositoryServicesResource
-
Default constructor
- EntitiesAccumulator - Class in org.odpi.openmetadata.repositoryservices.enterprise.repositoryconnector.accumulators
-
EntitiesAccumulator accumulates and validates entities received from a collection of open metadata repositories.
- EntitiesAccumulator(String, AuditLog, OMRSRepositoryValidator) - Constructor for class org.odpi.openmetadata.repositoryservices.enterprise.repositoryconnector.accumulators.EntitiesAccumulator
-
Construct an entity accumulator.
- entitiesCache - Variable in class org.odpi.openmetadata.commonservices.repositoryhandler.RepositoryIteratorForEntities
- ENTITLEMENTS - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.types.OpenMetadataProperty
-
The list of rights and permissions granted.
- ENTITY - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.apacheatlas.resource.properties.AtlasTypeCategory
-
An entity (EntityDef)
- ENTITY - Enum constant in enum class org.odpi.openmetadata.adapters.repositoryservices.postgres.repositoryconnector.schema.RepositoryTable
-
Common information about an entity instance.
- ENTITY_ADVANCED_PROPERTY_SEARCH - Enum constant in enum class org.odpi.openmetadata.conformance.workbenches.repository.RepositoryConformanceProfileRequirement
-
The technology under test supports the use of regular expressions within match properties to search for entity instances.
- ENTITY_ADVANCED_SEARCH - Enum constant in enum class org.odpi.openmetadata.conformance.workbenches.repository.RepositoryConformanceProfile
-
The technology under test supports the use of regular expressions to search for metadata instances.
- ENTITY_ADVANCED_VALUE_SEARCH - Enum constant in enum class org.odpi.openmetadata.conformance.workbenches.repository.RepositoryConformanceProfileRequirement
-
The technology under test supports the use of regular expressions within value search criteria to search for entity instances.
- ENTITY_ALREADY_CLASSIFIED - Enum constant in enum class org.odpi.openmetadata.repositoryservices.ffdc.OMRSErrorCode
-
OMRS-REPOSITORY-400-081 - A {0} request has been made to repository {1} to add a classification {2} to entity {3} when this entity is already classified
- ENTITY_ATTACHED_BIZ_METADATA - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.apacheatlas.survey.controls.AtlasAnnotationType
- ENTITY_ATTACHED_CLASSIFICATIONS - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.apacheatlas.survey.controls.AtlasAnnotationType
- ENTITY_ATTACHED_LABELS - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.apacheatlas.survey.controls.AtlasAnnotationType
- ENTITY_ATTACHED_TO_END1 - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.apacheatlas.survey.controls.AtlasAnnotationType
- ENTITY_ATTACHED_TO_END2 - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.apacheatlas.survey.controls.AtlasAnnotationType
- ENTITY_ATTRIBUTE_VALUE - Enum constant in enum class org.odpi.openmetadata.adapters.repositoryservices.postgres.repositoryconnector.schema.RepositoryTable
-
Attributes for an entity, or for entity properties that are collections.
- ENTITY_CAN_NOT_BE_UPDATED - Enum constant in enum class org.odpi.openmetadata.repositoryservices.ffdc.OMRSErrorCode
-
OMRS-LOCAL-REPOSITORY-503-009 - The local OMRS repository connector {0} has been asked to update entity {1} but it is not the owner.
- ENTITY_CONDITION_SEARCH - Enum constant in enum class org.odpi.openmetadata.conformance.workbenches.repository.RepositoryConformanceProfileRequirement
-
The technology under test supports the search and retrieval of current metadata instances from its repository based on matching logical combinations of property conditions.
- ENTITY_DEF - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.properties.OpenMetadataTypeDefCategory
-
OpenMetadataEntityDef - An object or concept of interest.
- ENTITY_DEF - Enum constant in enum class org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.properties.typedefs.TypeDefCategory
-
EntityDef - An object or concept of interest.
- ENTITY_DEF_COUNT - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.apacheatlas.survey.controls.AtlasMetric
- ENTITY_DELETED - Enum constant in enum class org.odpi.openmetadata.commonservices.repositoryhandler.RepositoryHandlerAuditCode
-
OMAG-REPOSITORY-HANDLER-0011 - The Open Metadata Service has soft-deleted entity {0} of type {1} ({2}) during method {3}
- ENTITY_INSTANCE_COUNT - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.apacheatlas.survey.controls.AtlasMetric
- ENTITY_LIFECYCLE - Enum constant in enum class org.odpi.openmetadata.conformance.workbenches.repository.RepositoryConformanceProfileRequirement
-
The technology under test supports requests to create, update and purge entity instances.
- ENTITY_NOT_CLASSIFIED - Enum constant in enum class org.odpi.openmetadata.repositoryservices.ffdc.OMRSErrorCode
-
OMRS-REPOSITORY-400-048 - A {0} request has been made to repository {1} to access a non-existent classification {2} from entity {3}
- ENTITY_NOT_KNOWN - Enum constant in enum class org.odpi.openmetadata.repositoryservices.ffdc.OMRSErrorCode
-
OMRS-REPOSITORY-404-002 - The entity identified with guid {0} passed on the {1} call is not known to the open metadata repository {2}
- ENTITY_PROPERTY_SEARCH - Enum constant in enum class org.odpi.openmetadata.conformance.workbenches.repository.RepositoryConformanceProfileRequirement
-
The technology under test supports the search and retrieval of current metadata instances from its repository based on matching specific property values.
- ENTITY_PROXIES - Enum constant in enum class org.odpi.openmetadata.conformance.workbenches.repository.RepositoryConformanceProfile
-
The technology under test is able to store stubs for entities to use on relationships when the full entity is not available.
- ENTITY_PROXY_DELETE - Enum constant in enum class org.odpi.openmetadata.conformance.workbenches.repository.RepositoryConformanceProfileRequirement
-
The technology under test ensures that proxy instances are removed from its repository with integrity when the master copy is deleted.
- ENTITY_PROXY_IN_HOME - Enum constant in enum class org.odpi.openmetadata.repositoryservices.ffdc.OMRSErrorCode
-
OMRS-LOCAL-REPOSITORY-503-007 - The local OMRS repository connector {0} hosts the home metadata collection for entity {1} but only has an entity proxy stored.
- ENTITY_PROXY_LOCKING - Enum constant in enum class org.odpi.openmetadata.conformance.workbenches.repository.RepositoryConformanceProfileRequirement
-
The technology under test ensures metadata instances that are proxies for instances from other repositories can not be updated.
- ENTITY_PROXY_ONLY - Enum constant in enum class org.odpi.openmetadata.repositoryservices.ffdc.OMRSErrorCode
-
OMRS-REPOSITORY-400-051 - A request for entity {0} has been passed to repository {1} as the {2} parameter of the {3} operation but only an entity proxy has been found
- ENTITY_PURGED - Enum constant in enum class org.odpi.openmetadata.commonservices.repositoryhandler.RepositoryHandlerAuditCode
-
OMAG-REPOSITORY-HANDLER-0001 - The Open Metadata Service has purged entity {0} of type {1} ({2}) during method {3} because its home repository {4} does not support soft-delete
- ENTITY_SEARCH - Enum constant in enum class org.odpi.openmetadata.conformance.workbenches.repository.RepositoryConformanceProfile
-
The technology under test supports the ability to search for entity instances.
- ENTITY_SOFT_DELETED - Enum constant in enum class org.odpi.openmetadata.repositoryservices.ffdc.OMRSErrorCode
-
OMRS-REPOSITORY-404-013 - The {0} entity identified with guid {1} passed on the {2} call is soft-deleted in the open metadata repository {3}
- ENTITY_TYPE_INSTANCE_COUNT - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.apacheatlas.survey.controls.AtlasMetric
- ENTITY_VALUE_SEARCH - Enum constant in enum class org.odpi.openmetadata.conformance.workbenches.repository.RepositoryConformanceProfileRequirement
-
The technology under test supports the search and retrieval of current metadata instances from its repository based on matching any values.
- ENTITY_WITH_SUB_TYPE_INSTANCE_COUNT - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.apacheatlas.survey.controls.AtlasMetric
- EntityConflictException - Exception in org.odpi.openmetadata.repositoryservices.ffdc.exception
-
EntityConflictException provides a checked exception for reporting that an entity can not be added because it conflicts with an entity already stored.
- EntityConflictException(int, String, String, String, String, String[], String, String, String, Map<String, Object>) - Constructor for exception org.odpi.openmetadata.repositoryservices.ffdc.exception.EntityConflictException
-
This is the constructor used when receiving an exception from a remote server.
- EntityConflictException(ExceptionMessageDefinition, String, String) - Constructor for exception org.odpi.openmetadata.repositoryservices.ffdc.exception.EntityConflictException
-
This is the typical constructor used for creating an exception.
- EntityConflictException(ExceptionMessageDefinition, String, String, Exception) - Constructor for exception org.odpi.openmetadata.repositoryservices.ffdc.exception.EntityConflictException
-
This is the constructor used for creating an exception when an unexpected error has been caught.
- EntityConflictException(ExceptionMessageDefinition, String, String, Exception, Map<String, Object>) - Constructor for exception org.odpi.openmetadata.repositoryservices.ffdc.exception.EntityConflictException
-
This is the constructor used for creating an exception when an unexpected error has been caught.
- EntityConflictException(ExceptionMessageDefinition, String, String, Map<String, Object>) - Constructor for exception org.odpi.openmetadata.repositoryservices.ffdc.exception.EntityConflictException
-
This is the typical constructor used for creating an exception.
- EntityCreateRequest - Class in org.odpi.openmetadata.repositoryservices.rest.properties
-
EntityCreateRequest carries the properties needed to create a new entity.
- EntityCreateRequest() - Constructor for class org.odpi.openmetadata.repositoryservices.rest.properties.EntityCreateRequest
-
Default constructor
- EntityCreateRequest(EntityCreateRequest) - Constructor for class org.odpi.openmetadata.repositoryservices.rest.properties.EntityCreateRequest
-
Copy/clone constructor
- EntityDef - Class in org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.properties.typedefs
-
EntityDef describes a type of entity in the metadata collection.
- EntityDef() - Constructor for class org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.properties.typedefs.EntityDef
-
Minimal constructor initializes the superclass as an Entity
- EntityDef(EntityDef) - Constructor for class org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.properties.typedefs.EntityDef
-
Copy/clone constructor copies the values from the supplied template.
- EntityDef(TypeDefCategory, String, String, long, String) - Constructor for class org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.properties.typedefs.EntityDef
-
Typical constructor is passed the properties of the typedef's super class being constructed.
- entityDetail() - Method in record class org.odpi.openmetadata.commonservices.generichandlers.RelatedEntity
-
Returns the value of the
entityDetailrecord component. - EntityDetail - Class in org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.properties.instances
-
EntityDetail stores all the type-specific properties for the entity.
- EntityDetail() - Constructor for class org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.properties.instances.EntityDetail
-
Default Constructor no properties established
- EntityDetail(EntityDetail) - Constructor for class org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.properties.instances.EntityDetail
-
Copy/clone constructor properties copied from template.
- EntityDetailAccumulator - Class in org.odpi.openmetadata.repositoryservices.enterprise.repositoryconnector.accumulators
-
ClassificationAccumulator accumulates and validates an entity received from a collection of open metadata repositories.
- EntityDetailAccumulator(AuditLog) - Constructor for class org.odpi.openmetadata.repositoryservices.enterprise.repositoryconnector.accumulators.EntityDetailAccumulator
-
Construct an entity accumulator.
- EntityDetailDifferences - Class in org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.properties.instances
-
Capture the differences between EntityDetail objects.
- EntityDetailDifferences() - Constructor for class org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.properties.instances.EntityDetailDifferences
- EntityDetailRequest - Class in org.odpi.openmetadata.repositoryservices.rest.properties
-
EntityDetailRequest describes the response structure for an OMRS REST API that sends an EntityDetail object.
- EntityDetailRequest() - Constructor for class org.odpi.openmetadata.repositoryservices.rest.properties.EntityDetailRequest
-
Default constructor
- EntityDetailRequest(EntityDetailRequest) - Constructor for class org.odpi.openmetadata.repositoryservices.rest.properties.EntityDetailRequest
-
Copy/clone constructor
- EntityDetailResponse - Class in org.odpi.openmetadata.repositoryservices.rest.properties
-
EntityDetailResponse describes the response structure for an OMRS REST API that returns an EntityDetail object.
- EntityDetailResponse() - Constructor for class org.odpi.openmetadata.repositoryservices.rest.properties.EntityDetailResponse
-
Default constructor
- EntityDetailResponse(EntityDetailResponse) - Constructor for class org.odpi.openmetadata.repositoryservices.rest.properties.EntityDetailResponse
-
Copy/clone constructor
- EntityElementProperties - Class in org.odpi.openmetadata.frameworks.openmetadata.properties
-
The EntityElementProperties class provides support for generic open metadata properties to be added to a new metadata element,
- EntityElementProperties() - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.properties.EntityElementProperties
-
Typical constructor
- EntityElementProperties(EntityElementProperties) - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.properties.EntityElementProperties
-
Copy/clone constructor.
- EntityFindRequest - Class in org.odpi.openmetadata.repositoryservices.rest.properties
-
EntityFindRequest restricts a find request to entities with specific classifications.
- EntityFindRequest() - Constructor for class org.odpi.openmetadata.repositoryservices.rest.properties.EntityFindRequest
-
Default constructor
- EntityFindRequest(EntityFindRequest) - Constructor for class org.odpi.openmetadata.repositoryservices.rest.properties.EntityFindRequest
-
Copy/clone constructor.
- EntityGroup - Class in org.odpi.openmetadata.samples.archiveutilities.cloudinformationmodel.properties
-
EntityGroup is used for assembling the concept group, class concepts, property concepts and schemas together.
- EntityGroup(ConceptGroup, String) - Constructor for class org.odpi.openmetadata.samples.archiveutilities.cloudinformationmodel.properties.EntityGroup
- entityGUID - Variable in class org.odpi.openmetadata.repositoryservices.enterprise.repositoryconnector.executors.GetEntityExecutor
- EntityHistoricalFindRequest - Class in org.odpi.openmetadata.repositoryservices.rest.properties
-
EntityHistoricalFindRequest provides an extension to the search parameters to include the point-in-time that the request should be based on.
- EntityHistoricalFindRequest() - Constructor for class org.odpi.openmetadata.repositoryservices.rest.properties.EntityHistoricalFindRequest
-
Default constructor
- EntityHistoricalFindRequest(EntityHistoricalFindRequest) - Constructor for class org.odpi.openmetadata.repositoryservices.rest.properties.EntityHistoricalFindRequest
-
Copy/clone constructor
- EntityHistoryAccumulator - Class in org.odpi.openmetadata.repositoryservices.enterprise.repositoryconnector.accumulators
-
EntityHistoryAccumulator accumulates and validates historical versions of entities received from a collection of open metadata repositories.
- EntityHistoryAccumulator(String, AuditLog, OMRSRepositoryValidator) - Constructor for class org.odpi.openmetadata.repositoryservices.enterprise.repositoryconnector.accumulators.EntityHistoryAccumulator
-
Construct an entity accumulator.
- EntityListResponse - Class in org.odpi.openmetadata.repositoryservices.rest.properties
-
EntityListResponse support an OMRS REST API response that returns a list of EntityDetail objects.
- EntityListResponse() - Constructor for class org.odpi.openmetadata.repositoryservices.rest.properties.EntityListResponse
-
Default constructor
- EntityListResponse(EntityListResponse) - Constructor for class org.odpi.openmetadata.repositoryservices.rest.properties.EntityListResponse
-
Copy/clone constructor
- EntityMapper - Class in org.odpi.openmetadata.adapters.repositoryservices.postgres.repositoryconnector.mappers
-
Map between an EntityDetail or EntityProxy object and a collection of database rows.
- EntityMapper(Map<String, JDBCDataValue>, List<Map<String, JDBCDataValue>>, List<ClassificationMapper>, OMRSRepositoryHelper, String) - Constructor for class org.odpi.openmetadata.adapters.repositoryservices.postgres.repositoryconnector.mappers.EntityMapper
-
Construct an entity mapper using the values from the database.
- EntityMapper(EntityDetail, OMRSRepositoryHelper, String) - Constructor for class org.odpi.openmetadata.adapters.repositoryservices.postgres.repositoryconnector.mappers.EntityMapper
-
Construct an entity mapper using an OMRS instance.
- EntityMapper(EntityProxy, OMRSRepositoryHelper, String) - Constructor for class org.odpi.openmetadata.adapters.repositoryservices.postgres.repositoryconnector.mappers.EntityMapper
-
Construct an entity mapper using an OMRS instance.
- EntityNeighborhoodFindRequest - Class in org.odpi.openmetadata.repositoryservices.rest.properties
-
EntityNeighborhoodFindRequest adds the ability to restrict a neighborhood find request to only traversing specific relationship types.
- EntityNeighborhoodFindRequest() - Constructor for class org.odpi.openmetadata.repositoryservices.rest.properties.EntityNeighborhoodFindRequest
-
Default constructor
- EntityNeighborhoodFindRequest(EntityNeighborhoodFindRequest) - Constructor for class org.odpi.openmetadata.repositoryservices.rest.properties.EntityNeighborhoodFindRequest
-
Copy/clone constructor.
- EntityNeighborhoodHistoricalFindRequest - Class in org.odpi.openmetadata.repositoryservices.rest.properties
-
TypeLimitedHistoricalFindRequest provides an extension to the search parameters to include the point-in-time that the request should be based on.
- EntityNeighborhoodHistoricalFindRequest() - Constructor for class org.odpi.openmetadata.repositoryservices.rest.properties.EntityNeighborhoodHistoricalFindRequest
-
Default constructor
- EntityNeighborhoodHistoricalFindRequest(EntityNeighborhoodHistoricalFindRequest) - Constructor for class org.odpi.openmetadata.repositoryservices.rest.properties.EntityNeighborhoodHistoricalFindRequest
-
Copy/clone constructor
- EntityNotDeletedException - Exception in org.odpi.openmetadata.repositoryservices.ffdc.exception
-
EntityNotDeletedException is thrown by an OMRS Connector when a request is made to purge or restore a specific entity instance and the entity is not in DELETED status.
- EntityNotDeletedException(int, String, String, String, String, String[], String, String, String, Map<String, Object>) - Constructor for exception org.odpi.openmetadata.repositoryservices.ffdc.exception.EntityNotDeletedException
-
This is the constructor used when receiving an exception from a remote server.
- EntityNotDeletedException(ExceptionMessageDefinition, String, String) - Constructor for exception org.odpi.openmetadata.repositoryservices.ffdc.exception.EntityNotDeletedException
-
This is the typical constructor used for creating an exception.
- EntityNotDeletedException(ExceptionMessageDefinition, String, String, Exception) - Constructor for exception org.odpi.openmetadata.repositoryservices.ffdc.exception.EntityNotDeletedException
-
This is the constructor used for creating an exception when an unexpected error has been caught.
- EntityNotDeletedException(ExceptionMessageDefinition, String, String, Exception, Map<String, Object>) - Constructor for exception org.odpi.openmetadata.repositoryservices.ffdc.exception.EntityNotDeletedException
-
This is the constructor used for creating an exception when an unexpected error has been caught.
- EntityNotDeletedException(ExceptionMessageDefinition, String, String, Map<String, Object>) - Constructor for exception org.odpi.openmetadata.repositoryservices.ffdc.exception.EntityNotDeletedException
-
This is the typical constructor used for creating an exception.
- EntityNotKnownException - Exception in org.odpi.openmetadata.repositoryservices.ffdc.exception
-
The EntityNotKnownException is thrown by an OMRS Connector when a specific entity instance is requested but this entity is not known in the metadata collection.
- EntityNotKnownException(int, String, String, String, String, String[], String, String, String, Map<String, Object>) - Constructor for exception org.odpi.openmetadata.repositoryservices.ffdc.exception.EntityNotKnownException
-
This is the constructor used when receiving an exception from a remote server.
- EntityNotKnownException(ExceptionMessageDefinition, String, String) - Constructor for exception org.odpi.openmetadata.repositoryservices.ffdc.exception.EntityNotKnownException
-
This is the typical constructor used for creating an exception.
- EntityNotKnownException(ExceptionMessageDefinition, String, String, Exception) - Constructor for exception org.odpi.openmetadata.repositoryservices.ffdc.exception.EntityNotKnownException
-
This is the constructor used for creating an exception when an unexpected error has been caught.
- EntityNotKnownException(ExceptionMessageDefinition, String, String, Exception, Map<String, Object>) - Constructor for exception org.odpi.openmetadata.repositoryservices.ffdc.exception.EntityNotKnownException
-
This is the constructor used for creating an exception when an unexpected error has been caught.
- EntityNotKnownException(ExceptionMessageDefinition, String, String, Map<String, Object>) - Constructor for exception org.odpi.openmetadata.repositoryservices.ffdc.exception.EntityNotKnownException
-
This is the typical constructor used for creating an exception.
- EntityProperties - Class in org.odpi.openmetadata.frameworks.openmetadata.properties
-
EntityProperties provides the base class for entity attributes.
- EntityProperties() - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.properties.EntityProperties
-
Default constructor
- EntityProperties(EntityProperties) - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.properties.EntityProperties
-
Copy/clone constructor.
- EntityPropertyFindRequest - Class in org.odpi.openmetadata.repositoryservices.rest.properties
-
EntityPropertyFindRequests restricts a find request to entities with specific classifications.
- EntityPropertyFindRequest() - Constructor for class org.odpi.openmetadata.repositoryservices.rest.properties.EntityPropertyFindRequest
-
Default constructor
- EntityPropertyFindRequest(EntityPropertyFindRequest) - Constructor for class org.odpi.openmetadata.repositoryservices.rest.properties.EntityPropertyFindRequest
-
Copy/clone constructor.
- EntityPropertyHistoricalFindRequest - Class in org.odpi.openmetadata.repositoryservices.rest.properties
-
EntityPropertyHistoricalFindRequest provides an extension to the search parameters to include the point-in-time that the request should be based on.
- EntityPropertyHistoricalFindRequest() - Constructor for class org.odpi.openmetadata.repositoryservices.rest.properties.EntityPropertyHistoricalFindRequest
-
Default constructor
- EntityPropertyHistoricalFindRequest(EntityPropertyHistoricalFindRequest) - Constructor for class org.odpi.openmetadata.repositoryservices.rest.properties.EntityPropertyHistoricalFindRequest
-
Copy/clone constructor
- EntityProxy - Class in org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.properties.instances
-
EntityProxy summarizes an entity instance.
- EntityProxy() - Constructor for class org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.properties.instances.EntityProxy
-
Default constructor sets up an empty entity proxy.
- EntityProxy(EntityProxy) - Constructor for class org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.properties.instances.EntityProxy
-
Copy/clone constructor for the entity proxy.
- EntityProxy(EntitySummary) - Constructor for class org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.properties.instances.EntityProxy
-
Copy/clone constructor for the entity proxy.
- EntityProxyDifferences - Class in org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.properties.instances
-
Capture the differences between EntityProxy objects.
- EntityProxyDifferences() - Constructor for class org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.properties.instances.EntityProxyDifferences
- EntityProxyOnlyException - Exception in org.odpi.openmetadata.repositoryservices.ffdc.exception
-
The EntityProxyOnlyException is thrown by an OMRS Connector when a specific entity instance is requested but this only a proxy version of the entity is in the metadata collection.
- EntityProxyOnlyException(int, String, String, String, String, String[], String, String, String, Map<String, Object>) - Constructor for exception org.odpi.openmetadata.repositoryservices.ffdc.exception.EntityProxyOnlyException
-
This is the constructor used when receiving an exception from a remote server.
- EntityProxyOnlyException(ExceptionMessageDefinition, String, String) - Constructor for exception org.odpi.openmetadata.repositoryservices.ffdc.exception.EntityProxyOnlyException
-
This is the typical constructor used for creating an exception.
- EntityProxyOnlyException(ExceptionMessageDefinition, String, String, Exception) - Constructor for exception org.odpi.openmetadata.repositoryservices.ffdc.exception.EntityProxyOnlyException
-
This is the constructor used for creating an exception when an unexpected error has been caught.
- EntityProxyOnlyException(ExceptionMessageDefinition, String, String, Exception, Map<String, Object>) - Constructor for exception org.odpi.openmetadata.repositoryservices.ffdc.exception.EntityProxyOnlyException
-
This is the constructor used for creating an exception when an unexpected error has been caught.
- EntityProxyOnlyException(ExceptionMessageDefinition, String, String, Map<String, Object>) - Constructor for exception org.odpi.openmetadata.repositoryservices.ffdc.exception.EntityProxyOnlyException
-
This is the typical constructor used for creating an exception.
- EntityProxyRequest - Class in org.odpi.openmetadata.repositoryservices.rest.properties
-
EntityProxyRequest describes the response structure for an OMRS REST API that sends an EntityProxy object.
- EntityProxyRequest() - Constructor for class org.odpi.openmetadata.repositoryservices.rest.properties.EntityProxyRequest
-
Default constructor
- EntityProxyRequest(EntityProxyRequest) - Constructor for class org.odpi.openmetadata.repositoryservices.rest.properties.EntityProxyRequest
-
Copy/clone constructor
- EntitySummary - Class in org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.properties.instances
-
EntitySummary provides the basic header attributes for an open metadata entity.
- EntitySummary() - Constructor for class org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.properties.instances.EntitySummary
-
Default constructor creates an empty entity
- EntitySummary(EntitySummary) - Constructor for class org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.properties.instances.EntitySummary
-
Copy/clone constructor.
- EntitySummaryAccumulator - Class in org.odpi.openmetadata.repositoryservices.enterprise.repositoryconnector.accumulators
-
ClassificationAccumulator accumulates and validates an entity received from a collection of open metadata repositories.
- EntitySummaryAccumulator(AuditLog) - Constructor for class org.odpi.openmetadata.repositoryservices.enterprise.repositoryconnector.accumulators.EntitySummaryAccumulator
-
Construct an entity accumulator.
- EntitySummaryDifferences - Class in org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.properties.instances
-
Capture the differences between EntitySummary objects.
- EntitySummaryDifferences() - Constructor for class org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.properties.instances.EntitySummaryDifferences
- EntitySummaryResponse - Class in org.odpi.openmetadata.repositoryservices.rest.properties
-
EntitySummaryResponse describes the response structure for an OMRS REST API that returns an EntitySummary object.
- EntitySummaryResponse() - Constructor for class org.odpi.openmetadata.repositoryservices.rest.properties.EntitySummaryResponse
-
Default constructor
- EntitySummaryResponse(EntitySummaryResponse) - Constructor for class org.odpi.openmetadata.repositoryservices.rest.properties.EntitySummaryResponse
-
Copy/clone constructor
- entityTypeGUID - Variable in class org.odpi.openmetadata.commonservices.repositoryhandler.RepositoryIteratorForEntities
- EntityTypeMetrics() - Constructor for class org.odpi.openmetadata.adapters.connectors.apacheatlas.survey.SurveyApacheAtlasConnector.EntityTypeMetrics
- entityTypeName - Variable in class org.odpi.openmetadata.adapters.connectors.unitycatalog.sync.OSSUnityCatalogInsideCatalogSyncBase
- entityTypeName - Variable in class org.odpi.openmetadata.commonservices.repositoryhandler.RepositoryIteratorForEntities
- ENUM - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.apacheatlas.resource.properties.AtlasTypeCategory
-
An enumeration type (EnumDef).
- ENUM - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.properties.OpenMetadataAttributeTypeDefCategory
-
A pre-defined list of valid values.
- ENUM - Enum constant in enum class org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.properties.instances.InstancePropertyCategory
-
Enum - A pre-defined list of valid values.
- ENUM_DEF - Enum constant in enum class org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.properties.typedefs.AttributeTypeDefCategory
-
A pre-defined list of valid values.
- ENUM_SCHEMA_TYPE - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.types.OpenMetadataType
-
A single valued type with a fixed list of valid values.
- EnumDef - Class in org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.properties.typedefs
-
The EnumDef describes an open metadata enumeration.
- EnumDef() - Constructor for class org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.properties.typedefs.EnumDef
-
Default constructor sets up an empty EnumDef.
- EnumDef(EnumDef) - Constructor for class org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.properties.typedefs.EnumDef
-
Copy/clone constructor sets the EnumDef based on the values from the supplied template.
- EnumElementDef - Class in org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.properties.typedefs
-
EnumElementDef describes a single valid value defined for an enum.
- EnumElementDef() - Constructor for class org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.properties.typedefs.EnumElementDef
-
Default constructor sets up an empty EnumElementDef
- EnumElementDef(EnumElementDef) - Constructor for class org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.properties.typedefs.EnumElementDef
-
Copy/clone constructor sets up an EnumElementDef based on the values supplied in the template.
- EnumPropertyValue - Class in org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.properties.instances
-
An EnumPropertyValue stores the value for an enum property.
- EnumPropertyValue() - Constructor for class org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.properties.instances.EnumPropertyValue
-
Default constructor initializes an empty enum value
- EnumPropertyValue(EnumPropertyValue) - Constructor for class org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.properties.instances.EnumPropertyValue
-
Copy/clone constructor initializes the enum with the values from the template.
- EnumSchemaTypeProperties - Class in org.odpi.openmetadata.frameworks.openmetadata.properties.schema
-
EnumSchemaTypeProperties carries the specialized parameters for creating or updating enum schema types.
- EnumSchemaTypeProperties() - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.properties.schema.EnumSchemaTypeProperties
-
Default constructor
- EnumSchemaTypeProperties(EnumSchemaTypeProperties) - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.properties.schema.EnumSchemaTypeProperties
-
Copy/clone Constructor
- EnumTypePropertyValue - Class in org.odpi.openmetadata.frameworks.openmetadata.search
-
An EnumTypePropertyValue stores the value for an enum property.
- EnumTypePropertyValue() - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.search.EnumTypePropertyValue
-
Default constructor initializes an empty enum value
- EnumTypePropertyValue(EnumTypePropertyValue) - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.search.EnumTypePropertyValue
-
Copy/clone constructor initializes the enum with the values from the template.
- EPS_FILE - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.refdata.FileExtension
-
A file containing high quality vector image data.
- EPS_FILE - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.refdata.FileType
-
A file containing high quality vector image data.
- EQ - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.apacheatlas.resource.properties.AtlasOperator
- EQ - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.search.PropertyComparisonOperator
-
Equal to.
- EQ - Enum constant in enum class org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.properties.search.PropertyComparisonOperator
-
Equal to
- equals(Object) - Method in class org.odpi.openmetadata.adapters.connectors.apacheatlas.resource.properties.AtlasMetrics
-
Compare the values of the supplied object with those stored in the current object.
- equals(Object) - Method in class org.odpi.openmetadata.adapters.connectors.apacheatlas.resource.properties.AtlasMetricsData
-
Compare the values of the supplied object with those stored in the current object.
- equals(Object) - Method in class org.odpi.openmetadata.adapters.connectors.apacheatlas.resource.properties.AtlasMetricsGeneral
-
Compare the values of the supplied object with those stored in the current object.
- equals(Object) - Method in class org.odpi.openmetadata.adapters.connectors.apacheatlas.resource.properties.AtlasMetricsSystem
-
Compare the values of the supplied object with those stored in the current object.
- equals(Object) - Method in class org.odpi.openmetadata.adapters.connectors.apacheatlas.resource.properties.AtlasMetricsTag
-
Compare the values of the supplied object with those stored in the current object.
- equals(Object) - Method in class org.odpi.openmetadata.adapters.connectors.apacheatlas.resource.properties.AtlasVersion
-
Equals method that returns true if containing properties are the same.
- equals(Object) - Method in exception org.odpi.openmetadata.adapters.connectors.datastore.basicfile.ffdc.exception.FileException
-
Return comparison result based on the content of the properties.
- equals(Object) - Method in exception org.odpi.openmetadata.adapters.connectors.datastore.basicfile.ffdc.exception.FileReadException
-
Return comparison result based on the content of the properties.
- equals(Object) - Method in class org.odpi.openmetadata.adapters.connectors.egeriainfrastructure.properties.OMAGCohortProperties
-
Compare the values of the supplied object with those stored in the current object.
- equals(Object) - Method in class org.odpi.openmetadata.adapters.connectors.egeriainfrastructure.properties.OMAGConnectorProperties
-
Compare the values of the supplied object with those stored in the current object.
- equals(Object) - Method in class org.odpi.openmetadata.adapters.connectors.egeriainfrastructure.properties.OMAGEngineHostProperties
-
Compare the values of the supplied object with those stored in the current object.
- equals(Object) - Method in class org.odpi.openmetadata.adapters.connectors.egeriainfrastructure.properties.OMAGIntegrationDaemonProperties
-
Compare the values of the supplied object with those stored in the current object.
- equals(Object) - Method in class org.odpi.openmetadata.adapters.connectors.egeriainfrastructure.properties.OMAGIntegrationGroupProperties
-
Compare objects
- equals(Object) - Method in class org.odpi.openmetadata.adapters.connectors.egeriainfrastructure.properties.OMAGMetadataStoreProperties
-
Compare the values of the supplied object with those stored in the current object.
- equals(Object) - Method in class org.odpi.openmetadata.adapters.connectors.egeriainfrastructure.properties.OMAGServerPlatformProperties
-
Compare the values of the supplied object with those stored in the current object.
- equals(Object) - Method in class org.odpi.openmetadata.adapters.connectors.egeriainfrastructure.properties.OMAGServerProperties
-
Compare the values of the supplied object with those stored in the current object.
- equals(Object) - Method in exception org.odpi.openmetadata.adapters.connectors.integration.basicfiles.ffdc.exception.ConfigException
-
Return comparison result based on the content of the properties.
- equals(Object) - Method in exception org.odpi.openmetadata.adapters.connectors.integration.basicfiles.ffdc.exception.FileException
-
Return comparison result based on the content of the properties.
- equals(Object) - Method in class org.odpi.openmetadata.adapters.connectors.integration.jdbc.transfer.model.JdbcCatalog
- equals(Object) - Method in class org.odpi.openmetadata.adapters.connectors.integration.jdbc.transfer.model.JdbcColumn
- equals(Object) - Method in class org.odpi.openmetadata.adapters.connectors.integration.jdbc.transfer.model.JdbcForeignKey
- equals(Object) - Method in class org.odpi.openmetadata.adapters.connectors.integration.jdbc.transfer.model.JdbcPrimaryKey
- equals(Object) - Method in class org.odpi.openmetadata.adapters.connectors.integration.jdbc.transfer.model.JdbcSchema
- equals(Object) - Method in class org.odpi.openmetadata.adapters.connectors.integration.jdbc.transfer.model.JdbcTable
- equals(Object) - Method in class org.odpi.openmetadata.adapters.connectors.integration.openapis.properties.OpenAPISpecification
- equals(Object) - Method in class org.odpi.openmetadata.adapters.connectors.resource.jdbc.properties.JDBCDataValue
- equals(Object) - Method in exception org.odpi.openmetadata.adapters.connectors.restclients.ffdc.exceptions.RESTClientCheckedExceptionBase
-
Return comparison result based on the content of the properties.
- equals(Object) - Method in class org.odpi.openmetadata.adapters.connectors.unitycatalog.properties.AWSCredentials
-
Compare the values of the supplied object with those stored in the current object.
- equals(Object) - Method in class org.odpi.openmetadata.adapters.connectors.unitycatalog.properties.BasicElementProperties
-
Compare the values of the supplied object with those stored in the current object.
- equals(Object) - Method in class org.odpi.openmetadata.adapters.connectors.unitycatalog.properties.BasicProperties
-
Compare the values of the supplied object with those stored in the current object.
- equals(Object) - Method in class org.odpi.openmetadata.adapters.connectors.unitycatalog.properties.CatalogInfo
-
Compare the values of the supplied object with those stored in the current object.
- equals(Object) - Method in class org.odpi.openmetadata.adapters.connectors.unitycatalog.properties.CatalogNamespaceProperties
-
Compare the values of the supplied object with those stored in the current object.
- equals(Object) - Method in class org.odpi.openmetadata.adapters.connectors.unitycatalog.properties.CatalogProperties
-
Compare the values of the supplied object with those stored in the current object.
- equals(Object) - Method in class org.odpi.openmetadata.adapters.connectors.unitycatalog.properties.ColumnInfo
-
Compare the values of the supplied object with those stored in the current object.
- equals(Object) - Method in class org.odpi.openmetadata.adapters.connectors.unitycatalog.properties.DataFieldInfo
-
Compare the values of the supplied object with those stored in the current object.
- equals(Object) - Method in class org.odpi.openmetadata.adapters.connectors.unitycatalog.properties.Dependency
-
Compare the values of the supplied object with those stored in the current object.
- equals(Object) - Method in class org.odpi.openmetadata.adapters.connectors.unitycatalog.properties.DependencyList
-
Compare the values of the supplied object with those stored in the current object.
- equals(Object) - Method in class org.odpi.openmetadata.adapters.connectors.unitycatalog.properties.FunctionDependency
-
Compare the values of the supplied object with those stored in the current object.
- equals(Object) - Method in class org.odpi.openmetadata.adapters.connectors.unitycatalog.properties.FunctionInfo
-
Compare the values of the supplied object with those stored in the current object.
- equals(Object) - Method in class org.odpi.openmetadata.adapters.connectors.unitycatalog.properties.FunctionParameterInfo
-
Compare the values of the supplied object with those stored in the current object.
- equals(Object) - Method in class org.odpi.openmetadata.adapters.connectors.unitycatalog.properties.FunctionParameterInfos
-
Compare the values of the supplied object with those stored in the current object.
- equals(Object) - Method in class org.odpi.openmetadata.adapters.connectors.unitycatalog.properties.FunctionProperties
-
Compare the values of the supplied object with those stored in the current object.
- equals(Object) - Method in class org.odpi.openmetadata.adapters.connectors.unitycatalog.properties.ModelVersionInfo
-
Compare the values of the supplied object with those stored in the current object.
- equals(Object) - Method in class org.odpi.openmetadata.adapters.connectors.unitycatalog.properties.ModelVersionProperties
-
Compare the values of the supplied object with those stored in the current object.
- equals(Object) - Method in class org.odpi.openmetadata.adapters.connectors.unitycatalog.properties.RegisteredModelInfo
-
Compare the values of the supplied object with those stored in the current object.
- equals(Object) - Method in class org.odpi.openmetadata.adapters.connectors.unitycatalog.properties.SchemaInfo
-
Compare the values of the supplied object with those stored in the current object.
- equals(Object) - Method in class org.odpi.openmetadata.adapters.connectors.unitycatalog.properties.SchemaNamespaceProperties
-
Compare the values of the supplied object with those stored in the current object.
- equals(Object) - Method in class org.odpi.openmetadata.adapters.connectors.unitycatalog.properties.SchemaProperties
-
Compare the values of the supplied object with those stored in the current object.
- equals(Object) - Method in class org.odpi.openmetadata.adapters.connectors.unitycatalog.properties.StoredDataProperties
-
Compare the values of the supplied object with those stored in the current object.
- equals(Object) - Method in class org.odpi.openmetadata.adapters.connectors.unitycatalog.properties.TableDependency
-
Compare the values of the supplied object with those stored in the current object.
- equals(Object) - Method in class org.odpi.openmetadata.adapters.connectors.unitycatalog.properties.TableInfo
-
Compare the values of the supplied object with those stored in the current object.
- equals(Object) - Method in class org.odpi.openmetadata.adapters.connectors.unitycatalog.properties.TableProperties
-
Compare the values of the supplied object with those stored in the current object.
- equals(Object) - Method in class org.odpi.openmetadata.adapters.connectors.unitycatalog.properties.TemporaryTableCredential
-
Compare the values of the supplied object with those stored in the current object.
- equals(Object) - Method in class org.odpi.openmetadata.adapters.connectors.unitycatalog.properties.TemporaryVolumeCredential
-
Compare the values of the supplied object with those stored in the current object.
- equals(Object) - Method in class org.odpi.openmetadata.adapters.connectors.unitycatalog.properties.VolumeInfo
-
Compare the values of the supplied object with those stored in the current object.
- equals(Object) - Method in class org.odpi.openmetadata.adapters.connectors.unitycatalog.properties.VolumeProperties
-
Compare the values of the supplied object with those stored in the current object.
- equals(Object) - Method in class org.odpi.openmetadata.adapters.connectors.unitycatalog.resource.rest.CreateFunctionRequestBody
-
Compare the values of the supplied object with those stored in the current object.
- equals(Object) - Method in class org.odpi.openmetadata.adapters.connectors.unitycatalog.resource.rest.ListCatalogsResponse
-
Compare the values of the supplied object with those stored in the current object.
- equals(Object) - Method in class org.odpi.openmetadata.adapters.connectors.unitycatalog.resource.rest.ListFunctionsResponse
-
Compare the values of the supplied object with those stored in the current object.
- equals(Object) - Method in class org.odpi.openmetadata.adapters.connectors.unitycatalog.resource.rest.ListModelVersionsResponse
-
Compare the values of the supplied object with those stored in the current object.
- equals(Object) - Method in class org.odpi.openmetadata.adapters.connectors.unitycatalog.resource.rest.ListRegisteredModelsResponse
-
Compare the values of the supplied object with those stored in the current object.
- equals(Object) - Method in class org.odpi.openmetadata.adapters.connectors.unitycatalog.resource.rest.ListSchemasResponse
-
Compare the values of the supplied object with those stored in the current object.
- equals(Object) - Method in class org.odpi.openmetadata.adapters.connectors.unitycatalog.resource.rest.ListTablesResponse
-
Compare the values of the supplied object with those stored in the current object.
- equals(Object) - Method in class org.odpi.openmetadata.adapters.connectors.unitycatalog.resource.rest.ListVolumesResponse
-
Compare the values of the supplied object with those stored in the current object.
- equals(Object) - Method in class org.odpi.openmetadata.adapters.connectors.unitycatalog.resource.rest.UpdateElementRequestBody
-
Compare the values of the supplied object with those stored in the current object.
- equals(Object) - Method in class org.odpi.openmetadata.adminservices.configuration.properties.AccessServiceConfig
-
Validate that an object is equal depending on their stored values.
- equals(Object) - Method in class org.odpi.openmetadata.adminservices.configuration.properties.BasicServerProperties
-
Validate that an object is equal depending on their stored values.
- equals(Object) - Method in class org.odpi.openmetadata.adminservices.configuration.properties.CohortConfig
-
Validate that an object is equal depending on their stored values.
- equals(Object) - Method in class org.odpi.openmetadata.adminservices.configuration.properties.ConformanceSuiteConfig
-
Validate that an object is equal depending on their stored values.
- equals(Object) - Method in class org.odpi.openmetadata.adminservices.configuration.properties.EngineConfig
-
Validate that an object is equal depending on their stored values.
- equals(Object) - Method in class org.odpi.openmetadata.adminservices.configuration.properties.EnterpriseAccessConfig
-
Validate that an object is equal depending on their stored values.
- equals(Object) - Method in class org.odpi.openmetadata.adminservices.configuration.properties.EventBusConfig
-
Validate that an object is equal depending on their stored values.
- equals(Object) - Method in class org.odpi.openmetadata.adminservices.configuration.properties.IntegrationConnectorConfig
-
Validate that an object is equal depending on their stored values.
- equals(Object) - Method in class org.odpi.openmetadata.adminservices.configuration.properties.IntegrationDaemonServicesConfig
-
Validate that an object is equal depending on their stored values.
- equals(Object) - Method in class org.odpi.openmetadata.adminservices.configuration.properties.IntegrationGroupConfig
-
Validate that an object is equal depending on their stored values.
- equals(Object) - Method in class org.odpi.openmetadata.adminservices.configuration.properties.LocalRepositoryConfig
-
Validate that an object is equal depending on their stored values.
- equals(Object) - Method in class org.odpi.openmetadata.adminservices.configuration.properties.OMAGServerClientConfig
-
Validate that an object is equal depending on their stored values.
- equals(Object) - Method in class org.odpi.openmetadata.adminservices.configuration.properties.OMAGServerConfig
-
Validate that an object is equal depending on their stored values.
- equals(Object) - Method in class org.odpi.openmetadata.adminservices.configuration.properties.PlatformConformanceWorkbenchConfig
-
Validate that an object is equal depending on their stored values.
- equals(Object) - Method in class org.odpi.openmetadata.adminservices.configuration.properties.RepositoryConformanceWorkbenchConfig
-
Validate that an object is equal depending on their stored values.
- equals(Object) - Method in class org.odpi.openmetadata.adminservices.configuration.properties.RepositoryPerformanceWorkbenchConfig
-
Validate that an object is equal depending on their stored values.
- equals(Object) - Method in class org.odpi.openmetadata.adminservices.configuration.properties.RepositoryServicesConfig
-
Validate that an object is equal depending on their stored values.
- equals(Object) - Method in class org.odpi.openmetadata.adminservices.configuration.properties.ViewServiceConfig
-
Validate that an object is equal depending on their stored values.
- equals(Object) - Method in class org.odpi.openmetadata.adminservices.configuration.registration.EngineServiceRegistrationEntry
-
Validate that an object is equal depending on their stored values.
- equals(Object) - Method in class org.odpi.openmetadata.adminservices.properties.DedicatedTopicList
-
Compare the values of the supplied object with those stored in the current object.
- equals(Object) - Method in class org.odpi.openmetadata.adminservices.properties.OMAGServerServiceStatus
-
Deprecated.Return comparison result based on the content of the properties.
- equals(Object) - Method in class org.odpi.openmetadata.adminservices.properties.ServerServicesStatus
-
Deprecated.Return comparison result based on the content of the properties.
- equals(Object) - Method in class org.odpi.openmetadata.adminservices.rest.AccessServiceConfigResponse
-
Compare the values of the supplied object with those stored in the current object.
- equals(Object) - Method in class org.odpi.openmetadata.adminservices.rest.AccessServicesResponse
-
Return comparison result based on the content of the properties.
- equals(Object) - Method in class org.odpi.openmetadata.adminservices.rest.BasicServerPropertiesResponse
-
Compare the values of the supplied object with those stored in the current object.
- equals(Object) - Method in class org.odpi.openmetadata.adminservices.rest.CohortConfigResponse
-
Compare the values of the supplied object with those stored in the current object.
- equals(Object) - Method in class org.odpi.openmetadata.adminservices.rest.ConnectionListResponse
-
Return comparison result based on the content of the properties.
- equals(Object) - Method in class org.odpi.openmetadata.adminservices.rest.ConnectionResponse
-
Return comparison result based on the content of the properties.
- equals(Object) - Method in class org.odpi.openmetadata.adminservices.rest.DedicatedTopicListResponse
-
Compare the values of the supplied object with those stored in the current object.
- equals(Object) - Method in class org.odpi.openmetadata.adminservices.rest.EngineHostServicesResponse
-
Return comparison result based on the content of the properties.
- equals(Object) - Method in class org.odpi.openmetadata.adminservices.rest.EventBusConfigResponse
-
Compare the values of the supplied object with those stored in the current object.
- equals(Object) - Method in class org.odpi.openmetadata.adminservices.rest.IntegrationDaemonServicesResponse
-
Return comparison result based on the content of the properties.
- equals(Object) - Method in class org.odpi.openmetadata.adminservices.rest.IntegrationGroupsResponse
-
Return comparison result based on the content of the properties.
- equals(Object) - Method in class org.odpi.openmetadata.adminservices.rest.LocalRepositoryConfigResponse
-
Compare the values of the supplied object with those stored in the current object.
- equals(Object) - Method in class org.odpi.openmetadata.adminservices.rest.OMAGServerConfigResponse
-
Compare the values of the supplied object with those stored in the current object.
- equals(Object) - Method in class org.odpi.openmetadata.adminservices.rest.OMAGServerConfigsResponse
-
Compare the values of the supplied object with those stored in the current object.
- equals(Object) - Method in class org.odpi.openmetadata.adminservices.rest.OMAGServerStatusResponse
-
Deprecated.Return comparison result based on the content of the properties.
- equals(Object) - Method in class org.odpi.openmetadata.adminservices.rest.PlatformSecurityRequestBody
-
Compare objects
- equals(Object) - Method in class org.odpi.openmetadata.adminservices.rest.ServerTypeClassificationResponse
-
Return comparison result based on the content of the properties.
- equals(Object) - Method in class org.odpi.openmetadata.adminservices.rest.ServerTypeClassificationSummary
-
Return comparison result based on the content of the properties.
- equals(Object) - Method in class org.odpi.openmetadata.adminservices.rest.URLRequestBody
-
Compare objects
- equals(Object) - Method in class org.odpi.openmetadata.adminservices.rest.ViewServiceConfigResponse
-
Compare the values of the supplied object with those stored in the current object.
- equals(Object) - Method in class org.odpi.openmetadata.adminservices.rest.ViewServiceRequestBody
-
Validate that an object is equal depending on their stored values.
- equals(Object) - Method in class org.odpi.openmetadata.adminservices.rest.ViewServicesResponse
-
Return comparison result based on the content of the properties.
- equals(Object) - Method in class org.odpi.openmetadata.commonservices.ffdc.properties.ConnectorReport
-
Return comparison result based on the content of the properties.
- equals(Object) - Method in class org.odpi.openmetadata.commonservices.ffdc.rest.ActionRequestBody
-
Equals method that returns true if containing properties are the same.
- equals(Object) - Method in class org.odpi.openmetadata.commonservices.ffdc.rest.ActivityStatusFilterRequestBody
-
Equals method that returns true if containing properties are the same.
- equals(Object) - Method in class org.odpi.openmetadata.commonservices.ffdc.rest.ActivityStatusRequestBody
-
Equals method that returns true if containing properties are the same.
- equals(Object) - Method in class org.odpi.openmetadata.commonservices.ffdc.rest.ActivityStatusSearchString
-
Equals method that returns true if containing properties are the same.
- equals(Object) - Method in class org.odpi.openmetadata.commonservices.ffdc.rest.AssetLineageGraphRequestBody
-
Equals method that returns true if containing properties are the same.
- equals(Object) - Method in class org.odpi.openmetadata.commonservices.ffdc.rest.BooleanRequestBody
-
Compare the values of the supplied object with those stored in the current object.
- equals(Object) - Method in class org.odpi.openmetadata.commonservices.ffdc.rest.BooleanResponse
-
Compare the values of the supplied object with those stored in the current object.
- equals(Object) - Method in class org.odpi.openmetadata.commonservices.ffdc.rest.CertificationElementsResponse
-
Return comparison result based on the content of the properties.
- equals(Object) - Method in class org.odpi.openmetadata.commonservices.ffdc.rest.ConnectorReportResponse
-
Return comparison result based on the content of the properties.
- equals(Object) - Method in class org.odpi.openmetadata.commonservices.ffdc.rest.ContentStatusFilterRequestBody
-
Equals method that returns true if containing properties are the same.
- equals(Object) - Method in class org.odpi.openmetadata.commonservices.ffdc.rest.ContentStatusRequestBody
-
Equals method that returns true if containing properties are the same.
- equals(Object) - Method in class org.odpi.openmetadata.commonservices.ffdc.rest.ContentStatusSearchString
-
Equals method that returns true if containing properties are the same.
- equals(Object) - Method in class org.odpi.openmetadata.commonservices.ffdc.rest.DateResponse
-
Compare the values of the supplied object with those stored in the current object.
- equals(Object) - Method in class org.odpi.openmetadata.commonservices.ffdc.rest.DeploymentStatusFilterRequestBody
-
Equals method that returns true if containing properties are the same.
- equals(Object) - Method in class org.odpi.openmetadata.commonservices.ffdc.rest.DeploymentStatusRequestBody
-
Equals method that returns true if containing properties are the same.
- equals(Object) - Method in class org.odpi.openmetadata.commonservices.ffdc.rest.DeploymentStatusSearchString
-
Equals method that returns true if containing properties are the same.
- equals(Object) - Method in class org.odpi.openmetadata.commonservices.ffdc.rest.EffectiveTimeRequestBody
-
Return comparison result based on the content of the properties.
- equals(Object) - Method in class org.odpi.openmetadata.commonservices.ffdc.rest.ElementHeaderResponse
-
Return comparison result based on the content of the properties.
- equals(Object) - Method in class org.odpi.openmetadata.commonservices.ffdc.rest.ElementHeadersResponse
-
Return comparison result based on the content of the properties.
- equals(Object) - Method in class org.odpi.openmetadata.commonservices.ffdc.rest.FFDCResponseBase
-
Return comparison result based on the content of the properties.
- equals(Object) - Method in class org.odpi.openmetadata.commonservices.ffdc.rest.FilterRequestBody
-
Compare the values of the supplied object with those stored in the current object.
- equals(Object) - Method in class org.odpi.openmetadata.commonservices.ffdc.rest.GUIDListResponse
-
Return comparison result based on the content of the properties.
- equals(Object) - Method in class org.odpi.openmetadata.commonservices.ffdc.rest.GUIDResponse
-
Return comparison result based on the content of the properties.
- equals(Object) - Method in class org.odpi.openmetadata.commonservices.ffdc.rest.IntegrationReportResponse
-
Return comparison result based on the content of the properties.
- equals(Object) - Method in class org.odpi.openmetadata.commonservices.ffdc.rest.IntegrationReportsResponse
-
Return comparison result based on the content of the properties.
- equals(Object) - Method in class org.odpi.openmetadata.commonservices.ffdc.rest.MetadataElementSummariesResponse
-
Return comparison result based on the content of the properties.
- equals(Object) - Method in class org.odpi.openmetadata.commonservices.ffdc.rest.MetadataElementSummaryResponse
-
Return comparison result based on the content of the properties.
- equals(Object) - Method in class org.odpi.openmetadata.commonservices.ffdc.rest.MetadataRelationshipSummariesResponse
-
Return comparison result based on the content of the properties.
- equals(Object) - Method in class org.odpi.openmetadata.commonservices.ffdc.rest.NameListResponse
-
Return comparison result based on the content of the properties.
- equals(Object) - Method in class org.odpi.openmetadata.commonservices.ffdc.rest.NameRequestBody
-
Compare the values of the supplied object with those stored in the current object.
- equals(Object) - Method in class org.odpi.openmetadata.commonservices.ffdc.rest.NewAttachmentRequestBody
-
Equals method that returns true if containing properties are the same.
- equals(Object) - Method in class org.odpi.openmetadata.commonservices.ffdc.rest.NewClassificationRequestBody
-
Return comparison result based on the content of the properties.
- equals(Object) - Method in class org.odpi.openmetadata.commonservices.ffdc.rest.NewElementRequestBody
-
Equals method that returns true if containing properties are the same.
- equals(Object) - Method in class org.odpi.openmetadata.commonservices.ffdc.rest.NewExternalIdRequestBody
-
Equals method that returns true if containing properties are the same.
- equals(Object) - Method in class org.odpi.openmetadata.commonservices.ffdc.rest.NewRelationshipRequestBody
-
Return comparison result based on the content of the properties.
- equals(Object) - Method in class org.odpi.openmetadata.commonservices.ffdc.rest.OCFConnectionResponse
-
Return comparison result based on the content of the properties.
- equals(Object) - Method in class org.odpi.openmetadata.commonservices.ffdc.rest.OCFConnectorTypeResponse
-
Return comparison result based on the content of the properties.
- equals(Object) - Method in class org.odpi.openmetadata.commonservices.ffdc.rest.OpenMetadataRootElementResponse
-
Return comparison result based on the content of the properties.
- equals(Object) - Method in class org.odpi.openmetadata.commonservices.ffdc.rest.OpenMetadataRootElementsResponse
-
Return comparison result based on the content of the properties.
- equals(Object) - Method in class org.odpi.openmetadata.commonservices.ffdc.rest.PropertiesResponse
-
Return comparison result based on the content of the properties.
- equals(Object) - Method in class org.odpi.openmetadata.commonservices.ffdc.rest.RegisteredOMAGService
-
Return comparison result based on the content of the properties.
- equals(Object) - Method in class org.odpi.openmetadata.commonservices.ffdc.rest.RegisteredOMAGServiceResponse
-
Return comparison result based on the content of the properties.
- equals(Object) - Method in class org.odpi.openmetadata.commonservices.ffdc.rest.RegisteredOMAGServicesResponse
-
Return comparison result based on the content of the properties.
- equals(Object) - Method in class org.odpi.openmetadata.commonservices.ffdc.rest.RelatedMetadataElementSummariesResponse
-
Return comparison result based on the content of the properties.
- equals(Object) - Method in class org.odpi.openmetadata.commonservices.ffdc.rest.SearchStringRequestBody
-
Compare the values of the supplied object with those stored in the current object.
- equals(Object) - Method in class org.odpi.openmetadata.commonservices.ffdc.rest.SecretsCollectionRequestBody
-
Compare objects
- equals(Object) - Method in class org.odpi.openmetadata.commonservices.ffdc.rest.SecretsCollectionResponse
-
Return comparison result based on the content of the properties.
- equals(Object) - Method in class org.odpi.openmetadata.commonservices.ffdc.rest.SecurityAccessControlRequestBody
-
Compare objects
- equals(Object) - Method in class org.odpi.openmetadata.commonservices.ffdc.rest.SecurityAccessControlResponse
-
Return comparison result based on the content of the properties.
- equals(Object) - Method in class org.odpi.openmetadata.commonservices.ffdc.rest.StringMapResponse
-
Return comparison result based on the content of the properties.
- equals(Object) - Method in class org.odpi.openmetadata.commonservices.ffdc.rest.StringRequestBody
-
Compare the values of the supplied object with those stored in the current object.
- equals(Object) - Method in class org.odpi.openmetadata.commonservices.ffdc.rest.StringResponse
-
Return comparison result based on the content of the properties.
- equals(Object) - Method in class org.odpi.openmetadata.commonservices.ffdc.rest.TabularDataSetReportResponse
-
Return comparison result based on the content of the properties.
- equals(Object) - Method in class org.odpi.openmetadata.commonservices.ffdc.rest.TemplateRequestBody
-
Equals method that returns true if containing properties are the same.
- equals(Object) - Method in class org.odpi.openmetadata.commonservices.ffdc.rest.UpdateClassificationRequestBody
-
Return comparison result based on the content of the properties.
- equals(Object) - Method in class org.odpi.openmetadata.commonservices.ffdc.rest.UpdateElementRequestBody
-
Equals method that returns true if containing properties are the same.
- equals(Object) - Method in class org.odpi.openmetadata.commonservices.ffdc.rest.UpdateRelationshipRequestBody
-
Return comparison result based on the content of the properties.
- equals(Object) - Method in class org.odpi.openmetadata.commonservices.ffdc.rest.UpdateWithTemplateRequestBody
-
Equals method that returns true if containing properties are the same.
- equals(Object) - Method in class org.odpi.openmetadata.commonservices.ffdc.rest.UserAccountRequestBody
-
Compare objects
- equals(Object) - Method in class org.odpi.openmetadata.commonservices.ffdc.rest.UserAccountResponse
-
Return comparison result based on the content of the properties.
- equals(Object) - Method in class org.odpi.openmetadata.commonservices.ffdc.rest.ValidMetadataValueListResponse
-
Return comparison result based on the content of the properties.
- equals(Object) - Method in class org.odpi.openmetadata.commonservices.ffdc.rest.ValidMetadataValueResponse
-
Return comparison result based on the content of the properties.
- equals(Object) - Method in record class org.odpi.openmetadata.commonservices.generichandlers.RelatedEntity
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in exception org.odpi.openmetadata.conformance.ffdc.exception.ConformanceSuiteCheckedExceptionBase
-
Return comparison result based on the content of the properties.
- equals(Object) - Method in exception org.odpi.openmetadata.conformance.ffdc.exception.ConformanceSuiteRuntimeException
-
Compare the values of the supplied object with those stored in the current object.
- equals(Object) - Method in class org.odpi.openmetadata.conformance.rest.ConformanceServicesAPIResponse
-
Return comparison result based on the content of the properties.
- equals(Object) - Method in class org.odpi.openmetadata.frameworks.auditlog.AuditLogRecord
-
Validate that an object is equal depending on their stored values.
- equals(Object) - Method in class org.odpi.openmetadata.frameworks.auditlog.AuditLogReport
-
Validate that an object is equal depending on their stored values.
- equals(Object) - Method in class org.odpi.openmetadata.frameworks.auditlog.AuditLogReportingComponent
-
Validate that an object is equal depending on their stored values.
- equals(Object) - Method in class org.odpi.openmetadata.frameworks.connectors.ConnectorBase
-
Provide a common implementation of equals for all OCF Connector Provider objects.
- equals(Object) - Method in class org.odpi.openmetadata.frameworks.connectors.ConnectorProviderBase
-
Provide a common implementation of equals for all OCF Connector Provider objects.
- equals(Object) - Method in class org.odpi.openmetadata.frameworks.connectors.controls.SupportedTechnologyType
-
Return comparison result based on the content of the properties.
- equals(Object) - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.Connection
-
Compare the values of the supplied object with those stored in the current object.
- equals(Object) - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.ConnectorType
-
Compare the values of the supplied object with those stored in the current object.
- equals(Object) - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.ElementBase
-
Compare the values of the supplied object with those stored in the current object.
- equals(Object) - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.EmbeddedConnection
-
Compare the values of the supplied object with those stored in the current object.
- equals(Object) - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.Endpoint
-
Compare the values of the supplied object with those stored in the current object.
- equals(Object) - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.PropertyBase
-
Compare the values of the supplied object with those stored in the current object.
- equals(Object) - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.Referenceable
-
Compare the values of the supplied object with those stored in the current object.
- equals(Object) - Method in class org.odpi.openmetadata.frameworks.connectors.properties.beans.VirtualConnection
-
Compare the values of the supplied object with those stored in the current object.
- equals(Object) - Method in class org.odpi.openmetadata.frameworks.connectors.properties.users.NamedList
-
Compare the values of the supplied object with those stored in the current object.
- equals(Object) - Method in class org.odpi.openmetadata.frameworks.connectors.properties.users.SecretsCollection
-
Compare the values of the supplied object with those stored in the current object.
- equals(Object) - Method in class org.odpi.openmetadata.frameworks.connectors.properties.users.SecretsStore
-
Compare the values of the supplied object with those stored in the current object.
- equals(Object) - Method in class org.odpi.openmetadata.frameworks.connectors.properties.users.SecurityAccessControl
-
Compare the values of the supplied object with those stored in the current object.
- equals(Object) - Method in class org.odpi.openmetadata.frameworks.connectors.properties.users.TokenAPI
-
Compare the values of the supplied object with those stored in the current object.
- equals(Object) - Method in class org.odpi.openmetadata.frameworks.connectors.properties.users.UserAccount
-
Compare the values of the supplied object with those stored in the current object.
- equals(Object) - Method in record class org.odpi.openmetadata.frameworks.connectors.tabulardatasets.TabularColumnDescription
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in class org.odpi.openmetadata.frameworks.connectors.tabulardatasets.TabularDataSetReport
-
Compare the values of the supplied object with those stored in the current object.
- equals(Object) - Method in class org.odpi.openmetadata.frameworks.integration.controls.CatalogTargetType
-
Return comparison result based on the content of the properties.
- equals(Object) - Method in class org.odpi.openmetadata.frameworks.integration.openlineage.OpenLineageDataQualityAssertionsInputDataSetFacet
-
Compare the values of the supplied object with those stored in the current object.
- equals(Object) - Method in class org.odpi.openmetadata.frameworks.integration.openlineage.OpenLineageDataQualityAssertionsInputDataSetFacetAssertions
-
Compare the values of the supplied object with those stored in the current object.
- equals(Object) - Method in class org.odpi.openmetadata.frameworks.integration.openlineage.OpenLineageDataQualityMetricsInputDataSetFacet
-
Compare the values of the supplied object with those stored in the current object.
- equals(Object) - Method in class org.odpi.openmetadata.frameworks.integration.openlineage.OpenLineageDataQualityMetricsInputDataSetFacetColumnMetrics
-
Compare the values of the supplied object with those stored in the current object.
- equals(Object) - Method in class org.odpi.openmetadata.frameworks.integration.openlineage.OpenLineageDataQualityMetricsInputDataSetFacetColumnMetricsAdditional
-
Compare the values of the supplied object with those stored in the current object.
- equals(Object) - Method in class org.odpi.openmetadata.frameworks.integration.openlineage.OpenLineageDataQualityMetricsInputDataSetFacetColumnMetricsAdditionalQuantiles
-
Compare the values of the supplied object with those stored in the current object.
- equals(Object) - Method in class org.odpi.openmetadata.frameworks.integration.openlineage.OpenLineageDataSetFacets
-
Compare the values of the supplied object with those stored in the current object.
- equals(Object) - Method in class org.odpi.openmetadata.frameworks.integration.openlineage.OpenLineageDataSourceDataSetFacet
-
Compare the values of the supplied object with those stored in the current object.
- equals(Object) - Method in class org.odpi.openmetadata.frameworks.integration.openlineage.OpenLineageDocumentationDataSetFacet
-
Compare the values of the supplied object with those stored in the current object.
- equals(Object) - Method in class org.odpi.openmetadata.frameworks.integration.openlineage.OpenLineageDocumentationJobFacet
-
Compare the values of the supplied object with those stored in the current object.
- equals(Object) - Method in class org.odpi.openmetadata.frameworks.integration.openlineage.OpenLineageFacet
-
Compare the values of the supplied object with those stored in the current object.
- equals(Object) - Method in class org.odpi.openmetadata.frameworks.integration.openlineage.OpenLineageInputDataSet
-
Compare the values of the supplied object with those stored in the current object.
- equals(Object) - Method in class org.odpi.openmetadata.frameworks.integration.openlineage.OpenLineageInputDataSetInputFacets
-
Compare the values of the supplied object with those stored in the current object.
- equals(Object) - Method in class org.odpi.openmetadata.frameworks.integration.openlineage.OpenLineageJob
-
Compare the values of the supplied object with those stored in the current object.
- equals(Object) - Method in class org.odpi.openmetadata.frameworks.integration.openlineage.OpenLineageJobFacets
-
Compare the values of the supplied object with those stored in the current object.
- equals(Object) - Method in class org.odpi.openmetadata.frameworks.integration.openlineage.OpenLineageNominalTimeRunFacet
-
Compare the values of the supplied object with those stored in the current object.
- equals(Object) - Method in class org.odpi.openmetadata.frameworks.integration.openlineage.OpenLineageOutputDataSet
-
Compare the values of the supplied object with those stored out the current object.
- equals(Object) - Method in class org.odpi.openmetadata.frameworks.integration.openlineage.OpenLineageOutputDataSetOutputFacets
-
Compare the values of the supplied object with those stored in the current object.
- equals(Object) - Method in class org.odpi.openmetadata.frameworks.integration.openlineage.OpenLineageOutputStatisticsOutputDataSetFacet
-
Compare the values of the supplied object with those stored in the current object.
- equals(Object) - Method in class org.odpi.openmetadata.frameworks.integration.openlineage.OpenLineageParentRunFacet
-
Compare the values of the supplied object with those stored in the current object.
- equals(Object) - Method in class org.odpi.openmetadata.frameworks.integration.openlineage.OpenLineageParentRunFacetJob
-
Compare the values of the supplied object with those stored in the current object.
- equals(Object) - Method in class org.odpi.openmetadata.frameworks.integration.openlineage.OpenLineageParentRunFacetRun
-
Compare the values of the supplied object with those stored in the current object.
- equals(Object) - Method in class org.odpi.openmetadata.frameworks.integration.openlineage.OpenLineageRun
-
Compare the values of the supplied object with those stored in the current object.
- equals(Object) - Method in class org.odpi.openmetadata.frameworks.integration.openlineage.OpenLineageRunFacet
-
Compare the values of the supplied object with those stored in the current object.
- equals(Object) - Method in class org.odpi.openmetadata.frameworks.integration.openlineage.OpenLineageRunFacets
-
Compare the values of the supplied object with those stored in the current object.
- equals(Object) - Method in class org.odpi.openmetadata.frameworks.integration.openlineage.OpenLineageSchemaDataSetFacet
-
Compare the values of the supplied object with those stored in the current object.
- equals(Object) - Method in class org.odpi.openmetadata.frameworks.integration.openlineage.OpenLineageSchemaDataSetFacetField
-
Compare the values of the supplied object with those stored in the current object.
- equals(Object) - Method in class org.odpi.openmetadata.frameworks.integration.openlineage.OpenLineageSourceCodeLocationJobFacet
-
Compare the values of the supplied object with those stored in the current object.
- equals(Object) - Method in class org.odpi.openmetadata.frameworks.integration.openlineage.OpenLineageSQLJobFacet
-
Compare the values of the supplied object with those stored in the current object.
- equals(Object) - Method in class org.odpi.openmetadata.frameworks.integration.properties.RequestedCatalogTarget
-
Return comparison result based on the content of the properties.
- equals(Object) - Method in class org.odpi.openmetadata.frameworks.opengovernance.properties.ActionTargetElement
-
Compare the values of the supplied object with those stored in the current object.
- equals(Object) - Method in class org.odpi.openmetadata.frameworks.opengovernance.properties.CatalogTarget
-
Return comparison result based on the content of the properties.
- equals(Object) - Method in class org.odpi.openmetadata.frameworks.opengovernance.properties.EngineActionElement
-
Return comparison result based on the content of the properties.
- equals(Object) - Method in class org.odpi.openmetadata.frameworks.opengovernance.properties.FirstGovernanceActionProcessStepElement
-
Return comparison result based on the content of the properties.
- equals(Object) - Method in class org.odpi.openmetadata.frameworks.opengovernance.properties.GovernanceActionProcess
-
Compare the values of the supplied object with those stored in the current object.
- equals(Object) - Method in class org.odpi.openmetadata.frameworks.opengovernance.properties.GovernanceActionProcessElement
-
Return comparison result based on the content of the properties.
- equals(Object) - Method in class org.odpi.openmetadata.frameworks.opengovernance.properties.GovernanceActionProcessGraph
-
Return comparison result based on the content of the properties.
- equals(Object) - Method in class org.odpi.openmetadata.frameworks.opengovernance.properties.GovernanceActionProcessStep
-
Equals method that returns true if containing properties are the same.
- equals(Object) - Method in class org.odpi.openmetadata.frameworks.opengovernance.properties.GovernanceActionProcessStepElement
-
Return comparison result based on the content of the properties.
- equals(Object) - Method in class org.odpi.openmetadata.frameworks.opengovernance.properties.GovernanceActionProcessStepExecution
-
Return comparison result based on the content of the properties.
- equals(Object) - Method in class org.odpi.openmetadata.frameworks.opengovernance.properties.GovernanceActionProcessStepExecutionElement
-
Return comparison result based on the content of the properties.
- equals(Object) - Method in class org.odpi.openmetadata.frameworks.opengovernance.properties.GovernanceActionType
-
Equals method that returns true if containing properties are the same.
- equals(Object) - Method in class org.odpi.openmetadata.frameworks.opengovernance.properties.GovernanceActionTypeElement
-
Return comparison result based on the content of the properties.
- equals(Object) - Method in class org.odpi.openmetadata.frameworks.opengovernance.properties.GovernanceEngineElement
-
Return comparison result based on the content of the properties.
- equals(Object) - Method in class org.odpi.openmetadata.frameworks.opengovernance.properties.GovernanceService
-
Compare the values of the supplied object with those stored in the current object.
- equals(Object) - Method in class org.odpi.openmetadata.frameworks.opengovernance.properties.GovernanceServiceElement
-
Return comparison result based on the content of the properties.
- equals(Object) - Method in class org.odpi.openmetadata.frameworks.opengovernance.properties.IntegrationConnector
-
Compare the values of the supplied object with those stored in the current object.
- equals(Object) - Method in class org.odpi.openmetadata.frameworks.opengovernance.properties.IntegrationConnectorElement
-
Return comparison result based on the content of the properties.
- equals(Object) - Method in class org.odpi.openmetadata.frameworks.opengovernance.properties.IntegrationGroupElement
-
Return comparison result based on the content of the properties.
- equals(Object) - Method in class org.odpi.openmetadata.frameworks.opengovernance.properties.NextGovernanceActionProcessStepElement
-
Return comparison result based on the content of the properties.
- equals(Object) - Method in class org.odpi.openmetadata.frameworks.opengovernance.properties.NextGovernanceActionProcessStepLink
-
Return comparison result based on the content of the properties.
- equals(Object) - Method in class org.odpi.openmetadata.frameworks.opengovernance.properties.PredefinedActionTarget
-
Compare the values of the supplied object with those stored in the current object.
- equals(Object) - Method in class org.odpi.openmetadata.frameworks.opengovernance.properties.RegisteredGovernanceService
-
Compare the values of the supplied object with those stored in the current object.
- equals(Object) - Method in class org.odpi.openmetadata.frameworks.opengovernance.properties.RegisteredGovernanceServiceElement
-
Return comparison result based on the content of the properties.
- equals(Object) - Method in class org.odpi.openmetadata.frameworks.opengovernance.properties.RegisteredIntegrationConnectorElement
-
Return comparison result based on the content of the properties.
- equals(Object) - Method in class org.odpi.openmetadata.frameworks.opengovernance.properties.RelatedEngineActionElement
-
Return comparison result based on the content of the properties.
- equals(Object) - Method in class org.odpi.openmetadata.frameworks.opengovernance.properties.RequestSourceElement
-
Compare the values of the supplied object with those stored in the current object.
- equals(Object) - Method in class org.odpi.openmetadata.frameworks.openmetadata.events.OpenMetadataOutTopicEvent
-
Compare the values of the supplied object with those stored in the current object.
- equals(Object) - Method in exception org.odpi.openmetadata.frameworks.openmetadata.ffdc.InvalidParameterException
-
Return comparison result based on the content of the properties.
- equals(Object) - Method in exception org.odpi.openmetadata.frameworks.openmetadata.ffdc.OMFCheckedExceptionBase
-
Compare the values of the supplied object with those stored in the current object.
- equals(Object) - Method in exception org.odpi.openmetadata.frameworks.openmetadata.ffdc.OMFRuntimeException
-
Compare the values of the supplied object with those stored in the current object.
- equals(Object) - Method in exception org.odpi.openmetadata.frameworks.openmetadata.ffdc.UserNotAuthorizedException
-
Return comparison result based on the content of the properties.
- equals(Object) - Method in class org.odpi.openmetadata.frameworks.openmetadata.metadataelements.AssetGraph
-
Compare the values of the supplied object with those stored in the current object.
- equals(Object) - Method in class org.odpi.openmetadata.frameworks.openmetadata.metadataelements.AssetLineageGraph
-
Compare the values of the supplied object with those stored in the current object.
- equals(Object) - Method in class org.odpi.openmetadata.frameworks.openmetadata.metadataelements.AssetLineageGraphNode
-
Compare the values of the supplied object with those stored in the current object.
- equals(Object) - Method in class org.odpi.openmetadata.frameworks.openmetadata.metadataelements.AssetLineageGraphRelationship
-
Return comparison result based on the content of the properties.
- equals(Object) - Method in class org.odpi.openmetadata.frameworks.openmetadata.metadataelements.AssetSearchMatches
-
Return comparison result based on the content of the properties.
- equals(Object) - Method in class org.odpi.openmetadata.frameworks.openmetadata.metadataelements.AttributedMetadataElement
-
Compare the values of the supplied object with those stored in the current object.
- equals(Object) - Method in class org.odpi.openmetadata.frameworks.openmetadata.metadataelements.CertificationElement
-
Return comparison result based on the content of the properties.
- equals(Object) - Method in class org.odpi.openmetadata.frameworks.openmetadata.metadataelements.ElementClassification
-
Compare the values of the supplied object with those stored in the current object.
- equals(Object) - Method in class org.odpi.openmetadata.frameworks.openmetadata.metadataelements.ElementClassificationHeader
-
Compare the values of the supplied object with those stored in the current object.
- equals(Object) - Method in class org.odpi.openmetadata.frameworks.openmetadata.metadataelements.ElementControlHeader
-
Compare the values of the supplied object with those stored in the current object.
- equals(Object) - Method in class org.odpi.openmetadata.frameworks.openmetadata.metadataelements.ElementHeader
-
Compare the values of the supplied object with those stored in the current object.
- equals(Object) - Method in class org.odpi.openmetadata.frameworks.openmetadata.metadataelements.ElementOrigin
-
Compare the values of the supplied object with those stored in the current object.
- equals(Object) - Method in class org.odpi.openmetadata.frameworks.openmetadata.metadataelements.ElementStub
-
Equals method that returns true if containing properties are the same.
- equals(Object) - Method in class org.odpi.openmetadata.frameworks.openmetadata.metadataelements.ElementType
-
Compare the values of the supplied object with those stored in the current object.
- equals(Object) - Method in class org.odpi.openmetadata.frameworks.openmetadata.metadataelements.ElementVersions
-
Compare the values of the supplied object with those stored in the current object.
- equals(Object) - Method in class org.odpi.openmetadata.frameworks.openmetadata.metadataelements.InformationSupplyChainElement
-
Return comparison result based on the content of the properties.
- equals(Object) - Method in class org.odpi.openmetadata.frameworks.openmetadata.metadataelements.MetadataElementSummary
-
Compare the values of the supplied object with those stored in the current object.
- equals(Object) - Method in class org.odpi.openmetadata.frameworks.openmetadata.metadataelements.MetadataRelationshipSummary
-
Compare the values of the supplied object with those stored in the current object.
- equals(Object) - Method in class org.odpi.openmetadata.frameworks.openmetadata.metadataelements.MetadataRelationshipSummaryList
-
Return comparison result based on the content of the properties.
- equals(Object) - Method in class org.odpi.openmetadata.frameworks.openmetadata.metadataelements.OpenMetadataRootElement
-
Return comparison result based on the content of the properties.
- equals(Object) - Method in class org.odpi.openmetadata.frameworks.openmetadata.metadataelements.OpenMetadataRootHierarchy
-
Return comparison result based on the content of the properties.
- equals(Object) - Method in class org.odpi.openmetadata.frameworks.openmetadata.metadataelements.RelatedBy
-
Return comparison result based on the content of the properties.
- equals(Object) - Method in class org.odpi.openmetadata.frameworks.openmetadata.metadataelements.RelatedMetadataElementSummary
-
Return comparison result based on the content of the properties.
- equals(Object) - Method in class org.odpi.openmetadata.frameworks.openmetadata.metadataelements.RelatedMetadataElementSummaryList
-
Return comparison result based on the content of the properties.
- equals(Object) - Method in class org.odpi.openmetadata.frameworks.openmetadata.metadataelements.RelatedMetadataHierarchySummary
-
Return comparison result based on the content of the properties.
- equals(Object) - Method in class org.odpi.openmetadata.frameworks.openmetadata.metadataelements.RelatedMetadataNodeSummary
-
Return comparison result based on the content of the properties.
- equals(Object) - Method in class org.odpi.openmetadata.frameworks.openmetadata.properties.actors.ActorRoleProperties
-
Equals method that returns true if containing properties are the same.
- equals(Object) - Method in class org.odpi.openmetadata.frameworks.openmetadata.properties.actors.AssignmentScopeProperties
-
Compare the values of the supplied object with those stored in the current object.
- equals(Object) - Method in class org.odpi.openmetadata.frameworks.openmetadata.properties.actors.ContactDetailsProperties
-
Equals method that returns true if containing properties are the same.
- equals(Object) - Method in class org.odpi.openmetadata.frameworks.openmetadata.properties.actors.ContributionRecordProperties
-
Equals method that returns true if containing properties are the same.
- equals(Object) - Method in class org.odpi.openmetadata.frameworks.openmetadata.properties.actors.GovernanceRoleProperties
-
Equals method that returns true if containing properties are the same.
- equals(Object) - Method in class org.odpi.openmetadata.frameworks.openmetadata.properties.actors.PersonProperties
-
Equals method that returns true if containing properties are the same.
- equals(Object) - Method in class org.odpi.openmetadata.frameworks.openmetadata.properties.actors.PersonRoleAppointmentProperties
-
Compare the values of the supplied object with those stored in the current object.
- equals(Object) - Method in class org.odpi.openmetadata.frameworks.openmetadata.properties.actors.PersonRoleProperties
-
Return comparison result based on the content of the properties.
- equals(Object) - Method in class org.odpi.openmetadata.frameworks.openmetadata.properties.actors.ProfileIdentityProperties
-
Equals method that returns true if containing properties are the same.
- equals(Object) - Method in class org.odpi.openmetadata.frameworks.openmetadata.properties.actors.TeamProperties
-
Equals method that returns true if containing properties are the same.
- equals(Object) - Method in class org.odpi.openmetadata.frameworks.openmetadata.properties.actors.TeamRoleAppointmentProperties
-
Compare the values of the supplied object with those stored in the current object.
- equals(Object) - Method in class org.odpi.openmetadata.frameworks.openmetadata.properties.actors.TeamRoleProperties
-
Return comparison result based on the content of the properties.
- equals(Object) - Method in class org.odpi.openmetadata.frameworks.openmetadata.properties.actors.TeamStructureProperties
-
Equals method that returns true if containing properties are the same.
- equals(Object) - Method in class org.odpi.openmetadata.frameworks.openmetadata.properties.actors.UserIdentityProperties
-
Equals method that returns true if containing properties are the same.
- equals(Object) - Method in class org.odpi.openmetadata.frameworks.openmetadata.properties.AnchorSearchMatches
-
Return comparison result based on the content of the properties.
- equals(Object) - Method in class org.odpi.openmetadata.frameworks.openmetadata.properties.AnchorsProperties
-
Return comparison result based on the content of the properties.
- equals(Object) - Method in class org.odpi.openmetadata.frameworks.openmetadata.properties.assets.AssetProperties
-
Compare the values of the supplied object with those stored in the current object.
- equals(Object) - Method in class org.odpi.openmetadata.frameworks.openmetadata.properties.assets.DataAssetEncodingProperties
-
Compare the values of the supplied object with those stored in the current object.
- equals(Object) - Method in class org.odpi.openmetadata.frameworks.openmetadata.properties.assets.DataAssetProperties
-
Compare the values of the supplied object with those stored in the current object.
- equals(Object) - Method in class org.odpi.openmetadata.frameworks.openmetadata.properties.assets.databases.DatabaseProperties
-
Compare the values of the supplied object with those stored in the current object.
- equals(Object) - Method in class org.odpi.openmetadata.frameworks.openmetadata.properties.assets.DataScopeProperties
-
Compare the values of the supplied object with those stored in the current object.
- equals(Object) - Method in class org.odpi.openmetadata.frameworks.openmetadata.properties.assets.DataSetContentProperties
-
Compare the values of the supplied object with those stored in the current object.
- equals(Object) - Method in class org.odpi.openmetadata.frameworks.openmetadata.properties.assets.DataSetProperties
-
Compare the values of the supplied object with those stored in the current object.
- equals(Object) - Method in class org.odpi.openmetadata.frameworks.openmetadata.properties.assets.DataStoreProperties
-
Compare the values of the supplied object with those stored in the current object.
- equals(Object) - Method in class org.odpi.openmetadata.frameworks.openmetadata.properties.assets.filesandfolders.CSVFileProperties
-
Return comparison result based on the content of the properties.
- equals(Object) - Method in class org.odpi.openmetadata.frameworks.openmetadata.properties.assets.filesandfolders.DataFileProperties
-
Return comparison result based on the content of the properties.
- equals(Object) - Method in class org.odpi.openmetadata.frameworks.openmetadata.properties.assets.filesandfolders.DocumentStoreProperties
-
Return comparison result based on the content of the properties.
- equals(Object) - Method in class org.odpi.openmetadata.frameworks.openmetadata.properties.assets.filesandfolders.MediaCollectionProperties
-
Return comparison result based on the content of the properties.
- equals(Object) - Method in class org.odpi.openmetadata.frameworks.openmetadata.properties.assets.filesandfolders.MediaFileProperties
-
Return comparison result based on the content of the properties.
- equals(Object) - Method in class org.odpi.openmetadata.frameworks.openmetadata.properties.assets.filesandfolders.SecretsCollectionProperties
-
Compare the values of the supplied object with those stored in the current object.
- equals(Object) - Method in class org.odpi.openmetadata.frameworks.openmetadata.properties.assets.filesandfolders.UserAccountProfileProperties
-
Compares the properties of this UserAccountProfile with another object.
- equals(Object) - Method in class org.odpi.openmetadata.frameworks.openmetadata.properties.assets.infrastructure.CapabilityAssetUseProperties
-
Equals method that returns true if containing properties are the same.
- equals(Object) - Method in class org.odpi.openmetadata.frameworks.openmetadata.properties.assets.infrastructure.DeployedOnProperties
-
Equals method that returns true if containing properties are the same.
- equals(Object) - Method in class org.odpi.openmetadata.frameworks.openmetadata.properties.assets.infrastructure.ITInfrastructureProperties
-
Equals method that returns true if containing properties are the same.
- equals(Object) - Method in class org.odpi.openmetadata.frameworks.openmetadata.properties.assets.InfrastructureProperties
-
Compare the values of the supplied object with those stored in the current object.
- equals(Object) - Method in class org.odpi.openmetadata.frameworks.openmetadata.properties.assets.metadatarepositories.MetadataCollectionProperties
-
Compare the values of the supplied object with those stored in the current object.
- equals(Object) - Method in class org.odpi.openmetadata.frameworks.openmetadata.properties.assets.processes.actions.ActionProperties
-
Compare the values of the supplied object with those stored in the current object.
- equals(Object) - Method in class org.odpi.openmetadata.frameworks.openmetadata.properties.assets.processes.actions.ActionTargetProperties
-
Compare the values of the supplied object with those stored in the current object.
- equals(Object) - Method in class org.odpi.openmetadata.frameworks.openmetadata.properties.assets.processes.actions.EngineActionProperties
-
Return comparison result based on the content of the properties.
- equals(Object) - Method in class org.odpi.openmetadata.frameworks.openmetadata.properties.assets.processes.actions.MeetingProperties
-
Return comparison result based on the content of the properties.
- equals(Object) - Method in class org.odpi.openmetadata.frameworks.openmetadata.properties.assets.processes.actions.ReviewProperties
-
Compare the values of the supplied object with those stored in the current object.
- equals(Object) - Method in class org.odpi.openmetadata.frameworks.openmetadata.properties.assets.processes.connectors.CatalogTargetProperties
-
Compare the values of the supplied object with those stored in the current object.
- equals(Object) - Method in class org.odpi.openmetadata.frameworks.openmetadata.properties.assets.processes.connectors.IntegrationConnectorProperties
-
Compare the values of the supplied object with those stored in the current object.
- equals(Object) - Method in class org.odpi.openmetadata.frameworks.openmetadata.properties.assets.processes.connectors.RegisteredIntegrationConnectorProperties
-
Validate that an object is equal depending on their stored values.
- equals(Object) - Method in class org.odpi.openmetadata.frameworks.openmetadata.properties.assets.processes.connectors.SupportedGovernanceServiceProperties
-
Equals method that returns true if containing properties are the same.
- equals(Object) - Method in class org.odpi.openmetadata.frameworks.openmetadata.properties.assets.processes.DeployedSoftwareComponentProperties
-
Compare the values of the supplied object with those stored in the current object.
- equals(Object) - Method in class org.odpi.openmetadata.frameworks.openmetadata.properties.assets.processes.PortProperties
-
Compare the values of the supplied object with those stored in the current object.
- equals(Object) - Method in class org.odpi.openmetadata.frameworks.openmetadata.properties.assets.processes.ProcessHierarchyProperties
-
Compare the values of the supplied object with those stored in the current object.
- equals(Object) - Method in class org.odpi.openmetadata.frameworks.openmetadata.properties.assets.processes.ProcessProperties
-
Compare the values of the supplied object with those stored in the current object.
- equals(Object) - Method in class org.odpi.openmetadata.frameworks.openmetadata.properties.assets.reports.ConnectorActivityReportProperties
-
Return comparison result based on the content of the properties.
- equals(Object) - Method in class org.odpi.openmetadata.frameworks.openmetadata.properties.assets.reports.ImpactedResourceProperties
-
Compare the values of the supplied object with those stored in the current object.
- equals(Object) - Method in class org.odpi.openmetadata.frameworks.openmetadata.properties.assets.reports.IncidentReportProperties
-
Return comparison result based on the content of the properties.
- equals(Object) - Method in class org.odpi.openmetadata.frameworks.openmetadata.properties.assets.reports.ReportProperties
-
Compare the values of the supplied object with those stored in the current object.
- equals(Object) - Method in class org.odpi.openmetadata.frameworks.openmetadata.properties.assets.reports.ReportTypeProperties
-
Compare the values of the supplied object with those stored in the current object.
- equals(Object) - Method in class org.odpi.openmetadata.frameworks.openmetadata.properties.assets.reports.SurveyReportProperties
-
Compare the values of the supplied object with those stored in the current object.
- equals(Object) - Method in class org.odpi.openmetadata.frameworks.openmetadata.properties.assets.SampleDataProperties
-
Compare the values of the supplied object with those stored in the current object.
- equals(Object) - Method in class org.odpi.openmetadata.frameworks.openmetadata.properties.assets.SourcedFromProperties
-
Compare the values of the supplied object with those stored in the current object.
- equals(Object) - Method in class org.odpi.openmetadata.frameworks.openmetadata.properties.assets.topics.TopicProperties
-
Compare the values of the supplied object with those stored in the current object.
- equals(Object) - Method in class org.odpi.openmetadata.frameworks.openmetadata.properties.AttachedClassification
-
Compare the values of the supplied object with those stored in the current object.
- equals(Object) - Method in class org.odpi.openmetadata.frameworks.openmetadata.properties.AuthoredReferenceableProperties
-
Compare the values of the supplied object with those stored in the current object.
- equals(Object) - Method in class org.odpi.openmetadata.frameworks.openmetadata.properties.ClassificationBeanProperties
-
Compare the values of the supplied object with those stored in the current object.
- equals(Object) - Method in class org.odpi.openmetadata.frameworks.openmetadata.properties.ClassificationElementProperties
-
Validate that an object is equal depending on their stored values.
- equals(Object) - Method in class org.odpi.openmetadata.frameworks.openmetadata.properties.ClassificationProperties
-
Compare the values of the supplied object with those stored in the current object.
- equals(Object) - Method in class org.odpi.openmetadata.frameworks.openmetadata.properties.collections.CollectionMembershipProperties
-
Return comparison result based on the content of the properties.
- equals(Object) - Method in class org.odpi.openmetadata.frameworks.openmetadata.properties.collections.CollectionProperties
-
Compare the values of the supplied object with those stored in the current object.
- equals(Object) - Method in class org.odpi.openmetadata.frameworks.openmetadata.properties.collections.EditingCollectionProperties
-
Compare the values of the supplied object with those stored in the current object.
- equals(Object) - Method in class org.odpi.openmetadata.frameworks.openmetadata.properties.collections.ScopingCollectionProperties
-
Compare the values of the supplied object with those stored in the current object.
- equals(Object) - Method in class org.odpi.openmetadata.frameworks.openmetadata.properties.collections.StagingCollectionProperties
-
Compare the values of the supplied object with those stored in the current object.
- equals(Object) - Method in class org.odpi.openmetadata.frameworks.openmetadata.properties.communities.CommunityProperties
-
Return comparison result based on the content of the properties.
- equals(Object) - Method in class org.odpi.openmetadata.frameworks.openmetadata.properties.communities.CrowdSourcingContributionProperties
-
Compare the values of the supplied object with those stored in the current object.
- equals(Object) - Method in class org.odpi.openmetadata.frameworks.openmetadata.properties.connections.ConnectionProperties
-
Compare the values of the supplied object with those stored in the current object.
- equals(Object) - Method in class org.odpi.openmetadata.frameworks.openmetadata.properties.connections.ConnectorTypeProperties
-
Compare the values of the supplied object with those stored in the current object.
- equals(Object) - Method in class org.odpi.openmetadata.frameworks.openmetadata.properties.connections.EmbeddedConnectionProperties
-
Compare the values of the supplied object with those stored in the current object.
- equals(Object) - Method in class org.odpi.openmetadata.frameworks.openmetadata.properties.connections.EndpointProperties
-
Compare the values of the supplied object with those stored in the current object.
- equals(Object) - Method in class org.odpi.openmetadata.frameworks.openmetadata.properties.contextevents.ContextEventImpactProperties
-
Compare the values of the supplied object with those stored in the current object.
- equals(Object) - Method in class org.odpi.openmetadata.frameworks.openmetadata.properties.contextevents.ContextEventProperties
-
Compare the values of the supplied object with those stored in the current object.
- equals(Object) - Method in class org.odpi.openmetadata.frameworks.openmetadata.properties.contextevents.RelatedContextEventProperties
-
Compare the values of the supplied object with those stored in the current object.
- equals(Object) - Method in class org.odpi.openmetadata.frameworks.openmetadata.properties.datadictionaries.DataClassProperties
-
Compare the values of the supplied object with those stored in the current object.
- equals(Object) - Method in class org.odpi.openmetadata.frameworks.openmetadata.properties.datadictionaries.DataFieldProperties
-
Return comparison result based on the content of the properties.
- equals(Object) - Method in class org.odpi.openmetadata.frameworks.openmetadata.properties.datadictionaries.DataGrainProperties
-
Compare the values of the supplied object with those stored in the current object.
- equals(Object) - Method in class org.odpi.openmetadata.frameworks.openmetadata.properties.datadictionaries.DataStructureProperties
-
Return comparison result based on the content of the properties.
- equals(Object) - Method in class org.odpi.openmetadata.frameworks.openmetadata.properties.datadictionaries.DataValueAssignmentProperties
-
Compare the values of the supplied object with those stored in the current object.
- equals(Object) - Method in class org.odpi.openmetadata.frameworks.openmetadata.properties.datadictionaries.DataValueSpecificationProperties
-
Compare the values of the supplied object with those stored in the current object.
- equals(Object) - Method in class org.odpi.openmetadata.frameworks.openmetadata.properties.datadictionaries.LinkedDataFieldProperties
-
Compare the values of the supplied object with those stored in the current object.
- equals(Object) - Method in class org.odpi.openmetadata.frameworks.openmetadata.properties.designmodels.ConceptBeadAttributeLinkProperties
-
Compare the values of the supplied object with those stored in the current object.
- equals(Object) - Method in class org.odpi.openmetadata.frameworks.openmetadata.properties.designmodels.ConceptBeadRelationshipEndProperties
-
Compare the values of the supplied object with those stored in the current object.
- equals(Object) - Method in class org.odpi.openmetadata.frameworks.openmetadata.properties.designmodels.DesignModelElementProperties
-
Compare the values of the supplied object with those stored in the current object.
- equals(Object) - Method in class org.odpi.openmetadata.frameworks.openmetadata.properties.digitalbusiness.AgreementActorProperties
-
Compare the values of the supplied object with those stored in the current object.
- equals(Object) - Method in class org.odpi.openmetadata.frameworks.openmetadata.properties.digitalbusiness.AgreementItemProperties
-
Compare the values of the supplied object with those stored in the current object.
- equals(Object) - Method in class org.odpi.openmetadata.frameworks.openmetadata.properties.digitalbusiness.BusinessCapabilityProperties
-
Compare the values of the supplied object with those stored in the current object.
- equals(Object) - Method in class org.odpi.openmetadata.frameworks.openmetadata.properties.digitalbusiness.BusinessSignificantProperties
-
Compare the values of the supplied object with those stored in the current object.
- equals(Object) - Method in class org.odpi.openmetadata.frameworks.openmetadata.properties.digitalbusiness.ContractLinkProperties
-
Compare the values of the supplied object with those stored in the current object.
- equals(Object) - Method in class org.odpi.openmetadata.frameworks.openmetadata.properties.digitalbusiness.DigitalProductProperties
-
Return comparison result based on the content of the properties.
- equals(Object) - Method in class org.odpi.openmetadata.frameworks.openmetadata.properties.digitalbusiness.DigitalSubscriberProperties
-
Compare the values of the supplied object with those stored in the current object.
- equals(Object) - Method in class org.odpi.openmetadata.frameworks.openmetadata.properties.digitalbusiness.DigitalSubscriptionProperties
-
Return comparison result based on the content of the properties.
- equals(Object) - Method in class org.odpi.openmetadata.frameworks.openmetadata.properties.EntityElementProperties
-
Validate that an object is equal depending on their stored values.
- equals(Object) - Method in class org.odpi.openmetadata.frameworks.openmetadata.properties.EntityProperties
-
Compare the values of the supplied object with those stored in the current object.
- equals(Object) - Method in class org.odpi.openmetadata.frameworks.openmetadata.properties.externalidentifiers.ExternalIdLinkProperties
-
Compare the values of the supplied object with those stored in the current object.
- equals(Object) - Method in class org.odpi.openmetadata.frameworks.openmetadata.properties.externalidentifiers.ExternalIdProperties
-
Compare the values of the supplied object with those stored in the current object.
- equals(Object) - Method in class org.odpi.openmetadata.frameworks.openmetadata.properties.externalreferences.CitedDocumentLinkProperties
-
Equals method that returns true if containing properties are the same.
- equals(Object) - Method in class org.odpi.openmetadata.frameworks.openmetadata.properties.externalreferences.CitedDocumentProperties
-
Compare the values of the supplied object with those stored in the current object.
- equals(Object) - Method in class org.odpi.openmetadata.frameworks.openmetadata.properties.externalreferences.ExternalReferenceProperties
-
Compare the values of the supplied object with those stored in the current object.
- equals(Object) - Method in class org.odpi.openmetadata.frameworks.openmetadata.properties.externalreferences.MediaReferenceProperties
-
Equals method that returns true if containing properties are the same.
- equals(Object) - Method in class org.odpi.openmetadata.frameworks.openmetadata.properties.externalreferences.RelatedMediaProperties
-
Compare the values of the supplied object with those stored in the current object.
- equals(Object) - Method in class org.odpi.openmetadata.frameworks.openmetadata.properties.ExternalStandardTypeMapping
-
Verify that supplied object has the same properties.
- equals(Object) - Method in class org.odpi.openmetadata.frameworks.openmetadata.properties.feedback.CommentProperties
-
Compare the values of the supplied object with those stored in the current object.
- equals(Object) - Method in class org.odpi.openmetadata.frameworks.openmetadata.properties.feedback.LikeProperties
-
Compare the values of the supplied object with those stored in the current object.
- equals(Object) - Method in class org.odpi.openmetadata.frameworks.openmetadata.properties.feedback.RatingProperties
-
Compare the values of the supplied object with those stored in the current object.
- equals(Object) - Method in class org.odpi.openmetadata.frameworks.openmetadata.properties.feedback.SearchKeywordProperties
-
Compare the values of the supplied object with those stored in the current object.
- equals(Object) - Method in class org.odpi.openmetadata.frameworks.openmetadata.properties.glossaries.ActivityDescriptionProperties
-
Compare the values of the supplied object with those stored in the current object.
- equals(Object) - Method in class org.odpi.openmetadata.frameworks.openmetadata.properties.glossaries.CanonicalVocabularyProperties
-
Compare the values of the supplied object with those stored in the current object.
- equals(Object) - Method in class org.odpi.openmetadata.frameworks.openmetadata.properties.glossaries.ContextDefinitionProperties
-
Compare the values of the supplied object with those stored in the current object.
- equals(Object) - Method in class org.odpi.openmetadata.frameworks.openmetadata.properties.glossaries.GlossaryProperties
-
Compare the values of the supplied object with those stored in the current object.
- equals(Object) - Method in class org.odpi.openmetadata.frameworks.openmetadata.properties.glossaries.GlossaryTermProperties
-
Return comparison result based on the content of the properties.
- equals(Object) - Method in class org.odpi.openmetadata.frameworks.openmetadata.properties.glossaries.GlossaryTermRelationshipProperties
-
Compare the values of the supplied object with those stored in the current object.
- equals(Object) - Method in class org.odpi.openmetadata.frameworks.openmetadata.properties.glossaries.TaxonomyProperties
-
Compare the values of the supplied object with those stored in the current object.
- equals(Object) - Method in class org.odpi.openmetadata.frameworks.openmetadata.properties.governance.AuditLogProperties
-
Return comparison result based on the content of the properties.
- equals(Object) - Method in class org.odpi.openmetadata.frameworks.openmetadata.properties.governance.CertificationProperties
-
Equals method that returns true if containing properties are the same.
- equals(Object) - Method in class org.odpi.openmetadata.frameworks.openmetadata.properties.governance.ConfidenceProperties
-
Compare the values of the supplied object with those stored in the current object.
- equals(Object) - Method in class org.odpi.openmetadata.frameworks.openmetadata.properties.governance.ConfidentialityProperties
-
Compare the values of the supplied object with those stored in the current object.
- equals(Object) - Method in class org.odpi.openmetadata.frameworks.openmetadata.properties.governance.ConsolidatedDuplicateProperties
-
Equals method that returns true if containing properties are the same.
- equals(Object) - Method in class org.odpi.openmetadata.frameworks.openmetadata.properties.governance.CriticalityProperties
-
Compare the values of the supplied object with those stored in the current object.
- equals(Object) - Method in class org.odpi.openmetadata.frameworks.openmetadata.properties.governance.DataLensProperties
-
Compare the values of the supplied object with those stored in the current object.
- equals(Object) - Method in class org.odpi.openmetadata.frameworks.openmetadata.properties.governance.DigitalResourceOriginProperties
-
Equals method that returns true if containing properties are the same.
- equals(Object) - Method in class org.odpi.openmetadata.frameworks.openmetadata.properties.governance.ExceptionBacklogProperties
-
Return comparison result based on the content of the properties.
- equals(Object) - Method in class org.odpi.openmetadata.frameworks.openmetadata.properties.governance.ExceptionProperties
-
Equals method that returns true if containing properties are the same.
- equals(Object) - Method in class org.odpi.openmetadata.frameworks.openmetadata.properties.governance.ExecutionPointProperties
-
Return comparison result based on the content of the properties.
- equals(Object) - Method in class org.odpi.openmetadata.frameworks.openmetadata.properties.governance.governanceactions.GovernanceActionExecutorProperties
-
Compare the values of the supplied object with those stored in the current object.
- equals(Object) - Method in class org.odpi.openmetadata.frameworks.openmetadata.properties.governance.governanceactions.GovernanceActionProcessFlowProperties
-
Compare the values of the supplied object with those stored in the current object.
- equals(Object) - Method in class org.odpi.openmetadata.frameworks.openmetadata.properties.governance.governanceactions.GovernanceActionProcessStepProperties
-
Equals method that returns true if containing properties are the same.
- equals(Object) - Method in class org.odpi.openmetadata.frameworks.openmetadata.properties.governance.governanceactions.GovernanceActionTypeProperties
-
Equals method that returns true if containing properties are the same.
- equals(Object) - Method in class org.odpi.openmetadata.frameworks.openmetadata.properties.governance.governanceactions.NextGovernanceActionProcessStepProperties
-
Compare the values of the supplied object with those stored in the current object.
- equals(Object) - Method in class org.odpi.openmetadata.frameworks.openmetadata.properties.governance.governanceactions.TargetForGovernanceActionProperties
-
Compare the values of the supplied object with those stored in the current object.
- equals(Object) - Method in class org.odpi.openmetadata.frameworks.openmetadata.properties.governance.GovernanceControlProperties
-
Compare the values of the supplied object with those stored in the current object.
- equals(Object) - Method in class org.odpi.openmetadata.frameworks.openmetadata.properties.governance.GovernanceDefinitionProperties
-
Compare the values of the supplied object with those stored in the current object.
- equals(Object) - Method in class org.odpi.openmetadata.frameworks.openmetadata.properties.governance.GovernanceExpectationsProperties
-
Return comparison result based on the content of the properties.
- equals(Object) - Method in class org.odpi.openmetadata.frameworks.openmetadata.properties.governance.GovernanceMeasurementsProperties
-
Return comparison result based on the content of the properties.
- equals(Object) - Method in class org.odpi.openmetadata.frameworks.openmetadata.properties.governance.GovernanceMetricProperties
-
Compare the values of the supplied object with those stored in the current object.
- equals(Object) - Method in class org.odpi.openmetadata.frameworks.openmetadata.properties.governance.GovernanceResultsProperties
-
Compare the values of the supplied object with those stored in the current object.
- equals(Object) - Method in class org.odpi.openmetadata.frameworks.openmetadata.properties.governance.GovernanceStrategyProperties
-
Compare the values of the supplied object with those stored in the current object.
- equals(Object) - Method in class org.odpi.openmetadata.frameworks.openmetadata.properties.governance.GovernedDataClassificationBase
-
Compare the values of the supplied object with those stored in the current object.
- equals(Object) - Method in class org.odpi.openmetadata.frameworks.openmetadata.properties.governance.ImpactProperties
-
Compare the values of the supplied object with those stored in the current object.
- equals(Object) - Method in class org.odpi.openmetadata.frameworks.openmetadata.properties.governance.LicenseProperties
-
Equals method that returns true if containing properties are the same.
- equals(Object) - Method in class org.odpi.openmetadata.frameworks.openmetadata.properties.governance.LineageLogProperties
-
Return comparison result based on the content of the properties.
- equals(Object) - Method in class org.odpi.openmetadata.frameworks.openmetadata.properties.governance.LogAnalysisProperties
-
Return comparison result based on the content of the properties.
- equals(Object) - Method in class org.odpi.openmetadata.frameworks.openmetadata.properties.governance.MeteringLogProperties
-
Return comparison result based on the content of the properties.
- equals(Object) - Method in class org.odpi.openmetadata.frameworks.openmetadata.properties.governance.NamingStandardRuleProperties
-
Compare the values of the supplied object with those stored in the current object.
- equals(Object) - Method in class org.odpi.openmetadata.frameworks.openmetadata.properties.governance.NotificationSubscriberProperties
-
Compare the values of the supplied object with those stored in the current object.
- equals(Object) - Method in class org.odpi.openmetadata.frameworks.openmetadata.properties.governance.NotificationTypeProperties
-
Validate that an object is equal depending on their stored values.
- equals(Object) - Method in class org.odpi.openmetadata.frameworks.openmetadata.properties.governance.OwnershipProperties
-
Compare the values of the supplied object with those stored in the current object.
- equals(Object) - Method in class org.odpi.openmetadata.frameworks.openmetadata.properties.governance.PeerDuplicateLinkProperties
-
Equals method that returns true if containing properties are the same.
- equals(Object) - Method in class org.odpi.openmetadata.frameworks.openmetadata.properties.governance.PolicyManagementPointProperties
-
Compare the values of the supplied object with those stored in the current object.
- equals(Object) - Method in class org.odpi.openmetadata.frameworks.openmetadata.properties.governance.RegulationProperties
-
Compare the values of the supplied object with those stored in the current object.
- equals(Object) - Method in class org.odpi.openmetadata.frameworks.openmetadata.properties.governance.RetentionProperties
-
Compare the values of the supplied object with those stored in the current object.
- equals(Object) - Method in class org.odpi.openmetadata.frameworks.openmetadata.properties.governance.SecurityLogProperties
-
Return comparison result based on the content of the properties.
- equals(Object) - Method in class org.odpi.openmetadata.frameworks.openmetadata.properties.governance.SemanticAssignmentProperties
-
Compare the values of the supplied object with those stored in the current object.
- equals(Object) - Method in class org.odpi.openmetadata.frameworks.openmetadata.properties.governance.SubjectAreaProperties
-
Compare the values of the supplied object with those stored in the current object.
- equals(Object) - Method in class org.odpi.openmetadata.frameworks.openmetadata.properties.governance.SupportingDefinitionProperties
-
Compare the values of the supplied object with those stored in the current object.
- equals(Object) - Method in class org.odpi.openmetadata.frameworks.openmetadata.properties.governance.TermsAndConditionsProperties
-
Equals method that returns true if containing properties are the same.
- equals(Object) - Method in class org.odpi.openmetadata.frameworks.openmetadata.properties.implementations.ImplementedByProperties
-
Compare the values of the supplied object with those stored in the current object.
- equals(Object) - Method in class org.odpi.openmetadata.frameworks.openmetadata.properties.informationsupplychains.InformationSupplyChainProperties
-
Compare the values of the supplied object with those stored in the current object.
- equals(Object) - Method in class org.odpi.openmetadata.frameworks.openmetadata.properties.LabeledRelationshipProperties
-
Compare the values of the supplied object with those stored in the current object.
- equals(Object) - Method in class org.odpi.openmetadata.frameworks.openmetadata.properties.lineage.ControlFlowProperties
-
Compare the values of the supplied object with those stored in the current object.
- equals(Object) - Method in class org.odpi.openmetadata.frameworks.openmetadata.properties.lineage.DataFlowProperties
-
Compare the values of the supplied object with those stored in the current object.
- equals(Object) - Method in class org.odpi.openmetadata.frameworks.openmetadata.properties.lineage.DataMappingProperties
-
Compare the values of the supplied object with those stored in the current object.
- equals(Object) - Method in class org.odpi.openmetadata.frameworks.openmetadata.properties.lineage.LineageBoundaryProperties
-
Compare the values of the supplied object with those stored in the current object.
- equals(Object) - Method in class org.odpi.openmetadata.frameworks.openmetadata.properties.lineage.LineageRelationshipProperties
-
Compare the values of the supplied object with those stored in the current object.
- equals(Object) - Method in class org.odpi.openmetadata.frameworks.openmetadata.properties.lineage.ProcessCallProperties
-
Compare the values of the supplied object with those stored in the current object.
- equals(Object) - Method in class org.odpi.openmetadata.frameworks.openmetadata.properties.locations.CyberLocationProperties
-
Return comparison result based on the content of the properties.
- equals(Object) - Method in class org.odpi.openmetadata.frameworks.openmetadata.properties.locations.FixedLocationProperties
-
Return comparison result based on the content of the properties.
- equals(Object) - Method in class org.odpi.openmetadata.frameworks.openmetadata.properties.locations.SecureLocationProperties
-
Return comparison result based on the content of the properties.
- equals(Object) - Method in class org.odpi.openmetadata.frameworks.openmetadata.properties.MementoProperties
-
Return comparison result based on the content of the properties.
- equals(Object) - Method in class org.odpi.openmetadata.frameworks.openmetadata.properties.NewActionTarget
-
Compare the values of the supplied object with those stored in the current object.
- equals(Object) - Method in class org.odpi.openmetadata.frameworks.openmetadata.properties.OpenMetadataAttributeTypeDef
-
Validate that an object is equal depending on their stored values.
- equals(Object) - Method in class org.odpi.openmetadata.frameworks.openmetadata.properties.OpenMetadataClassificationDef
-
Validate that an object is equal depending on their stored values.
- equals(Object) - Method in class org.odpi.openmetadata.frameworks.openmetadata.properties.OpenMetadataCollectionDef
-
Validate that an object is equal depending on their stored values.
- equals(Object) - Method in class org.odpi.openmetadata.frameworks.openmetadata.properties.OpenMetadataElement
-
Compare the values of the supplied object with those stored in the current object.
- equals(Object) - Method in class org.odpi.openmetadata.frameworks.openmetadata.properties.OpenMetadataElementGraph
-
Compare the values of the supplied object with those stored in the current object.
- equals(Object) - Method in class org.odpi.openmetadata.frameworks.openmetadata.properties.OpenMetadataElementStub
-
Equals method that returns true if containing properties are the same.
- equals(Object) - Method in class org.odpi.openmetadata.frameworks.openmetadata.properties.OpenMetadataEnumDef
-
Validate that an object is equal depending on their stored values.
- equals(Object) - Method in class org.odpi.openmetadata.frameworks.openmetadata.properties.OpenMetadataEnumElementDef
-
Validate that an object is equal depending on their stored values.
- equals(Object) - Method in class org.odpi.openmetadata.frameworks.openmetadata.properties.OpenMetadataPrimitiveDef
-
Verify that supplied object has the same properties.
- equals(Object) - Method in class org.odpi.openmetadata.frameworks.openmetadata.properties.OpenMetadataRelationship
-
Compare the values of the supplied object with those stored in the current object.
- equals(Object) - Method in class org.odpi.openmetadata.frameworks.openmetadata.properties.OpenMetadataRelationshipDef
-
Validate that an object is equal depending on their stored values.
- equals(Object) - Method in class org.odpi.openmetadata.frameworks.openmetadata.properties.OpenMetadataRelationshipEndDef
-
Verify that supplied object has the same properties.
- equals(Object) - Method in class org.odpi.openmetadata.frameworks.openmetadata.properties.OpenMetadataRelationshipList
-
Return comparison result based on the content of the properties.
- equals(Object) - Method in class org.odpi.openmetadata.frameworks.openmetadata.properties.OpenMetadataRootProperties
-
Compare the values of the supplied object with those stored in the current object.
- equals(Object) - Method in class org.odpi.openmetadata.frameworks.openmetadata.properties.OpenMetadataTypeDef
-
Validate that an object is equal depending on their stored values.
- equals(Object) - Method in class org.odpi.openmetadata.frameworks.openmetadata.properties.OpenMetadataTypeDefAttribute
-
Verify that supplied object has the same properties.
- equals(Object) - Method in class org.odpi.openmetadata.frameworks.openmetadata.properties.OpenMetadataTypeDefGallery
-
Verify that supplied object has the same properties.
- equals(Object) - Method in class org.odpi.openmetadata.frameworks.openmetadata.properties.OpenMetadataTypeDefLink
-
Validate that an object is equal depending on their stored values.
- equals(Object) - Method in class org.odpi.openmetadata.frameworks.openmetadata.properties.OpenMetadataTypeDefProperties
-
Validate that an object is equal depending on their stored values.
- equals(Object) - Method in class org.odpi.openmetadata.frameworks.openmetadata.properties.OpenMetadataTypeDefSummary
-
Validate that an object is equal depending on their stored values.
- equals(Object) - Method in class org.odpi.openmetadata.frameworks.openmetadata.properties.operatingplatforms.CloudPlatformProperties
-
Return comparison result based on the content of the properties.
- equals(Object) - Method in class org.odpi.openmetadata.frameworks.openmetadata.properties.operatingplatforms.CloudProviderProperties
-
Return comparison result based on the content of the properties.
- equals(Object) - Method in class org.odpi.openmetadata.frameworks.openmetadata.properties.operatingplatforms.CloudServiceProperties
-
Return comparison result based on the content of the properties.
- equals(Object) - Method in class org.odpi.openmetadata.frameworks.openmetadata.properties.operatingplatforms.CloudTenantProperties
-
Return comparison result based on the content of the properties.
- equals(Object) - Method in class org.odpi.openmetadata.frameworks.openmetadata.properties.PartOfRelationshipProperties
-
Compare the values of the supplied object with those stored in the current object.
- equals(Object) - Method in class org.odpi.openmetadata.frameworks.openmetadata.properties.projects.ExperimentProperties
-
Compare the values of the supplied object with those stored in the current object.
- equals(Object) - Method in class org.odpi.openmetadata.frameworks.openmetadata.properties.projects.ProjectClassificationProperties
-
Compare the values of the supplied object with those stored in the current object.
- equals(Object) - Method in class org.odpi.openmetadata.frameworks.openmetadata.properties.projects.ProjectProperties
-
Return comparison result based on the content of the properties.
- equals(Object) - Method in class org.odpi.openmetadata.frameworks.openmetadata.properties.propertyfacets.PropertyFacetProperties
-
Compare the values of the supplied object with those stored in the current object.
- equals(Object) - Method in class org.odpi.openmetadata.frameworks.openmetadata.properties.propertyfacets.ReferenceableFacetProperties
-
Compare the values of the supplied object with those stored in the current object.
- equals(Object) - Method in class org.odpi.openmetadata.frameworks.openmetadata.properties.ReferenceableProperties
-
Compare the values of the supplied object with those stored in the current object.
- equals(Object) - Method in class org.odpi.openmetadata.frameworks.openmetadata.properties.RelatedMetadataElement
-
Compare the values of the supplied object with those stored in the current object.
- equals(Object) - Method in class org.odpi.openmetadata.frameworks.openmetadata.properties.RelatedMetadataElementList
-
Return comparison result based on the content of the properties.
- equals(Object) - Method in class org.odpi.openmetadata.frameworks.openmetadata.properties.RelatedMetadataElementStub
-
Return comparison result based on the content of the properties.
- equals(Object) - Method in class org.odpi.openmetadata.frameworks.openmetadata.properties.RelationshipBeanProperties
-
Compare the values of the supplied object with those stored in the current object.
- equals(Object) - Method in class org.odpi.openmetadata.frameworks.openmetadata.properties.RelationshipElementProperties
-
Validate that an object is equal depending on their stored values.
- equals(Object) - Method in class org.odpi.openmetadata.frameworks.openmetadata.properties.RelationshipProperties
-
Compare the values of the supplied object with those stored in the current object.
- equals(Object) - Method in class org.odpi.openmetadata.frameworks.openmetadata.properties.resources.ResourceListProperties
-
Compare the values of the supplied object with those stored in the current object.
- equals(Object) - Method in class org.odpi.openmetadata.frameworks.openmetadata.properties.RoledRelationshipProperties
-
Compare the values of the supplied object with those stored in the current object.
- equals(Object) - Method in class org.odpi.openmetadata.frameworks.openmetadata.properties.schema.apis.APIOperationProperties
-
Compare the values of the supplied object with those stored in the current object.
- equals(Object) - Method in class org.odpi.openmetadata.frameworks.openmetadata.properties.schema.apis.APIParameterListProperties
-
Compare the values of the supplied object with those stored in the current object.
- equals(Object) - Method in class org.odpi.openmetadata.frameworks.openmetadata.properties.schema.apis.APIParameterProperties
-
Compare the values of the supplied object with those stored in the current object.
- equals(Object) - Method in class org.odpi.openmetadata.frameworks.openmetadata.properties.schema.CalculatedValueProperties
-
Compare the values of the supplied object with those stored in the current object.
- equals(Object) - Method in class org.odpi.openmetadata.frameworks.openmetadata.properties.schema.DerivedSchemaTypeQueryTargetProperties
-
Compare the values of the supplied object with those stored in the current object.
- equals(Object) - Method in class org.odpi.openmetadata.frameworks.openmetadata.properties.schema.EnumSchemaTypeProperties
-
Compare the values of the supplied object with those stored in the current object.
- equals(Object) - Method in class org.odpi.openmetadata.frameworks.openmetadata.properties.schema.ForeignKeyProperties
-
Compare the values of the supplied object with those stored in the current object.
- equals(Object) - Method in class org.odpi.openmetadata.frameworks.openmetadata.properties.schema.GraphEdgeLinkProperties
-
Compare the values of the supplied object with those stored in the current object.
- equals(Object) - Method in class org.odpi.openmetadata.frameworks.openmetadata.properties.schema.LiteralSchemaTypeProperties
-
Compare the values of the supplied object with those stored in the current object.
- equals(Object) - Method in class org.odpi.openmetadata.frameworks.openmetadata.properties.schema.PrimaryKeyProperties
-
Compare the values of the supplied object with those stored in the current object.
- equals(Object) - Method in class org.odpi.openmetadata.frameworks.openmetadata.properties.schema.SchemaAttributeProperties
-
Compare the values of the supplied object with those stored in the current object.
- equals(Object) - Method in class org.odpi.openmetadata.frameworks.openmetadata.properties.schema.SchemaAttributeRelationshipProperties
-
Compare the values of the supplied object with those stored in the current object.
- equals(Object) - Method in class org.odpi.openmetadata.frameworks.openmetadata.properties.schema.SchemaTypeProperties
-
Compare the values of the supplied object with those stored in the current object.
- equals(Object) - Method in class org.odpi.openmetadata.frameworks.openmetadata.properties.schema.SimpleSchemaTypeProperties
-
Compare the values of the supplied object with those stored in the current object.
- equals(Object) - Method in class org.odpi.openmetadata.frameworks.openmetadata.properties.schema.TypeEmbeddedAttributeProperties
-
Compare the values of the supplied object with those stored in the current object.
- equals(Object) - Method in class org.odpi.openmetadata.frameworks.openmetadata.properties.security.AssociatedSecurityListProperties
-
Compare the values of the supplied object with those stored in the current object.
- equals(Object) - Method in class org.odpi.openmetadata.frameworks.openmetadata.properties.security.GovernanceZoneProperties
-
Return comparison result based on the content of the properties.
- equals(Object) - Method in class org.odpi.openmetadata.frameworks.openmetadata.properties.security.SecurityListMembershipProperties
-
Compare the values of the supplied object with those stored in the current object.
- equals(Object) - Method in class org.odpi.openmetadata.frameworks.openmetadata.properties.security.SecurityListProperties
-
Compare the values of the supplied object with those stored in the current object.
- equals(Object) - Method in class org.odpi.openmetadata.frameworks.openmetadata.properties.security.SecurityTagsProperties
-
Compare the values of the supplied object with those stored in the current object.
- equals(Object) - Method in class org.odpi.openmetadata.frameworks.openmetadata.properties.security.ServiceAccessControlProperties
-
Return comparison result based on the content of the properties.
- equals(Object) - Method in class org.odpi.openmetadata.frameworks.openmetadata.properties.security.ZoneMembershipProfileProperties
-
Return comparison result based on the content of the properties.
- equals(Object) - Method in class org.odpi.openmetadata.frameworks.openmetadata.properties.security.ZoneMembershipProperties
-
Return comparison result based on the content of the properties.
- equals(Object) - Method in class org.odpi.openmetadata.frameworks.openmetadata.properties.softwarecapabilities.ChangeManagementLibraryProperties
-
Return comparison result based on the content of the properties.
- equals(Object) - Method in class org.odpi.openmetadata.frameworks.openmetadata.properties.softwarecapabilities.FileSystemProperties
-
Return comparison result based on the content of the properties.
- equals(Object) - Method in class org.odpi.openmetadata.frameworks.openmetadata.properties.softwarecapabilities.MetadataCohortPeerProperties
-
Compare the values of the supplied object with those stored in the current object.
- equals(Object) - Method in class org.odpi.openmetadata.frameworks.openmetadata.properties.softwarecapabilities.MetadataRepositoryCohortProperties
-
Compare the values of the supplied object with those stored in the current object.
- equals(Object) - Method in class org.odpi.openmetadata.frameworks.openmetadata.properties.softwarecapabilities.NetworkGatewayLinkProperties
-
Compare the values of the supplied object with those stored in the current object.
- equals(Object) - Method in class org.odpi.openmetadata.frameworks.openmetadata.properties.softwarecapabilities.SoftwareCapabilityProperties
-
Compare the values of the supplied object with those stored in the current object.
- equals(Object) - Method in class org.odpi.openmetadata.frameworks.openmetadata.properties.softwarecapabilities.SoftwareLibraryProperties
-
Return comparison result based on the content of the properties.
- equals(Object) - Method in class org.odpi.openmetadata.frameworks.openmetadata.properties.softwarecapabilities.SourceControlLibraryProperties
-
Return comparison result based on the content of the properties.
- equals(Object) - Method in class org.odpi.openmetadata.frameworks.openmetadata.properties.softwarecapabilities.SupportedSoftwareCapabilityProperties
-
Equals method that returns true if containing properties are the same.
- equals(Object) - Method in class org.odpi.openmetadata.frameworks.openmetadata.properties.solutions.SolutionComponentProperties
-
Compare the values of the supplied object with those stored in the current object.
- equals(Object) - Method in class org.odpi.openmetadata.frameworks.openmetadata.properties.solutions.SolutionLinkingWireProperties
-
Compare the values of the supplied object with those stored in the current object.
- equals(Object) - Method in class org.odpi.openmetadata.frameworks.openmetadata.properties.solutions.SolutionPortProperties
-
Compare the values of the supplied object with those stored in the current object.
- equals(Object) - Method in class org.odpi.openmetadata.frameworks.openmetadata.properties.surveyreports.AnnotationMatchProperties
-
Compare the values of the supplied object with those stored in the current object.
- equals(Object) - Method in class org.odpi.openmetadata.frameworks.openmetadata.properties.surveyreports.AnnotationProperties
-
Compare the values of the supplied object with those stored in the current object.
- equals(Object) - Method in class org.odpi.openmetadata.frameworks.openmetadata.properties.surveyreports.AnnotationReviewProperties
-
Compare the values of the supplied object with those stored in the current object.
- equals(Object) - Method in class org.odpi.openmetadata.frameworks.openmetadata.properties.surveyreports.ClassificationAnnotationProperties
-
Compare the values of the supplied object with those stored in the current object.
- equals(Object) - Method in class org.odpi.openmetadata.frameworks.openmetadata.properties.surveyreports.DataClassAnnotationProperties
-
Compare the values of the supplied object with those stored in the current object.
- equals(Object) - Method in class org.odpi.openmetadata.frameworks.openmetadata.properties.surveyreports.DataFieldAnnotationProperties
-
Compare the values of the supplied object with those stored in the current object.
- equals(Object) - Method in class org.odpi.openmetadata.frameworks.openmetadata.properties.surveyreports.DataGrainAnnotationProperties
-
Compare the values of the supplied object with those stored in the current object.
- equals(Object) - Method in class org.odpi.openmetadata.frameworks.openmetadata.properties.surveyreports.FingerprintAnnotationProperties
-
Compare the values of the supplied object with those stored in the current object.
- equals(Object) - Method in class org.odpi.openmetadata.frameworks.openmetadata.properties.surveyreports.QualityAnnotationProperties
-
Compare the values of the supplied object with those stored in the current object.
- equals(Object) - Method in class org.odpi.openmetadata.frameworks.openmetadata.properties.surveyreports.RelationshipAdviceAnnotationProperties
-
Compare the values of the supplied object with those stored in the current object.
- equals(Object) - Method in class org.odpi.openmetadata.frameworks.openmetadata.properties.surveyreports.RequestForActionProperties
-
Compare the values of the supplied object with those stored in the current object.
- equals(Object) - Method in class org.odpi.openmetadata.frameworks.openmetadata.properties.surveyreports.RequestForActionTargetProperties
-
Compare the values of the supplied object with those stored in the current object.
- equals(Object) - Method in class org.odpi.openmetadata.frameworks.openmetadata.properties.surveyreports.ResourceMeasureAnnotationProperties
-
Compare the values of the supplied object with those stored in the current object.
- equals(Object) - Method in class org.odpi.openmetadata.frameworks.openmetadata.properties.surveyreports.ResourcePhysicalStatusAnnotationProperties
-
Compare the values of the supplied object with those stored in the current object.
- equals(Object) - Method in class org.odpi.openmetadata.frameworks.openmetadata.properties.surveyreports.ResourceProfileAnnotationProperties
-
Compare the values of the supplied object with those stored in the current object.
- equals(Object) - Method in class org.odpi.openmetadata.frameworks.openmetadata.properties.surveyreports.ResourceProfileLogAnnotationProperties
-
Compare the values of the supplied object with those stored in the current object.
- equals(Object) - Method in class org.odpi.openmetadata.frameworks.openmetadata.properties.surveyreports.SchemaAnalysisAnnotationProperties
-
Compare the values of the supplied object with those stored in the current object.
- equals(Object) - Method in class org.odpi.openmetadata.frameworks.openmetadata.properties.surveyreports.SemanticAnnotationProperties
-
Compare the values of the supplied object with those stored in the current object.
- equals(Object) - Method in class org.odpi.openmetadata.frameworks.openmetadata.properties.templates.TemplateProperties
-
Compare the values of the supplied object with those stored in the current object.
- equals(Object) - Method in class org.odpi.openmetadata.frameworks.openmetadata.properties.translations.TranslationDetailProperties
-
Equals method that returns true if containing properties are the same.
- equals(Object) - Method in class org.odpi.openmetadata.frameworks.openmetadata.properties.TypeDefList
-
Compare the values of the supplied object with those stored in the current object.
- equals(Object) - Method in class org.odpi.openmetadata.frameworks.openmetadata.properties.ValidMetadataValue
-
Compare the values of the supplied object with those stored in the current object.
- equals(Object) - Method in class org.odpi.openmetadata.frameworks.openmetadata.properties.ValidMetadataValueDetail
-
Compare the values of the supplied object with those stored in the current object.
- equals(Object) - Method in class org.odpi.openmetadata.frameworks.openmetadata.properties.validvalues.ReferenceValueAssignmentProperties
-
Compare the values of the supplied object with those stored in the current object.
- equals(Object) - Method in class org.odpi.openmetadata.frameworks.openmetadata.properties.validvalues.SpecificationPropertyAssignmentProperties
-
Compare the values of the supplied object with those stored in the current object.
- equals(Object) - Method in class org.odpi.openmetadata.frameworks.openmetadata.properties.validvalues.ValidValueAssociationProperties
-
Compare the values of the supplied object with those stored in the current object.
- equals(Object) - Method in class org.odpi.openmetadata.frameworks.openmetadata.properties.validvalues.ValidValueDefinitionProperties
-
Compare the values of the supplied object with those stored in the current object.
- equals(Object) - Method in class org.odpi.openmetadata.frameworks.openmetadata.properties.validvalues.ValidValueMemberProperties
-
Compare the values of the supplied object with those stored in the current object.
- equals(Object) - Method in class org.odpi.openmetadata.frameworks.openmetadata.properties.validvalues.ValidValuesAssignmentProperties
-
Return comparison result based on the content of the properties.
- equals(Object) - Method in class org.odpi.openmetadata.frameworks.openmetadata.properties.validvalues.ValidValuesImplementationProperties
-
Compare the values of the supplied object with those stored in the current object.
- equals(Object) - Method in class org.odpi.openmetadata.frameworks.openmetadata.properties.validvalues.ValidValuesMappingProperties
-
Compare the values of the supplied object with those stored in the current object.
- equals(Object) - Method in class org.odpi.openmetadata.frameworks.openmetadata.reports.ConnectorActivityReport
-
Return comparison result based on the content of the properties.
- equals(Object) - Method in class org.odpi.openmetadata.frameworks.openmetadata.search.AnchorOptions
-
Equals method that returns true if containing properties are the same.
- equals(Object) - Method in class org.odpi.openmetadata.frameworks.openmetadata.search.ArrayTypePropertyValue
-
Validate that an object is equal depending on their stored values.
- equals(Object) - Method in class org.odpi.openmetadata.frameworks.openmetadata.search.BasicOptions
-
Return comparison result based on the content of the properties.
- equals(Object) - Method in class org.odpi.openmetadata.frameworks.openmetadata.search.ClassificationCondition
-
Validate that an object is equal depending on their stored values.
- equals(Object) - Method in class org.odpi.openmetadata.frameworks.openmetadata.search.DeleteOptions
-
Equals method that returns true if containing properties are the same.
- equals(Object) - Method in class org.odpi.openmetadata.frameworks.openmetadata.search.ElementProperties
-
Validate that an object is equal depending on their stored values.
- equals(Object) - Method in class org.odpi.openmetadata.frameworks.openmetadata.search.EnumTypePropertyValue
-
Validate that an object is equal depending on their stored values.
- equals(Object) - Method in class org.odpi.openmetadata.frameworks.openmetadata.search.FindDigitalResourceOriginProperties
-
Equals method that returns true if containing properties are the same.
- equals(Object) - Method in class org.odpi.openmetadata.frameworks.openmetadata.search.FindProjectClassificationProperties
-
Compare the values of the supplied object with those stored in the current object.
- equals(Object) - Method in class org.odpi.openmetadata.frameworks.openmetadata.search.FindPropertyNameProperties
-
Compare the values of the supplied object with those stored in the current object.
- equals(Object) - Method in class org.odpi.openmetadata.frameworks.openmetadata.search.FindPropertyNamesProperties
-
Compare the values of the supplied object with those stored in the current object.
- equals(Object) - Method in class org.odpi.openmetadata.frameworks.openmetadata.search.GetOptions
-
Return comparison result based on the content of the properties.
- equals(Object) - Method in class org.odpi.openmetadata.frameworks.openmetadata.search.HistoricalQueryOptions
-
Return comparison result based on the content of the properties.
- equals(Object) - Method in class org.odpi.openmetadata.frameworks.openmetadata.search.LevelIdentifierQueryProperties
-
Return comparison result based on the content of the properties.
- equals(Object) - Method in class org.odpi.openmetadata.frameworks.openmetadata.search.MakeAnchorOptions
-
Equals method that returns true if containing properties are the same.
- equals(Object) - Method in class org.odpi.openmetadata.frameworks.openmetadata.search.MapTypePropertyValue
-
Validate that an object is equal depending on their stored values.
- equals(Object) - Method in class org.odpi.openmetadata.frameworks.openmetadata.search.MetadataSourceOptions
-
Return comparison result based on the content of the properties.
- equals(Object) - Method in class org.odpi.openmetadata.frameworks.openmetadata.search.NewElementProperties
-
Compare the values of the supplied object with those stored in the current object.
- equals(Object) - Method in class org.odpi.openmetadata.frameworks.openmetadata.search.NewLinkedElementOptions
-
Equals method that returns true if containing properties are the same.
- equals(Object) - Method in class org.odpi.openmetadata.frameworks.openmetadata.search.PagingOptions
-
Return comparison result based on the content of the properties.
- equals(Object) - Method in class org.odpi.openmetadata.frameworks.openmetadata.search.PrimitiveTypePropertyValue
-
Validate that an object is equal depending on their stored values.
- equals(Object) - Method in class org.odpi.openmetadata.frameworks.openmetadata.search.PropertyCondition
-
Validate that an object is equal depending on their stored values.
- equals(Object) - Method in class org.odpi.openmetadata.frameworks.openmetadata.search.PropertyValue
-
Validate that an object is equal depending on their stored values.
- equals(Object) - Method in class org.odpi.openmetadata.frameworks.openmetadata.search.QueryOptions
-
Return comparison result based on the content of the properties.
- equals(Object) - Method in class org.odpi.openmetadata.frameworks.openmetadata.search.SearchClassifications
-
Validate that an object is equal depending on their stored values.
- equals(Object) - Method in class org.odpi.openmetadata.frameworks.openmetadata.search.SearchOptions
-
Equals method that returns true if containing properties are the same.
- equals(Object) - Method in class org.odpi.openmetadata.frameworks.openmetadata.search.SearchProperties
-
Validate that an object is equal depending on their stored values.
- equals(Object) - Method in class org.odpi.openmetadata.frameworks.openmetadata.search.SecurityTagQueryProperties
-
Compare the values of the supplied object with those stored in the current object.
- equals(Object) - Method in class org.odpi.openmetadata.frameworks.openmetadata.search.SemanticAssignmentQueryProperties
-
Compare the values of the supplied object with those stored in the current object.
- equals(Object) - Method in class org.odpi.openmetadata.frameworks.openmetadata.search.StructTypePropertyValue
-
Validate that an object is equal depending on their stored values.
- equals(Object) - Method in class org.odpi.openmetadata.frameworks.openmetadata.search.TemplateOptions
-
Validate that an object is equal depending on their stored values.
- equals(Object) - Method in class org.odpi.openmetadata.frameworks.openmetadata.search.UpdateOptions
-
Equals method that returns true if containing properties are the same.
- equals(Object) - Method in class org.odpi.openmetadata.frameworks.openmetadata.search.UpdateWithTemplateOptions
-
Validate that an object is equal depending on their stored values.
- equals(Object) - Method in class org.odpi.openmetadata.frameworks.openmetadata.specificationproperties.ActionTargetType
-
Return comparison result based on the content of the properties.
- equals(Object) - Method in class org.odpi.openmetadata.frameworks.openmetadata.specificationproperties.AnnotationTypeType
-
Return comparison result based on the content of the properties.
- equals(Object) - Method in class org.odpi.openmetadata.frameworks.openmetadata.specificationproperties.ConfigurationPropertyType
-
Return comparison result based on the content of the properties.
- equals(Object) - Method in class org.odpi.openmetadata.frameworks.openmetadata.specificationproperties.GuardType
-
Return comparison result based on the content of the properties.
- equals(Object) - Method in class org.odpi.openmetadata.frameworks.openmetadata.specificationproperties.PlaceholderPropertyType
-
Return comparison result based on the content of the properties.
- equals(Object) - Method in class org.odpi.openmetadata.frameworks.openmetadata.specificationproperties.ReplacementAttributeType
-
Return comparison result based on the content of the properties.
- equals(Object) - Method in class org.odpi.openmetadata.frameworks.openmetadata.specificationproperties.RequestParameterType
-
Return comparison result based on the content of the properties.
- equals(Object) - Method in class org.odpi.openmetadata.frameworks.openmetadata.specificationproperties.SpecificationProperty
-
Return comparison result based on the content of the properties.
- equals(Object) - Method in class org.odpi.openmetadata.frameworks.openmetadata.specificationproperties.TemplateType
-
Return comparison result based on the content of the properties.
- equals(Object) - Method in class org.odpi.openmetadata.frameworks.opensurvey.measurements.RelationalColumnMeasurement
- equals(Object) - Method in class org.odpi.openmetadata.frameworks.opensurvey.measurements.RelationalSchemaMeasurement
- equals(Object) - Method in class org.odpi.openmetadata.frameworks.opensurvey.measurements.RelationalTableMeasurement
- equals(Object) - Method in class org.odpi.openmetadata.frameworkservices.gaf.rest.CompletionStatusRequestBody
-
Equals method that returns true if containing properties are the same.
- equals(Object) - Method in class org.odpi.openmetadata.frameworkservices.gaf.rest.EngineActionElementResponse
-
Return comparison result based on the content of the properties.
- equals(Object) - Method in class org.odpi.openmetadata.frameworkservices.gaf.rest.EngineActionElementsResponse
-
Return comparison result based on the content of the properties.
- equals(Object) - Method in class org.odpi.openmetadata.frameworkservices.gaf.rest.EngineActionStatusRequestBody
-
Equals method that returns true if containing properties are the same.
- equals(Object) - Method in class org.odpi.openmetadata.frameworkservices.gaf.rest.GAFAPIRequest
-
Compare the values of the supplied object with those stored in the current object.
- equals(Object) - Method in class org.odpi.openmetadata.frameworkservices.gaf.rest.GovernanceActionProcessGraphResponse
-
Return comparison result based on the content of the properties.
- equals(Object) - Method in class org.odpi.openmetadata.frameworkservices.gaf.rest.GovernanceEngineElementResponse
-
Return comparison result based on the content of the properties.
- equals(Object) - Method in class org.odpi.openmetadata.frameworkservices.gaf.rest.InitiateEngineActionRequestBody
-
Equals method that returns true if containing properties are the same.
- equals(Object) - Method in class org.odpi.openmetadata.frameworkservices.gaf.rest.InitiateGovernanceActionProcessRequestBody
-
Equals method that returns true if containing properties are the same.
- equals(Object) - Method in class org.odpi.openmetadata.frameworkservices.gaf.rest.InitiateGovernanceActionTypeRequestBody
-
Equals method that returns true if containing properties are the same.
- equals(Object) - Method in class org.odpi.openmetadata.frameworkservices.gaf.rest.IntegrationGroupElementResponse
-
Return comparison result based on the content of the properties.
- equals(Object) - Method in class org.odpi.openmetadata.frameworkservices.gaf.rest.RegisteredGovernanceServiceResponse
-
Return comparison result based on the content of the properties.
- equals(Object) - Method in class org.odpi.openmetadata.frameworkservices.gaf.rest.RegisteredGovernanceServicesResponse
-
Return comparison result based on the content of the properties.
- equals(Object) - Method in class org.odpi.openmetadata.frameworkservices.gaf.rest.RegisteredIntegrationConnectorResponse
-
Return comparison result based on the content of the properties.
- equals(Object) - Method in class org.odpi.openmetadata.frameworkservices.gaf.rest.RegisteredIntegrationConnectorsResponse
-
Return comparison result based on the content of the properties.
- equals(Object) - Method in class org.odpi.openmetadata.frameworkservices.omf.rest.ActionTargetStatusRequestBody
-
Equals method that returns true if containing properties are the same.
- equals(Object) - Method in class org.odpi.openmetadata.frameworkservices.omf.rest.AnchorSearchMatchesListResponse
-
Return comparison result based on the content of the properties.
- equals(Object) - Method in class org.odpi.openmetadata.frameworkservices.omf.rest.AnchorSearchMatchesResponse
-
Return comparison result based on the content of the properties.
- equals(Object) - Method in class org.odpi.openmetadata.frameworkservices.omf.rest.AttachedClassificationsResponse
-
Return comparison result based on the content of the properties.
- equals(Object) - Method in class org.odpi.openmetadata.frameworkservices.omf.rest.AttributeTypeDefListResponse
-
Compare the values of the supplied object with those stored in the current object.
- equals(Object) - Method in class org.odpi.openmetadata.frameworkservices.omf.rest.AttributeTypeDefResponse
-
Compare the values of the supplied object with those stored in the current object.
- equals(Object) - Method in class org.odpi.openmetadata.frameworkservices.omf.rest.ExternalIdEffectiveTimeQueryRequestBody
-
Return comparison result based on the content of the properties.
- equals(Object) - Method in class org.odpi.openmetadata.frameworkservices.omf.rest.FindRelationshipRequestBody
-
Equals method that returns true if containing properties are the same.
- equals(Object) - Method in class org.odpi.openmetadata.frameworkservices.omf.rest.FindRequestBody
-
Equals method that returns true if containing properties are the same.
- equals(Object) - Method in class org.odpi.openmetadata.frameworkservices.omf.rest.HistoryExternalIdentifiersRequestBody
-
Return comparison result based on the content of the properties.
- equals(Object) - Method in class org.odpi.openmetadata.frameworkservices.omf.rest.NewOpenMetadataClassificationRequestBody
-
Equals method that returns true if containing properties are the same.
- equals(Object) - Method in class org.odpi.openmetadata.frameworkservices.omf.rest.NewOpenMetadataElementRequestBody
-
Equals method that returns true if containing properties are the same.
- equals(Object) - Method in class org.odpi.openmetadata.frameworkservices.omf.rest.NewRelatedElementsRequestBody
-
Equals method that returns true if containing properties are the same.
- equals(Object) - Method in class org.odpi.openmetadata.frameworkservices.omf.rest.OpenMetadataElementResponse
-
Return comparison result based on the content of the properties.
- equals(Object) - Method in class org.odpi.openmetadata.frameworkservices.omf.rest.OpenMetadataElementsResponse
-
Return comparison result based on the content of the properties.
- equals(Object) - Method in class org.odpi.openmetadata.frameworkservices.omf.rest.OpenMetadataGraphResponse
-
Return comparison result based on the content of the properties.
- equals(Object) - Method in class org.odpi.openmetadata.frameworkservices.omf.rest.OpenMetadataRelationshipListResponse
-
Return comparison result based on the content of the properties.
- equals(Object) - Method in class org.odpi.openmetadata.frameworkservices.omf.rest.OpenMetadataRelationshipResponse
-
Return comparison result based on the content of the properties.
- equals(Object) - Method in class org.odpi.openmetadata.frameworkservices.omf.rest.OpenMetadataTemplateRequestBody
-
Equals method that returns true if containing properties are the same.
- equals(Object) - Method in class org.odpi.openmetadata.frameworkservices.omf.rest.RelatedMetadataElementListResponse
-
Return comparison result based on the content of the properties.
- equals(Object) - Method in class org.odpi.openmetadata.frameworkservices.omf.rest.RelatedMetadataElementsResponse
-
Return comparison result based on the content of the properties.
- equals(Object) - Method in class org.odpi.openmetadata.frameworkservices.omf.rest.TranslationDetailResponse
-
Return comparison result based on the content of the properties.
- equals(Object) - Method in class org.odpi.openmetadata.frameworkservices.omf.rest.TranslationListResponse
-
Return comparison result based on the content of the properties.
- equals(Object) - Method in class org.odpi.openmetadata.frameworkservices.omf.rest.TypeDefGalleryResponse
-
Compare the values of the supplied object with those stored in the current object.
- equals(Object) - Method in class org.odpi.openmetadata.frameworkservices.omf.rest.TypeDefListResponse
-
Compare the values of the supplied object with those stored in the current object.
- equals(Object) - Method in class org.odpi.openmetadata.frameworkservices.omf.rest.TypeDefResponse
-
Compare the values of the supplied object with those stored in the current object.
- equals(Object) - Method in class org.odpi.openmetadata.frameworkservices.omf.rest.TypeLimitedFindRequest
-
Compare the values of the supplied object with those stored in the current object.
- equals(Object) - Method in class org.odpi.openmetadata.frameworkservices.omf.rest.TypeLimitedHistoricalFindRequest
-
Compare the values of the supplied object with those stored in the current object.
- equals(Object) - Method in class org.odpi.openmetadata.frameworkservices.omf.rest.UniqueNameRequestBody
-
Compare the values of the supplied object with those stored in the current object.
- equals(Object) - Method in class org.odpi.openmetadata.frameworkservices.omf.rest.UpdateEffectivityDatesRequestBody
-
Equals method that returns true if containing properties are the same.
- equals(Object) - Method in class org.odpi.openmetadata.frameworkservices.omf.rest.UpdatePropertiesRequestBody
-
Equals method that returns true if containing properties are the same.
- equals(Object) - Method in class org.odpi.openmetadata.frameworkservices.omf.rest.UpdateStatusRequestBody
-
Equals method that returns true if containing properties are the same.
- equals(Object) - Method in class org.odpi.openmetadata.governanceservers.enginehostservices.properties.GovernanceEngineSummary
-
Compare objects
- equals(Object) - Method in class org.odpi.openmetadata.governanceservers.enginehostservices.registration.EngineServiceDefinition
-
Validate that an object is equal depending on their stored values.
- equals(Object) - Method in class org.odpi.openmetadata.governanceservers.enginehostservices.rest.GovernanceEngineSummariesResponse
-
Compare objects
- equals(Object) - Method in class org.odpi.openmetadata.governanceservers.enginehostservices.rest.GovernanceEngineSummaryResponse
-
Compare objects
- equals(Object) - Method in class org.odpi.openmetadata.governanceservers.integrationdaemonservices.properties.IntegrationConnectorReport
-
Validate that an object is equal depending on their stored values.
- equals(Object) - Method in class org.odpi.openmetadata.governanceservers.integrationdaemonservices.properties.IntegrationDaemonStatus
-
Compare objects
- equals(Object) - Method in class org.odpi.openmetadata.governanceservers.integrationdaemonservices.properties.IntegrationGroupSummary
-
Compare objects
- equals(Object) - Method in class org.odpi.openmetadata.governanceservers.integrationdaemonservices.rest.ConnectorConfigPropertiesRequestBody
-
Return comparison result based on the content of the properties.
- equals(Object) - Method in class org.odpi.openmetadata.governanceservers.integrationdaemonservices.rest.IntegrationDaemonStatusResponse
-
Compare objects
- equals(Object) - Method in class org.odpi.openmetadata.governanceservers.integrationdaemonservices.rest.IntegrationGroupSummariesResponse
-
Compare objects
- equals(Object) - Method in class org.odpi.openmetadata.governanceservers.integrationdaemonservices.rest.IntegrationGroupSummaryResponse
-
Compare objects
- equals(Object) - Method in class org.odpi.openmetadata.metadatasecurity.properties.OpenMetadataSecretsCollection
-
Compare the values of the supplied object with those stored in the current object.
- equals(Object) - Method in class org.odpi.openmetadata.metadatasecurity.properties.OpenMetadataSecurityAccessControl
-
Compare the values of the supplied object with those stored in the current object.
- equals(Object) - Method in class org.odpi.openmetadata.metadatasecurity.properties.OpenMetadataUserAccount
-
Compare the values of the supplied object with those stored in the current object.
- equals(Object) - Method in class org.odpi.openmetadata.platformservices.properties.BuildProperties
- equals(Object) - Method in class org.odpi.openmetadata.platformservices.properties.PublicProperties
- equals(Object) - Method in class org.odpi.openmetadata.platformservices.rest.ServerListResponse
-
Return comparison result based on the content of the properties.
- equals(Object) - Method in class org.odpi.openmetadata.repositoryservices.auditlog.OMRSAuditLogDestinationsReport
-
Validate that an object is equal depending on their stored values.
- equals(Object) - Method in class org.odpi.openmetadata.repositoryservices.auditlog.OMRSAuditLogReport
-
Validate that an object is equal depending on their stored values.
- equals(Object) - Method in class org.odpi.openmetadata.repositoryservices.auditlog.OMRSAuditLogReportSeverity
-
Compare the values of the supplied object with those stored in the current object.
- equals(Object) - Method in class org.odpi.openmetadata.repositoryservices.auditlog.OMRSAuditLogStoreReport
-
Validate that an object is equal depending on their stored values.
- equals(Object) - Method in class org.odpi.openmetadata.repositoryservices.connectors.stores.archivestore.properties.OpenMetadataArchive
-
Validate that an object is equal depending on their stored values.
- equals(Object) - Method in class org.odpi.openmetadata.repositoryservices.connectors.stores.archivestore.properties.OpenMetadataArchiveInstanceStore
-
Validate that an object is equal depending on their stored values.
- equals(Object) - Method in class org.odpi.openmetadata.repositoryservices.connectors.stores.archivestore.properties.OpenMetadataArchiveProperties
-
Validate that an object is equal depending on their stored values.
- equals(Object) - Method in class org.odpi.openmetadata.repositoryservices.connectors.stores.archivestore.properties.OpenMetadataArchiveTypeStore
-
Validate that an object is equal depending on their stored values.
- equals(Object) - Method in class org.odpi.openmetadata.repositoryservices.connectors.stores.auditlogstore.OMRSAuditLogRecord
-
Validate that an object is equal depending on their stored values.
- equals(Object) - Method in class org.odpi.openmetadata.repositoryservices.connectors.stores.auditlogstore.OMRSAuditLogRecordOriginator
-
Validate that an object is equal depending on their stored values.
- equals(Object) - Method in class org.odpi.openmetadata.repositoryservices.connectors.stores.auditlogstore.OMRSAuditLogReportingComponent
-
Validate that an object is equal depending on their stored values.
- equals(Object) - Method in class org.odpi.openmetadata.repositoryservices.connectors.stores.cohortregistrystore.properties.CohortMembership
-
Validate if the values stored match the object to compare.
- equals(Object) - Method in class org.odpi.openmetadata.repositoryservices.connectors.stores.cohortregistrystore.properties.MemberRegistration
-
Validate if the values stored match the object to compare.
- equals(Object) - Method in class org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.properties.instances.ArrayPropertyValue
-
Validate that an object is equal depending on their stored values.
- equals(Object) - Method in class org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.properties.instances.Classification
-
Validate that an object is equal depending on their stored values.
- equals(Object) - Method in class org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.properties.instances.ClassificationEntityExtension
-
Validate that an object is equal depending on their stored values.
- equals(Object) - Method in class org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.properties.instances.EntityDetail
-
Validate that an object is equal depending on their stored values.
- equals(Object) - Method in class org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.properties.instances.EntityProxy
-
Validate that an object is equal depending on their stored values.
- equals(Object) - Method in class org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.properties.instances.EntitySummary
-
Validate that an object is equal depending on their stored values.
- equals(Object) - Method in class org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.properties.instances.EnumPropertyValue
-
Validate that an object is equal depending on their stored values.
- equals(Object) - Method in class org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.properties.instances.InstanceAuditHeader
-
Validate if the supplied object equals this object.
- equals(Object) - Method in class org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.properties.instances.InstanceGraph
-
Validate that an object is equal depending on their stored values.
- equals(Object) - Method in class org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.properties.instances.InstanceHeader
-
Validate that an object is equal depending on their stored values.
- equals(Object) - Method in class org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.properties.instances.InstanceProperties
-
Validate that an object is equal depending on their stored values.
- equals(Object) - Method in class org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.properties.instances.InstancePropertyValue
-
Validate that an object is equal depending on their stored values.
- equals(Object) - Method in class org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.properties.instances.InstanceType
-
Validate if the supplied object equals this object.
- equals(Object) - Method in class org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.properties.instances.MapPropertyValue
-
Validate that an object is equal depending on their stored values.
- equals(Object) - Method in class org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.properties.instances.PrimitivePropertyValue
-
Validate that an object is equal depending on their stored values.
- equals(Object) - Method in class org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.properties.instances.Relationship
-
Validate that an object is equal depending on their stored values.
- equals(Object) - Method in class org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.properties.instances.StructPropertyValue
-
Validate that an object is equal depending on their stored values.
- equals(Object) - Method in class org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.properties.RepositoryElementHeader
-
Validate that an object is equal depending on their stored values.
- equals(Object) - Method in class org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.properties.search.ClassificationCondition
-
Validate that an object is equal depending on their stored values.
- equals(Object) - Method in class org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.properties.search.PropertyCondition
-
Validate that an object is equal depending on their stored values.
- equals(Object) - Method in class org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.properties.search.SearchClassifications
-
Validate that an object is equal depending on their stored values.
- equals(Object) - Method in class org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.properties.search.SearchProperties
-
Validate that an object is equal depending on their stored values.
- equals(Object) - Method in class org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.properties.typedefs.AttributeTypeDef
-
Validate that an object is equal depending on their stored values.
- equals(Object) - Method in class org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.properties.typedefs.ClassificationDef
-
Validate that an object is equal depending on their stored values.
- equals(Object) - Method in class org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.properties.typedefs.CollectionDef
-
Validate that an object is equal depending on their stored values.
- equals(Object) - Method in class org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.properties.typedefs.EnumDef
-
Validate that an object is equal depending on their stored values.
- equals(Object) - Method in class org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.properties.typedefs.EnumElementDef
-
Validate that an object is equal depending on their stored values.
- equals(Object) - Method in class org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.properties.typedefs.ExternalStandardMapping
-
Verify that supplied object has the same properties.
- equals(Object) - Method in class org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.properties.typedefs.PrimitiveDef
-
Verify that supplied object has the same properties.
- equals(Object) - Method in class org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.properties.typedefs.RelationshipDef
-
Validate that an object is equal depending on their stored values.
- equals(Object) - Method in class org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.properties.typedefs.RelationshipEndDef
-
Verify that supplied object has the same properties.
- equals(Object) - Method in class org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.properties.typedefs.TypeDef
-
Validate that an object is equal depending on their stored values.
- equals(Object) - Method in class org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.properties.typedefs.TypeDefAttribute
-
Verify that supplied object has the same properties.
- equals(Object) - Method in class org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.properties.typedefs.TypeDefGallery
-
Verify that supplied object has the same properties.
- equals(Object) - Method in class org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.properties.typedefs.TypeDefLink
-
Validate that an object is equal depending on their stored values.
- equals(Object) - Method in class org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.properties.typedefs.TypeDefPatch
-
Validate that an object is equal depending on their stored values.
- equals(Object) - Method in class org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.properties.typedefs.TypeDefProperties
-
Validate that an object is equal depending on their stored values.
- equals(Object) - Method in class org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.properties.typedefs.TypeDefSummary
-
Validate that an object is equal depending on their stored values.
- equals(Object) - Method in exception org.odpi.openmetadata.repositoryservices.ffdc.exception.OMRSRuntimeException
-
Compare the values of the supplied object with those stored in the current object.
- equals(Object) - Method in class org.odpi.openmetadata.repositoryservices.properties.CohortDescription
-
Compare the values of the supplied object with those stored in the current object.
- equals(Object) - Method in class org.odpi.openmetadata.repositoryservices.rest.properties.AttributeTypeDefCategoryRequest
-
Compare the values of the supplied object with those stored in the current object.
- equals(Object) - Method in class org.odpi.openmetadata.repositoryservices.rest.properties.AttributeTypeDefListResponse
-
Compare the values of the supplied object with those stored in the current object.
- equals(Object) - Method in class org.odpi.openmetadata.repositoryservices.rest.properties.AttributeTypeDefRequest
-
Compare the values of the supplied object with those stored in the current object.
- equals(Object) - Method in class org.odpi.openmetadata.repositoryservices.rest.properties.AttributeTypeDefResponse
-
Compare the values of the supplied object with those stored in the current object.
- equals(Object) - Method in class org.odpi.openmetadata.repositoryservices.rest.properties.AuditLogReportResponse
-
Compare the values of the supplied object with those stored in the current object.
- equals(Object) - Method in class org.odpi.openmetadata.repositoryservices.rest.properties.AuditLogSeveritiesResponse
-
Compare the values of the supplied object with those stored in the current object.
- equals(Object) - Method in class org.odpi.openmetadata.repositoryservices.rest.properties.BooleanResponse
-
Compare the values of the supplied object with those stored in the current object.
- equals(Object) - Method in class org.odpi.openmetadata.repositoryservices.rest.properties.ClassificationListResponse
-
Compare the values of the supplied object with those stored in the current object.
- equals(Object) - Method in class org.odpi.openmetadata.repositoryservices.rest.properties.ClassificationProxyRequest
-
Compare the values of the supplied object with those stored in the current object.
- equals(Object) - Method in class org.odpi.openmetadata.repositoryservices.rest.properties.ClassificationRequest
-
Compare the values of the supplied object with those stored in the current object.
- equals(Object) - Method in class org.odpi.openmetadata.repositoryservices.rest.properties.ClassificationResponse
-
Compare the values of the supplied object with those stored in the current object.
- equals(Object) - Method in class org.odpi.openmetadata.repositoryservices.rest.properties.ClassificationWithEntityRequest
-
Compare the values of the supplied object with those stored in the current object.
- equals(Object) - Method in class org.odpi.openmetadata.repositoryservices.rest.properties.CohortListResponse
-
Compare the values of the supplied object with those stored in the current object.
- equals(Object) - Method in class org.odpi.openmetadata.repositoryservices.rest.properties.CohortMembershipListResponse
-
Compare the values of the supplied object with those stored in the current object.
- equals(Object) - Method in class org.odpi.openmetadata.repositoryservices.rest.properties.CohortMembershipResponse
-
Compare the values of the supplied object with those stored in the current object.
- equals(Object) - Method in class org.odpi.openmetadata.repositoryservices.rest.properties.ConnectionResponse
-
Return comparison result based on the content of the properties.
- equals(Object) - Method in class org.odpi.openmetadata.repositoryservices.rest.properties.EntityCreateRequest
-
Compare the values of the supplied object with those stored in the current object.
- equals(Object) - Method in class org.odpi.openmetadata.repositoryservices.rest.properties.EntityDetailRequest
-
Compare the values of the supplied object with those stored in the current object.
- equals(Object) - Method in class org.odpi.openmetadata.repositoryservices.rest.properties.EntityDetailResponse
-
Compare the values of the supplied object with those stored in the current object.
- equals(Object) - Method in class org.odpi.openmetadata.repositoryservices.rest.properties.EntityFindRequest
-
Compare the values of the supplied object with those stored in the current object.
- equals(Object) - Method in class org.odpi.openmetadata.repositoryservices.rest.properties.EntityHistoricalFindRequest
-
Compare the values of the supplied object with those stored in the current object.
- equals(Object) - Method in class org.odpi.openmetadata.repositoryservices.rest.properties.EntityListResponse
-
Compare the values of the supplied object with those stored in the current object.
- equals(Object) - Method in class org.odpi.openmetadata.repositoryservices.rest.properties.EntityNeighborhoodFindRequest
-
Compare the values of the supplied object with those stored in the current object.
- equals(Object) - Method in class org.odpi.openmetadata.repositoryservices.rest.properties.EntityNeighborhoodHistoricalFindRequest
-
Compare the values of the supplied object with those stored in the current object.
- equals(Object) - Method in class org.odpi.openmetadata.repositoryservices.rest.properties.EntityPropertyFindRequest
-
Compare the values of the supplied object with those stored in the current object.
- equals(Object) - Method in class org.odpi.openmetadata.repositoryservices.rest.properties.EntityPropertyHistoricalFindRequest
-
Compare the values of the supplied object with those stored in the current object.
- equals(Object) - Method in class org.odpi.openmetadata.repositoryservices.rest.properties.EntityProxyRequest
-
Compare the values of the supplied object with those stored in the current object.
- equals(Object) - Method in class org.odpi.openmetadata.repositoryservices.rest.properties.EntitySummaryResponse
-
Compare the values of the supplied object with those stored in the current object.
- equals(Object) - Method in class org.odpi.openmetadata.repositoryservices.rest.properties.HistoryRangeRequest
-
Compare the values of the supplied object with those stored in the current object.
- equals(Object) - Method in class org.odpi.openmetadata.repositoryservices.rest.properties.HistoryRequest
-
Compare the values of the supplied object with those stored in the current object.
- equals(Object) - Method in class org.odpi.openmetadata.repositoryservices.rest.properties.InstanceFindRequest
-
Compare the values of the supplied object with those stored in the current object.
- equals(Object) - Method in class org.odpi.openmetadata.repositoryservices.rest.properties.InstanceGraphRequest
-
Compare the values of the supplied object with those stored in the current object.
- equals(Object) - Method in class org.odpi.openmetadata.repositoryservices.rest.properties.InstanceGraphResponse
-
Compare the values of the supplied object with those stored in the current object.
- equals(Object) - Method in class org.odpi.openmetadata.repositoryservices.rest.properties.InstancePropertiesRequest
-
Compare the values of the supplied object with those stored in the current object.
- equals(Object) - Method in class org.odpi.openmetadata.repositoryservices.rest.properties.InstanceStatusRequest
-
Compare the values of the supplied object with those stored in the current object.
- equals(Object) - Method in class org.odpi.openmetadata.repositoryservices.rest.properties.MetadataCollectionIdRequest
-
Compare the values of the supplied object with those stored in the current object.
- equals(Object) - Method in class org.odpi.openmetadata.repositoryservices.rest.properties.MetadataCollectionIdResponse
-
Compare the values of the supplied object with those stored in the current object.
- equals(Object) - Method in class org.odpi.openmetadata.repositoryservices.rest.properties.OMRSAPIFindRequest
-
Compare the values of the supplied object with those stored in the current object.
- equals(Object) - Method in class org.odpi.openmetadata.repositoryservices.rest.properties.OMRSAPIHistoricalFindRequest
-
Compare the values of the supplied object with those stored in the current object.
- equals(Object) - Method in class org.odpi.openmetadata.repositoryservices.rest.properties.OMRSAPIPagedFindRequest
-
Compare the values of the supplied object with those stored in the current object.
- equals(Object) - Method in class org.odpi.openmetadata.repositoryservices.rest.properties.OMRSAPIPagedResponse
-
Compare the values of the supplied object with those stored in the current object.
- equals(Object) - Method in class org.odpi.openmetadata.repositoryservices.rest.properties.OMRSAPIRequest
-
Compare the values of the supplied object with those stored in the current object.
- equals(Object) - Method in class org.odpi.openmetadata.repositoryservices.rest.properties.OMRSAPIResponse
-
Compare the values of the supplied object with those stored in the current object.
- equals(Object) - Method in class org.odpi.openmetadata.repositoryservices.rest.properties.PropertyMatchFindRequest
-
Compare the values of the supplied object with those stored in the current object.
- equals(Object) - Method in class org.odpi.openmetadata.repositoryservices.rest.properties.PropertyMatchHistoricalFindRequest
-
Compare the values of the supplied object with those stored in the current object.
- equals(Object) - Method in class org.odpi.openmetadata.repositoryservices.rest.properties.ProxyClassificationRequest
-
Compare the values of the supplied object with those stored in the current object.
- equals(Object) - Method in class org.odpi.openmetadata.repositoryservices.rest.properties.RelatedEntitiesFindRequest
-
Compare the values of the supplied object with those stored in the current object.
- equals(Object) - Method in class org.odpi.openmetadata.repositoryservices.rest.properties.RelatedEntitiesHistoricalFindRequest
-
Compare the values of the supplied object with those stored in the current object.
- equals(Object) - Method in class org.odpi.openmetadata.repositoryservices.rest.properties.RelationshipCreateRequest
-
Compare the values of the supplied object with those stored in the current object.
- equals(Object) - Method in class org.odpi.openmetadata.repositoryservices.rest.properties.RelationshipFindRequest
-
Compare the values of the supplied object with those stored in the current object.
- equals(Object) - Method in class org.odpi.openmetadata.repositoryservices.rest.properties.RelationshipHistoricalFindRequest
-
Compare the values of the supplied object with those stored in the current object.
- equals(Object) - Method in class org.odpi.openmetadata.repositoryservices.rest.properties.RelationshipListResponse
-
Compare the values of the supplied object with those stored in the current object.
- equals(Object) - Method in class org.odpi.openmetadata.repositoryservices.rest.properties.RelationshipRequest
-
Compare the values of the supplied object with those stored in the current object.
- equals(Object) - Method in class org.odpi.openmetadata.repositoryservices.rest.properties.RelationshipResponse
-
Compare the values of the supplied object with those stored in the current object.
- equals(Object) - Method in class org.odpi.openmetadata.repositoryservices.rest.properties.SubtypeLimitedFindRequest
-
Compare the values of the supplied object with those stored in the current object.
- equals(Object) - Method in class org.odpi.openmetadata.repositoryservices.rest.properties.TypeDefCategoryRequest
-
Compare the values of the supplied object with those stored in the current object.
- equals(Object) - Method in class org.odpi.openmetadata.repositoryservices.rest.properties.TypeDefChangeRequest
-
Compare the values of the supplied object with those stored in the current object.
- equals(Object) - Method in class org.odpi.openmetadata.repositoryservices.rest.properties.TypeDefDeleteRequest
-
Compare the values of the supplied object with those stored in the current object.
- equals(Object) - Method in class org.odpi.openmetadata.repositoryservices.rest.properties.TypeDefGalleryRequest
-
Compare the values of the supplied object with those stored in the current object.
- equals(Object) - Method in class org.odpi.openmetadata.repositoryservices.rest.properties.TypeDefGalleryResponse
-
Compare the values of the supplied object with those stored in the current object.
- equals(Object) - Method in class org.odpi.openmetadata.repositoryservices.rest.properties.TypeDefListResponse
-
Compare the values of the supplied object with those stored in the current object.
- equals(Object) - Method in class org.odpi.openmetadata.repositoryservices.rest.properties.TypeDefPatchRequest
-
Compare the values of the supplied object with those stored in the current object.
- equals(Object) - Method in class org.odpi.openmetadata.repositoryservices.rest.properties.TypeDefPropertiesRequest
-
Compare the values of the supplied object with those stored in the current object.
- equals(Object) - Method in class org.odpi.openmetadata.repositoryservices.rest.properties.TypeDefReIdentifyRequest
-
Compare the values of the supplied object with those stored in the current object.
- equals(Object) - Method in class org.odpi.openmetadata.repositoryservices.rest.properties.TypeDefRequest
-
Compare the values of the supplied object with those stored in the current object.
- equals(Object) - Method in class org.odpi.openmetadata.repositoryservices.rest.properties.TypeDefResponse
-
Compare the values of the supplied object with those stored in the current object.
- equals(Object) - Method in class org.odpi.openmetadata.repositoryservices.rest.properties.TypeDefValidationForRequest
-
Compare the values of the supplied object with those stored in the current object.
- equals(Object) - Method in class org.odpi.openmetadata.repositoryservices.rest.properties.TypeLimitedFindRequest
-
Compare the values of the supplied object with those stored in the current object.
- equals(Object) - Method in class org.odpi.openmetadata.repositoryservices.rest.properties.TypeLimitedHistoricalFindRequest
-
Compare the values of the supplied object with those stored in the current object.
- equals(Object) - Method in class org.odpi.openmetadata.serveroperations.properties.OMAGServerInstanceHistory
-
Return comparison result based on the content of the properties.
- equals(Object) - Method in class org.odpi.openmetadata.serveroperations.properties.OMAGServerServiceStatus
-
Return comparison result based on the content of the properties.
- equals(Object) - Method in class org.odpi.openmetadata.serveroperations.properties.ServerServicesStatus
-
Return comparison result based on the content of the properties.
- equals(Object) - Method in class org.odpi.openmetadata.serveroperations.properties.ServerStatus
-
Return comparison result based on the content of the properties.
- equals(Object) - Method in class org.odpi.openmetadata.serveroperations.rest.OMAGServerStatusResponse
-
Return comparison result based on the content of the properties.
- equals(Object) - Method in class org.odpi.openmetadata.serveroperations.rest.ServerServicesListResponse
-
Return comparison result based on the content of the properties.
- equals(Object) - Method in class org.odpi.openmetadata.serveroperations.rest.ServerStatusResponse
-
Return comparison result based on the content of the properties.
- equals(Object) - Method in record class org.odpi.openmetadata.userauthn.auth.LoginRequest
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in class org.odpi.openmetadata.userauthn.auth.PlatformUserDetails
- equals(Object) - Method in class org.odpi.openmetadata.viewservices.assetcatalog.rest.AssetCatalogSupportedTypes
-
Compare the values of the supplied object with those stored in the current object.
- equals(Object) - Method in class org.odpi.openmetadata.viewservices.assetcatalog.rest.Type
-
Compare the values of the supplied object with those stored in the current object.
- equals(Object) - Method in class org.odpi.openmetadata.viewservices.automatedcuration.properties.CatalogTemplate
-
Compare the values of the supplied object with those stored in the current object.
- equals(Object) - Method in class org.odpi.openmetadata.viewservices.automatedcuration.properties.ResourceDescription
-
Compare the values of the supplied object with those stored in the current object.
- equals(Object) - Method in class org.odpi.openmetadata.viewservices.glossarymanager.rest.ClassificationRequestBody
-
Return comparison result based on the content of the properties.
- equals(Object) - Method in class org.odpi.openmetadata.viewservices.glossarymanager.rest.EffectiveTimeQueryRequestBody
-
Return comparison result based on the content of the properties.
- equals(Object) - Method in class org.odpi.openmetadata.viewservices.glossarymanager.rest.GlossaryTermActivityTypeListResponse
-
Return comparison result based on the content of the properties.
- equals(Object) - Method in class org.odpi.openmetadata.viewservices.glossarymanager.rest.GlossaryTermRelationshipStatusListResponse
-
Return comparison result based on the content of the properties.
- equals(Object) - Method in class org.odpi.openmetadata.viewservices.glossarymanager.rest.GlossaryTermStatusListResponse
-
Return comparison result based on the content of the properties.
- equals(Object) - Method in class org.odpi.openmetadata.viewservices.glossarymanager.rest.RelationshipRequestBody
-
Return comparison result based on the content of the properties.
- equals(Object) - Method in class org.odpi.openmetadata.viewservices.metadataexpert.rest.MatchCriteriaListResponse
-
Return comparison result based on the content of the properties.
- equals(Object) - Method in class org.odpi.openmetadata.viewservices.metadataexpert.rest.PropertyComparisonOperatorListResponse
-
Return comparison result based on the content of the properties.
- equals(Object) - Method in class org.odpi.openmetadata.viewservices.runtimemanager.rest.PlatformReportResponse
-
Return comparison result based on the content of the properties.
- equals(Object) - Method in class org.odpi.openmetadata.viewservices.runtimemanager.rest.ServerReportResponse
-
Return comparison result based on the content of the properties.
- equals(Object) - Method in class org.odpi.openmetadata.viewservices.templatemanager.rest.EffectiveTimeQueryRequestBody
-
Return comparison result based on the content of the properties.
- equals(Object) - Method in class org.odpi.openmetadata.viewservices.templatemanager.rest.TemplateClassificationRequestBody
-
Return comparison result based on the content of the properties.
- ERIN_OVERVIEW - Enum constant in enum class org.odpi.openmetadata.samples.archiveutilities.organization.PersonDefinition
-
Dr Erin Overview
- ERR_FILE - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.refdata.FileExtension
-
A file where each row represents a string output on the standard error (stderr) destination of a running process.
- ERROR - Enum constant in enum class org.odpi.openmetadata.frameworks.auditlog.AuditLogRecordSeverityLevel
-
Error - An error occurred.
- ERROR_ATTEMPTING_KAFKA_INITIALIZATION - Enum constant in enum class org.odpi.openmetadata.adapters.eventbus.topic.kafka.KafkaOpenMetadataTopicConnectorErrorCode
- ERROR_CONNECTING_KAFKA_PRODUCER - Enum constant in enum class org.odpi.openmetadata.adapters.eventbus.topic.kafka.KafkaOpenMetadataTopicConnectorAuditCode
- ERROR_CONNECTING_KAFKA_PRODUCER - Enum constant in enum class org.odpi.openmetadata.adapters.eventbus.topic.kafka.KafkaOpenMetadataTopicConnectorErrorCode
- ERROR_SENDING_EVENT - Enum constant in enum class org.odpi.openmetadata.adapters.eventbus.topic.kafka.KafkaOpenMetadataTopicConnectorErrorCode
- errorHandler - Variable in class org.odpi.openmetadata.commonservices.generichandlers.OpenMetadataAPIGenericBuilder
- errorHandler - Variable in class org.odpi.openmetadata.commonservices.generichandlers.OpenMetadataAPIRootHandler
- errorHandler - Variable in class org.odpi.openmetadata.commonservices.multitenant.AccessServerServiceInstance
- errorMessage - Variable in class org.odpi.openmetadata.repositoryservices.events.OMRSEvent
- ESTIMATED_VOLUMETRICS - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.types.OpenMetadataProperty
-
Properties that describe the expected volumes of data flowing through this segment.
- ETL_ENGINE - Enum constant in enum class org.odpi.openmetadata.samples.archiveutilities.businesssystems.SystemTypeDefinition
-
etl-engine - Server deployed to run jobs that copy and transform data from one system to another.
- EVALUATE_ANNOTATIONS - Enum constant in enum class org.odpi.openmetadata.contentpacks.core.GovernanceServiceDefinition
-
Verify annotations in a Survey Report.
- EVALUATE_ANNOTATIONS - Enum constant in enum class org.odpi.openmetadata.contentpacks.core.RequestTypeDefinition
-
evaluate-annotations
- EvaluateAnnotationsGovernanceActionConnector - Class in org.odpi.openmetadata.adapters.connectors.governanceactions.stewardship
-
EvaluateAnnotationsGovernanceActionConnector is currently a placeholder for a governance action service that will look through the annotations from a survey report and set up guards to drive actions that process the different types.
- EvaluateAnnotationsGovernanceActionConnector() - Constructor for class org.odpi.openmetadata.adapters.connectors.governanceactions.stewardship.EvaluateAnnotationsGovernanceActionConnector
-
Default constructor
- EvaluateAnnotationsGovernanceActionProvider - Class in org.odpi.openmetadata.adapters.connectors.governanceactions.stewardship
-
EvaluateAnnotationsGovernanceActionProvider is the OCF connector provider for the "Evaluate Annotations" Governance Action Service.
- EvaluateAnnotationsGovernanceActionProvider() - Constructor for class org.odpi.openmetadata.adapters.connectors.governanceactions.stewardship.EvaluateAnnotationsGovernanceActionProvider
-
Constructor used to initialize the ConnectorProviderBase with the Java class name of the specific store implementation.
- EvaluateAnnotationsGuard - Enum Class in org.odpi.openmetadata.adapters.connectors.governanceactions.stewardship
-
The Guard enum describes some common guards that can be used when implementing governance services.
- EVALUATION_FAILED - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.governanceactions.stewardship.EvaluateAnnotationsGuard
- EVALUATION_FAILED - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.governanceactions.stewardship.WaitForStewardGuard
- EVALUATION_SUBSCRIPTION - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.jacquard.productcatalog.ProductGlossaryTermDefinition
- EVALUATION_SUBSCRIPTION - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.jacquard.productcatalog.ProductSubscriptionDefinition
-
This subscription delivers the data to the target destination just once to allow an evaluation of the product data.
- EVENT - Enum constant in enum class org.odpi.openmetadata.frameworks.auditlog.AuditLogRecordSeverityLevel
-
Event - An event was sent to or received from another participant in the server's ecosystem.
- EVENT_BROKER - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.refdata.DeployedImplementationType
-
A system that manages the asynchronous exchange of messages (events) from once to potentially many recipients.
- EVENT_BROKER - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.types.OpenMetadataType
-
A capability that supports event-based services, typically around topics.
- EVENT_BROKER - Enum constant in enum class org.odpi.openmetadata.samples.archiveutilities.businesssystems.SystemTypeDefinition
-
event-broker - Event broker server providing event notifications based on subscriptions.
- EVENT_DIRECTION - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.controls.KafkaPlaceholderProperty
-
By default, this connector supports both the receiving and sending of events on a particular topic.
- EVENT_DIRECTION_IN_ONLY - Static variable in class org.odpi.openmetadata.repositoryservices.connectors.openmetadatatopic.OpenMetadataTopicProvider
- EVENT_DIRECTION_INOUT - Static variable in class org.odpi.openmetadata.repositoryservices.connectors.openmetadatatopic.OpenMetadataTopicProvider
- EVENT_DIRECTION_OUT_ONLY - Static variable in class org.odpi.openmetadata.repositoryservices.connectors.openmetadatatopic.OpenMetadataTopicProvider
- EVENT_DIRECTION_PROPERTY_NAME - Static variable in class org.odpi.openmetadata.repositoryservices.connectors.openmetadatatopic.OpenMetadataTopicProvider
- EVENT_EFFECT - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.types.OpenMetadataProperty
-
Describes the expected effects of the event on the organization.
- EVENT_LISTENER - Enum constant in enum class org.odpi.openmetadata.repositoryservices.auditlog.OMRSAuditingComponent
-
Event Listener - Manages the receipt of incoming OMRS events.
- EVENT_MANAGER - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.types.OpenMetadataType
-
A capability that ends and/or receives events as part of its software function.
- EVENT_MAPPER_LISTENER_DEAF - Enum constant in enum class org.odpi.openmetadata.repositoryservices.ffdc.OMRSAuditCode
-
OMRS-AUDIT-0022 - The local repository event mapper connector {0} has no connector to an event bus
- EVENT_MAPPER_LISTENER_DISCONNECTED - Enum constant in enum class org.odpi.openmetadata.repositoryservices.ffdc.OMRSAuditCode
-
OMRS-AUDIT-0025 - The local repository event mapper connector {0} has disconnected the event bus connectors
- EVENT_MAPPER_LISTENER_REGISTERED - Enum constant in enum class org.odpi.openmetadata.repositoryservices.ffdc.OMRSAuditCode
-
OMRS-AUDIT-0023 - The local repository event mapper connector {0} has registered with an event bus connector connected to topic {1}
- EVENT_MAPPER_LISTENER_STARTED - Enum constant in enum class org.odpi.openmetadata.repositoryservices.ffdc.OMRSAuditCode
-
OMRS-AUDIT-0024 - The local repository event mapper connector {0} is ready to send and receive events
- EVENT_MAPPER_REPOSITORY_CONNECTOR - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.refdata.DeployedImplementationType
-
OMRS Event Mapper Repository Connector - Maps events from a metadata repository to open metadata events defined by the Open Metadata Repository Services (OMRS)..
- EVENT_PARSING_ERROR - Enum constant in enum class org.odpi.openmetadata.repositoryservices.ffdc.OMRSAuditCode
-
OMRS-AUDIT-0100 - Unable parse an incoming event {0} due to exception {1}
- EVENT_PROCESSING_ERROR - Enum constant in enum class org.odpi.openmetadata.repositoryservices.ffdc.OMRSAuditCode
-
OMRS-AUDIT-0101 - Unable process an incoming event {0} due to exception {1} from listener {2}
- EVENT_PUBLISHER - Enum constant in enum class org.odpi.openmetadata.repositoryservices.auditlog.OMRSAuditingComponent
-
Event Publisher - Manages the publishing of events that this repository sends to the OMRS topic.
- EVENT_SCHEMA_ATTRIBUTE - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.types.OpenMetadataType
-
A data field in an event type.
- EVENT_SEND_IN_ERROR_LOOP - Enum constant in enum class org.odpi.openmetadata.adapters.eventbus.topic.kafka.KafkaOpenMetadataTopicConnectorAuditCode
- EVENT_SET_COLLECTION - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.types.OpenMetadataType
-
A collection of related event types.
- EVENT_SHUTDOWN_ERROR - Enum constant in enum class org.odpi.openmetadata.frameworkservices.gaf.ffdc.OpenGovernanceAuditCode
-
OPEN-GOVERNANCE-0011 The Open Governance Service caught an unexpected {0} exception whilst shutting down the out topic listeners.
- EVENT_SHUTDOWN_ERROR - Enum constant in enum class org.odpi.openmetadata.frameworkservices.omf.ffdc.OMFServicesAuditCode
-
OMF-SERVICES-0011 The Open Metadata Store caught an unexpected {0} exception whilst shutting down the out topic listeners.
- EVENT_TOPIC - Enum constant in enum class org.odpi.openmetadata.adapters.connectors.externalharvesters.harvestsurveys.schema.HarvestSurveysView
-
Details of known event topics.
- EVENT_TYPE - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.types.OpenMetadataType
-
A description of an event (message)
- EVENT_TYPE_LIST - Enum constant in enum class org.odpi.openmetadata.frameworks.openmetadata.types.OpenMetadataType
-
A list of event types that flow on a topic.
- EventBrokerProperties - Class in org.odpi.openmetadata.frameworks.openmetadata.properties.softwarecapabilities
-
EventBrokerProperties describes the server than manages the exchange of events between independent services.
- EventBrokerProperties() - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.properties.softwarecapabilities.EventBrokerProperties
-
Default constructor
- EventBrokerProperties(EventBrokerProperties) - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.properties.softwarecapabilities.EventBrokerProperties
-
Copy/clone constructor.
- EventBusConfig - Class in org.odpi.openmetadata.adminservices.configuration.properties
-
EventBusConfig caches the default properties that are used to set up event-based connectors in the server.
- EventBusConfig() - Constructor for class org.odpi.openmetadata.adminservices.configuration.properties.EventBusConfig
-
Default constructor
- EventBusConfig(EventBusConfig) - Constructor for class org.odpi.openmetadata.adminservices.configuration.properties.EventBusConfig
-
Copy/clone constructor
- EventBusConfigResponse - Class in org.odpi.openmetadata.adminservices.rest
-
EventBusConfigResponse is the response structure used on the OMAG REST API calls that returns a EventBusConfig object as a response.
- EventBusConfigResponse() - Constructor for class org.odpi.openmetadata.adminservices.rest.EventBusConfigResponse
-
Default constructor
- eventBusConnectors - Variable in class org.odpi.openmetadata.repositoryservices.connectors.openmetadatatopic.OpenMetadataTopicConsumerBase
- eventCategory - Variable in class org.odpi.openmetadata.repositoryservices.events.OMRSEvent
- eventDirection - Variable in class org.odpi.openmetadata.repositoryservices.events.OMRSEvent
- EventDisplayAuditLogStoreConnector - Class in org.odpi.openmetadata.adapters.repositoryservices.auditlogstore.console.eventdisplay
-
EventDisplayAuditLogStoreConnector provides a connector implementation for a console (stdout) audit log.
- EventDisplayAuditLogStoreConnector() - Constructor for class org.odpi.openmetadata.adapters.repositoryservices.auditlogstore.console.eventdisplay.EventDisplayAuditLogStoreConnector
-
Default constructor used by the connector provider.
- EventDisplayAuditLogStoreProvider - Class in org.odpi.openmetadata.adapters.repositoryservices.auditlogstore.console.eventdisplay
-
EventDisplayAuditLogStoreProvider is the OCF connector provider for the console audit log store.
- EventDisplayAuditLogStoreProvider() - Constructor for class org.odpi.openmetadata.adapters.repositoryservices.auditlogstore.console.eventdisplay.EventDisplayAuditLogStoreProvider
-
Constructor used to initialize the ConnectorProviderBase with the Java class name of the specific audit log store implementation.
- EventManagerProperties - Class in org.odpi.openmetadata.frameworks.openmetadata.properties.softwarecapabilities
-
EventManagerProperties describes the server than manages the exchange of events between independent services.
- EventManagerProperties() - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.properties.softwarecapabilities.EventManagerProperties
-
Default constructor
- EventManagerProperties(EventManagerProperties) - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.properties.softwarecapabilities.EventManagerProperties
-
Copy/clone constructor.
- eventOriginator - Variable in class org.odpi.openmetadata.repositoryservices.events.OMRSEvent
- eventProcessorName - Variable in class org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.repositoryeventmapper.OMRSRepositoryEventProcessor
- eventProcessorName - Variable in class org.odpi.openmetadata.repositoryservices.events.OMRSTypeDefEventProcessor
- EventSchemaAttributeProperties - Class in org.odpi.openmetadata.frameworks.openmetadata.properties.schema.events
-
EventSchemaAttributeProperties is a class for representing a field within an event structure.
- EventSchemaAttributeProperties() - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.properties.schema.events.EventSchemaAttributeProperties
-
Default constructor used by subclasses
- EventSchemaAttributeProperties(EventSchemaAttributeProperties) - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.properties.schema.events.EventSchemaAttributeProperties
-
Copy/clone Constructor.
- EventSetProperties - Class in org.odpi.openmetadata.frameworks.openmetadata.properties.collections
-
EventSetProperties is a java bean used to classify a collection.
- EventSetProperties() - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.properties.collections.EventSetProperties
-
Default constructor
- EventSetProperties(CollectionProperties) - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.properties.collections.EventSetProperties
-
Copy/clone constructor.
- EventSetProperties(EventSetProperties) - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.properties.collections.EventSetProperties
-
Copy/clone constructor.
- eventTimestamp - Variable in class org.odpi.openmetadata.repositoryservices.events.OMRSEvent
- EventTopicAuditLogStoreConnector - Class in org.odpi.openmetadata.adapters.repositoryservices.auditlogstore.eventtopic
-
EventTopicAuditLogStoreConnector provides a connector implementation for an event topic audit log destination.
- EventTopicAuditLogStoreConnector() - Constructor for class org.odpi.openmetadata.adapters.repositoryservices.auditlogstore.eventtopic.EventTopicAuditLogStoreConnector
-
Default constructor used by the connector provider.
- EventTopicAuditLogStoreProvider - Class in org.odpi.openmetadata.adapters.repositoryservices.auditlogstore.eventtopic
-
EventTopicAuditLogStoreProvider is the OCF connector provider for the event topic audit log store destination.
- EventTopicAuditLogStoreProvider() - Constructor for class org.odpi.openmetadata.adapters.repositoryservices.auditlogstore.eventtopic.EventTopicAuditLogStoreProvider
-
Constructor used to initialize the ConnectorProviderBase with the Java class name of the specific audit log destination implementation.
- EventTypeListProperties - Class in org.odpi.openmetadata.frameworks.openmetadata.properties.schema.events
-
EventTypeProperties is a class for representing the top-level element for an event.
- EventTypeListProperties() - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.properties.schema.events.EventTypeListProperties
-
Default constructor
- EventTypeListProperties(EventTypeListProperties) - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.properties.schema.events.EventTypeListProperties
-
Copy/clone constructor.
- EventTypeProperties - Class in org.odpi.openmetadata.frameworks.openmetadata.properties.schema.events
-
EventTypeProperties is a class for representing the top-level element for an event's schema.
- EventTypeProperties() - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.properties.schema.events.EventTypeProperties
-
Default constructor
- EventTypeProperties(EventTypeProperties) - Constructor for class org.odpi.openmetadata.frameworks.openmetadata.properties.schema.events.EventTypeProperties
-
Copy/clone constructor.
- EVIDENCE_TO_ASSEMBLE_REPORT - Enum constant in enum class org.odpi.openmetadata.samples.archiveutilities.governanceengines.SolutionComponentWire
- example - Variable in enum class org.odpi.openmetadata.adapters.connectors.apacheatlas.controls.ApacheAtlasConfigurationProperty
- example - Variable in enum class org.odpi.openmetadata.adapters.connectors.apacheatlas.survey.controls.AtlasRequestParameter
- example - Variable in enum class org.odpi.openmetadata.adapters.connectors.controls.KafkaPlaceholderProperty
- example - Variable in enum class org.odpi.openmetadata.adapters.connectors.controls.KafkaTemplateConfigurationProperty
- example - Variable in enum class org.odpi.openmetadata.adapters.connectors.dynamicarchivers.DynamicArchiveRequestParameter
- example - Variable in enum class org.odpi.openmetadata.adapters.connectors.dynamicarchivers.glossary.DynamicGlossaryArchiveRequestParameter
- example - Variable in enum class org.odpi.openmetadata.adapters.connectors.egeriainfrastructure.control.OMAGServerPlatformConfigurationProperty
- example - Variable in enum class org.odpi.openmetadata.adapters.connectors.egeriainfrastructure.control.OMAGServerPlatformPlaceholderProperty
- example - Variable in enum class org.odpi.openmetadata.adapters.connectors.governanceactions.provisioning.MoveCopyFileRequestParameter
- example - Variable in enum class org.odpi.openmetadata.adapters.connectors.governanceactions.provisioning.ProvisionTabularDataSetRequestParameter
- example - Variable in enum class org.odpi.openmetadata.adapters.connectors.governanceactions.remediation.RetentionClassifierRequestParameter
- example - Variable in enum class org.odpi.openmetadata.adapters.connectors.governanceactions.remediation.ZonePublisherRequestParameter
- example - Variable in enum class org.odpi.openmetadata.adapters.connectors.governanceactions.stewardship.ManageAssetRequestParameter
- example - Variable in enum class org.odpi.openmetadata.adapters.connectors.governanceactions.stewardship.WriteAuditLogRequestParameter
- example - Variable in enum class org.odpi.openmetadata.adapters.connectors.governanceactions.watchdog.GenericElementRequestParameter
- example - Variable in enum class org.odpi.openmetadata.adapters.connectors.governanceactions.watchdog.GenericFolderRequestParameter
- example - Variable in enum class org.odpi.openmetadata.adapters.connectors.integration.basicfiles.BasicFilesMonitoringConfigurationProperty
- example - Variable in enum class org.odpi.openmetadata.adapters.connectors.integration.jdbc.controls.JDBCConfigurationProperty
- example - Variable in enum class org.odpi.openmetadata.adapters.connectors.integration.openlineage.controls.OpenLineagePublishConfigurationProperty
- example - Variable in enum class org.odpi.openmetadata.adapters.connectors.jacquard.tabulardatasets.controls.ReferenceDataConfigurationProperty
- example - Variable in enum class org.odpi.openmetadata.adapters.connectors.postgres.controls.PostgresConfigurationProperty
- example - Variable in enum class org.odpi.openmetadata.adapters.connectors.postgres.controls.PostgresPlaceholderProperty
- example - Variable in enum class org.odpi.openmetadata.adapters.connectors.reports.ReportRequestParameter
- example - Variable in enum class org.odpi.openmetadata.adapters.connectors.resource.jdbc.controls.JDBCConfigurationProperty
- example - Variable in enum class org.odpi.openmetadata.adapters.connectors.subscriptions.ManageDigitalSubscriptionRequestParameter
- example - Variable in enum class org.odpi.openmetadata.adapters.connectors.surveyaction.controls.FolderRequestParameter
- example - Variable in enum class org.odpi.openmetadata.adapters.connectors.unitycatalog.controls.UnityCatalogConfigurationProperty
- example - Variable in enum class org.odpi.openmetadata.adapters.connectors.unitycatalog.controls.UnityCatalogPlaceholderProperty
- example - Variable in enum class org.odpi.openmetadata.adapters.connectors.unitycatalog.controls.