Index
All Classes and Interfaces|All Packages
C
- ConnectedAssetClient - Class in org.odpi.openmetadata.accessservices.designmodel.client
-
ConnectedAssetClient is used by applications and tools as a factory for Open Connector Framework (OCF) connectors.
- ConnectedAssetClient(String, String) - Constructor for class org.odpi.openmetadata.accessservices.designmodel.client.ConnectedAssetClient
-
Create a new client with no authentication embedded in the HTTP request.
- ConnectedAssetClient(String, String, String, String) - Constructor for class org.odpi.openmetadata.accessservices.designmodel.client.ConnectedAssetClient
-
Create a new client that passes userId and password in each HTTP request.
- ConnectedAssetClient(String, String, String, String, AuditLog) - Constructor for class org.odpi.openmetadata.accessservices.designmodel.client.ConnectedAssetClient
-
Create a new client that passes userId and password in each HTTP request.
- ConnectedAssetClient(String, String, AuditLog) - Constructor for class org.odpi.openmetadata.accessservices.designmodel.client.ConnectedAssetClient
-
Create a new client with no authentication embedded in the HTTP request.
- createDataClass(String, String, String, String, boolean, String, DataClassProperties, String, String, ElementProperties, boolean, boolean, boolean, Date) - Method in class org.odpi.openmetadata.accessservices.designmodel.client.DataDesignManager
-
Create a new data class.
- createDataClassFromTemplate(String, String, String, String, boolean, String, Date, Date, String, ElementProperties, Map<String, String>, String, String, ElementProperties, boolean, boolean, boolean, Date) - Method in class org.odpi.openmetadata.accessservices.designmodel.client.DataDesignManager
-
Create a new metadata element to represent a data class using an existing element as a template.
- createDataField(String, String, String, String, boolean, String, DataFieldProperties, String, String, ElementProperties, boolean, boolean, boolean, Date) - Method in class org.odpi.openmetadata.accessservices.designmodel.client.DataDesignManager
-
Create a new data field.
- createDataFieldFromTemplate(String, String, String, String, boolean, String, Date, Date, String, ElementProperties, Map<String, String>, String, String, ElementProperties, boolean, boolean, boolean, Date) - Method in class org.odpi.openmetadata.accessservices.designmodel.client.DataDesignManager
-
Create a new metadata element to represent a data field using an existing element as a template.
- createDataStructure(String, String, String, String, boolean, String, DataStructureProperties, String, String, ElementProperties, boolean, boolean, boolean, Date) - Method in class org.odpi.openmetadata.accessservices.designmodel.client.DataDesignManager
-
Create a new data structure.
- createDataStructureFromTemplate(String, String, String, String, boolean, String, Date, Date, String, ElementProperties, Map<String, String>, String, String, ElementProperties, boolean, boolean, boolean, Date) - Method in class org.odpi.openmetadata.accessservices.designmodel.client.DataDesignManager
-
Create a new metadata element to represent a data structure using an existing element as a template.
D
- DataDesignManager - Class in org.odpi.openmetadata.accessservices.designmodel.client
-
Data design manager describes how to maintain and query data classes, data fields and data structures.
- DataDesignManager(String, String, int, AuditLog) - Constructor for class org.odpi.openmetadata.accessservices.designmodel.client.DataDesignManager
-
Create a new client with no authentication embedded in the HTTP request.
- DataDesignManager(String, String, String, String, int, AuditLog) - Constructor for class org.odpi.openmetadata.accessservices.designmodel.client.DataDesignManager
-
Create a new client that passes userId and password in each HTTP request.
- deleteDataClass(String, String, String, String, boolean, boolean, boolean, Date) - Method in class org.odpi.openmetadata.accessservices.designmodel.client.DataDesignManager
-
Delete a data class.
- deleteDataField(String, String, String, String, boolean, boolean, boolean, Date) - Method in class org.odpi.openmetadata.accessservices.designmodel.client.DataDesignManager
-
Delete a data field.
- deleteDataStructure(String, String, String, String, boolean, boolean, boolean, Date) - Method in class org.odpi.openmetadata.accessservices.designmodel.client.DataDesignManager
-
Delete a data structure.
- detachCertificationTypeToDataStructure(String, String, String, String, String, boolean, boolean, Date) - Method in class org.odpi.openmetadata.accessservices.designmodel.client.DataDesignManager
-
Detach a data structure from a certification type.
- detachDataClassDefinition(String, String, String, String, String, boolean, boolean, Date) - Method in class org.odpi.openmetadata.accessservices.designmodel.client.DataDesignManager
-
Detach a data definition from a data class.
- detachMemberDataField(String, String, String, String, String, boolean, boolean, Date) - Method in class org.odpi.openmetadata.accessservices.designmodel.client.DataDesignManager
-
Detach a data field from a data structure.
- detachNestedDataClass(String, String, String, String, String, boolean, boolean, Date) - Method in class org.odpi.openmetadata.accessservices.designmodel.client.DataDesignManager
-
Detach two nested data classes from one another.
- detachNestedDataFields(String, String, String, String, String, boolean, boolean, Date) - Method in class org.odpi.openmetadata.accessservices.designmodel.client.DataDesignManager
-
Detach two data fields from one another.
- detachSemanticDefinition(String, String, String, String, String, boolean, boolean, Date) - Method in class org.odpi.openmetadata.accessservices.designmodel.client.DataDesignManager
-
Detach a data definition from a glossary term.
- detachSpecialistDataClass(String, String, String, String, String, boolean, boolean, Date) - Method in class org.odpi.openmetadata.accessservices.designmodel.client.DataDesignManager
-
Detach two data classes from one another.
F
- findDataClasses(String, String, List<ElementStatus>, Date, SequencingOrder, String, int, int, boolean, boolean, Date) - Method in class org.odpi.openmetadata.accessservices.designmodel.client.DataDesignManager
-
Retrieve the list of data classes metadata elements that contain the search string.
- findDataFields(String, String, List<ElementStatus>, Date, SequencingOrder, String, int, int, boolean, boolean, Date) - Method in class org.odpi.openmetadata.accessservices.designmodel.client.DataDesignManager
-
Retrieve the list of data fields metadata elements that contain the search string.
- findDataStructures(String, String, List<ElementStatus>, Date, SequencingOrder, String, int, int, boolean, boolean, Date) - Method in class org.odpi.openmetadata.accessservices.designmodel.client.DataDesignManager
-
Retrieve the list of data structures metadata elements that contain the search string.
G
- getDataClassByGUID(String, String, Date, boolean, boolean, Date) - Method in class org.odpi.openmetadata.accessservices.designmodel.client.DataDesignManager
-
Return the properties of a specific data class.
- getDataClassesByName(String, String, List<ElementStatus>, Date, SequencingOrder, String, int, int, boolean, boolean, Date) - Method in class org.odpi.openmetadata.accessservices.designmodel.client.DataDesignManager
-
Returns the list of data classes with a particular name.
- getDataFieldByGUID(String, String, Date, boolean, boolean, Date) - Method in class org.odpi.openmetadata.accessservices.designmodel.client.DataDesignManager
-
Return the properties of a specific data field.
- getDataFieldsByName(String, String, List<ElementStatus>, Date, SequencingOrder, String, int, int, boolean, boolean, Date) - Method in class org.odpi.openmetadata.accessservices.designmodel.client.DataDesignManager
-
Returns the list of data fields with a particular name.
- getDataStructureByGUID(String, String, Date, boolean, boolean, Date) - Method in class org.odpi.openmetadata.accessservices.designmodel.client.DataDesignManager
-
Return the properties of a specific data structure.
- getDataStructuresByName(String, String, List<ElementStatus>, Date, SequencingOrder, String, int, int, boolean, boolean, Date) - Method in class org.odpi.openmetadata.accessservices.designmodel.client.DataDesignManager
-
Returns the list of data structures with a particular name.
L
- linkCertificationTypeToDataStructure(String, String, String, String, String, boolean, boolean, Date) - Method in class org.odpi.openmetadata.accessservices.designmodel.client.DataDesignManager
-
Connect a certification type to a data structure to guide the survey action service (that checks the data quality of a data resource as part of certifying it with the supplied certification type) to the definition of the data structure to use as a specification of how the data should be both structured and (if data classes are attached to the associated data fields using the DataClassDefinition relationship) contain the valid values.
- linkDataClassDefinition(String, String, String, String, String, boolean, boolean, Date) - Method in class org.odpi.openmetadata.accessservices.designmodel.client.DataDesignManager
-
Connect an element that is part of a data design to a data class to show that the data class should be used as the specification for the data values when interpreting the data definition.
- linkMemberDataField(String, String, String, String, String, MemberDataFieldProperties, boolean, boolean, Date) - Method in class org.odpi.openmetadata.accessservices.designmodel.client.DataDesignManager
-
Attach a data field to a data structure.
- linkNestedDataClass(String, String, String, String, String, boolean, boolean, Date) - Method in class org.odpi.openmetadata.accessservices.designmodel.client.DataDesignManager
-
Connect two data classes to show that one is used by the other when it is validating (typically a complex data item).
- linkNestedDataFields(String, String, String, String, String, MemberDataFieldProperties, boolean, boolean, Date) - Method in class org.odpi.openmetadata.accessservices.designmodel.client.DataDesignManager
-
Connect two data field as parent and child.
- linkSemanticDefinition(String, String, String, String, String, boolean, boolean, Date) - Method in class org.odpi.openmetadata.accessservices.designmodel.client.DataDesignManager
-
Connect an element that is part of a data design to a glossary term to show that the term should be used as the semantic definition for the data values when interpreting the data definition.
- linkSpecialistDataClass(String, String, String, String, String, boolean, boolean, Date) - Method in class org.odpi.openmetadata.accessservices.designmodel.client.DataDesignManager
-
Connect two data classes to show that one provides a more specialist evaluation.
O
- OpenMetadataStoreClient - Class in org.odpi.openmetadata.accessservices.designmodel.client
-
OpenMetadataStoreClient provides an interface to the open metadata store.
- OpenMetadataStoreClient(String, String, int) - Constructor for class org.odpi.openmetadata.accessservices.designmodel.client.OpenMetadataStoreClient
-
Create a new client with no authentication embedded in the HTTP request.
- OpenMetadataStoreClient(String, String, String, String, int) - Constructor for class org.odpi.openmetadata.accessservices.designmodel.client.OpenMetadataStoreClient
-
Create a new client that passes userId and password in each HTTP request.
- org.odpi.openmetadata.accessservices.designmodel.client - package org.odpi.openmetadata.accessservices.designmodel.client
-
This package provides the Java clients for the Data Science OMAS.
U
- updateDataClass(String, String, String, String, boolean, DataClassProperties, boolean, boolean, Date) - Method in class org.odpi.openmetadata.accessservices.designmodel.client.DataDesignManager
-
Update the properties of a data class.
- updateDataField(String, String, String, String, boolean, DataFieldProperties, boolean, boolean, Date) - Method in class org.odpi.openmetadata.accessservices.designmodel.client.DataDesignManager
-
Update the properties of a data field.
- updateDataStructure(String, String, String, String, boolean, DataStructureProperties, boolean, boolean, Date) - Method in class org.odpi.openmetadata.accessservices.designmodel.client.DataDesignManager
-
Update the properties of a data structure.
All Classes and Interfaces|All Packages