| Package | Description |
|---|---|
| org.odpi.openmetadata.accessservices.datamanager.api | |
| org.odpi.openmetadata.accessservices.datamanager.metadataelements | |
| 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 |
|---|---|
DataFileElement |
FilesAndFoldersInterface.getFileByGUID(String userId,
String fileGUID)
Retrieve a FolderProperties asset by its unique identifier (GUID).
|
DataFileElement |
FilesAndFoldersInterface.getFileByPathName(String userId,
String pathName)
Retrieve a folder by its fully qualified path name.
|
| Modifier and Type | Method and Description |
|---|---|
List<DataFileElement> |
FilesAndFoldersInterface.getFolderFiles(String userId,
String folderGUID,
int startFrom,
int pageSize)
Get the data files inside a folder - both those that are nested and those that are linked.
|
List<DataFileElement> |
FilesAndFoldersInterface.getTopLevelDataFiles(String userId,
String fileServerCapabilityGUID,
String fileServerCapabilityName,
int startFrom,
int pageSize)
Return the list of folders nested inside a folder.
|
| Constructor and Description |
|---|
DataFileElement(DataFileElement template)
Copy/clone constructor
|
| Modifier and Type | Method and Description |
|---|---|
DataFileElement |
DataFileResponse.getDataFile()
Return the file result.
|
| Modifier and Type | Method and Description |
|---|---|
List<DataFileElement> |
DataFilesResponse.getElementList()
Return the list of metadata elements.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DataFileResponse.setDataFile(DataFileElement dataFile)
Set up the file result.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DataFilesResponse.setElementList(List<DataFileElement> elementList)
Set up the metadata element to return.
|
Copyright © 2018–2020 ODPi. All rights reserved.