Index

A B C D E F G H L M N O P R S T U V W 
All Classes and Interfaces|All Packages

A

addDataFileToCatalog(String, String, String, DataFileProperties, String) - Method in interface org.odpi.openmetadata.accessservices.datamanager.api.FilesAndFoldersInterface
Creates a new file asset and links it to the folder structure implied in the path name.
addDataFileToCatalogFromTemplate(String, String, String, String, TemplateProperties) - Method in interface org.odpi.openmetadata.accessservices.datamanager.api.FilesAndFoldersInterface
Add an asset description a file based on the content of a template object.
addDataFolderToCatalog(String, String, String, FileFolderProperties, String) - Method in interface org.odpi.openmetadata.accessservices.datamanager.api.FilesAndFoldersInterface
Creates a new folder asset that is identified as a data asset.
addDataFolderToCatalogFromTemplate(String, String, String, String, TemplateProperties) - Method in interface org.odpi.openmetadata.accessservices.datamanager.api.FilesAndFoldersInterface
Creates a new folder asset that is identified as a data asset using a template.
addForeignKeyRelationship(String, String, String, String, String, DatabaseForeignKeyProperties) - Method in interface org.odpi.openmetadata.accessservices.datamanager.api.DatabaseManagerInterface
Create a foreign relationship between two columns.
APIManagerInterface - Interface in org.odpi.openmetadata.accessservices.datamanager.api
APIManagerInterface defines the client side interface for the Data Manager OMAS that is relevant for API assets that provide call-based services.
archiveDataFileInCatalog(String, String, String, String, ArchiveProperties) - Method in interface org.odpi.openmetadata.accessservices.datamanager.api.FilesAndFoldersInterface
Remove the file asset description from the catalog.
archiveDataFolderInCatalog(String, String, String, String, ArchiveProperties) - Method in interface org.odpi.openmetadata.accessservices.datamanager.api.FilesAndFoldersInterface
Mark the data folder asset description in the catalog as archived.
attachDataFileAssetToFolder(String, String, String, String, String) - Method in interface org.odpi.openmetadata.accessservices.datamanager.api.FilesAndFoldersInterface
Link an existing file asset to a folder.
attachSchemaTypeToDatabaseAsset(String, String, String, String, String) - Method in interface org.odpi.openmetadata.accessservices.datamanager.api.DatabaseManagerInterface
Link the schema type and asset.
attachTopLevelFolder(String, String, String, String, String) - Method in interface org.odpi.openmetadata.accessservices.datamanager.api.FilesAndFoldersInterface
Links a folder to a file system.

B

BAD_PARAMETER - Enum constant in enum class org.odpi.openmetadata.accessservices.datamanager.ffdc.DataManagerErrorCode
OMAS-DATA-MANAGER-400-006 - At least one of the properties supplied for a new relationship of type {0} are invalid.

C

