Skip navigation links
A C D F G L M O R U V 

A

addAssetOrigin(String, String, String, OriginRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetowner.server.spring.AssetOwnerResource
Set up the labels that classify an asset's origin.
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.
addCombinedSchemaToAsset(String, String, String, CombinedSchemaRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetowner.server.spring.AssetOwnerResource
Stores the supplied schema details in the catalog and attaches it to the asset.
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.
addSchemaAttribute(String, String, String, String, SchemaAttributeRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetowner.server.spring.AssetOwnerResource
Adds the attribute to a complex schema type like a relational table, avro schema or a structured document.
addSchemaAttributes(String, String, String, String, SchemaAttributesRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetowner.server.spring.AssetOwnerResource
Adds attributes to a complex schema type like a relational table, avro schema or a structured document.
addSchemaAttributesToSchema(String, String, String, List<SchemaAttribute>) - Method in class org.odpi.openmetadata.accessservices.assetowner.server.spring.AssetOwnerResource
Deprecated.
addSchemaToAsset(String, String, String, SchemaRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetowner.server.spring.AssetOwnerResource
Deprecated.
addSchemaTypeToAsset(String, String, String, SchemaTypeRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetowner.server.spring.AssetOwnerResource
Stores the supplied schema type in the catalog and attaches it to the asset.
addSecurityTags(String, String, String, SecurityTagsRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetowner.server.spring.AssetOwnerResource
Add or replace the security tags for an asset or one of its elements.
addSecurityTags(String, String, String, String, SecurityTagsRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetowner.server.spring.AssetOwnerResource
Add or replace the security tags for an asset or one of its elements.
addSemanticAssignment(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 Asset description.
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
assignValidValueToConsumer(String, String, String, String, BooleanRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetowner.server.spring.ValidValuesResource
Link a valid value typically to a schema element or glossary term to show that it uses the valid values.
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.
attachSchemaTypeToAsset(String, String, String, String, NullRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetowner.server.spring.AssetOwnerResource
Links the supplied schema type directly to the asset.
attachValidValueToSet(String, String, String, String, NullRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetowner.server.spring.ValidValuesResource
Create a link between a valid value set or definition and a set.

C

classifyAssetAsReferenceData(String, String, String, NullRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetowner.server.spring.ValidValuesResource
Add the ReferenceData classification to an asset.
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.
createValidValueDefinition(String, String, String, ValidValuesRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetowner.server.spring.ValidValuesResource
Create a new valid value definition.
createValidValueSet(String, String, ValidValuesRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetowner.server.spring.ValidValuesResource
Create a new valid value set.

D

declassifyAssetAsReferenceData(String, String, String, NullRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetowner.server.spring.ValidValuesResource
Remove the ReferenceData classification form an Asset.
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.
deleteAssetSchemaType(String, String, String, NullRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetowner.server.spring.AssetOwnerResource
Detaches and deletes an asset's schema.
deleteValidValue(String, String, String, String) - Method in class org.odpi.openmetadata.accessservices.assetowner.server.spring.ValidValuesResource
Remove the valid value form the repository.
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.
detachSchemaTypeFromAsset(String, String, String, NullRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetowner.server.spring.AssetOwnerResource
Unlinks the schema from the asset but does not delete it.
detachValidValueFromSet(String, String, String, String, NullRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetowner.server.spring.ValidValuesResource
Remove the link between a valid value and a set it is a member of.

F

FileSystemOnboardingResource - Class in org.odpi.openmetadata.accessservices.assetowner.server.spring
FileSystemOnboardingResource supports the server-side capture of REST calls to add new file-based 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.
findValidValues(String, String, int, int, String) - Method in class org.odpi.openmetadata.accessservices.assetowner.server.spring.ValidValuesResource
Locate valid values that match the search string.

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.
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.
getSetsForValidValue(String, String, String, int, int) - Method in class org.odpi.openmetadata.accessservices.assetowner.server.spring.ValidValuesResource
Page through the list of valid value sets that a valid value definition/set belongs to.
getTypesOfAsset(String, String) - Method in class org.odpi.openmetadata.accessservices.assetowner.server.spring.AssetOwnerResource
Return the asset subtype names.
getTypesOfAssetDescriptions(String, String) - Method in class org.odpi.openmetadata.accessservices.assetowner.server.spring.AssetOwnerResource
Return the asset subtype names mapped to their descriptions.
getValidValueByGUID(String, String, String) - Method in class org.odpi.openmetadata.accessservices.assetowner.server.spring.ValidValuesResource
Retrieve a specific valid value from the repository.
getValidValueByName(String, String, String) - Method in class org.odpi.openmetadata.accessservices.assetowner.server.spring.ValidValuesResource
Retrieve a specific valid value from the repository.
getValidValuesConsumers(String, String, String, int, int) - Method in class org.odpi.openmetadata.accessservices.assetowner.server.spring.ValidValuesResource
Page through the list of consumers for a valid value.
getValidValueSetMembers(String, String, String, int, int) - Method in class org.odpi.openmetadata.accessservices.assetowner.server.spring.ValidValuesResource
Page through the members of a valid value set.
getValidValuesImplementations(String, String, String, int, int) - Method in class org.odpi.openmetadata.accessservices.assetowner.server.spring.ValidValuesResource
Pag through the list of implementations for a valid value.

L

linkValidValueToImplementation(String, String, String, String, NullRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetowner.server.spring.ValidValuesResource
Link a valid value to an asset that provides the implementation.

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
 

R

removeAssetOrigin(String, String, String, NullRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetowner.server.spring.AssetOwnerResource
Remove the asset origin classification to an asset.
removeSecurityTags(String, String, String, NullRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetowner.server.spring.AssetOwnerResource
Remove the security tags classification from an asset.
removeSecurityTags(String, String, String, String, NullRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetowner.server.spring.AssetOwnerResource
Remove the security tags classification to one of an asset's elements.
removeSemanticAssignment(String, String, String, String, String, NullRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetowner.server.spring.AssetOwnerResource
Remove the relationship between a glossary term and an element in an Asset description (typically a field in the schema).

U

unassignValidValueFromConsumer(String, String, String, String, NullRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetowner.server.spring.ValidValuesResource
Remove the link between a valid value and a consumer.
unlinkValidValueFromImplementation(String, String, String, String, NullRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetowner.server.spring.ValidValuesResource
Remove the link between a valid value and an implementing asset.
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.
updateValidValue(String, String, String, ValidValuesRequestBody) - Method in class org.odpi.openmetadata.accessservices.assetowner.server.spring.ValidValuesResource
Update the properties of the valid value.

V

ValidValuesResource - Class in org.odpi.openmetadata.accessservices.assetowner.server.spring
ValidValuesResource provides the API operations to create and maintain lists of valid value definitions grouped into a valid value set.
ValidValuesResource() - Constructor for class org.odpi.openmetadata.accessservices.assetowner.server.spring.ValidValuesResource
Default constructor
A C D F G L M O R U V 
Skip navigation links

Copyright © 2018–2020 ODPi. All rights reserved.