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

A

addAssetOrigin(String, String, String, String, Map<String, String>) - Method in interface org.odpi.openmetadata.accessservices.assetowner.api.AssetClassificationInterface
Add or replace the asset origin classification to an asset.
addAssetToCatalog(String, String, String, String, String, Map<String, String>, Map<String, Object>) - Method in interface org.odpi.openmetadata.accessservices.assetowner.api.AssetOnboardingInterface
Add a simple asset description to the catalog.
addAvroFileToCatalog(String, String, String, String) - Method in interface org.odpi.openmetadata.accessservices.assetowner.api.AssetOnboardingAvroFileInterface
Add a simple asset description linked to a connection object for an Avro file.
addConnectionToAsset(String, String, String, Connection) - Method in interface org.odpi.openmetadata.accessservices.assetowner.api.AssetOnboardingInterface
Adds a connection to an asset.
addCSVFileToCatalog(String, String, String, String) - Method in interface org.odpi.openmetadata.accessservices.assetowner.api.AssetOnboardingCSVFileInterface
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 interface org.odpi.openmetadata.accessservices.assetowner.api.AssetOnboardingCSVFileInterface
Add a simple asset description linked to a connection object for a CSV file.
addDataFileAssetToCatalog(String, String, String, String) - Method in interface org.odpi.openmetadata.accessservices.assetowner.api.AssetOnboardingFileSystem
Creates a new file asset and links it to the folder structure implied in the path name.
addDataFolderAssetToCatalog(String, String, String, String) - Method in interface org.odpi.openmetadata.accessservices.assetowner.api.AssetOnboardingFileSystem
Creates a new folder asset that is identified as a data asset.
addSchemaAttributesToSchema(String, String, List<SchemaAttribute>) - Method in interface org.odpi.openmetadata.accessservices.assetowner.api.AssetOnboardingInterface
Adds attributes to a complex schema type like a relational table or a structured document.
addSchemaToAsset(String, String, SchemaType, List<SchemaAttribute>) - Method in interface org.odpi.openmetadata.accessservices.assetowner.api.AssetOnboardingInterface
Links the supplied schema to the asset.
addSecurityTags(String, String, String, List<String>, Map<String, Object>) - Method in interface org.odpi.openmetadata.accessservices.assetowner.api.AssetClassificationInterface
Add or replace the security tags for an asset or one of its elements.
addSemanticAssignment(String, String, String, String) - Method in interface org.odpi.openmetadata.accessservices.assetowner.api.AssetClassificationInterface
Create a simple relationship between a glossary term and an element in an Asset description (typically an attribute in the schema).
AssetAttachmentManagementInterface - Interface in org.odpi.openmetadata.accessservices.assetowner.api
AssetAttachmentManagementInterface defines the operations to manage the different types of attachments that can be made to an Asset.
AssetClassificationInterface - Interface in org.odpi.openmetadata.accessservices.assetowner.api
The AssetClassificationInterface is used by the asset owner to add classifications and detailed definitions to the asset.
AssetDecommissioningInterface - Interface in org.odpi.openmetadata.accessservices.assetowner.api
The AssetDecommissioningInterface covers the steps that the asset owner needs to perform at the end of life of the asset.
AssetOnboardingAvroFileInterface - Interface in org.odpi.openmetadata.accessservices.assetowner.api
AssetOnboardingAvroFileInterface provides the client-side interface for an asset owner to set up the metadata about an Avro file asset.
AssetOnboardingCSVFileInterface - Interface in org.odpi.openmetadata.accessservices.assetowner.api
AssetOnboardingCSVFileInterface provides the client-side interface for an asset owner to set up the metadata about a CSV file asset.
AssetOnboardingFileSystem - Interface in org.odpi.openmetadata.accessservices.assetowner.api
AssetOnboardingFileSystem provides specialist methods for building up folder structures for a file system and cataloguing the files within them.
AssetOnboardingInterface - Interface in org.odpi.openmetadata.accessservices.assetowner.api
AssetOnboardingInterface provides the client-side interface for an asset owner to set up the metadata about their asset.
AssetOnboardingValidValues - Interface in org.odpi.openmetadata.accessservices.assetowner.api
AssetOnboardingValidValues provides the API operations to create and maintain lists of valid value definitions grouped into a valid value set.
AssetOwnerCheckedExceptionBase - Exception in org.odpi.openmetadata.accessservices.assetowner.ffdc.exceptions
AssetOwnerCheckedExceptionBase provides a checked exception for reporting errors found when using the Asset Owner OMAS services.
AssetOwnerCheckedExceptionBase(int, String, String, String, String, String) - Constructor for exception org.odpi.openmetadata.accessservices.assetowner.ffdc.exceptions.AssetOwnerCheckedExceptionBase
This is the typical constructor used for creating an exception.
AssetOwnerCheckedExceptionBase(int, String, String, String, String, String, Throwable) - Constructor for exception org.odpi.openmetadata.accessservices.assetowner.ffdc.exceptions.AssetOwnerCheckedExceptionBase
This is the constructor used for creating an exception that resulted from a previous error.
AssetOwnerErrorCode - Enum in org.odpi.openmetadata.accessservices.assetowner.ffdc
The AssetOwnerErrorCode is used to define first failure data capture (FFDC) for errors that occur when working with the Asset Owner OMAS Services.
AssetOwnerEvent - Class in org.odpi.openmetadata.accessservices.assetowner.events
AssetOwnerEvent describes the structure of the events emitted by the Asset Owner OMAS.
AssetOwnerEvent() - Constructor for class org.odpi.openmetadata.accessservices.assetowner.events.AssetOwnerEvent
Default constructor
AssetOwnerEvent(AssetOwnerEvent) - Constructor for class org.odpi.openmetadata.accessservices.assetowner.events.AssetOwnerEvent
Copy/clone constructor
AssetOwnerEventHeader - Class in org.odpi.openmetadata.accessservices.assetowner.events
AssetOwnerEventHeader provides a common base for all events from the access service.
AssetOwnerEventType - Enum in org.odpi.openmetadata.accessservices.assetowner.events
AssetOwnerEventType describes the different types of events produced by the Asset Owner OMAS.
AssetOwnerOMASAPIRequestBody - Class in org.odpi.openmetadata.accessservices.assetowner.rest
AssetOwnerOMASAPIRequestBody provides a common header for Asset Owner OMAS request bodies for its REST API.
AssetOwnerOMASAPIRequestBody() - Constructor for class org.odpi.openmetadata.accessservices.assetowner.rest.AssetOwnerOMASAPIRequestBody
Default constructor
AssetOwnerOMASAPIRequestBody(AssetOwnerOMASAPIRequestBody) - Constructor for class org.odpi.openmetadata.accessservices.assetowner.rest.AssetOwnerOMASAPIRequestBody
Copy/clone constructor
AssetOwnerOMASAPIResponse - Class in org.odpi.openmetadata.accessservices.assetowner.rest
AssetOwnerOMASAPIResponse provides a common header for Asset Owner OMAS managed rest to its REST API.
AssetOwnerOMASAPIResponse() - Constructor for class org.odpi.openmetadata.accessservices.assetowner.rest.AssetOwnerOMASAPIResponse
Default constructor
AssetOwnerOMASAPIResponse(AssetOwnerOMASAPIResponse) - Constructor for class org.odpi.openmetadata.accessservices.assetowner.rest.AssetOwnerOMASAPIResponse
Copy/clone constructor
AssetOwnerRuntimeException - Exception in org.odpi.openmetadata.accessservices.assetowner.ffdc.exceptions
AssetOwnerRuntimeException is used for all runtime exceptions generated by the Asset Owner OMAS.
AssetOwnerRuntimeException(int, String, String, String, String, String, Map<String, Object>) - Constructor for exception org.odpi.openmetadata.accessservices.assetowner.ffdc.exceptions.AssetOwnerRuntimeException
This is the typical constructor used for creating an exception.
AssetOwnerRuntimeException(int, String, String, String, String, String, Throwable, Map<String, Object>) - Constructor for exception org.odpi.openmetadata.accessservices.assetowner.ffdc.exceptions.AssetOwnerRuntimeException
This is the constructor used for creating an exception when an unexpected error has been caught.
AssetReviewInterface - Interface in org.odpi.openmetadata.accessservices.assetowner.api
The AssetReviewInterface is used by the asset owner to review the state of the asset including any quality and usage metrics associated with the asset.
assignValidValueToConsumer(String, String, String, boolean) - Method in interface org.odpi.openmetadata.accessservices.assetowner.api.AssetOnboardingValidValues
Link a valid value typically to a schema element or glossary term to show that it uses the valid values.
attachDataFileAssetToFolder(String, String, String) - Method in interface org.odpi.openmetadata.accessservices.assetowner.api.AssetOnboardingFileSystem
Link an existing file asset to a folder.
attachFolderToFileSystem(String, String, String) - Method in interface org.odpi.openmetadata.accessservices.assetowner.api.AssetOnboardingFileSystem
Links a folder to a file system.
attachValidValueToSet(String, String, String) - Method in interface org.odpi.openmetadata.accessservices.assetowner.api.AssetOnboardingValidValues
Create a link between a valid value set or definition and a set.