clearAssetConnection(String, String, String, String, String) - Method in interface org.odpi.openmetadata.accessservices.datamanager.api.ConnectionManagerInterface
Remove a relationship between an asset and its connection.
clearCalculatedValue(String, String, String, String) - Method in interface org.odpi.openmetadata.accessservices.datamanager.api.SchemaManagerInterface
Remove the calculated value designation from the schema element.
clearConnectorType(String, String, String, String, String) - Method in interface org.odpi.openmetadata.accessservices.datamanager.api.ConnectionManagerInterface
Remove a relationship between a connection and a connector type.
clearEmbeddedConnection(String, String, String, String, String) - Method in interface org.odpi.openmetadata.accessservices.datamanager.api.ConnectionManagerInterface
Remove a relationship between a virtual connection and an embedded connection.
clearEndpoint(String, String, String, String, String) - Method in interface org.odpi.openmetadata.accessservices.datamanager.api.ConnectionManagerInterface
Remove a relationship between a connection and an endpoint.
clearQueryTargetRelationship(String, String, String, String, String) - Method in interface org.odpi.openmetadata.accessservices.datamanager.api.SchemaManagerInterface
Remove the query target relationship between two schema elements.
clearReferenceValueTag(String, String, String, String, String) - Method in interface org.odpi.openmetadata.accessservices.datamanager.api.ValidValueManagementInterface
Remove a reference value assignment relationship between an element and a valid value.
clearSchemaElementRelationship(String, String, String, String, String, String) - Method in interface org.odpi.openmetadata.accessservices.datamanager.api.SchemaManagerInterface
Remove a relationship between two schema elements.
clearSchemaTypes(String, String, String, String) - Method in interface org.odpi.openmetadata.accessservices.datamanager.api.SchemaManagerInterface
Remove the linked schema types from a schema attribute.
clearValidValueMember(String, String, String, String, String) - Method in interface org.odpi.openmetadata.accessservices.datamanager.api.ValidValueManagementInterface
Remove a membership relationship between a validValue and a validValueSet that it belongs to.
clearValidValues(String, String, String, String, String) - Method in interface org.odpi.openmetadata.accessservices.datamanager.api.ValidValueManagementInterface
Remove a valid value assignment relationship between an element and a valid value.
ConnectionManagerInterface - Interface in org.odpi.openmetadata.accessservices.datamanager.api
ManageConnections provides methods to define connections and their supporting objects The interface supports the following types of objects Connections - the connections used to create connector instances that can access the connection. ConnectorTypes - description of a specific that can be used to access the connection. ConnectorCategories - the network information needed to access the connection. Endpoints - the network information needed to access the connection.
createAPI(String, String, String, boolean, String, APIProperties) - Method in interface org.odpi.openmetadata.accessservices.datamanager.api.APIManagerInterface
Create a new metadata element to represent an API.
createAPIFromTemplate(String, String, String, boolean, String, String, TemplateProperties) - Method in interface org.odpi.openmetadata.accessservices.datamanager.api.APIManagerInterface
Create a new metadata element to represent an API using an existing metadata element as a template.
createAPIManager(String, String, String, APIManagerProperties) - Method in interface org.odpi.openmetadata.accessservices.datamanager.api.MetadataSourceInterface
Create information about the component that manages APIs.
createAPIOperation(String, String, String, String, APIOperationProperties) - Method in interface org.odpi.openmetadata.accessservices.datamanager.api.APIManagerInterface
Create a new metadata element to represent an API Operation.
createAPIOperationFromTemplate(String, String, String, String, String, TemplateProperties) - Method in interface org.odpi.openmetadata.accessservices.datamanager.api.APIManagerInterface
Create a new metadata element to represent a an API Operation using an existing API Operation as a template.
createAPIParameterList(String, String, String, String, APIParameterListType, APIParameterListProperties) - Method in interface org.odpi.openmetadata.accessservices.datamanager.api.APIManagerInterface
Create a new metadata element to represent an API Operation's Parameter list.
createAPIParameterListFromTemplate(String, String, String, String, String, APIParameterListType, TemplateProperties) - Method in interface org.odpi.openmetadata.accessservices.datamanager.api.APIManagerInterface
Create a new metadata element to represent a an API Parameter List using an existing API Parameter List as a template.
createApplication(String, String, String, ApplicationProperties) - Method in interface org.odpi.openmetadata.accessservices.datamanager.api.MetadataSourceInterface
Create information about an application.
createConnection(String, String, String, ConnectionProperties) - Method in interface org.odpi.openmetadata.accessservices.datamanager.api.ConnectionManagerInterface
Create a new metadata element to represent the connection.
createConnectionFromTemplate(String, String, String, String, TemplateProperties) - Method in interface org.odpi.openmetadata.accessservices.datamanager.api.ConnectionManagerInterface
Create a new metadata element to represent a connection using an existing metadata element as a template.
createDatabase(String, String, String, DatabaseProperties) - Method in interface org.odpi.openmetadata.accessservices.datamanager.api.DatabaseManagerInterface
Create a new metadata element to represent a database.
createDatabaseColumn(String, String, String, String, DatabaseColumnProperties) - Method in interface org.odpi.openmetadata.accessservices.datamanager.api.DatabaseManagerInterface
Create a new metadata element to represent a database column.
createDatabaseColumnFromTemplate(String, String, String, String, String, TemplateProperties) - Method in interface org.odpi.openmetadata.accessservices.datamanager.api.DatabaseManagerInterface
Create a new metadata element to represent a database column using an existing metadata element as a template.
createDatabaseFromTemplate(String, String, String, String, TemplateProperties) - Method in interface org.odpi.openmetadata.accessservices.datamanager.api.DatabaseManagerInterface
Create a new metadata element to represent a database using an existing metadata element as a template.
createDatabaseManager(String, String, String, DatabaseManagerProperties) - Method in interface org.odpi.openmetadata.accessservices.datamanager.api.MetadataSourceInterface
Create information about the database manager (DBMS) that is supplying database schema metadata.
createDatabaseSchema(String, String, String, String, DatabaseSchemaProperties) - Method in interface org.odpi.openmetadata.accessservices.datamanager.api.DatabaseManagerInterface
Create a new metadata element to represent a database schema.
createDatabaseSchemaFromTemplate(String, String, String, String, String, TemplateProperties) - Method in interface org.odpi.openmetadata.accessservices.datamanager.api.DatabaseManagerInterface
Create a new metadata element to represent a database schema using an existing metadata element as a template.
createDatabaseSchemaType(String, String, String, String) - Method in interface org.odpi.openmetadata.accessservices.datamanager.api.DatabaseManagerInterface
Create a database top-level schema type used to attach tables and views to the database/database schema.
createDatabaseTable(String, String, String, String, DatabaseTableProperties) - Method in interface org.odpi.openmetadata.accessservices.datamanager.api.DatabaseManagerInterface
Create a new metadata element to represent a database table.
createDatabaseTableForSchemaType(String, String, String, String, DatabaseTableProperties) - Method in interface org.odpi.openmetadata.accessservices.datamanager.api.DatabaseManagerInterface
Create a new metadata element to represent a database table.
createDatabaseTableFromTemplate(String, String, String, String, String, TemplateProperties) - Method in interface org.odpi.openmetadata.accessservices.datamanager.api.DatabaseManagerInterface
Create a new metadata element to represent a database table using an existing metadata element as a template.
createDatabaseView(String, String, String, String, DatabaseViewProperties) - Method in interface org.odpi.openmetadata.accessservices.datamanager.api.DatabaseManagerInterface
Create a new metadata element to represent a database view.
createDatabaseViewForSchemaType(String, String, String, String, DatabaseViewProperties) - Method in interface org.odpi.openmetadata.accessservices.datamanager.api.DatabaseManagerInterface
Create a new metadata element to represent a database view.
createDatabaseViewFromTemplate(String, String, String, String, String, TemplateProperties) - Method in interface org.odpi.openmetadata.accessservices.datamanager.api.DatabaseManagerInterface
Create a new metadata element to represent a database view using an existing metadata element as a template.
createDataContainer(String, String, String, boolean, String, DataContainerProperties) - Method in interface org.odpi.openmetadata.accessservices.datamanager.api.DisplayApplicationInterface
Create a new metadata element to represent a data container.
createDataContainerFromTemplate(String, String, String, boolean, String, String, TemplateProperties) - Method in interface org.odpi.openmetadata.accessservices.datamanager.api.DisplayApplicationInterface
Create a new metadata element to represent a data container using an existing metadata element as a template.
createDataField(String, String, String, boolean, String, DataFieldProperties) - Method in interface org.odpi.openmetadata.accessservices.datamanager.api.DisplayApplicationInterface
Create a new metadata element to represent an data field.
createDataFieldFromTemplate(String, String, String, boolean, String, String, TemplateProperties) - Method in interface org.odpi.openmetadata.accessservices.datamanager.api.DisplayApplicationInterface
Create a new metadata element to represent a an data field using an existing data field as a template.
createDataProcessingEngine(String, String, String, DataProcessingEngineProperties) - Method in interface org.odpi.openmetadata.accessservices.datamanager.api.MetadataSourceInterface
Create information about a data processing engine - set up typeName in the properties to create sub types such as ReportingEngine, WorkflowEngine, AnalyticsEngine, DataMovementEngine or DataVirtualizationEngine.
createEndpoint(String, String, String, EndpointProperties) - Method in interface org.odpi.openmetadata.accessservices.datamanager.api.ConnectionManagerInterface
Create a new metadata element to represent the endpoint.
createEndpointFromTemplate(String, String, String, String, String, TemplateProperties) - Method in interface org.odpi.openmetadata.accessservices.datamanager.api.ConnectionManagerInterface
Create a new metadata element to represent a endpoint using an existing metadata element as a template.
createEnumSchemaType(String, String, String, EnumSchemaTypeProperties, String) - Method in interface org.odpi.openmetadata.accessservices.datamanager.api.SchemaManagerInterface
Create a new metadata element to represent a schema type that has a fixed set of values that are described by a valid value set.
createEventBroker(String, String, String, EventBrokerProperties) - Method in interface org.odpi.openmetadata.accessservices.datamanager.api.MetadataSourceInterface
Create information about the integration daemon that is managing the acquisition of metadata from the data manager.
createEventType(String, String, String, String, EventTypeProperties) - Method in interface org.odpi.openmetadata.accessservices.datamanager.api.EventBrokerInterface
Create a new metadata element to represent an event type.
createEventTypeFromTemplate(String, String, String, String, String, TemplateProperties) - Method in interface org.odpi.openmetadata.accessservices.datamanager.api.EventBrokerInterface
Create a new metadata element to represent a an event type using an existing event type as a template.
createExternalReference(String, String, String, String, ExternalReferenceProperties) - Method in interface org.odpi.openmetadata.accessservices.datamanager.api.ExternalReferenceManagerInterface
Create a definition of a external reference.
createFileManager(String, String, String, FileManagerProperties) - Method in interface org.odpi.openmetadata.accessservices.datamanager.api.MetadataSourceInterface
Create information about an application that manages a collection of data files.
createFileSystem(String, String, String, FileSystemProperties) - Method in interface org.odpi.openmetadata.accessservices.datamanager.api.MetadataSourceInterface
Create information about a File System that is being used to store data files.
createForm(String, String, String, boolean, FormProperties) - Method in interface org.odpi.openmetadata.accessservices.datamanager.api.DisplayApplicationInterface
Create a new metadata element to represent a form.
createFormFromTemplate(String, String, String, boolean, String, TemplateProperties) - Method in interface org.odpi.openmetadata.accessservices.datamanager.api.DisplayApplicationInterface
Create a new metadata element to represent a form using an existing metadata element as a template.
createLiteralSchemaType(String, String, String, LiteralSchemaTypeProperties) - Method in interface org.odpi.openmetadata.accessservices.datamanager.api.SchemaManagerInterface
Create a new metadata element to represent a schema type that has a fixed value.
createMapSchemaType(String, String, String, MapSchemaTypeProperties, String, String) - Method in interface org.odpi.openmetadata.accessservices.datamanager.api.SchemaManagerInterface
Create a new metadata element to represent a schema type.
createNestedFolders(String, String, String, String, String) - Method in interface org.odpi.openmetadata.accessservices.datamanager.api.FilesAndFoldersInterface
Creates a new folder asset for each element in the pathName that is linked from the parent entity.
createPrimitiveSchemaType(String, String, String, PrimitiveSchemaTypeProperties) - Method in interface org.odpi.openmetadata.accessservices.datamanager.api.SchemaManagerInterface
Create a new metadata element to represent a primitive schema type such as a string, integer or character.
createQuery(String, String, String, boolean, QueryProperties) - Method in interface org.odpi.openmetadata.accessservices.datamanager.api.DisplayApplicationInterface
Create a new metadata element to represent a query.
createQueryFromTemplate(String, String, String, boolean, String, TemplateProperties) - Method in interface org.odpi.openmetadata.accessservices.datamanager.api.DisplayApplicationInterface
Create a new metadata element to represent a query using an existing metadata element as a template.
createReport(String, String, String, boolean, ReportProperties) - Method in interface org.odpi.openmetadata.accessservices.datamanager.api.DisplayApplicationInterface
Create a new metadata element to represent a report.
createReportFromTemplate(String, String, String, boolean, String, TemplateProperties) - Method in interface org.odpi.openmetadata.accessservices.datamanager.api.DisplayApplicationInterface
Create a new metadata element to represent a report using an existing metadata element as a template.
createSchemaAttribute(String, String, String, String, SchemaAttributeProperties) - Method in interface org.odpi.openmetadata.accessservices.datamanager.api.SchemaManagerInterface
Create a new metadata element to represent a schema attribute.
createSchemaAttributeFromTemplate(String, String, String, String, String, TemplateProperties) - Method in interface org.odpi.openmetadata.accessservices.datamanager.api.SchemaManagerInterface
Create a new metadata element to represent a schema attribute using an existing metadata element as a template.
createSchemaTypeChoice(String, String, String, SchemaTypeChoiceProperties, List<String>) - Method in interface org.odpi.openmetadata.accessservices.datamanager.api.SchemaManagerInterface
Create a new metadata element to represent a list of possible schema types that can be used for the attached schema attribute.
createSchemaTypeFromTemplate(String, String, String, String, TemplateProperties) - Method in interface org.odpi.openmetadata.accessservices.datamanager.api.SchemaManagerInterface
Create a new metadata element to represent a schema type using an existing metadata element as a template.
createStructSchemaType(String, String, String, StructSchemaTypeProperties) - Method in interface org.odpi.openmetadata.accessservices.datamanager.api.SchemaManagerInterface
Create a new metadata element to represent a schema type.
createTopic(String, String, String, boolean, TopicProperties) - Method in interface org.odpi.openmetadata.accessservices.datamanager.api.EventBrokerInterface
Create a new metadata element to represent a topic.
createTopicFromTemplate(String, String, String, boolean, String, TemplateProperties) - Method in interface org.odpi.openmetadata.accessservices.datamanager.api.EventBrokerInterface
Create a new metadata element to represent a topic using an existing metadata element as a template.
createValidValue(String, String, String, ValidValueProperties) - Method in interface org.odpi.openmetadata.accessservices.datamanager.api.ValidValueManagementInterface
Create a new metadata element to represent the validValue.

D

