- addAssetOrigin(String, String, String, String, Map<String, String>) - Method in class org.odpi.openmetadata.accessservices.assetowner.client.AssetOwner
-
Add the asset origin classification to an asset.
- addAssetToCatalog(String, String, String, String, String, Map<String, String>, Map<String, Object>) - Method in class org.odpi.openmetadata.accessservices.assetowner.client.AssetOwner
-
Add a simple asset description to the catalog.
- addAssetToCatalog(String, AssetProperties) - Method in class org.odpi.openmetadata.accessservices.assetowner.client.AssetOwner
-
Add a comprehensive asset description to the catalog.
- addAvroFileToCatalog(String, String, String, String) - Method in class org.odpi.openmetadata.accessservices.assetowner.client.AvroFileAssetOwner
-
Add a simple asset description linked to a connection object for a Avro file.
- addCombinedSchemaToAsset(String, String, SchemaTypeProperties, List<SchemaAttributeProperties>) - Method in class org.odpi.openmetadata.accessservices.assetowner.client.AssetOwner
-
Stores the supplied schema details in the catalog and attaches it to the asset.
- addConnectionToAsset(String, String, String, Connection) - Method in class org.odpi.openmetadata.accessservices.assetowner.client.AssetOwner
-
Adds a connection to an asset.
- addCSVFileToCatalog(String, String, String, String) - Method in class org.odpi.openmetadata.accessservices.assetowner.client.CSVFileAssetOwner
-
Add a simple asset description linked to a connection object for a CSV file.
- addCSVFileToCatalog(String, String, String, String, List<String>, Character, Character) - Method in class org.odpi.openmetadata.accessservices.assetowner.client.CSVFileAssetOwner
-
Add a simple asset description linked to a connection object for a CSV file.
- addDataFileAssetToCatalog(String, String, String, String) - Method in class org.odpi.openmetadata.accessservices.assetowner.client.FileSystemAssetOwner
-
Creates a new data file asset and links it to the folder structure implied in the path name.
- addDataFolderAssetToCatalog(String, String, String, String) - Method in class org.odpi.openmetadata.accessservices.assetowner.client.FileSystemAssetOwner
-
Creates a new folder asset that is identified as a data asset.
- addSchemaAttribute(String, String, String, String, SchemaAttributeProperties) - Method in class org.odpi.openmetadata.accessservices.assetowner.client.AssetOwner
-
Adds a schema attribute to a complex schema type like a relational table, avro schema or a structured document.
- addSchemaAttributes(String, String, String, String, List<SchemaAttributeProperties>) - Method in class org.odpi.openmetadata.accessservices.assetowner.client.AssetOwner
-
Adds attributes to a complex schema type like a relational table, avro schema or a structured document.
- addSchemaTypeToAsset(String, String, SchemaTypeProperties) - Method in class org.odpi.openmetadata.accessservices.assetowner.client.AssetOwner
-
Stores the supplied schema type in the catalog and attaches it to the asset.
- addSecurityTags(String, String, String, List<String>, Map<String, Object>) - Method in class org.odpi.openmetadata.accessservices.assetowner.client.AssetOwner
-
Add or replace the security tags for an asset or one of its elements.
- addSemanticAssignment(String, String, String, String) - Method in class org.odpi.openmetadata.accessservices.assetowner.client.AssetOwner
-
Create a simple relationship between a glossary term and an element in an Asset description (typically
a field in the schema).
- AssetOwner - Class in org.odpi.openmetadata.accessservices.assetowner.client
-
AssetOwner provides the generic client-side interface for the Asset Owner Open Metadata Access Service (OMAS).
- AssetOwner(String, String, AuditLog) - Constructor for class org.odpi.openmetadata.accessservices.assetowner.client.AssetOwner
-
Create a new client with no authentication embedded in the HTTP request.
- AssetOwner(String, String) - Constructor for class org.odpi.openmetadata.accessservices.assetowner.client.AssetOwner
-
Create a new client with no authentication embedded in the HTTP request.
- AssetOwner(String, String, String, String, AuditLog) - Constructor for class org.odpi.openmetadata.accessservices.assetowner.client.AssetOwner
-
Create a new client that passes userId and password in each HTTP request.
- AssetOwner(String, String, String, String) - Constructor for class org.odpi.openmetadata.accessservices.assetowner.client.AssetOwner
-
Create a new client that passes userId and password in each HTTP request.
- AssetOwner(String, String, AssetOwnerRESTClient, int, AuditLog) - Constructor for class org.odpi.openmetadata.accessservices.assetowner.client.AssetOwner
-
Create a new client that is going to be used in an OMAG Server (view service or integration service typically).
- AssetOwnerRESTClient - Class in org.odpi.openmetadata.accessservices.assetowner.client.rest
-
AssetOwnerRESTClient is responsible for issuing calls to the OMAS REST APIs.
- AssetOwnerRESTClient(String, String, AuditLog) - Constructor for class org.odpi.openmetadata.accessservices.assetowner.client.rest.AssetOwnerRESTClient
-
Constructor for no authentication with audit log.
- AssetOwnerRESTClient(String, String) - Constructor for class org.odpi.openmetadata.accessservices.assetowner.client.rest.AssetOwnerRESTClient
-
Constructor for no authentication.
- AssetOwnerRESTClient(String, String, String, String, AuditLog) - Constructor for class org.odpi.openmetadata.accessservices.assetowner.client.rest.AssetOwnerRESTClient
-
Constructor for simple userId and password authentication with audit log.
- AssetOwnerRESTClient(String, String, String, String) - Constructor for class org.odpi.openmetadata.accessservices.assetowner.client.rest.AssetOwnerRESTClient
-
Constructor for simple userId and password authentication.
- attachDataFileAssetToFolder(String, String, String) - Method in class org.odpi.openmetadata.accessservices.assetowner.client.FileSystemAssetOwner
-
Link an existing file asset to a folder.
- attachFolderToFileSystem(String, String, String) - Method in class org.odpi.openmetadata.accessservices.assetowner.client.FileSystemAssetOwner
-
Links a folder to a file system.
- attachSchemaTypeToAsset(String, String, String) - Method in class org.odpi.openmetadata.accessservices.assetowner.client.AssetOwner
-
Links the supplied schema type directly to the asset.
- attachValidValueToSet(String, String, String) - Method in class org.odpi.openmetadata.accessservices.assetowner.client.ValidValuesAssetOwner
-
Create a link between a valid value set or definition and a set.
- AvroFileAssetOwner - Class in org.odpi.openmetadata.accessservices.assetowner.client
-
AvroFileAssetOwner provides specialist methods for working with Avro files.
- AvroFileAssetOwner(String, String, AuditLog) - Constructor for class org.odpi.openmetadata.accessservices.assetowner.client.AvroFileAssetOwner
-
Create a new client with no authentication embedded in the HTTP request and an audit log.
- AvroFileAssetOwner(String, String) - Constructor for class org.odpi.openmetadata.accessservices.assetowner.client.AvroFileAssetOwner
-
Create a new client with no authentication embedded in the HTTP request.
- AvroFileAssetOwner(String, String, String, String, AuditLog) - Constructor for class org.odpi.openmetadata.accessservices.assetowner.client.AvroFileAssetOwner
-
Create a new client that passes userId and password in each HTTP request.
- AvroFileAssetOwner(String, String, String, String) - Constructor for class org.odpi.openmetadata.accessservices.assetowner.client.AvroFileAssetOwner
-
Create a new client that passes userId and password in each HTTP request.
- AvroFileAssetOwner(String, String, AssetOwnerRESTClient, int, AuditLog) - Constructor for class org.odpi.openmetadata.accessservices.assetowner.client.AvroFileAssetOwner
-
Create a new client that is going to be used in an OMAG Server (view service or integration service typically).
- callAnnotationGetRESTCall(String, String, Object...) - Method in class org.odpi.openmetadata.accessservices.assetowner.client.rest.AssetOwnerRESTClient
-
Issue a GET REST call that returns an AnnotationResponse object.
- callAnnotationListGetRESTCall(String, String, Object...) - Method in class org.odpi.openmetadata.accessservices.assetowner.client.rest.AssetOwnerRESTClient
-
Issue a GET REST call that returns an AnnotationListResponse object.
- callAnnotationListPostRESTCall(String, String, Object, Object...) - Method in class org.odpi.openmetadata.accessservices.assetowner.client.rest.AssetOwnerRESTClient
-
Issue a POST REST call that returns an AnnotationResponse object.
- callAnnotationPostRESTCall(String, String, Object, Object...) - Method in class org.odpi.openmetadata.accessservices.assetowner.client.rest.AssetOwnerRESTClient
-
Issue a POST REST call that returns an AnnotationResponse object.
- callAssetElementGetRESTCall(String, String, Object...) - Method in class org.odpi.openmetadata.accessservices.assetowner.client.rest.AssetOwnerRESTClient
-
Issue a GET REST call that returns an AssetElementResponse object.
- callAssetElementsGetRESTCall(String, String, Object...) - Method in class org.odpi.openmetadata.accessservices.assetowner.client.rest.AssetOwnerRESTClient
-
Issue a GET REST call that returns a AssetElementsResponse object.
- callAssetElementsPostRESTCall(String, String, Object, Object...) - Method in class org.odpi.openmetadata.accessservices.assetowner.client.rest.AssetOwnerRESTClient
-
Issue a POST REST call that returns a AssetElementsResponse object.
- callDiscoveryAnalysisReportListGetRESTCall(String, String, Object...) - Method in class org.odpi.openmetadata.accessservices.assetowner.client.rest.AssetOwnerRESTClient
-
Issue a GET REST call that returns a DiscoveryAnalysisReportListResponse object.
- callDiscoveryAnalysisReportListPostRESTCall(String, String, Object, Object...) - Method in class org.odpi.openmetadata.accessservices.assetowner.client.rest.AssetOwnerRESTClient
-
Issue a POST REST call that returns a DiscoveryAnalysisReportListResponse object.
- callFileSystemGetRESTCall(String, String, Object...) - Method in class org.odpi.openmetadata.accessservices.assetowner.client.rest.AssetOwnerRESTClient
-
Issue a GET REST call that returns a FileSystemResponse object.
- callFolderGetRESTCall(String, String, Object...) - Method in class org.odpi.openmetadata.accessservices.assetowner.client.rest.AssetOwnerRESTClient
-
Issue a GET REST call that returns a FolderResponse object.
- callValidValueGetRESTCall(String, String, Object...) - Method in class org.odpi.openmetadata.accessservices.assetowner.client.rest.AssetOwnerRESTClient
-
Issue a GET REST call that returns a ValidValuesResponse object.
- callValidValuesGetRESTCall(String, String, Object...) - Method in class org.odpi.openmetadata.accessservices.assetowner.client.rest.AssetOwnerRESTClient
-
Issue a GET REST call that returns a ValidValuesResponse object.
- callValidValuesPostRESTCall(String, String, Object, Object...) - Method in class org.odpi.openmetadata.accessservices.assetowner.client.rest.AssetOwnerRESTClient
-
Issue a POST REST call that returns a ValidValuesResponse object.
- createFileSystemInCatalog(String, String, String, String, String, String, String, String, String, String, Map<String, String>) - Method in class org.odpi.openmetadata.accessservices.assetowner.client.FileSystemAssetOwner
-
Files live on a file system.
- createFolderStructureInCatalog(String, String, String) - Method in class org.odpi.openmetadata.accessservices.assetowner.client.FileSystemAssetOwner
-
Creates a new folder asset for each element in the pathName that is linked from the anchor entity.
- createFolderStructureInCatalog(String, String) - Method in class org.odpi.openmetadata.accessservices.assetowner.client.FileSystemAssetOwner
-
Creates a new folder asset for each element in the pathName.
- createValidValueDefinition(String, String, String, String, String, String, String, String, Map<String, String>, Map<String, Object>) - Method in class org.odpi.openmetadata.accessservices.assetowner.client.ValidValuesAssetOwner
-
Create a new valid value definition.
- createValidValueSet(String, String, String, String, String, String, Map<String, String>, Map<String, Object>) - Method in class org.odpi.openmetadata.accessservices.assetowner.client.ValidValuesAssetOwner
-
Create a new valid value set.
- CSVFileAssetOwner - Class in org.odpi.openmetadata.accessservices.assetowner.client
-
CSVFileAssetOwner provides specialist methods for working with CSV files.
- CSVFileAssetOwner(String, String, AuditLog) - Constructor for class org.odpi.openmetadata.accessservices.assetowner.client.CSVFileAssetOwner
-
Create a new client with no authentication embedded in the HTTP request and an audit log.
- CSVFileAssetOwner(String, String) - Constructor for class org.odpi.openmetadata.accessservices.assetowner.client.CSVFileAssetOwner
-
Create a new client with no authentication embedded in the HTTP request.
- CSVFileAssetOwner(String, String, String, String, AuditLog) - Constructor for class org.odpi.openmetadata.accessservices.assetowner.client.CSVFileAssetOwner
-
Create a new client that passes userId and password in each HTTP request.
- CSVFileAssetOwner(String, String, String, String) - Constructor for class org.odpi.openmetadata.accessservices.assetowner.client.CSVFileAssetOwner
-
Create a new client that passes userId and password in each HTTP request.
- CSVFileAssetOwner(String, String, AssetOwnerRESTClient, int, AuditLog) - Constructor for class org.odpi.openmetadata.accessservices.assetowner.client.CSVFileAssetOwner
-
Create a new client that is going to be used in an OMAG Server (view service or integration service typically).
- getAssetProperties(String, String) - Method in class org.odpi.openmetadata.accessservices.assetowner.client.AssetOwner
-
Returns a comprehensive collection of properties about the requested asset.
- getAssetsByName(String, String, int, int) - Method in class org.odpi.openmetadata.accessservices.assetowner.client.AssetOwner
-
Return a list of assets with the requested name.
- getAssetSummary(String, String) - Method in class org.odpi.openmetadata.accessservices.assetowner.client.AssetOwner
-
Return the basic attributes of an asset.
- getConnectorToAsset(String, String) - Method in class org.odpi.openmetadata.accessservices.assetowner.client.AssetOwner
-
Return a connector for the asset to enable the calling user to access the content.
- getDiscoveryAnalysisReports(String, String, int, int) - Method in class org.odpi.openmetadata.accessservices.assetowner.client.AssetOwner
-
Return the discovery analysis reports about the asset.
- getDiscoveryReportAnnotations(String, String, AnnotationStatus, int, int) - Method in class org.odpi.openmetadata.accessservices.assetowner.client.AssetOwner
-
Return the annotations linked directly to the report.
- getExtendedAnnotations(String, String, AnnotationStatus, int, int) - Method in class org.odpi.openmetadata.accessservices.assetowner.client.AssetOwner
-
Return any annotations attached to this annotation.
- getFileSystemByGUID(String, String) - Method in class org.odpi.openmetadata.accessservices.assetowner.client.FileSystemAssetOwner
-
Retrieve a FileSystemProperties asset by its unique identifier (GUID).
- getFileSystemByUniqueName(String, String) - Method in class org.odpi.openmetadata.accessservices.assetowner.client.FileSystemAssetOwner
-
Retrieve a FileSystemProperties asset by its unique name.
- getFileSystems(String, int, int) - Method in class org.odpi.openmetadata.accessservices.assetowner.client.FileSystemAssetOwner
-
Retrieve a list of defined FileSystems assets.
- getFolderByGUID(String, String) - Method in class org.odpi.openmetadata.accessservices.assetowner.client.FileSystemAssetOwner
-
Retrieve a FolderProperties asset by its unique identifier (GUID).
- getFolderByPathName(String, String) - Method in class org.odpi.openmetadata.accessservices.assetowner.client.FileSystemAssetOwner
-
Retrieve a folder by its fully qualified path name.
- getFolderFiles(String, String, int, int) - Method in class org.odpi.openmetadata.accessservices.assetowner.client.FileSystemAssetOwner
-
Get the files inside a folder - both those that are nested and those that are linked.
- getNestedFolders(String, String, int, int) - Method in class org.odpi.openmetadata.accessservices.assetowner.client.FileSystemAssetOwner
-
Return the list of folders nested inside a folder.
- getSetsForValidValue(String, String, int, int) - Method in class org.odpi.openmetadata.accessservices.assetowner.client.ValidValuesAssetOwner
-
Page through the list of valid value sets that a valid value definition/set belongs to.
- getTypesOfAnnotation(String) - Method in class org.odpi.openmetadata.accessservices.assetowner.client.AssetOwner
-
Return the annotation subtype names.
- getTypesOfAnnotationWithDescriptions(String) - Method in class org.odpi.openmetadata.accessservices.assetowner.client.AssetOwner
-
Return the annotation subtype names mapped to their descriptions.
- getTypesOfAsset(String) - Method in class org.odpi.openmetadata.accessservices.assetowner.client.AssetOwner
-
Return the asset subtype names.
- getTypesOfAssetWithDescriptions(String) - Method in class org.odpi.openmetadata.accessservices.assetowner.client.AssetOwner
-
Return the asset subtype names.
- getValidValueByGUID(String, String) - Method in class org.odpi.openmetadata.accessservices.assetowner.client.ValidValuesAssetOwner
-
Retrieve a specific valid value from the repository.
- getValidValueByName(String, String, int, int) - Method in class org.odpi.openmetadata.accessservices.assetowner.client.ValidValuesAssetOwner
-
Retrieve a specific valid value from the repository.
- getValidValueSetMembers(String, String, int, int) - Method in class org.odpi.openmetadata.accessservices.assetowner.client.ValidValuesAssetOwner
-
Page through the members of a valid value set.