C

classifyAssetAsReferenceData(String, String) - Method in interface org.odpi.openmetadata.accessservices.assetowner.api.AssetOnboardingValidValues
Add the ReferenceData classification to an asset.
createFileSystemInCatalog(String, String, String, String, String, String, String, String, String, String, Map<String, String>) - Method in interface org.odpi.openmetadata.accessservices.assetowner.api.AssetOnboardingFileSystem
Files live on a file system.
createFolderStructureInCatalog(String, String, String) - Method in interface org.odpi.openmetadata.accessservices.assetowner.api.AssetOnboardingFileSystem
Creates a new folder asset for each element in the pathName that is linked from the anchor entity.
createFolderStructureInCatalog(String, String) - Method in interface org.odpi.openmetadata.accessservices.assetowner.api.AssetOnboardingFileSystem
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 interface org.odpi.openmetadata.accessservices.assetowner.api.AssetOnboardingValidValues
Create a new valid value definition.
createValidValueSet(String, String, String, String, String, String, Map<String, String>, Map<String, Object>) - Method in interface org.odpi.openmetadata.accessservices.assetowner.api.AssetOnboardingValidValues
Create a new valid value set.

D

DataStore - Class in org.odpi.openmetadata.accessservices.assetowner.properties
DataStore provides the JavaBean for describing a data store.
DataStore() - Constructor for class org.odpi.openmetadata.accessservices.assetowner.properties.DataStore
Default constructor
DataStore(DataStore) - Constructor for class org.odpi.openmetadata.accessservices.assetowner.properties.DataStore
Copy/clone constructor
DataStore(Asset) - Constructor for class org.odpi.openmetadata.accessservices.assetowner.properties.DataStore
Subtyping constructor.
declassifyAssetAsReferenceData(String, String) - Method in interface org.odpi.openmetadata.accessservices.assetowner.api.AssetOnboardingValidValues
Remove the ReferenceData classification form an Asset.
deleteAsset(String, String) - Method in interface org.odpi.openmetadata.accessservices.assetowner.api.AssetDecommissioningInterface
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.
deleteValidValue(String, String, String) - Method in interface org.odpi.openmetadata.accessservices.assetowner.api.AssetOnboardingValidValues
Remove the valid value form the repository.
detachDataFileAssetFromFolder(String, String, String) - Method in interface org.odpi.openmetadata.accessservices.assetowner.api.AssetOnboardingFileSystem
Remove a link between a file asset and a folder.
detachFolderFromFileSystem(String, String, String) - Method in interface org.odpi.openmetadata.accessservices.assetowner.api.AssetOnboardingFileSystem
Removed the link between a folder and a file system.
detachValidValueFromSet(String, String, String) - Method in interface org.odpi.openmetadata.accessservices.assetowner.api.AssetOnboardingValidValues
Remove the link between a valid value and a set it is a member of.