DatabaseManagerInterface - Interface in org.odpi.openmetadata.accessservices.datamanager.api
DatabaseManagerInterface defines the client side interface for the Data Manager OMAS that is relevant for relational database assets.
DataManagerAuditCode - Enum Class in org.odpi.openmetadata.accessservices.datamanager.ffdc
The DataManagerAuditCode is used to define the message content for the OMRS Audit Log.
DataManagerErrorCode - Enum Class in org.odpi.openmetadata.accessservices.datamanager.ffdc
The DataManagerErrorCode is used to define first failure data capture (FFDC) for errors that occur when working with the Data Manager OMAS Services.
DataManagerEventHeader - Class in org.odpi.openmetadata.accessservices.datamanager.events
DataManagerEventHeader provides a common base for all events from the access service.
DataManagerEventInterface - Interface in org.odpi.openmetadata.accessservices.datamanager.api
DataManagerEventInterface defines how a client gets access to the configuration events produced by the Data Manager OMAS.
DataManagerEventListener - Interface in org.odpi.openmetadata.accessservices.datamanager.api
DataManagerEventListener is the interface that a client implements to register to receive the events from the Data Manager OMAS's out topic.
DataManagerInterface - Interface in org.odpi.openmetadata.accessservices.datamanager.api
DataManagerInterface provides the interface for retrieving the identity of an external data manager.
DataManagerOutboundEvent - Class in org.odpi.openmetadata.accessservices.datamanager.events
DataManagerOutboundEvent describes the structure of the events emitted by the Data Manager OMAS.
DataManagerOutboundEvent() - Constructor for class org.odpi.openmetadata.accessservices.datamanager.events.DataManagerOutboundEvent
Default constructor
DataManagerOutboundEvent(DataManagerOutboundEvent) - Constructor for class org.odpi.openmetadata.accessservices.datamanager.events.DataManagerOutboundEvent
Copy/clone constructor
DataManagerOutboundEventType - Enum Class in org.odpi.openmetadata.accessservices.datamanager.events
DataManagerOutboundEventType describes the different types of events produced by the Data Manager OMAS.
deleteDataFileFromCatalog(String, String, String, String, String) - Method in interface org.odpi.openmetadata.accessservices.datamanager.api.FilesAndFoldersInterface
Remove the file asset description from the catalog.
deleteDataFolderFromCatalog(String, String, String, String, String) - Method in interface org.odpi.openmetadata.accessservices.datamanager.api.FilesAndFoldersInterface
Remove the data folder asset description from the catalog.
deleteExternalReference(String, String) - Method in interface org.odpi.openmetadata.accessservices.datamanager.api.ExternalReferenceManagerInterface
Remove the definition of a external reference.
detachDataFileAssetFromFolder(String, String, String, String, String) - Method in interface org.odpi.openmetadata.accessservices.datamanager.api.FilesAndFoldersInterface
Remove a link between a file asset and a folder.
detachTopLevelFolder(String, String, String, String, String) - Method in interface org.odpi.openmetadata.accessservices.datamanager.api.FilesAndFoldersInterface
Removed the link between a folder and a file system.
DisplayApplicationInterface - Interface in org.odpi.openmetadata.accessservices.datamanager.api
ApplicationInterface defines the client side interface for the Data Manager OMAS that is relevant for form assets that provide data displays and other business functions to an organization.

E

ELEMENT_CLASSIFIED - Enum constant in enum class org.odpi.openmetadata.accessservices.datamanager.events.DataManagerOutboundEventType
 
ELEMENT_DECLASSIFIED - Enum constant in enum class org.odpi.openmetadata.accessservices.datamanager.events.DataManagerOutboundEventType
 
ELEMENT_DELETED - Enum constant in enum class org.odpi.openmetadata.accessservices.datamanager.events.DataManagerOutboundEventType
 
ELEMENT_GUID_CHANGED - Enum constant in enum class org.odpi.openmetadata.accessservices.datamanager.events.DataManagerOutboundEventType
 
ELEMENT_HOME_CHANGED - Enum constant in enum class org.odpi.openmetadata.accessservices.datamanager.events.DataManagerOutboundEventType
 
ELEMENT_RECLASSIFIED - Enum constant in enum class org.odpi.openmetadata.accessservices.datamanager.events.DataManagerOutboundEventType
 
ELEMENT_RESTORED - Enum constant in enum class org.odpi.openmetadata.accessservices.datamanager.events.DataManagerOutboundEventType
 
ELEMENT_TYPE_CHANGED - Enum constant in enum class org.odpi.openmetadata.accessservices.datamanager.events.DataManagerOutboundEventType
 
ELEMENT_UPDATED - Enum constant in enum class org.odpi.openmetadata.accessservices.datamanager.events.DataManagerOutboundEventType
 
equals(Object) - Method in class org.odpi.openmetadata.accessservices.datamanager.events.DataManagerEventHeader
Return comparison result based on the content of the properties.
equals(Object) - Method in class org.odpi.openmetadata.accessservices.datamanager.events.DataManagerOutboundEvent
Return comparison result based on the content of the properties.
equals(Object) - Method in class org.odpi.openmetadata.accessservices.datamanager.properties.TemplateProperties
Compare the values of the supplied object with those stored in the current object.
equals(Object) - Method in class org.odpi.openmetadata.accessservices.datamanager.rest.TemplateRequestBody
Return comparison result based on the content of the properties.
EventBrokerInterface - Interface in org.odpi.openmetadata.accessservices.datamanager.api
EventBrokerInterface defines the client side interface for the Data Manager OMAS that is relevant for topic assets that provide event-based services.
ExternalReferenceManagerInterface - Interface in org.odpi.openmetadata.accessservices.datamanager.api
ExternalReferenceManagerInterface defines the Java API for managing external references.

F

FilesAndFoldersInterface - Interface in org.odpi.openmetadata.accessservices.datamanager.api
FilesAndFoldersInterface is the interface used to record metadata about files and folders.
findAPIOperations(String, String, int, int) - Method in interface org.odpi.openmetadata.accessservices.datamanager.api.APIManagerInterface
Retrieve the list of API Operations metadata elements that contain the search string.
findAPIParameterLists(String, String, int, int) - Method in interface org.odpi.openmetadata.accessservices.datamanager.api.APIManagerInterface
Retrieve the list of API Parameter List metadata elements that contain the search string.
findAPIs(String, String, int, int) - Method in interface org.odpi.openmetadata.accessservices.datamanager.api.APIManagerInterface
Retrieve the list of API metadata elements that contain the search string.
findConnections(String, String, int, int) - Method in interface org.odpi.openmetadata.accessservices.datamanager.api.ConnectionManagerInterface
Retrieve the list of asset metadata elements that contain the search string.
findConnectorTypes(String, String, int, int) - Method in interface org.odpi.openmetadata.accessservices.datamanager.api.ConnectionManagerInterface
Retrieve the list of connectorType metadata elements that contain the search string.
findDatabaseColumns(String, String, int, int) - Method in interface org.odpi.openmetadata.accessservices.datamanager.api.DatabaseManagerInterface
Retrieve the list of database column metadata elements that contain the search string.
findDatabases(String, String, int, int) - Method in interface org.odpi.openmetadata.accessservices.datamanager.api.DatabaseManagerInterface
Retrieve the list of database metadata elements that contain the search string.
findDatabaseSchemas(String, String, int, int) - Method in interface org.odpi.openmetadata.accessservices.datamanager.api.DatabaseManagerInterface
Retrieve the list of database schema metadata elements that contain the search string.
findDatabaseTables(String, String, int, int) - Method in interface org.odpi.openmetadata.accessservices.datamanager.api.DatabaseManagerInterface
Retrieve the list of database table metadata elements that contain the search string.
findDatabaseViews(String, String, int, int) - Method in interface org.odpi.openmetadata.accessservices.datamanager.api.DatabaseManagerInterface
Retrieve the list of database view metadata elements that contain the search string.
findDataContainers(String, String, String, int, int) - Method in interface org.odpi.openmetadata.accessservices.datamanager.api.DisplayApplicationInterface
Retrieve the list of data container metadata elements that contain the search string.
findDataFields(String, String, int, int) - Method in interface org.odpi.openmetadata.accessservices.datamanager.api.DisplayApplicationInterface
Retrieve the list of data fields metadata elements that contain the search string.
findEndpoints(String, String, int, int) - Method in interface org.odpi.openmetadata.accessservices.datamanager.api.ConnectionManagerInterface
Retrieve the list of endpoint metadata elements that contain the search string.
findEventTypes(String, String, int, int) - Method in interface org.odpi.openmetadata.accessservices.datamanager.api.EventBrokerInterface
Retrieve the list of event types metadata elements that contain the search string.
findExternalReferencesById(String, String, int, int) - Method in interface org.odpi.openmetadata.accessservices.datamanager.api.ExternalReferenceManagerInterface
Retrieve the list of external references for this resourceId.
findExternalReferencesByURL(String, String, int, int) - Method in interface org.odpi.openmetadata.accessservices.datamanager.api.ExternalReferenceManagerInterface
Retrieve the list of external references for this URL.
findFilesByPathName(String, String, int, int) - Method in interface org.odpi.openmetadata.accessservices.datamanager.api.FilesAndFoldersInterface
Retrieve data files by the supplied wildcard name.
findForms(String, String, int, int) - Method in interface org.odpi.openmetadata.accessservices.datamanager.api.DisplayApplicationInterface
Retrieve the list of form metadata elements that contain the search string.
findQueries(String, String, int, int) - Method in interface org.odpi.openmetadata.accessservices.datamanager.api.DisplayApplicationInterface
Retrieve the list of query metadata elements that contain the search string.
findReports(String, String, int, int) - Method in interface org.odpi.openmetadata.accessservices.datamanager.api.DisplayApplicationInterface
Retrieve the list of report metadata elements that contain the search string.
findSchemaAttributes(String, String, String, int, int) - Method in interface org.odpi.openmetadata.accessservices.datamanager.api.SchemaManagerInterface
Retrieve the list of schema attribute metadata elements that contain the search string.
findSchemaType(String, String, String, int, int) - Method in interface org.odpi.openmetadata.accessservices.datamanager.api.SchemaManagerInterface
Retrieve the list of schema type metadata elements that contain the search string.
findTopics(String, String, int, int) - Method in interface org.odpi.openmetadata.accessservices.datamanager.api.EventBrokerInterface
Retrieve the list of topic metadata elements that contain the search string.
findValidValues(String, String, int, int) - Method in interface org.odpi.openmetadata.accessservices.datamanager.api.ValidValueManagementInterface
Retrieve the list of metadata elements that contain the search string.
findValidValueSet(String, String, int, int) - Method in interface org.odpi.openmetadata.accessservices.datamanager.api.SchemaManagerInterface
Retrieve the list of valid value set metadata elements that contain the search string.

G

