- 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.
- 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.
- 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.