Skip navigation links
A C D E F G H I K M N O P R S T U V W 

A

addForeignKeyRelationship(String, String, String, String, String, DatabaseForeignKeyProperties) - Method in interface org.odpi.openmetadata.accessservices.datamanager.api.DatabaseManagerInterface
Create a foreign relationship between two columns.
AssetProperties - Class in org.odpi.openmetadata.accessservices.datamanager.properties
AssetProperties is a java bean used to create assets associated with the data manager.
AssetProperties() - Constructor for class org.odpi.openmetadata.accessservices.datamanager.properties.AssetProperties
Default constructor
AssetProperties(AssetProperties) - Constructor for class org.odpi.openmetadata.accessservices.datamanager.properties.AssetProperties
Copy/clone constructor.

C

Classification - Class in org.odpi.openmetadata.accessservices.datamanager.properties
The Classification bean defines a single classification for an asset.
Classification() - Constructor for class org.odpi.openmetadata.accessservices.datamanager.properties.Classification
Default constructor
Classification(Classification) - Constructor for class org.odpi.openmetadata.accessservices.datamanager.properties.Classification
Copy/clone constructor
ComplexSchemaTypeProperties - Class in org.odpi.openmetadata.accessservices.datamanager.properties
ComplexSchemaTypeProperties is a class for representing a schema type that is made up of multiple values.
ComplexSchemaTypeProperties() - Constructor for class org.odpi.openmetadata.accessservices.datamanager.properties.ComplexSchemaTypeProperties
Default constructor
ComplexSchemaTypeProperties(ComplexSchemaTypeProperties) - Constructor for class org.odpi.openmetadata.accessservices.datamanager.properties.ComplexSchemaTypeProperties
Copy/clone constructor.
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.
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.
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.
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.
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.
createDataManagerIntegrator(String, SoftwareServerCapabilitiesProperties) - Method in interface org.odpi.openmetadata.accessservices.datamanager.api.DataManagerIntegratorInterface
Create information about the integration daemon that is managing the acquisition of metadata from the data manager.

D

DatabaseColumnElement - Class in org.odpi.openmetadata.accessservices.datamanager.metadataelements
DatabaseColumnElement contains the properties and header for a database column entity retrieved from the metadata repository.
DatabaseColumnElement() - Constructor for class org.odpi.openmetadata.accessservices.datamanager.metadataelements.DatabaseColumnElement
Default constructor
DatabaseColumnElement(DatabaseColumnElement) - Constructor for class org.odpi.openmetadata.accessservices.datamanager.metadataelements.DatabaseColumnElement
Copy/clone constructor
DatabaseColumnProperties - Class in org.odpi.openmetadata.accessservices.datamanager.properties
DatabaseColumnProperties describes the properties of a database column.
DatabaseColumnProperties() - Constructor for class org.odpi.openmetadata.accessservices.datamanager.properties.DatabaseColumnProperties
Default constructor
DatabaseColumnProperties(DatabaseColumnProperties) - Constructor for class org.odpi.openmetadata.accessservices.datamanager.properties.DatabaseColumnProperties
Copy/clone constructor.
DatabaseColumnResponse - Class in org.odpi.openmetadata.accessservices.datamanager.rest
DatabaseColumnResponse is a response object for passing back a single database column element or an exception if the request failed.
DatabaseColumnResponse() - Constructor for class org.odpi.openmetadata.accessservices.datamanager.rest.DatabaseColumnResponse
Default constructor
DatabaseColumnResponse(DatabaseColumnResponse) - Constructor for class org.odpi.openmetadata.accessservices.datamanager.rest.DatabaseColumnResponse
Copy/clone constructor
DatabaseColumnsResponse - Class in org.odpi.openmetadata.accessservices.datamanager.rest
DatabaseColumnsResponse is a response object for passing back a a list of database columns or an exception if the request failed.
DatabaseColumnsResponse() - Constructor for class org.odpi.openmetadata.accessservices.datamanager.rest.DatabaseColumnsResponse
Default constructor
DatabaseColumnsResponse(DatabaseColumnsResponse) - Constructor for class org.odpi.openmetadata.accessservices.datamanager.rest.DatabaseColumnsResponse
Copy/clone constructor
DatabaseElement - Class in org.odpi.openmetadata.accessservices.datamanager.metadataelements
DatabaseElement contains the properties and header for a database entity retrieved from the metadata repository.
DatabaseElement() - Constructor for class org.odpi.openmetadata.accessservices.datamanager.metadataelements.DatabaseElement
Default constructor
DatabaseElement(DatabaseElement) - Constructor for class org.odpi.openmetadata.accessservices.datamanager.metadataelements.DatabaseElement
Copy/clone constructor
DatabaseForeignKeyProperties - Class in org.odpi.openmetadata.accessservices.datamanager.properties
DatabaseForeignKeyProperties describes a foreign key relationship between two columns in different tables in a database.
DatabaseForeignKeyProperties() - Constructor for class org.odpi.openmetadata.accessservices.datamanager.properties.DatabaseForeignKeyProperties
Default constructor
DatabaseForeignKeyProperties(DatabaseForeignKeyProperties) - Constructor for class org.odpi.openmetadata.accessservices.datamanager.properties.DatabaseForeignKeyProperties
Copy/clone constructor for an foreign key.
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.
DatabasePrimaryKeyProperties - Class in org.odpi.openmetadata.accessservices.datamanager.properties
DatabasePrimaryKeyProperties describes the properties of a primary key.
DatabasePrimaryKeyProperties() - Constructor for class org.odpi.openmetadata.accessservices.datamanager.properties.DatabasePrimaryKeyProperties
Default constructor
DatabasePrimaryKeyProperties(DatabasePrimaryKeyProperties) - Constructor for class org.odpi.openmetadata.accessservices.datamanager.properties.DatabasePrimaryKeyProperties
Copy/clone constructor for a primary key.
DatabaseProperties - Class in org.odpi.openmetadata.accessservices.datamanager.properties
DatabaseProperties is a class for representing a generic database.
DatabaseProperties() - Constructor for class org.odpi.openmetadata.accessservices.datamanager.properties.DatabaseProperties
Default constructor
DatabaseProperties(DatabaseProperties) - Constructor for class org.odpi.openmetadata.accessservices.datamanager.properties.DatabaseProperties
Copy/clone constructor.
DatabaseQueryProperties - Class in org.odpi.openmetadata.accessservices.datamanager.properties
DatabaseQueryProperties describes the properties of query that is used to derive a column in a database.
DatabaseQueryProperties() - Constructor for class org.odpi.openmetadata.accessservices.datamanager.properties.DatabaseQueryProperties
Default constructor
DatabaseQueryProperties(DatabaseQueryProperties) - Constructor for class org.odpi.openmetadata.accessservices.datamanager.properties.DatabaseQueryProperties
Copy/clone constructor for the database query.
DatabaseResponse - Class in org.odpi.openmetadata.accessservices.datamanager.rest
DatabaseResponse is a response object for passing back a single database element or an exception if the request failed.
DatabaseResponse() - Constructor for class org.odpi.openmetadata.accessservices.datamanager.rest.DatabaseResponse
Default constructor
DatabaseResponse(DatabaseResponse) - Constructor for class org.odpi.openmetadata.accessservices.datamanager.rest.DatabaseResponse
Copy/clone constructor
DatabaseSchemaElement - Class in org.odpi.openmetadata.accessservices.datamanager.metadataelements
DatabaseSchemaElement contains the properties and header for a deployed database schema asset entity retrieved from the metadata repository.
DatabaseSchemaElement() - Constructor for class org.odpi.openmetadata.accessservices.datamanager.metadataelements.DatabaseSchemaElement
Default constructor
DatabaseSchemaElement(DatabaseSchemaElement) - Constructor for class org.odpi.openmetadata.accessservices.datamanager.metadataelements.DatabaseSchemaElement
Copy/clone constructor
DatabaseSchemaProperties - Class in org.odpi.openmetadata.accessservices.datamanager.properties
DatabaseSchemaProperties is a class for representing the top level database schema.
DatabaseSchemaProperties() - Constructor for class org.odpi.openmetadata.accessservices.datamanager.properties.DatabaseSchemaProperties
Default constructor
DatabaseSchemaProperties(DatabaseSchemaProperties) - Constructor for class org.odpi.openmetadata.accessservices.datamanager.properties.DatabaseSchemaProperties
Copy/clone constructor.
DatabaseSchemaResponse - Class in org.odpi.openmetadata.accessservices.datamanager.rest
DatabaseSchemaResponse is a response object for passing back a single database schema element or an exception if the request failed.
DatabaseSchemaResponse() - Constructor for class org.odpi.openmetadata.accessservices.datamanager.rest.DatabaseSchemaResponse
Default constructor
DatabaseSchemaResponse(DatabaseSchemaResponse) - Constructor for class org.odpi.openmetadata.accessservices.datamanager.rest.DatabaseSchemaResponse
Copy/clone constructor
DatabaseSchemasResponse - Class in org.odpi.openmetadata.accessservices.datamanager.rest
DatabaseSchemasResponse is a response object for passing back a a list of database schemas or an exception if the request failed.
DatabaseSchemasResponse() - Constructor for class org.odpi.openmetadata.accessservices.datamanager.rest.DatabaseSchemasResponse
Default constructor
DatabaseSchemasResponse(DatabaseSchemasResponse) - Constructor for class org.odpi.openmetadata.accessservices.datamanager.rest.DatabaseSchemasResponse
Copy/clone constructor
DatabasesResponse - Class in org.odpi.openmetadata.accessservices.datamanager.rest
DatabasesResponse is a response object for passing back a a list of databases or an exception if the request failed.
DatabasesResponse() - Constructor for class org.odpi.openmetadata.accessservices.datamanager.rest.DatabasesResponse
Default constructor
DatabasesResponse(DatabasesResponse) - Constructor for class org.odpi.openmetadata.accessservices.datamanager.rest.DatabasesResponse
Copy/clone constructor
DatabaseTableElement - Class in org.odpi.openmetadata.accessservices.datamanager.metadataelements
DatabaseTableElement contains the properties and header for a database table entity retrieved from the metadata repository.
DatabaseTableElement() - Constructor for class org.odpi.openmetadata.accessservices.datamanager.metadataelements.DatabaseTableElement
Default constructor
DatabaseTableElement(DatabaseTableElement) - Constructor for class org.odpi.openmetadata.accessservices.datamanager.metadataelements.DatabaseTableElement
Copy/clone constructor
DatabaseTableProperties - Class in org.odpi.openmetadata.accessservices.datamanager.properties
DatabaseTableProperties is a class for representing a relational database table.
DatabaseTableProperties() - Constructor for class org.odpi.openmetadata.accessservices.datamanager.properties.DatabaseTableProperties
Default constructor
DatabaseTableProperties(DatabaseTableProperties) - Constructor for class org.odpi.openmetadata.accessservices.datamanager.properties.DatabaseTableProperties
Copy/clone constructor.
DatabaseTableResponse - Class in org.odpi.openmetadata.accessservices.datamanager.rest
DatabaseTableResponse is a response object for passing back a single database table element or an exception if the request failed.
DatabaseTableResponse() - Constructor for class org.odpi.openmetadata.accessservices.datamanager.rest.DatabaseTableResponse
Default constructor
DatabaseTableResponse(DatabaseTableResponse) - Constructor for class org.odpi.openmetadata.accessservices.datamanager.rest.DatabaseTableResponse
Copy/clone constructor
DatabaseTablesResponse - Class in org.odpi.openmetadata.accessservices.datamanager.rest
DatabaseTablesResponse is a response object for passing back a a list of database tables or an exception if the request failed.
DatabaseTablesResponse() - Constructor for class org.odpi.openmetadata.accessservices.datamanager.rest.DatabaseTablesResponse
Default constructor
DatabaseTablesResponse(DatabaseTablesResponse) - Constructor for class org.odpi.openmetadata.accessservices.datamanager.rest.DatabaseTablesResponse
Copy/clone constructor
DatabaseViewElement - Class in org.odpi.openmetadata.accessservices.datamanager.metadataelements
DatabaseViewElement contains the properties and header for a database view entity retrieved from the metadata repository.
DatabaseViewElement() - Constructor for class org.odpi.openmetadata.accessservices.datamanager.metadataelements.DatabaseViewElement
Default constructor
DatabaseViewElement(DatabaseViewElement) - Constructor for class org.odpi.openmetadata.accessservices.datamanager.metadataelements.DatabaseViewElement
Copy/clone constructor
DatabaseViewProperties - Class in org.odpi.openmetadata.accessservices.datamanager.properties
DatabaseViewProperties is a class for representing a relational database view.
DatabaseViewProperties() - Constructor for class org.odpi.openmetadata.accessservices.datamanager.properties.DatabaseViewProperties
Default constructor
DatabaseViewProperties(DatabaseViewProperties) - Constructor for class org.odpi.openmetadata.accessservices.datamanager.properties.DatabaseViewProperties
Copy/clone constructor.
DatabaseViewResponse - Class in org.odpi.openmetadata.accessservices.datamanager.rest
DatabaseViewResponse is a response object for passing back a single database view element or an exception if the request failed.
DatabaseViewResponse() - Constructor for class org.odpi.openmetadata.accessservices.datamanager.rest.DatabaseViewResponse
Default constructor
DatabaseViewResponse(DatabaseViewResponse) - Constructor for class org.odpi.openmetadata.accessservices.datamanager.rest.DatabaseViewResponse
Copy/clone constructor
DatabaseViewsResponse - Class in org.odpi.openmetadata.accessservices.datamanager.rest
DatabaseViewsResponse is a response object for passing back a a list of database views or an exception if the request failed.
DatabaseViewsResponse() - Constructor for class org.odpi.openmetadata.accessservices.datamanager.rest.DatabaseViewsResponse
Default constructor
DatabaseViewsResponse(DatabaseViewsResponse) - Constructor for class org.odpi.openmetadata.accessservices.datamanager.rest.DatabaseViewsResponse
Copy/clone constructor
DataConnectionInterface - Interface in org.odpi.openmetadata.accessservices.datamanager.api
DataConnectionInterface provides methods to define the supporting connector resources for a data platform.
DataFileElement - Class in org.odpi.openmetadata.accessservices.datamanager.metadataelements
DatabaseElement contains the properties and header for a database entity retrieved from the metadata repository.
DataFileElement() - Constructor for class org.odpi.openmetadata.accessservices.datamanager.metadataelements.DataFileElement
Default constructor
DataFileElement(DataFileElement) - Constructor for class org.odpi.openmetadata.accessservices.datamanager.metadataelements.DataFileElement
Copy/clone constructor
DataFileProperties - Class in org.odpi.openmetadata.accessservices.datamanager.properties
DataFileProperties describes the property of a single data file.
DataFileProperties() - Constructor for class org.odpi.openmetadata.accessservices.datamanager.properties.DataFileProperties
Default constructor
DataFileProperties(DataFileProperties) - Constructor for class org.odpi.openmetadata.accessservices.datamanager.properties.DataFileProperties
Copy/clone constructor
DataFileResponse - Class in org.odpi.openmetadata.accessservices.datamanager.rest
DataFileResponse is the response structure used on the OMAS REST API calls that return the properties for a file.
DataFileResponse() - Constructor for class org.odpi.openmetadata.accessservices.datamanager.rest.DataFileResponse
Default constructor
DataFileResponse(DataFileResponse) - Constructor for class org.odpi.openmetadata.accessservices.datamanager.rest.DataFileResponse
Copy/clone constructor
DataItemSortOrder - Enum in org.odpi.openmetadata.accessservices.datamanager.properties
DataItemSortOrder is used for schema attributes that may have multiple instances.
DataManagerAuditCode - Enum in org.odpi.openmetadata.accessservices.datamanager.ffdc
The DataManagerAuditCode is used to define the message content for the OMRS Audit Log.
DataManagerErrorCode - Enum 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.
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 - Class 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.
DataManagerEventListener() - Constructor for class org.odpi.openmetadata.accessservices.datamanager.api.DataManagerEventListener
 