getAllValidValues(String, int, int) - Method in interface org.odpi.openmetadata.accessservices.datamanager.api.ValidValueManagementInterface
Retrieve the list of valid values.
getAPIByGUID(String, String) - Method in interface org.odpi.openmetadata.accessservices.datamanager.api.APIManagerInterface
Retrieve the API metadata element with the supplied unique identifier.
getAPIOperationByGUID(String, String) - Method in interface org.odpi.openmetadata.accessservices.datamanager.api.APIManagerInterface
Retrieve the API Operation metadata element with the supplied unique identifier.
getAPIOperationsByName(String, String, int, int) - Method in interface org.odpi.openmetadata.accessservices.datamanager.api.APIManagerInterface
Retrieve the list of API Operations metadata elements with a matching qualified or display name.
getAPIParameterListByGUID(String, String) - Method in interface org.odpi.openmetadata.accessservices.datamanager.api.APIManagerInterface
Retrieve the API Parameter List metadata element with the supplied unique identifier.
getAPIParameterListsByName(String, String, int, int) - Method in interface org.odpi.openmetadata.accessservices.datamanager.api.APIManagerInterface
Retrieve the list of API Parameter List metadata elements with a matching qualified or display name.
getAPIsByName(String, String, int, int) - Method in interface org.odpi.openmetadata.accessservices.datamanager.api.APIManagerInterface
Retrieve the list of API metadata elements with a matching qualified or display name.
getAPIsForAPIManager(String, String, String, int, int) - Method in interface org.odpi.openmetadata.accessservices.datamanager.api.APIManagerInterface
Retrieve the list of APIs created by this caller.
getAPIsForEndpoint(String, String, int, int) - Method in interface org.odpi.openmetadata.accessservices.datamanager.api.APIManagerInterface
Retrieve the list of APIs connected to the requested endpoint.
getAssigneesOfReferenceValue(String, String, int, int) - Method in interface org.odpi.openmetadata.accessservices.datamanager.api.ValidValueManagementInterface
Return information about the person roles linked to a validValue.
getChildDataFields(String, String, int, int) - Method in interface org.odpi.openmetadata.accessservices.datamanager.api.DisplayApplicationInterface
Return the list of data fields associated with a parent element (application asset or data container or data field with a complex type).
getClassificationName() - Method in class org.odpi.openmetadata.accessservices.datamanager.events.DataManagerOutboundEvent
Return the name of the classification that has changed.
getColumnsForDatabaseTable(String, String, int, int) - Method in interface org.odpi.openmetadata.accessservices.datamanager.api.DatabaseManagerInterface
Retrieve the list of column for a database table (or view)
getConnectionByGUID(String, String) - Method in interface org.odpi.openmetadata.accessservices.datamanager.api.ConnectionManagerInterface
Retrieve the connection metadata element with the supplied unique identifier.
getConnectionsByName(String, String, int, int) - Method in interface org.odpi.openmetadata.accessservices.datamanager.api.ConnectionManagerInterface
Retrieve the list of asset metadata elements with a matching qualified or display name.
getConnectorTypeByGUID(String, String) - Method in interface org.odpi.openmetadata.accessservices.datamanager.api.ConnectionManagerInterface
Retrieve the connectorType metadata element with the supplied unique identifier.
getConnectorTypesByName(String, String, int, int) - Method in interface org.odpi.openmetadata.accessservices.datamanager.api.ConnectionManagerInterface
Retrieve the list of connectorType metadata elements with a matching qualified or display name.
getConsumersOfValidValue(String, String, int, int) - Method in interface org.odpi.openmetadata.accessservices.datamanager.api.ValidValueManagementInterface
Return information about the consumers linked to a valid value.
getDatabaseByGUID(String, String) - Method in interface org.odpi.openmetadata.accessservices.datamanager.api.DatabaseManagerInterface
Retrieve the database metadata element with the supplied unique identifier.
getDatabaseColumnByGUID(String, String) - Method in interface org.odpi.openmetadata.accessservices.datamanager.api.DatabaseManagerInterface
Retrieve the database column metadata element with the supplied unique identifier.
getDatabaseColumnsByName(String, String, int, int) - Method in interface org.odpi.openmetadata.accessservices.datamanager.api.DatabaseManagerInterface
Retrieve the list of database column metadata elements with a matching qualified or display name.
getDatabasesByName(String, String, int, int) - Method in interface org.odpi.openmetadata.accessservices.datamanager.api.DatabaseManagerInterface
Retrieve the list of database metadata elements with a matching qualified or display name.
getDatabaseSchemaByGUID(String, String) - Method in interface org.odpi.openmetadata.accessservices.datamanager.api.DatabaseManagerInterface
Retrieve the database schema metadata element with the supplied unique identifier.
getDatabaseSchemasByName(String, String, int, int) - Method in interface org.odpi.openmetadata.accessservices.datamanager.api.DatabaseManagerInterface
Retrieve the list of database schema metadata elements with a matching qualified or display name.
getDatabasesForDatabaseManager(String, String, String, int, int) - Method in interface org.odpi.openmetadata.accessservices.datamanager.api.DatabaseManagerInterface
Retrieve the list of databases created by this caller.
getDatabaseTableByGUID(String, String) - Method in interface org.odpi.openmetadata.accessservices.datamanager.api.DatabaseManagerInterface
Retrieve the database table metadata element with the supplied unique identifier.
getDatabaseTablesByName(String, String, int, int) - Method in interface org.odpi.openmetadata.accessservices.datamanager.api.DatabaseManagerInterface
Retrieve the list of database table metadata elements with a matching qualified or display name.
getDatabaseViewByGUID(String, String) - Method in interface org.odpi.openmetadata.accessservices.datamanager.api.DatabaseManagerInterface
Retrieve the database view metadata element with the supplied unique identifier.
getDatabaseViewsByName(String, String, int, int) - Method in interface org.odpi.openmetadata.accessservices.datamanager.api.DatabaseManagerInterface
Retrieve the list of database view metadata elements with a matching qualified or display name.
getDataContainerByGUID(String, String) - Method in interface org.odpi.openmetadata.accessservices.datamanager.api.DisplayApplicationInterface
Retrieve the data container metadata element with the supplied unique identifier.
getDataContainerByName(String, String, String, int, int) - Method in interface org.odpi.openmetadata.accessservices.datamanager.api.DisplayApplicationInterface
Retrieve the list of data container metadata elements with a matching qualified or display name.
getDataContainerParent(String, String) - Method in interface org.odpi.openmetadata.accessservices.datamanager.api.DisplayApplicationInterface
Retrieve the header of the metadata element connected to a data container.
getDataContainersForElement(String, String, int, int) - Method in interface org.odpi.openmetadata.accessservices.datamanager.api.DisplayApplicationInterface
Return the data container associated with a specific open metadata element (data asset, process or port).
getDataFieldByGUID(String, String) - Method in interface org.odpi.openmetadata.accessservices.datamanager.api.DisplayApplicationInterface
Retrieve the data field metadata element with the supplied unique identifier.
getDataFieldsByName(String, String, int, int) - Method in interface org.odpi.openmetadata.accessservices.datamanager.api.DisplayApplicationInterface
Retrieve the list of data fields metadata elements with a matching qualified or display name.
getDescription() - Method in class org.odpi.openmetadata.accessservices.datamanager.properties.TemplateProperties
Returns the stored description property for the metadata entity.
getDisplayName() - Method in class org.odpi.openmetadata.accessservices.datamanager.properties.TemplateProperties
Returns the stored display name property for the metadata entity.
getEndOneElement() - Method in class org.odpi.openmetadata.accessservices.datamanager.events.DataManagerOutboundEvent
Return the element at end one of the relationship that is described in the principleElement.
getEndpointByGUID(String, String) - Method in interface org.odpi.openmetadata.accessservices.datamanager.api.ConnectionManagerInterface
Retrieve the endpoint metadata element with the supplied unique identifier.
getEndpointsByName(String, String, int, int) - Method in interface org.odpi.openmetadata.accessservices.datamanager.api.ConnectionManagerInterface
Retrieve the list of endpoint metadata elements with a matching qualified or display name.
getEndTwoElement() - Method in class org.odpi.openmetadata.accessservices.datamanager.events.DataManagerOutboundEvent
Return the element at end two of the relationship that is described in the principleElement.
getEventType() - Method in class org.odpi.openmetadata.accessservices.datamanager.events.DataManagerOutboundEvent
Return the type of event.
getEventTypeByGUID(String, String) - Method in interface org.odpi.openmetadata.accessservices.datamanager.api.EventBrokerInterface
Retrieve the event type metadata element with the supplied unique identifier.
getEventTypeCode() - Method in enum class org.odpi.openmetadata.accessservices.datamanager.events.DataManagerOutboundEventType
Return the int identifier used for indexing based on the enum.
getEventTypeDescription() - Method in enum class org.odpi.openmetadata.accessservices.datamanager.events.DataManagerOutboundEventType
Return the default description for the enum value - used when natural resource bundle is not available.
getEventTypeName() - Method in enum class org.odpi.openmetadata.accessservices.datamanager.events.DataManagerOutboundEventType
Return the string name used for messages that include the enum.
getEventTypesByName(String, String, int, int) - Method in interface org.odpi.openmetadata.accessservices.datamanager.api.EventBrokerInterface
Retrieve the list of event types metadata elements with a matching qualified or display name.
getEventTypesForEventSet(String, String, int, int) - Method in interface org.odpi.openmetadata.accessservices.datamanager.api.EventBrokerInterface
Return the list of event types associated with an EventSet.
getEventTypesForTopic(String, String, int, int) - Method in interface org.odpi.openmetadata.accessservices.datamanager.api.EventBrokerInterface
Return the list of event types associated with a topic.
getEventVersionId() - Method in class org.odpi.openmetadata.accessservices.datamanager.events.DataManagerEventHeader
Return the event version id for this event structure.
getExternalDataManagerGUID(String, String) - Method in interface org.odpi.openmetadata.accessservices.datamanager.api.DataManagerInterface
Retrieve the unique identifier of the external data manager.
getExternalReferenceByGUID(String, String) - Method in interface org.odpi.openmetadata.accessservices.datamanager.api.ExternalReferenceManagerInterface
Return information about a specific external reference.
getExternalSourceGUID() - Method in class org.odpi.openmetadata.accessservices.datamanager.rest.TemplateRequestBody
Return the unique identifier of the software server capability entity that represented the external source - null for local.
getExternalSourceName() - Method in class org.odpi.openmetadata.accessservices.datamanager.rest.TemplateRequestBody
Return the unique name of the software server capability entity that represented the external source.
getFileByGUID(String, String) - Method in interface org.odpi.openmetadata.accessservices.datamanager.api.FilesAndFoldersInterface
Retrieve a FileFolderProperties asset by its unique identifier (GUID).
getFileByPathName(String, String) - Method in interface org.odpi.openmetadata.accessservices.datamanager.api.FilesAndFoldersInterface
Retrieve a folder by its fully qualified path name.
getFilesByPathName(String, String, int, int) - Method in interface org.odpi.openmetadata.accessservices.datamanager.api.FilesAndFoldersInterface
Find data file by a full or partial path name.
getFolderByGUID(String, String) - Method in interface org.odpi.openmetadata.accessservices.datamanager.api.FilesAndFoldersInterface
Retrieve a FileFolderProperties asset by its unique identifier (GUID).
getFolderByPathName(String, String) - Method in interface org.odpi.openmetadata.accessservices.datamanager.api.FilesAndFoldersInterface
Retrieve a folder by its fully qualified path name.
getFolderFiles(String, String, int, int) - Method in interface org.odpi.openmetadata.accessservices.datamanager.api.FilesAndFoldersInterface
Get the data files inside a folder - both those that are nested and those that are linked.
getFormByGUID(String, String) - Method in interface org.odpi.openmetadata.accessservices.datamanager.api.DisplayApplicationInterface
Retrieve the form metadata element with the supplied unique identifier.
getFormsByName(String, String, int, int) - Method in interface org.odpi.openmetadata.accessservices.datamanager.api.DisplayApplicationInterface
Retrieve the list of form metadata elements with a matching qualified or display name.
getFormsForApplication(String, String, String, int, int) - Method in interface org.odpi.openmetadata.accessservices.datamanager.api.DisplayApplicationInterface
Retrieve the list of forms created by this caller.
getMessageDefinition() - Method in enum class org.odpi.openmetadata.accessservices.datamanager.ffdc.DataManagerAuditCode
Retrieve a message definition object for logging.
getMessageDefinition() - Method in enum class org.odpi.openmetadata.accessservices.datamanager.ffdc.DataManagerErrorCode
Retrieve a message definition object for an exception.
getMessageDefinition(String...) - Method in enum class org.odpi.openmetadata.accessservices.datamanager.ffdc.DataManagerAuditCode
Retrieve a message definition object for logging.
getMessageDefinition(String...) - Method in enum class org.odpi.openmetadata.accessservices.datamanager.ffdc.DataManagerErrorCode
Retrieve a message definition object for an exception.
getMetadataSourceGUID(String, String) - Method in interface org.odpi.openmetadata.accessservices.datamanager.api.MetadataSourceInterface
Retrieve the unique identifier of the software server capability that describes a metadata source.
getNestedAttributes(String, String, int, int) - Method in interface org.odpi.openmetadata.accessservices.datamanager.api.SchemaManagerInterface
Retrieve the list of schema attributes associated with a StructSchemaType or nested underneath a schema attribute.
getNestedFolders(String, String, int, int) - Method in interface org.odpi.openmetadata.accessservices.datamanager.api.FilesAndFoldersInterface
Return the list of folders nested inside a folder.
getNetworkAddress() - Method in class org.odpi.openmetadata.accessservices.datamanager.properties.TemplateProperties
Return the physical network address of this metadata element (if this makes sense).
getOperationsForAPI(String, String, int, int) - Method in interface org.odpi.openmetadata.accessservices.datamanager.api.APIManagerInterface
Return the list of API Parameter Lists associated with an API Operation.
getParameterListsForAPIOperation(String, String, int, int) - Method in interface org.odpi.openmetadata.accessservices.datamanager.api.APIManagerInterface
Return the list of API Parameter Lists associated with an API Operation.
getParentGUID() - Method in class org.odpi.openmetadata.accessservices.datamanager.rest.TemplateRequestBody
Return an optional parent GUID to attach the new element to.
getPathName() - Method in class org.odpi.openmetadata.accessservices.datamanager.properties.TemplateProperties
Return the path name to the physical resource - used when creating new data store assets such as databases, files and folders.
getPrincipleElement() - Method in class org.odpi.openmetadata.accessservices.datamanager.events.DataManagerOutboundEvent
Return the element that is the subject of the event.
getQualifiedName() - Method in class org.odpi.openmetadata.accessservices.datamanager.properties.TemplateProperties
Returns the stored qualified name property for the metadata entity.
getQueriesByName(String, String, int, int) - Method in interface org.odpi.openmetadata.accessservices.datamanager.api.DisplayApplicationInterface
Retrieve the list of query metadata elements with a matching qualified or display name.
getQueriesForApplication(String, String, String, int, int) - Method in interface org.odpi.openmetadata.accessservices.datamanager.api.DisplayApplicationInterface
Retrieve the list of querys created by this caller.
getQueryByGUID(String, String) - Method in interface org.odpi.openmetadata.accessservices.datamanager.api.DisplayApplicationInterface
Retrieve the query metadata element with the supplied unique identifier.
getReferenceValues(String, String, int, int) - Method in interface org.odpi.openmetadata.accessservices.datamanager.api.ValidValueManagementInterface
Return information about the valid values linked as reference value tags to an element..
getReportByGUID(String, String) - Method in interface org.odpi.openmetadata.accessservices.datamanager.api.DisplayApplicationInterface
Retrieve the report metadata element with the supplied unique identifier.
getReportsByName(String, String, int, int) - Method in interface org.odpi.openmetadata.accessservices.datamanager.api.DisplayApplicationInterface
Retrieve the list of report metadata elements with a matching qualified or display name.
getReportsForApplication(String, String, String, int, int) - Method in interface org.odpi.openmetadata.accessservices.datamanager.api.DisplayApplicationInterface
Retrieve the list of reports created by this caller.
getSchemaAttributeByGUID(String, String) - Method in interface org.odpi.openmetadata.accessservices.datamanager.api.SchemaManagerInterface
Retrieve the schema attribute metadata element with the supplied unique identifier.
getSchemaAttributesByName(String, String, String, int, int) - Method in interface org.odpi.openmetadata.accessservices.datamanager.api.SchemaManagerInterface
Retrieve the list of schema attribute metadata elements with a matching qualified or display name.
getSchemasForDatabase(String, String, int, int) - Method in interface org.odpi.openmetadata.accessservices.datamanager.api.DatabaseManagerInterface
Return the list of schemas associated with a database.
getSchemaTypeByGUID(String, String) - Method in interface org.odpi.openmetadata.accessservices.datamanager.api.SchemaManagerInterface
Retrieve the schema type metadata element with the supplied unique identifier.
getSchemaTypeByName(String, String, String, int, int) - Method in interface org.odpi.openmetadata.accessservices.datamanager.api.SchemaManagerInterface
Retrieve the list of schema type metadata elements with a matching qualified or display name.
getSchemaTypeForElement(String, String, String) - Method in interface org.odpi.openmetadata.accessservices.datamanager.api.SchemaManagerInterface
Return the schema type associated with a specific open metadata element (data asset, process or port).
getSchemaTypeParent(String, String) - Method in interface org.odpi.openmetadata.accessservices.datamanager.api.SchemaManagerInterface
Retrieve the header of the metadata element connected to a schema type.
getSetsForValidValue(String, String, int, int) - Method in interface org.odpi.openmetadata.accessservices.datamanager.api.ValidValueManagementInterface
Page through the list of valid value sets that a valid value definition/set belongs to.
getTablesForDatabaseAsset(String, String, int, int) - Method in interface org.odpi.openmetadata.accessservices.datamanager.api.DatabaseManagerInterface
Retrieve the list of database tables associated with a database or database schema.
getTablesForDatabaseSchema(String, String, int, int) - Method in interface org.odpi.openmetadata.accessservices.datamanager.api.DatabaseManagerInterface
Deprecated.
getTopicByGUID(String, String) - Method in interface org.odpi.openmetadata.accessservices.datamanager.api.EventBrokerInterface
Retrieve the topic metadata element with the supplied unique identifier.
getTopicsByName(String, String, int, int) - Method in interface org.odpi.openmetadata.accessservices.datamanager.api.EventBrokerInterface
Retrieve the list of topic metadata elements with a matching qualified or display name.
getTopicsForEventBroker(String, String, String, int, int) - Method in interface org.odpi.openmetadata.accessservices.datamanager.api.EventBrokerInterface
Retrieve the list of topics created by this caller.
getTopLevelDataFiles(String, String, int, int) - Method in interface org.odpi.openmetadata.accessservices.datamanager.api.FilesAndFoldersInterface
Return the list of folders nested inside a folder.
getTopLevelFolders(String, String, int, int) - Method in interface org.odpi.openmetadata.accessservices.datamanager.api.FilesAndFoldersInterface
Return the list of folders linked to the file server capability.
getValidValueByGUID(String, String) - Method in interface org.odpi.openmetadata.accessservices.datamanager.api.ValidValueManagementInterface
Retrieve the validValue metadata element with the supplied unique identifier.
getValidValuesByName(String, String, int, int) - Method in interface org.odpi.openmetadata.accessservices.datamanager.api.ValidValueManagementInterface
Retrieve the list of metadata elements with a matching qualified or display name.
getValidValueSetByName(String, String, int, int) - Method in interface org.odpi.openmetadata.accessservices.datamanager.api.SchemaManagerInterface
Retrieve the list of valid value set metadata elements with a matching qualified or display name.
getValidValueSetMembers(String, String, int, int) - Method in interface org.odpi.openmetadata.accessservices.datamanager.api.ValidValueManagementInterface
Page through the members of a valid value set.
getValidValuesForConsumer(String, String) - Method in interface org.odpi.openmetadata.accessservices.datamanager.api.ValidValueManagementInterface
Return information about the valid value set linked to an element as its set of valid values.
getVersionIdentifier() - Method in class org.odpi.openmetadata.accessservices.datamanager.properties.TemplateProperties
Set up the version identifier of the resource.
getViewsForDatabaseAsset(String, String, int, int) - Method in interface org.odpi.openmetadata.accessservices.datamanager.api.DatabaseManagerInterface
Retrieve the list of database views associated with a database or database schema.
getViewsForDatabaseSchema(String, String, int, int) - Method in interface org.odpi.openmetadata.accessservices.datamanager.api.DatabaseManagerInterface
Deprecated.

