| Package | Description |
|---|---|
| org.odpi.openmetadata.accessservices.datamanager.api | |
| org.odpi.openmetadata.accessservices.datamanager.metadataelements | |
| org.odpi.openmetadata.accessservices.datamanager.properties | |
| org.odpi.openmetadata.accessservices.datamanager.rest |
This package defines the beans used to build the REST request and response payloads.
|
| Modifier and Type | Method and Description |
|---|---|
List<String> |
FilesAndFoldersInterface.addDataFolderToCatalog(String userId,
String fileManagerCapabilityGUID,
String fileManagerCapabilityName,
FileFolderProperties fileFolderProperties,
String connectorProviderName)
Creates a new folder asset that is identified as a data asset.
|
void |
FilesAndFoldersInterface.updateDataFolderInCatalog(String userId,
String fileManagerCapabilityGUID,
String fileManagerCapabilityName,
String dataFolderGUID,
boolean isMergeUpdate,
FileFolderProperties fileFolderProperties)
Update the data folder asset description in the catalog.
|
| Modifier and Type | Method and Description |
|---|---|
FileFolderProperties |
FileFolderElement.getFileFolderProperties()
Return the properties for the file folder.
|
| Modifier and Type | Method and Description |
|---|---|
void |
FileFolderElement.setFileFolderProperties(FileFolderProperties fileFolderProperties)
Set up the properties for the file folder.
|
| Constructor and Description |
|---|
FileFolderProperties(FileFolderProperties template)
Copy/clone constructor
|
| Modifier and Type | Class and Description |
|---|---|
class |
DataFolderRequestBody
DataFileRequestBody carries the parameters for creating a new file asset.
|
| Constructor and Description |
|---|
DataFolderRequestBody(FileFolderProperties template)
Copy/clone constructor
|
Copyright © 2018–2021 LF AI & Data Foundation. All rights reserved.