E

equals(Object) - Method in class org.odpi.openmetadata.accessservices.assetowner.events.AssetOwnerEvent
Return comparison result based on the content of the properties.
equals(Object) - Method in class org.odpi.openmetadata.accessservices.assetowner.events.AssetOwnerEventHeader
Return comparison result based on the content of the properties.
equals(Object) - Method in exception org.odpi.openmetadata.accessservices.assetowner.ffdc.exceptions.AssetOwnerRuntimeException
Return comparison result based on the content of the properties.
equals(Object) - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.FileSystem
Return comparison result based on the content of the properties.
equals(Object) - Method in class org.odpi.openmetadata.accessservices.assetowner.rest.FileSystemResponse
Return comparison result based on the content of the properties.
equals(Object) - Method in class org.odpi.openmetadata.accessservices.assetowner.rest.FolderResponse
Return comparison result based on the content of the properties.
equals(Object) - Method in class org.odpi.openmetadata.accessservices.assetowner.rest.NewCSVFileAssetRequestBody
Return comparison result based on the content of the properties.
equals(Object) - Method in class org.odpi.openmetadata.accessservices.assetowner.rest.NewFileAssetRequestBody
Return comparison result based on the content of the properties.
equals(Object) - Method in class org.odpi.openmetadata.accessservices.assetowner.rest.NewFileSystemRequestBody
Return comparison result based on the content of the properties.
equals(Object) - Method in class org.odpi.openmetadata.accessservices.assetowner.rest.PathNameRequestBody
Return comparison result based on the content of the properties.

F

File - Class in org.odpi.openmetadata.accessservices.assetowner.properties
File describes the property of a single data file.
File() - Constructor for class org.odpi.openmetadata.accessservices.assetowner.properties.File
Default constructor
File(File) - Constructor for class org.odpi.openmetadata.accessservices.assetowner.properties.File
Copy/clone constructor
File(DataStore) - Constructor for class org.odpi.openmetadata.accessservices.assetowner.properties.File
Subtyping constructor.
File(Asset) - Constructor for class org.odpi.openmetadata.accessservices.assetowner.properties.File
Subtyping constructor.
FileSystem - Class in org.odpi.openmetadata.accessservices.assetowner.properties
FileSystem describes the root node of a file system.
FileSystem() - Constructor for class org.odpi.openmetadata.accessservices.assetowner.properties.FileSystem
Default constructor
FileSystem(FileSystem) - Constructor for class org.odpi.openmetadata.accessservices.assetowner.properties.FileSystem
Copy/clone constructor.
FileSystemResponse - Class in org.odpi.openmetadata.accessservices.assetowner.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.assetowner.rest.FileSystemResponse
Default constructor
FileSystemResponse(FileSystemResponse) - Constructor for class org.odpi.openmetadata.accessservices.assetowner.rest.FileSystemResponse
Copy/clone constructor
findAssets(String, String, int, int) - Method in interface org.odpi.openmetadata.accessservices.assetowner.api.AssetReviewInterface
Return a list of assets with the requested search string in their name, qualified name or description.
findValidValues(String, String, int, int) - Method in interface org.odpi.openmetadata.accessservices.assetowner.api.AssetOnboardingValidValues
Locate valid values that match the search string.
Folder - Class in org.odpi.openmetadata.accessservices.assetowner.properties
Folder defines an asset that is a folder.
Folder() - Constructor for class org.odpi.openmetadata.accessservices.assetowner.properties.Folder
Default constructor
Folder(Folder) - Constructor for class org.odpi.openmetadata.accessservices.assetowner.properties.Folder
Copy/clone constructor
Folder(DataStore) - Constructor for class org.odpi.openmetadata.accessservices.assetowner.properties.Folder
Subtyping constructor.
Folder(Asset) - Constructor for class org.odpi.openmetadata.accessservices.assetowner.properties.Folder
Subtyping constructor.
FolderResponse - Class in org.odpi.openmetadata.accessservices.assetowner.rest
FolderResponse is the response structure used on the OMAS REST API calls that return the properties for a folder.
FolderResponse() - Constructor for class org.odpi.openmetadata.accessservices.assetowner.rest.FolderResponse
Default constructor
FolderResponse(FolderResponse) - Constructor for class org.odpi.openmetadata.accessservices.assetowner.rest.FolderResponse
Copy/clone constructor