DataManagerEventType - Enum in org.odpi.openmetadata.accessservices.datamanager.events
DataManagerEventType describes the different types of events produced by the Data Manager OMAS.
DataManagerIntegratorInterface - Interface in org.odpi.openmetadata.accessservices.datamanager.api
DataManagerIntegratorInterface is the interface used to define information about the integration daemon that is extracting metadata from a data manager and maintaining it in open metadata.
DataManagerInterface - Interface in org.odpi.openmetadata.accessservices.datamanager.api
DataManagerInterface provides the interface for retrieving the identity of an external data manager.
DataManagerOMASAPIRequestBody - Class in org.odpi.openmetadata.accessservices.datamanager.rest
DataManagerOMASAPIRequestBody provides a common header for Data Manager OMAS request bodies for its REST API.
DataManagerOMASAPIRequestBody() - Constructor for class org.odpi.openmetadata.accessservices.datamanager.rest.DataManagerOMASAPIRequestBody
Default constructor
DataManagerOMASAPIRequestBody(DataManagerOMASAPIRequestBody) - Constructor for class org.odpi.openmetadata.accessservices.datamanager.rest.DataManagerOMASAPIRequestBody
Copy/clone constructor
DataManagerOMASAPIResponse - Class in org.odpi.openmetadata.accessservices.datamanager.rest
DataManagerOMASAPIResponse provides a common header for Data Manager OMAS managed rest to its REST API.
DataManagerOMASAPIResponse() - Constructor for class org.odpi.openmetadata.accessservices.datamanager.rest.DataManagerOMASAPIResponse
Default constructor
DataManagerOMASAPIResponse(DataManagerOMASAPIResponse) - Constructor for class org.odpi.openmetadata.accessservices.datamanager.rest.DataManagerOMASAPIResponse
Copy/clone constructor
DataManagerOutTopicEvent - Class in org.odpi.openmetadata.accessservices.datamanager.events
DataManagerEventHeader provides a common base for all events from the Data Manager OMAS.
DataManagerOutTopicEvent() - Constructor for class org.odpi.openmetadata.accessservices.datamanager.events.DataManagerOutTopicEvent
Default Constructor
DataManagerOutTopicEvent(DataManagerOutTopicEvent) - Constructor for class org.odpi.openmetadata.accessservices.datamanager.events.DataManagerOutTopicEvent
Copy/clone constructor
DataManagerProperties - Class in org.odpi.openmetadata.accessservices.datamanager.properties
 
DataManagerProperties() - Constructor for class org.odpi.openmetadata.accessservices.datamanager.properties.DataManagerProperties
Default constructor
DataManagerProperties(DataManagerProperties) - Constructor for class org.odpi.openmetadata.accessservices.datamanager.properties.DataManagerProperties
Copy/clone constructor.
DataSetProperties - Class in org.odpi.openmetadata.accessservices.datamanager.properties
DataSetProperties is a class for representing a generic data store.
DataSetProperties() - Constructor for class org.odpi.openmetadata.accessservices.datamanager.properties.DataSetProperties
Default constructor
DataSetProperties(DataSetProperties) - Constructor for class org.odpi.openmetadata.accessservices.datamanager.properties.DataSetProperties
Copy/clone constructor.
DataStoreProperties - Class in org.odpi.openmetadata.accessservices.datamanager.properties
DataStoreProperties is a class for representing a generic data store.
DataStoreProperties() - Constructor for class org.odpi.openmetadata.accessservices.datamanager.properties.DataStoreProperties
Default constructor
DataStoreProperties(DataStoreProperties) - Constructor for class org.odpi.openmetadata.accessservices.datamanager.properties.DataStoreProperties
Copy/clone constructor.
DataStoreProperties(AssetProperties) - Constructor for class org.odpi.openmetadata.accessservices.datamanager.properties.DataStoreProperties
Copy/clone constructor.
DerivedSchemaAttributeProperties - Class in org.odpi.openmetadata.accessservices.datamanager.properties
DerivedSchemaAttributeProperties represents a schema attribute that is derived from other data values.
DerivedSchemaAttributeProperties() - Constructor for class org.odpi.openmetadata.accessservices.datamanager.properties.DerivedSchemaAttributeProperties
Default constructor
DerivedSchemaAttributeProperties(DerivedSchemaAttributeProperties) - Constructor for class org.odpi.openmetadata.accessservices.datamanager.properties.DerivedSchemaAttributeProperties
Copy/clone Constructor.

E

ElementHeader - Class in org.odpi.openmetadata.accessservices.datamanager.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.accessservices.datamanager.metadataelements.ElementHeader
Default constructor used by subclasses
ElementHeader(ElementHeader) - Constructor for class org.odpi.openmetadata.accessservices.datamanager.metadataelements.ElementHeader
Copy/clone constructor.
ElementOrigin - Class in org.odpi.openmetadata.accessservices.datamanager.metadataelements
The ElementType bean provides details of the type information associated with a metadata element.
ElementOrigin() - Constructor for class org.odpi.openmetadata.accessservices.datamanager.metadataelements.ElementOrigin
Default constructor
ElementOrigin(ElementOrigin) - Constructor for class org.odpi.openmetadata.accessservices.datamanager.metadataelements.ElementOrigin
Copy/clone constructor
ElementOriginCategory - Enum in org.odpi.openmetadata.accessservices.datamanager.metadataelements
ElementOriginCategory defines where the metadata comes from.
ElementType - Class in org.odpi.openmetadata.accessservices.datamanager.metadataelements
The ElementType bean provides details of the type information associated with a metadata element.
ElementType() - Constructor for class org.odpi.openmetadata.accessservices.datamanager.metadataelements.ElementType
Default constructor
ElementType(ElementType) - Constructor for class org.odpi.openmetadata.accessservices.datamanager.metadataelements.ElementType
Copy/clone constructor
EndpointProperties - Class in org.odpi.openmetadata.accessservices.datamanager.properties
EndpointProperties describes the properties of a server endpoint.
EndpointProperties() - Constructor for class org.odpi.openmetadata.accessservices.datamanager.properties.EndpointProperties
Default constructor
EndpointProperties(EndpointProperties) - Constructor for class org.odpi.openmetadata.accessservices.datamanager.properties.EndpointProperties
Copy/clone constructor for an Endpoint.
equals(Object) - Method in class org.odpi.openmetadata.accessservices.datamanager.events.DataManagerOutTopicEvent
Compare the values of the supplied object with those stored in the current object.
equals(Object) - Method in class org.odpi.openmetadata.accessservices.datamanager.metadataelements.DatabaseColumnElement
Return comparison result based on the content of the properties.
equals(Object) - Method in class org.odpi.openmetadata.accessservices.datamanager.metadataelements.DatabaseElement
Return comparison result based on the content of the properties.
equals(Object) - Method in class org.odpi.openmetadata.accessservices.datamanager.metadataelements.DatabaseSchemaElement
Return comparison result based on the content of the properties.
equals(Object) - Method in class org.odpi.openmetadata.accessservices.datamanager.metadataelements.DatabaseTableElement
Return comparison result based on the content of the properties.
equals(Object) - Method in class org.odpi.openmetadata.accessservices.datamanager.metadataelements.DatabaseViewElement
Return comparison result based on the content of the properties.
equals(Object) - Method in class org.odpi.openmetadata.accessservices.datamanager.metadataelements.DataFileElement
Return comparison result based on the content of the properties.
equals(Object) - Method in class org.odpi.openmetadata.accessservices.datamanager.metadataelements.ElementHeader
Compare the values of the supplied object with those stored in the current object.
equals(Object) - Method in class org.odpi.openmetadata.accessservices.datamanager.metadataelements.ElementOrigin
Compare the values of the supplied object with those stored in the current object.
equals(Object) - Method in class org.odpi.openmetadata.accessservices.datamanager.metadataelements.ElementType
Compare the values of the supplied object with those stored in the current object.
equals(Object) - Method in class org.odpi.openmetadata.accessservices.datamanager.metadataelements.FileFolderElement
Return comparison result based on the content of the properties.
equals(Object) - Method in class org.odpi.openmetadata.accessservices.datamanager.metadataelements.FileSystemElement
Return comparison result based on the content of the properties.
equals(Object) - Method in class org.odpi.openmetadata.accessservices.datamanager.properties.AssetProperties
Compare the values of the supplied object with those stored in the current object.
equals(Object) - Method in class org.odpi.openmetadata.accessservices.datamanager.properties.Classification
Compare the values of the supplied object with those stored in the current object.
equals(Object) - Method in class org.odpi.openmetadata.accessservices.datamanager.properties.DatabaseColumnProperties
Compare the values of the supplied object with those stored in the current object.
equals(Object) - Method in class org.odpi.openmetadata.accessservices.datamanager.properties.DatabaseForeignKeyProperties
Compare the values of the supplied object with those stored in the current object.
equals(Object) - Method in class org.odpi.openmetadata.accessservices.datamanager.properties.DatabasePrimaryKeyProperties
Compare the values of the supplied object with those stored in the current object.
equals(Object) - Method in class org.odpi.openmetadata.accessservices.datamanager.properties.DatabaseProperties
Compare the values of the supplied object with those stored in the current object.
equals(Object) - Method in class org.odpi.openmetadata.accessservices.datamanager.properties.DatabaseQueryProperties
Compare the values of the supplied object with those stored in the current object.
equals(Object) - Method in class org.odpi.openmetadata.accessservices.datamanager.properties.DatabaseViewProperties
Compare the values of the supplied object with those stored in the current object.
equals(Object) - Method in class org.odpi.openmetadata.accessservices.datamanager.properties.DataFileProperties
Return comparison result based on the content of the properties.
equals(Object) - Method in class org.odpi.openmetadata.accessservices.datamanager.properties.DataStoreProperties
Compare the values of the supplied object with those stored in the current object.
equals(Object) - Method in class org.odpi.openmetadata.accessservices.datamanager.properties.DerivedSchemaAttributeProperties
Compare the values of the supplied object with those stored in the current object.
equals(Object) - Method in class org.odpi.openmetadata.accessservices.datamanager.properties.EndpointProperties
Compare the values of the supplied object with those stored in the current object.
equals(Object) - Method in class org.odpi.openmetadata.accessservices.datamanager.properties.FileSystemProperties
Return comparison result based on the content of the properties.
equals(Object) - Method in class org.odpi.openmetadata.accessservices.datamanager.properties.ReferenceableProperties
Compare the values of the supplied object with those stored in the current object.
equals(Object) - Method in class org.odpi.openmetadata.accessservices.datamanager.properties.SchemaAttributeProperties
Compare the values of the supplied object with those stored in the current object.
equals(Object) - Method in class org.odpi.openmetadata.accessservices.datamanager.properties.SchemaElementProperties
Compare the values of the supplied object with those stored in the current object.
equals(Object) - Method in class org.odpi.openmetadata.accessservices.datamanager.properties.SchemaTypeProperties
Compare the values of the supplied object with those stored in the current object.
equals(Object) - Method in class org.odpi.openmetadata.accessservices.datamanager.properties.SimpleSchemaTypeProperties
Compare the values of the supplied object with those stored in the current object.
equals(Object) - Method in class org.odpi.openmetadata.accessservices.datamanager.properties.SoftwareServerCapabilitiesProperties
Compare the values of the supplied object with those stored in the current object.
equals(Object) - Method in class org.odpi.openmetadata.accessservices.datamanager.properties.TabularColumnProperties
Compare the values of the supplied object with those stored in the current object.
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.DatabaseColumnResponse
Return comparison result based on the content of the properties.
equals(Object) - Method in class org.odpi.openmetadata.accessservices.datamanager.rest.DatabaseColumnsResponse
Return comparison result based on the content of the properties.
equals(Object) - Method in class org.odpi.openmetadata.accessservices.datamanager.rest.DatabaseResponse
Return comparison result based on the content of the properties.
equals(Object) - Method in class org.odpi.openmetadata.accessservices.datamanager.rest.DatabaseSchemaResponse
Return comparison result based on the content of the properties.
equals(Object) - Method in class org.odpi.openmetadata.accessservices.datamanager.rest.DatabaseSchemasResponse
Return comparison result based on the content of the properties.
equals(Object) - Method in class org.odpi.openmetadata.accessservices.datamanager.rest.DatabasesResponse
Return comparison result based on the content of the properties.
equals(Object) - Method in class org.odpi.openmetadata.accessservices.datamanager.rest.DatabaseTableResponse
Return comparison result based on the content of the properties.
equals(Object) - Method in class org.odpi.openmetadata.accessservices.datamanager.rest.DatabaseTablesResponse
Return comparison result based on the content of the properties.
equals(Object) - Method in class org.odpi.openmetadata.accessservices.datamanager.rest.DatabaseViewResponse
Return comparison result based on the content of the properties.
equals(Object) - Method in class org.odpi.openmetadata.accessservices.datamanager.rest.DatabaseViewsResponse
Return comparison result based on the content of the properties.
equals(Object) - Method in class org.odpi.openmetadata.accessservices.datamanager.rest.DataFileResponse
Return comparison result based on the content of the properties.
equals(Object) - Method in class org.odpi.openmetadata.accessservices.datamanager.rest.FileFolderResponse
Return comparison result based on the content of the properties.
equals(Object) - Method in class org.odpi.openmetadata.accessservices.datamanager.rest.FileSystemResponse
Return comparison result based on the content of the properties.
equals(Object) - Method in class org.odpi.openmetadata.accessservices.datamanager.rest.NewDataFileRequestBody
Return comparison result based on the content of the properties.
equals(Object) - Method in class org.odpi.openmetadata.accessservices.datamanager.rest.NewDataFolderRequestBody
Return comparison result based on the content of the properties.
equals(Object) - Method in class org.odpi.openmetadata.accessservices.datamanager.rest.NewFileSystemRequestBody
Return comparison result based on the content of the properties.
equals(Object) - Method in class org.odpi.openmetadata.accessservices.datamanager.rest.PathNameRequestBody
Return comparison result based on the content of the properties.