H

hashCode() - Method in class org.odpi.openmetadata.accessservices.datamanager.events.DataManagerEventHeader
Return hash code for this object
hashCode() - Method in class org.odpi.openmetadata.accessservices.datamanager.events.DataManagerOutboundEvent
Return hash code for this object
hashCode() - Method in class org.odpi.openmetadata.accessservices.datamanager.properties.TemplateProperties
Return hash code based on properties.
hashCode() - Method in class org.odpi.openmetadata.accessservices.datamanager.rest.TemplateRequestBody
Return hash code for this object

L

linkExternalReferenceToElement(String, String, String, String, String) - Method in interface org.odpi.openmetadata.accessservices.datamanager.api.ExternalReferenceManagerInterface
Link an external reference to an object.

M

MetadataSourceInterface - Interface in org.odpi.openmetadata.accessservices.datamanager.api
MetadataSourceInterface is the interface used to define information about the third party technologies that an integration daemon is extracting metadata from.
moveDataFileInCatalog(String, String, String, String, String) - Method in interface org.odpi.openmetadata.accessservices.datamanager.api.FilesAndFoldersInterface
Move a data file from its current parent folder to a new parent folder - this changes the file's qualified name but not its unique identifier (guid).
moveDataFolderInCatalog(String, String, String, String, String) - Method in interface org.odpi.openmetadata.accessservices.datamanager.api.FilesAndFoldersInterface
Move a data folder from its current parent folder to a new parent folder - this changes the folder's qualified name but not its unique identifier (guid).