G

getAdditionalProperties() - Method in class org.odpi.openmetadata.accessservices.assetowner.rest.NewFileSystemRequestBody
Return a copy of the additional properties.
getAsset() - Method in class org.odpi.openmetadata.accessservices.assetowner.events.AssetOwnerEvent
Return the asset description.
getAssetProperties(String, String) - Method in interface org.odpi.openmetadata.accessservices.assetowner.api.AssetReviewInterface
Return everything that is known about the asset
getAssetsByName(String, String, int, int) - Method in interface org.odpi.openmetadata.accessservices.assetowner.api.AssetReviewInterface
Return a list of assets with the requested name.
getAssetSummary(String, String) - Method in interface org.odpi.openmetadata.accessservices.assetowner.api.AssetReviewInterface
Return the basic attributes of an asset.
getColumnHeaders() - Method in class org.odpi.openmetadata.accessservices.assetowner.rest.NewCSVFileAssetRequestBody
Return the list of column headers for the data set - this is used if the columns are not listed in the first line of the file.
getConnectorToAsset(String, String) - Method in interface org.odpi.openmetadata.accessservices.assetowner.api.AssetReviewInterface
Return a connector for the asset to enable the calling user to access the content.
getDelimiterCharacter() - Method in class org.odpi.openmetadata.accessservices.assetowner.rest.NewCSVFileAssetRequestBody
Return the delimiter character used between the columns.
getDescription() - Method in class org.odpi.openmetadata.accessservices.assetowner.rest.NewFileAssetRequestBody
Return the description of the file.
getDescription() - Method in class org.odpi.openmetadata.accessservices.assetowner.rest.NewFileSystemRequestBody
Return the description of the file.
getDiscoveryAnalysisReports(String, String, int, int) - Method in interface org.odpi.openmetadata.accessservices.assetowner.api.AssetReviewInterface
Return the discovery analysis reports about the asset.
getDiscoveryReportAnnotations(String, String, AnnotationStatus, int, int) - Method in interface org.odpi.openmetadata.accessservices.assetowner.api.AssetReviewInterface
Return the annotations linked directly to the report.
getDisplayName() - Method in class org.odpi.openmetadata.accessservices.assetowner.rest.NewFileAssetRequestBody
Return the display name of the file
getDisplayName() - Method in class org.odpi.openmetadata.accessservices.assetowner.rest.NewFileSystemRequestBody
Return the display name of the file
getEncryption() - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.FileSystem
Return the type of encryption used on the file system (or null is unencrypted).
getEncryption() - Method in class org.odpi.openmetadata.accessservices.assetowner.rest.NewFileSystemRequestBody
Return the type of encryption used on the file system (or null is unencrypted).
getErrorMessage() - Method in exception org.odpi.openmetadata.accessservices.assetowner.ffdc.exceptions.AssetOwnerRuntimeException
A formatted short description of the cause of the condition that resulted in this exception.
getErrorMessageId() - Method in enum org.odpi.openmetadata.accessservices.assetowner.ffdc.AssetOwnerErrorCode
Returns the unique identifier for the error message.
getEventType() - Method in class org.odpi.openmetadata.accessservices.assetowner.events.AssetOwnerEvent
Return the type of event.
getEventTypeCode() - Method in enum org.odpi.openmetadata.accessservices.assetowner.events.AssetOwnerEventType
Return the int identifier used for indexing based on the enum.
getEventTypeDescription() - Method in enum org.odpi.openmetadata.accessservices.assetowner.events.AssetOwnerEventType
Return the default description for the enum value - used when natural resource bundle is not available.
getEventTypeName() - Method in enum org.odpi.openmetadata.accessservices.assetowner.events.AssetOwnerEventType
Return the string name used for messages that include the enum.
getEventVersionId() - Method in class org.odpi.openmetadata.accessservices.assetowner.events.AssetOwnerEventHeader
Return the event version id for this event structure.
getExtendedAnnotations(String, String, AnnotationStatus, int, int) - Method in interface org.odpi.openmetadata.accessservices.assetowner.api.AssetReviewInterface
Return any annotations attached to this annotation.
getFileSystem() - Method in class org.odpi.openmetadata.accessservices.assetowner.rest.FileSystemResponse
Return the fileSystem result.
getFileSystemByGUID(String, String) - Method in interface org.odpi.openmetadata.accessservices.assetowner.api.AssetOnboardingFileSystem
Retrieve a FileSystem asset by its unique identifier (GUID).
getFileSystemByUniqueName(String, String) - Method in interface org.odpi.openmetadata.accessservices.assetowner.api.AssetOnboardingFileSystem
Retrieve a FileSystem asset by its unique name.
getFileSystems(String, int, int) - Method in interface org.odpi.openmetadata.accessservices.assetowner.api.AssetOnboardingFileSystem
Retrieve a list of defined FileSystems assets.
getFileSystemType() - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.FileSystem
Return the type of the file system.
getFileSystemType() - Method in class org.odpi.openmetadata.accessservices.assetowner.rest.NewFileSystemRequestBody
Return the type of the file system.
getFolder() - Method in class org.odpi.openmetadata.accessservices.assetowner.rest.FolderResponse
Return the folder result.
getFolderByGUID(String, String) - Method in interface org.odpi.openmetadata.accessservices.assetowner.api.AssetOnboardingFileSystem
Retrieve a Folder asset by its unique identifier (GUID).
getFolderByPathName(String, String) - Method in interface org.odpi.openmetadata.accessservices.assetowner.api.AssetOnboardingFileSystem
Retrieve a folder by its fully qualified path name.
getFolderFiles(String, String, int, int) - Method in interface org.odpi.openmetadata.accessservices.assetowner.api.AssetOnboardingFileSystem
Get the data files inside a folder - both those that are nested and those that are linked.
getFormat() - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.FileSystem
Return the format of the file system.
getFormat() - Method in class org.odpi.openmetadata.accessservices.assetowner.rest.NewFileSystemRequestBody
Return the format of the file system.
getFormattedErrorMessage(String...) - Method in enum org.odpi.openmetadata.accessservices.assetowner.ffdc.AssetOwnerErrorCode
Returns the error message with the placeholders filled out with the supplied parameters.
getFullPath() - Method in class org.odpi.openmetadata.accessservices.assetowner.rest.NewFileAssetRequestBody
Return the full path of the file - this should be unique.
getFullPath() - Method in class org.odpi.openmetadata.accessservices.assetowner.rest.PathNameRequestBody
Return the full path of the file - this should be unique.
getHTTPErrorCode() - Method in enum org.odpi.openmetadata.accessservices.assetowner.ffdc.AssetOwnerErrorCode
 
