Modifier and Type | Method and Description |
---|---|
String |
getAssignUser()
Gets the name of the user who has been assigned the current
dataset folder.
|
String |
getCreatedBy()
Gets the name of the user who has created the current dataset folder.
|
String |
getCreationDate()
Gets the date of dataset folder creation.
|
Dataset |
getDataset(String treePath)
Returns a dataset with a given relative tree path.
|
DatasetFolder |
getDatasetFolder(String treePath)
Returns a dataset folder with a given relative tree path.
|
Collection |
getDatasetFolders(boolean isRecursive)
Returns recursively a collection of dataset folders in the current parent
dataset folder.
|
Collection |
getDatasets(boolean isRecursive)
Returns recursively a collection of child datasets in the current parent
dataset folder.
|
String |
getDescription()
Gets the value of the Description field in the current dataset folder.
|
String |
getLocation()
Gets the location of the current dataset folder.
|
String |
getNotes()
Gets the value of Notes field in the current dataset folder.
|
String |
getURL()
Gets the value of the URL field in the current dataset folder.
|
getFieldValue, getName
String getDescription()
String getCreationDate()
String getAssignUser()
String getCreatedBy()
String getLocation()
String getURL()
String getNotes()
Collection getDatasetFolders(boolean isRecursive)
isRecursive
- DatasetFolder
object.DatasetFolder getDatasetFolder(String treePath)
treePath
- the path to the location of the desired dataset folder.Collection getDatasets(boolean isRecursive)
isRecursive
- Dataset
object.Copyright © 2017. All rights reserved.