| Package | Description |
|---|---|
| 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.metadataelements | |
| org.odpi.openmetadata.accessservices.assetowner.rest |
This package defines the beans used to build the REST request and response payloads.
|
| Modifier and Type | Method and Description |
|---|---|
FolderElement |
AssetOnboardingFileSystem.getFolderByGUID(String userId,
String folderGUID)
Retrieve a FolderProperties asset by its unique identifier (GUID).
|
FolderElement |
AssetOnboardingFileSystem.getFolderByPathName(String userId,
String pathName)
Retrieve a folder by its fully qualified path name.
|
| Constructor and Description |
|---|
FolderElement(FolderElement template)
Copy/clone constructor
|
| Modifier and Type | Method and Description |
|---|---|
FolderElement |
FolderResponse.getFolder()
Return the folder result.
|
| Modifier and Type | Method and Description |
|---|---|
void |
FolderResponse.setFolder(FolderElement folder)
Set up the folder result.
|
Copyright © 2018–2020 ODPi. All rights reserved.