| 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 fileServerCapabilityGUID,
String fileServerCapabilityName,
FileFolderProperties fileFolderProperties,
String connectorProviderName)
Creates a new folder asset that is identified as a data asset.
|
| 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–2020 ODPi. All rights reserved.