N

NEW_ELEMENT_CREATED - Enum constant in enum class org.odpi.openmetadata.accessservices.datamanager.events.DataManagerOutboundEventType
 
NULL_LISTENER - Enum constant in enum class org.odpi.openmetadata.accessservices.datamanager.ffdc.DataManagerErrorCode
OMAS-DATA-MANAGER-500-001 - A null topic listener has been passed by user {0} on method {1}

O

OMRS_NOT_INITIALIZED - Enum constant in enum class org.odpi.openmetadata.accessservices.datamanager.ffdc.DataManagerErrorCode
OMAS-DATA-MANAGER-404-001 - The open metadata repository services are not initialized for the {0} operation
org.odpi.openmetadata.accessservices.datamanager.api - package org.odpi.openmetadata.accessservices.datamanager.api
The API package defines the Java interfaces supported by the Data Manager OMAS.
org.odpi.openmetadata.accessservices.datamanager.events - package org.odpi.openmetadata.accessservices.datamanager.events
 
org.odpi.openmetadata.accessservices.datamanager.ffdc - package org.odpi.openmetadata.accessservices.datamanager.ffdc
 
org.odpi.openmetadata.accessservices.datamanager.properties - package org.odpi.openmetadata.accessservices.datamanager.properties
These beans describe the core properties that are passed to the server to create and update metadata.
org.odpi.openmetadata.accessservices.datamanager.rest - package org.odpi.openmetadata.accessservices.datamanager.rest
This package defines the beans used to build the REST request and response payloads.
OUT_TOPIC_EVENT - Enum constant in enum class org.odpi.openmetadata.accessservices.datamanager.ffdc.DataManagerAuditCode
OMAS-DATA-MANAGER-0013 - The Data Manager Open Metadata Access Service (OMAS) has sent event of type: {0}
OUTBOUND_EVENT_EXCEPTION - Enum constant in enum class org.odpi.openmetadata.accessservices.datamanager.ffdc.DataManagerAuditCode
OMAS-DATA-MANAGER-0018 - Unable to send an outbound event of type {0} for instance with unique identifier of {1} and type name {2} due to exception {3}.

P

processEvent(DataManagerOutboundEvent) - Method in interface org.odpi.openmetadata.accessservices.datamanager.api.DataManagerEventListener
Process an event that was published by the Data Manager OMAS.
publishAPI(String, String) - Method in interface org.odpi.openmetadata.accessservices.datamanager.api.APIManagerInterface
Update the zones for the API asset so that it becomes visible to consumers.
publishDatabase(String, String) - Method in interface org.odpi.openmetadata.accessservices.datamanager.api.DatabaseManagerInterface
Update the zones for the database asset so that it becomes visible to consumers.
publishDatabaseSchema(String, String) - Method in interface org.odpi.openmetadata.accessservices.datamanager.api.DatabaseManagerInterface
Update the zones for the database asset so that it becomes visible to consumers.
publishForm(String, String) - Method in interface org.odpi.openmetadata.accessservices.datamanager.api.DisplayApplicationInterface
Update the zones for the form asset so that it becomes visible to consumers.
PUBLISHING_SHUTDOWN - Enum constant in enum class org.odpi.openmetadata.accessservices.datamanager.ffdc.DataManagerAuditCode
OMAS-DATA-MANAGER-0006 - The Data Manager Open Metadata Access Service (OMAS) is no longer publishing events to topic {0}
PUBLISHING_SHUTDOWN_ERROR - Enum constant in enum class org.odpi.openmetadata.accessservices.datamanager.ffdc.DataManagerAuditCode
OMAS-DATA-MANAGER-0007 - The Data Manager Open Metadata Access Service (OMAS) caught an unexpected {0} exception whilst shutting down the out topic {1}.
publishQuery(String, String) - Method in interface org.odpi.openmetadata.accessservices.datamanager.api.DisplayApplicationInterface
Update the zones for the query asset so that it becomes visible to consumers.
publishReport(String, String) - Method in interface org.odpi.openmetadata.accessservices.datamanager.api.DisplayApplicationInterface
Update the zones for the report asset so that it becomes visible to consumers.
publishTopic(String, String) - Method in interface org.odpi.openmetadata.accessservices.datamanager.api.EventBrokerInterface
Update the zones for the topic asset so that it becomes visible to consumers.

R

REFRESH_ELEMENT_EVENT - Enum constant in enum class org.odpi.openmetadata.accessservices.datamanager.events.DataManagerOutboundEventType
 
registerListener(String, DataManagerEventListener) - Method in interface org.odpi.openmetadata.accessservices.datamanager.api.DataManagerEventInterface
Register a listener object that will be passed each of the events published by the Data Manager OMAS.
removeAPI(String, String, String, String, String) - Method in interface org.odpi.openmetadata.accessservices.datamanager.api.APIManagerInterface
Remove the metadata element representing an API.
removeAPIOperation(String, String, String, String, String) - Method in interface org.odpi.openmetadata.accessservices.datamanager.api.APIManagerInterface
Remove an API Operation.
removeAPIParameterList(String, String, String, String, String) - Method in interface org.odpi.openmetadata.accessservices.datamanager.api.APIManagerInterface
Remove an API Parameter List and all of its parameters.
removeConnection(String, String, String, String) - Method in interface org.odpi.openmetadata.accessservices.datamanager.api.ConnectionManagerInterface
Remove the metadata element representing a connection.
removeDatabase(String, String, String, String) - Method in interface org.odpi.openmetadata.accessservices.datamanager.api.DatabaseManagerInterface
Remove the metadata element representing a database.
removeDatabaseColumn(String, String, String, String) - Method in interface org.odpi.openmetadata.accessservices.datamanager.api.DatabaseManagerInterface
Remove the metadata element representing a database column.
removeDatabaseSchema(String, String, String, String) - Method in interface org.odpi.openmetadata.accessservices.datamanager.api.DatabaseManagerInterface
Remove the metadata element representing a database schema.
removeDatabaseTable(String, String, String, String) - Method in interface org.odpi.openmetadata.accessservices.datamanager.api.DatabaseManagerInterface
Remove the metadata element representing a database table.
removeDatabaseView(String, String, String, String) - Method in interface org.odpi.openmetadata.accessservices.datamanager.api.DatabaseManagerInterface
Remove the metadata element representing a database table.
removeDataContainer(String, String, String, String) - Method in interface org.odpi.openmetadata.accessservices.datamanager.api.DisplayApplicationInterface
Remove the metadata element representing a data container.
removeDataField(String, String, String, String) - Method in interface org.odpi.openmetadata.accessservices.datamanager.api.DisplayApplicationInterface
Remove an data field.
removeEndpoint(String, String, String, String) - Method in interface org.odpi.openmetadata.accessservices.datamanager.api.ConnectionManagerInterface
Remove the metadata element representing a endpoint.
removeEventType(String, String, String, String, String) - Method in interface org.odpi.openmetadata.accessservices.datamanager.api.EventBrokerInterface
Remove an event type.
removeForeignKeyRelationship(String, String, String, String, String) - Method in interface org.odpi.openmetadata.accessservices.datamanager.api.DatabaseManagerInterface
Remove the foreign key relationship for the requested columns.
removeForm(String, String, String, String, String) - Method in interface org.odpi.openmetadata.accessservices.datamanager.api.DisplayApplicationInterface
Remove the metadata element representing a form.
removePrimaryKeyFromColumn(String, String, String, String) - Method in interface org.odpi.openmetadata.accessservices.datamanager.api.DatabaseManagerInterface
Remove the classification that this column is a primary key.
removeQuery(String, String, String, String, String) - Method in interface org.odpi.openmetadata.accessservices.datamanager.api.DisplayApplicationInterface
Remove the metadata element representing a query.
removeReport(String, String, String, String, String) - Method in interface org.odpi.openmetadata.accessservices.datamanager.api.DisplayApplicationInterface
Remove the metadata element representing a report.
removeSchemaAttribute(String, String, String, String) - Method in interface org.odpi.openmetadata.accessservices.datamanager.api.SchemaManagerInterface
Remove the metadata element representing a schema attribute.
removeSchemaType(String, String, String, String) - Method in interface org.odpi.openmetadata.accessservices.datamanager.api.SchemaManagerInterface
Remove the metadata element representing a schema type.
removeTopic(String, String, String, String, String) - Method in interface org.odpi.openmetadata.accessservices.datamanager.api.EventBrokerInterface
Remove the metadata element representing a topic.
removeValidValue(String, String, String, String) - Method in interface org.odpi.openmetadata.accessservices.datamanager.api.ValidValueManagementInterface
Remove the metadata element representing a validValue.
retrieveAttachedExternalReferences(String, String, int, int) - Method in interface org.odpi.openmetadata.accessservices.datamanager.api.ExternalReferenceManagerInterface
Retrieve the list of external references attached to the supplied object.