F

FileFolderElement - Class in org.odpi.openmetadata.accessservices.datamanager.metadataelements
FileFolderElement contains the properties and header for a file folder entity retrieved from the metadata repository.
FileFolderElement() - Constructor for class org.odpi.openmetadata.accessservices.datamanager.metadataelements.FileFolderElement
Default constructor
FileFolderElement(FileFolderElement) - Constructor for class org.odpi.openmetadata.accessservices.datamanager.metadataelements.FileFolderElement
Copy/clone constructor
FileFolderProperties - Class in org.odpi.openmetadata.accessservices.datamanager.properties
FileFolderProperties defines an asset that is a folder.
FileFolderProperties() - Constructor for class org.odpi.openmetadata.accessservices.datamanager.properties.FileFolderProperties
Default constructor
FileFolderProperties(FileFolderProperties) - Constructor for class org.odpi.openmetadata.accessservices.datamanager.properties.FileFolderProperties
Copy/clone constructor
FileFolderResponse - Class in org.odpi.openmetadata.accessservices.datamanager.rest
FileFolderResponse is the response structure used on the OMAS REST API calls that return the properties for a folder.
FileFolderResponse() - Constructor for class org.odpi.openmetadata.accessservices.datamanager.rest.FileFolderResponse
Default constructor
FileFolderResponse(FileFolderResponse) - Constructor for class org.odpi.openmetadata.accessservices.datamanager.rest.FileFolderResponse
Copy/clone constructor
FileSystemElement - Class in org.odpi.openmetadata.accessservices.datamanager.metadataelements
FileSystemElement contains the properties and header for a database entity retrieved from the metadata repository.
FileSystemElement() - Constructor for class org.odpi.openmetadata.accessservices.datamanager.metadataelements.FileSystemElement
Default constructor
FileSystemElement(FileSystemElement) - Constructor for class org.odpi.openmetadata.accessservices.datamanager.metadataelements.FileSystemElement
Copy/clone constructor
FileSystemProperties - Class in org.odpi.openmetadata.accessservices.datamanager.properties
FileSystemProperties describes the root node of a file system.
FileSystemProperties() - Constructor for class org.odpi.openmetadata.accessservices.datamanager.properties.FileSystemProperties
Default constructor
FileSystemProperties(FileSystemProperties) - Constructor for class org.odpi.openmetadata.accessservices.datamanager.properties.FileSystemProperties
Copy/clone constructor.
FileSystemProperties(SoftwareServerCapabilitiesProperties) - Constructor for class org.odpi.openmetadata.accessservices.datamanager.properties.FileSystemProperties
Copy/clone constructor from OCF bean.
FileSystemResponse - Class in org.odpi.openmetadata.accessservices.datamanager.rest
FileSystemResponse is the response structure used on the OMAS REST API calls that return the properties for a file system.
FileSystemResponse() - Constructor for class org.odpi.openmetadata.accessservices.datamanager.rest.FileSystemResponse
Default constructor
FileSystemResponse(FileSystemResponse) - Constructor for class org.odpi.openmetadata.accessservices.datamanager.rest.FileSystemResponse
Copy/clone constructor
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.

G