getNestedFolders(String, String, int, int) - Method in interface org.odpi.openmetadata.accessservices.assetowner.api.AssetOnboardingFileSystem
Return the list of folders nested inside a folder.
getOriginalAsset() - Method in class org.odpi.openmetadata.accessservices.assetowner.events.AssetOwnerEvent
Return the original asset description.
getPatchLevel() - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.FileSystem
Return the patch level of the file system.
getPatchLevel() - Method in class org.odpi.openmetadata.accessservices.assetowner.rest.NewFileSystemRequestBody
Return the patch level of the file system.
getQuoteCharacter() - Method in class org.odpi.openmetadata.accessservices.assetowner.rest.NewCSVFileAssetRequestBody
Return the character used to group the content of a column that contains one or more delimiter characters.
getRelatedProperties() - Method in exception org.odpi.openmetadata.accessservices.assetowner.ffdc.exceptions.AssetOwnerRuntimeException
Return any additional properties that were added to the exception to aid diagnosis.
getReportedCaughtException() - Method in exception org.odpi.openmetadata.accessservices.assetowner.ffdc.exceptions.AssetOwnerRuntimeException
An exception that was caught and wrapped by this exception.
getReportedHTTPCode() - Method in exception org.odpi.openmetadata.accessservices.assetowner.ffdc.exceptions.AssetOwnerRuntimeException
Return the HTTP response code to use with this exception.
getReportedSystemAction() - Method in exception org.odpi.openmetadata.accessservices.assetowner.ffdc.exceptions.AssetOwnerRuntimeException
A description of the action that the system took as a result of the error condition.
getReportedUserAction() - Method in exception org.odpi.openmetadata.accessservices.assetowner.ffdc.exceptions.AssetOwnerRuntimeException
A description of the action necessary to correct the error.
getReportingActionDescription() - Method in exception org.odpi.openmetadata.accessservices.assetowner.ffdc.exceptions.AssetOwnerRuntimeException
The type of request that the class was performing when the condition occurred that resulted in this exception.
getReportingClassName() - Method in exception org.odpi.openmetadata.accessservices.assetowner.ffdc.exceptions.AssetOwnerRuntimeException
The class that created this exception.
getSetsForValidValue(String, String, int, int) - Method in interface org.odpi.openmetadata.accessservices.assetowner.api.AssetOnboardingValidValues
Page through the list of valid value sets that a valid value definition/set belongs to.
getSource() - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.FileSystem
Return the source of the file system.
getSource() - Method in class org.odpi.openmetadata.accessservices.assetowner.rest.NewFileSystemRequestBody
Return the source of the file system.
getSystemAction() - Method in enum org.odpi.openmetadata.accessservices.assetowner.ffdc.AssetOwnerErrorCode
Returns a description of the action taken by the system when the condition that caused this exception was detected.
getUnformattedErrorMessage() - Method in enum org.odpi.openmetadata.accessservices.assetowner.ffdc.AssetOwnerErrorCode
Returns the error message with placeholders for specific details.
getUniqueName() - Method in class org.odpi.openmetadata.accessservices.assetowner.rest.NewFileSystemRequestBody
Return the full path of the file - this should be unique.
getUserAction() - Method in enum org.odpi.openmetadata.accessservices.assetowner.ffdc.AssetOwnerErrorCode
Returns instructions of how to resolve the issue reported in this exception.
getValidValueByGUID(String, String) - Method in interface org.odpi.openmetadata.accessservices.assetowner.api.AssetOnboardingValidValues
Retrieve a specific valid value from the repository.
getValidValueByName(String, String) - Method in interface org.odpi.openmetadata.accessservices.assetowner.api.AssetOnboardingValidValues
Retrieve a specific valid value from the repository.
getValidValuesConsumers(String, String, int, int) - Method in interface org.odpi.openmetadata.accessservices.assetowner.api.AssetOnboardingValidValues
Page through the list of consumers for a valid value.
getValidValueSetMembers(String, String, int, int) - Method in interface org.odpi.openmetadata.accessservices.assetowner.api.AssetOnboardingValidValues
Page through the members of a valid value set.
getValidValuesImplementations(String, String, int, int) - Method in interface org.odpi.openmetadata.accessservices.assetowner.api.AssetOnboardingValidValues
Pag through the list of implementations for a valid value.
getVersion() - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.FileSystem
Return the version number of the file system.
getVersion() - Method in class org.odpi.openmetadata.accessservices.assetowner.rest.NewFileSystemRequestBody
Return the version number of the file system.