S

SchemaManagerInterface - Interface in org.odpi.openmetadata.accessservices.datamanager.api
SchemaManagerInterface defines the common methods for managing SchemaTypes and SchemaAttributes.
SERVICE_INITIALIZED - Enum constant in enum class org.odpi.openmetadata.accessservices.datamanager.ffdc.DataManagerAuditCode
OMAS-DATA-MANAGER-0004 - The Data Manager Open Metadata Access Service (OMAS) has initialized a new instance for server {0}
SERVICE_INITIALIZING - Enum constant in enum class org.odpi.openmetadata.accessservices.datamanager.ffdc.DataManagerAuditCode
OMAS-DATA-MANAGER-0001 - The Data Manager Open Metadata Access Service (OMAS) is initializing a new server instance
SERVICE_INSTANCE_FAILURE - Enum constant in enum class org.odpi.openmetadata.accessservices.datamanager.ffdc.DataManagerAuditCode
OMAS-DATA-MANAGER-0003 - The Data Manager Open Metadata Access Service (OMAS) is unable to initialize a new instance; error message is {0}
SERVICE_PUBLISHING - Enum constant in enum class org.odpi.openmetadata.accessservices.datamanager.ffdc.DataManagerAuditCode
OMAS-DATA-MANAGER-0002 - The Data Manager Open Metadata Access Service (OMAS) is ready to publish data manager notifications to topic {0}
SERVICE_SHUTDOWN - Enum constant in enum class org.odpi.openmetadata.accessservices.datamanager.ffdc.DataManagerAuditCode
OMAS-DATA-MANAGER-0005 - The Data Manager Open Metadata Access Service (OMAS) is shutting down server instance {0}
setClassificationName(String) - Method in class org.odpi.openmetadata.accessservices.datamanager.events.DataManagerOutboundEvent
Set up the name of the classification that has changed.
setDescription(String) - Method in class org.odpi.openmetadata.accessservices.datamanager.properties.TemplateProperties
Set up the stored description property associated with the metadata entity.
setDisplayName(String) - Method in class org.odpi.openmetadata.accessservices.datamanager.properties.TemplateProperties
Set up the stored display name property for the metadata entity.
setEndOneElement(ElementStub) - Method in class org.odpi.openmetadata.accessservices.datamanager.events.DataManagerOutboundEvent
Set up the element at end one of the relationship that is described in the principleElement.
setEndTwoElement(ElementStub) - Method in class org.odpi.openmetadata.accessservices.datamanager.events.DataManagerOutboundEvent
Set up the element at end two of the relationship that is described in the principleElement.
setEventType(DataManagerOutboundEventType) - Method in class org.odpi.openmetadata.accessservices.datamanager.events.DataManagerOutboundEvent
Set up the type of event.
setEventVersionId(long) - Method in class org.odpi.openmetadata.accessservices.datamanager.events.DataManagerEventHeader
Set up the event version id for this event structure.
setExternalSourceGUID(String) - Method in class org.odpi.openmetadata.accessservices.datamanager.rest.TemplateRequestBody
Set up the unique identifier of the software server capability entity that represented the external source - null for local.
setExternalSourceName(String) - Method in class org.odpi.openmetadata.accessservices.datamanager.rest.TemplateRequestBody
Set up the unique name of the software server capability entity that represented the external source.
setNetworkAddress(String) - Method in class org.odpi.openmetadata.accessservices.datamanager.properties.TemplateProperties
Set up the physical network address of this metadata element (if this makes sense).
setParentGUID(String) - Method in class org.odpi.openmetadata.accessservices.datamanager.rest.TemplateRequestBody
Set up an optional parent GUID to attach the new element to.
setPathName(String) - Method in class org.odpi.openmetadata.accessservices.datamanager.properties.TemplateProperties
Set up the path name to the physical resource - used when creating new data store assets such as databases, files and folders.
setPrimaryKeyOnColumn(String, String, String, String, DatabasePrimaryKeyProperties) - Method in interface org.odpi.openmetadata.accessservices.datamanager.api.DatabaseManagerInterface
Classify a column in a database table as the primary key.
setPrincipleElement(ElementStub) - Method in class org.odpi.openmetadata.accessservices.datamanager.events.DataManagerOutboundEvent
Set up the element that is the subject of the event.
setQualifiedName(String) - Method in class org.odpi.openmetadata.accessservices.datamanager.properties.TemplateProperties
Set up the fully qualified name.
setupAssetConnection(String, String, String, String, String, String) - Method in interface org.odpi.openmetadata.accessservices.datamanager.api.ConnectionManagerInterface
Create a relationship between an asset and its connection.
setupCalculatedValue(String, String, String, String, String) - Method in interface org.odpi.openmetadata.accessservices.datamanager.api.SchemaManagerInterface
Classify the schema element to indicate that it describes a calculated value.
setupConnectorType(String, String, String, String, String) - Method in interface org.odpi.openmetadata.accessservices.datamanager.api.ConnectionManagerInterface
Create a relationship between a connection and a connector type.
setupEmbeddedConnection(String, String, String, String, int, String, Map<String, Object>, String) - Method in interface org.odpi.openmetadata.accessservices.datamanager.api.ConnectionManagerInterface
Create a relationship between a virtual connection and an embedded connection.
setupEndpoint(String, String, String, String, String) - Method in interface org.odpi.openmetadata.accessservices.datamanager.api.ConnectionManagerInterface
Create a relationship between a connection and an endpoint.
setupQueryTargetRelationship(String, String, String, String, String, DerivedSchemaTypeQueryTargetProperties) - Method in interface org.odpi.openmetadata.accessservices.datamanager.api.SchemaManagerInterface
Link two schema elements together to show a query target relationship.
setupReferenceValueTag(String, String, String, String, ReferenceValueAssignmentProperties, String) - Method in interface org.odpi.openmetadata.accessservices.datamanager.api.ValidValueManagementInterface
Create a reference value assignment relationship between an element and a valid value to show that the valid value is a semiformal tag/classification.
setupSchemaElementRelationship(String, String, String, String, String, String, RelationshipProperties) - Method in interface org.odpi.openmetadata.accessservices.datamanager.api.SchemaManagerInterface
Create a relationship between two schema elements.
setupSchemaType(String, String, String, boolean, String, String, String) - Method in interface org.odpi.openmetadata.accessservices.datamanager.api.DisplayApplicationInterface
Connect a schema type to a data field.
setupSchemaType(String, String, String, String, String, String) - Method in interface org.odpi.openmetadata.accessservices.datamanager.api.SchemaManagerInterface
Connect a schema type to a schema attribute.
setupValidValueMember(String, String, String, String, ValidValueMembershipProperties, String) - Method in interface org.odpi.openmetadata.accessservices.datamanager.api.ValidValueManagementInterface
Create a membership relationship between a validValue and a validValueSet that it belongs to.
setupValidValues(String, String, String, String, ValidValueAssignmentProperties, String) - Method in interface org.odpi.openmetadata.accessservices.datamanager.api.ValidValueManagementInterface
Create a valid value assignment relationship between an element and a valid value (typically, a valid value set) to show that the valid value defines the values that can be stored in the data item that the element represents.
setVersionIdentifier(String) - Method in class org.odpi.openmetadata.accessservices.datamanager.properties.TemplateProperties
Set up the version identifier of the resource.

T