getAdditionalProperties() - Method in class org.odpi.openmetadata.accessservices.datamanager.properties.ReferenceableProperties
Return a copy of the additional properties.
getAdditionalProperties() - Method in class org.odpi.openmetadata.accessservices.datamanager.rest.NewFileSystemRequestBody
Return a copy of the additional properties.
getAddress() - Method in class org.odpi.openmetadata.accessservices.datamanager.properties.EndpointProperties
Returns the stored address property for the endpoint.
getAliases() - Method in class org.odpi.openmetadata.accessservices.datamanager.properties.SchemaAttributeProperties
Return a list of alternative names for the attribute.
getAnchorGUID() - Method in class org.odpi.openmetadata.accessservices.datamanager.properties.SchemaAttributeProperties
Return the anchorGUID defined for this schema attribute.
getAuthor() - Method in class org.odpi.openmetadata.accessservices.datamanager.properties.SchemaTypeProperties
Return the name of the author of the schema element.
getClassificationName() - Method in class org.odpi.openmetadata.accessservices.datamanager.properties.Classification
Return the name of the classification
getClassificationProperties() - Method in class org.odpi.openmetadata.accessservices.datamanager.properties.Classification
Return a collection of the additional stored properties for the classification.
getClassifications() - Method in class org.odpi.openmetadata.accessservices.datamanager.metadataelements.ElementHeader
Return the list of classifications associated with the metadata element.
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)
getConfidence() - Method in class org.odpi.openmetadata.accessservices.datamanager.properties.DatabaseForeignKeyProperties
Returns the level of confidence that the foreign key is correct.
getConnectorClassName() - Method in class org.odpi.openmetadata.accessservices.datamanager.rest.NewDataFileRequestBody
Return the fully qualified class name of the connector provider for this type of file.
getConnectorClassName() - Method in class org.odpi.openmetadata.accessservices.datamanager.rest.NewDataFolderRequestBody
Return the fully qualified class name of the connector provider for this type of file.
getCreateTime() - Method in class org.odpi.openmetadata.accessservices.datamanager.properties.DataStoreProperties
Return the time that the data store was created.
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.
getDatabaseImportedFrom() - Method in class org.odpi.openmetadata.accessservices.datamanager.properties.DatabaseProperties
Return the source (typically connection name) of the database information.
getDatabaseInstance() - Method in class org.odpi.openmetadata.accessservices.datamanager.properties.DatabaseProperties
Return the name of this database instance - useful if the same schemas are deployed to multiple database instances.
getDatabasesByDaemon(String, String, String, int, int) - Method in interface org.odpi.openmetadata.accessservices.datamanager.api.DatabaseManagerInterface
Retrieve the list of databases created by this caller.
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.
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.
getDatabaseType() - Method in class org.odpi.openmetadata.accessservices.datamanager.properties.DatabaseProperties
Return a description of the database type.
getDatabaseVersion() - Method in class org.odpi.openmetadata.accessservices.datamanager.properties.DatabaseProperties
Return the version of the database - often this is related to the version of its schemas.
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.
getDataFile() - Method in class org.odpi.openmetadata.accessservices.datamanager.rest.DataFileResponse
Return the file result.
getDataManagerIntegratorGUID(String, String) - Method in interface org.odpi.openmetadata.accessservices.datamanager.api.DataManagerIntegratorInterface
Retrieve the unique identifier of the integration daemon.
getDataType() - Method in class org.odpi.openmetadata.accessservices.datamanager.properties.SimpleSchemaTypeProperties
Return the data type for this element.
getDataType() - Method in class org.odpi.openmetadata.accessservices.datamanager.properties.TabularColumnProperties
Return the data type for this element.
getDefaultValue() - Method in class org.odpi.openmetadata.accessservices.datamanager.properties.SimpleSchemaTypeProperties
Return the default value for the element.
getDefaultValue() - Method in class org.odpi.openmetadata.accessservices.datamanager.properties.TabularColumnProperties
Return the default value for the element.
getDefaultValueOverride() - Method in class org.odpi.openmetadata.accessservices.datamanager.properties.SchemaAttributeProperties
Return any default value for this attribute that would override the default defined in the schema element for this attribute's type (note only used is type is primitive).
getDescription() - Method in enum org.odpi.openmetadata.accessservices.datamanager.metadataelements.ElementOriginCategory
Return the description of the metadata element origin.
getDescription() - Method in class org.odpi.openmetadata.accessservices.datamanager.properties.AssetProperties
Returns the stored description property for the asset.
getDescription() - Method in class org.odpi.openmetadata.accessservices.datamanager.properties.DatabaseForeignKeyProperties
Return the description for the foreign key.
getDescription() - Method in enum org.odpi.openmetadata.accessservices.datamanager.properties.DataItemSortOrder
Return the default description for this enum.
getDescription() - Method in class org.odpi.openmetadata.accessservices.datamanager.properties.EndpointProperties
Return the description for the endpoint.
getDescription() - Method in enum org.odpi.openmetadata.accessservices.datamanager.properties.KeyPattern
Return the default description for the key pattern for this enum instance.
getDescription() - Method in enum org.odpi.openmetadata.accessservices.datamanager.properties.OwnerCategory
Return the default description of the enumeration.
getDescription() - Method in class org.odpi.openmetadata.accessservices.datamanager.properties.SchemaElementProperties
Returns the stored description property for the schema element.
getDescription() - Method in class org.odpi.openmetadata.accessservices.datamanager.properties.SoftwareServerCapabilitiesProperties
Return the description of the discovery engine.
getDescription() - Method in class org.odpi.openmetadata.accessservices.datamanager.properties.TemplateProperties
Returns the stored description property for the metadata entity.
getDescription() - Method in class org.odpi.openmetadata.accessservices.datamanager.rest.NewFileSystemRequestBody
Return the description of the file.
getDisplayName() - Method in class org.odpi.openmetadata.accessservices.datamanager.properties.AssetProperties
Returns the stored display name property for the asset.
getDisplayName() - Method in class org.odpi.openmetadata.accessservices.datamanager.properties.EndpointProperties
Returns the stored display name property for the endpoint.
getDisplayName() - Method in class org.odpi.openmetadata.accessservices.datamanager.properties.SchemaElementProperties
Return the simple name of the schema element.
getDisplayName() - Method in class org.odpi.openmetadata.accessservices.datamanager.properties.SoftwareServerCapabilitiesProperties
Return the display name for messages and UI.
getDisplayName() - Method in class org.odpi.openmetadata.accessservices.datamanager.properties.TemplateProperties
Returns the stored display name property for the metadata entity.
getDisplayName() - Method in class org.odpi.openmetadata.accessservices.datamanager.rest.NewFileSystemRequestBody
Return the display name of the file
getElement() - Method in class org.odpi.openmetadata.accessservices.datamanager.rest.DatabaseColumnResponse
Return the metadata element.
getElement() - Method in class org.odpi.openmetadata.accessservices.datamanager.rest.DatabaseResponse
Return the metadata element.
getElement() - Method in class org.odpi.openmetadata.accessservices.datamanager.rest.DatabaseSchemaResponse
Return the metadata element.
getElement() - Method in class org.odpi.openmetadata.accessservices.datamanager.rest.DatabaseTableResponse
Return the metadata element.
getElement() - Method in class org.odpi.openmetadata.accessservices.datamanager.rest.DatabaseViewResponse
Return the metadata element.
getElementHeader() - Method in class org.odpi.openmetadata.accessservices.datamanager.events.DataManagerOutTopicEvent
Return details of the subject of the event.
getElementHeader() - Method in class org.odpi.openmetadata.accessservices.datamanager.metadataelements.DatabaseColumnElement
Return the element header associated with the properties.
getElementHeader() - Method in class org.odpi.openmetadata.accessservices.datamanager.metadataelements.DatabaseElement
Return the element header associated with the properties.
getElementHeader() - Method in class org.odpi.openmetadata.accessservices.datamanager.metadataelements.DatabaseSchemaElement
Return the element header associated with the properties.
getElementHeader() - Method in class org.odpi.openmetadata.accessservices.datamanager.metadataelements.DatabaseTableElement
Return the element header associated with the properties.
getElementHeader() - Method in class org.odpi.openmetadata.accessservices.datamanager.metadataelements.DatabaseViewElement
Return the element header associated with the properties.
getElementHeader() - Method in class org.odpi.openmetadata.accessservices.datamanager.metadataelements.DataFileElement
Return the element header associated with the properties.
getElementHeader() - Method in class org.odpi.openmetadata.accessservices.datamanager.metadataelements.FileFolderElement
Return the element header associated with the properties.
getElementHeader() - Method in class org.odpi.openmetadata.accessservices.datamanager.metadataelements.FileSystemElement
Return the element header associated with the properties.
getElementHeader() - Method in interface org.odpi.openmetadata.accessservices.datamanager.metadataelements.MetadataElement
Return the element header associated with the properties.
getElementList() - Method in class org.odpi.openmetadata.accessservices.datamanager.rest.DatabaseColumnsResponse
Return the list of metadata elements.
getElementList() - Method in class org.odpi.openmetadata.accessservices.datamanager.rest.DatabaseSchemasResponse
Return the list of metadata elements.
getElementList() - Method in class org.odpi.openmetadata.accessservices.datamanager.rest.DatabasesResponse
Return the list of metadata elements.
getElementList() - Method in class org.odpi.openmetadata.accessservices.datamanager.rest.DatabaseTablesResponse
Return the list of metadata elements.
getElementList() - Method in class org.odpi.openmetadata.accessservices.datamanager.rest.DatabaseViewsResponse
Return the list of metadata elements.
getElementPosition() - Method in class org.odpi.openmetadata.accessservices.datamanager.properties.SchemaAttributeProperties
Return the position of this schema attribute in its parent schema.
getEncodingDescription() - Method in class org.odpi.openmetadata.accessservices.datamanager.properties.DataStoreProperties
Return the description of the encoding used in the data store.
getEncodingLanguage() - Method in class org.odpi.openmetadata.accessservices.datamanager.properties.DataStoreProperties
Return the name of the natural language used for text strings within the data store.
getEncodingStandard() - Method in class org.odpi.openmetadata.accessservices.datamanager.properties.SchemaTypeProperties
Return the format (encoding standard) used for this schema.
getEncodingType() - Method in class org.odpi.openmetadata.accessservices.datamanager.properties.DataStoreProperties
Return the name of the encoding style used in the data store.
getEncryption() - Method in class org.odpi.openmetadata.accessservices.datamanager.properties.FileSystemProperties
Return the type of encryption used on the file system (or null is unencrypted).
getEncryption() - Method in class org.odpi.openmetadata.accessservices.datamanager.rest.NewFileSystemRequestBody
Return the type of encryption used on the file system (or null is unencrypted).
getEncryptionMethod() - Method in class org.odpi.openmetadata.accessservices.datamanager.properties.EndpointProperties
Returns the stored encryptionMethod property for the endpoint.
getEventType() - Method in class org.odpi.openmetadata.accessservices.datamanager.events.DataManagerOutTopicEvent
Return the event type.
getEventTypeCode() - Method in enum org.odpi.openmetadata.accessservices.datamanager.events.DataManagerEventType
Return the int identifier used for indexing based on the enum.
getEventTypeDescription() - Method in enum org.odpi.openmetadata.accessservices.datamanager.events.DataManagerEventType
Return the default description for the enum value - used when natural resource bundle is not available.
getEventTypeName() - Method in enum org.odpi.openmetadata.accessservices.datamanager.events.DataManagerEventType
Return the string name used for messages that include the enum.
getEventVersionId() - Method in class org.odpi.openmetadata.accessservices.datamanager.events.DataManagerOutTopicEvent
Return the event version id.
getExpression() - Method in class org.odpi.openmetadata.accessservices.datamanager.properties.DatabaseViewProperties
Return the code that generates the value for this view.
getExtendedProperties() - Method in class org.odpi.openmetadata.accessservices.datamanager.properties.ReferenceableProperties
Return the properties that have been defined for a subtype of this object that are not supported explicitly by this bean.
getExtendedProperties() - Method in class org.odpi.openmetadata.accessservices.datamanager.rest.NewFileSystemRequestBody
Return any properties from a subclass of DataFile.
getExternalDataManagerGUID(String, String) - Method in interface org.odpi.openmetadata.accessservices.datamanager.api.DataManagerInterface
Retrieve the unique identifier of the external data manager.
getFileSystem() - Method in class org.odpi.openmetadata.accessservices.datamanager.rest.FileSystemResponse
Return the fileSystem result.
getFileSystemType() - Method in class org.odpi.openmetadata.accessservices.datamanager.properties.FileSystemProperties
Return the type of the file system.
getFileSystemType() - Method in class org.odpi.openmetadata.accessservices.datamanager.rest.NewFileSystemRequestBody
Return the type of the file system.
getFileType() - Method in class org.odpi.openmetadata.accessservices.datamanager.properties.DataFileProperties
Return the file type of the file if known.
getFolder() - Method in class org.odpi.openmetadata.accessservices.datamanager.rest.FileFolderResponse
Return the folder result.
getForeignKeyProperties() - Method in class org.odpi.openmetadata.accessservices.datamanager.metadataelements.DatabaseColumnElement
When this column contains the primary key of another table (ie it is a foreign key) return the properties associated with the relationship.
getFormat() - Method in class org.odpi.openmetadata.accessservices.datamanager.properties.FileSystemProperties
Return the format of the file system.
getFormat() - Method in class org.odpi.openmetadata.accessservices.datamanager.rest.NewFileSystemRequestBody
Return the format of the file system.
getFormula() - Method in class org.odpi.openmetadata.accessservices.datamanager.properties.DatabaseColumnProperties
Return the formula used to combine the values of the queries.
getFormula() - Method in class org.odpi.openmetadata.accessservices.datamanager.properties.DerivedSchemaAttributeProperties
Return the formula used to combine the values of the queries.
getFullPath() - Method in class org.odpi.openmetadata.accessservices.datamanager.rest.PathNameRequestBody
Return the full path of the file - this should be unique.
getGUID() - Method in class org.odpi.openmetadata.accessservices.datamanager.metadataelements.ElementHeader
Return the unique id for the properties object.
getHomeMetadataCollectionId() - Method in class org.odpi.openmetadata.accessservices.datamanager.metadataelements.ElementOrigin
Returns the OMRS identifier for the metadata collection that is managed by the repository where the element originates (its home repository).
getHomeMetadataCollectionName() - Method in class org.odpi.openmetadata.accessservices.datamanager.metadataelements.ElementOrigin
Return the name of the metadata collection that this asset belongs to.
getKeyPattern() - Method in class org.odpi.openmetadata.accessservices.datamanager.properties.DatabasePrimaryKeyProperties
Returns the key pattern for the primary key.
getLatestChange() - Method in class org.odpi.openmetadata.accessservices.datamanager.properties.AssetProperties
Return a short description of the last change to the asset.
getLength() - Method in class org.odpi.openmetadata.accessservices.datamanager.properties.SchemaAttributeProperties
Return the length of the data field.
getLicense() - Method in class org.odpi.openmetadata.accessservices.datamanager.metadataelements.ElementOrigin
Return the license associated with this metadata element (null means none).
getMaxCardinality() - Method in class org.odpi.openmetadata.accessservices.datamanager.properties.SchemaAttributeProperties
Return the maximum number of instances allowed for this attribute.
getMeanings() - Method in class org.odpi.openmetadata.accessservices.datamanager.metadataelements.ElementHeader
Return the unique identifiers of the assigned meanings for this metadata element.
getMessageDefinition() - Method in enum org.odpi.openmetadata.accessservices.datamanager.ffdc.DataManagerAuditCode
Retrieve a message definition object for logging.
getMessageDefinition(String...) - Method in enum org.odpi.openmetadata.accessservices.datamanager.ffdc.DataManagerAuditCode
Retrieve a message definition object for logging.
getMessageDefinition() - Method in enum org.odpi.openmetadata.accessservices.datamanager.ffdc.DataManagerErrorCode
Retrieve a message definition object for an exception.
getMessageDefinition(String...) - Method in enum org.odpi.openmetadata.accessservices.datamanager.ffdc.DataManagerErrorCode
Retrieve a message definition object for an exception.
getMinCardinality() - Method in class org.odpi.openmetadata.accessservices.datamanager.properties.SchemaAttributeProperties
Return this minimum number of instances allowed for this attribute.
getMinimumLength() - Method in class org.odpi.openmetadata.accessservices.datamanager.properties.SchemaAttributeProperties
Return the minimum length of the data.
getModifiedTime() - Method in class org.odpi.openmetadata.accessservices.datamanager.properties.DataStoreProperties
Return the last known time the data store was modified.
getName() - Method in enum org.odpi.openmetadata.accessservices.datamanager.metadataelements.ElementOriginCategory
Return the name of the metadata element origin.
getName() - Method in class org.odpi.openmetadata.accessservices.datamanager.properties.DatabaseForeignKeyProperties
Returns the stored display name property for the foreign key.
getName() - Method in class org.odpi.openmetadata.accessservices.datamanager.properties.DatabasePrimaryKeyProperties
Return the name for the primary key.
getName() - Method in enum org.odpi.openmetadata.accessservices.datamanager.properties.DataItemSortOrder
Return the default name for this enum type.
getName() - Method in enum org.odpi.openmetadata.accessservices.datamanager.properties.KeyPattern
Return the default name for this enum instance.
getName() - Method in enum org.odpi.openmetadata.accessservices.datamanager.properties.OwnerCategory
Return the default name of the enumeration.
getNamespace() - Method in class org.odpi.openmetadata.accessservices.datamanager.properties.SchemaTypeProperties
Return the name of the namespace that this type belongs to.
getNativeJavaClass() - Method in class org.odpi.openmetadata.accessservices.datamanager.properties.SchemaAttributeProperties
Return the name of the Java class to use to represent this type.
getOrdinal() - Method in enum org.odpi.openmetadata.accessservices.datamanager.metadataelements.ElementOriginCategory
Return the code for metadata element.
getOrdinal() - Method in enum org.odpi.openmetadata.accessservices.datamanager.properties.DataItemSortOrder
Return the code for this enum used for indexing based on the enum value.
getOrdinal() - Method in enum org.odpi.openmetadata.accessservices.datamanager.properties.KeyPattern
Return the code for this enum instance
getOrdinal() - Method in enum org.odpi.openmetadata.accessservices.datamanager.properties.OwnerCategory
Return the numeric representation of the enumeration.
getOrigin() - Method in class org.odpi.openmetadata.accessservices.datamanager.metadataelements.ElementHeader
Return information about the origin of the element.
getOrigin() - Method in class org.odpi.openmetadata.accessservices.datamanager.properties.AssetProperties
Return the properties that characterize where this asset is from.
getOriginCategory() - Method in class org.odpi.openmetadata.accessservices.datamanager.metadataelements.ElementOrigin
Return the origin of the metadata element.
getOwner() - Method in class org.odpi.openmetadata.accessservices.datamanager.properties.AssetProperties
Returns the name of the owner for this asset.
getOwnerCategory() - Method in class org.odpi.openmetadata.accessservices.datamanager.properties.AssetProperties
Return the type of owner stored in the owner property.
getPatchLevel() - Method in class org.odpi.openmetadata.accessservices.datamanager.properties.SoftwareServerCapabilitiesProperties
Return the patch level of the discovery engine.
getPatchLevel() - Method in class org.odpi.openmetadata.accessservices.datamanager.rest.NewFileSystemRequestBody
Return the patch level of the file system.
getPrimaryKeyProperties() - Method in class org.odpi.openmetadata.accessservices.datamanager.metadataelements.DatabaseColumnElement
When this column is a primary key, return the properties of the primary key value; otherwise null
getProtocol() - Method in class org.odpi.openmetadata.accessservices.datamanager.properties.EndpointProperties
Returns the stored protocol property for the endpoint.
getQualifiedName() - Method in class org.odpi.openmetadata.accessservices.datamanager.properties.ReferenceableProperties
Returns the stored qualified name property for the metadata entity.
getQualifiedName() - Method in class org.odpi.openmetadata.accessservices.datamanager.properties.TemplateProperties
Returns the stored qualified name property for the metadata entity.
getQueries() - Method in class org.odpi.openmetadata.accessservices.datamanager.properties.DatabaseColumnProperties
Return the list of individual query targets for a derived column.
getQuery() - Method in class org.odpi.openmetadata.accessservices.datamanager.properties.DatabaseQueryProperties
Return the code for the query.
getQueryId() - Method in class org.odpi.openmetadata.accessservices.datamanager.properties.DatabaseQueryProperties
Return the identifier that is used in the column formula.
getQueryTargetGUID() - Method in class org.odpi.openmetadata.accessservices.datamanager.properties.DatabaseQueryProperties
Returns the identity of the query target.
getReferencedColumnGUID() - Method in class org.odpi.openmetadata.accessservices.datamanager.metadataelements.DatabaseColumnElement
Return the unique identifier of the column in another table that this column references through a foreign key relationship.
getReferencedColumnQualifiedName() - Method in class org.odpi.openmetadata.accessservices.datamanager.metadataelements.DatabaseColumnElement
Return the unique name of the column in another table that this column references through a foreign key relationship.
getSchemasForDatabase(String, String, int, int) - Method in interface org.odpi.openmetadata.accessservices.datamanager.api.DatabaseManagerInterface
Return the list of schemas associated with a database.
getSignificantDigits() - Method in class org.odpi.openmetadata.accessservices.datamanager.properties.SchemaAttributeProperties
Return the number of significant digits to the right of decimal point.
getSortOrder() - Method in class org.odpi.openmetadata.accessservices.datamanager.properties.SchemaAttributeProperties
Return the order that the attribute instances are arranged in - if any.
getSource() - Method in class org.odpi.openmetadata.accessservices.datamanager.properties.DatabaseForeignKeyProperties
Returns the id of the source of the knowledge of the foreign key.
getSource() - Method in class org.odpi.openmetadata.accessservices.datamanager.properties.SoftwareServerCapabilitiesProperties
Return the source of the discovery engine implementation.
getSource() - Method in class org.odpi.openmetadata.accessservices.datamanager.rest.NewFileSystemRequestBody
Return the source of the file system.
getSourceServer() - Method in class org.odpi.openmetadata.accessservices.datamanager.metadataelements.ElementOrigin
Return the name of the server where the element was retrieved from.
getSteward() - Method in class org.odpi.openmetadata.accessservices.datamanager.properties.DatabaseForeignKeyProperties
Returns the name of the steward who assigned the foreign key (or approved the discovered value).
getSuperTypeNames() - Method in class org.odpi.openmetadata.accessservices.datamanager.metadataelements.ElementType
Return the list of type names for this type's supertypes.
getTablesForDatabaseSchema(String, String, int, int) - Method in interface org.odpi.openmetadata.accessservices.datamanager.api.DatabaseManagerInterface
Retrieve the list of database tables associated with a database schema.
getType() - Method in class org.odpi.openmetadata.accessservices.datamanager.metadataelements.ElementHeader
Return the element type properties for this properties object.
getTypeDescription() - Method in class org.odpi.openmetadata.accessservices.datamanager.metadataelements.ElementType
Return the description for this element's type.
getTypeDescription() - Method in class org.odpi.openmetadata.accessservices.datamanager.properties.SoftwareServerCapabilitiesProperties
Return the description of the type of discovery engine this is.
getTypeId() - Method in class org.odpi.openmetadata.accessservices.datamanager.metadataelements.ElementType
Return unique identifier for the element's type.
getTypeName() - Method in class org.odpi.openmetadata.accessservices.datamanager.metadataelements.ElementType
Return name of element's type.
getTypeName() - Method in class org.odpi.openmetadata.accessservices.datamanager.properties.ReferenceableProperties
Return the name of the open metadata type for this metadata element.
getTypeName() - Method in class org.odpi.openmetadata.accessservices.datamanager.rest.NewFileSystemRequestBody
Return the subtype name for this asset - null means the type is DataFile.
getTypeVersion() - Method in class org.odpi.openmetadata.accessservices.datamanager.metadataelements.ElementType
Return the version number for this element's type.
getUniqueName() - Method in class org.odpi.openmetadata.accessservices.datamanager.rest.NewFileSystemRequestBody
Return the full path of the file - this should be unique.
getUsage() - Method in class org.odpi.openmetadata.accessservices.datamanager.properties.SchemaTypeProperties
Return the usage guidance for this schema element.
getVendorProperties() - Method in class org.odpi.openmetadata.accessservices.datamanager.properties.ReferenceableProperties
Return specific properties for the data manager vendor.
getVersion() - Method in class org.odpi.openmetadata.accessservices.datamanager.properties.SoftwareServerCapabilitiesProperties
Return the version of the discovery engine.
getVersion() - Method in class org.odpi.openmetadata.accessservices.datamanager.rest.NewFileSystemRequestBody
Return the version number of the file system.
getVersionNumber() - Method in class org.odpi.openmetadata.accessservices.datamanager.properties.SchemaTypeProperties
Return the version number of the schema element - null means no version number.
getViewsForDatabaseSchema(String, String, int, int) - Method in interface org.odpi.openmetadata.accessservices.datamanager.api.DatabaseManagerInterface
Retrieve the list of database views associated with a database schema.
getZoneMembership() - Method in class org.odpi.openmetadata.accessservices.datamanager.properties.AssetProperties
Return the names of the zones that this asset is a member of.