H

hashCode() - Method in class org.odpi.openmetadata.accessservices.assetowner.events.AssetOwnerEvent
Return hash code for this object
hashCode() - Method in class org.odpi.openmetadata.accessservices.assetowner.events.AssetOwnerEventHeader
Return hash code for this object
hashCode() - Method in exception org.odpi.openmetadata.accessservices.assetowner.ffdc.exceptions.AssetOwnerRuntimeException
Return hash code for this object
hashCode() - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.FileSystem
Return hash code for this object
hashCode() - Method in class org.odpi.openmetadata.accessservices.assetowner.rest.FileSystemResponse
Return hash code for this object
hashCode() - Method in class org.odpi.openmetadata.accessservices.assetowner.rest.FolderResponse
Return hash code for this object
hashCode() - Method in class org.odpi.openmetadata.accessservices.assetowner.rest.NewCSVFileAssetRequestBody
Return hash code for this object
hashCode() - Method in class org.odpi.openmetadata.accessservices.assetowner.rest.NewFileAssetRequestBody
Return hash code for this object
hashCode() - Method in class org.odpi.openmetadata.accessservices.assetowner.rest.NewFileSystemRequestBody
Return hash code for this object
hashCode() - Method in class org.odpi.openmetadata.accessservices.assetowner.rest.PathNameRequestBody
Return hash code for this object

L

linkValidValueToImplementation(String, String, String) - Method in interface org.odpi.openmetadata.accessservices.assetowner.api.AssetOnboardingValidValues
Link a valid value to an asset that provides the implementation.

M

moveDataFileInCatalog(String, String, String) - Method in interface org.odpi.openmetadata.accessservices.assetowner.api.AssetOnboardingFileSystem
Move a 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) - Method in interface org.odpi.openmetadata.accessservices.assetowner.api.AssetOnboardingFileSystem
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).

N

NewCSVFileAssetRequestBody - Class in org.odpi.openmetadata.accessservices.assetowner.rest
NewCSVFileAssetRequestBody carries the parameters for creating a new CSV file asset.
NewCSVFileAssetRequestBody() - Constructor for class org.odpi.openmetadata.accessservices.assetowner.rest.NewCSVFileAssetRequestBody
Default constructor
NewCSVFileAssetRequestBody(NewCSVFileAssetRequestBody) - Constructor for class org.odpi.openmetadata.accessservices.assetowner.rest.NewCSVFileAssetRequestBody
Copy/clone constructor
NewFileAssetRequestBody - Class in org.odpi.openmetadata.accessservices.assetowner.rest
NewFileAssetRequestBody carries the parameters for creating a new file asset.
NewFileAssetRequestBody() - Constructor for class org.odpi.openmetadata.accessservices.assetowner.rest.NewFileAssetRequestBody
Default constructor
NewFileAssetRequestBody(NewFileAssetRequestBody) - Constructor for class org.odpi.openmetadata.accessservices.assetowner.rest.NewFileAssetRequestBody
Copy/clone constructor
NewFileSystemRequestBody - Class in org.odpi.openmetadata.accessservices.assetowner.rest
FileSystem describes the root node of a file system.
NewFileSystemRequestBody() - Constructor for class org.odpi.openmetadata.accessservices.assetowner.rest.NewFileSystemRequestBody
Default constructor
NewFileSystemRequestBody(NewFileSystemRequestBody) - Constructor for class org.odpi.openmetadata.accessservices.assetowner.rest.NewFileSystemRequestBody
Copy/clone constructor.