TemplateProperties - Class in org.odpi.openmetadata.accessservices.datamanager.properties
TemplateProperties defined the properties that can be overridden from the template object when creating an object from a template.
TemplateProperties() - Constructor for class org.odpi.openmetadata.accessservices.datamanager.properties.TemplateProperties
Default constructor
TemplateProperties(TemplateProperties) - Constructor for class org.odpi.openmetadata.accessservices.datamanager.properties.TemplateProperties
Copy/clone constructor for the template properties.
TemplateRequestBody - Class in org.odpi.openmetadata.accessservices.datamanager.rest
TemplateRequestBody carries the parameters for creating a new asset using a template.
TemplateRequestBody() - Constructor for class org.odpi.openmetadata.accessservices.datamanager.rest.TemplateRequestBody
Default constructor
TemplateRequestBody(TemplateProperties) - Constructor for class org.odpi.openmetadata.accessservices.datamanager.rest.TemplateRequestBody
Copy/clone constructor
TemplateRequestBody(TemplateRequestBody) - Constructor for class org.odpi.openmetadata.accessservices.datamanager.rest.TemplateRequestBody
Copy/clone constructor
toString() - Method in class org.odpi.openmetadata.accessservices.datamanager.events.DataManagerEventHeader
JSON-style toString
toString() - Method in class org.odpi.openmetadata.accessservices.datamanager.events.DataManagerOutboundEvent
JSON-style toString
toString() - Method in enum class org.odpi.openmetadata.accessservices.datamanager.events.DataManagerOutboundEventType
JSON-style toString
toString() - Method in enum class org.odpi.openmetadata.accessservices.datamanager.ffdc.DataManagerAuditCode
JSON-style toString
toString() - Method in enum class org.odpi.openmetadata.accessservices.datamanager.ffdc.DataManagerErrorCode
JSON-style toString
toString() - Method in class org.odpi.openmetadata.accessservices.datamanager.properties.TemplateProperties
Standard toString method.
toString() - Method in class org.odpi.openmetadata.accessservices.datamanager.rest.TemplateRequestBody
JSON-style toString

U

UNABLE_TO_SEND_EVENT - Enum constant in enum class org.odpi.openmetadata.accessservices.datamanager.ffdc.DataManagerErrorCode
OMAS-DATA-MANAGER-500-004 - An unexpected exception occurred when sending an event through connector {0} to the Data Manager OMAS out topic.
UNKNOWN_EVENT - Enum constant in enum class org.odpi.openmetadata.accessservices.datamanager.events.DataManagerOutboundEventType
 
unlinkExternalReferenceFromElement(String, String, String) - Method in interface org.odpi.openmetadata.accessservices.datamanager.api.ExternalReferenceManagerInterface
Remove the link between a external reference and an element.
updateAPI(String, String, String, String, boolean, APIProperties) - Method in interface org.odpi.openmetadata.accessservices.datamanager.api.APIManagerInterface
Update the metadata element representing an API.
updateAPIOperation(String, String, String, String, boolean, APIOperationProperties) - Method in interface org.odpi.openmetadata.accessservices.datamanager.api.APIManagerInterface
Update the metadata element representing an API Operation.
updateAPIParameterList(String, String, String, String, boolean, APIParameterListProperties) - Method in interface org.odpi.openmetadata.accessservices.datamanager.api.APIManagerInterface
Update the metadata element representing an API ParameterList.
updateConnection(String, String, String, String, boolean, ConnectionProperties) - Method in interface org.odpi.openmetadata.accessservices.datamanager.api.ConnectionManagerInterface
Update the metadata element representing a connection.
updateDatabase(String, String, String, String, boolean, DatabaseProperties) - Method in interface org.odpi.openmetadata.accessservices.datamanager.api.DatabaseManagerInterface
Update the metadata element representing a database.
updateDatabaseColumn(String, String, String, String, boolean, DatabaseColumnProperties) - Method in interface org.odpi.openmetadata.accessservices.datamanager.api.DatabaseManagerInterface
Update the metadata element representing a database column.
updateDatabaseSchema(String, String, String, String, boolean, DatabaseSchemaProperties) - Method in interface org.odpi.openmetadata.accessservices.datamanager.api.DatabaseManagerInterface
Update the metadata element representing a database schema.
updateDatabaseTable(String, String, String, String, boolean, DatabaseTableProperties) - Method in interface org.odpi.openmetadata.accessservices.datamanager.api.DatabaseManagerInterface
Update the metadata element representing a database table.
updateDatabaseView(String, String, String, String, boolean, DatabaseViewProperties) - Method in interface org.odpi.openmetadata.accessservices.datamanager.api.DatabaseManagerInterface
Update the metadata element representing a database table.
updateDataContainer(String, String, String, String, boolean, DataContainerProperties) - Method in interface org.odpi.openmetadata.accessservices.datamanager.api.DisplayApplicationInterface
Update the metadata element representing a data container.
updateDataField(String, String, String, String, boolean, DataFieldProperties) - Method in interface org.odpi.openmetadata.accessservices.datamanager.api.DisplayApplicationInterface
Update the metadata element representing an data field.
updateDataFileInCatalog(String, String, String, String, boolean, DataFileProperties) - Method in interface org.odpi.openmetadata.accessservices.datamanager.api.FilesAndFoldersInterface
Update the file asset description in the catalog.
updateDataFolderInCatalog(String, String, String, String, boolean, FileFolderProperties) - Method in interface org.odpi.openmetadata.accessservices.datamanager.api.FilesAndFoldersInterface
Update the data folder asset description in the catalog.
updateEndpoint(String, String, String, boolean, String, EndpointProperties) - Method in interface org.odpi.openmetadata.accessservices.datamanager.api.ConnectionManagerInterface
Update the metadata element representing a endpoint.
updateEventType(String, String, String, String, boolean, EventTypeProperties) - Method in interface org.odpi.openmetadata.accessservices.datamanager.api.EventBrokerInterface
Update the metadata element representing an event type.
updateExternalReference(String, String, boolean, ExternalReferenceProperties) - Method in interface org.odpi.openmetadata.accessservices.datamanager.api.ExternalReferenceManagerInterface
Update the definition of a external reference.
updateForm(String, String, String, String, boolean, FormProperties) - Method in interface org.odpi.openmetadata.accessservices.datamanager.api.DisplayApplicationInterface
Update the metadata element representing a form.
updateQuery(String, String, String, String, boolean, QueryProperties) - Method in interface org.odpi.openmetadata.accessservices.datamanager.api.DisplayApplicationInterface
Update the metadata element representing a query.
updateQueryTargetRelationship(String, String, String, String, String, DerivedSchemaTypeQueryTargetProperties) - Method in interface org.odpi.openmetadata.accessservices.datamanager.api.SchemaManagerInterface
Update the relationship properties for the query target.
updateReport(String, String, String, String, boolean, ReportProperties) - Method in interface org.odpi.openmetadata.accessservices.datamanager.api.DisplayApplicationInterface
Update the metadata element representing a report.
updateSchemaAttribute(String, String, String, String, boolean, SchemaAttributeProperties) - Method in interface org.odpi.openmetadata.accessservices.datamanager.api.SchemaManagerInterface
Update the properties of the metadata element representing a schema attribute.
updateSchemaType(String, String, String, String, boolean, SchemaTypeProperties) - Method in interface org.odpi.openmetadata.accessservices.datamanager.api.SchemaManagerInterface
Update the metadata element representing a schema type.
updateTopic(String, String, String, String, boolean, TopicProperties) - Method in interface org.odpi.openmetadata.accessservices.datamanager.api.EventBrokerInterface
Update the metadata element representing a topic.
updateValidValue(String, String, String, String, boolean, ValidValueProperties) - Method in interface org.odpi.openmetadata.accessservices.datamanager.api.ValidValueManagementInterface
Update the metadata element representing a validValue.

V

ValidValueManagementInterface - Interface in org.odpi.openmetadata.accessservices.datamanager.api
The ValidValueManagementInterface provides methods for managing valid values.
valueOf(String) - Static method in enum class org.odpi.openmetadata.accessservices.datamanager.events.DataManagerOutboundEventType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.odpi.openmetadata.accessservices.datamanager.ffdc.DataManagerAuditCode
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.odpi.openmetadata.accessservices.datamanager.ffdc.DataManagerErrorCode
Returns the enum constant of this class with the specified name.
values() - Static method in enum class org.odpi.openmetadata.accessservices.datamanager.events.DataManagerOutboundEventType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.odpi.openmetadata.accessservices.datamanager.ffdc.DataManagerAuditCode
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.odpi.openmetadata.accessservices.datamanager.ffdc.DataManagerErrorCode
Returns an array containing the constants of this enum class, in the order they are declared.

W

withdrawAPI(String, String) - Method in interface org.odpi.openmetadata.accessservices.datamanager.api.APIManagerInterface
Update the zones for the API asset so that it is no longer visible to consumers.
withdrawDatabase(String, String) - Method in interface org.odpi.openmetadata.accessservices.datamanager.api.DatabaseManagerInterface
Update the zones for the database asset so that it is no longer visible to consumers.
withdrawDatabaseSchema(String, String) - Method in interface org.odpi.openmetadata.accessservices.datamanager.api.DatabaseManagerInterface
Update the zones for the database asset so that it is no longer visible to consumers.
withdrawForm(String, String) - Method in interface org.odpi.openmetadata.accessservices.datamanager.api.DisplayApplicationInterface
Update the zones for the form asset so that it is no longer visible to consumers.
withdrawQuery(String, String) - Method in interface org.odpi.openmetadata.accessservices.datamanager.api.DisplayApplicationInterface
Update the zones for the query asset so that it is no longer visible to consumers.
withdrawReport(String, String) - Method in interface org.odpi.openmetadata.accessservices.datamanager.api.DisplayApplicationInterface
Update the zones for the report asset so that it is no longer visible to consumers.
withdrawTopic(String, String) - Method in interface org.odpi.openmetadata.accessservices.datamanager.api.EventBrokerInterface
Update the zones for the topic asset so that it is no longer visible to consumers.
A B C D E F G H L M N O P R S T U V W 
All Classes and Interfaces|All Packages