H

hashCode() - Method in class org.odpi.openmetadata.accessservices.datamanager.events.DataManagerOutTopicEvent
Create a hash code for this element type.
hashCode() - Method in class org.odpi.openmetadata.accessservices.datamanager.metadataelements.DatabaseColumnElement
Return hash code for this object
hashCode() - Method in class org.odpi.openmetadata.accessservices.datamanager.metadataelements.DatabaseElement
Return hash code for this object
hashCode() - Method in class org.odpi.openmetadata.accessservices.datamanager.metadataelements.DatabaseSchemaElement
Return hash code for this object
hashCode() - Method in class org.odpi.openmetadata.accessservices.datamanager.metadataelements.DatabaseTableElement
Return hash code for this object
hashCode() - Method in class org.odpi.openmetadata.accessservices.datamanager.metadataelements.DatabaseViewElement
Return hash code for this object
hashCode() - Method in class org.odpi.openmetadata.accessservices.datamanager.metadataelements.DataFileElement
Return hash code for this object
hashCode() - Method in class org.odpi.openmetadata.accessservices.datamanager.metadataelements.ElementHeader
Create a hash code for this element type.
hashCode() - Method in class org.odpi.openmetadata.accessservices.datamanager.metadataelements.ElementOrigin
Create a hash code for this element type.
hashCode() - Method in class org.odpi.openmetadata.accessservices.datamanager.metadataelements.ElementType
Create a hash code for this element type.
hashCode() - Method in class org.odpi.openmetadata.accessservices.datamanager.metadataelements.FileFolderElement
Return hash code for this object
hashCode() - Method in class org.odpi.openmetadata.accessservices.datamanager.metadataelements.FileSystemElement
Return hash code for this object
hashCode() - Method in class org.odpi.openmetadata.accessservices.datamanager.properties.AssetProperties
Return has code based on properties.
hashCode() - Method in class org.odpi.openmetadata.accessservices.datamanager.properties.Classification
Create a hash code for this element type.
hashCode() - Method in class org.odpi.openmetadata.accessservices.datamanager.properties.DatabaseColumnProperties
Return has code based on properties.
hashCode() - Method in class org.odpi.openmetadata.accessservices.datamanager.properties.DatabaseForeignKeyProperties
Return has code based on properties.
hashCode() - Method in class org.odpi.openmetadata.accessservices.datamanager.properties.DatabasePrimaryKeyProperties
Return has code based on properties.
hashCode() - Method in class org.odpi.openmetadata.accessservices.datamanager.properties.DatabaseProperties
Return has code based on properties.
hashCode() - Method in class org.odpi.openmetadata.accessservices.datamanager.properties.DatabaseQueryProperties
Return has code based on properties.
hashCode() - Method in class org.odpi.openmetadata.accessservices.datamanager.properties.DatabaseViewProperties
Return has code based on properties.
hashCode() - Method in class org.odpi.openmetadata.accessservices.datamanager.properties.DataFileProperties
Return hash code for this object
hashCode() - Method in class org.odpi.openmetadata.accessservices.datamanager.properties.DataStoreProperties
Return has code based on properties.
hashCode() - Method in class org.odpi.openmetadata.accessservices.datamanager.properties.DerivedSchemaAttributeProperties
Return a number that represents the contents of this object.
hashCode() - Method in class org.odpi.openmetadata.accessservices.datamanager.properties.FileSystemProperties
Return hash code for this object
hashCode() - Method in class org.odpi.openmetadata.accessservices.datamanager.properties.ReferenceableProperties
Return has code based on properties.
hashCode() - Method in class org.odpi.openmetadata.accessservices.datamanager.properties.SchemaAttributeProperties
Return a number that represents the contents of this object.
hashCode() - Method in class org.odpi.openmetadata.accessservices.datamanager.properties.SchemaElementProperties
Return has code based on properties.
hashCode() - Method in class org.odpi.openmetadata.accessservices.datamanager.properties.SchemaTypeProperties
Return has code based on properties.
hashCode() - Method in class org.odpi.openmetadata.accessservices.datamanager.properties.SoftwareServerCapabilitiesProperties
Create a hash code for this element type.
hashCode() - Method in class org.odpi.openmetadata.accessservices.datamanager.properties.TabularColumnProperties
Return has code based on properties.
hashCode() - Method in class org.odpi.openmetadata.accessservices.datamanager.properties.TemplateProperties
Return has code based on properties.
hashCode() - Method in class org.odpi.openmetadata.accessservices.datamanager.rest.DatabaseColumnResponse
Return hash code for this object
hashCode() - Method in class org.odpi.openmetadata.accessservices.datamanager.rest.DatabaseColumnsResponse
Return hash code for this object
hashCode() - Method in class org.odpi.openmetadata.accessservices.datamanager.rest.DatabaseResponse
Return hash code for this object
hashCode() - Method in class org.odpi.openmetadata.accessservices.datamanager.rest.DatabaseSchemaResponse
Return hash code for this object
hashCode() - Method in class org.odpi.openmetadata.accessservices.datamanager.rest.DatabaseSchemasResponse
Return hash code for this object
hashCode() - Method in class org.odpi.openmetadata.accessservices.datamanager.rest.DatabasesResponse
Return hash code for this object
hashCode() - Method in class org.odpi.openmetadata.accessservices.datamanager.rest.DatabaseTableResponse
Return hash code for this object
hashCode() - Method in class org.odpi.openmetadata.accessservices.datamanager.rest.DatabaseTablesResponse
Return hash code for this object
hashCode() - Method in class org.odpi.openmetadata.accessservices.datamanager.rest.DatabaseViewResponse
Return hash code for this object
hashCode() - Method in class org.odpi.openmetadata.accessservices.datamanager.rest.DatabaseViewsResponse
Return hash code for this object
hashCode() - Method in class org.odpi.openmetadata.accessservices.datamanager.rest.DataFileResponse
Return hash code for this object
hashCode() - Method in class org.odpi.openmetadata.accessservices.datamanager.rest.FileFolderResponse
Return hash code for this object
hashCode() - Method in class org.odpi.openmetadata.accessservices.datamanager.rest.FileSystemResponse
Return hash code for this object
hashCode() - Method in class org.odpi.openmetadata.accessservices.datamanager.rest.NewDataFileRequestBody
Return hash code for this object
hashCode() - Method in class org.odpi.openmetadata.accessservices.datamanager.rest.NewDataFolderRequestBody
Return hash code for this object
hashCode() - Method in class org.odpi.openmetadata.accessservices.datamanager.rest.NewFileSystemRequestBody
Return hash code for this object
hashCode() - Method in class org.odpi.openmetadata.accessservices.datamanager.rest.PathNameRequestBody
Return hash code for this object

I

IntegratorCapabilityProperties - Class in org.odpi.openmetadata.accessservices.datamanager.properties
IntegratorCapabilityProperties is a class for representing a integration daemon is managing the metadata for one or more data managers.
IntegratorCapabilityProperties() - Constructor for class org.odpi.openmetadata.accessservices.datamanager.properties.IntegratorCapabilityProperties
Default constructor
IntegratorCapabilityProperties(IntegratorCapabilityProperties) - Constructor for class org.odpi.openmetadata.accessservices.datamanager.properties.IntegratorCapabilityProperties
Copy/clone constructor.
isAllowsDuplicateValues() - Method in class org.odpi.openmetadata.accessservices.datamanager.properties.SchemaAttributeProperties
Return whether the same value can be used by more than one instance of this attribute.
isDeprecated() - Method in class org.odpi.openmetadata.accessservices.datamanager.properties.SchemaElementProperties
Is the schema element deprecated?
isNullable() - Method in class org.odpi.openmetadata.accessservices.datamanager.properties.SchemaAttributeProperties
Return whether the field is nullable or not.
isOrderedValues() - Method in class org.odpi.openmetadata.accessservices.datamanager.properties.SchemaAttributeProperties
Return whether the attribute instances are arranged in an order.

K

KeyPattern - Enum in org.odpi.openmetadata.accessservices.datamanager.properties
A KeyPattern defines the type of External Identifier in use for an asset, or the type of Primary Key used within an asset.

M

MetadataElement - Interface in org.odpi.openmetadata.accessservices.datamanager.metadataelements
MetadataElement is the common interface for all metadata elements.

N

NewDataFileRequestBody - Class in org.odpi.openmetadata.accessservices.datamanager.rest
NewDataFileRequestBody carries the parameters for creating a new file asset.
NewDataFileRequestBody() - Constructor for class org.odpi.openmetadata.accessservices.datamanager.rest.NewDataFileRequestBody
Default constructor
NewDataFileRequestBody(NewDataFileRequestBody) - Constructor for class org.odpi.openmetadata.accessservices.datamanager.rest.NewDataFileRequestBody
Copy/clone constructor
NewDataFolderRequestBody - Class in org.odpi.openmetadata.accessservices.datamanager.rest
NewDataFileRequestBody carries the parameters for creating a new file asset.
NewDataFolderRequestBody() - Constructor for class org.odpi.openmetadata.accessservices.datamanager.rest.NewDataFolderRequestBody
Default constructor
NewDataFolderRequestBody(NewDataFolderRequestBody) - Constructor for class org.odpi.openmetadata.accessservices.datamanager.rest.NewDataFolderRequestBody
Copy/clone constructor
NewFileSystemRequestBody - Class in org.odpi.openmetadata.accessservices.datamanager.rest
FileSystemProperties describes the root node of a file system.
NewFileSystemRequestBody() - Constructor for class org.odpi.openmetadata.accessservices.datamanager.rest.NewFileSystemRequestBody
Default constructor
NewFileSystemRequestBody(NewFileSystemRequestBody) - Constructor for class org.odpi.openmetadata.accessservices.datamanager.rest.NewFileSystemRequestBody
Copy/clone constructor.

O

org.odpi.openmetadata.accessservices.datamanager.api - package org.odpi.openmetadata.accessservices.datamanager.api
 
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.metadataelements - package org.odpi.openmetadata.accessservices.datamanager.metadataelements
 