O

org.odpi.openmetadata.accessservices.assetowner.api - package org.odpi.openmetadata.accessservices.assetowner.api
This package provides the definition of the Java API for the Asset Owner OMAS.
org.odpi.openmetadata.accessservices.assetowner.events - package org.odpi.openmetadata.accessservices.assetowner.events
This package contains stub headers for events when Asset Owner OMAS supports events.
org.odpi.openmetadata.accessservices.assetowner.ffdc - package org.odpi.openmetadata.accessservices.assetowner.ffdc
This package provides the first failure data capture support for the Asset Owner OMAS module.
org.odpi.openmetadata.accessservices.assetowner.ffdc.exceptions - package org.odpi.openmetadata.accessservices.assetowner.ffdc.exceptions
This package has stub exceptions for the Asset Owner OMAS that can be used if it needs specialized exceptions.
org.odpi.openmetadata.accessservices.assetowner.properties - package org.odpi.openmetadata.accessservices.assetowner.properties
This properties package provides the extensions to asset for specific subtypes.
org.odpi.openmetadata.accessservices.assetowner.rest - package org.odpi.openmetadata.accessservices.assetowner.rest
 

P

PathNameRequestBody - Class in org.odpi.openmetadata.accessservices.assetowner.rest
PathNameRequestBody carries the parameters for creating a new Folder asset.
PathNameRequestBody() - Constructor for class org.odpi.openmetadata.accessservices.assetowner.rest.PathNameRequestBody
Default constructor
PathNameRequestBody(PathNameRequestBody) - Constructor for class org.odpi.openmetadata.accessservices.assetowner.rest.PathNameRequestBody
Copy/clone constructor

R

removeAssetOrigin(String, String) - Method in interface org.odpi.openmetadata.accessservices.assetowner.api.AssetClassificationInterface
Remove the asset origin classification to an asset.
removeSecurityTags(String, String, String) - Method in interface org.odpi.openmetadata.accessservices.assetowner.api.AssetClassificationInterface
Remove the security tags classification to an asset or one of its elements.
removeSemanticAssignment(String, String, String, String) - Method in interface org.odpi.openmetadata.accessservices.assetowner.api.AssetClassificationInterface
Remove the relationship between a glossary term and an element in an Asset description (typically a field in the schema).

S

setAdditionalProperties(Map<String, String>) - Method in class org.odpi.openmetadata.accessservices.assetowner.rest.NewFileSystemRequestBody
Set up additional properties.
setAsset(Asset) - Method in class org.odpi.openmetadata.accessservices.assetowner.events.AssetOwnerEvent
Set up the asset description.
setColumnHeaders(List<String>) - Method in class org.odpi.openmetadata.accessservices.assetowner.rest.NewCSVFileAssetRequestBody
Set up he list of column headers for the data set - this is used if the columns are not listed in the first line of the file.
setDelimiterCharacter(Character) - Method in class org.odpi.openmetadata.accessservices.assetowner.rest.NewCSVFileAssetRequestBody
Set up the delimiter character used between the columns.
setDescription(String) - Method in class org.odpi.openmetadata.accessservices.assetowner.rest.NewFileAssetRequestBody
Set up the description of the file.
setDescription(String) - Method in class org.odpi.openmetadata.accessservices.assetowner.rest.NewFileSystemRequestBody
Set up the description of the file.
setDisplayName(String) - Method in class org.odpi.openmetadata.accessservices.assetowner.rest.NewFileAssetRequestBody
Set up the display name of the file.
setDisplayName(String) - Method in class org.odpi.openmetadata.accessservices.assetowner.rest.NewFileSystemRequestBody
Set up the display name of the file.
setEncryption(String) - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.FileSystem
Set up the type of encryption used on the file system (or null is unencrypted).
setEncryption(String) - Method in class org.odpi.openmetadata.accessservices.assetowner.rest.NewFileSystemRequestBody
Set up the type of encryption used on the file system (or null is unencrypted).
setEventType(AssetOwnerEventType) - Method in class org.odpi.openmetadata.accessservices.assetowner.events.AssetOwnerEvent
Set up the type of event.
setEventVersionId(long) - Method in class org.odpi.openmetadata.accessservices.assetowner.events.AssetOwnerEventHeader
Set up the event version id for this event structure.
setFileSystem(FileSystem) - Method in class org.odpi.openmetadata.accessservices.assetowner.rest.FileSystemResponse
Set up the fileSystem result.
setFileSystemType(String) - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.FileSystem
Set up the type of the file system.
setFileSystemType(String) - Method in class org.odpi.openmetadata.accessservices.assetowner.rest.NewFileSystemRequestBody
Set up the type of the file system.
setFolder(Folder) - Method in class org.odpi.openmetadata.accessservices.assetowner.rest.FolderResponse
Set up the folder result.
setFormat(String) - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.FileSystem
Set up the format of the file system.
setFormat(String) - Method in class org.odpi.openmetadata.accessservices.assetowner.rest.NewFileSystemRequestBody
Set up the format of the file system.
setFullPath(String) - Method in class org.odpi.openmetadata.accessservices.assetowner.rest.NewFileAssetRequestBody
Set up the full path of the file - this should be unique.
setFullPath(String) - Method in class org.odpi.openmetadata.accessservices.assetowner.rest.PathNameRequestBody
Set up the full path of the file - this should be unique.
setOriginalAsset(Asset) - Method in class org.odpi.openmetadata.accessservices.assetowner.events.AssetOwnerEvent
Set up the original asset description.
setPatchLevel(String) - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.FileSystem
Set up the patch level of the file system.
setPatchLevel(String) - Method in class org.odpi.openmetadata.accessservices.assetowner.rest.NewFileSystemRequestBody
Set up the patch level of the file system.
setQuoteCharacter(Character) - Method in class org.odpi.openmetadata.accessservices.assetowner.rest.NewCSVFileAssetRequestBody
Set up he character used to group the content of a column that contains one or more delimiter characters.
setSource(String) - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.FileSystem
Set up the source of the file system.
setSource(String) - Method in class org.odpi.openmetadata.accessservices.assetowner.rest.NewFileSystemRequestBody
Set up the source of the file system.
setUniqueName(String) - Method in class org.odpi.openmetadata.accessservices.assetowner.rest.NewFileSystemRequestBody
Set up the full path of the file - this should be unique.
setVersion(String) - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.FileSystem
Set up the version number of the file system.
setVersion(String) - Method in class org.odpi.openmetadata.accessservices.assetowner.rest.NewFileSystemRequestBody
Set up the version number of the file system.

