Skip navigation links
A C D F G M O U 

A

addAssetOrigin(String, String, String, OriginRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetowner.server.spring.AssetOwnerResource
 
addAssetToCatalog(String, String, String, AssetRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetowner.server.spring.AssetOwnerResource
Add a simple asset description to the catalog.
addAvroFileToCatalog(String, String, NewFileAssetRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetowner.server.spring.FileSystemOnboardingResource
Add a simple asset description linked to a connection object for an Avro file.
addConnectionToAsset(String, String, String, ConnectionRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetowner.server.spring.AssetOwnerResource
Adds a connection to an asset.
addCSVFileToCatalog(String, String, NewCSVFileAssetRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetowner.server.spring.FileSystemOnboardingResource
Add a simple asset description linked to a connection object for a CSV file.
addDataFileAssetToCatalog(String, String, NewFileAssetRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetowner.server.spring.FileSystemOnboardingResource
Creates a new file asset and links it to the folder structure implied in the path name.
addDataFolderAssetToCatalog(String, String, NewFileAssetRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetowner.server.spring.FileSystemOnboardingResource
Creates a new folder asset that is identified as a data asset.
addSchemaAttributesToSchema(String, String, String, List<SchemaAttribute>) - Method in class org.odpi.openmetadata.accessservices.assetowner.server.spring.AssetOwnerResource
Adds attributes to a complex schema type like a relational table or a structured document.
addSchemaToAsset(String, String, String, SchemaRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetowner.server.spring.AssetOwnerResource
Links the supplied schema to the asset.
addSemanticAssignment(String, String, String, String, String, NullRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetowner.server.spring.AssetOwnerResource
Create a simple relationship between a glossary term and an element in an Asset description (typically a field in the schema).
AssetOwnerResource - Class in org.odpi.openmetadata.accessservices.assetowner.server.spring
AssetOwnerResource provides the generic server-side interface for the Asset Owner Open Metadata Access Service (OMAS).
AssetOwnerResource() - Constructor for class org.odpi.openmetadata.accessservices.assetowner.server.spring.AssetOwnerResource
Default constructor
attachDataFileAssetToFolder(String, String, String, String, NullRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetowner.server.spring.FileSystemOnboardingResource
Link an existing file asset to a folder.
attachFolderToFileSystem(String, String, String, String, NullRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetowner.server.spring.FileSystemOnboardingResource
Links a folder to a file system.

C

createFileSystemInCatalog(String, String, NewFileSystemRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetowner.server.spring.FileSystemOnboardingResource
Files live on a file system.
createFolderStructureInCatalog(String, String, String, PathNameRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetowner.server.spring.FileSystemOnboardingResource
Creates a new folder asset for each element in the pathName that is linked from the anchor entity.
createFolderStructureInCatalog(String, String, PathNameRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetowner.server.spring.FileSystemOnboardingResource
Creates a new folder asset for each element in the pathName.
createGovernanceZone(String, String, ZoneRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetowner.server.spring.AssetOwnerResource
Create a definition of a governance zone.

D

deleteAsset(String, String, String, NullRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetowner.server.spring.AssetOwnerResource
Deletes an asset and all of its associated elements such as schema, connections (unless they are linked to another asset), discovery reports and associated feedback.
detachDataFileAssetFromFolder(String, String, String, String, NullRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetowner.server.spring.FileSystemOnboardingResource
Remove a link between a file asset and a folder.
detachFolderFromFileSystem(String, String, String, String, NullRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetowner.server.spring.FileSystemOnboardingResource
Removed the link between a folder and a file system.

F

FileSystemOnboardingResource - Class in org.odpi.openmetadata.accessservices.assetowner.server.spring
AssetOnboardingResource supports the server-side capture of REST calls to add new asset definitions.
FileSystemOnboardingResource() - Constructor for class org.odpi.openmetadata.accessservices.assetowner.server.spring.FileSystemOnboardingResource
Default constructor
findAssets(String, String, int, int, String) - Method in class org.odpi.openmetadata.accessservices.assetowner.server.spring.AssetOwnerResource
Return a list of assets with the requested search string in their name, qualified name or description.

G

getAssetsByName(String, String, int, int, String) - Method in class org.odpi.openmetadata.accessservices.assetowner.server.spring.AssetOwnerResource
Return a list of assets with the requested name.
getDiscoveryAnalysisReports(String, String, String, int, int) - Method in class org.odpi.openmetadata.accessservices.assetowner.server.spring.AssetOwnerResource
Return the discovery analysis reports about the asset.
getDiscoveryReportAnnotations(String, String, String, int, int, StatusRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetowner.server.spring.AssetOwnerResource
Return the annotations linked directly to the report.
getExtendedAnnotations(String, String, String, int, int, StatusRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetowner.server.spring.AssetOwnerResource
Return any annotations attached to this annotation.
getFileSystemByGUID(String, String, String) - Method in class org.odpi.openmetadata.accessservices.assetowner.server.spring.FileSystemOnboardingResource
Retrieve a FileSystem asset by its unique identifier (GUID).
getFileSystemByUniqueName(String, String, String) - Method in class org.odpi.openmetadata.accessservices.assetowner.server.spring.FileSystemOnboardingResource
Retrieve a FileSystem asset by its unique name.
getFileSystems(String, String, int, int) - Method in class org.odpi.openmetadata.accessservices.assetowner.server.spring.FileSystemOnboardingResource
Retrieve a list of defined FileSystems assets.
getFolderByGUID(String, String, String) - Method in class org.odpi.openmetadata.accessservices.assetowner.server.spring.FileSystemOnboardingResource
Retrieve a Folder asset by its unique identifier (GUID).
getFolderByPathName(String, String, PathNameRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetowner.server.spring.FileSystemOnboardingResource
Retrieve a folder by its fully qualified path name.
getFolderFiles(String, String, String, int, int) - Method in class org.odpi.openmetadata.accessservices.assetowner.server.spring.FileSystemOnboardingResource
Get the files inside a folder - both those that are nested and those that are linked.
getGovernanceZone(String, String, String) - Method in class org.odpi.openmetadata.accessservices.assetowner.server.spring.AssetOwnerResource
Return information about a specific governance zone.
getGovernanceZones(String, String, int, int) - Method in class org.odpi.openmetadata.accessservices.assetowner.server.spring.AssetOwnerResource
Return information about all of the governance zones.
getNestedFolders(String, String, String, int, int) - Method in class org.odpi.openmetadata.accessservices.assetowner.server.spring.FileSystemOnboardingResource
Return the list of folders nested inside a folder.

M

moveDataFileInCatalog(String, String, String, String, NullRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetowner.server.spring.FileSystemOnboardingResource
Move a data file from its current parent folder to a new parent folder - this changes the file's qualified name but not its unique identifier (guid).
moveDataFolderInCatalog(String, String, String, String, NullRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetowner.server.spring.FileSystemOnboardingResource
Move a data folder from its current parent folder to a new parent folder - this changes the folder's qualified name but not its unique identifier (guid).

O

org.odpi.openmetadata.accessservices.assetowner.server.spring - package org.odpi.openmetadata.accessservices.assetowner.server.spring
 

U

updateAssetOwner(String, String, String, OwnerRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetowner.server.spring.AssetOwnerResource
Update the owner information for a specific asset.
updateAssetZones(String, String, String, List<String>) - Method in class org.odpi.openmetadata.accessservices.assetowner.server.spring.AssetOwnerResource
Update the zones for a specific asset.
A C D F G M O U 
Skip navigation links

Copyright © 2018–2019 ODPi. All rights reserved.