| 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.properties |
This properties package provides the extensions to asset for specific subtypes.
|
| 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 |
|---|---|
Folder |
AssetOnboardingFileSystem.getFolderByGUID(String userId,
String folderGUID)
Retrieve a Folder asset by its unique identifier (GUID).
|
Folder |
AssetOnboardingFileSystem.getFolderByPathName(String userId,
String pathName)
Retrieve a folder by its fully qualified path name.
|
| Constructor and Description |
|---|
Folder(Folder template)
Copy/clone constructor
|
| Modifier and Type | Method and Description |
|---|---|
Folder |
FolderResponse.getFolder()
Return the folder result.
|
| Modifier and Type | Method and Description |
|---|---|
void |
FolderResponse.setFolder(Folder folder)
Set up the folder result.
|
Copyright © 2018–2020 ODPi. All rights reserved.