org.odpi.openmetadata.accessservices.datamanager.properties - package org.odpi.openmetadata.accessservices.datamanager.properties
 
org.odpi.openmetadata.accessservices.datamanager.rest - package org.odpi.openmetadata.accessservices.datamanager.rest
 
OwnerCategory - Enum in org.odpi.openmetadata.accessservices.datamanager.properties
OwnerCategory defines the identifier used in an Asset's owner property.

P

PathNameRequestBody - Class in org.odpi.openmetadata.accessservices.datamanager.rest
PathNameRequestBody carries the parameters for creating a new FileFolder asset.
PathNameRequestBody() - Constructor for class org.odpi.openmetadata.accessservices.datamanager.rest.PathNameRequestBody
Default constructor
PathNameRequestBody(PathNameRequestBody) - Constructor for class org.odpi.openmetadata.accessservices.datamanager.rest.PathNameRequestBody
Copy/clone constructor
PrimitiveSchemaTypeProperties - Class in org.odpi.openmetadata.accessservices.datamanager.properties
PrimitiveSchemaTypeProperties is a class for representing a primitive value.
PrimitiveSchemaTypeProperties() - Constructor for class org.odpi.openmetadata.accessservices.datamanager.properties.PrimitiveSchemaTypeProperties
Default constructor
PrimitiveSchemaTypeProperties(PrimitiveSchemaTypeProperties) - Constructor for class org.odpi.openmetadata.accessservices.datamanager.properties.PrimitiveSchemaTypeProperties
Copy/clone constructor.
processEvent(DataManagerOutTopicEvent) - Method in class org.odpi.openmetadata.accessservices.datamanager.api.DataManagerEventListener
Process an event that was published by the Data Manager OMAS.
publishDatabase(String, String, 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, 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.

R

ReferenceableProperties - Class in org.odpi.openmetadata.accessservices.datamanager.properties
Many open metadata entities are referenceable.
ReferenceableProperties() - Constructor for class org.odpi.openmetadata.accessservices.datamanager.properties.ReferenceableProperties
Default constructor
ReferenceableProperties(ReferenceableProperties) - Constructor for class org.odpi.openmetadata.accessservices.datamanager.properties.ReferenceableProperties
Copy/clone constructor.
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.
removeDatabase(String, 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, String) - Method in interface org.odpi.openmetadata.accessservices.datamanager.api.DatabaseManagerInterface
Remove the metadata element representing a database column.
removeDatabaseSchema(String, 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, String) - Method in interface org.odpi.openmetadata.accessservices.datamanager.api.DatabaseManagerInterface
Remove the metadata element representing a database table.
removeDatabaseView(String, String, String, String, String) - Method in interface org.odpi.openmetadata.accessservices.datamanager.api.DatabaseManagerInterface
Remove the metadata element representing a database table.
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.
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.

S

SchemaAttributeProperties - Class in org.odpi.openmetadata.accessservices.datamanager.properties
SchemaAttributeProperties represents a attribute that is part of a complex schema type.
SchemaAttributeProperties() - Constructor for class org.odpi.openmetadata.accessservices.datamanager.properties.SchemaAttributeProperties
Default constructor
SchemaAttributeProperties(SchemaAttributeProperties) - Constructor for class org.odpi.openmetadata.accessservices.datamanager.properties.SchemaAttributeProperties
Copy/clone constructor.
SchemaElementProperties - Class in org.odpi.openmetadata.accessservices.datamanager.properties
SchemaElementProperties is a bean containing the common attributes for schema types and schema attributes
SchemaElementProperties() - Constructor for class org.odpi.openmetadata.accessservices.datamanager.properties.SchemaElementProperties
Default constructor
SchemaElementProperties(SchemaElementProperties) - Constructor for class org.odpi.openmetadata.accessservices.datamanager.properties.SchemaElementProperties
Copy/clone Constructor.
SchemaTypeProperties - Class in org.odpi.openmetadata.accessservices.datamanager.properties
SchemaTypeProperties describes the common properties for all schema types.
SchemaTypeProperties() - Constructor for class org.odpi.openmetadata.accessservices.datamanager.properties.SchemaTypeProperties
Default constructor
SchemaTypeProperties(SchemaTypeProperties) - Constructor for class org.odpi.openmetadata.accessservices.datamanager.properties.SchemaTypeProperties
Copy/clone Constructor.
setAdditionalProperties(Map<String, String>) - Method in class org.odpi.openmetadata.accessservices.datamanager.properties.ReferenceableProperties
Set up additional properties.
setAdditionalProperties(Map<String, String>) - Method in class org.odpi.openmetadata.accessservices.datamanager.rest.NewFileSystemRequestBody
Set up additional properties.
setAddress(String) - Method in class org.odpi.openmetadata.accessservices.datamanager.properties.EndpointProperties
Set up the network address of the Endpoint.
setAliases(List<String>) - Method in class org.odpi.openmetadata.accessservices.datamanager.properties.SchemaAttributeProperties
Set up a list of alternative names for the attribute.
setAllowsDuplicateValues(boolean) - Method in class org.odpi.openmetadata.accessservices.datamanager.properties.SchemaAttributeProperties
Set up whether the same value can be used by more than one instance of this attribute.
setAnchorGUID(String) - Method in class org.odpi.openmetadata.accessservices.datamanager.properties.SchemaAttributeProperties
Set up the anchorGUID of this schema attribute
setAuthor(String) - Method in class org.odpi.openmetadata.accessservices.datamanager.properties.SchemaTypeProperties
Set up the name of the author of the schema element.
setClassificationName(String) - Method in class org.odpi.openmetadata.accessservices.datamanager.properties.Classification
Set up the name of the classification
setClassificationProperties(Map<String, Object>) - Method in class org.odpi.openmetadata.accessservices.datamanager.properties.Classification
Set up a collection of the additional stored properties for the classification.
setClassifications(List<Classification>) - Method in class org.odpi.openmetadata.accessservices.datamanager.metadataelements.ElementHeader
Set up the classifications associated with this metadata element.
setConfidence(int) - Method in class org.odpi.openmetadata.accessservices.datamanager.properties.DatabaseForeignKeyProperties
Set up the level of confidence that the foreign key is correct.
setConnectorClassName(String) - Method in class org.odpi.openmetadata.accessservices.datamanager.rest.NewDataFileRequestBody
Set up the fully qualified class name of the connector provider for this type of file.
setConnectorClassName(String) - Method in class org.odpi.openmetadata.accessservices.datamanager.rest.NewDataFolderRequestBody
Set up the fully qualified class name of the connector provider for this type of file.
setCreateTime(Date) - Method in class org.odpi.openmetadata.accessservices.datamanager.properties.DataStoreProperties
Set up the time that the data store was created.
setDatabaseImportedFrom(String) - Method in class org.odpi.openmetadata.accessservices.datamanager.properties.DatabaseProperties
Set up the the source (typically connection name) of the database information.
setDatabaseInstance(String) - Method in class org.odpi.openmetadata.accessservices.datamanager.properties.DatabaseProperties
Set up the name of this database instance - useful if the same schemas are deployed to multiple database instances.
setDatabaseType(String) - Method in class org.odpi.openmetadata.accessservices.datamanager.properties.DatabaseProperties
Set up a description of the database type.
setDatabaseVersion(String) - Method in class org.odpi.openmetadata.accessservices.datamanager.properties.DatabaseProperties
Set up the version of the database - often this is related to the version of its schemas.
setDataFile(DataFileElement) - Method in class org.odpi.openmetadata.accessservices.datamanager.rest.DataFileResponse
Set up the file result.
setDataType(String) - Method in class org.odpi.openmetadata.accessservices.datamanager.properties.SimpleSchemaTypeProperties
Set up the data type for this element.
setDataType(String) - Method in class org.odpi.openmetadata.accessservices.datamanager.properties.TabularColumnProperties
Set up the data type for this element.
setDefaultValue(String) - Method in class org.odpi.openmetadata.accessservices.datamanager.properties.SimpleSchemaTypeProperties
Set up the default value for the element.
setDefaultValue(String) - Method in class org.odpi.openmetadata.accessservices.datamanager.properties.TabularColumnProperties
Set up the default value for the element.
setDefaultValueOverride(String) - Method in class org.odpi.openmetadata.accessservices.datamanager.properties.SchemaAttributeProperties
Set up any default value for this attribute that would override the default defined in the schema element for this attribute's type (note only used is type is primitive).
setDeprecated(boolean) - Method in class org.odpi.openmetadata.accessservices.datamanager.properties.SchemaElementProperties
Set whether the schema element deprecated or not.
setDescription(String) - Method in class org.odpi.openmetadata.accessservices.datamanager.properties.AssetProperties
Set up the stored description property associated with the asset.
setDescription(String) - Method in class org.odpi.openmetadata.accessservices.datamanager.properties.DatabaseForeignKeyProperties
Set up description of the foreign key.
setDescription(String) - Method in class org.odpi.openmetadata.accessservices.datamanager.properties.EndpointProperties
Set up description of the element.
setDescription(String) - Method in class org.odpi.openmetadata.accessservices.datamanager.properties.SchemaElementProperties
Set up the stored description property for the schema element.
setDescription(String) - Method in class org.odpi.openmetadata.accessservices.datamanager.properties.SoftwareServerCapabilitiesProperties
Set up the description of the discovery engine.
setDescription(String) - Method in class org.odpi.openmetadata.accessservices.datamanager.properties.TemplateProperties
Set up the stored description property associated with the metadata entity.
setDescription(String) - Method in class org.odpi.openmetadata.accessservices.datamanager.rest.NewFileSystemRequestBody
Set up the description of the file.
setDisplayName(String) - Method in class org.odpi.openmetadata.accessservices.datamanager.properties.AssetProperties
Set up the stored display name property for the asset.
setDisplayName(String) - Method in class org.odpi.openmetadata.accessservices.datamanager.properties.EndpointProperties
Set up the display name for UIs and reports.
setDisplayName(String) - Method in class org.odpi.openmetadata.accessservices.datamanager.properties.SchemaElementProperties
Set up the simple name of the schema element.
setDisplayName(String) - Method in class org.odpi.openmetadata.accessservices.datamanager.properties.SoftwareServerCapabilitiesProperties
Set up the display name for messages and UI.
setDisplayName(String) - Method in class org.odpi.openmetadata.accessservices.datamanager.properties.TemplateProperties
Set up the stored display name property for the metadata entity.
setDisplayName(String) - Method in class org.odpi.openmetadata.accessservices.datamanager.rest.NewFileSystemRequestBody
Set up the display name of the file.
setElement(DatabaseColumnElement) - Method in class org.odpi.openmetadata.accessservices.datamanager.rest.DatabaseColumnResponse
Set up the metadata element to return.
setElement(DatabaseElement) - Method in class org.odpi.openmetadata.accessservices.datamanager.rest.DatabaseResponse
Set up the metadata element to return.
setElement(DatabaseSchemaElement) - Method in class org.odpi.openmetadata.accessservices.datamanager.rest.DatabaseSchemaResponse
Set up the metadata element to return.
setElement(DatabaseTableElement) - Method in class org.odpi.openmetadata.accessservices.datamanager.rest.DatabaseTableResponse
Set up the metadata element to return.
setElement(DatabaseViewElement) - Method in class org.odpi.openmetadata.accessservices.datamanager.rest.DatabaseViewResponse
Set up the metadata element to return.
setElementHeader(ElementHeader) - Method in class org.odpi.openmetadata.accessservices.datamanager.events.DataManagerOutTopicEvent
Set up details of the subject of the event.
setElementHeader(ElementHeader) - Method in class org.odpi.openmetadata.accessservices.datamanager.metadataelements.DatabaseColumnElement
Set up the element header associated with the properties.
setElementHeader(ElementHeader) - Method in class org.odpi.openmetadata.accessservices.datamanager.metadataelements.DatabaseElement
Set up the element header associated with the properties.
setElementHeader(ElementHeader) - Method in class org.odpi.openmetadata.accessservices.datamanager.metadataelements.DatabaseSchemaElement
Set up the element header associated with the properties.
setElementHeader(ElementHeader) - Method in class org.odpi.openmetadata.accessservices.datamanager.metadataelements.DatabaseTableElement
Set up the element header associated with the properties.
setElementHeader(ElementHeader) - Method in class org.odpi.openmetadata.accessservices.datamanager.metadataelements.DatabaseViewElement
Set up the element header associated with the properties.
setElementHeader(ElementHeader) - Method in class org.odpi.openmetadata.accessservices.datamanager.metadataelements.DataFileElement
Set up the element header associated with the properties.
setElementHeader(ElementHeader) - Method in class org.odpi.openmetadata.accessservices.datamanager.metadataelements.FileFolderElement
Set up the element header associated with the properties.
setElementHeader(ElementHeader) - Method in class org.odpi.openmetadata.accessservices.datamanager.metadataelements.FileSystemElement
Set up the element header associated with the properties.
setElementHeader(ElementHeader) - Method in interface org.odpi.openmetadata.accessservices.datamanager.metadataelements.MetadataElement
Set up the element header associated with the properties.
setElementList(List<DatabaseColumnElement>) - Method in class org.odpi.openmetadata.accessservices.datamanager.rest.DatabaseColumnsResponse
Set up the metadata element to return.
setElementList(List<DatabaseSchemaElement>) - Method in class org.odpi.openmetadata.accessservices.datamanager.rest.DatabaseSchemasResponse
Set up the metadata element to return.
setElementList(List<DatabaseElement>) - Method in class org.odpi.openmetadata.accessservices.datamanager.rest.DatabasesResponse
Set up the metadata element to return.
setElementList(List<DatabaseTableElement>) - Method in class org.odpi.openmetadata.accessservices.datamanager.rest.DatabaseTablesResponse
Set up the metadata element to return.
setElementList(List<DatabaseViewElement>) - Method in class org.odpi.openmetadata.accessservices.datamanager.rest.DatabaseViewsResponse
Set up the metadata element to return.
setElementPosition(int) - Method in class org.odpi.openmetadata.accessservices.datamanager.properties.SchemaAttributeProperties
Set up the position of this schema attribute in its parent schema.
setEncodingDescription(String) - Method in class org.odpi.openmetadata.accessservices.datamanager.properties.DataStoreProperties
Set up the description of the encoding used in the data store.
setEncodingLanguage(String) - Method in class org.odpi.openmetadata.accessservices.datamanager.properties.DataStoreProperties
Set up the name of the natural language used for text strings within the data store.
setEncodingStandard(String) - Method in class org.odpi.openmetadata.accessservices.datamanager.properties.SchemaTypeProperties
Set up the format (encoding standard) used for this schema.
setEncodingType(String) - Method in class org.odpi.openmetadata.accessservices.datamanager.properties.DataStoreProperties
Set up the name of the encoding style used in the data store.
setEncryption(String) - Method in class org.odpi.openmetadata.accessservices.datamanager.properties.FileSystemProperties
Set up the type of encryption used on the file system (or null is unencrypted).
setEncryption(String) - Method in class org.odpi.openmetadata.accessservices.datamanager.rest.NewFileSystemRequestBody
Set up the type of encryption used on the file system (or null is unencrypted).
setEncryptionMethod(String) - Method in class org.odpi.openmetadata.accessservices.datamanager.properties.EndpointProperties
Set up the encryption method used on this Endpoint.
setEventType(DataManagerEventType) - Method in class org.odpi.openmetadata.accessservices.datamanager.events.DataManagerOutTopicEvent
Set up the event type.
setEventVersionId(long) - Method in class org.odpi.openmetadata.accessservices.datamanager.events.DataManagerOutTopicEvent
Set up the event version id.
setExpression(String) - Method in class org.odpi.openmetadata.accessservices.datamanager.properties.DatabaseViewProperties
Set up the code that generates the value for this view.
setExtendedProperties(Map<String, Object>) - Method in class org.odpi.openmetadata.accessservices.datamanager.properties.ReferenceableProperties
Set up the properties that have been defined for a subtype of this object that are not supported explicitly by this bean.
setExtendedProperties(Map<String, Object>) - Method in class org.odpi.openmetadata.accessservices.datamanager.rest.NewFileSystemRequestBody
Set up any properties from a subclass of DataFile.
setFileSystem(FileSystemElement) - Method in class org.odpi.openmetadata.accessservices.datamanager.rest.FileSystemResponse
Set up the fileSystem result.
setFileSystemType(String) - Method in class org.odpi.openmetadata.accessservices.datamanager.properties.FileSystemProperties
Set up the type of the file system.
setFileSystemType(String) - Method in class org.odpi.openmetadata.accessservices.datamanager.rest.NewFileSystemRequestBody
Set up the type of the file system.
setFileType(String) - Method in class org.odpi.openmetadata.accessservices.datamanager.properties.DataFileProperties
Set up the file type of the file if known.
setFolder(FileFolderElement) - Method in class org.odpi.openmetadata.accessservices.datamanager.rest.FileFolderResponse
Set up the folder result.
setForeignKeyProperties(DatabaseForeignKeyProperties) - Method in class org.odpi.openmetadata.accessservices.datamanager.metadataelements.DatabaseColumnElement
Set up the properties that indicate that this column is a foreign key.
setFormat(String) - Method in class org.odpi.openmetadata.accessservices.datamanager.properties.FileSystemProperties
Set up the format of the file system.
setFormat(String) - Method in class org.odpi.openmetadata.accessservices.datamanager.rest.NewFileSystemRequestBody
Set up the format of the file system.
setFormula(String) - Method in class org.odpi.openmetadata.accessservices.datamanager.properties.DatabaseColumnProperties
Set up the formula used to combine the values of the queries.
setFormula(String) - Method in class org.odpi.openmetadata.accessservices.datamanager.properties.DerivedSchemaAttributeProperties
Set up the formula used to combine the values of the queries.
setFullPath(String) - Method in class org.odpi.openmetadata.accessservices.datamanager.rest.PathNameRequestBody
Set up the full path of the file - this should be unique.
setGUID(String) - Method in class org.odpi.openmetadata.accessservices.datamanager.metadataelements.ElementHeader
Set up the guid for the element.
setHomeMetadataCollectionId(String) - Method in class org.odpi.openmetadata.accessservices.datamanager.metadataelements.ElementOrigin
Set up the unique identifier for the metadata collection that is managed by the repository where the element originates (its home repository).
setHomeMetadataCollectionName(String) - Method in class org.odpi.openmetadata.accessservices.datamanager.metadataelements.ElementOrigin
Set up the name of the metadata collection that this asset belongs to.
setKeyPattern(KeyPattern) - Method in class org.odpi.openmetadata.accessservices.datamanager.properties.DatabasePrimaryKeyProperties
Set up the key pattern for the primary key.
setLatestChange(String) - Method in class org.odpi.openmetadata.accessservices.datamanager.properties.AssetProperties
Set up a short description of the last change to the asset.
setLength(int) - Method in class org.odpi.openmetadata.accessservices.datamanager.properties.SchemaAttributeProperties
Set up the length of the data field.
setLicense(String) - Method in class org.odpi.openmetadata.accessservices.datamanager.metadataelements.ElementOrigin
Set up the license associated with this metadata element (null means none)
setMaxCardinality(int) - Method in class org.odpi.openmetadata.accessservices.datamanager.properties.SchemaAttributeProperties
Set up the maximum number of instances allowed for this attribute.
setMeanings(List<String>) - Method in class org.odpi.openmetadata.accessservices.datamanager.metadataelements.ElementHeader
Set up the unique identifiers of the assigned meanings for this metadata element.
setMinCardinality(int) - Method in class org.odpi.openmetadata.accessservices.datamanager.properties.SchemaAttributeProperties
Set up the minimum number of instances allowed for this attribute.
setMinimumLength(int) - Method in class org.odpi.openmetadata.accessservices.datamanager.properties.SchemaAttributeProperties
Set up the minimum length of the data.
setModifiedTime(Date) - Method in class org.odpi.openmetadata.accessservices.datamanager.properties.DataStoreProperties
Setup the last known time the data store was modified.
setName(String) - Method in class org.odpi.openmetadata.accessservices.datamanager.properties.DatabaseForeignKeyProperties
Set up the display name for UIs and reports.
setName(String) - Method in class org.odpi.openmetadata.accessservices.datamanager.properties.DatabasePrimaryKeyProperties
Set up name of the primary key.
setNamespace(String) - Method in class org.odpi.openmetadata.accessservices.datamanager.properties.SchemaTypeProperties
Set up the name of the namespace that this type belongs to.
setNativeJavaClass(String) - Method in class org.odpi.openmetadata.accessservices.datamanager.properties.SchemaAttributeProperties
Set up the name of the Java class to use to represent this type.
setNullable(boolean) - Method in class org.odpi.openmetadata.accessservices.datamanager.properties.SchemaAttributeProperties
Set up whether the field is nullable or not.
setOrderedValues(boolean) - Method in class org.odpi.openmetadata.accessservices.datamanager.properties.SchemaAttributeProperties
Set up whether the attribute instances are arranged in an order.
setOrigin(ElementOrigin) - Method in class org.odpi.openmetadata.accessservices.datamanager.metadataelements.ElementHeader
Set up information about the origin of the element.
setOrigin(Map<String, String>) - Method in class org.odpi.openmetadata.accessservices.datamanager.properties.AssetProperties
Set up the properties that characterize where this asset is from.
setOriginCategory(ElementOriginCategory) - Method in class org.odpi.openmetadata.accessservices.datamanager.metadataelements.ElementOrigin
Set up the details of this element's origin.
setOwner(String) - Method in class org.odpi.openmetadata.accessservices.datamanager.properties.AssetProperties
Set up the name of the owner for this asset.
setOwnerCategory(OwnerCategory) - Method in class org.odpi.openmetadata.accessservices.datamanager.properties.AssetProperties
Set up the owner type for this asset.
setPatchLevel(String) - Method in class org.odpi.openmetadata.accessservices.datamanager.properties.SoftwareServerCapabilitiesProperties
Set up the patch level of the discovery engine.
setPatchLevel(String) - Method in class org.odpi.openmetadata.accessservices.datamanager.rest.NewFileSystemRequestBody
Set up the patch level of the file system.
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.
setPrimaryKeyProperties(DatabasePrimaryKeyProperties) - Method in class org.odpi.openmetadata.accessservices.datamanager.metadataelements.DatabaseColumnElement
Set up the properties that indicate this column is a primary key
setProtocol(String) - Method in class org.odpi.openmetadata.accessservices.datamanager.properties.EndpointProperties
Set up the protocol to use for this Endpoint
setQualifiedName(String) - Method in class org.odpi.openmetadata.accessservices.datamanager.properties.ReferenceableProperties
Set up the fully qualified name.
setQualifiedName(String) - Method in class org.odpi.openmetadata.accessservices.datamanager.properties.TemplateProperties
Set up the fully qualified name.
setQueries(List<DatabaseQueryProperties>) - Method in class org.odpi.openmetadata.accessservices.datamanager.properties.DatabaseColumnProperties
Set up the list of individual query targets for a derived column.
setQuery(String) - Method in class org.odpi.openmetadata.accessservices.datamanager.properties.DatabaseQueryProperties
Set up code for query.
setQueryId(String) - Method in class org.odpi.openmetadata.accessservices.datamanager.properties.DatabaseQueryProperties
Set the identifier that is used in the column formula.
setQueryTargetGUID(String) - Method in class org.odpi.openmetadata.accessservices.datamanager.properties.DatabaseQueryProperties
Set up the identity of the query target.
setReferencedColumnGUID(String) - Method in class org.odpi.openmetadata.accessservices.datamanager.metadataelements.DatabaseColumnElement
Set up the unique identifier of the column in another table that this column references through a foreign key relationship.
setReferencedColumnQualifiedName(String) - Method in class org.odpi.openmetadata.accessservices.datamanager.metadataelements.DatabaseColumnElement
Set up the unique name of the column in another table that this column references through a foreign key relationship.
setSignificantDigits(int) - Method in class org.odpi.openmetadata.accessservices.datamanager.properties.SchemaAttributeProperties
Set up the number of significant digits to the right of decimal point.
setSortOrder(DataItemSortOrder) - Method in class org.odpi.openmetadata.accessservices.datamanager.properties.SchemaAttributeProperties
Set up the order that the attribute instances are arranged in - if any.
setSource(String) - Method in class org.odpi.openmetadata.accessservices.datamanager.properties.DatabaseForeignKeyProperties
Set up the id of the source of the knowledge of the foreign key.
setSource(String) - Method in class org.odpi.openmetadata.accessservices.datamanager.properties.SoftwareServerCapabilitiesProperties
Set up the source of the discovery engine implementation.
setSource(String) - Method in class org.odpi.openmetadata.accessservices.datamanager.rest.NewFileSystemRequestBody
Set up the source of the file system.
setSourceServer(String) - Method in class org.odpi.openmetadata.accessservices.datamanager.metadataelements.ElementOrigin
Set up the name of the server where the element was retrieved from.
setSteward(String) - Method in class org.odpi.openmetadata.accessservices.datamanager.properties.DatabaseForeignKeyProperties
Set up the id of the steward who assigned the foreign key (or approved the discovered value).
setSuperTypeNames(List<String>) - Method in class org.odpi.openmetadata.accessservices.datamanager.metadataelements.ElementType
Set up the list of type names for this type's supertypes.
setType(ElementType) - Method in class org.odpi.openmetadata.accessservices.datamanager.metadataelements.ElementHeader
Set up the type of this element.
setTypeDescription(String) - Method in class org.odpi.openmetadata.accessservices.datamanager.metadataelements.ElementType
Set up a short description of this element's type.
setTypeDescription(String) - Method in class org.odpi.openmetadata.accessservices.datamanager.properties.SoftwareServerCapabilitiesProperties
Set up the description of the type of discovery engine this is.
setTypeId(String) - Method in class org.odpi.openmetadata.accessservices.datamanager.metadataelements.ElementType
Set up the unique identifier for the element's type.
setTypeName(String) - Method in class org.odpi.openmetadata.accessservices.datamanager.metadataelements.ElementType
Set up the name of this element's type
setTypeName(String) - Method in class org.odpi.openmetadata.accessservices.datamanager.properties.ReferenceableProperties
Set up the name of the open metadata type for this element.
setTypeName(String) - Method in class org.odpi.openmetadata.accessservices.datamanager.rest.NewFileSystemRequestBody
Set up the subtype name for this asset - null means the type is DataFile.
setTypeVersion(long) - Method in class org.odpi.openmetadata.accessservices.datamanager.metadataelements.ElementType
Set up the version number for this element's type
setUniqueName(String) - Method in class org.odpi.openmetadata.accessservices.datamanager.rest.NewFileSystemRequestBody
Set up the full path of the file - this should be unique.
setUsage(String) - Method in class org.odpi.openmetadata.accessservices.datamanager.properties.SchemaTypeProperties
Set up the usage guidance for this schema element.
setVendorProperties(Map<String, String>) - Method in class org.odpi.openmetadata.accessservices.datamanager.properties.ReferenceableProperties
Set up specific properties for the data manager vendor.
setVersion(String) - Method in class org.odpi.openmetadata.accessservices.datamanager.properties.SoftwareServerCapabilitiesProperties
Set up the version string of the discovery engine.
setVersion(String) - Method in class org.odpi.openmetadata.accessservices.datamanager.rest.NewFileSystemRequestBody
Set up the version number of the file system.
setVersionNumber(String) - Method in class org.odpi.openmetadata.accessservices.datamanager.properties.SchemaTypeProperties
Set up the version number of the schema element - null means no version number.
setZoneMembership(List<String>) - Method in class org.odpi.openmetadata.accessservices.datamanager.properties.AssetProperties
Set up the names of the zones that this asset is a member of.
SimpleSchemaTypeProperties - Class in org.odpi.openmetadata.accessservices.datamanager.properties
SimpleSchemaTypeProperties describes the properties of type that has a single value.
SimpleSchemaTypeProperties() - Constructor for class org.odpi.openmetadata.accessservices.datamanager.properties.SimpleSchemaTypeProperties
Default constructor used by subclasses
SimpleSchemaTypeProperties(SimpleSchemaTypeProperties) - Constructor for class org.odpi.openmetadata.accessservices.datamanager.properties.SimpleSchemaTypeProperties
Copy/clone Constructor.
SoftwareServerCapabilitiesProperties - Class in org.odpi.openmetadata.accessservices.datamanager.properties
 
SoftwareServerCapabilitiesProperties() - Constructor for class org.odpi.openmetadata.accessservices.datamanager.properties.SoftwareServerCapabilitiesProperties
Default constructor.
SoftwareServerCapabilitiesProperties(SoftwareServerCapabilitiesProperties) - Constructor for class org.odpi.openmetadata.accessservices.datamanager.properties.SoftwareServerCapabilitiesProperties
Copy/clone constructor.

T

TabularColumnProperties - Class in org.odpi.openmetadata.accessservices.datamanager.properties
TabularColumnProperties is a class for representing a column within a table type structure.
TabularColumnProperties() - Constructor for class org.odpi.openmetadata.accessservices.datamanager.properties.TabularColumnProperties
Default constructor used by subclasses
TabularColumnProperties(DatabaseColumnProperties) - Constructor for class org.odpi.openmetadata.accessservices.datamanager.properties.TabularColumnProperties
Copy/clone Constructor.
TabularSchemaTypeProperties - Class in org.odpi.openmetadata.accessservices.datamanager.properties
TabularSchemaTypeProperties is a class for representing a tabular schema such as the structure of a CSV file.
TabularSchemaTypeProperties() - Constructor for class org.odpi.openmetadata.accessservices.datamanager.properties.TabularSchemaTypeProperties
Default constructor
TabularSchemaTypeProperties(TabularSchemaTypeProperties) - Constructor for class org.odpi.openmetadata.accessservices.datamanager.properties.TabularSchemaTypeProperties
Copy/clone constructor.
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.
toString() - Method in enum org.odpi.openmetadata.accessservices.datamanager.events.DataManagerEventType
JSON-style toString
toString() - Method in class org.odpi.openmetadata.accessservices.datamanager.events.DataManagerOutTopicEvent
Standard toString method.
toString() - Method in enum org.odpi.openmetadata.accessservices.datamanager.ffdc.DataManagerAuditCode
JSON-style toString
toString() - Method in class org.odpi.openmetadata.accessservices.datamanager.metadataelements.DatabaseColumnElement
JSON-style toString
toString() - Method in class org.odpi.openmetadata.accessservices.datamanager.metadataelements.DatabaseElement
JSON-style toString
toString() - Method in class org.odpi.openmetadata.accessservices.datamanager.metadataelements.DatabaseSchemaElement
JSON-style toString
toString() - Method in class org.odpi.openmetadata.accessservices.datamanager.metadataelements.DatabaseTableElement
JSON-style toString
toString() - Method in class org.odpi.openmetadata.accessservices.datamanager.metadataelements.DatabaseViewElement
JSON-style toString
toString() - Method in class org.odpi.openmetadata.accessservices.datamanager.metadataelements.DataFileElement
JSON-style toString
toString() - Method in class org.odpi.openmetadata.accessservices.datamanager.metadataelements.ElementHeader
Standard toString method.
toString() - Method in class org.odpi.openmetadata.accessservices.datamanager.metadataelements.ElementOrigin
Standard toString method.
toString() - Method in enum org.odpi.openmetadata.accessservices.datamanager.metadataelements.ElementOriginCategory
Standard toString method.
toString() - Method in class org.odpi.openmetadata.accessservices.datamanager.metadataelements.ElementType
Standard toString method.
toString() - Method in class org.odpi.openmetadata.accessservices.datamanager.metadataelements.FileFolderElement
JSON-style toString
toString() - Method in class org.odpi.openmetadata.accessservices.datamanager.metadataelements.FileSystemElement
JSON-style toString
toString() - Method in class org.odpi.openmetadata.accessservices.datamanager.properties.AssetProperties
Standard toString method.
toString() - Method in class org.odpi.openmetadata.accessservices.datamanager.properties.Classification
Standard toString method.
toString() - Method in class org.odpi.openmetadata.accessservices.datamanager.properties.ComplexSchemaTypeProperties
Standard toString method.
toString() - Method in class org.odpi.openmetadata.accessservices.datamanager.properties.DatabaseColumnProperties
Standard toString method.
toString() - Method in class org.odpi.openmetadata.accessservices.datamanager.properties.DatabaseForeignKeyProperties
Standard toString method.
toString() - Method in class org.odpi.openmetadata.accessservices.datamanager.properties.DatabasePrimaryKeyProperties
Standard toString method.
toString() - Method in class org.odpi.openmetadata.accessservices.datamanager.properties.DatabaseProperties
Standard toString method.
toString() - Method in class org.odpi.openmetadata.accessservices.datamanager.properties.DatabaseQueryProperties
Standard toString method.
toString() - Method in class org.odpi.openmetadata.accessservices.datamanager.properties.DatabaseSchemaProperties
Standard toString method.
toString() - Method in class org.odpi.openmetadata.accessservices.datamanager.properties.DatabaseTableProperties
Standard toString method.
toString() - Method in class org.odpi.openmetadata.accessservices.datamanager.properties.DatabaseViewProperties
Standard toString method.
toString() - Method in class org.odpi.openmetadata.accessservices.datamanager.properties.DataFileProperties
JSON-style toString
toString() - Method in enum org.odpi.openmetadata.accessservices.datamanager.properties.DataItemSortOrder
Standard toString method.
toString() - Method in class org.odpi.openmetadata.accessservices.datamanager.properties.DataManagerProperties
Standard toString method.
toString() - Method in class org.odpi.openmetadata.accessservices.datamanager.properties.DataSetProperties
Standard toString method.
toString() - Method in class org.odpi.openmetadata.accessservices.datamanager.properties.DataStoreProperties
Standard toString method.
toString() - Method in class org.odpi.openmetadata.accessservices.datamanager.properties.DerivedSchemaAttributeProperties
Standard toString method.
toString() - Method in class org.odpi.openmetadata.accessservices.datamanager.properties.EndpointProperties
Standard toString method.
toString() - Method in class org.odpi.openmetadata.accessservices.datamanager.properties.FileFolderProperties
JSON-style toString
toString() - Method in class org.odpi.openmetadata.accessservices.datamanager.properties.FileSystemProperties
JSON-style toString
toString() - Method in class org.odpi.openmetadata.accessservices.datamanager.properties.IntegratorCapabilityProperties
Standard toString method.
toString() - Method in enum org.odpi.openmetadata.accessservices.datamanager.properties.KeyPattern
Standard toString method.
toString() - Method in enum org.odpi.openmetadata.accessservices.datamanager.properties.OwnerCategory
toString() JSON-style
toString() - Method in class org.odpi.openmetadata.accessservices.datamanager.properties.PrimitiveSchemaTypeProperties
Standard toString method.
toString() - Method in class org.odpi.openmetadata.accessservices.datamanager.properties.ReferenceableProperties
Standard toString method.
toString() - Method in class org.odpi.openmetadata.accessservices.datamanager.properties.SchemaAttributeProperties
Standard toString method.
toString() - Method in class org.odpi.openmetadata.accessservices.datamanager.properties.SchemaElementProperties
Standard toString method.
toString() - Method in class org.odpi.openmetadata.accessservices.datamanager.properties.SchemaTypeProperties
Standard toString method.
toString() - Method in class org.odpi.openmetadata.accessservices.datamanager.properties.SimpleSchemaTypeProperties
Standard toString method.
toString() - Method in class org.odpi.openmetadata.accessservices.datamanager.properties.SoftwareServerCapabilitiesProperties
Standard toString method.
toString() - Method in class org.odpi.openmetadata.accessservices.datamanager.properties.TabularColumnProperties
Standard toString method.
toString() - Method in class org.odpi.openmetadata.accessservices.datamanager.properties.TabularSchemaTypeProperties
Standard toString method.
toString() - Method in class org.odpi.openmetadata.accessservices.datamanager.properties.TemplateProperties
Standard toString method.
toString() - Method in class org.odpi.openmetadata.accessservices.datamanager.rest.DatabaseColumnResponse
JSON-style toString
toString() - Method in class org.odpi.openmetadata.accessservices.datamanager.rest.DatabaseColumnsResponse
JSON-style toString
toString() - Method in class org.odpi.openmetadata.accessservices.datamanager.rest.DatabaseResponse
JSON-style toString
toString() - Method in class org.odpi.openmetadata.accessservices.datamanager.rest.DatabaseSchemaResponse
JSON-style toString
toString() - Method in class org.odpi.openmetadata.accessservices.datamanager.rest.DatabaseSchemasResponse
JSON-style toString
toString() - Method in class org.odpi.openmetadata.accessservices.datamanager.rest.DatabasesResponse
JSON-style toString
toString() - Method in class org.odpi.openmetadata.accessservices.datamanager.rest.DatabaseTableResponse
JSON-style toString
toString() - Method in class org.odpi.openmetadata.accessservices.datamanager.rest.DatabaseTablesResponse
JSON-style toString
toString() - Method in class org.odpi.openmetadata.accessservices.datamanager.rest.DatabaseViewResponse
JSON-style toString
toString() - Method in class org.odpi.openmetadata.accessservices.datamanager.rest.DatabaseViewsResponse
JSON-style toString
toString() - Method in class org.odpi.openmetadata.accessservices.datamanager.rest.DataFileResponse
JSON-style toString
toString() - Method in class org.odpi.openmetadata.accessservices.datamanager.rest.DataManagerOMASAPIRequestBody
JSON-like toString
toString() - Method in class org.odpi.openmetadata.accessservices.datamanager.rest.DataManagerOMASAPIResponse
JSON-like toString
toString() - Method in class org.odpi.openmetadata.accessservices.datamanager.rest.FileFolderResponse
JSON-style toString
toString() - Method in class org.odpi.openmetadata.accessservices.datamanager.rest.FileSystemResponse
JSON-style toString
toString() - Method in class org.odpi.openmetadata.accessservices.datamanager.rest.NewDataFileRequestBody
JSON-style toString
toString() - Method in class org.odpi.openmetadata.accessservices.datamanager.rest.NewDataFolderRequestBody
JSON-style toString
toString() - Method in class org.odpi.openmetadata.accessservices.datamanager.rest.NewFileSystemRequestBody
JSON-style toString
toString() - Method in class org.odpi.openmetadata.accessservices.datamanager.rest.PathNameRequestBody
JSON-style toString

U

updateDatabase(String, String, String, String, DatabaseProperties) - Method in interface org.odpi.openmetadata.accessservices.datamanager.api.DatabaseManagerInterface
Update the metadata element representing a database.
updateDatabaseColumn(String, String, String, String, DatabaseColumnProperties) - Method in interface org.odpi.openmetadata.accessservices.datamanager.api.DatabaseManagerInterface
Update the metadata element representing a database column.
updateDatabaseSchema(String, String, String, String, DatabaseSchemaProperties) - Method in interface org.odpi.openmetadata.accessservices.datamanager.api.DatabaseManagerInterface
Update the metadata element representing a database schema.
updateDatabaseTable(String, String, String, String, DatabaseTableProperties) - Method in interface org.odpi.openmetadata.accessservices.datamanager.api.DatabaseManagerInterface
Update the metadata element representing a database table.
updateDatabaseView(String, String, String, String, DatabaseViewProperties) - Method in interface org.odpi.openmetadata.accessservices.datamanager.api.DatabaseManagerInterface
Update the metadata element representing a database table.

V

valueOf(String) - Static method in enum org.odpi.openmetadata.accessservices.datamanager.events.DataManagerEventType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.odpi.openmetadata.accessservices.datamanager.ffdc.DataManagerAuditCode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.odpi.openmetadata.accessservices.datamanager.ffdc.DataManagerErrorCode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.odpi.openmetadata.accessservices.datamanager.metadataelements.ElementOriginCategory
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.odpi.openmetadata.accessservices.datamanager.properties.DataItemSortOrder
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.odpi.openmetadata.accessservices.datamanager.properties.KeyPattern
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.odpi.openmetadata.accessservices.datamanager.properties.OwnerCategory
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.odpi.openmetadata.accessservices.datamanager.events.DataManagerEventType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.odpi.openmetadata.accessservices.datamanager.ffdc.DataManagerAuditCode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.odpi.openmetadata.accessservices.datamanager.ffdc.DataManagerErrorCode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.odpi.openmetadata.accessservices.datamanager.metadataelements.ElementOriginCategory
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.odpi.openmetadata.accessservices.datamanager.properties.DataItemSortOrder
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.odpi.openmetadata.accessservices.datamanager.properties.KeyPattern
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.odpi.openmetadata.accessservices.datamanager.properties.OwnerCategory
Returns an array containing the constants of this enum type, in the order they are declared.

W

withdrawDatabase(String, String, 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, 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.
A C D E F G H I K M N O P R S T U V W 
Skip navigation links

Copyright © 2018–2020 ODPi. All rights reserved.