T

toString() - Method in class org.odpi.openmetadata.accessservices.assetowner.events.AssetOwnerEvent
JSON-style toString
toString() - Method in class org.odpi.openmetadata.accessservices.assetowner.events.AssetOwnerEventHeader
JSON-style toString
toString() - Method in enum org.odpi.openmetadata.accessservices.assetowner.events.AssetOwnerEventType
JSON-style toString
toString() - Method in enum org.odpi.openmetadata.accessservices.assetowner.ffdc.AssetOwnerErrorCode
JSON-style toString
toString() - Method in exception org.odpi.openmetadata.accessservices.assetowner.ffdc.exceptions.AssetOwnerRuntimeException
JSON-style toString
toString() - Method in class org.odpi.openmetadata.accessservices.assetowner.properties.FileSystem
JSON-style toString
toString() - Method in class org.odpi.openmetadata.accessservices.assetowner.rest.AssetOwnerOMASAPIRequestBody
JSON-like toString
toString() - Method in class org.odpi.openmetadata.accessservices.assetowner.rest.AssetOwnerOMASAPIResponse
JSON-like toString
toString() - Method in class org.odpi.openmetadata.accessservices.assetowner.rest.FileSystemResponse
JSON-style toString
toString() - Method in class org.odpi.openmetadata.accessservices.assetowner.rest.FolderResponse
JSON-style toString
toString() - Method in class org.odpi.openmetadata.accessservices.assetowner.rest.NewCSVFileAssetRequestBody
JSON-style toString
toString() - Method in class org.odpi.openmetadata.accessservices.assetowner.rest.NewFileAssetRequestBody
JSON-style toString
toString() - Method in class org.odpi.openmetadata.accessservices.assetowner.rest.NewFileSystemRequestBody
JSON-style toString
toString() - Method in class org.odpi.openmetadata.accessservices.assetowner.rest.PathNameRequestBody
JSON-style toString

U

unassignValidValueFromConsumer(String, String, String) - Method in interface org.odpi.openmetadata.accessservices.assetowner.api.AssetOnboardingValidValues
Remove the link between a valid value and a consumer.
unlinkValidValueFromImplementation(String, String, String) - Method in interface org.odpi.openmetadata.accessservices.assetowner.api.AssetOnboardingValidValues
Remove the link between a valid value and an implementing asset.
updateAssetOwner(String, String, String, OwnerType) - Method in interface org.odpi.openmetadata.accessservices.assetowner.api.AssetClassificationInterface
Update the owner information for a specific asset.
updateAssetZones(String, String, List<String>) - Method in interface org.odpi.openmetadata.accessservices.assetowner.api.AssetClassificationInterface
Update the zones for a specific asset.
updateValidValue(String, String, String, String, String, String, String, String, Map<String, String>, Map<String, Object>) - Method in interface org.odpi.openmetadata.accessservices.assetowner.api.AssetOnboardingValidValues
Update the properties of the valid value.

V

valueOf(String) - Static method in enum org.odpi.openmetadata.accessservices.assetowner.events.AssetOwnerEventType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.odpi.openmetadata.accessservices.assetowner.ffdc.AssetOwnerErrorCode
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.odpi.openmetadata.accessservices.assetowner.events.AssetOwnerEventType
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.assetowner.ffdc.AssetOwnerErrorCode
Returns an array containing the constants of this enum type, in the order they are declared.
A C D E F G H L M N O P R S T U V 
Skip navigation links

Copyright © 2018–2019 ODPi. All rights reserved.